Trace number 425329

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.02 5001.61

General information on the benchmark

Namerandom/OnTreshold/3SAT/v600/
unif-k3-r4.261-v600-c2556-S1104692480-03.SAT.shuffled.cnf
MD5SUMe1848ef5581233d7edc388a9e0c74c1a
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.033994
Satisfiable
(Un)Satisfiability was proved
Number of variables600
Number of clauses2556
Sum of the clauses size7668
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32556
Number of clauses of size 40
Number of clauses of size 50
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 100 conflicts
0.02/0.02	c Restarting after 250 conflicts
0.02/0.04	c Restarting after 475 conflicts
0.02/0.06	c Restarting after 814 conflicts
0.10/0.10	c Restarting after 1320 conflicts
0.10/0.16	c Restarting after 2079 conflicts
0.20/0.25	c Restarting after 3218 conflicts
0.30/0.38	c Restarting after 4928 conflicts
0.60/0.61	c Restarting after 7490 conflicts
0.90/0.96	c Restarting after 11334 conflicts
1.39/1.48	c Restarting after 17101 conflicts
2.20/2.25	c Restarting after 25751 conflicts
3.39/3.48	c Restarting after 38725 conflicts
5.29/5.36	c Restarting after 58187 conflicts
8.19/8.23	c Restarting after 87382 conflicts
12.59/12.70	c Restarting after 131174 conflicts
19.39/19.47	c Restarting after 196860 conflicts
30.19/30.28	c Restarting after 295386 conflicts
46.48/46.50	c Restarting after 443175 conflicts
72.27/72.30	c Restarting after 664858 conflicts
112.86/112.98	c Restarting after 997384 conflicts
174.64/174.77	c Restarting after 1496172 conflicts
272.41/272.54	c Restarting after 2244354 conflicts
425.89/426.14	c Restarting after 3366628 conflicts
664.11/664.47	c Restarting after 5050039 conflicts
1047.10/1047.53	c Restarting after 7575157 conflicts
1651.83/1652.41	c Restarting after 11362832 conflicts
2620.26/2621.17	c Restarting after 17044344 conflicts
4161.93/4163.37	c Restarting after 25566613 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/node70/watcher-425329-1177685664 -o ROOT/results/node70/solver-425329-1177685664 -C 5000 -W 7500 -M 1800 --output-limit 1,15 /tmp/evaluation/425329-1177685664/sat7_bin /tmp/evaluation/425329-1177685664/instance-425329-1177685664.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.97 0.97 3/64 23724
/proc/meminfo: memFree=1590536/2055920 swapFree=4183812/4192956
[pid=23724] ppid=23722 vsize=1216 CPUtime=0
/proc/23724/stat : 23724 (sat7_bin) R 23722 23724 23433 0 -1 4194304 144 0 0 0 0 0 0 0 18 0 1 0 208103759 1245184 128 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134547059 0 0 4096 0 0 0 0 17 1 0 0
/proc/23724/statm: 304 129 87 220 0 81 0

[startup+0.0227909 s]
/proc/loadavg: 0.92 0.97 0.97 3/64 23724
/proc/meminfo: memFree=1590536/2055920 swapFree=4183812/4192956
[pid=23724] ppid=23722 vsize=1612 CPUtime=0.02
/proc/23724/stat : 23724 (sat7_bin) R 23722 23724 23433 0 -1 4194304 195 0 0 0 2 0 0 0 18 0 1 0 208103759 1650688 179 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134528665 0 0 4096 0 0 0 0 17 1 0 0
/proc/23724/statm: 403 179 95 220 0 180 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1612

[startup+0.102799 s]
/proc/loadavg: 0.92 0.97 0.97 3/64 23724
/proc/meminfo: memFree=1590536/2055920 swapFree=4183812/4192956
[pid=23724] ppid=23722 vsize=1612 CPUtime=0.1
/proc/23724/stat : 23724 (sat7_bin) R 23722 23724 23433 0 -1 4194304 239 0 0 0 10 0 0 0 18 0 1 0 208103759 1650688 223 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/23724/statm: 403 223 95 220 0 180 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1612

