Trace number 1718472

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
VARSAT-industrial 2009-03-22? (TO) 1200.04 1200.43

General information on the benchmark

Nameindustrial/grieu/
vmpc_33.cnf
MD5SUM4c4d694bb911a7a13a7cb66a99dd484c
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark143.882
Satisfiable
(Un)Satisfiability was proved
Number of variables1089
Number of clauses177375
Sum of the clauses size464310
Maximum clause length33
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 269795
Number of clauses of size 3107514
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 566

Solver Data

0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  1089                                                 |
0.00/0.00	c |  Number of clauses:    177375                                               |
0.09/0.17	c |  Parsing time:         0.14         s                                       |
0.09/0.17	c |  Timeout:              43200 s
0.09/0.17	c |  Random Seed:          1416582713.000000
0.09/0.17	c |  Heuristic:            EMBP-G, threshold 0.950                              |
0.09/0.17	c |  Branching Rule:       default (solution-guided)                            |
0.09/0.17	c |  Learned clauses in surveys?  Using NO learned clauses.                     |
0.09/0.17	c |                                                                             |
3.09/3.10	c ============================[ Search Statistics ]==============================
3.09/3.10	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.09/3.10	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.09/3.10	c ===============================================================================
3.09/3.10	c |         0 |    1087   132531   355215 |    44177        0    nan |  0.000 % |
3.39/3.50	c |       102 |    1087   132531   355215 |    48594      102     95 |  0.184 % |
3.89/3.90	c |       253 |    1087   132531   355215 |    53454      253    120 |  0.184 % |
4.30/4.32	c |       479 |    1087   132531   355215 |    58799      479    121 |  0.184 % |
4.69/4.76	c |       818 |    1087   132531   355215 |    64679      818    119 |  0.184 % |
5.19/5.23	c |      1326 |    1087   132531   355215 |    71147     1326    116 |  0.184 % |
5.69/5.75	c |      2087 |    1087   132531   355215 |    78262     2087    119 |  0.184 % |
6.29/6.32	c |      3229 |    1087   132531   355215 |    86088     3229    139 |  0.184 % |
6.99/7.06	c |      4940 |    1087   132531   355215 |    94697     4940    138 |  0.184 % |
8.09/8.13	c |      7502 |    1087   132531   355215 |   104167     7502    124 |  0.184 % |
9.49/9.58	c |     11347 |    1087   132531   355215 |   114583    11347    126 |  0.184 % |
12.09/12.16	c |     17113 |    1087   132531   355215 |   126042    17113    137 |  0.184 % |
17.29/17.32	c |     25763 |    1087   132531   355215 |   138646    25763    134 |  0.184 % |
24.88/24.94	c |     38737 |    1087   132531   355215 |   152510    38737    126 |  0.184 % |
35.98/36.01	c |     58199 |    1087   132531   355215 |   167762    58199    116 |  0.184 % |
69.47/69.58	c |     87392 |    1087   132531   355215 |   184538    87392    115 |  0.184 % |
123.85/123.91	c |    131181 |    1087   132531   355215 |   202992   131181    115 |  0.184 % |
368.86/369.08	c |    196865 |    1087   132531   355215 |   223291   196865    122 |  0.184 % |
534.12/534.33	c |    295391 |    1087   132531   355215 |   245620    91967    117 |  0.184 % |
878.20/878.54	c |    443185 |    1087   132531   355215 |   270182   239761    105 |  0.184 % |

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1718472-1240637100/watcher-1718472-1240637100 -o /tmp/evaluation-result-1718472-1240637100/solver-1718472-1240637100 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-industrial_static -seed=1416582713 HOME/instance-1718472-1240637100.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 15188
/proc/meminfo: memFree=1773304/2055920 swapFree=4181388/4192956
[pid=15188] ppid=15186 vsize=2564 CPUtime=0
/proc/15188/stat : 15188 (varsat-industri) R 15186 15188 15096 0 -1 4194304 488 0 0 0 0 0 0 0 18 0 1 0 91742999 2625536 473 1992294400 4194304 5102648 548682068784 18446744073709551615 4515739 0 0 4096 3 0 0 0 17 1 0 0
/proc/15188/statm: 641 473 87 221 0 417 0

