Trace number 421495

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, and are wall clock time (not CPU 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
minisat SAT 2007? (TO) 1200.1 1200.43

General information on the benchmark

Nameindustrial/palacios/uts/
uts-l06-ipc5-h33-unknown.cnf
MD5SUM6197e38464facb30636a5a3ad5b2f0b5
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark121.777
Satisfiable
(Un)Satisfiability was proved
Number of variables172950
Number of clauses837466
Sum of the clauses size2168190
Maximum clause length591
Minimum clause length1
Number of clauses of size 1276
Number of clauses of size 2666462
Number of clauses of size 3164950
Number of clauses of size 41526
Number of clauses of size 5129
Number of clauses of size over 54123

Solver Data (download as text)

0.00/0.00	c This is MiniSat 2.0 (Feb 1 2007, SAT-Competition version)
0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  175670                                               |
0.00/0.00	c |  Number of clauses:    837466                                               |
0.89/0.91	c |  Parsing time:         0.82         s                                       |
32.99/33.09	c ============================[ Search Statistics ]==============================
32.99/33.09	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
32.99/33.09	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
32.99/33.09	c ===============================================================================
32.99/33.09	c |         0 |   46700   584998  2477894 |   194999        0    nan |  0.000 % |
33.28/33.37	c |       100 |   46700   584998  2477894 |   214499      100     19 |  0.019 % |
33.58/33.67	c |       250 |   46700   584998  2477894 |   235949      250     16 |  0.019 % |
33.98/34.09	c |       475 |   46700   584998  2477894 |   259544      475     17 |  0.019 % |
34.38/34.44	c |       812 |   46700   584998  2477894 |   285498      812     16 |  0.019 % |
35.18/35.22	c |      1318 |   46700   584998  2477894 |   314048     1318     22 |  0.019 % |
35.88/35.98	c |      2078 |   46700   584998  2477894 |   345453     2078     19 |  0.019 % |
39.48/39.58	c |      3217 |   46700   584998  2477894 |   379998     3217     21 |  0.019 % |
42.08/42.18	c |      4925 |   46700   584998  2477894 |   417998     4925     19 |  0.019 % |
45.57/45.62	c |      7487 |   46700   584998  2477894 |   459798     7487     18 |  0.019 % |
49.97/50.00	c |     11331 |   46700   584998  2477894 |   505778    11331     18 |  0.019 % |
60.57/60.68	c |     17097 |   46700   584998  2477894 |   556355    17097     19 |  0.019 % |
77.78/77.87	c |     25748 |   46700   584998  2477894 |   611991    25748     24 |  0.019 % |
98.27/98.36	c |     38723 |   46678   584777  2477093 |   673190    38715     25 |  0.032 % |
120.76/120.82	c |     58185 |   46678   584777  2477093 |   740509    58177     22 |  0.032 % |
187.04/187.19	c |     87377 |   46656   584560  2476176 |   814560    87362     24 |  0.044 % |
264.82/264.95	c |    131166 |   46654   584560  2476176 |   896016   131150     24 |  0.055 % |
395.48/395.68	c |    196853 |   46625   584331  2475124 |   985618   196836     22 |  0.062 % |
647.02/647.24	c |    295381 |   46622   584213  2474555 |  1084180   295363     23 |  0.064 % |
1074.30/1074.65	c |    443170 |   46536   583245  2470483 |  1192598   293384     22 |  0.113 % |

Verifier Data (download as text)

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: 

Watcher Data (download as text)

runsolver version 3.2.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node61/watcher-421495-1177492267 -o ROOT/results/node61/solver-421495-1177492267 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/421495-1177492267/minisat_noassertions /tmp/evaluation/421495-1177492267/instance-421495-1177492267.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): 2400 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: 0.99 1.00 0.83 3/64 24148
/proc/meminfo: memFree=1805504/2055920 swapFree=4184152/4192956
[pid=24148] ppid=24146 vsize=2332 CPUtime=0
/proc/24148/stat : 24148 (minisat_noasser) R 24146 24148 23759 0 -1 4194304 493 0 0 0 0 0 0 0 18 0 1 0 161190435 2387968 479 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134530962 0 0 4096 3 0 0 0 17 1 0 0
/proc/24148/statm: 583 479 50 130 0 450 0