[startup+0.301818 s]
/proc/loadavg: 0.92 0.97 0.97 3/64 23724
/proc/meminfo: memFree=1590536/2055920 swapFree=4183812/4192956
[pid=23724] ppid=23722 vsize=2128 CPUtime=0.3
/proc/23724/stat : 23724 (sat7_bin) R 23722 23724 23433 0 -1 4194304 270 0 0 0 30 0 0 0 19 0 1 0 208103759 2179072 254 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134542721 0 0 4096 0 0 0 0 17 1 0 0
/proc/23724/statm: 532 254 95 220 0 309 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 2128

[startup+0.702858 s]
/proc/loadavg: 0.92 0.97 0.97 3/64 23724
/proc/meminfo: memFree=1590536/2055920 swapFree=4183812/4192956
[pid=23724] ppid=23722 vsize=2128 CPUtime=0.7
/proc/23724/stat : 23724 (sat7_bin) R 23722 23724 23433 0 -1 4194304 309 0 0 0 70 0 0 0 23 0 1 0 208103759 2179072 293 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532407 0 0 4096 0 0 0 0 17 1 0 0
/proc/23724/statm: 532 293 95 220 0 309 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 2128

[startup+1.50194 s]
/proc/loadavg: 0.92 0.97 0.97 2/65 23725
/proc/meminfo: memFree=1589632/2055920 swapFree=4183812/4192956
[pid=23724] ppid=23722 vsize=2128 CPUtime=1.49
/proc/23724/stat : 23724 (sat7_bin) R 23722 23724 23433 0 -1 4194304 337 0 0 0 149 0 0 0 25 0 1 0 208103759 2179072 321 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134529366 0 0 4096 0 0 0 0 17 1 0 0
/proc/23724/statm: 532 321 95 220 0 309 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 2128

[startup+3.1011 s]
/proc/loadavg: 0.92 0.97 0.97 2/65 23725
/proc/meminfo: memFree=1589376/2055920 swapFree=4183812/4192956
[pid=23724] ppid=23722 vsize=2128 CPUtime=3.09
/proc/23724/stat : 23724 (sat7_bin) R 23722 23724 23433 0 -1 4194304 386 0 0 0 309 0 0 0 25 0 1 0 208103759 2179072 370 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532617 0 0 4096 0 0 0 0 17 1 0 0
/proc/23724/statm: 532 370 95 220 0 309 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 2128

[startup+6.30142 s]
/proc/loadavg: 0.93 0.97 0.97 2/65 23725
/proc/meminfo: memFree=1589056/2055920 swapFree=4183812/4192956
[pid=23724] ppid=23722 vsize=3156 CPUtime=6.29
/proc/23724/stat : 23724 (sat7_bin) R 23722 23724 23433 0 -1 4194304 446 0 0 0 629 0 0 0 25 0 1 0 208103759 3231744 430 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134537091 0 0 4096 0 0 0 0 17 1 0 0
/proc/23724/statm: 789 430 95 220 0 566 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 3156

[startup+12.7011 s]
/proc/loadavg: 0.93 0.97 0.97 2/65 23725
/proc/meminfo: memFree=1588616/2055920 swapFree=4183812/4192956
[pid=23724] ppid=23722 vsize=3288 CPUtime=12.69
/proc/23724/stat : 23724 (sat7_bin) R 23722 23724 23433 0 -1 4194304 516 0 0 0 1269 0 0 0 25 0 1 0 208103759 3366912 500 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 135066573 0 0 4096 0 0 0 0 17 1 0 0
/proc/23724/statm: 822 500 95 220 0 599 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 3288

