Trace number 370341

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) 10000.1 10003.1

General information on the benchmark

Nameindustrial/IBM_FV_2002_13_rule_1/
SAT_dat.k55.cnf
MD5SUMe850121a2405d7beb915ee732c9c806c
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 variables39862
Number of clauses152915
Sum of the clauses size414137
Maximum clause length37
Minimum clause length1
Number of clauses of size 1733
Number of clauses of size 274251
Number of clauses of size 372070
Number of clauses of size 4306
Number of clauses of size 5585
Number of clauses of size over 54970

Solver Data (download as text)

0.59/0.68	c Starting solver ...
0.69/0.75	c Restarting after 102 conflicts
0.79/0.83	c Restarting after 253 conflicts
0.89/0.96	c Restarting after 479 conflicts
1.10/1.14	c Restarting after 818 conflicts
1.19/1.25	c Restarting after 1324 conflicts
2.99/3.04	c Restarting after 2083 conflicts
6.09/6.16	c Restarting after 3223 conflicts
12.69/12.79	c Restarting after 4932 conflicts
16.89/16.98	c Restarting after 7494 conflicts
18.29/18.35	c Restarting after 11339 conflicts
26.29/26.33	c Restarting after 17105 conflicts
34.18/34.25	c Restarting after 25755 conflicts
64.28/64.36	c Restarting after 38729 conflicts
100.27/100.38	c Restarting after 58191 conflicts
156.55/156.67	c Restarting after 87384 conflicts
195.24/195.36	c Restarting after 131174 conflicts
483.26/483.47	c Restarting after 196859 conflicts
1211.46/1211.91	c Restarting after 295385 conflicts
2035.64/2036.39	c Restarting after 443174 conflicts
4167.28/4168.57	c Restarting after 664857 conflicts
7024.81/7026.99	c Restarting after 997383 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/node9/watcher-370341-1178599738 -o ROOT/results/node9/solver-370341-1178599738 -C 10000 -W 15000 -M 1800 --output-limit 1,15 /tmp/evaluation/370341-1178599738/sat7_bin /tmp/evaluation/370341-1178599738/instance-370341-1178599738.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 10000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 10030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 15000 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 0.97 0.98 3/77 699
/proc/meminfo: memFree=1629744/2055920 swapFree=4145452/4192956
[pid=699] ppid=697 vsize=1064 CPUtime=0
/proc/699/stat : 699 (sat7_bin) R 697 699 477 0 -1 4194304 106 0 0 0 0 0 0 0 18 0 1 0 336011420 1089536 90 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 135066477 0 0 4096 0 0 0 0 17 1 0 0
/proc/699/statm: 266 90 77 220 0 43 0

[startup+0.0602519 s]
/proc/loadavg: 0.99 0.97 0.98 3/77 699
/proc/meminfo: memFree=1629744/2055920 swapFree=4145452/4192956
[pid=699] ppid=697 vsize=7080 CPUtime=0.05
/proc/699/stat : 699 (sat7_bin) R 697 699 477 0 -1 4194304 1287 0 0 0 5 0 0 0 18 0 1 0 336011420 7249920 1271 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 135029294 0 0 4096 0 0 0 0 17 1 0 0
/proc/699/statm: 1770 1272 88 220 0 1547 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 7080

[startup+0.101255 s]
/proc/loadavg: 0.99 0.97 0.98 3/77 699
/proc/meminfo: memFree=1629744/2055920 swapFree=4145452/4192956
[pid=699] ppid=697 vsize=7080 CPUtime=0.09
/proc/699/stat : 699 (sat7_bin) R 697 699 477 0 -1 4194304 1381 0 0 0 9 0 0 0 18 0 1 0 336011420 7249920 1365 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134546624 0 0 4096 0 0 0 0 17 1 0 0
/proc/699/statm: 1770 1365 88 220 0 1547 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7080

[startup+0.301278 s]
/proc/loadavg: 0.99 0.97 0.98 3/77 699
/proc/meminfo: memFree=1629744/2055920 swapFree=4145452/4192956
[pid=699] ppid=697 vsize=11180 CPUtime=0.29
/proc/699/stat : 699 (sat7_bin) R 697 699 477 0 -1 4194304 1884 0 0 0 29 0 0 0 19 0 1 0 336011420 11448320 1868 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134558673 0 0 4096 0 0 0 0 17 1 0 0
/proc/699/statm: 2795 1868 88 220 0 2572 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 11180

