Trace number 329317

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
SAT7 2007-02-08? (TO) 1200.12 1200.54

General information on the benchmark

Nameindustrial/IBM_FV_2002_13_rule_1/
SAT_dat.k75.cnf
MD5SUMfd9b941a20c95ff63d6f3a27d011956e
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables44722
Number of clauses164055
Sum of the clauses size439077
Maximum clause length37
Minimum clause length1
Number of clauses of size 1993
Number of clauses of size 283511
Number of clauses of size 373310
Number of clauses of size 4386
Number of clauses of size 5745
Number of clauses of size over 55110

Solver Data (download as text)

0.70/0.73	c Starting solver ...
0.79/0.81	c Restarting after 102 conflicts
0.79/0.89	c Restarting after 253 conflicts
0.99/1.01	c Restarting after 478 conflicts
1.09/1.18	c Restarting after 815 conflicts
1.39/1.46	c Restarting after 1323 conflicts
2.89/2.97	c Restarting after 2082 conflicts
4.99/5.09	c Restarting after 3222 conflicts
5.69/5.71	c Restarting after 4931 conflicts
12.79/12.87	c Restarting after 7494 conflicts
18.99/19.08	c Restarting after 11339 conflicts
29.68/29.79	c Restarting after 17105 conflicts
44.67/44.74	c Restarting after 25755 conflicts
69.47/69.58	c Restarting after 38730 conflicts
122.05/122.18	c Restarting after 58192 conflicts
226.61/226.74	c Restarting after 87384 conflicts
344.27/344.49	c Restarting after 131174 conflicts
961.25/961.64	c Restarting after 196858 conflicts
1112.90/1113.35	c Restarting after 295386 conflicts

Verifier Data (download as text)

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

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node48/watcher-329317-1173137292 -o ROOT/results/node48/solver-329317-1173137292 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/329317-1173137292/sat7_bin /tmp/evaluation/329317-1173137292/instance-329317-1173137292.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.85 0.94 0.95 3/64 16079
/proc/meminfo: memFree=1024648/2055920 swapFree=4192812/4192956
[pid=16079] ppid=16077 vsize=1064 CPUtime=0
/proc/16079/stat : 16079 (sat7_bin) R 16077 16079 15618 0 -1 4194304 107 0 0 0 0 0 0 0 18 0 1 0 39523164 1089536 90 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134712494 0 0 4096 0 0 0 0 17 1 0 0
/proc/16079/statm: 266 90 77 220 0 43 0

[startup+0.073347 s]
/proc/loadavg: 0.85 0.94 0.95 3/64 16079
/proc/meminfo: memFree=1024648/2055920 swapFree=4192812/4192956
[pid=16079] ppid=16077 vsize=7336 CPUtime=0.06
/proc/16079/stat : 16079 (sat7_bin) R 16077 16079 15618 0 -1 4194304 1448 0 0 0 6 0 0 0 18 0 1 0 39523164 7512064 1431 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 135066477 0 0 4096 0 0 0 0 17 1 0 0
/proc/16079/statm: 1834 1431 88 220 0 1611 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 7336

[startup+0.101351 s]
/proc/loadavg: 0.85 0.94 0.95 3/64 16079
/proc/meminfo: memFree=1024648/2055920 swapFree=4192812/4192956
[pid=16079] ppid=16077 vsize=7336 CPUtime=0.09
/proc/16079/stat : 16079 (sat7_bin) R 16077 16079 15618 0 -1 4194304 1515 0 0 0 9 0 0 0 18 0 1 0 39523164 7512064 1498 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134547059 0 0 4096 0 0 0 0 17 1 0 0
/proc/16079/statm: 1834 1499 88 220 0 1611 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7336

[startup+0.301385 s]
/proc/loadavg: 0.85 0.94 0.95 3/64 16079
/proc/meminfo: memFree=1024648/2055920 swapFree=4192812/4192956
[pid=16079] ppid=16077 vsize=11436 CPUtime=0.29
/proc/16079/stat : 16079 (sat7_bin) R 16077 16079 15618 0 -1 4194304 2007 0 0 0 28 1 0 0 19 0 1 0 39523164 11710464 1990 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 135066477 0 0 4096 0 0 0 0 17 1 0 0
/proc/16079/statm: 2859 1991 88 220 0 2636 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 11436