[startup+25.5013 s]
/proc/loadavg: 0.95 0.97 0.97 2/65 23725
/proc/meminfo: memFree=1588168/2055920 swapFree=4183812/4192956
[pid=23724] ppid=23722 vsize=3420 CPUtime=25.49
/proc/23724/stat : 23724 (sat7_bin) R 23722 23724 23433 0 -1 4194304 629 0 0 0 2549 0 0 0 25 0 1 0 208103759 3502080 613 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134536830 0 0 4096 0 0 0 0 17 1 0 0
/proc/23724/statm: 855 613 95 220 0 632 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 3420

[startup+51.1019 s]
/proc/loadavg: 0.96 0.97 0.97 2/65 23725
/proc/meminfo: memFree=1587528/2055920 swapFree=4183812/4192956
[pid=23724] ppid=23722 vsize=3684 CPUtime=51.08
/proc/23724/stat : 23724 (sat7_bin) R 23722 23724 23433 0 -1 4194304 790 0 0 0 5108 0 0 0 25 0 1 0 208103759 3772416 774 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/23724/statm: 921 774 95 220 0 698 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 3684

[startup+102.306 s]
/proc/loadavg: 0.98 0.97 0.97 2/65 23725
/proc/meminfo: memFree=1586760/2055920 swapFree=4183812/4192956
[pid=23724] ppid=23722 vsize=6272 CPUtime=102.27
/proc/23724/stat : 23724 (sat7_bin) R 23722 23724 23433 0 -1 4194304 976 0 0 0 10227 0 0 0 25 0 1 0 208103759 6422528 960 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532571 0 0 4096 0 0 0 0 17 1 0 0
/proc/23724/statm: 1568 960 95 220 0 1345 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 6272

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 23727
/proc/meminfo: memFree=1586248/2055920 swapFree=4183812/4192956
[pid=23724] ppid=23722 vsize=6540 CPUtime=162.24
/proc/23724/stat : 23724 (sat7_bin) R 23722 23724 23433 0 -1 4194304 1076 0 0 0 16224 0 0 0 25 0 1 0 208103759 6696960 1060 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134536499 0 0 4096 0 0 0 0 17 1 0 0
/proc/23724/statm: 1635 1060 95 220 0 1412 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 6540

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 23727
/proc/meminfo: memFree=1585992/2055920 swapFree=4183812/4192956
[pid=23724] ppid=23722 vsize=6804 CPUtime=222.22
/proc/23724/stat : 23724 (sat7_bin) R 23722 23724 23433 0 -1 4194304 1160 0 0 0 22222 0 0 0 25 0 1 0 208103759 6967296 1144 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532620 0 0 4096 0 0 0 0 17 1 0 0
/proc/23724/statm: 1701 1144 95 220 0 1478 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 6804

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 23727
/proc/meminfo: memFree=1585544/2055920 swapFree=4183812/4192956
[pid=23724] ppid=23722 vsize=7068 CPUtime=282.21
/proc/23724/stat : 23724 (sat7_bin) R 23722 23724 23433 0 -1 4194304 1275 0 0 0 28220 1 0 0 25 0 1 0 208103759 7237632 1259 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532475 0 0 4096 0 0 0 0 17 1 0 0
/proc/23724/statm: 1767 1259 95 220 0 1544 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 7068

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 23727
/proc/meminfo: memFree=1585096/2055920 swapFree=4183812/4192956
[pid=23724] ppid=23722 vsize=7340 CPUtime=342.2
/proc/23724/stat : 23724 (sat7_bin) R 23722 23724 23433 0 -1 4194304 1386 0 0 0 34219 1 0 0 25 0 1 0 208103759 7516160 1370 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/23724/statm: 1835 1370 95 220 0 1612 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 7340

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/71 23793
/proc/meminfo: memFree=1583704/2055920 swapFree=4183812/4192956
[pid=23724] ppid=23722 vsize=7476 CPUtime=402.17
/proc/23724/stat : 23724 (sat7_bin) R 23722 23724 23433 0 -1 4194304 1426 0 0 0 40214 3 0 0 25 0 1 0 208103759 7655424 1410 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/23724/statm: 1869 1410 95 220 0 1646 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 7476

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 23925
/proc/meminfo: memFree=1584392/2055920 swapFree=4183812/4192956
[pid=23724] ppid=23722 vsize=7744 CPUtime=462.07
/proc/23724/stat : 23724 (sat7_bin) R 23722 23724 23433 0 -1 4194304 1486 0 0 0 46202 5 0 0 25 0 1 0 208103759 7929856 1470 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134528507 0 0 4096 0 0 0 0 17 1 0 0
/proc/23724/statm: 1936 1470 95 220 0 1713 0
Current children cumulated CPU time (s) 462.07
Current children cumulated vsize (KiB) 7744

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 23925
/proc/meminfo: memFree=1584328/2055920 swapFree=4183812/4192956
[pid=23724] ppid=23722 vsize=7880 CPUtime=522.05
/proc/23724/stat : 23724 (sat7_bin) R 23722 23724 23433 0 -1 4194304 1541 0 0 0 52200 5 0 0 25 0 1 0 208103759 8069120 1525 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/23724/statm: 1970 1525 95 220 0 1747 0
Current children cumulated CPU time (s) 522.05
Current children cumulated vsize (KiB) 7880

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 23925
/proc/meminfo: memFree=1584136/2055920 swapFree=4183812/4192956
[pid=23724] ppid=23722 vsize=8160 CPUtime=582.03
/proc/23724/stat : 23724 (sat7_bin) R 23722 23724 23433 0 -1 4194304 1586 0 0 0 58198 5 0 0 25 0 1 0 208103759 8355840 1570 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134533566 0 0 4096 0 0 0 0 17 1 0 0
/proc/23724/statm: 2040 1570 95 220 0 1817 0
Current children cumulated CPU time (s) 582.03
Current children cumulated vsize (KiB) 8160

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 23925
/proc/meminfo: memFree=1584008/2055920 swapFree=4183812/4192956
[pid=23724] ppid=23722 vsize=8292 CPUtime=642.02
/proc/23724/stat : 23724 (sat7_bin) R 23722 23724 23433 0 -1 4194304 1624 0 0 0 64197 5 0 0 25 0 1 0 208103759 8491008 1608 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532331 0 0 4096 0 0 0 0 17 1 0 0
/proc/23724/statm: 2073 1608 95 220 0 1850 0
Current children cumulated CPU time (s) 642.02
Current children cumulated vsize (KiB) 8292


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