[startup+0.0473591 s]
/proc/loadavg: 0.99 1.00 0.83 3/64 24148
/proc/meminfo: memFree=1805504/2055920 swapFree=4184152/4192956
[pid=24148] ppid=24146 vsize=5828 CPUtime=0.04
/proc/24148/stat : 24148 (minisat_noasser) R 24146 24148 23759 0 -1 4194304 1284 0 0 0 4 0 0 0 18 0 1 0 161190435 5967872 1270 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134524378 0 0 4096 3 0 0 0 17 1 0 0
/proc/24148/statm: 1457 1272 50 130 0 1324 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 5828

[startup+0.101363 s]
/proc/loadavg: 0.99 1.00 0.83 3/64 24148
/proc/meminfo: memFree=1805504/2055920 swapFree=4184152/4192956
[pid=24148] ppid=24146 vsize=9824 CPUtime=0.09
/proc/24148/stat : 24148 (minisat_noasser) R 24146 24148 23759 0 -1 4194304 2231 0 0 0 9 0 0 0 18 0 1 0 161190435 10059776 2217 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134530790 0 0 4096 3 0 0 0 17 1 0 0
/proc/24148/statm: 2456 2217 50 130 0 2323 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9824

[startup+0.301381 s]
/proc/loadavg: 0.99 1.00 0.83 3/64 24148
/proc/meminfo: memFree=1805504/2055920 swapFree=4184152/4192956
[pid=24148] ppid=24146 vsize=24724 CPUtime=0.29
/proc/24148/stat : 24148 (minisat_noasser) R 24146 24148 23759 0 -1 4194304 5821 0 0 0 26 3 0 0 19 0 1 0 161190435 25317376 5807 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134703993 0 0 4096 3 0 0 0 17 1 0 0
/proc/24148/statm: 6181 5807 50 130 0 6048 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 24724

[startup+0.70142 s]
/proc/loadavg: 0.99 1.00 0.83 3/64 24148
/proc/meminfo: memFree=1805504/2055920 swapFree=4184152/4192956
[pid=24148] ppid=24146 vsize=53852 CPUtime=0.69
/proc/24148/stat : 24148 (minisat_noasser) R 24146 24148 23759 0 -1 4194304 12870 0 0 0 63 6 0 0 22 0 1 0 161190435 55144448 12856 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134683871 0 0 4096 3 0 0 0 17 1 0 0
/proc/24148/statm: 13463 12856 50 130 0 13330 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 53852

[startup+1.5015 s]
/proc/loadavg: 0.99 1.00 0.83 2/65 24149
/proc/meminfo: memFree=1739000/2055920 swapFree=4184152/4192956
[pid=24148] ppid=24146 vsize=72388 CPUtime=1.49
/proc/24148/stat : 24148 (minisat_noasser) R 24146 24148 23759 0 -1 4194304 16652 0 0 0 140 9 0 0 25 0 1 0 161190435 74125312 16638 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134529703 0 0 4096 3 0 0 0 17 1 0 0
/proc/24148/statm: 18097 16638 62 130 0 17964 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 72388

[startup+3.10165 s]
/proc/loadavg: 0.99 1.00 0.83 2/65 24149
/proc/meminfo: memFree=1738808/2055920 swapFree=4184152/4192956
[pid=24148] ppid=24146 vsize=72388 CPUtime=3.09
/proc/24148/stat : 24148 (minisat_noasser) R 24146 24148 23759 0 -1 4194304 16652 0 0 0 300 9 0 0 25 0 1 0 161190435 74125312 16638 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134529680 0 0 4096 3 0 0 0 17 1 0 0
/proc/24148/statm: 18097 16638 62 130 0 17964 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 72388