[startup+0.0451499 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 15188
/proc/meminfo: memFree=1773304/2055920 swapFree=4181388/4192956
[pid=15188] ppid=15186 vsize=7372 CPUtime=0.03
/proc/15188/stat : 15188 (varsat-industri) R 15186 15188 15096 0 -1 4194304 1683 0 0 0 3 0 0 0 18 0 1 0 91742999 7548928 1668 1992294400 4194304 5102648 548682068784 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/15188/statm: 1843 1670 87 221 0 1619 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 7372

[startup+0.102159 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 15188
/proc/meminfo: memFree=1773304/2055920 swapFree=4181388/4192956
[pid=15188] ppid=15186 vsize=14832 CPUtime=0.09
/proc/15188/stat : 15188 (varsat-industri) R 15186 15188 15096 0 -1 4194304 3401 0 0 0 7 2 0 0 18 0 1 0 91742999 15187968 3386 1992294400 4194304 5102648 548682068784 18446744073709551615 4263318 0 0 4096 3 0 0 0 17 1 0 0
/proc/15188/statm: 3708 3386 87 221 0 3484 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14832

[startup+0.302193 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 15188
/proc/meminfo: memFree=1773304/2055920 swapFree=4181388/4192956
[pid=15188] ppid=15186 vsize=25676 CPUtime=0.29
/proc/15188/stat : 15188 (varsat-industri) R 15186 15188 15096 0 -1 4194304 6148 0 0 0 26 3 0 0 19 0 1 0 91742999 26292224 6133 1992294400 4194304 5102648 548682068784 18446744073709551615 4273025 0 0 4096 3 0 0 0 17 1 0 0
/proc/15188/statm: 6419 6133 99 221 0 6195 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 25676

[startup+0.701261 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 15188
/proc/meminfo: memFree=1773304/2055920 swapFree=4181388/4192956
[pid=15188] ppid=15186 vsize=25676 CPUtime=0.69
/proc/15188/stat : 15188 (varsat-industri) R 15186 15188 15096 0 -1 4194304 6155 0 0 0 66 3 0 0 22 0 1 0 91742999 26292224 6140 1992294400 4194304 5102648 548682068784 18446744073709551615 4273172 0 0 4096 3 0 0 0 17 1 0 0
/proc/15188/statm: 6419 6140 99 221 0 6195 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 25676

[startup+1.5014 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15189
/proc/meminfo: memFree=1748976/2055920 swapFree=4181388/4192956
[pid=15188] ppid=15186 vsize=25676 CPUtime=1.49
/proc/15188/stat : 15188 (varsat-industri) R 15186 15188 15096 0 -1 4194304 6168 0 0 0 146 3 0 0 25 0 1 0 91742999 26292224 6153 1992294400 4194304 5102648 548682068784 18446744073709551615 4272870 0 0 4096 3 0 0 0 17 1 0 0
/proc/15188/statm: 6419 6153 99 221 0 6195 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 25676

[startup+3.10167 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15189
/proc/meminfo: memFree=1747824/2055920 swapFree=4181388/4192956
[pid=15188] ppid=15186 vsize=27700 CPUtime=3.09
/proc/15188/stat : 15188 (varsat-industri) R 15186 15188 15096 0 -1 4194304 6429 0 0 0 306 3 0 0 25 0 1 0 91742999 28364800 6414 1992294400 4194304 5102648 548682068784 18446744073709551615 4285981 0 0 4096 3 0 0 0 17 1 0 0
/proc/15188/statm: 6925 6414 99 221 0 6701 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 27700

[startup+6.30122 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15189
/proc/meminfo: memFree=1750008/2055920 swapFree=4181388/4192956
[pid=15188] ppid=15186 vsize=24052 CPUtime=6.29
/proc/15188/stat : 15188 (varsat-industri) R 15186 15188 15096 0 -1 4194304 6445 0 0 0 625 4 0 0 25 0 1 0 91742999 24629248 5799 1992294400 4194304 5102648 548682068784 18446744073709551615 4250276 0 0 4096 3 0 0 0 17 1 0 0
/proc/15188/statm: 6013 5799 114 221 0 5789 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 24052

[startup+12.7013 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15189
/proc/meminfo: memFree=1745208/2055920 swapFree=4181388/4192956
[pid=15188] ppid=15186 vsize=29352 CPUtime=12.68
/proc/15188/stat : 15188 (varsat-industri) R 15186 15188 15096 0 -1 4194304 7785 0 0 0 1263 5 0 0 25 0 1 0 91742999 30056448 7139 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/15188/statm: 7338 7139 114 221 0 7114 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 29352

[startup+25.5015 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15189
/proc/meminfo: memFree=1732728/2055920 swapFree=4181388/4192956
[pid=15188] ppid=15186 vsize=41696 CPUtime=25.48
/proc/15188/stat : 15188 (varsat-industri) R 15186 15188 15096 0 -1 4194304 10844 0 0 0 2540 8 0 0 25 0 1 0 91742999 42696704 10198 1992294400 4194304 5102648 548682068784 18446744073709551615 4250281 0 0 4096 3 0 0 0 17 1 0 0
/proc/15188/statm: 10424 10198 114 221 0 10200 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 41696

[startup+51.1029 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15189
/proc/meminfo: memFree=1716216/2055920 swapFree=4181388/4192956
[pid=15188] ppid=15186 vsize=58400 CPUtime=51.07
/proc/15188/stat : 15188 (varsat-industri) R 15186 15188 15096 0 -1 4194304 14976 0 0 0 5095 12 0 0 25 0 1 0 91742999 59801600 14330 1992294400 4194304 5102648 548682068784 18446744073709551615 4249840 0 0 4096 3 0 0 0 17 1 0 0
/proc/15188/statm: 14600 14330 114 221 0 14376 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 58400

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15189
/proc/meminfo: memFree=1692536/2055920 swapFree=4181388/4192956
[pid=15188] ppid=15186 vsize=82076 CPUtime=102.26
/proc/15188/stat : 15188 (varsat-industri) R 15186 15188 15096 0 -1 4194304 20840 0 0 0 10208 18 0 0 25 0 1 0 91742999 84045824 20194 1992294400 4194304 5102648 548682068784 18446744073709551615 4249855 0 0 4096 3 0 0 0 17 1 0 0
/proc/15188/statm: 20519 20194 114 221 0 20295 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 82076

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15189
/proc/meminfo: memFree=1672632/2055920 swapFree=4181388/4192956
[pid=15188] ppid=15186 vsize=102632 CPUtime=162.24
/proc/15188/stat : 15188 (varsat-industri) R 15186 15188 15096 0 -1 4194304 25838 0 0 0 16202 22 0 0 25 0 1 0 91742999 105095168 25192 1992294400 4194304 5102648 548682068784 18446744073709551615 4249855 0 0 4096 3 0 0 0 17 1 0 0
/proc/15188/statm: 25658 25192 114 221 0 25434 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 102632

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15189
/proc/meminfo: memFree=1661816/2055920 swapFree=4181388/4192956
[pid=15188] ppid=15186 vsize=113408 CPUtime=222.22
/proc/15188/stat : 15188 (varsat-industri) R 15186 15188 15096 0 -1 4194304 28494 0 0 0 22197 25 0 0 25 0 1 0 91742999 116129792 27848 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/15188/statm: 28352 27848 114 221 0 28128 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 113408

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15189
/proc/meminfo: memFree=1653048/2055920 swapFree=4181388/4192956
[pid=15188] ppid=15186 vsize=122244 CPUtime=282.2
/proc/15188/stat : 15188 (varsat-industri) R 15186 15188 15096 0 -1 4194304 30694 0 0 0 28193 27 0 0 25 0 1 0 91742999 125177856 30048 1992294400 4194304 5102648 548682068784 18446744073709551615 4250327 0 0 4096 3 0 0 0 17 1 0 0
/proc/15188/statm: 30561 30048 114 221 0 30337 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 122244

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15189
/proc/meminfo: memFree=1644792/2055920 swapFree=4181388/4192956
[pid=15188] ppid=15186 vsize=130820 CPUtime=342.18
/proc/15188/stat : 15188 (varsat-industri) R 15186 15188 15096 0 -1 4194304 32765 0 0 0 34190 28 0 0 25 0 1 0 91742999 133959680 32119 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/15188/statm: 32705 32119 114 221 0 32481 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 130820

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15189
/proc/meminfo: memFree=1632184/2055920 swapFree=4181388/4192956
[pid=15188] ppid=15186 vsize=144184 CPUtime=402.15
/proc/15188/stat : 15188 (varsat-industri) R 15186 15188 15096 0 -1 4194304 35876 0 0 0 40185 30 0 0 25 0 1 0 91742999 147644416 35230 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/15188/statm: 36046 35230 114 221 0 35822 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 144184

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15189
/proc/meminfo: memFree=1624248/2055920 swapFree=4181388/4192956
[pid=15188] ppid=15186 vsize=152040 CPUtime=462.14
/proc/15188/stat : 15188 (varsat-industri) R 15186 15188 15096 0 -1 4194304 37846 0 0 0 46182 32 0 0 25 0 1 0 91742999 155688960 37200 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/15188/statm: 38010 37200 114 221 0 37786 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 152040

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15189
/proc/meminfo: memFree=1623800/2055920 swapFree=4181388/4192956
[pid=15188] ppid=15186 vsize=152676 CPUtime=522.12
/proc/15188/stat : 15188 (varsat-industri) R 15186 15188 15096 0 -1 4194304 37976 0 0 0 52180 32 0 0 25 0 1 0 91742999 156340224 37330 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/15188/statm: 38169 37330 114 221 0 37945 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 152676

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15189
/proc/meminfo: memFree=1622840/2055920 swapFree=4181388/4192956
[pid=15188] ppid=15186 vsize=153672 CPUtime=582.1
/proc/15188/stat : 15188 (varsat-industri) R 15186 15188 15096 0 -1 4194304 38188 0 0 0 58178 32 0 0 25 0 1 0 91742999 157360128 37542 1992294400 4194304 5102648 548682068784 18446744073709551615 4249858 0 0 4096 3 0 0 0 17 1 0 0
/proc/15188/statm: 38418 37542 114 221 0 38194 0
Current children cumulated CPU time (s) 582.1
Current children cumulated vsize (KiB) 153672

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15189
/proc/meminfo: memFree=1622136/2055920 swapFree=4181388/4192956
[pid=15188] ppid=15186 vsize=154384 CPUtime=642.09
/proc/15188/stat : 15188 (varsat-industri) R 15186 15188 15096 0 -1 4194304 38354 0 0 0 64176 33 0 0 25 0 1 0 91742999 158089216 37708 1992294400 4194304 5102648 548682068784 18446744073709551615 4249961 0 0 4096 3 0 0 0 17 1 0 0
/proc/15188/statm: 38596 37708 114 221 0 38372 0
Current children cumulated CPU time (s) 642.09
Current children cumulated vsize (KiB) 154384

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15189
/proc/meminfo: memFree=1620664/2055920 swapFree=4181388/4192956
[pid=15188] ppid=15186 vsize=155984 CPUtime=702.06
/proc/15188/stat : 15188 (varsat-industri) R 15186 15188 15096 0 -1 4194304 38702 0 0 0 70173 33 0 0 25 0 1 0 91742999 159727616 38056 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/15188/statm: 38996 38056 114 221 0 38772 0
Current children cumulated CPU time (s) 702.06
Current children cumulated vsize (KiB) 155984

[startup+762.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15191
/proc/meminfo: memFree=1620280/2055920 swapFree=4181388/4192956
[pid=15188] ppid=15186 vsize=156304 CPUtime=762.05
/proc/15188/stat : 15188 (varsat-industri) R 15186 15188 15096 0 -1 4194304 38751 0 0 0 76171 34 0 0 25 0 1 0 91742999 160055296 38105 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/15188/statm: 39076 38105 114 221 0 38852 0
Current children cumulated CPU time (s) 762.05
Current children cumulated vsize (KiB) 156304

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15191
/proc/meminfo: memFree=1619576/2055920 swapFree=4181388/4192956
[pid=15188] ppid=15186 vsize=157424 CPUtime=822.02
/proc/15188/stat : 15188 (varsat-industri) R 15186 15188 15096 0 -1 4194304 38971 0 0 0 82168 34 0 0 25 0 1 0 91742999 161202176 38325 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/15188/statm: 39356 38325 114 221 0 39132 0
Current children cumulated CPU time (s) 822.02
Current children cumulated vsize (KiB) 157424

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15191
/proc/meminfo: memFree=1617784/2055920 swapFree=4181388/4192956
[pid=15188] ppid=15186 vsize=159240 CPUtime=882
/proc/15188/stat : 15188 (varsat-industri) R 15186 15188 15096 0 -1 4194304 39414 0 0 0 88166 34 0 0 25 0 1 0 91742999 163061760 38768 1992294400 4194304 5102648 548682068784 18446744073709551615 4249860 0 0 4096 3 0 0 0 17 1 0 0
/proc/15188/statm: 39810 38768 114 221 0 39586 0
Current children cumulated CPU time (s) 882
Current children cumulated vsize (KiB) 159240

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15191
/proc/meminfo: memFree=1610488/2055920 swapFree=4181388/4192956
[pid=15188] ppid=15186 vsize=166796 CPUtime=941.98
/proc/15188/stat : 15188 (varsat-industri) R 15186 15188 15096 0 -1 4194304 41236 0 0 0 94161 37 0 0 25 0 1 0 91742999 170799104 40590 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/15188/statm: 41699 40590 114 221 0 41475 0
Current children cumulated CPU time (s) 941.98
Current children cumulated vsize (KiB) 166796

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15191
/proc/meminfo: memFree=1604024/2055920 swapFree=4181388/4192956
[pid=15188] ppid=15186 vsize=173152 CPUtime=1001.96
/proc/15188/stat : 15188 (varsat-industri) R 15186 15188 15096 0 -1 4194304 42836 0 0 0 100157 39 0 0 25 0 1 0 91742999 177307648 42190 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/15188/statm: 43288 42190 114 221 0 43064 0
Current children cumulated CPU time (s) 1001.96
Current children cumulated vsize (KiB) 173152

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15191
/proc/meminfo: memFree=1597816/2055920 swapFree=4181388/4192956
[pid=15188] ppid=15186 vsize=179560 CPUtime=1061.94
/proc/15188/stat : 15188 (varsat-industri) R 15186 15188 15096 0 -1 4194304 44398 0 0 0 106154 40 0 0 25 0 1 0 91742999 183869440 43752 1992294400 4194304 5102648 548682068784 18446744073709551615 4249750 0 0 4096 3 0 0 0 17 1 0 0
/proc/15188/statm: 44890 43752 114 221 0 44666 0
Current children cumulated CPU time (s) 1061.94
Current children cumulated vsize (KiB) 179560

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15191
/proc/meminfo: memFree=1597176/2055920 swapFree=4181388/4192956
[pid=15188] ppid=15186 vsize=180088 CPUtime=1121.92
/proc/15188/stat : 15188 (varsat-industri) R 15186 15188 15096 0 -1 4194304 44535 0 0 0 112152 40 0 0 25 0 1 0 91742999 184410112 43889 1992294400 4194304 5102648 548682068784 18446744073709551615 4249806 0 0 4096 3 0 0 0 17 1 0 0
/proc/15188/statm: 45022 43889 114 221 0 44798 0
Current children cumulated CPU time (s) 1121.92
Current children cumulated vsize (KiB) 180088

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15191
/proc/meminfo: memFree=1596664/2055920 swapFree=4181388/4192956
[pid=15188] ppid=15186 vsize=180600 CPUtime=1181.91
/proc/15188/stat : 15188 (varsat-industri) R 15186 15188 15096 0 -1 4194304 44655 0 0 0 118150 41 0 0 25 0 1 0 91742999 184934400 44009 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/15188/statm: 45150 44009 114 221 0 44926 0
Current children cumulated CPU time (s) 1181.91
Current children cumulated vsize (KiB) 180600



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15191
/proc/meminfo: memFree=1596408/2055920 swapFree=4181388/4192956
[pid=15188] ppid=15186 vsize=181132 CPUtime=1200.01
/proc/15188/stat : 15188 (varsat-industri) R 15186 15188 15096 0 -1 4194304 44716 0 0 0 119960 41 0 0 25 0 1 0 91742999 185479168 44070 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/15188/statm: 45283 44070 114 221 0 45059 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 181132

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.43
CPU time (s): 1200.04
CPU user time (s): 1199.6
CPU system time (s): 0.440932
CPU usage (%): 99.9673
Max. virtual memory (cumulated for all children) (KiB): 181132

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.6
system time used= 0.440932
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 44716
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2
involuntary context switches= 2494

runsolver used 0.928858 second user time and 2.40563 second system time

The end

Launcher Data

Begin job on node25 at 2009-04-25 07:25:00
IDJOB=1718472
IDBENCH=20488
IDSOLVER=538
FILE ID=node25/1718472-1240637100
PBS_JOBID= 9186461
Free space on /tmp= 66376 MiB

SOLVER NAME= VARSAT-industrial 2009-03-22
BENCH NAME= SAT07/industrial/grieu/vmpc_33.cnf
COMMAND LINE= HOME/varsat-industrial_static -seed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1718472-1240637100/watcher-1718472-1240637100 -o /tmp/evaluation-result-1718472-1240637100/solver-1718472-1240637100 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/varsat-industrial_static -seed=1416582713 HOME/instance-1718472-1240637100.cnf

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 4c4d694bb911a7a13a7cb66a99dd484c
RANDOM SEED=1416582713

node25.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.259
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.259
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1773720 kB
Buffers:         34436 kB
Cached:         196468 kB
SwapCached:       6416 kB
Active:          38908 kB
Inactive:       200832 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1773720 kB
SwapTotal:     4192956 kB
SwapFree:      4181388 kB
Dirty:            3512 kB
Writeback:           0 kB
Mapped:          13428 kB
Slab:            28408 kB
Committed_AS:   331384 kB
PageTables:       1460 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66376 MiB
End job on node25 at 2009-04-25 07:45:02