Trace number 370361

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.6

General information on the benchmark

Nameindustrial/IBM_FV_2002_31_1_rule_1/
SAT_dat.k80.cnf
MD5SUMd8d6a3220ff7f841840041023f45b746
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 variables119275
Number of clauses534228
Sum of the clauses size1374894
Maximum clause length20
Minimum clause length1
Number of clauses of size 1743
Number of clauses of size 2416106
Number of clauses of size 358662
Number of clauses of size 423975
Number of clauses of size 510404
Number of clauses of size over 524338

Solver Data (download as text)

2.29/2.37	c Starting solver ...
3.09/3.13	c Restarting after 100 conflicts
3.49/3.59	c Restarting after 250 conflicts
3.89/3.94	c Restarting after 475 conflicts
4.09/4.13	c Restarting after 812 conflicts
4.39/4.46	c Restarting after 1318 conflicts
5.18/5.28	c Restarting after 2077 conflicts
6.38/6.40	c Restarting after 3216 conflicts
8.08/8.17	c Restarting after 4924 conflicts
10.68/10.74	c Restarting after 7486 conflicts
13.78/13.80	c Restarting after 11330 conflicts
18.68/18.78	c Restarting after 17098 conflicts
26.38/26.42	c Restarting after 25750 conflicts
36.88/36.94	c Restarting after 38724 conflicts
52.27/52.40	c Restarting after 58185 conflicts
78.66/78.74	c Restarting after 87377 conflicts
144.45/144.54	c Restarting after 131166 conflicts
262.82/262.92	c Restarting after 196851 conflicts
550.25/550.48	c Restarting after 295378 conflicts
1033.03/1033.42	c Restarting after 443169 conflicts
2015.95/2016.69	c Restarting after 664853 conflicts
3688.43/3689.51	c Restarting after 997378 conflicts
6395.44/6397.39	c Restarting after 1496167 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/node12/watcher-370361-1178610258 -o ROOT/results/node12/solver-370361-1178610258 -C 10000 -W 15000 -M 1800 --output-limit 1,15 /tmp/evaluation/370361-1178610258/sat7_bin /tmp/evaluation/370361-1178610258/instance-370361-1178610258.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.92 0.98 0.99 3/77 15956
/proc/meminfo: memFree=1727904/2055920 swapFree=4160020/4192956
[pid=15956] ppid=15954 vsize=1064 CPUtime=0
/proc/15956/stat : 15956 (sat7_bin) R 15954 15956 15900 0 -1 4194304 106 0 0 0 0 0 0 0 18 0 1 0 337063257 1089536 90 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 135066477 0 0 4096 0 0 0 0 17 1 0 0
/proc/15956/statm: 266 90 77 220 0 43 0