[startup+0.701455 s]
/proc/loadavg: 0.85 0.94 0.95 3/64 16079
/proc/meminfo: memFree=1024648/2055920 swapFree=4192812/4192956
[pid=16079] ppid=16077 vsize=15668 CPUtime=0.7
/proc/16079/stat : 16079 (sat7_bin) R 16077 16079 15618 0 -1 4194304 2957 0 0 0 68 2 0 0 22 0 1 0 39523164 16044032 2940 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134548023 0 0 4096 0 0 0 0 17 1 0 0
/proc/16079/statm: 3917 2940 88 220 0 3694 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 15668

[startup+1.50159 s]
/proc/loadavg: 0.85 0.94 0.95 2/65 16080
/proc/meminfo: memFree=1009792/2055920 swapFree=4192812/4192956
[pid=16079] ppid=16077 vsize=16716 CPUtime=1.49
/proc/16079/stat : 16079 (sat7_bin) R 16077 16079 15618 0 -1 4194304 3926 0 0 0 147 2 0 0 25 0 1 0 39523164 17117184 3811 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532381 0 0 4096 0 0 0 0 17 1 0 0
/proc/16079/statm: 4179 3811 95 220 0 3956 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 16716

[startup+3.10187 s]
/proc/loadavg: 0.85 0.94 0.95 2/65 16080
/proc/meminfo: memFree=1009344/2055920 swapFree=4192812/4192956
[pid=16079] ppid=16077 vsize=16716 CPUtime=3.1
/proc/16079/stat : 16079 (sat7_bin) R 16077 16079 15618 0 -1 4194304 4062 0 0 0 307 3 0 0 25 0 1 0 39523164 17117184 3947 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/16079/statm: 4179 3947 95 220 0 3956 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 16716

[startup+6.30242 s]
/proc/loadavg: 0.86 0.94 0.95 2/65 16080
/proc/meminfo: memFree=1008328/2055920 swapFree=4192812/4192956
[pid=16079] ppid=16077 vsize=20816 CPUtime=6.29
/proc/16079/stat : 16079 (sat7_bin) R 16077 16079 15618 0 -1 4194304 4321 0 0 0 626 3 0 0 25 0 1 0 39523164 21315584 4206 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532469 0 0 4096 0 0 0 0 17 1 0 0
/proc/16079/statm: 5204 4206 95 220 0 4981 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 20816

[startup+12.7015 s]
/proc/loadavg: 0.87 0.94 0.95 2/65 16080
/proc/meminfo: memFree=1006680/2055920 swapFree=4192812/4192956
[pid=16079] ppid=16077 vsize=20816 CPUtime=12.69
/proc/16079/stat : 16079 (sat7_bin) R 16077 16079 15618 0 -1 4194304 4672 0 0 0 1266 3 0 0 25 0 1 0 39523164 21315584 4557 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532381 0 0 4096 0 0 0 0 17 1 0 0
/proc/16079/statm: 5204 4557 95 220 0 4981 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 20816

[startup+25.5017 s]
/proc/loadavg: 0.90 0.94 0.95 2/65 16080
/proc/meminfo: memFree=1002712/2055920 swapFree=4192812/4192956
[pid=16079] ppid=16077 vsize=25392 CPUtime=25.49
/proc/16079/stat : 16079 (sat7_bin) R 16077 16079 15618 0 -1 4194304 5644 0 0 0 2544 5 0 0 25 0 1 0 39523164 26001408 5529 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532381 0 0 4096 0 0 0 0 17 1 0 0
/proc/16079/statm: 6348 5529 95 220 0 6125 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 25392

[startup+51.1011 s]
/proc/loadavg: 0.93 0.94 0.95 2/65 16080
/proc/meminfo: memFree=995480/2055920 swapFree=4192812/4192956
[pid=16079] ppid=16077 vsize=34244 CPUtime=51.07
/proc/16079/stat : 16079 (sat7_bin) R 16077 16079 15618 0 -1 4194304 7466 0 0 0 5100 7 0 0 25 0 1 0 39523164 35065856 7351 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134533566 0 0 4096 0 0 0 0 17 1 0 0
/proc/16079/statm: 8561 7351 95 220 0 8338 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 34244

[startup+102.306 s]
/proc/loadavg: 0.97 0.95 0.95 2/65 16080
/proc/meminfo: memFree=984600/2055920 swapFree=4192812/4192956
[pid=16079] ppid=16077 vsize=42712 CPUtime=102.26
/proc/16079/stat : 16079 (sat7_bin) R 16077 16079 15618 0 -1 4194304 10165 0 0 0 10216 10 0 0 25 0 1 0 39523164 43737088 10050 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532892 0 0 4096 0 0 0 0 17 1 0 0
/proc/16079/statm: 10678 10050 95 220 0 10455 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 42712

