Trace number 370347

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.2 10002.8

General information on the benchmark

Nameindustrial/IBM_FV_2002_13_rule_1/
SAT_dat.k70.cnf
MD5SUM76ab26f3361f1050f9e94d7745be300c
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 variables43507
Number of clauses161270
Sum of the clauses size432842
Maximum clause length37
Minimum clause length1
Number of clauses of size 1928
Number of clauses of size 281196
Number of clauses of size 373000
Number of clauses of size 4366
Number of clauses of size 5705
Number of clauses of size over 55075

Solver Data (download as text)

0.69/0.73	c Starting solver ...
0.79/0.80	c Restarting after 102 conflicts
0.79/0.88	c Restarting after 253 conflicts
1.00/1.03	c Restarting after 478 conflicts
1.10/1.11	c Restarting after 816 conflicts
2.09/2.16	c Restarting after 1323 conflicts
2.69/2.77	c Restarting after 2083 conflicts
6.50/6.58	c Restarting after 3222 conflicts
11.09/11.13	c Restarting after 4931 conflicts
17.88/17.94	c Restarting after 7493 conflicts
18.59/18.60	c Restarting after 11337 conflicts
25.58/25.69	c Restarting after 17104 conflicts
41.28/41.34	c Restarting after 25755 conflicts
56.37/56.45	c Restarting after 38730 conflicts
163.94/164.01	c Restarting after 58191 conflicts
306.12/306.23	c Restarting after 87383 conflicts
414.98/415.19	c Restarting after 131173 conflicts
733.31/733.57	c Restarting after 196858 conflicts
1585.31/1585.76	c Restarting after 295384 conflicts
2822.81/2823.56	c Restarting after 443173 conflicts
4644.46/4645.70	c Restarting after 664857 conflicts
7743.92/7746.06	c Restarting after 997382 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/node43/watcher-370347-1178600820 -o ROOT/results/node43/solver-370347-1178600820 -C 10000 -W 15000 -M 1800 --output-limit 1,15 /tmp/evaluation/370347-1178600820/sat7_bin /tmp/evaluation/370347-1178600820/instance-370347-1178600820.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.85 0.97 0.99 3/77 5319
/proc/meminfo: memFree=1561000/2055920 swapFree=4158768/4192956
[pid=5319] ppid=5317 vsize=1064 CPUtime=0
/proc/5319/stat : 5319 (sat7_bin) R 5317 5319 5263 0 -1 4194304 106 0 0 0 0 0 0 0 18 0 1 0 307993845 1089536 90 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 135066477 0 0 4096 0 0 0 0 17 1 0 0
/proc/5319/statm: 266 90 77 220 0 43 0

[startup+0.029135 s]
/proc/loadavg: 0.85 0.97 0.99 3/77 5319
/proc/meminfo: memFree=1561000/2055920 swapFree=4158768/4192956
[pid=5319] ppid=5317 vsize=5216 CPUtime=0.02
/proc/5319/stat : 5319 (sat7_bin) R 5317 5319 5263 0 -1 4194304 961 0 0 0 2 0 0 0 18 0 1 0 307993845 5341184 945 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134530789 0 0 4096 0 0 0 0 17 1 0 0
/proc/5319/statm: 1304 946 88 220 0 1081 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 5216

[startup+0.101141 s]
/proc/loadavg: 0.85 0.97 0.99 3/77 5319
/proc/meminfo: memFree=1561000/2055920 swapFree=4158768/4192956
[pid=5319] ppid=5317 vsize=7268 CPUtime=0.09
/proc/5319/stat : 5319 (sat7_bin) R 5317 5319 5263 0 -1 4194304 1477 0 0 0 8 1 0 0 18 0 1 0 307993845 7442432 1461 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134659290 0 0 4096 0 0 0 0 17 1 0 0
/proc/5319/statm: 1817 1461 88 220 0 1594 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7268

[startup+0.301158 s]
/proc/loadavg: 0.85 0.97 0.99 3/77 5319
/proc/meminfo: memFree=1561000/2055920 swapFree=4158768/4192956
[pid=5319] ppid=5317 vsize=11368 CPUtime=0.29
/proc/5319/stat : 5319 (sat7_bin) R 5317 5319 5263 0 -1 4194304 1963 0 0 0 28 1 0 0 19 0 1 0 307993845 11640832 1947 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134546624 0 0 4096 0 0 0 0 17 1 0 0
/proc/5319/statm: 2842 1947 88 220 0 2619 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 11368

