Trace number 425237

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) 5000.1 5001.61

General information on the benchmark

Namerandom/OnTreshold/5SAT/v130/
unif-k5-r21.3-v130-c2769-S1738460433-02.UNSAT.shuffled.cnf
MD5SUMf83c4477f4cb191188861bfa5f97d580
Bench CategoryRANDOM (random 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 variables130
Number of clauses2769
Sum of the clauses size13845
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 52769
Number of clauses of size over 50

Solver Data (download as text)

0.00/0.01	c Starting solver ...
0.00/0.01	c Restarting after 101 conflicts
0.00/0.02	c Restarting after 251 conflicts
0.00/0.03	c Restarting after 479 conflicts
0.00/0.05	c Restarting after 816 conflicts
0.00/0.07	c Restarting after 1322 conflicts
0.09/0.11	c Restarting after 2081 conflicts
0.09/0.17	c Restarting after 3220 conflicts
0.19/0.27	c Restarting after 4929 conflicts
0.39/0.41	c Restarting after 7493 conflicts
0.59/0.64	c Restarting after 11337 conflicts
0.89/0.98	c Restarting after 17104 conflicts
1.49/1.53	c Restarting after 25753 conflicts
2.29/2.38	c Restarting after 38728 conflicts
3.69/3.72	c Restarting after 58193 conflicts
5.69/5.72	c Restarting after 87387 conflicts
8.79/8.86	c Restarting after 131176 conflicts
13.69/13.71	c Restarting after 196860 conflicts
21.28/21.32	c Restarting after 295386 conflicts
33.39/33.41	c Restarting after 443175 conflicts
51.98/52.07	c Restarting after 664858 conflicts
81.27/81.30	c Restarting after 997386 conflicts
126.95/127.09	c Restarting after 1496174 conflicts
200.24/200.37	c Restarting after 2244356 conflicts
315.41/315.58	c Restarting after 3366630 conflicts
500.65/500.82	c Restarting after 5050041 conflicts
800.37/800.69	c Restarting after 7575159 conflicts
1282.93/1283.35	c Restarting after 11362834 conflicts
2067.31/2067.94	c Restarting after 17044346 conflicts
3351.55/3352.62	c Restarting after 25566616 conflicts

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/node44/watcher-425237-1177644056 -o ROOT/results/node44/solver-425237-1177644056 -C 5000 -W 7500 -M 1800 --output-limit 1,15 /tmp/evaluation/425237-1177644056/sat7_bin /tmp/evaluation/425237-1177644056/instance-425237-1177644056.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 7500 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.92 0.98 0.99 3/77 13467
/proc/meminfo: memFree=1788744/2055920 swapFree=4156164/4192956
[pid=13467] ppid=13465 vsize=1064 CPUtime=0
/proc/13467/stat : 13467 (sat7_bin) R 13465 13467 12266 0 -1 4194304 131 0 0 0 0 0 0 0 18 0 1 0 212317283 1089536 115 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134558673 0 0 4096 0 0 0 0 17 1 0 0
/proc/13467/statm: 266 115 87 220 0 43 0

[startup+0.0873681 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 13467
/proc/meminfo: memFree=1788744/2055920 swapFree=4156164/4192956
[pid=13467] ppid=13465 vsize=1460 CPUtime=0.08
/proc/13467/stat : 13467 (sat7_bin) R 13465 13467 12266 0 -1 4194304 242 0 0 0 8 0 0 0 18 0 1 0 212317283 1495040 226 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134542721 0 0 4096 0 0 0 0 17 1 0 0
/proc/13467/statm: 365 226 95 220 0 142 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1460

[startup+0.102369 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 13467
/proc/meminfo: memFree=1788744/2055920 swapFree=4156164/4192956
[pid=13467] ppid=13465 vsize=1460 CPUtime=0.09
/proc/13467/stat : 13467 (sat7_bin) R 13465 13467 12266 0 -1 4194304 244 0 0 0 9 0 0 0 18 0 1 0 212317283 1495040 228 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134538792 0 0 4096 0 0 0 0 17 1 0 0
/proc/13467/statm: 365 228 95 220 0 142 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1460

[startup+0.302389 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 13467
/proc/meminfo: memFree=1788744/2055920 swapFree=4156164/4192956
[pid=13467] ppid=13465 vsize=1976 CPUtime=0.29
/proc/13467/stat : 13467 (sat7_bin) R 13465 13467 12266 0 -1 4194304 281 0 0 0 29 0 0 0 19 0 1 0 212317283 2023424 265 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532416 0 0 4096 0 0 0 0 17 1 0 0
/proc/13467/statm: 494 265 95 220 0 271 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1976

[startup+0.701431 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 13467
/proc/meminfo: memFree=1788744/2055920 swapFree=4156164/4192956
[pid=13467] ppid=13465 vsize=2108 CPUtime=0.69
/proc/13467/stat : 13467 (sat7_bin) R 13465 13467 12266 0 -1 4194304 313 0 0 0 69 0 0 0 23 0 1 0 212317283 2158592 297 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532571 0 0 4096 0 0 0 0 17 1 0 0
/proc/13467/statm: 527 297 95 220 0 304 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2108

[startup+1.50151 s]
/proc/loadavg: 0.92 0.98 0.99 2/78 13468
/proc/meminfo: memFree=1787840/2055920 swapFree=4156164/4192956
[pid=13467] ppid=13465 vsize=2108 CPUtime=1.49
/proc/13467/stat : 13467 (sat7_bin) R 13465 13467 12266 0 -1 4194304 358 0 0 0 149 0 0 0 25 0 1 0 212317283 2158592 342 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532685 0 0 4096 0 0 0 0 17 1 0 0
/proc/13467/statm: 527 342 95 220 0 304 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 2108

[startup+3.10168 s]
/proc/loadavg: 0.92 0.98 0.99 2/78 13468
/proc/meminfo: memFree=1787520/2055920 swapFree=4156164/4192956
[pid=13467] ppid=13465 vsize=2108 CPUtime=3.09
/proc/13467/stat : 13467 (sat7_bin) R 13465 13467 12266 0 -1 4194304 405 0 0 0 309 0 0 0 25 0 1 0 212317283 2158592 389 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532419 0 0 4096 0 0 0 0 17 1 0 0
/proc/13467/statm: 527 389 95 220 0 304 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 2108

[startup+6.30201 s]
/proc/loadavg: 0.93 0.98 0.99 2/78 13468
/proc/meminfo: memFree=1787136/2055920 swapFree=4156164/4192956
[pid=13467] ppid=13465 vsize=3268 CPUtime=6.29
/proc/13467/stat : 13467 (sat7_bin) R 13465 13467 12266 0 -1 4194304 475 0 0 0 629 0 0 0 25 0 1 0 212317283 3346432 459 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532514 0 0 4096 0 0 0 0 17 1 0 0
/proc/13467/statm: 817 459 95 220 0 594 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 3268

[startup+12.7017 s]
/proc/loadavg: 0.93 0.98 0.99 2/78 13468
/proc/meminfo: memFree=1786632/2055920 swapFree=4156164/4192956
[pid=13467] ppid=13465 vsize=3532 CPUtime=12.69
/proc/13467/stat : 13467 (sat7_bin) R 13465 13467 12266 0 -1 4194304 564 0 0 0 1269 0 0 0 25 0 1 0 212317283 3616768 548 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 135029304 0 0 4096 0 0 0 0 17 1 0 0
/proc/13467/statm: 883 548 95 220 0 660 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 3532

[startup+25.502 s]
/proc/loadavg: 0.95 0.98 0.99 2/78 13468
/proc/meminfo: memFree=1786248/2055920 swapFree=4156164/4192956
[pid=13467] ppid=13465 vsize=3800 CPUtime=25.48
/proc/13467/stat : 13467 (sat7_bin) R 13465 13467 12266 0 -1 4194304 672 0 0 0 2548 0 0 0 25 0 1 0 212317283 3891200 656 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/13467/statm: 950 656 95 220 0 727 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 3800

[startup+51.1016 s]
/proc/loadavg: 0.96 0.98 0.99 2/78 13468
/proc/meminfo: memFree=1785864/2055920 swapFree=4156164/4192956
[pid=13467] ppid=13465 vsize=4068 CPUtime=51.08
/proc/13467/stat : 13467 (sat7_bin) R 13465 13467 12266 0 -1 4194304 775 0 0 0 5107 1 0 0 25 0 1 0 212317283 4165632 759 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134535992 0 0 4096 0 0 0 0 17 1 0 0
/proc/13467/statm: 1017 759 95 220 0 794 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 4068

[startup+102.306 s]
/proc/loadavg: 0.98 0.98 0.99 2/78 13468
/proc/meminfo: memFree=1785160/2055920 swapFree=4156164/4192956
[pid=13467] ppid=13465 vsize=4480 CPUtime=102.27
/proc/13467/stat : 13467 (sat7_bin) R 13465 13467 12266 0 -1 4194304 934 0 0 0 10226 1 0 0 25 0 1 0 212317283 4587520 918 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134533566 0 0 4096 0 0 0 0 17 1 0 0
/proc/13467/statm: 1120 918 95 220 0 897 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 4480

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 13468
/proc/meminfo: memFree=1784584/2055920 swapFree=4156164/4192956
[pid=13467] ppid=13465 vsize=4904 CPUtime=162.25
/proc/13467/stat : 13467 (sat7_bin) R 13465 13467 12266 0 -1 4194304 1068 0 0 0 16223 2 0 0 25 0 1 0 212317283 5021696 1052 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532559 0 0 4096 0 0 0 0 17 1 0 0
/proc/13467/statm: 1226 1052 95 220 0 1003 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 4904

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 13468
/proc/meminfo: memFree=1784136/2055920 swapFree=4156164/4192956
[pid=13467] ppid=13465 vsize=7388 CPUtime=222.23
/proc/13467/stat : 13467 (sat7_bin) R 13465 13467 12266 0 -1 4194304 1181 0 0 0 22221 2 0 0 25 0 1 0 212317283 7565312 1165 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/13467/statm: 1847 1165 95 220 0 1624 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 7388

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 13468
/proc/meminfo: memFree=1784008/2055920 swapFree=4156164/4192956
[pid=13467] ppid=13465 vsize=7532 CPUtime=282.21
/proc/13467/stat : 13467 (sat7_bin) R 13465 13467 12266 0 -1 4194304 1240 0 0 0 28219 2 0 0 25 0 1 0 212317283 7712768 1224 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532465 0 0 4096 0 0 0 0 17 1 0 0
/proc/13467/statm: 1883 1224 95 220 0 1660 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 7532

[startup+342.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 13468
/proc/meminfo: memFree=1783752/2055920 swapFree=4156164/4192956
[pid=13467] ppid=13465 vsize=7676 CPUtime=342.2
/proc/13467/stat : 13467 (sat7_bin) R 13465 13467 12266 0 -1 4194304 1310 0 0 0 34217 3 0 0 25 0 1 0 212317283 7860224 1294 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532525 0 0 4096 0 0 0 0 17 1 0 0
/proc/13467/statm: 1919 1294 95 220 0 1696 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 7676

[startup+402.303 s]
/proc/loadavg: 0.99 0.98 0.99 3/78 13468
/proc/meminfo: memFree=1783624/2055920 swapFree=4156164/4192956
[pid=13467] ppid=13465 vsize=7676 CPUtime=402.17
/proc/13467/stat : 13467 (sat7_bin) R 13465 13467 12266 0 -1 4194304 1330 0 0 0 40214 3 0 0 25 0 1 0 212317283 7860224 1314 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134538567 0 0 4096 0 0 0 0 17 1 0 0
/proc/13467/statm: 1919 1314 95 220 0 1696 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 7676

[startup+462.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 13468
/proc/meminfo: memFree=1783496/2055920 swapFree=4156164/4192956
[pid=13467] ppid=13465 vsize=7820 CPUtime=462.16
/proc/13467/stat : 13467 (sat7_bin) R 13465 13467 12266 0 -1 4194304 1349 0 0 0 46212 4 0 0 25 0 1 0 212317283 8007680 1333 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/13467/statm: 1955 1333 95 220 0 1732 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 7820

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 13468
/proc/meminfo: memFree=1783176/2055920 swapFree=4156164/4192956
[pid=13467] ppid=13465 vsize=7820 CPUtime=522.14
/proc/13467/stat : 13467 (sat7_bin) R 13465 13467 12266 0 -1 4194304 1415 0 0 0 52210 4 0 0 25 0 1 0 212317283 8007680 1399 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/13467/statm: 1955 1399 95 220 0 1732 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 7820

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 13468
/proc/meminfo: memFree=1783112/2055920 swapFree=4156164/4192956
[pid=13467] ppid=13465 vsize=7956 CPUtime=582.12
/proc/13467/stat : 13467 (sat7_bin) R 13465 13467 12266 0 -1 4194304 1441 0 0 0 58208 4 0 0 25 0 1 0 212317283 8146944 1425 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/13467/statm: 1989 1425 95 220 0 1766 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 7956

[startup+642.301 s]
/proc/loadavg: 1.06 1.00 1.00 2/78 13468
/proc/meminfo: memFree=1783176/2055920 swapFree=4156164/4192956
[pid=13467] ppid=13465 vsize=7956 CPUtime=642.11
/proc/13467/stat : 13467 (sat7_bin) R 13465 13467 12266 0 -1 4194304 1451 0 0 0 64206 5 0 0 25 0 1 0 212317283 8146944 1435 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532467 0 0 4096 0 0 0 0 17 1 0 0
/proc/13467/statm: 1989 1435 95 220 0 1766 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 7956


################
# More data... #
################

[startup+4002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 13668
/proc/meminfo: memFree=1780040/2055920 swapFree=4156164/4192956
[pid=13467] ppid=13465 vsize=10624 CPUtime=4001.06
/proc/13467/stat : 13467 (sat7_bin) R 13465 13467 12266 0 -1 4194304 2214 0 0 0 400076 30 0 0 25 0 1 0 212317283 10878976 2198 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134531383 0 0 4096 0 0 0 0 17 1 0 0
/proc/13467/statm: 2656 2198 95 220 0 2433 0
Current children cumulated CPU time (s) 4001.06
Current children cumulated vsize (KiB) 10624

[startup+4062.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 13668
/proc/meminfo: memFree=1779976/2055920 swapFree=4156164/4192956
[pid=13467] ppid=13465 vsize=10624 CPUtime=4061.05
/proc/13467/stat : 13467 (sat7_bin) R 13465 13467 12266 0 -1 4194304 2214 0 0 0 406075 30 0 0 25 0 1 0 212317283 10878976 2198 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134528685 0 0 4096 0 0 0 0 17 1 0 0
/proc/13467/statm: 2656 2198 95 220 0 2433 0
Current children cumulated CPU time (s) 4061.05
Current children cumulated vsize (KiB) 10624

[startup+4122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 13668
/proc/meminfo: memFree=1779912/2055920 swapFree=4156164/4192956
[pid=13467] ppid=13465 vsize=10784 CPUtime=4121.03
/proc/13467/stat : 13467 (sat7_bin) R 13465 13467 12266 0 -1 4194304 2222 0 0 0 412072 31 0 0 25 0 1 0 212317283 11042816 2206 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134528683 0 0 4096 0 0 0 0 17 1 0 0
/proc/13467/statm: 2696 2206 95 220 0 2473 0
Current children cumulated CPU time (s) 4121.03
Current children cumulated vsize (KiB) 10784

[startup+4182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 13668
/proc/meminfo: memFree=1779912/2055920 swapFree=4156164/4192956
[pid=13467] ppid=13465 vsize=10784 CPUtime=4181.01
/proc/13467/stat : 13467 (sat7_bin) R 13465 13467 12266 0 -1 4194304 2225 0 0 0 418070 31 0 0 25 0 1 0 212317283 11042816 2209 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/13467/statm: 2696 2209 95 220 0 2473 0
Current children cumulated CPU time (s) 4181.01
Current children cumulated vsize (KiB) 10784

[startup+4242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 13668
/proc/meminfo: memFree=1779912/2055920 swapFree=4156164/4192956
[pid=13467] ppid=13465 vsize=10784 CPUtime=4240.99
/proc/13467/stat : 13467 (sat7_bin) R 13465 13467 12266 0 -1 4194304 2225 0 0 0 424068 31 0 0 25 0 1 0 212317283 11042816 2209 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/13467/statm: 2696 2209 95 220 0 2473 0
Current children cumulated CPU time (s) 4240.99
Current children cumulated vsize (KiB) 10784

[startup+4302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 13668
/proc/meminfo: memFree=1779912/2055920 swapFree=4156164/4192956
[pid=13467] ppid=13465 vsize=10784 CPUtime=4300.98
/proc/13467/stat : 13467 (sat7_bin) R 13465 13467 12266 0 -1 4194304 2226 0 0 0 430066 32 0 0 25 0 1 0 212317283 11042816 2210 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532481 0 0 4096 0 0 0 0 17 1 0 0
/proc/13467/statm: 2696 2210 95 220 0 2473 0
Current children cumulated CPU time (s) 4300.98
Current children cumulated vsize (KiB) 10784

[startup+4362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 13668
/proc/meminfo: memFree=1779976/2055920 swapFree=4156164/4192956
[pid=13467] ppid=13465 vsize=10784 CPUtime=4360.96
/proc/13467/stat : 13467 (sat7_bin) R 13465 13467 12266 0 -1 4194304 2228 0 0 0 436064 32 0 0 25 0 1 0 212317283 11042816 2212 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/13467/statm: 2696 2212 95 220 0 2473 0
Current children cumulated CPU time (s) 4360.96
Current children cumulated vsize (KiB) 10784

[startup+4422.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 13668
/proc/meminfo: memFree=1779912/2055920 swapFree=4156164/4192956
[pid=13467] ppid=13465 vsize=10784 CPUtime=4420.95
/proc/13467/stat : 13467 (sat7_bin) R 13465 13467 12266 0 -1 4194304 2234 0 0 0 442062 33 0 0 25 0 1 0 212317283 11042816 2218 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532443 0 0 4096 0 0 0 0 17 1 0 0
/proc/13467/statm: 2696 2218 95 220 0 2473 0
Current children cumulated CPU time (s) 4420.95
Current children cumulated vsize (KiB) 10784

[startup+4482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 13668
/proc/meminfo: memFree=1779848/2055920 swapFree=4156164/4192956
[pid=13467] ppid=13465 vsize=10784 CPUtime=4480.93
/proc/13467/stat : 13467 (sat7_bin) R 13465 13467 12266 0 -1 4194304 2242 0 0 0 448060 33 0 0 25 0 1 0 212317283 11042816 2226 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134558707 0 0 4096 0 0 0 0 17 1 0 0
/proc/13467/statm: 2696 2226 95 220 0 2473 0
Current children cumulated CPU time (s) 4480.93
Current children cumulated vsize (KiB) 10784

[startup+4542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 13668
/proc/meminfo: memFree=1779848/2055920 swapFree=4156164/4192956
[pid=13467] ppid=13465 vsize=10784 CPUtime=4540.91
/proc/13467/stat : 13467 (sat7_bin) R 13465 13467 12266 0 -1 4194304 2243 0 0 0 454058 33 0 0 25 0 1 0 212317283 11042816 2227 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532467 0 0 4096 0 0 0 0 17 1 0 0
/proc/13467/statm: 2696 2227 95 220 0 2473 0
Current children cumulated CPU time (s) 4540.91
Current children cumulated vsize (KiB) 10784

[startup+4602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 13668
/proc/meminfo: memFree=1779848/2055920 swapFree=4156164/4192956
[pid=13467] ppid=13465 vsize=10784 CPUtime=4600.9
/proc/13467/stat : 13467 (sat7_bin) R 13465 13467 12266 0 -1 4194304 2244 0 0 0 460056 34 0 0 25 0 1 0 212317283 11042816 2228 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/13467/statm: 2696 2228 95 220 0 2473 0
Current children cumulated CPU time (s) 4600.9
Current children cumulated vsize (KiB) 10784

[startup+4662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 13668
/proc/meminfo: memFree=1779848/2055920 swapFree=4156164/4192956
[pid=13467] ppid=13465 vsize=10784 CPUtime=4660.88
/proc/13467/stat : 13467 (sat7_bin) R 13465 13467 12266 0 -1 4194304 2246 0 0 0 466054 34 0 0 25 0 1 0 212317283 11042816 2230 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/13467/statm: 2696 2230 95 220 0 2473 0
Current children cumulated CPU time (s) 4660.88
Current children cumulated vsize (KiB) 10784

[startup+4722.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 13668
/proc/meminfo: memFree=1779784/2055920 swapFree=4156164/4192956
[pid=13467] ppid=13465 vsize=10784 CPUtime=4720.87
/proc/13467/stat : 13467 (sat7_bin) R 13465 13467 12266 0 -1 4194304 2247 0 0 0 472052 35 0 0 25 0 1 0 212317283 11042816 2231 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532523 0 0 4096 0 0 0 0 17 1 0 0
/proc/13467/statm: 2696 2231 95 220 0 2473 0
Current children cumulated CPU time (s) 4720.87
Current children cumulated vsize (KiB) 10784

[startup+4782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 13670
/proc/meminfo: memFree=1779848/2055920 swapFree=4156164/4192956
[pid=13467] ppid=13465 vsize=10784 CPUtime=4780.84
/proc/13467/stat : 13467 (sat7_bin) R 13465 13467 12266 0 -1 4194304 2247 0 0 0 478049 35 0 0 25 0 1 0 212317283 11042816 2231 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/13467/statm: 2696 2231 95 220 0 2473 0
Current children cumulated CPU time (s) 4780.84
Current children cumulated vsize (KiB) 10784

[startup+4842.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 13670
/proc/meminfo: memFree=1779784/2055920 swapFree=4156164/4192956
[pid=13467] ppid=13465 vsize=10784 CPUtime=4840.82
/proc/13467/stat : 13467 (sat7_bin) R 13465 13467 12266 0 -1 4194304 2248 0 0 0 484047 35 0 0 25 0 1 0 212317283 11042816 2232 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/13467/statm: 2696 2232 95 220 0 2473 0
Current children cumulated CPU time (s) 4840.82
Current children cumulated vsize (KiB) 10784

[startup+4902.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 13670
/proc/meminfo: memFree=1779848/2055920 swapFree=4156164/4192956
[pid=13467] ppid=13465 vsize=10784 CPUtime=4900.81
/proc/13467/stat : 13467 (sat7_bin) R 13465 13467 12266 0 -1 4194304 2249 0 0 0 490045 36 0 0 25 0 1 0 212317283 11042816 2233 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134528685 0 0 4096 0 0 0 0 17 1 0 0
/proc/13467/statm: 2696 2233 95 220 0 2473 0
Current children cumulated CPU time (s) 4900.81
Current children cumulated vsize (KiB) 10784

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 13670
/proc/meminfo: memFree=1779784/2055920 swapFree=4156164/4192956
[pid=13467] ppid=13465 vsize=10784 CPUtime=4960.79
/proc/13467/stat : 13467 (sat7_bin) R 13465 13467 12266 0 -1 4194304 2251 0 0 0 496043 36 0 0 25 0 1 0 212317283 11042816 2235 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532542 0 0 4096 0 0 0 0 17 1 0 0
/proc/13467/statm: 2696 2235 95 220 0 2473 0
Current children cumulated CPU time (s) 4960.79
Current children cumulated vsize (KiB) 10784



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5001.6 s]
/proc/loadavg: 1.00 1.00 1.00 3/78 13670
/proc/meminfo: memFree=1779784/2055920 swapFree=4156164/4192956
[pid=13467] ppid=13465 vsize=10784 CPUtime=5000.09
/proc/13467/stat : 13467 (sat7_bin) R 13465 13467 12266 0 -1 4194304 2251 0 0 0 499972 37 0 0 25 0 1 0 212317283 11042816 2235 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134533566 0 0 4096 0 0 0 0 17 1 0 0
/proc/13467/statm: 2696 2235 95 220 0 2473 0
Current children cumulated CPU time (s) 5000.09
Current children cumulated vsize (KiB) 10784

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): 5001.61
CPU time (s): 5000.1
CPU user time (s): 4999.73
CPU system time (s): 0.374943
CPU usage (%): 99.9698
Max. virtual memory (cumulated for all children) (KiB): 10784

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

runsolver used 4.20636 second user time and 10.1585 second system time

The end

Launcher Data (download as text)

Begin job on node44 on Fri Apr 27 03:20:56 UTC 2007

IDJOB= 425237
IDBENCH= 19885
IDSOLVER= 183
FILE ID= node44/425237-1177644056

PBS_JOBID= 4697283

Free space on /tmp= 66546 MiB

SOLVER NAME= SAT7 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/random/OnTreshold/5SAT/v130/unif-k5-r21.3-v130-c2769-S1738460433-02.UNSAT.shuffled.cnf
COMMAND LINE= /tmp/evaluation/425237-1177644056/sat7_bin /tmp/evaluation/425237-1177644056/instance-425237-1177644056.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node44/watcher-425237-1177644056 -o ROOT/results/node44/solver-425237-1177644056 -C 5000 -W 7500 -M 1800 --output-limit 1,15  /tmp/evaluation/425237-1177644056/sat7_bin /tmp/evaluation/425237-1177644056/instance-425237-1177644056.cnf            

META MD5SUM SOLVER= d41d8cd98f00b204e9800998ecf8427e
MD5SUM BENCH=  f83c4477f4cb191188861bfa5f97d580

RANDOM SEED= 402229750

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 1800 MiB

Linux node44.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.234
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.234
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:       1789152 kB
Buffers:         43468 kB
Cached:         133724 kB
SwapCached:      13956 kB
Active:         122576 kB
Inactive:        79340 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1789152 kB
SwapTotal:     4192956 kB
SwapFree:      4156164 kB
Dirty:            1212 kB
Writeback:           0 kB
Mapped:          32880 kB
Slab:            50308 kB
Committed_AS:  1503072 kB
PageTables:       1736 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= 66546 MiB

End job on node44 on Fri Apr 27 04:44:20 UTC 2007