[startup+6.30195 s]
/proc/loadavg: 0.99 1.00 0.83 2/65 24149
/proc/meminfo: memFree=1721656/2055920 swapFree=4184152/4192956
[pid=24148] ppid=24146 vsize=115576 CPUtime=6.29
/proc/24148/stat : 24148 (minisat_noasser) R 24146 24148 23759 0 -1 4194304 26929 0 0 0 616 13 0 0 25 0 1 0 161190435 118349824 26915 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134683871 0 0 4096 3 0 0 0 17 1 0 0
/proc/24148/statm: 28894 26915 62 130 0 28761 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 115576

[startup+12.7016 s]
/proc/loadavg: 0.99 1.00 0.83 2/65 24149
/proc/meminfo: memFree=1671928/2055920 swapFree=4184152/4192956
[pid=24148] ppid=24146 vsize=140700 CPUtime=12.69
/proc/24148/stat : 24148 (minisat_noasser) R 24146 24148 23759 0 -1 4194304 33363 0 0 0 1252 17 0 0 25 0 1 0 161190435 144076800 33349 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134529703 0 0 4096 3 0 0 0 17 1 0 0
/proc/24148/statm: 35175 33349 62 130 0 35042 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 140700

[startup+25.5028 s]
/proc/loadavg: 0.99 1.00 0.83 2/65 24149
/proc/meminfo: memFree=1665464/2055920 swapFree=4184152/4192956
[pid=24148] ppid=24146 vsize=148748 CPUtime=25.48
/proc/24148/stat : 24148 (minisat_noasser) R 24146 24148 23759 0 -1 4194304 35035 0 0 0 2531 17 0 0 25 0 1 0 161190435 152317952 35021 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134529707 0 0 4096 3 0 0 0 17 1 0 0
/proc/24148/statm: 37187 35021 62 130 0 37054 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 148748

[startup+51.1022 s]
/proc/loadavg: 0.99 1.00 0.83 2/65 24149
/proc/meminfo: memFree=1679480/2055920 swapFree=4184152/4192956
[pid=24148] ppid=24146 vsize=130392 CPUtime=51.07
/proc/24148/stat : 24148 (minisat_noasser) R 24146 24148 23759 0 -1 4194304 35778 0 0 0 5089 18 0 0 25 0 1 0 161190435 133521408 31521 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/24148/statm: 32598 31521 67 130 0 32465 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 130392

[startup+102.305 s]
/proc/loadavg: 0.99 1.00 0.84 2/65 24149
/proc/meminfo: memFree=1679352/2055920 swapFree=4184152/4192956
[pid=24148] ppid=24146 vsize=130636 CPUtime=102.27
/proc/24148/stat : 24148 (minisat_noasser) R 24146 24148 23759 0 -1 4194304 35824 0 0 0 10208 19 0 0 25 0 1 0 161190435 133771264 31567 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/24148/statm: 32659 31567 67 130 0 32526 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 130636

[startup+162.303 s]
/proc/loadavg: 0.99 1.00 0.84 2/65 24149
/proc/meminfo: memFree=1679288/2055920 swapFree=4184152/4192956
[pid=24148] ppid=24146 vsize=130756 CPUtime=162.25
/proc/24148/stat : 24148 (minisat_noasser) R 24146 24148 23759 0 -1 4194304 35852 0 0 0 16206 19 0 0 25 0 1 0 161190435 133894144 31595 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546951 0 0 4096 3 0 0 0 17 1 0 0
/proc/24148/statm: 32689 31595 67 130 0 32556 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 130756

[startup+222.302 s]
/proc/loadavg: 0.99 1.00 0.85 2/65 24149
/proc/meminfo: memFree=1679096/2055920 swapFree=4184152/4192956
[pid=24148] ppid=24146 vsize=130936 CPUtime=222.23
/proc/24148/stat : 24148 (minisat_noasser) R 24146 24148 23759 0 -1 4194304 35892 0 0 0 22204 19 0 0 25 0 1 0 161190435 134078464 31635 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546920 0 0 4096 3 0 0 0 17 1 0 0
/proc/24148/statm: 32734 31635 67 130 0 32601 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 130936