[startup+0.701192 s]
/proc/loadavg: 0.85 0.97 0.99 3/77 5319
/proc/meminfo: memFree=1561000/2055920 swapFree=4158768/4192956
[pid=5319] ppid=5317 vsize=15600 CPUtime=0.69
/proc/5319/stat : 5319 (sat7_bin) R 5317 5319 5263 0 -1 4194304 2900 0 0 0 68 1 0 0 23 0 1 0 307993845 15974400 2884 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134712472 0 0 4096 0 0 0 0 17 1 0 0
/proc/5319/statm: 3900 2885 88 220 0 3677 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 15600

[startup+1.50126 s]
/proc/loadavg: 0.85 0.97 0.99 2/78 5320
/proc/meminfo: memFree=1546528/2055920 swapFree=4158768/4192956
[pid=5319] ppid=5317 vsize=16632 CPUtime=1.49
/proc/5319/stat : 5319 (sat7_bin) R 5317 5319 5263 0 -1 4194304 3842 0 0 0 147 2 0 0 25 0 1 0 307993845 17031168 3728 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/5319/statm: 4158 3728 95 220 0 3935 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 16632

[startup+3.1014 s]
/proc/loadavg: 0.85 0.97 0.99 2/78 5320
/proc/meminfo: memFree=1546144/2055920 swapFree=4158768/4192956
[pid=5319] ppid=5317 vsize=16632 CPUtime=3.09
/proc/5319/stat : 5319 (sat7_bin) R 5317 5319 5263 0 -1 4194304 3932 0 0 0 307 2 0 0 25 0 1 0 307993845 17031168 3818 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134578690 0 0 4096 0 0 0 0 17 1 0 0
/proc/5319/statm: 4158 3818 95 220 0 3935 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 16632

[startup+6.30168 s]
/proc/loadavg: 0.86 0.97 0.99 2/78 5320
/proc/meminfo: memFree=1545200/2055920 swapFree=4158768/4192956
[pid=5319] ppid=5317 vsize=20732 CPUtime=6.29
/proc/5319/stat : 5319 (sat7_bin) R 5317 5319 5263 0 -1 4194304 4141 0 0 0 626 3 0 0 25 0 1 0 307993845 21229568 4027 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532381 0 0 4096 0 0 0 0 17 1 0 0
/proc/5319/statm: 5183 4027 95 220 0 4960 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 20732

[startup+12.7012 s]
/proc/loadavg: 0.87 0.97 0.99 2/78 5320
/proc/meminfo: memFree=1543472/2055920 swapFree=4158768/4192956
[pid=5319] ppid=5317 vsize=20732 CPUtime=12.68
/proc/5319/stat : 5319 (sat7_bin) R 5317 5319 5263 0 -1 4194304 4600 0 0 0 1265 3 0 0 25 0 1 0 307993845 21229568 4486 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134528670 0 0 4096 0 0 0 0 17 1 0 0
/proc/5319/statm: 5183 4486 95 220 0 4960 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 20732

[startup+25.5013 s]
/proc/loadavg: 0.90 0.97 0.99 2/78 5320
/proc/meminfo: memFree=1538480/2055920 swapFree=4158768/4192956
[pid=5319] ppid=5317 vsize=24832 CPUtime=25.48
/proc/5319/stat : 5319 (sat7_bin) R 5317 5319 5263 0 -1 4194304 5827 0 0 0 2543 5 0 0 25 0 1 0 307993845 25427968 5713 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134558673 0 0 4096 0 0 0 0 17 1 0 0
/proc/5319/statm: 6208 5713 95 220 0 5985 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 24832

[startup+51.1016 s]
/proc/loadavg: 0.93 0.97 0.99 2/78 5320
/proc/meminfo: memFree=1530416/2055920 swapFree=4158768/4192956
[pid=5319] ppid=5317 vsize=33280 CPUtime=51.07
/proc/5319/stat : 5319 (sat7_bin) R 5317 5319 5263 0 -1 4194304 7826 0 0 0 5100 7 0 0 25 0 1 0 307993845 34078720 7712 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532379 0 0 4096 0 0 0 0 17 1 0 0
/proc/5319/statm: 8320 7712 95 220 0 8097 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 33280