[startup+0.03562 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 15956
/proc/meminfo: memFree=1727904/2055920 swapFree=4160020/4192956
[pid=15956] ppid=15954 vsize=1064 CPUtime=0.03
/proc/15956/stat : 15956 (sat7_bin) R 15954 15956 15900 0 -1 4194304 106 0 0 0 3 0 0 0 18 0 1 0 337063257 1089536 90 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 135066477 0 0 4096 0 0 0 0 17 1 0 0
/proc/15956/statm: 266 90 77 220 0 43 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1064

[startup+0.102626 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 15956
/proc/meminfo: memFree=1727904/2055920 swapFree=4160020/4192956
[pid=15956] ppid=15954 vsize=15216 CPUtime=0.09
/proc/15956/stat : 15956 (sat7_bin) R 15954 15956 15900 0 -1 4194304 2896 0 0 0 8 1 0 0 18 0 1 0 337063257 15581184 2880 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134530789 0 0 4096 0 0 0 0 17 1 0 0
/proc/15956/statm: 3804 2881 88 220 0 3581 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15216

[startup+0.301653 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 15956
/proc/meminfo: memFree=1727904/2055920 swapFree=4160020/4192956
[pid=15956] ppid=15954 vsize=19316 CPUtime=0.29
/proc/15956/stat : 15956 (sat7_bin) R 15954 15956 15900 0 -1 4194304 3804 0 0 0 28 1 0 0 19 0 1 0 337063257 19779584 3788 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532130 0 0 4096 0 0 0 0 17 1 0 0
/proc/15956/statm: 4829 3788 88 220 0 4606 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 19316

[startup+0.701687 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 15956
/proc/meminfo: memFree=1727904/2055920 swapFree=4160020/4192956
[pid=15956] ppid=15954 vsize=19316 CPUtime=0.69
/proc/15956/stat : 15956 (sat7_bin) R 15954 15956 15900 0 -1 4194304 4494 0 0 0 67 2 0 0 22 0 1 0 337063257 19779584 4478 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 135029304 0 0 4096 0 0 0 0 17 1 0 0
/proc/15956/statm: 4829 4478 88 220 0 4606 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 19316

[startup+1.50177 s]
/proc/loadavg: 0.93 0.98 0.99 2/78 15957
/proc/meminfo: memFree=1708248/2055920 swapFree=4160020/4192956
[pid=15956] ppid=15954 vsize=27516 CPUtime=1.49
/proc/15956/stat : 15956 (sat7_bin) R 15954 15956 15900 0 -1 4194304 5850 0 0 0 147 2 0 0 25 0 1 0 337063257 28176384 5834 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134756106 0 0 4096 0 0 0 0 17 1 0 0
/proc/15956/statm: 6879 5834 88 220 0 6656 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 27516

[startup+3.10193 s]
/proc/loadavg: 0.93 0.98 0.99 2/78 15957
/proc/meminfo: memFree=1700696/2055920 swapFree=4160020/4192956
[pid=15956] ppid=15954 vsize=38296 CPUtime=3.09
/proc/15956/stat : 15956 (sat7_bin) R 15954 15956 15900 0 -1 4194304 9237 0 0 0 305 4 0 0 25 0 1 0 337063257 39215104 8997 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/15956/statm: 9574 8997 93 220 0 9351 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 38296

[startup+6.30125 s]
/proc/loadavg: 0.93 0.98 0.99 2/78 15957
/proc/meminfo: memFree=1691488/2055920 swapFree=4160020/4192956
[pid=15956] ppid=15954 vsize=38296 CPUtime=6.28
/proc/15956/stat : 15956 (sat7_bin) R 15954 15956 15900 0 -1 4194304 9428 0 0 0 624 4 0 0 25 0 1 0 337063257 39215104 9188 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/15956/statm: 9574 9188 95 220 0 9351 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 38296

[startup+12.7019 s]
/proc/loadavg: 0.94 0.98 0.99 2/78 15957
/proc/meminfo: memFree=1690472/2055920 swapFree=4160020/4192956
[pid=15956] ppid=15954 vsize=42396 CPUtime=12.68
/proc/15956/stat : 15956 (sat7_bin) R 15954 15956 15900 0 -1 4194304 9673 0 0 0 1263 5 0 0 25 0 1 0 337063257 43413504 9433 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532381 0 0 4096 0 0 0 0 17 1 0 0
/proc/15956/statm: 10599 9433 95 220 0 10376 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 42396

[startup+25.5022 s]
/proc/loadavg: 0.95 0.98 0.99 4/78 15957
/proc/meminfo: memFree=1688616/2055920 swapFree=4160020/4192956
[pid=15956] ppid=15954 vsize=42396 CPUtime=25.48
/proc/15956/stat : 15956 (sat7_bin) R 15954 15956 15900 0 -1 4194304 10142 0 0 0 2543 5 0 0 25 0 1 0 337063257 43413504 9902 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134533479 0 0 4096 0 0 0 0 17 1 0 0
/proc/15956/statm: 10599 9902 95 220 0 10376 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 42396

[startup+51.1017 s]
/proc/loadavg: 0.97 0.98 0.99 2/78 15957
/proc/meminfo: memFree=1684328/2055920 swapFree=4160020/4192956
[pid=15956] ppid=15954 vsize=46496 CPUtime=51.07
/proc/15956/stat : 15956 (sat7_bin) R 15954 15956 15900 0 -1 4194304 11233 0 0 0 5101 6 0 0 25 0 1 0 337063257 47611904 10993 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134542721 0 0 4096 0 0 0 0 17 1 0 0
/proc/15956/statm: 11624 10993 95 220 0 11401 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 46496

[startup+102.306 s]
/proc/loadavg: 0.98 0.98 0.99 2/78 15957
/proc/meminfo: memFree=1676008/2055920 swapFree=4160020/4192956
[pid=15956] ppid=15954 vsize=54696 CPUtime=102.26
/proc/15956/stat : 15956 (sat7_bin) R 15954 15956 15900 0 -1 4194304 13313 0 0 0 10217 9 0 0 25 0 1 0 337063257 56008704 13073 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134533784 0 0 4096 0 0 0 0 17 1 0 0
/proc/15956/statm: 13674 13073 95 220 0 13451 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 54696

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 15957
/proc/meminfo: memFree=1666664/2055920 swapFree=4160020/4192956
[pid=15956] ppid=15954 vsize=63164 CPUtime=162.25
/proc/15956/stat : 15956 (sat7_bin) R 15954 15956 15900 0 -1 4194304 15680 0 0 0 16213 12 0 0 25 0 1 0 337063257 64679936 15440 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134531462 0 0 4096 0 0 0 0 17 1 0 0
/proc/15956/statm: 15791 15440 95 220 0 15568 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 63164

[startup+222.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 15957
/proc/meminfo: memFree=1656872/2055920 swapFree=4160020/4192956
[pid=15956] ppid=15954 vsize=75832 CPUtime=222.23
/proc/15956/stat : 15956 (sat7_bin) R 15954 15956 15900 0 -1 4194304 18072 0 0 0 22208 15 0 0 25 0 1 0 337063257 77651968 17832 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/15956/statm: 18958 17832 95 220 0 18735 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 75832

[startup+282.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 15957
/proc/meminfo: memFree=1649256/2055920 swapFree=4160020/4192956
[pid=15956] ppid=15954 vsize=80592 CPUtime=282.21
/proc/15956/stat : 15956 (sat7_bin) R 15954 15956 15900 0 -1 4194304 20003 0 0 0 28204 17 0 0 25 0 1 0 337063257 82526208 19763 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532391 0 0 4096 0 0 0 0 17 1 0 0
/proc/15956/statm: 20148 19763 95 220 0 19925 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 80592

[startup+342.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 15957
/proc/meminfo: memFree=1640232/2055920 swapFree=4160020/4192956
[pid=15956] ppid=15954 vsize=89316 CPUtime=342.2
/proc/15956/stat : 15956 (sat7_bin) R 15954 15956 15900 0 -1 4194304 22232 0 0 0 34200 20 0 0 25 0 1 0 337063257 91459584 21992 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134578712 0 0 4096 0 0 0 0 17 1 0 0
/proc/15956/statm: 22329 21992 95 220 0 22106 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 89316

[startup+402.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 15957
/proc/meminfo: memFree=1632744/2055920 swapFree=4160020/4192956
[pid=15956] ppid=15954 vsize=97972 CPUtime=402.18
/proc/15956/stat : 15956 (sat7_bin) R 15954 15956 15900 0 -1 4194304 24105 0 0 0 40195 23 0 0 25 0 1 0 337063257 100323328 23865 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134525708 0 0 4096 0 0 0 0 17 1 0 0
/proc/15956/statm: 24493 23865 95 220 0 24270 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 97972

[startup+462.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 15957
/proc/meminfo: memFree=1626472/2055920 swapFree=4160020/4192956
[pid=15956] ppid=15954 vsize=103016 CPUtime=462.16
/proc/15956/stat : 15956 (sat7_bin) R 15954 15956 15900 0 -1 4194304 25647 0 0 0 46191 25 0 0 25 0 1 0 337063257 105488384 25407 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/15956/statm: 25754 25407 95 220 0 25531 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 103016

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 15957
/proc/meminfo: memFree=1619816/2055920 swapFree=4160020/4192956
[pid=15956] ppid=15954 vsize=111464 CPUtime=522.15
/proc/15956/stat : 15956 (sat7_bin) R 15954 15956 15900 0 -1 4194304 27325 0 0 0 52187 28 0 0 25 0 1 0 337063257 114139136 27085 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/15956/statm: 27866 27085 95 220 0 27643 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 111464

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 15957
/proc/meminfo: memFree=1613928/2055920 swapFree=4160020/4192956
[pid=15956] ppid=15954 vsize=116244 CPUtime=582.14
/proc/15956/stat : 15956 (sat7_bin) R 15954 15956 15900 0 -1 4194304 28773 0 0 0 58184 30 0 0 25 0 1 0 337063257 119033856 28533 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134533566 0 0 4096 0 0 0 0 17 1 0 0
/proc/15956/statm: 29061 28533 95 220 0 28838 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 116244

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 15957
/proc/meminfo: memFree=1608808/2055920 swapFree=4160020/4192956
[pid=15956] ppid=15954 vsize=120736 CPUtime=642.13
/proc/15956/stat : 15956 (sat7_bin) R 15954 15956 15900 0 -1 4194304 30067 0 0 0 64180 33 0 0 25 0 1 0 337063257 123633664 29827 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/15956/statm: 30184 29827 95 220 0 29961 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 120736


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

[startup+9102.3 s]
/proc/loadavg: 1.02 1.04 1.00 2/78 16555
/proc/meminfo: memFree=1201256/2055920 swapFree=4160020/4192956
[pid=15956] ppid=15954 vsize=537352 CPUtime=9099.39
/proc/15956/stat : 15956 (sat7_bin) R 15954 15956 15900 0 -1 4194304 132701 0 0 0 909717 222 0 0 25 0 1 0 337063257 550248448 131313 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532559 0 0 4096 0 0 0 0 17 0 0 0
/proc/15956/statm: 134338 131313 95 220 0 134115 0
Current children cumulated CPU time (s) 9099.39
Current children cumulated vsize (KiB) 537352

[startup+9162.3 s]
/proc/loadavg: 1.01 1.03 1.00 2/78 16555
/proc/meminfo: memFree=1201128/2055920 swapFree=4160020/4192956
[pid=15956] ppid=15954 vsize=537496 CPUtime=9159.34
/proc/15956/stat : 15956 (sat7_bin) R 15954 15956 15900 0 -1 4194304 132737 0 0 0 915712 222 0 0 25 0 1 0 337063257 550395904 131349 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532542 0 0 4096 0 0 0 0 17 0 0 0
/proc/15956/statm: 134374 131349 95 220 0 134151 0
Current children cumulated CPU time (s) 9159.34
Current children cumulated vsize (KiB) 537496

[startup+9222.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/78 16555
/proc/meminfo: memFree=1200872/2055920 swapFree=4160020/4192956
[pid=15956] ppid=15954 vsize=537792 CPUtime=9219.31
/proc/15956/stat : 15956 (sat7_bin) R 15954 15956 15900 0 -1 4194304 132802 0 0 0 921709 222 0 0 25 0 1 0 337063257 550699008 131414 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 0 0 0
/proc/15956/statm: 134448 131414 95 220 0 134225 0
Current children cumulated CPU time (s) 9219.31
Current children cumulated vsize (KiB) 537792

[startup+9282.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/78 16555
/proc/meminfo: memFree=1200808/2055920 swapFree=4160020/4192956
[pid=15956] ppid=15954 vsize=537944 CPUtime=9279.27
/proc/15956/stat : 15956 (sat7_bin) R 15954 15956 15900 0 -1 4194304 132827 0 0 0 927705 222 0 0 25 0 1 0 337063257 550854656 131439 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134533066 0 0 4096 0 0 0 0 17 0 0 0
/proc/15956/statm: 134486 131439 95 220 0 134263 0
Current children cumulated CPU time (s) 9279.27
Current children cumulated vsize (KiB) 537944

[startup+9342.31 s]
/proc/loadavg: 1.00 1.01 1.00 2/78 16555
/proc/meminfo: memFree=1200552/2055920 swapFree=4160020/4192956
[pid=15956] ppid=15954 vsize=538136 CPUtime=9339.23
/proc/15956/stat : 15956 (sat7_bin) R 15954 15956 15900 0 -1 4194304 132886 0 0 0 933701 222 0 0 25 0 1 0 337063257 551051264 131498 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 0 0 0
/proc/15956/statm: 134534 131498 95 220 0 134311 0
Current children cumulated CPU time (s) 9339.23
Current children cumulated vsize (KiB) 538136

[startup+9402.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/78 16555
/proc/meminfo: memFree=1200360/2055920 swapFree=4160020/4192956
[pid=15956] ppid=15954 vsize=538328 CPUtime=9399.19
/proc/15956/stat : 15956 (sat7_bin) R 15954 15956 15900 0 -1 4194304 132938 0 0 0 939697 222 0 0 25 0 1 0 337063257 551247872 131550 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134536262 0 0 4096 0 0 0 0 17 0 0 0
/proc/15956/statm: 134582 131550 95 220 0 134359 0
Current children cumulated CPU time (s) 9399.19
Current children cumulated vsize (KiB) 538328

[startup+9462.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 16555
/proc/meminfo: memFree=1200296/2055920 swapFree=4160020/4192956
[pid=15956] ppid=15954 vsize=538488 CPUtime=9459.16
/proc/15956/stat : 15956 (sat7_bin) R 15954 15956 15900 0 -1 4194304 132965 0 0 0 945694 222 0 0 25 0 1 0 337063257 551411712 131577 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134538567 0 0 4096 0 0 0 0 17 0 0 0
/proc/15956/statm: 134622 131577 95 220 0 134399 0
Current children cumulated CPU time (s) 9459.16
Current children cumulated vsize (KiB) 538488

[startup+9522.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 16555
/proc/meminfo: memFree=1200232/2055920 swapFree=4160020/4192956
[pid=15956] ppid=15954 vsize=538488 CPUtime=9519.11
/proc/15956/stat : 15956 (sat7_bin) R 15954 15956 15900 0 -1 4194304 132980 0 0 0 951689 222 0 0 25 0 1 0 337063257 551411712 131592 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532381 0 0 4096 0 0 0 0 17 0 0 0
/proc/15956/statm: 134622 131592 95 220 0 134399 0
Current children cumulated CPU time (s) 9519.11
Current children cumulated vsize (KiB) 538488

[startup+9582.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 16555
/proc/meminfo: memFree=1200232/2055920 swapFree=4160020/4192956
[pid=15956] ppid=15954 vsize=538680 CPUtime=9579.09
/proc/15956/stat : 15956 (sat7_bin) R 15954 15956 15900 0 -1 4194304 132992 0 0 0 957687 222 0 0 25 0 1 0 337063257 551608320 131604 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 0 0 0
/proc/15956/statm: 134670 131604 95 220 0 134447 0
Current children cumulated CPU time (s) 9579.09
Current children cumulated vsize (KiB) 538680

[startup+9642.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 16555
/proc/meminfo: memFree=1199976/2055920 swapFree=4160020/4192956
[pid=15956] ppid=15954 vsize=538812 CPUtime=9639.05
/proc/15956/stat : 15956 (sat7_bin) R 15954 15956 15900 0 -1 4194304 133056 0 0 0 963683 222 0 0 25 0 1 0 337063257 551743488 131668 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 0 0 0
/proc/15956/statm: 134703 131668 95 220 0 134480 0
Current children cumulated CPU time (s) 9639.05
Current children cumulated vsize (KiB) 538812

[startup+9702.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 16555
/proc/meminfo: memFree=1199464/2055920 swapFree=4160020/4192956
[pid=15956] ppid=15954 vsize=539072 CPUtime=9699.01
/proc/15956/stat : 15956 (sat7_bin) R 15954 15956 15900 0 -1 4194304 133146 0 0 0 969678 223 0 0 25 0 1 0 337063257 552009728 131725 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 0 0 0
/proc/15956/statm: 134768 131725 95 220 0 134545 0
Current children cumulated CPU time (s) 9699.01
Current children cumulated vsize (KiB) 539072

[startup+9762.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 16555
/proc/meminfo: memFree=1199336/2055920 swapFree=4160020/4192956
[pid=15956] ppid=15954 vsize=539392 CPUtime=9758.98
/proc/15956/stat : 15956 (sat7_bin) R 15954 15956 15900 0 -1 4194304 133206 0 0 0 975675 223 0 0 25 0 1 0 337063257 552337408 131785 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134536581 0 0 4096 0 0 0 0 17 0 0 0
/proc/15956/statm: 134848 131785 95 220 0 134625 0
Current children cumulated CPU time (s) 9758.98
Current children cumulated vsize (KiB) 539392

[startup+9822.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 16555
/proc/meminfo: memFree=1199080/2055920 swapFree=4160020/4192956
[pid=15956] ppid=15954 vsize=539680 CPUtime=9818.95
/proc/15956/stat : 15956 (sat7_bin) R 15954 15956 15900 0 -1 4194304 133298 0 0 0 981672 223 0 0 25 0 1 0 337063257 552632320 131844 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 0 0 0
/proc/15956/statm: 134920 131844 95 220 0 134697 0
Current children cumulated CPU time (s) 9818.95
Current children cumulated vsize (KiB) 539680

[startup+9882.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 16555
/proc/meminfo: memFree=1198824/2055920 swapFree=4160020/4192956
[pid=15956] ppid=15954 vsize=539968 CPUtime=9878.92
/proc/15956/stat : 15956 (sat7_bin) R 15954 15956 15900 0 -1 4194304 133375 0 0 0 987669 223 0 0 25 0 1 0 337063257 552927232 131888 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532381 0 0 4096 0 0 0 0 17 0 0 0
/proc/15956/statm: 134992 131888 95 220 0 134769 0
Current children cumulated CPU time (s) 9878.92
Current children cumulated vsize (KiB) 539968

[startup+9942.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 16555
/proc/meminfo: memFree=1198824/2055920 swapFree=4160020/4192956
[pid=15956] ppid=15954 vsize=540116 CPUtime=9938.87
/proc/15956/stat : 15956 (sat7_bin) R 15954 15956 15900 0 -1 4194304 133403 0 0 0 993664 223 0 0 25 0 1 0 337063257 553078784 131916 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532381 0 0 4096 0 0 0 0 17 0 0 0
/proc/15956/statm: 135029 131916 95 220 0 134806 0
Current children cumulated CPU time (s) 9938.87
Current children cumulated vsize (KiB) 540116

[startup+10002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 16555
/proc/meminfo: memFree=1198760/2055920 swapFree=4160020/4192956
[pid=15956] ppid=15954 vsize=540276 CPUtime=9998.85
/proc/15956/stat : 15956 (sat7_bin) R 15954 15956 15900 0 -1 4194304 133419 0 0 0 999662 223 0 0 25 0 1 0 337063257 553242624 131932 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 0 0 0
/proc/15956/statm: 135069 131932 95 220 0 134846 0
Current children cumulated CPU time (s) 9998.85
Current children cumulated vsize (KiB) 540276



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+10003.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 16555
/proc/meminfo: memFree=1198760/2055920 swapFree=4160020/4192956
[pid=15956] ppid=15954 vsize=540276 CPUtime=10000
/proc/15956/stat : 15956 (sat7_bin) R 15954 15956 15900 0 -1 4194304 133419 0 0 0 999782 223 0 0 25 0 1 0 337063257 553242624 131932 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 0 0 0
/proc/15956/statm: 135069 131932 95 220 0 134846 0
Current children cumulated CPU time (s) 10000.1
Current children cumulated vsize (KiB) 540276

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

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

[startup+10003.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 16555
/proc/meminfo: memFree=1198760/2055920 swapFree=4160020/4192956
[pid=15956] ppid=15954 vsize=540276 CPUtime=10000
/proc/15956/stat : 15956 (sat7_bin) R 15954 15956 15900 0 -1 4194304 133419 0 0 0 999782 223 0 0 25 0 1 0 337063257 553242624 131932 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 0 0 0
/proc/15956/statm: 135069 131932 95 220 0 134846 0
Current children cumulated CPU time (s) 10000.1
Current children cumulated vsize (KiB) 540276

Child ended because it received signal 15 (SIGTERM)
Real time (s): 10003.6
CPU time (s): 10000.1
CPU user time (s): 9997.82
CPU system time (s): 2.31765
CPU usage (%): 99.9655
Max. virtual memory (cumulated for all children) (KiB): 540276

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

runsolver used 8.01978 second user time and 22.6136 second system time

The end

Launcher Data (download as text)

Begin job on node12 on Tue May  8 07:44:19 UTC 2007

IDJOB= 370361
IDBENCH= 20540
IDSOLVER= 183
FILE ID= node12/370361-1178610258

PBS_JOBID= 5217779

Free space on /tmp= 66549 MiB

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

META MD5SUM SOLVER= d41d8cd98f00b204e9800998ecf8427e
MD5SUM BENCH=  d8d6a3220ff7f841840041023f45b746

RANDOM SEED= 123886737

TIME LIMIT= 10000 seconds
MEMORY LIMIT= 1800 MiB

Linux node12.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.239
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.239
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:       1728312 kB
Buffers:         34484 kB
Cached:         201656 kB
SwapCached:      11380 kB
Active:         135240 kB
Inactive:       123500 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1728312 kB
SwapTotal:     4192956 kB
SwapFree:      4160020 kB
Dirty:           13748 kB
Writeback:           0 kB
Mapped:          29536 kB
Slab:            54364 kB
Committed_AS: 10840412 kB
PageTables:       1792 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= 66549 MiB

End job on node12 on Tue May  8 10:31:04 UTC 2007