Trace number 314697

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) 1200.1 1200.45

General information on the benchmark

Nameindustrial/fuhs/medium/
AProVE07-16.cnf
MD5SUM65057bcebbeecf6a7f3bc3fcfb2de009
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark409.474
Satisfiable
(Un)Satisfiability was proved
Number of variables52382
Number of clauses182485
Sum of the clauses size472601
Maximum clause length131
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 285834
Number of clauses of size 387884
Number of clauses of size 47609
Number of clauses of size 5700
Number of clauses of size over 5457

Solver Data (download as text)

0.69/0.79	c Starting solver ...
0.89/0.92	c Restarting after 102 conflicts
1.10/1.16	c Restarting after 253 conflicts
1.89/1.91	c Restarting after 478 conflicts
2.29/2.34	c Restarting after 816 conflicts
2.69/2.76	c Restarting after 1322 conflicts
4.08/4.16	c Restarting after 2082 conflicts
6.39/6.48	c Restarting after 3222 conflicts
10.09/10.12	c Restarting after 4932 conflicts
15.78/15.86	c Restarting after 7495 conflicts
23.78/23.80	c Restarting after 11339 conflicts
41.78/41.85	c Restarting after 17108 conflicts
60.27/60.32	c Restarting after 25757 conflicts
86.46/86.58	c Restarting after 38731 conflicts
122.45/122.57	c Restarting after 58192 conflicts
209.53/209.67	c Restarting after 87384 conflicts
375.48/375.60	c Restarting after 131174 conflicts
687.99/688.26	c Restarting after 196860 conflicts

Verifier Data (download as text)

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: 

Watcher Data (download as text)

runsolver version 3.2.1 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node21/watcher-314697-1172640571 -o ROOT/results/node21/solver-314697-1172640571 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/314697-1172640571/sat7_bin /tmp/evaluation/314697-1172640571/instance-314697-1172640571.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2400 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 5150
/proc/meminfo: memFree=1487120/2055920 swapFree=4151964/4192956
[pid=5150] ppid=5148 vsize=3096 CPUtime=0
/proc/5150/stat : 5150 (sat7_bin) R 5148 5150 4667 0 -1 4194304 497 0 0 0 0 0 0 0 18 0 1 0 284010990 3170304 480 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134558961 0 0 4096 0 0 0 0 17 1 0 0
/proc/5150/statm: 774 483 87 220 0 551 0