[startup+162.301 s]
/proc/loadavg: 0.99 0.96 0.95 2/65 16080
/proc/meminfo: memFree=971160/2055920 swapFree=4192812/4192956
[pid=16079] ppid=16077 vsize=55396 CPUtime=162.23
/proc/16079/stat : 16079 (sat7_bin) R 16077 16079 15618 0 -1 4194304 13547 0 0 0 16208 15 0 0 25 0 1 0 39523164 56725504 13432 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134579449 0 0 4096 0 0 0 0 17 1 0 0
/proc/16079/statm: 13849 13432 95 220 0 13626 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 55396

[startup+222.302 s]
/proc/loadavg: 0.99 0.96 0.95 2/65 16080
/proc/meminfo: memFree=956248/2055920 swapFree=4192812/4192956
[pid=16079] ppid=16077 vsize=72224 CPUtime=222.21
/proc/16079/stat : 16079 (sat7_bin) R 16077 16079 15618 0 -1 4194304 17224 0 0 0 22202 19 0 0 25 0 1 0 39523164 73957376 17109 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/16079/statm: 18056 17109 95 220 0 17833 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 72224

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.95 2/65 16080
/proc/meminfo: memFree=941592/2055920 swapFree=4192812/4192956
[pid=16079] ppid=16077 vsize=85396 CPUtime=282.19
/proc/16079/stat : 16079 (sat7_bin) R 16077 16079 15618 0 -1 4194304 20917 0 0 0 28194 25 0 0 25 0 1 0 39523164 87445504 20802 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/16079/statm: 21349 20802 95 220 0 21126 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 85396

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.95 2/65 16080
/proc/meminfo: memFree=931224/2055920 swapFree=4192812/4192956
[pid=16079] ppid=16077 vsize=97812 CPUtime=342.17
/proc/16079/stat : 16079 (sat7_bin) R 16077 16079 15618 0 -1 4194304 23466 0 0 0 34189 28 0 0 25 0 1 0 39523164 100159488 23351 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/16079/statm: 24453 23351 95 220 0 24230 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 97812

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.95 2/65 16080
/proc/meminfo: memFree=923928/2055920 swapFree=4192812/4192956
[pid=16079] ppid=16077 vsize=102172 CPUtime=402.15
/proc/16079/stat : 16079 (sat7_bin) R 16077 16079 15618 0 -1 4194304 25307 0 0 0 40184 31 0 0 25 0 1 0 39523164 104624128 25192 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134533566 0 0 4096 0 0 0 0 17 1 0 0
/proc/16079/statm: 25543 25192 95 220 0 25320 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 102172

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.95 2/65 16080
/proc/meminfo: memFree=917592/2055920 swapFree=4192812/4192956
[pid=16079] ppid=16077 vsize=110516 CPUtime=462.12
/proc/16079/stat : 16079 (sat7_bin) R 16077 16079 15618 0 -1 4194304 26856 0 0 0 46180 32 0 0 25 0 1 0 39523164 113168384 26741 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/16079/statm: 27629 26741 95 220 0 27406 0
Current children cumulated CPU time (s) 462.12
Current children cumulated vsize (KiB) 110516

[startup+522.301 s]
/proc/loadavg: 0.99 0.97 0.95 2/65 16080
/proc/meminfo: memFree=911384/2055920 swapFree=4192812/4192956
[pid=16079] ppid=16077 vsize=114884 CPUtime=522.11
/proc/16079/stat : 16079 (sat7_bin) R 16077 16079 15618 0 -1 4194304 28415 0 0 0 52176 35 0 0 25 0 1 0 39523164 117641216 28300 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/16079/statm: 28721 28300 95 220 0 28498 0
Current children cumulated CPU time (s) 522.11
Current children cumulated vsize (KiB) 114884

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.95 2/65 16080
/proc/meminfo: memFree=906200/2055920 swapFree=4192812/4192956
[pid=16079] ppid=16077 vsize=123228 CPUtime=582.08
/proc/16079/stat : 16079 (sat7_bin) R 16077 16079 15618 0 -1 4194304 29710 0 0 0 58172 36 0 0 25 0 1 0 39523164 126185472 29595 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 135029306 0 0 4096 0 0 0 0 17 1 0 0
/proc/16079/statm: 30807 29595 95 220 0 30584 0
Current children cumulated CPU time (s) 582.08
Current children cumulated vsize (KiB) 123228

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.95 2/65 16080
/proc/meminfo: memFree=900760/2055920 swapFree=4192812/4192956
[pid=16079] ppid=16077 vsize=127488 CPUtime=642.07
/proc/16079/stat : 16079 (sat7_bin) R 16077 16079 15618 0 -1 4194304 31059 0 0 0 64169 38 0 0 25 0 1 0 39523164 130547712 30944 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134540087 0 0 4096 0 0 0 0 17 1 0 0
/proc/16079/statm: 31872 30944 95 220 0 31649 0
Current children cumulated CPU time (s) 642.07
Current children cumulated vsize (KiB) 127488

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.95 2/65 16080
/proc/meminfo: memFree=896088/2055920 swapFree=4192812/4192956
[pid=16079] ppid=16077 vsize=131588 CPUtime=702.05
/proc/16079/stat : 16079 (sat7_bin) R 16077 16079 15618 0 -1 4194304 32224 0 0 0 70166 39 0 0 25 0 1 0 39523164 134746112 32109 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/16079/statm: 32897 32109 95 220 0 32674 0
Current children cumulated CPU time (s) 702.05
Current children cumulated vsize (KiB) 131588