[startup+282.302 s]
/proc/loadavg: 0.99 1.00 0.85 2/65 24149
/proc/meminfo: memFree=1678968/2055920 swapFree=4184152/4192956
[pid=24148] ppid=24146 vsize=131204 CPUtime=282.22
/proc/24148/stat : 24148 (minisat_noasser) R 24146 24148 23759 0 -1 4194304 35923 0 0 0 28202 20 0 0 25 0 1 0 161190435 134352896 31666 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/24148/statm: 32801 31666 67 130 0 32668 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 131204

[startup+342.302 s]
/proc/loadavg: 0.99 1.00 0.86 2/65 24149
/proc/meminfo: memFree=1678776/2055920 swapFree=4184152/4192956
[pid=24148] ppid=24146 vsize=131204 CPUtime=342.2
/proc/24148/stat : 24148 (minisat_noasser) R 24146 24148 23759 0 -1 4194304 35952 0 0 0 34200 20 0 0 25 0 1 0 161190435 134352896 31695 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134548762 0 0 4096 3 0 0 0 17 1 0 0
/proc/24148/statm: 32801 31695 67 130 0 32668 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 131204

[startup+402.302 s]
/proc/loadavg: 1.05 1.01 0.87 2/65 24149
/proc/meminfo: memFree=1678584/2055920 swapFree=4184152/4192956
[pid=24148] ppid=24146 vsize=131380 CPUtime=402.18
/proc/24148/stat : 24148 (minisat_noasser) R 24146 24148 23759 0 -1 4194304 36011 0 0 0 40198 20 0 0 25 0 1 0 161190435 134533120 31754 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134548762 0 0 4096 3 0 0 0 17 1 0 0
/proc/24148/statm: 32845 31754 67 130 0 32712 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 131380

[startup+462.301 s]
/proc/loadavg: 1.02 1.01 0.88 2/65 24149
/proc/meminfo: memFree=1677816/2055920 swapFree=4184152/4192956
[pid=24148] ppid=24146 vsize=132648 CPUtime=462.16
/proc/24148/stat : 24148 (minisat_noasser) R 24146 24148 23759 0 -1 4194304 36195 0 0 0 46196 20 0 0 25 0 1 0 161190435 135831552 31938 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546864 0 0 4096 3 0 0 0 17 1 0 0
/proc/24148/statm: 33162 31938 67 130 0 33029 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 132648

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 0.88 2/65 24149
/proc/meminfo: memFree=1677240/2055920 swapFree=4184152/4192956
[pid=24148] ppid=24146 vsize=133144 CPUtime=522.15
/proc/24148/stat : 24148 (minisat_noasser) R 24146 24148 23759 0 -1 4194304 36353 0 0 0 52195 20 0 0 25 0 1 0 161190435 136339456 32096 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/24148/statm: 33286 32096 67 130 0 33153 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 133144

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 0.89 2/65 24149
/proc/meminfo: memFree=1676600/2055920 swapFree=4184152/4192956
[pid=24148] ppid=24146 vsize=133708 CPUtime=582.13
/proc/24148/stat : 24148 (minisat_noasser) R 24146 24148 23759 0 -1 4194304 36496 0 0 0 58193 20 0 0 25 0 1 0 161190435 136916992 32239 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546920 0 0 4096 3 0 0 0 17 1 0 0
/proc/24148/statm: 33427 32239 67 130 0 33294 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 133708

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 0.89 2/65 24149
/proc/meminfo: memFree=1676344/2055920 swapFree=4184152/4192956
[pid=24148] ppid=24146 vsize=133888 CPUtime=642.12
/proc/24148/stat : 24148 (minisat_noasser) R 24146 24148 23759 0 -1 4194304 36549 0 0 0 64191 21 0 0 25 0 1 0 161190435 137101312 32292 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/24148/statm: 33472 32292 67 130 0 33339 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 133888

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 0.90 2/65 24149
/proc/meminfo: memFree=1675640/2055920 swapFree=4184152/4192956
[pid=24148] ppid=24146 vsize=135308 CPUtime=702.1
/proc/24148/stat : 24148 (minisat_noasser) R 24146 24148 23759 0 -1 4194304 36734 0 0 0 70189 21 0 0 25 0 1 0 161190435 138555392 32477 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546885 0 0 4096 3 0 0 0 17 1 0 0
/proc/24148/statm: 33827 32477 67 130 0 33694 0
Current children cumulated CPU time (s) 702.1
Current children cumulated vsize (KiB) 135308