[startup+4002.3 s]
/proc/loadavg: 0.99 0.97 0.97 2/71 23993
/proc/meminfo: memFree=1577608/2055920 swapFree=4183812/4192956
[pid=23724] ppid=23722 vsize=16752 CPUtime=4001.05
/proc/23724/stat : 23724 (sat7_bin) R 23722 23724 23433 0 -1 4194304 2917 0 0 0 400088 17 0 0 25 0 1 0 208103759 17154048 2901 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532694 0 0 4096 0 0 0 0 17 1 0 0
/proc/23724/statm: 4188 2901 95 220 0 3965 0
Current children cumulated CPU time (s) 4001.05
Current children cumulated vsize (KiB) 16752

[startup+4062.31 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 24125
/proc/meminfo: memFree=1578504/2055920 swapFree=4183812/4192956
[pid=23724] ppid=23722 vsize=16896 CPUtime=4060.96
/proc/23724/stat : 23724 (sat7_bin) R 23722 23724 23433 0 -1 4194304 2932 0 0 0 406079 17 0 0 25 0 1 0 208103759 17301504 2916 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134578850 0 0 4096 0 0 0 0 17 1 0 0
/proc/23724/statm: 4224 2916 95 220 0 4001 0
Current children cumulated CPU time (s) 4060.96
Current children cumulated vsize (KiB) 16896

[startup+4122.3 s]
/proc/loadavg: 1.03 0.99 0.98 2/65 24125
/proc/meminfo: memFree=1578568/2055920 swapFree=4183812/4192956
[pid=23724] ppid=23722 vsize=16896 CPUtime=4120.94
/proc/23724/stat : 23724 (sat7_bin) R 23722 23724 23433 0 -1 4194304 2941 0 0 0 412077 17 0 0 25 0 1 0 208103759 17301504 2925 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/23724/statm: 4224 2925 95 220 0 4001 0
Current children cumulated CPU time (s) 4120.94
Current children cumulated vsize (KiB) 16896

[startup+4182.3 s]
/proc/loadavg: 1.06 1.00 0.98 2/65 24125
/proc/meminfo: memFree=1578504/2055920 swapFree=4183812/4192956
[pid=23724] ppid=23722 vsize=16896 CPUtime=4180.93
/proc/23724/stat : 23724 (sat7_bin) R 23722 23724 23433 0 -1 4194304 2964 0 0 0 418075 18 0 0 25 0 1 0 208103759 17301504 2948 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/23724/statm: 4224 2948 95 220 0 4001 0
Current children cumulated CPU time (s) 4180.93
Current children cumulated vsize (KiB) 16896

[startup+4242.3 s]
/proc/loadavg: 1.02 1.00 0.98 2/65 24125
/proc/meminfo: memFree=1578376/2055920 swapFree=4183812/4192956
[pid=23724] ppid=23722 vsize=17040 CPUtime=4240.91
/proc/23724/stat : 23724 (sat7_bin) R 23722 23724 23433 0 -1 4194304 2989 0 0 0 424073 18 0 0 25 0 1 0 208103759 17448960 2973 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/23724/statm: 4260 2973 95 220 0 4037 0
Current children cumulated CPU time (s) 4240.91
Current children cumulated vsize (KiB) 17040

[startup+4302.3 s]
/proc/loadavg: 1.01 1.00 0.98 2/65 24125
/proc/meminfo: memFree=1578440/2055920 swapFree=4183812/4192956
[pid=23724] ppid=23722 vsize=17040 CPUtime=4300.89
/proc/23724/stat : 23724 (sat7_bin) R 23722 23724 23433 0 -1 4194304 2999 0 0 0 430071 18 0 0 25 0 1 0 208103759 17448960 2983 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/23724/statm: 4260 2983 95 220 0 4037 0
Current children cumulated CPU time (s) 4300.89
Current children cumulated vsize (KiB) 17040

[startup+4362.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 24125
/proc/meminfo: memFree=1578504/2055920 swapFree=4183812/4192956
[pid=23724] ppid=23722 vsize=17040 CPUtime=4360.87
/proc/23724/stat : 23724 (sat7_bin) R 23722 23724 23433 0 -1 4194304 3010 0 0 0 436069 18 0 0 25 0 1 0 208103759 17448960 2994 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532517 0 0 4096 0 0 0 0 17 1 0 0
/proc/23724/statm: 4260 2994 95 220 0 4037 0
Current children cumulated CPU time (s) 4360.87
Current children cumulated vsize (KiB) 17040

[startup+4422.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 24125
/proc/meminfo: memFree=1578440/2055920 swapFree=4183812/4192956
[pid=23724] ppid=23722 vsize=17184 CPUtime=4420.85
/proc/23724/stat : 23724 (sat7_bin) R 23722 23724 23433 0 -1 4194304 3025 0 0 0 442067 18 0 0 25 0 1 0 208103759 17596416 3009 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532414 0 0 4096 0 0 0 0 17 1 0 0
/proc/23724/statm: 4296 3009 95 220 0 4073 0
Current children cumulated CPU time (s) 4420.85
Current children cumulated vsize (KiB) 17184

[startup+4482.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 24125
/proc/meminfo: memFree=1578376/2055920 swapFree=4183812/4192956
[pid=23724] ppid=23722 vsize=17184 CPUtime=4480.85
/proc/23724/stat : 23724 (sat7_bin) R 23722 23724 23433 0 -1 4194304 3036 0 0 0 448066 19 0 0 25 0 1 0 208103759 17596416 3020 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134531413 0 0 4096 0 0 0 0 17 1 0 0
/proc/23724/statm: 4296 3020 95 220 0 4073 0
Current children cumulated CPU time (s) 4480.85
Current children cumulated vsize (KiB) 17184

[startup+4542.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 24125
/proc/meminfo: memFree=1578248/2055920 swapFree=4183812/4192956
[pid=23724] ppid=23722 vsize=17328 CPUtime=4540.83
/proc/23724/stat : 23724 (sat7_bin) R 23722 23724 23433 0 -1 4194304 3056 0 0 0 454064 19 0 0 25 0 1 0 208103759 17743872 3040 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134541007 0 0 4096 0 0 0 0 17 1 0 0
/proc/23724/statm: 4332 3040 95 220 0 4109 0
Current children cumulated CPU time (s) 4540.83
Current children cumulated vsize (KiB) 17328

[startup+4602.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 24125
/proc/meminfo: memFree=1578184/2055920 swapFree=4183812/4192956
[pid=23724] ppid=23722 vsize=17328 CPUtime=4600.81
/proc/23724/stat : 23724 (sat7_bin) R 23722 23724 23433 0 -1 4194304 3069 0 0 0 460062 19 0 0 25 0 1 0 208103759 17743872 3053 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134529366 0 0 4096 0 0 0 0 17 1 0 0
/proc/23724/statm: 4332 3053 95 220 0 4109 0
Current children cumulated CPU time (s) 4600.81
Current children cumulated vsize (KiB) 17328

[startup+4662.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 24125
/proc/meminfo: memFree=1578120/2055920 swapFree=4183812/4192956
[pid=23724] ppid=23722 vsize=17328 CPUtime=4660.79
/proc/23724/stat : 23724 (sat7_bin) R 23722 23724 23433 0 -1 4194304 3079 0 0 0 466060 19 0 0 25 0 1 0 208103759 17743872 3063 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/23724/statm: 4332 3063 95 220 0 4109 0
Current children cumulated CPU time (s) 4660.79
Current children cumulated vsize (KiB) 17328

[startup+4722.31 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 24125
/proc/meminfo: memFree=1578120/2055920 swapFree=4183812/4192956
[pid=23724] ppid=23722 vsize=17328 CPUtime=4720.77
/proc/23724/stat : 23724 (sat7_bin) R 23722 23724 23433 0 -1 4194304 3083 0 0 0 472058 19 0 0 25 0 1 0 208103759 17743872 3067 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532788 0 0 4096 0 0 0 0 17 1 0 0
/proc/23724/statm: 4332 3067 95 220 0 4109 0
Current children cumulated CPU time (s) 4720.77
Current children cumulated vsize (KiB) 17328

[startup+4782.3 s]
/proc/loadavg: 1.06 1.01 0.99 2/65 24125
/proc/meminfo: memFree=1578056/2055920 swapFree=4183812/4192956
[pid=23724] ppid=23722 vsize=17328 CPUtime=4780.76
/proc/23724/stat : 23724 (sat7_bin) R 23722 23724 23433 0 -1 4194304 3091 0 0 0 478056 20 0 0 25 0 1 0 208103759 17743872 3075 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532391 0 0 4096 0 0 0 0 17 1 0 0
/proc/23724/statm: 4332 3075 95 220 0 4109 0
Current children cumulated CPU time (s) 4780.76
Current children cumulated vsize (KiB) 17328

[startup+4842.3 s]
/proc/loadavg: 1.06 1.03 0.99 2/65 24125
/proc/meminfo: memFree=1578056/2055920 swapFree=4183812/4192956
[pid=23724] ppid=23722 vsize=17472 CPUtime=4840.74
/proc/23724/stat : 23724 (sat7_bin) R 23722 23724 23433 0 -1 4194304 3102 0 0 0 484054 20 0 0 25 0 1 0 208103759 17891328 3086 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134533566 0 0 4096 0 0 0 0 17 1 0 0
/proc/23724/statm: 4368 3086 95 220 0 4145 0
Current children cumulated CPU time (s) 4840.74
Current children cumulated vsize (KiB) 17472

[startup+4902.3 s]
/proc/loadavg: 1.06 1.03 1.00 2/65 24125
/proc/meminfo: memFree=1578056/2055920 swapFree=4183812/4192956
[pid=23724] ppid=23722 vsize=17472 CPUtime=4900.72
/proc/23724/stat : 23724 (sat7_bin) R 23722 23724 23433 0 -1 4194304 3107 0 0 0 490052 20 0 0 25 0 1 0 208103759 17891328 3091 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/23724/statm: 4368 3091 95 220 0 4145 0
Current children cumulated CPU time (s) 4900.72
Current children cumulated vsize (KiB) 17472

[startup+4962.3 s]
/proc/loadavg: 1.12 1.05 1.01 2/65 24125
/proc/meminfo: memFree=1578056/2055920 swapFree=4183812/4192956
[pid=23724] ppid=23722 vsize=17472 CPUtime=4960.7
/proc/23724/stat : 23724 (sat7_bin) R 23722 23724 23433 0 -1 4194304 3107 0 0 0 496050 20 0 0 25 0 1 0 208103759 17891328 3091 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/23724/statm: 4368 3091 95 220 0 4145 0
Current children cumulated CPU time (s) 4960.7
Current children cumulated vsize (KiB) 17472



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5001.6 s]
/proc/loadavg: 1.11 1.06 1.01 2/65 24125
/proc/meminfo: memFree=1577992/2055920 swapFree=4183812/4192956
[pid=23724] ppid=23722 vsize=17472 CPUtime=5000
/proc/23724/stat : 23724 (sat7_bin) R 23722 23724 23433 0 -1 4194304 3120 0 0 0 499980 20 0 0 25 0 1 0 208103759 17891328 3104 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532589 0 0 4096 0 0 0 0 17 1 0 0
/proc/23724/statm: 4368 3104 95 220 0 4145 0
Current children cumulated CPU time (s) 5000
Current children cumulated vsize (KiB) 17472

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.02
CPU user time (s): 4999.81
CPU system time (s): 0.209968
CPU usage (%): 99.9681
Max. virtual memory (cumulated for all children) (KiB): 17472

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

runsolver used 3.74843 second user time and 10.0035 second system time

The end

Launcher Data (download as text)

Begin job on node70 on Fri Apr 27 14:54:24 UTC 2007

IDJOB= 425329
IDBENCH= 20005
IDSOLVER= 183
FILE ID= node70/425329-1177685664

PBS_JOBID= 4698647

Free space on /tmp= 66510 MiB

SOLVER NAME= SAT7 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/random/OnTreshold/3SAT/v600/unif-k3-r4.261-v600-c2556-S1104692480-03.SAT.shuffled.cnf
COMMAND LINE= /tmp/evaluation/425329-1177685664/sat7_bin /tmp/evaluation/425329-1177685664/instance-425329-1177685664.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node70/watcher-425329-1177685664 -o ROOT/results/node70/solver-425329-1177685664 -C 5000 -W 7500 -M 1800 --output-limit 1,15  /tmp/evaluation/425329-1177685664/sat7_bin /tmp/evaluation/425329-1177685664/instance-425329-1177685664.cnf            

META MD5SUM SOLVER= d41d8cd98f00b204e9800998ecf8427e
MD5SUM BENCH=  e1848ef5581233d7edc388a9e0c74c1a

RANDOM SEED= 268193510

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 1800 MiB

Linux node70.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.218
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.218
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:       1591008 kB
Buffers:         38036 kB
Cached:         351608 kB
SwapCached:       3192 kB
Active:         268312 kB
Inactive:       131108 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1591008 kB
SwapTotal:     4192956 kB
SwapFree:      4183812 kB
Dirty:            1184 kB
Writeback:           0 kB
Mapped:          15796 kB
Slab:            51576 kB
Committed_AS:  3507480 kB
PageTables:       1396 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= 66510 MiB

End job on node70 on Fri Apr 27 16:17:48 UTC 2007