[startup+102.306 s]
/proc/loadavg: 0.97 0.97 0.99 2/78 5320
/proc/meminfo: memFree=1516336/2055920 swapFree=4158768/4192956
[pid=5319] ppid=5317 vsize=46012 CPUtime=102.27
/proc/5319/stat : 5319 (sat7_bin) R 5317 5319 5263 0 -1 4194304 11320 0 0 0 10215 12 0 0 25 0 1 0 307993845 47116288 11206 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532381 0 0 4096 0 0 0 0 17 1 0 0
/proc/5319/statm: 11503 11206 95 220 0 11280 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 46012

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 5320
/proc/meminfo: memFree=1501296/2055920 swapFree=4158768/4192956
[pid=5319] ppid=5317 vsize=63092 CPUtime=162.24
/proc/5319/stat : 5319 (sat7_bin) R 5317 5319 5263 0 -1 4194304 15094 0 0 0 16208 16 0 0 25 0 1 0 307993845 64606208 14980 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532931 0 0 4096 0 0 0 0 17 1 0 0
/proc/5319/statm: 15773 14980 95 220 0 15550 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 63092

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 5320
/proc/meminfo: memFree=1492976/2055920 swapFree=4158768/4192956
[pid=5319] ppid=5317 vsize=71524 CPUtime=222.23
/proc/5319/stat : 5319 (sat7_bin) R 5317 5319 5263 0 -1 4194304 17134 0 0 0 22204 19 0 0 25 0 1 0 307993845 73240576 17020 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532561 0 0 4096 0 0 0 0 17 1 0 0
/proc/5319/statm: 17881 17020 95 220 0 17658 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 71524

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 5320
/proc/meminfo: memFree=1486064/2055920 swapFree=4158768/4192956
[pid=5319] ppid=5317 vsize=79996 CPUtime=282.22
/proc/5319/stat : 5319 (sat7_bin) R 5317 5319 5263 0 -1 4194304 18881 0 0 0 28201 21 0 0 25 0 1 0 307993845 81915904 18767 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134531383 0 0 4096 0 0 0 0 17 1 0 0
/proc/5319/statm: 19999 18767 95 220 0 19776 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 79996

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 5320
/proc/meminfo: memFree=1471920/2055920 swapFree=4158768/4192956
[pid=5319] ppid=5317 vsize=92836 CPUtime=342.21
/proc/5319/stat : 5319 (sat7_bin) R 5317 5319 5263 0 -1 4194304 22405 0 0 0 34196 25 0 0 25 0 1 0 307993845 95064064 22291 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/5319/statm: 23209 22291 95 220 0 22986 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 92836

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 5320
/proc/meminfo: memFree=1454384/2055920 swapFree=4158768/4192956
[pid=5319] ppid=5317 vsize=110224 CPUtime=402.19
/proc/5319/stat : 5319 (sat7_bin) R 5317 5319 5263 0 -1 4194304 26816 0 0 0 40190 29 0 0 25 0 1 0 307993845 112869376 26702 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134528661 0 0 4096 0 0 0 0 17 1 0 0
/proc/5319/statm: 27556 26702 95 220 0 27333 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 110224

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 5320
/proc/meminfo: memFree=1439280/2055920 swapFree=4158768/4192956
[pid=5319] ppid=5317 vsize=122896 CPUtime=462.17
/proc/5319/stat : 5319 (sat7_bin) R 5317 5319 5263 0 -1 4194304 30556 0 0 0 46183 34 0 0 25 0 1 0 307993845 125845504 30442 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134540105 0 0 4096 0 0 0 0 17 1 0 0
/proc/5319/statm: 30724 30442 95 220 0 30501 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 122896