[startup+762.306 s]
/proc/loadavg: 0.99 0.97 0.95 2/65 16080
/proc/meminfo: memFree=890904/2055920 swapFree=4192812/4192956
[pid=16079] ppid=16077 vsize=135976 CPUtime=762.03
/proc/16079/stat : 16079 (sat7_bin) R 16077 16079 15618 0 -1 4194304 33534 0 0 0 76162 41 0 0 25 0 1 0 39523164 139239424 33419 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532404 0 0 4096 0 0 0 0 17 1 0 0
/proc/16079/statm: 33994 33419 95 220 0 33771 0
Current children cumulated CPU time (s) 762.03
Current children cumulated vsize (KiB) 135976

[startup+822.301 s]
/proc/loadavg: 0.99 0.97 0.95 2/65 16080
/proc/meminfo: memFree=885528/2055920 swapFree=4192812/4192956
[pid=16079] ppid=16077 vsize=144176 CPUtime=822
/proc/16079/stat : 16079 (sat7_bin) R 16077 16079 15618 0 -1 4194304 34890 0 0 0 82157 43 0 0 25 0 1 0 39523164 147636224 34775 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/16079/statm: 36044 34775 95 220 0 35821 0
Current children cumulated CPU time (s) 822
Current children cumulated vsize (KiB) 144176

[startup+882.301 s]
/proc/loadavg: 0.99 0.97 0.95 2/65 16082
/proc/meminfo: memFree=880152/2055920 swapFree=4192812/4192956
[pid=16079] ppid=16077 vsize=148536 CPUtime=881.98
/proc/16079/stat : 16079 (sat7_bin) R 16077 16079 15618 0 -1 4194304 36210 0 0 0 88153 45 0 0 25 0 1 0 39523164 152100864 36095 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/16079/statm: 37134 36095 95 220 0 36911 0
Current children cumulated CPU time (s) 881.98
Current children cumulated vsize (KiB) 148536

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.95 2/65 16082
/proc/meminfo: memFree=874200/2055920 swapFree=4192812/4192956
[pid=16079] ppid=16077 vsize=153108 CPUtime=941.96
/proc/16079/stat : 16079 (sat7_bin) R 16077 16079 15618 0 -1 4194304 37718 0 0 0 94149 47 0 0 25 0 1 0 39523164 156782592 37603 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/16079/statm: 38277 37603 95 220 0 38054 0
Current children cumulated CPU time (s) 941.96
Current children cumulated vsize (KiB) 153108

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.95 2/65 16082
/proc/meminfo: memFree=833560/2055920 swapFree=4192812/4192956
[pid=16079] ppid=16077 vsize=193056 CPUtime=1001.94
/proc/16079/stat : 16079 (sat7_bin) R 16077 16079 15618 0 -1 4194304 47841 0 0 0 100138 56 0 0 25 0 1 0 39523164 197689344 47726 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532892 0 0 4096 0 0 0 0 17 1 0 0
/proc/16079/statm: 48264 47726 95 220 0 48041 0
Current children cumulated CPU time (s) 1001.94
Current children cumulated vsize (KiB) 193056

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.95 2/65 16082
/proc/meminfo: memFree=828120/2055920 swapFree=4192812/4192956
[pid=16079] ppid=16077 vsize=201372 CPUtime=1061.92
/proc/16079/stat : 16079 (sat7_bin) R 16077 16079 15618 0 -1 4194304 49225 0 0 0 106133 59 0 0 25 0 1 0 39523164 206204928 49110 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134533277 0 0 4096 0 0 0 0 17 1 0 0
/proc/16079/statm: 50343 49110 95 220 0 50120 0
Current children cumulated CPU time (s) 1061.92
Current children cumulated vsize (KiB) 201372

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.95 2/65 16082
/proc/meminfo: memFree=819736/2055920 swapFree=4192812/4192956
[pid=16079] ppid=16077 vsize=210268 CPUtime=1121.9
/proc/16079/stat : 16079 (sat7_bin) R 16077 16079 15618 0 -1 4194304 51300 0 0 0 112129 61 0 0 25 0 1 0 39523164 215314432 51185 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532381 0 0 4096 0 0 0 0 17 1 0 0
/proc/16079/statm: 52567 51185 95 220 0 52344 0
Current children cumulated CPU time (s) 1121.9
Current children cumulated vsize (KiB) 210268

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.95 2/65 16082
/proc/meminfo: memFree=810200/2055920 swapFree=4192812/4192956
[pid=16079] ppid=16077 vsize=219164 CPUtime=1181.88
/proc/16079/stat : 16079 (sat7_bin) R 16077 16079 15618 0 -1 4194304 53699 0 0 0 118124 64 0 0 25 0 1 0 39523164 224423936 53584 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 135029306 0 0 4096 0 0 0 0 17 1 0 0
/proc/16079/statm: 54791 53584 95 220 0 54568 0
Current children cumulated CPU time (s) 1181.88
Current children cumulated vsize (KiB) 219164



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 0.99 0.97 0.95 2/65 16082
/proc/meminfo: memFree=806488/2055920 swapFree=4192812/4192956
[pid=16079] ppid=16077 vsize=219472 CPUtime=1200.08
/proc/16079/stat : 16079 (sat7_bin) R 16077 16079 15618 0 -1 4194304 54578 0 0 0 119943 65 0 0 25 0 1 0 39523164 224739328 54463 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532469 0 0 4096 0 0 0 0 17 1 0 0
/proc/16079/statm: 54868 54463 95 220 0 54645 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 219472

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

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