[startup+762.305 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 24149
/proc/meminfo: memFree=1675448/2055920 swapFree=4184152/4192956
[pid=24148] ppid=24146 vsize=135308 CPUtime=762.08
/proc/24148/stat : 24148 (minisat_noasser) R 24146 24148 23759 0 -1 4194304 36773 0 0 0 76187 21 0 0 25 0 1 0 161190435 138555392 32516 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/24148/statm: 33827 32516 67 130 0 33694 0
Current children cumulated CPU time (s) 762.08
Current children cumulated vsize (KiB) 135308

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 24149
/proc/meminfo: memFree=1675000/2055920 swapFree=4184152/4192956
[pid=24148] ppid=24146 vsize=135844 CPUtime=822.07
/proc/24148/stat : 24148 (minisat_noasser) R 24146 24148 23759 0 -1 4194304 36900 0 0 0 82185 22 0 0 25 0 1 0 161190435 139104256 32643 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/24148/statm: 33961 32643 67 130 0 33828 0
Current children cumulated CPU time (s) 822.07
Current children cumulated vsize (KiB) 135844

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 24149
/proc/meminfo: memFree=1674808/2055920 swapFree=4184152/4192956
[pid=24148] ppid=24146 vsize=136008 CPUtime=882.05
/proc/24148/stat : 24148 (minisat_noasser) R 24146 24148 23759 0 -1 4194304 36931 0 0 0 88183 22 0 0 25 0 1 0 161190435 139272192 32674 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546864 0 0 4096 3 0 0 0 17 1 0 0
/proc/24148/statm: 34002 32674 67 130 0 33869 0
Current children cumulated CPU time (s) 882.05
Current children cumulated vsize (KiB) 136008

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 24149
/proc/meminfo: memFree=1674808/2055920 swapFree=4184152/4192956
[pid=24148] ppid=24146 vsize=136008 CPUtime=942.04
/proc/24148/stat : 24148 (minisat_noasser) R 24146 24148 23759 0 -1 4194304 36932 0 0 0 94182 22 0 0 25 0 1 0 161190435 139272192 32675 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/24148/statm: 34002 32675 67 130 0 33869 0
Current children cumulated CPU time (s) 942.04
Current children cumulated vsize (KiB) 136008

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 24149
/proc/meminfo: memFree=1674744/2055920 swapFree=4184152/4192956
[pid=24148] ppid=24146 vsize=136008 CPUtime=1002.02
/proc/24148/stat : 24148 (minisat_noasser) R 24146 24148 23759 0 -1 4194304 36935 0 0 0 100180 22 0 0 25 0 1 0 161190435 139272192 32678 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546586 0 0 4096 3 0 0 0 17 1 0 0
/proc/24148/statm: 34002 32678 67 130 0 33869 0
Current children cumulated CPU time (s) 1002.02
Current children cumulated vsize (KiB) 136008

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 24149
/proc/meminfo: memFree=1674552/2055920 swapFree=4184152/4192956
[pid=24148] ppid=24146 vsize=136336 CPUtime=1062
/proc/24148/stat : 24148 (minisat_noasser) R 24146 24148 23759 0 -1 4194304 36998 0 0 0 106178 22 0 0 25 0 1 0 161190435 139608064 32741 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134548022 0 0 4096 3 0 0 0 17 1 0 0
/proc/24148/statm: 34084 32741 67 130 0 33951 0
Current children cumulated CPU time (s) 1062
Current children cumulated vsize (KiB) 136336

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 24149
/proc/meminfo: memFree=1673976/2055920 swapFree=4184152/4192956
[pid=24148] ppid=24146 vsize=136908 CPUtime=1121.99
/proc/24148/stat : 24148 (minisat_noasser) R 24146 24148 23759 0 -1 4194304 37128 0 0 0 112177 22 0 0 25 0 1 0 161190435 140193792 32871 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/24148/statm: 34227 32871 67 130 0 34094 0
Current children cumulated CPU time (s) 1121.99
Current children cumulated vsize (KiB) 136908

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 24151
/proc/meminfo: memFree=1673912/2055920 swapFree=4184152/4192956
[pid=24148] ppid=24146 vsize=136908 CPUtime=1181.97
/proc/24148/stat : 24148 (minisat_noasser) R 24146 24148 23759 0 -1 4194304 37132 0 0 0 118175 22 0 0 25 0 1 0 161190435 140193792 32875 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/24148/statm: 34227 32875 67 130 0 34094 0
Current children cumulated CPU time (s) 1181.97
Current children cumulated vsize (KiB) 136908



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 24151
/proc/meminfo: memFree=1673912/2055920 swapFree=4184152/4192956
[pid=24148] ppid=24146 vsize=136908 CPUtime=1200.07
/proc/24148/stat : 24148 (minisat_noasser) R 24146 24148 23759 0 -1 4194304 37138 0 0 0 119985 22 0 0 25 0 1 0 161190435 140193792 32881 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/24148/statm: 34227 32881 67 130 0 34094 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 136908

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.1
CPU user time (s): 1199.85
CPU system time (s): 0.248962
CPU usage (%): 99.9728
Max. virtual memory (cumulated for all children) (KiB): 149872

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.85
system time used= 0.248962
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37138
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= 6
involuntary context switches= 2741

runsolver used 0.993848 second user time and 2.29465 second system time

The end

Launcher Data (download as text)

Begin job on node61 on Wed Apr 25 09:11:08 UTC 2007

IDJOB= 421495
IDBENCH= 20418
IDSOLVER= 188
FILE ID= node61/421495-1177492267

PBS_JOBID= 4685766

Free space on /tmp= 66487 MiB

SOLVER NAME= minisat SAT 2007
BENCH NAME= HOME/pub/bench/SAT07/industrial/palacios/uts/uts-l06-ipc5-h33-unknown.cnf
COMMAND LINE= /tmp/evaluation/421495-1177492267/minisat_noassertions /tmp/evaluation/421495-1177492267/instance-421495-1177492267.cnf
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node61/watcher-421495-1177492267 -o ROOT/results/node61/solver-421495-1177492267 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/421495-1177492267/minisat_noassertions /tmp/evaluation/421495-1177492267/instance-421495-1177492267.cnf

META MD5SUM SOLVER= 80cbedba287df00eb7b45eadedad758b
MD5SUM BENCH=  6197e38464facb30636a5a3ad5b2f0b5

RANDOM SEED= 849271156

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

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

/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.240
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.240
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:       1805912 kB
Buffers:         18964 kB
Cached:         148792 kB
SwapCached:       2992 kB
Active:         108564 kB
Inactive:        83688 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1805912 kB
SwapTotal:     4192956 kB
SwapFree:      4184152 kB
Dirty:           16700 kB
Writeback:           0 kB
Mapped:          30332 kB
Slab:            43844 kB
Committed_AS:  1044428 kB
PageTables:       1424 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= 66487 MiB

End job on node61 on Wed Apr 25 09:31:11 UTC 2007