[startup+522.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 5320
/proc/meminfo: memFree=1424368/2055920 swapFree=4158768/4192956
[pid=5319] ppid=5317 vsize=139424 CPUtime=522.16
/proc/5319/stat : 5319 (sat7_bin) R 5317 5319 5263 0 -1 4194304 34309 0 0 0 52178 38 0 0 25 0 1 0 307993845 142770176 34195 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134536798 0 0 4096 0 0 0 0 17 1 0 0
/proc/5319/statm: 34856 34195 95 220 0 34633 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 139424

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 5320
/proc/meminfo: memFree=1410352/2055920 swapFree=4158768/4192956
[pid=5319] ppid=5317 vsize=152016 CPUtime=582.15
/proc/5319/stat : 5319 (sat7_bin) R 5317 5319 5263 0 -1 4194304 37781 0 0 0 58172 43 0 0 25 0 1 0 307993845 155664384 37667 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134539166 0 0 4096 0 0 0 0 17 1 0 0
/proc/5319/statm: 38004 37667 95 220 0 37781 0
Current children cumulated CPU time (s) 582.15
Current children cumulated vsize (KiB) 152016

[startup+642.302 s]
/proc/loadavg: 1.04 0.99 0.99 2/78 5320
/proc/meminfo: memFree=1396720/2055920 swapFree=4158768/4192956
[pid=5319] ppid=5317 vsize=168812 CPUtime=642.14
/proc/5319/stat : 5319 (sat7_bin) R 5317 5319 5263 0 -1 4194304 41153 0 0 0 64167 47 0 0 25 0 1 0 307993845 172863488 41039 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/5319/statm: 42203 41039 95 220 0 41980 0
Current children cumulated CPU time (s) 642.14
Current children cumulated vsize (KiB) 168812


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

[startup+9102.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 5720
/proc/meminfo: memFree=739952/2055920 swapFree=4158768/4192956
[pid=5319] ppid=5317 vsize=825316 CPUtime=9099.89
/proc/5319/stat : 5319 (sat7_bin) R 5317 5319 5263 0 -1 4194304 204973 0 0 0 909704 285 0 0 25 0 1 0 307993845 845123584 204781 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/5319/statm: 206329 204781 95 220 0 206106 0
Current children cumulated CPU time (s) 9099.89
Current children cumulated vsize (KiB) 825316

[startup+9162.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 5720
/proc/meminfo: memFree=738800/2055920 swapFree=4158768/4192956
[pid=5319] ppid=5317 vsize=825316 CPUtime=9159.88
/proc/5319/stat : 5319 (sat7_bin) R 5317 5319 5263 0 -1 4194304 205245 0 0 0 915702 286 0 0 25 0 1 0 307993845 845123584 205053 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/5319/statm: 206329 205053 95 220 0 206106 0
Current children cumulated CPU time (s) 9159.88
Current children cumulated vsize (KiB) 825316

[startup+9222.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 5720
/proc/meminfo: memFree=737264/2055920 swapFree=4158768/4192956
[pid=5319] ppid=5317 vsize=825316 CPUtime=9219.87
/proc/5319/stat : 5319 (sat7_bin) R 5317 5319 5263 0 -1 4194304 205622 0 0 0 921701 286 0 0 25 0 1 0 307993845 845123584 205430 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532931 0 0 4096 0 0 0 0 17 1 0 0
/proc/5319/statm: 206329 205430 95 220 0 206106 0
Current children cumulated CPU time (s) 9219.87
Current children cumulated vsize (KiB) 825316

[startup+9282.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 5720
/proc/meminfo: memFree=736304/2055920 swapFree=4158768/4192956
[pid=5319] ppid=5317 vsize=829416 CPUtime=9279.86
/proc/5319/stat : 5319 (sat7_bin) R 5317 5319 5263 0 -1 4194304 205883 0 0 0 927699 287 0 0 25 0 1 0 307993845 849321984 205691 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/5319/statm: 207354 205691 95 220 0 207131 0
Current children cumulated CPU time (s) 9279.86
Current children cumulated vsize (KiB) 829416

[startup+9342.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 5722
/proc/meminfo: memFree=735024/2055920 swapFree=4158768/4192956
[pid=5319] ppid=5317 vsize=829416 CPUtime=9339.84
/proc/5319/stat : 5319 (sat7_bin) R 5317 5319 5263 0 -1 4194304 206182 0 0 0 933696 288 0 0 25 0 1 0 307993845 849321984 205990 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/5319/statm: 207354 205990 95 220 0 207131 0
Current children cumulated CPU time (s) 9339.84
Current children cumulated vsize (KiB) 829416

[startup+9402.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 5722
/proc/meminfo: memFree=733936/2055920 swapFree=4158768/4192956
[pid=5319] ppid=5317 vsize=829416 CPUtime=9399.83
/proc/5319/stat : 5319 (sat7_bin) R 5317 5319 5263 0 -1 4194304 206476 0 0 0 939694 289 0 0 25 0 1 0 307993845 849321984 206284 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/5319/statm: 207354 206284 95 220 0 207131 0
Current children cumulated CPU time (s) 9399.83
Current children cumulated vsize (KiB) 829416

[startup+9462.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 5722
/proc/meminfo: memFree=732784/2055920 swapFree=4158768/4192956
[pid=5319] ppid=5317 vsize=829416 CPUtime=9459.81
/proc/5319/stat : 5319 (sat7_bin) R 5317 5319 5263 0 -1 4194304 206751 0 0 0 945692 289 0 0 25 0 1 0 307993845 849321984 206559 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/5319/statm: 207354 206559 95 220 0 207131 0
Current children cumulated CPU time (s) 9459.81
Current children cumulated vsize (KiB) 829416

[startup+9522.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 5722
/proc/meminfo: memFree=731760/2055920 swapFree=4158768/4192956
[pid=5319] ppid=5317 vsize=833516 CPUtime=9519.8
/proc/5319/stat : 5319 (sat7_bin) R 5317 5319 5263 0 -1 4194304 207008 0 0 0 951690 290 0 0 25 0 1 0 307993845 853520384 206816 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/5319/statm: 208379 206816 95 220 0 208156 0
Current children cumulated CPU time (s) 9519.8
Current children cumulated vsize (KiB) 833516

[startup+9582.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 5722
/proc/meminfo: memFree=731056/2055920 swapFree=4158768/4192956
[pid=5319] ppid=5317 vsize=833516 CPUtime=9579.78
/proc/5319/stat : 5319 (sat7_bin) R 5317 5319 5263 0 -1 4194304 207188 0 0 0 957687 291 0 0 25 0 1 0 307993845 853520384 206996 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/5319/statm: 208379 206996 95 220 0 208156 0
Current children cumulated CPU time (s) 9579.78
Current children cumulated vsize (KiB) 833516

[startup+9642.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 5722
/proc/meminfo: memFree=730352/2055920 swapFree=4158768/4192956
[pid=5319] ppid=5317 vsize=833516 CPUtime=9639.77
/proc/5319/stat : 5319 (sat7_bin) R 5317 5319 5263 0 -1 4194304 207358 0 0 0 963685 292 0 0 25 0 1 0 307993845 853520384 207166 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/5319/statm: 208379 207166 95 220 0 208156 0
Current children cumulated CPU time (s) 9639.77
Current children cumulated vsize (KiB) 833516

[startup+9702.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 5722
/proc/meminfo: memFree=729200/2055920 swapFree=4158768/4192956
[pid=5319] ppid=5317 vsize=833516 CPUtime=9699.75
/proc/5319/stat : 5319 (sat7_bin) R 5317 5319 5263 0 -1 4194304 207627 0 0 0 969683 292 0 0 25 0 1 0 307993845 853520384 207435 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/5319/statm: 208379 207435 95 220 0 208156 0
Current children cumulated CPU time (s) 9699.75
Current children cumulated vsize (KiB) 833516

[startup+9762.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 5722
/proc/meminfo: memFree=728048/2055920 swapFree=4158768/4192956
[pid=5319] ppid=5317 vsize=837616 CPUtime=9759.74
/proc/5319/stat : 5319 (sat7_bin) R 5317 5319 5263 0 -1 4194304 207914 0 0 0 975681 293 0 0 25 0 1 0 307993845 857718784 207722 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/5319/statm: 209404 207722 95 220 0 209181 0
Current children cumulated CPU time (s) 9759.74
Current children cumulated vsize (KiB) 837616

[startup+9822.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 5722
/proc/meminfo: memFree=727344/2055920 swapFree=4158768/4192956
[pid=5319] ppid=5317 vsize=837616 CPUtime=9819.73
/proc/5319/stat : 5319 (sat7_bin) R 5317 5319 5263 0 -1 4194304 208099 0 0 0 981679 294 0 0 25 0 1 0 307993845 857718784 207907 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/5319/statm: 209404 207907 95 220 0 209181 0
Current children cumulated CPU time (s) 9819.73
Current children cumulated vsize (KiB) 837616

[startup+9882.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 5722
/proc/meminfo: memFree=726256/2055920 swapFree=4158768/4192956
[pid=5319] ppid=5317 vsize=837616 CPUtime=9879.71
/proc/5319/stat : 5319 (sat7_bin) R 5317 5319 5263 0 -1 4194304 208366 0 0 0 987676 295 0 0 25 0 1 0 307993845 857718784 208174 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/5319/statm: 209404 208174 95 220 0 209181 0
Current children cumulated CPU time (s) 9879.71
Current children cumulated vsize (KiB) 837616

[startup+9942.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 5722
/proc/meminfo: memFree=725168/2055920 swapFree=4158768/4192956
[pid=5319] ppid=5317 vsize=837616 CPUtime=9939.69
/proc/5319/stat : 5319 (sat7_bin) R 5317 5319 5263 0 -1 4194304 208631 0 0 0 993674 295 0 0 25 0 1 0 307993845 857718784 208439 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/5319/statm: 209404 208439 95 220 0 209181 0
Current children cumulated CPU time (s) 9939.69
Current children cumulated vsize (KiB) 837616

[startup+10002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 5722
/proc/meminfo: memFree=724208/2055920 swapFree=4158768/4192956
[pid=5319] ppid=5317 vsize=837616 CPUtime=9999.68
/proc/5319/stat : 5319 (sat7_bin) R 5317 5319 5263 0 -1 4194304 208868 0 0 0 999672 296 0 0 25 0 1 0 307993845 857718784 208676 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/5319/statm: 209404 208676 95 220 0 209181 0
Current children cumulated CPU time (s) 9999.68
Current children cumulated vsize (KiB) 837616



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+10002.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 5722
/proc/meminfo: memFree=724208/2055920 swapFree=4158768/4192956
[pid=5319] ppid=5317 vsize=837616 CPUtime=10000.1
/proc/5319/stat : 5319 (sat7_bin) R 5317 5319 5263 0 -1 4194304 208870 0 0 0 999712 296 0 0 25 0 1 0 307993845 857718784 208678 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134565467 0 0 4096 0 0 0 0 17 1 0 0
/proc/5319/statm: 209404 208678 95 220 0 209181 0
Current children cumulated CPU time (s) 10000.1
Current children cumulated vsize (KiB) 837616

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

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

[startup+10002.8 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 5722
/proc/meminfo: memFree=724208/2055920 swapFree=4158768/4192956
[pid=5319] ppid=5317 vsize=0 CPUtime=10000.2
/proc/5319/stat : 5319 (sat7_bin) R 5317 5319 5263 0 -1 4195332 208870 0 0 0 999712 306 0 0 25 0 1 0 307993845 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/5319/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 10000.2
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 10002.8
CPU time (s): 10000.2
CPU user time (s): 9997.13
CPU system time (s): 3.10353
CPU usage (%): 99.9739
Max. virtual memory (cumulated for all children) (KiB): 837616

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

runsolver used 7.67083 second user time and 22.5806 second system time

The end

Launcher Data (download as text)

Begin job on node43 on Tue May  8 05:07:00 UTC 2007

IDJOB= 370347
IDBENCH= 20526
IDSOLVER= 183
FILE ID= node43/370347-1178600820

PBS_JOBID= 5218213

Free space on /tmp= 66558 MiB

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

META MD5SUM SOLVER= d41d8cd98f00b204e9800998ecf8427e
MD5SUM BENCH=  76ab26f3361f1050f9e94d7745be300c

RANDOM SEED= 665664871

TIME LIMIT= 10000 seconds
MEMORY LIMIT= 1800 MiB

Linux node43.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:       1561472 kB
Buffers:         36696 kB
Cached:         345932 kB
SwapCached:       2660 kB
Active:          83772 kB
Inactive:       322156 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1561472 kB
SwapTotal:     4192956 kB
SwapFree:      4158768 kB
Dirty:            5108 kB
Writeback:           0 kB
Mapped:          31288 kB
Slab:            73908 kB
Committed_AS:  8195252 kB
PageTables:       1896 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= 66558 MiB

End job on node43 on Tue May  8 07:53:45 UTC 2007