[startup+0.701322 s]
/proc/loadavg: 0.99 0.97 0.98 3/77 699
/proc/meminfo: memFree=1629744/2055920 swapFree=4145452/4192956
[pid=699] ppid=697 vsize=15884 CPUtime=0.69
/proc/699/stat : 699 (sat7_bin) R 697 699 477 0 -1 4194304 3242 0 0 0 68 1 0 0 23 0 1 0 336011420 16265216 3226 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532130 0 0 4096 0 0 0 0 17 1 0 0
/proc/699/statm: 3971 3226 93 220 0 3748 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 15884

[startup+1.50141 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 700
/proc/meminfo: memFree=1616104/2055920 swapFree=4145452/4192956
[pid=699] ppid=697 vsize=16400 CPUtime=1.49
/proc/699/stat : 699 (sat7_bin) R 697 699 477 0 -1 4194304 3644 0 0 0 148 1 0 0 25 0 1 0 336011420 16793600 3530 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134579003 0 0 4096 0 0 0 0 17 1 0 0
/proc/699/statm: 4100 3530 95 220 0 3877 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 16400

[startup+3.10159 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 700
/proc/meminfo: memFree=1615336/2055920 swapFree=4145452/4192956
[pid=699] ppid=697 vsize=16400 CPUtime=3.09
/proc/699/stat : 699 (sat7_bin) R 697 699 477 0 -1 4194304 3772 0 0 0 308 1 0 0 25 0 1 0 336011420 16793600 3658 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532381 0 0 4096 0 0 0 0 17 1 0 0
/proc/699/statm: 4100 3658 95 220 0 3877 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 16400

[startup+6.30196 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 700
/proc/meminfo: memFree=1614504/2055920 swapFree=4145452/4192956
[pid=699] ppid=697 vsize=16400 CPUtime=6.29
/proc/699/stat : 699 (sat7_bin) R 697 699 477 0 -1 4194304 3966 0 0 0 628 1 0 0 25 0 1 0 336011420 16793600 3852 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134579318 0 0 4096 0 0 0 0 17 1 0 0
/proc/699/statm: 4100 3852 95 220 0 3877 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 16400

[startup+12.7017 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 700
/proc/meminfo: memFree=1613288/2055920 swapFree=4145452/4192956
[pid=699] ppid=697 vsize=20500 CPUtime=12.69
/proc/699/stat : 699 (sat7_bin) R 697 699 477 0 -1 4194304 4264 0 0 0 1268 1 0 0 25 0 1 0 336011420 20992000 4150 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134525761 0 0 4096 0 0 0 0 17 1 0 0
/proc/699/statm: 5125 4150 95 220 0 4902 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 20500

[startup+25.5011 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 700
/proc/meminfo: memFree=1607656/2055920 swapFree=4145452/4192956
[pid=699] ppid=697 vsize=24892 CPUtime=25.49
/proc/699/stat : 699 (sat7_bin) R 697 699 477 0 -1 4194304 5691 0 0 0 2545 4 0 0 25 0 1 0 336011420 25489408 5577 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/699/statm: 6223 5577 95 220 0 6000 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 24892

[startup+51.102 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 700
/proc/meminfo: memFree=1601320/2055920 swapFree=4145452/4192956
[pid=699] ppid=697 vsize=33204 CPUtime=51.08
/proc/699/stat : 699 (sat7_bin) R 697 699 477 0 -1 4194304 7266 0 0 0 5102 6 0 0 25 0 1 0 336011420 34000896 7152 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134528685 0 0 4096 0 0 0 0 17 1 0 0
/proc/699/statm: 8301 7152 95 220 0 8078 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 33204

[startup+102.306 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 700
/proc/meminfo: memFree=1587176/2055920 swapFree=4145452/4192956
[pid=699] ppid=697 vsize=45936 CPUtime=102.27
/proc/699/stat : 699 (sat7_bin) R 697 699 477 0 -1 4194304 10778 0 0 0 10217 10 0 0 25 0 1 0 336011420 47038464 10664 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532333 0 0 4096 0 0 0 0 17 1 0 0
/proc/699/statm: 11484 10664 95 220 0 11261 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 45936

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 700
/proc/meminfo: memFree=1564648/2055920 swapFree=4145452/4192956
[pid=699] ppid=697 vsize=67496 CPUtime=162.25
/proc/699/stat : 699 (sat7_bin) R 697 699 477 0 -1 4194304 16564 0 0 0 16209 16 0 0 25 0 1 0 336011420 69115904 16450 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532571 0 0 4096 0 0 0 0 17 1 0 0
/proc/699/statm: 16874 16451 95 220 0 16651 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 67496

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 700
/proc/meminfo: memFree=1548648/2055920 swapFree=4145452/4192956
[pid=699] ppid=697 vsize=84988 CPUtime=222.23
/proc/699/stat : 699 (sat7_bin) R 697 699 477 0 -1 4194304 20387 0 0 0 22203 20 0 0 25 0 1 0 336011420 87027712 20273 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134533066 0 0 4096 0 0 0 0 17 1 0 0
/proc/699/statm: 21247 20273 95 220 0 21024 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 84988

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 700
/proc/meminfo: memFree=1541288/2055920 swapFree=4145452/4192956
[pid=699] ppid=697 vsize=93396 CPUtime=282.22
/proc/699/stat : 699 (sat7_bin) R 697 699 477 0 -1 4194304 22226 0 0 0 28198 24 0 0 25 0 1 0 336011420 95637504 22112 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/699/statm: 23349 22112 95 220 0 23126 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 93396

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 700
/proc/meminfo: memFree=1534312/2055920 swapFree=4145452/4192956
[pid=699] ppid=697 vsize=97640 CPUtime=342.21
/proc/699/stat : 699 (sat7_bin) R 697 699 477 0 -1 4194304 23952 0 0 0 34194 27 0 0 25 0 1 0 336011420 99983360 23838 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532333 0 0 4096 0 0 0 0 17 1 0 0
/proc/699/statm: 24410 23838 95 220 0 24187 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 97640

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 700
/proc/meminfo: memFree=1526888/2055920 swapFree=4145452/4192956
[pid=699] ppid=697 vsize=106044 CPUtime=402.19
/proc/699/stat : 699 (sat7_bin) R 697 699 477 0 -1 4194304 25817 0 0 0 40190 29 0 0 25 0 1 0 336011420 108589056 25703 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532419 0 0 4096 0 0 0 0 17 1 0 0
/proc/699/statm: 26511 25703 95 220 0 26288 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 106044

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 700
/proc/meminfo: memFree=1520040/2055920 swapFree=4145452/4192956
[pid=699] ppid=697 vsize=114500 CPUtime=462.16
/proc/699/stat : 699 (sat7_bin) R 697 699 477 0 -1 4194304 27496 0 0 0 46185 31 0 0 25 0 1 0 336011420 117248000 27382 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134538630 0 0 4096 0 0 0 0 17 1 0 0
/proc/699/statm: 28625 27382 95 220 0 28402 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 114500

[startup+522.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 700
/proc/meminfo: memFree=1511720/2055920 swapFree=4145452/4192956
[pid=699] ppid=697 vsize=119436 CPUtime=522.16
/proc/699/stat : 699 (sat7_bin) R 697 699 477 0 -1 4194304 29599 0 0 0 52182 34 0 0 25 0 1 0 336011420 122302464 29485 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532931 0 0 4096 0 0 0 0 17 1 0 0
/proc/699/statm: 29859 29485 95 220 0 29636 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 119436

[startup+582.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 700
/proc/meminfo: memFree=1504616/2055920 swapFree=4145452/4192956
[pid=699] ppid=697 vsize=127768 CPUtime=582.14
/proc/699/stat : 699 (sat7_bin) R 697 699 477 0 -1 4194304 31343 0 0 0 58178 36 0 0 25 0 1 0 336011420 130834432 31229 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134533382 0 0 4096 0 0 0 0 17 1 0 0
/proc/699/statm: 31942 31229 95 220 0 31719 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 127768

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 700
/proc/meminfo: memFree=1499112/2055920 swapFree=4145452/4192956
[pid=699] ppid=697 vsize=131984 CPUtime=642.12
/proc/699/stat : 699 (sat7_bin) R 697 699 477 0 -1 4194304 32698 0 0 0 64174 38 0 0 25 0 1 0 336011420 135151616 32584 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532523 0 0 4096 0 0 0 0 17 1 0 0
/proc/699/statm: 32996 32584 95 220 0 32773 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 131984


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

[startup+9042.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 1298
/proc/meminfo: memFree=1083176/2055920 swapFree=4145452/4192956
[pid=699] ppid=697 vsize=549924 CPUtime=9039.57
/proc/699/stat : 699 (sat7_bin) R 697 699 477 0 -1 4194304 136353 0 0 0 903739 218 0 0 25 0 1 0 336011420 563122176 136061 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/699/statm: 137481 136061 95 220 0 137258 0
Current children cumulated CPU time (s) 9039.57
Current children cumulated vsize (KiB) 549924

[startup+9102.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 1298
/proc/meminfo: memFree=1080808/2055920 swapFree=4145452/4192956
[pid=699] ppid=697 vsize=554024 CPUtime=9099.56
/proc/699/stat : 699 (sat7_bin) R 697 699 477 0 -1 4194304 136928 0 0 0 909736 220 0 0 25 0 1 0 336011420 567320576 136636 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/699/statm: 138506 136636 95 220 0 138283 0
Current children cumulated CPU time (s) 9099.56
Current children cumulated vsize (KiB) 554024

[startup+9162.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 1298
/proc/meminfo: memFree=1078568/2055920 swapFree=4145452/4192956
[pid=699] ppid=697 vsize=554344 CPUtime=9159.54
/proc/699/stat : 699 (sat7_bin) R 697 699 477 0 -1 4194304 137494 0 0 0 915734 220 0 0 25 0 1 0 336011420 567648256 137202 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134542721 0 0 4096 0 0 0 0 17 1 0 0
/proc/699/statm: 138586 137202 95 220 0 138363 0
Current children cumulated CPU time (s) 9159.54
Current children cumulated vsize (KiB) 554344

[startup+9222.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 1298
/proc/meminfo: memFree=1076392/2055920 swapFree=4145452/4192956
[pid=699] ppid=697 vsize=558576 CPUtime=9219.54
/proc/699/stat : 699 (sat7_bin) R 697 699 477 0 -1 4194304 138034 0 0 0 921732 222 0 0 25 0 1 0 336011420 571981824 137742 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532694 0 0 4096 0 0 0 0 17 1 0 0
/proc/699/statm: 139644 137742 95 220 0 139421 0
Current children cumulated CPU time (s) 9219.54
Current children cumulated vsize (KiB) 558576

[startup+9282.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 1298
/proc/meminfo: memFree=1074664/2055920 swapFree=4145452/4192956
[pid=699] ppid=697 vsize=558576 CPUtime=9279.51
/proc/699/stat : 699 (sat7_bin) R 697 699 477 0 -1 4194304 138459 0 0 0 927729 222 0 0 25 0 1 0 336011420 571981824 138167 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532381 0 0 4096 0 0 0 0 17 1 0 0
/proc/699/statm: 139644 138167 95 220 0 139421 0
Current children cumulated CPU time (s) 9279.51
Current children cumulated vsize (KiB) 558576

[startup+9342.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 1298
/proc/meminfo: memFree=1073064/2055920 swapFree=4145452/4192956
[pid=699] ppid=697 vsize=558576 CPUtime=9339.5
/proc/699/stat : 699 (sat7_bin) R 697 699 477 0 -1 4194304 138868 0 0 0 933727 223 0 0 25 0 1 0 336011420 571981824 138576 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532381 0 0 4096 0 0 0 0 17 1 0 0
/proc/699/statm: 139644 138576 95 220 0 139421 0
Current children cumulated CPU time (s) 9339.5
Current children cumulated vsize (KiB) 558576

[startup+9402.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 1298
/proc/meminfo: memFree=1071144/2055920 swapFree=4145452/4192956
[pid=699] ppid=697 vsize=562808 CPUtime=9399.48
/proc/699/stat : 699 (sat7_bin) R 697 699 477 0 -1 4194304 139337 0 0 0 939724 224 0 0 25 0 1 0 336011420 576315392 139045 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/699/statm: 140702 139045 95 220 0 140479 0
Current children cumulated CPU time (s) 9399.48
Current children cumulated vsize (KiB) 562808

[startup+9462.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 1298
/proc/meminfo: memFree=1069224/2055920 swapFree=4145452/4192956
[pid=699] ppid=697 vsize=562968 CPUtime=9459.46
/proc/699/stat : 699 (sat7_bin) R 697 699 477 0 -1 4194304 139824 0 0 0 945721 225 0 0 25 0 1 0 336011420 576479232 139532 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/699/statm: 140742 139532 95 220 0 140519 0
Current children cumulated CPU time (s) 9459.46
Current children cumulated vsize (KiB) 562968

[startup+9522.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 1298
/proc/meminfo: memFree=1067176/2055920 swapFree=4145452/4192956
[pid=699] ppid=697 vsize=567068 CPUtime=9519.45
/proc/699/stat : 699 (sat7_bin) R 697 699 477 0 -1 4194304 140334 0 0 0 951719 226 0 0 25 0 1 0 336011420 580677632 140042 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532381 0 0 4096 0 0 0 0 17 1 0 0
/proc/699/statm: 141767 140042 95 220 0 141544 0
Current children cumulated CPU time (s) 9519.45
Current children cumulated vsize (KiB) 567068

[startup+9582.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 1298
/proc/meminfo: memFree=1065192/2055920 swapFree=4145452/4192956
[pid=699] ppid=697 vsize=567328 CPUtime=9579.43
/proc/699/stat : 699 (sat7_bin) R 697 699 477 0 -1 4194304 140855 0 0 0 957716 227 0 0 25 0 1 0 336011420 580943872 140530 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134533279 0 0 4096 0 0 0 0 17 1 0 0
/proc/699/statm: 141832 140530 95 220 0 141609 0
Current children cumulated CPU time (s) 9579.43
Current children cumulated vsize (KiB) 567328

[startup+9642.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 1298
/proc/meminfo: memFree=1063912/2055920 swapFree=4145452/4192956
[pid=699] ppid=697 vsize=571620 CPUtime=9639.42
/proc/699/stat : 699 (sat7_bin) R 697 699 477 0 -1 4194304 141181 0 0 0 963714 228 0 0 25 0 1 0 336011420 585338880 140856 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/699/statm: 142905 140856 95 220 0 142682 0
Current children cumulated CPU time (s) 9639.42
Current children cumulated vsize (KiB) 571620

[startup+9702.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 1298
/proc/meminfo: memFree=1062184/2055920 swapFree=4145452/4192956
[pid=699] ppid=697 vsize=571620 CPUtime=9699.41
/proc/699/stat : 699 (sat7_bin) R 697 699 477 0 -1 4194304 141600 0 0 0 969712 229 0 0 25 0 1 0 336011420 585338880 141275 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/699/statm: 142905 141275 95 220 0 142682 0
Current children cumulated CPU time (s) 9699.41
Current children cumulated vsize (KiB) 571620

[startup+9762.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 1298
/proc/meminfo: memFree=1060520/2055920 swapFree=4145452/4192956
[pid=699] ppid=697 vsize=571620 CPUtime=9759.39
/proc/699/stat : 699 (sat7_bin) R 697 699 477 0 -1 4194304 142032 0 0 0 975709 230 0 0 25 0 1 0 336011420 585338880 141707 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/699/statm: 142905 141707 95 220 0 142682 0
Current children cumulated CPU time (s) 9759.39
Current children cumulated vsize (KiB) 571620

[startup+9822.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 1298
/proc/meminfo: memFree=1058664/2055920 swapFree=4145452/4192956
[pid=699] ppid=697 vsize=575720 CPUtime=9819.37
/proc/699/stat : 699 (sat7_bin) R 697 699 477 0 -1 4194304 142479 0 0 0 981706 231 0 0 25 0 1 0 336011420 589537280 142154 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/699/statm: 143930 142154 95 220 0 143707 0
Current children cumulated CPU time (s) 9819.37
Current children cumulated vsize (KiB) 575720

[startup+9882.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 1298
/proc/meminfo: memFree=1056744/2055920 swapFree=4145452/4192956
[pid=699] ppid=697 vsize=575852 CPUtime=9879.36
/proc/699/stat : 699 (sat7_bin) R 697 699 477 0 -1 4194304 142955 0 0 0 987704 232 0 0 25 0 1 0 336011420 589672448 142630 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532892 0 0 4096 0 0 0 0 17 1 0 0
/proc/699/statm: 143963 142630 95 220 0 143740 0
Current children cumulated CPU time (s) 9879.36
Current children cumulated vsize (KiB) 575852

[startup+9942.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 1298
/proc/meminfo: memFree=1054952/2055920 swapFree=4145452/4192956
[pid=699] ppid=697 vsize=580144 CPUtime=9939.34
/proc/699/stat : 699 (sat7_bin) R 697 699 477 0 -1 4194304 143400 0 0 0 993701 233 0 0 25 0 1 0 336011420 594067456 143075 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/699/statm: 145036 143075 95 220 0 144813 0
Current children cumulated CPU time (s) 9939.34
Current children cumulated vsize (KiB) 580144

[startup+10002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 1298
/proc/meminfo: memFree=1053224/2055920 swapFree=4145452/4192956
[pid=699] ppid=697 vsize=580144 CPUtime=9999.33
/proc/699/stat : 699 (sat7_bin) R 697 699 477 0 -1 4194304 143824 0 0 0 999699 234 0 0 25 0 1 0 336011420 594067456 143499 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/699/statm: 145036 143499 95 220 0 144813 0
Current children cumulated CPU time (s) 9999.33
Current children cumulated vsize (KiB) 580144



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+10003 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 1298
/proc/meminfo: memFree=1053224/2055920 swapFree=4145452/4192956
[pid=699] ppid=697 vsize=580144 CPUtime=10000
/proc/699/stat : 699 (sat7_bin) R 697 699 477 0 -1 4194304 143828 0 0 0 999769 234 0 0 25 0 1 0 336011420 594067456 143503 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532381 0 0 4096 0 0 0 0 17 1 0 0
/proc/699/statm: 145036 143503 95 220 0 144813 0
Current children cumulated CPU time (s) 10000
Current children cumulated vsize (KiB) 580144

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): 10003.1
CPU time (s): 10000.1
CPU user time (s): 9997.7
CPU system time (s): 2.43163
CPU usage (%): 99.9703
Max. virtual memory (cumulated for all children) (KiB): 580144

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

runsolver used 7.8608 second user time and 22.3806 second system time

The end

Launcher Data (download as text)

Begin job on node9 on Tue May  8 04:48:59 UTC 2007

IDJOB= 370341
IDBENCH= 20520
IDSOLVER= 183
FILE ID= node9/370341-1178599738

PBS_JOBID= 5217764

Free space on /tmp= 66560 MiB

SOLVER NAME= SAT7 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/industrial/IBM_FV_2002_13_rule_1/SAT_dat.k55.cnf
COMMAND LINE= /tmp/evaluation/370341-1178599738/sat7_bin /tmp/evaluation/370341-1178599738/instance-370341-1178599738.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node9/watcher-370341-1178599738 -o ROOT/results/node9/solver-370341-1178599738 -C 10000 -W 15000 -M 1800 --output-limit 1,15  /tmp/evaluation/370341-1178599738/sat7_bin /tmp/evaluation/370341-1178599738/instance-370341-1178599738.cnf            

META MD5SUM SOLVER= d41d8cd98f00b204e9800998ecf8427e
MD5SUM BENCH=  e850121a2405d7beb915ee732c9c806c

RANDOM SEED= 437868994

TIME LIMIT= 10000 seconds
MEMORY LIMIT= 1800 MiB

Linux node9.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.221
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.221
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:       1630088 kB
Buffers:         41060 kB
Cached:         285464 kB
SwapCached:      15448 kB
Active:         141700 kB
Inactive:       213692 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1630088 kB
SwapTotal:     4192956 kB
SwapFree:      4145452 kB
Dirty:            4912 kB
Writeback:           0 kB
Mapped:          35836 kB
Slab:            55956 kB
Committed_AS:  8882680 kB
PageTables:       1804 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= 66560 MiB

End job on node9 on Tue May  8 07:35:44 UTC 2007