[startup+1200.5 s]
/proc/loadavg: 0.99 0.97 0.95 2/65 16082
/proc/meminfo: memFree=806488/2055920 swapFree=4192812/4192956
[pid=16079] ppid=16077 vsize=219472 CPUtime=1200.08
/proc/16079/stat : 16079 (sat7_bin) R 16077 16079 15618 0 -1 4194304 54578 0 0 0 119943 65 0 0 25 0 1 0 39523164 224739328 54463 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532469 0 0 4096 0 0 0 0 17 1 0 0
/proc/16079/statm: 54868 54463 95 220 0 54645 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 219472

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.54
CPU time (s): 1200.12
CPU user time (s): 1199.43
CPU system time (s): 0.686895
CPU usage (%): 99.9649
Max. virtual memory (cumulated for all children) (KiB): 219472

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.43
system time used= 0.686895
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 54578
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= 2054

runsolver used 0.738887 second user time and 2.55061 second system time

The end

Launcher Data (download as text)

Begin job on node48 on Mon Mar  5 23:28:12 UTC 2007

IDJOB= 329317
IDBENCH= 20537
IDSOLVER= 101
FILE ID= node48/329317-1173137292

PBS_JOBID= 4015197

Free space on /tmp= 66512 MiB

SOLVER NAME= SAT7 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/industrial/IBM_FV_2002_13_rule_1/SAT_dat.k75.cnf
COMMAND LINE= /tmp/evaluation/329317-1173137292/sat7_bin /tmp/evaluation/329317-1173137292/instance-329317-1173137292.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node48/watcher-329317-1173137292 -o ROOT/results/node48/solver-329317-1173137292 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/329317-1173137292/sat7_bin /tmp/evaluation/329317-1173137292/instance-329317-1173137292.cnf            

META MD5SUM SOLVER= 499b432f7af158d8586c91b2e490220f
MD5SUM BENCH=  fd9b941a20c95ff63d6f3a27d011956e

RANDOM SEED= 80651782

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node48.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.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:       1025056 kB
Buffers:         36928 kB
Cached:         912684 kB
SwapCached:        144 kB
Active:         276972 kB
Inactive:       688208 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1025056 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            5336 kB
Writeback:           0 kB
Mapped:          25640 kB
Slab:            51732 kB
Committed_AS:    98628 kB
PageTables:       1388 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= 66512 MiB

End job on node48 on Mon Mar  5 23:48:15 UTC 2007