[startup+0.0105311 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 5150
/proc/meminfo: memFree=1487120/2055920 swapFree=4151964/4192956
[pid=5150] ppid=5148 vsize=4648 CPUtime=0
/proc/5150/stat : 5150 (sat7_bin) R 5148 5150 4667 0 -1 4194304 977 0 0 0 0 0 0 0 18 0 1 0 284010990 4759552 960 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134530789 0 0 4096 0 0 0 0 17 1 0 0
/proc/5150/statm: 1162 961 87 220 0 939 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 4648

[startup+0.101541 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 5150
/proc/meminfo: memFree=1487120/2055920 swapFree=4151964/4192956
[pid=5150] ppid=5148 vsize=7728 CPUtime=0.09
/proc/5150/stat : 5150 (sat7_bin) R 5148 5150 4667 0 -1 4194304 1767 0 0 0 9 0 0 0 18 0 1 0 284010990 7913472 1750 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 135029288 0 0 4096 0 0 0 0 17 1 0 0
/proc/5150/statm: 1932 1751 88 220 0 1709 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7728

[startup+0.301698 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 5150
/proc/meminfo: memFree=1487120/2055920 swapFree=4151964/4192956
[pid=5150] ppid=5148 vsize=11960 CPUtime=0.29
/proc/5150/stat : 5150 (sat7_bin) R 5148 5150 4667 0 -1 4194304 2278 0 0 0 29 0 0 0 19 0 1 0 284010990 12247040 2261 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134550568 0 0 4096 0 0 0 0 17 1 0 0
/proc/5150/statm: 2990 2262 88 220 0 2767 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 11960

[startup+0.701607 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 5150
/proc/meminfo: memFree=1487120/2055920 swapFree=4151964/4192956
[pid=5150] ppid=5148 vsize=16060 CPUtime=0.69
/proc/5150/stat : 5150 (sat7_bin) R 5148 5150 4667 0 -1 4194304 3249 0 0 0 68 1 0 0 23 0 1 0 284010990 16445440 3232 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134558961 0 0 4096 0 0 0 0 17 1 0 0
/proc/5150/statm: 4015 3232 88 220 0 3792 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 16060

[startup+1.50169 s]
/proc/loadavg: 0.92 0.98 0.99 2/78 5151
/proc/meminfo: memFree=1470152/2055920 swapFree=4151964/4192956
[pid=5150] ppid=5148 vsize=21324 CPUtime=1.49
/proc/5150/stat : 5150 (sat7_bin) R 5148 5150 4667 0 -1 4194304 4475 0 0 0 147 2 0 0 25 0 1 0 284010990 21835776 4363 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134532331 0 0 4096 0 0 0 0 17 1 0 0
/proc/5150/statm: 5331 4363 95 220 0 5108 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 21324

[startup+3.10187 s]
/proc/loadavg: 0.92 0.98 0.99 2/78 5151
/proc/meminfo: memFree=1469704/2055920 swapFree=4151964/4192956
[pid=5150] ppid=5148 vsize=21324 CPUtime=3.09
/proc/5150/stat : 5150 (sat7_bin) R 5148 5150 4667 0 -1 4194304 4597 0 0 0 307 2 0 0 25 0 1 0 284010990 21835776 4485 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134579658 0 0 4096 0 0 0 0 17 1 0 0
/proc/5150/statm: 5331 4485 95 220 0 5108 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 21324

[startup+6.30122 s]
/proc/loadavg: 0.93 0.98 0.99 2/78 5151
/proc/meminfo: memFree=1468744/2055920 swapFree=4151964/4192956
[pid=5150] ppid=5148 vsize=21324 CPUtime=6.29
/proc/5150/stat : 5150 (sat7_bin) R 5148 5150 4667 0 -1 4194304 4791 0 0 0 626 3 0 0 25 0 1 0 284010990 21835776 4679 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134533270 0 0 4096 0 0 0 0 17 1 0 0
/proc/5150/statm: 5331 4679 95 220 0 5108 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 21324

[startup+12.7019 s]
/proc/loadavg: 0.93 0.98 0.99 2/78 5151
/proc/meminfo: memFree=1467080/2055920 swapFree=4151964/4192956
[pid=5150] ppid=5148 vsize=21340 CPUtime=12.68
/proc/5150/stat : 5150 (sat7_bin) R 5148 5150 4667 0 -1 4194304 5172 0 0 0 1265 3 0 0 25 0 1 0 284010990 21852160 5059 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134532469 0 0 4096 0 0 0 0 17 1 0 0
/proc/5150/statm: 5335 5059 95 220 0 5112 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 21340

[startup+25.5013 s]
/proc/loadavg: 0.95 0.98 0.99 2/78 5151
/proc/meminfo: memFree=1464456/2055920 swapFree=4151964/4192956
[pid=5150] ppid=5148 vsize=25504 CPUtime=25.48
/proc/5150/stat : 5150 (sat7_bin) R 5148 5150 4667 0 -1 4194304 5958 0 0 0 2544 4 0 0 25 0 1 0 284010990 26116096 5727 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134579644 0 0 4096 0 0 0 0 17 1 0 0
/proc/5150/statm: 6376 5727 95 220 0 6153 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 25504

[startup+51.1021 s]
/proc/loadavg: 0.96 0.98 0.99 2/78 5151
/proc/meminfo: memFree=1459208/2055920 swapFree=4151964/4192956
[pid=5150] ppid=5148 vsize=30300 CPUtime=51.08
/proc/5150/stat : 5150 (sat7_bin) R 5148 5150 4667 0 -1 4194304 7573 0 0 0 5101 7 0 0 25 0 1 0 284010990 31027200 7036 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134579644 0 0 4096 0 0 0 0 17 1 0 0
/proc/5150/statm: 7575 7036 95 220 0 7352 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 30300

[startup+102.307 s]
/proc/loadavg: 0.98 0.98 0.99 2/78 5151
/proc/meminfo: memFree=1436552/2055920 swapFree=4151964/4192956
[pid=5150] ppid=5148 vsize=55412 CPUtime=102.27
/proc/5150/stat : 5150 (sat7_bin) R 5148 5150 4667 0 -1 4194304 13265 0 0 0 10215 12 0 0 25 0 1 0 284010990 56741888 12678 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134532301 0 0 4096 0 0 0 0 17 1 0 0
/proc/5150/statm: 13853 12678 95 220 0 13630 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 55412

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 5151
/proc/meminfo: memFree=1420424/2055920 swapFree=4151964/4192956
[pid=5150] ppid=5148 vsize=68568 CPUtime=162.24
/proc/5150/stat : 5150 (sat7_bin) R 5148 5150 4667 0 -1 4194304 17691 0 0 0 16208 16 0 0 25 0 1 0 284010990 70213632 16701 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/5150/statm: 17142 16701 95 220 0 16919 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 68568

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 5151
/proc/meminfo: memFree=1402760/2055920 swapFree=4151964/4192956
[pid=5150] ppid=5148 vsize=85256 CPUtime=222.23
/proc/5150/stat : 5150 (sat7_bin) R 5148 5150 4667 0 -1 4194304 22079 0 0 0 22201 22 0 0 25 0 1 0 284010990 87302144 21085 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134536262 0 0 4096 0 0 0 0 17 1 0 0
/proc/5150/statm: 21314 21085 95 220 0 21091 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 85256

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 5151
/proc/meminfo: memFree=1385864/2055920 swapFree=4151964/4192956
[pid=5150] ppid=5148 vsize=106172 CPUtime=282.21
/proc/5150/stat : 5150 (sat7_bin) R 5148 5150 4667 0 -1 4194304 26356 0 0 0 28195 26 0 0 25 0 1 0 284010990 108720128 25345 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134542721 0 0 4096 0 0 0 0 17 1 0 0
/proc/5150/statm: 26543 25345 95 220 0 26320 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 106172

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 5151
/proc/meminfo: memFree=1375176/2055920 swapFree=4151964/4192956
[pid=5150] ppid=5148 vsize=115224 CPUtime=342.19
/proc/5150/stat : 5150 (sat7_bin) R 5148 5150 4667 0 -1 4194304 30069 0 0 0 34190 29 0 0 25 0 1 0 284010990 117989376 27939 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/5150/statm: 28806 27939 95 220 0 28583 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 115224

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 5151
/proc/meminfo: memFree=1367240/2055920 swapFree=4151964/4192956
[pid=5150] ppid=5148 vsize=123812 CPUtime=402.17
/proc/5150/stat : 5150 (sat7_bin) R 5148 5150 4667 0 -1 4194304 32533 0 0 0 40185 32 0 0 25 0 1 0 284010990 126783488 29951 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134533566 0 0 4096 0 0 0 0 17 1 0 0
/proc/5150/statm: 30953 29951 95 220 0 30730 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 123812

[startup+462.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 5151
/proc/meminfo: memFree=1354376/2055920 swapFree=4151964/4192956
[pid=5150] ppid=5148 vsize=136272 CPUtime=462.15
/proc/5150/stat : 5150 (sat7_bin) R 5148 5150 4667 0 -1 4194304 35726 0 0 0 46180 35 0 0 25 0 1 0 284010990 139542528 33129 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134533564 0 0 4096 0 0 0 0 17 1 0 0
/proc/5150/statm: 34068 33129 95 220 0 33845 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 136272

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 5151
/proc/meminfo: memFree=1342792/2055920 swapFree=4151964/4192956
[pid=5150] ppid=5148 vsize=148860 CPUtime=522.14
/proc/5150/stat : 5150 (sat7_bin) R 5148 5150 4667 0 -1 4194304 39431 0 0 0 52175 39 0 0 25 0 1 0 284010990 152432640 36034 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134538702 0 0 4096 0 0 0 0 17 1 0 0
/proc/5150/statm: 37215 36034 95 220 0 36992 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 148860

[startup+582.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 5151
/proc/meminfo: memFree=1331976/2055920 swapFree=4151964/4192956
[pid=5150] ppid=5148 vsize=157304 CPUtime=582.12
/proc/5150/stat : 5150 (sat7_bin) R 5148 5150 4667 0 -1 4194304 42389 0 0 0 58170 42 0 0 25 0 1 0 284010990 161079296 38727 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/5150/statm: 39326 38727 95 220 0 39103 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 157304

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 5151
/proc/meminfo: memFree=1321480/2055920 swapFree=4151964/4192956
[pid=5150] ppid=5148 vsize=170080 CPUtime=642.11
/proc/5150/stat : 5150 (sat7_bin) R 5148 5150 4667 0 -1 4194304 45020 0 0 0 64165 46 0 0 25 0 1 0 284010990 174161920 41307 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/5150/statm: 42520 41307 95 220 0 42297 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 170080

[startup+702.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 5151
/proc/meminfo: memFree=1311624/2055920 swapFree=4151964/4192956
[pid=5150] ppid=5148 vsize=178992 CPUtime=702.08
/proc/5150/stat : 5150 (sat7_bin) R 5148 5150 4667 0 -1 4194304 47556 0 0 0 70159 49 0 0 25 0 1 0 284010990 183287808 43792 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/5150/statm: 44748 43792 95 220 0 44525 0
Current children cumulated CPU time (s) 702.08
Current children cumulated vsize (KiB) 178992

[startup+762.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 5153
/proc/meminfo: memFree=1300424/2055920 swapFree=4151964/4192956
[pid=5150] ppid=5148 vsize=188176 CPUtime=762.07
/proc/5150/stat : 5150 (sat7_bin) R 5148 5150 4667 0 -1 4194304 50282 0 0 0 76155 52 0 0 25 0 1 0 284010990 192692224 46518 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134532331 0 0 4096 0 0 0 0 17 1 0 0
/proc/5150/statm: 47044 46518 95 220 0 46821 0
Current children cumulated CPU time (s) 762.07
Current children cumulated vsize (KiB) 188176

[startup+822.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 5153
/proc/meminfo: memFree=1291144/2055920 swapFree=4151964/4192956
[pid=5150] ppid=5148 vsize=200476 CPUtime=822.05
/proc/5150/stat : 5150 (sat7_bin) R 5148 5150 4667 0 -1 4194304 52813 0 0 0 82150 55 0 0 25 0 1 0 284010990 205287424 48845 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/5150/statm: 50119 48845 95 220 0 49896 0
Current children cumulated CPU time (s) 822.05
Current children cumulated vsize (KiB) 200476

[startup+882.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 5153
/proc/meminfo: memFree=1282184/2055920 swapFree=4151964/4192956
[pid=5150] ppid=5148 vsize=208932 CPUtime=882.04
/proc/5150/stat : 5150 (sat7_bin) R 5148 5150 4667 0 -1 4194304 55069 0 0 0 88146 58 0 0 25 0 1 0 284010990 213946368 51084 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/5150/statm: 52233 51084 95 220 0 52010 0
Current children cumulated CPU time (s) 882.04
Current children cumulated vsize (KiB) 208932

[startup+942.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 5153
/proc/meminfo: memFree=1273032/2055920 swapFree=4151964/4192956
[pid=5150] ppid=5148 vsize=217388 CPUtime=942.02
/proc/5150/stat : 5150 (sat7_bin) R 5148 5150 4667 0 -1 4194304 57396 0 0 0 94141 61 0 0 25 0 1 0 284010990 222605312 53378 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134536262 0 0 4096 0 0 0 0 17 1 0 0
/proc/5150/statm: 54347 53378 95 220 0 54124 0
Current children cumulated CPU time (s) 942.02
Current children cumulated vsize (KiB) 217388

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 5153
/proc/meminfo: memFree=1264456/2055920 swapFree=4151964/4192956
[pid=5150] ppid=5148 vsize=226180 CPUtime=1002
/proc/5150/stat : 5150 (sat7_bin) R 5148 5150 4667 0 -1 4194304 59593 0 0 0 100138 62 0 0 25 0 1 0 284010990 231608320 55489 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/5150/statm: 56545 55489 95 220 0 56322 0
Current children cumulated CPU time (s) 1002
Current children cumulated vsize (KiB) 226180

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 5153
/proc/meminfo: memFree=1255944/2055920 swapFree=4151964/4192956
[pid=5150] ppid=5148 vsize=234764 CPUtime=1061.98
/proc/5150/stat : 5150 (sat7_bin) R 5148 5150 4667 0 -1 4194304 61814 0 0 0 106133 65 0 0 25 0 1 0 284010990 240398336 57644 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/5150/statm: 58691 57644 95 220 0 58468 0
Current children cumulated CPU time (s) 1061.98
Current children cumulated vsize (KiB) 234764

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 5153
/proc/meminfo: memFree=1247240/2055920 swapFree=4151964/4192956
[pid=5150] ppid=5148 vsize=242996 CPUtime=1121.96
/proc/5150/stat : 5150 (sat7_bin) R 5148 5150 4667 0 -1 4194304 63941 0 0 0 112128 68 0 0 25 0 1 0 284010990 248827904 59771 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/5150/statm: 60749 59771 95 220 0 60526 0
Current children cumulated CPU time (s) 1121.96
Current children cumulated vsize (KiB) 242996

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 5153
/proc/meminfo: memFree=1239304/2055920 swapFree=4151964/4192956
[pid=5150] ppid=5148 vsize=251268 CPUtime=1181.95
/proc/5150/stat : 5150 (sat7_bin) R 5148 5150 4667 0 -1 4194304 65943 0 0 0 118125 70 0 0 25 0 1 0 284010990 257298432 61773 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/5150/statm: 62817 61773 95 220 0 62594 0
Current children cumulated CPU time (s) 1181.95
Current children cumulated vsize (KiB) 251268



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 5153
/proc/meminfo: memFree=1236744/2055920 swapFree=4151964/4192956
[pid=5150] ppid=5148 vsize=251300 CPUtime=1200.04
/proc/5150/stat : 5150 (sat7_bin) R 5148 5150 4667 0 -1 4194304 66540 0 0 0 119934 70 0 0 25 0 1 0 284010990 257331200 62370 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134538630 0 0 4096 0 0 0 0 17 1 0 0
/proc/5150/statm: 62825 62370 95 220 0 62602 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 251300

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): 1200.45
CPU time (s): 1200.1
CPU user time (s): 1199.35
CPU system time (s): 0.747886
CPU usage (%): 99.9709
Max. virtual memory (cumulated for all children) (KiB): 251300

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

runsolver used 1.35979 second user time and 3.01954 second system time

The end

Launcher Data (download as text)

Begin job on node21 on Wed Feb 28 05:29:31 UTC 2007

IDJOB= 314697
IDBENCH= 20398
IDSOLVER= 101
FILE ID= node21/314697-1172640571

PBS_JOBID= 3981166

Free space on /tmp= 66558 MiB

SOLVER NAME= SAT7 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/industrial/fuhs/medium/AProVE07-16.cnf
COMMAND LINE= /tmp/evaluation/314697-1172640571/sat7_bin /tmp/evaluation/314697-1172640571/instance-314697-1172640571.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node21/watcher-314697-1172640571 -o ROOT/results/node21/solver-314697-1172640571 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/314697-1172640571/sat7_bin /tmp/evaluation/314697-1172640571/instance-314697-1172640571.cnf            

META MD5SUM SOLVER= 499b432f7af158d8586c91b2e490220f
MD5SUM BENCH=  65057bcebbeecf6a7f3bc3fcfb2de009

RANDOM SEED= 450105170

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node21.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.245
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.245
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:       1487656 kB
Buffers:         24728 kB
Cached:         477940 kB
SwapCached:       9168 kB
Active:         101548 kB
Inactive:       425040 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1487656 kB
SwapTotal:     4192956 kB
SwapFree:      4151964 kB
Dirty:            4348 kB
Writeback:           0 kB
Mapped:          30256 kB
Slab:            27344 kB
Committed_AS:   824420 kB
PageTables:       1676 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 node21 on Wed Feb 28 05:49:33 UTC 2007