Trace number 422469

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
Siege V4? (TO) 10000 10002.8

General information on the benchmark

Nameindustrial/IBM_FV_2002_13_rule_1/
SAT_dat.k90.cnf
MD5SUM4d4e319f149d6e692fcbe15ac5f23f27
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 variables48367
Number of clauses172410
Sum of the clauses size457782
Maximum clause length37
Minimum clause length1
Number of clauses of size 11188
Number of clauses of size 290456
Number of clauses of size 374240
Number of clauses of size 4446
Number of clauses of size 5865
Number of clauses of size over 55215

Solver Data (download as text)

0.00/0.00	c Siege V4 output adapted for the SAT 2007 I/O conformance

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/node72/watcher-422469-1178609902 -o ROOT/results/node72/solver-422469-1178609902 -C 10000 -W 15000 -M 1800 --output-limit 1,15 /tmp/evaluation/422469-1178609902/siegeadapter.pl /tmp/evaluation/422469-1178609902/instance-422469-1178609902.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 29456
/proc/meminfo: memFree=1492656/2055920 swapFree=4157256/4192956
[pid=29456] ppid=29454 vsize=12268 CPUtime=0
/proc/29456/stat : 29456 (siegeadapter.pl) R 29454 29456 29394 0 -1 4194304 382 0 0 0 0 0 0 0 18 0 1 0 337028671 12562432 350 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 234517752479 0 0 4224 0 0 0 0 17 1 0 0
/proc/29456/statm: 3067 350 270 3 0 167 0
[pid=29457] ppid=29456 vsize=5124 CPUtime=0
/proc/29457/stat : 29457 (siege_v4) R 29456 29456 29394 0 -1 0 129 0 0 0 0 0 0 0 18 0 1 0 337028672 5246976 114 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134553237 0 0 4096 0 0 0 0 17 1 0 0
/proc/29457/statm: 1281 119 108 208 0 12 0

[startup+0.052509 s]
/proc/loadavg: 0.85 0.97 0.99 3/77 29456
/proc/meminfo: memFree=1492656/2055920 swapFree=4157256/4192956
[pid=29456] ppid=29454 vsize=12268 CPUtime=0
/proc/29456/stat : 29456 (siegeadapter.pl) S 29454 29456 29394 0 -1 4194304 403 0 0 0 0 0 0 0 18 0 1 0 337028671 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 234526650466 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/29456/statm: 3067 352 271 3 0 167 0
[pid=29457] ppid=29456 vsize=415512 CPUtime=0.04
/proc/29457/stat : 29457 (siege_v4) R 29456 29456 29394 0 -1 0 3608 0 0 0 4 0 0 0 19 0 1 0 337028672 425484288 3593 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134948312 0 0 4096 0 0 0 0 17 1 0 0
/proc/29457/statm: 103878 3594 612 208 0 102609 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 427780

[startup+0.102513 s]
/proc/loadavg: 0.85 0.97 0.99 3/77 29456
/proc/meminfo: memFree=1492656/2055920 swapFree=4157256/4192956
[pid=29456] ppid=29454 vsize=12268 CPUtime=0
/proc/29456/stat : 29456 (siegeadapter.pl) S 29454 29456 29394 0 -1 4194304 404 0 0 0 0 0 0 0 15 0 1 0 337028671 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 234526650466 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/29456/statm: 3067 352 271 3 0 167 0
[pid=29457] ppid=29456 vsize=414956 CPUtime=0.09
/proc/29457/stat : 29457 (siege_v4) R 29456 29456 29394 0 -1 0 5277 0 0 0 8 1 0 0 19 0 1 0 337028672 424914944 4203 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134530258 0 0 4096 0 0 0 0 17 1 0 0
/proc/29457/statm: 103739 4203 86 208 0 103527 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 427224

[startup+0.30253 s]
/proc/loadavg: 0.85 0.97 0.99 3/77 29456
/proc/meminfo: memFree=1492656/2055920 swapFree=4157256/4192956
[pid=29456] ppid=29454 vsize=12268 CPUtime=0
/proc/29456/stat : 29456 (siegeadapter.pl) S 29454 29456 29394 0 -1 4194304 404 0 0 0 0 0 0 0 15 0 1 0 337028671 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 234526650466 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/29456/statm: 3067 352 271 3 0 167 0
[pid=29457] ppid=29456 vsize=414956 CPUtime=0.29
/proc/29457/stat : 29457 (siege_v4) R 29456 29456 29394 0 -1 0 5301 0 0 0 28 1 0 0 20 0 1 0 337028672 424914944 4227 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134529816 0 0 4096 0 0 0 0 17 1 0 0
/proc/29457/statm: 103739 4227 86 208 0 103527 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 427224

[startup+0.701566 s]
/proc/loadavg: 0.85 0.97 0.99 3/77 29456
/proc/meminfo: memFree=1492656/2055920 swapFree=4157256/4192956
[pid=29456] ppid=29454 vsize=12268 CPUtime=0
/proc/29456/stat : 29456 (siegeadapter.pl) S 29454 29456 29394 0 -1 4194304 404 0 0 0 0 0 0 0 15 0 1 0 337028671 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 234526650466 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/29456/statm: 3067 352 271 3 0 167 0
[pid=29457] ppid=29456 vsize=414964 CPUtime=0.69
/proc/29457/stat : 29457 (siege_v4) R 29456 29456 29394 0 -1 0 5368 0 0 0 68 1 0 0 25 0 1 0 337028672 424923136 4294 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134529833 0 0 4096 0 0 0 0 17 1 0 0
/proc/29457/statm: 103741 4294 86 208 0 103529 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 427232

[startup+1.50164 s]
/proc/loadavg: 0.85 0.97 0.99 3/79 29458
/proc/meminfo: memFree=1474848/2055920 swapFree=4157256/4192956
[pid=29456] ppid=29454 vsize=12268 CPUtime=0
/proc/29456/stat : 29456 (siegeadapter.pl) S 29454 29456 29394 0 -1 4194304 404 0 0 0 0 0 0 0 15 0 1 0 337028671 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 234526650466 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/29456/statm: 3067 352 271 3 0 167 0
[pid=29457] ppid=29456 vsize=415076 CPUtime=1.49
/proc/29457/stat : 29457 (siege_v4) R 29456 29456 29394 0 -1 0 5533 0 0 0 148 1 0 0 25 0 1 0 337028672 425037824 4459 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134529986 0 0 4096 0 0 0 0 17 1 0 0
/proc/29457/statm: 103769 4459 86 208 0 103557 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 427344

[startup+3.10179 s]
/proc/loadavg: 0.85 0.97 0.99 2/79 29458
/proc/meminfo: memFree=1474272/2055920 swapFree=4157256/4192956
[pid=29456] ppid=29454 vsize=12268 CPUtime=0
/proc/29456/stat : 29456 (siegeadapter.pl) S 29454 29456 29394 0 -1 4194304 404 0 0 0 0 0 0 0 15 0 1 0 337028671 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 234526650466 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/29456/statm: 3067 352 271 3 0 167 0
[pid=29457] ppid=29456 vsize=415256 CPUtime=3.09
/proc/29457/stat : 29457 (siege_v4) R 29456 29456 29394 0 -1 0 5724 0 0 0 308 1 0 0 25 0 1 0 337028672 425222144 4650 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134529809 0 0 4096 0 0 0 0 17 1 0 0
/proc/29457/statm: 103814 4650 86 208 0 103602 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 427524

[startup+6.30108 s]
/proc/loadavg: 0.86 0.97 0.99 2/79 29458
/proc/meminfo: memFree=1472160/2055920 swapFree=4157256/4192956
[pid=29456] ppid=29454 vsize=12268 CPUtime=0
/proc/29456/stat : 29456 (siegeadapter.pl) S 29454 29456 29394 0 -1 4194304 404 0 0 0 0 0 0 0 15 0 1 0 337028671 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 234526650466 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/29456/statm: 3067 352 271 3 0 167 0
[pid=29457] ppid=29456 vsize=415668 CPUtime=6.28
/proc/29457/stat : 29457 (siege_v4) R 29456 29456 29394 0 -1 0 6262 0 0 0 627 1 0 0 25 0 1 0 337028672 425644032 5188 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134529957 0 0 4096 0 0 0 0 17 1 0 0
/proc/29457/statm: 103917 5188 86 208 0 103705 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 427936

[startup+12.7017 s]
/proc/loadavg: 0.87 0.97 0.99 2/79 29458
/proc/meminfo: memFree=1470240/2055920 swapFree=4157256/4192956
[pid=29456] ppid=29454 vsize=12268 CPUtime=0
/proc/29456/stat : 29456 (siegeadapter.pl) S 29454 29456 29394 0 -1 4194304 404 0 0 0 0 0 0 0 15 0 1 0 337028671 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 234526650466 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/29456/statm: 3067 352 271 3 0 167 0
[pid=29457] ppid=29456 vsize=416192 CPUtime=12.68
/proc/29457/stat : 29457 (siege_v4) R 29456 29456 29394 0 -1 0 6587 0 0 0 1267 1 0 0 25 0 1 0 337028672 426180608 5513 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134529965 0 0 4096 0 0 0 0 17 1 0 0
/proc/29457/statm: 104048 5513 86 208 0 103836 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 428460

[startup+25.5028 s]
/proc/loadavg: 0.90 0.97 0.99 2/79 29458
/proc/meminfo: memFree=1455328/2055920 swapFree=4157256/4192956
[pid=29456] ppid=29454 vsize=12268 CPUtime=0
/proc/29456/stat : 29456 (siegeadapter.pl) S 29454 29456 29394 0 -1 4194304 404 0 0 0 0 0 0 0 15 0 1 0 337028671 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 234526650466 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/29456/statm: 3067 352 271 3 0 167 0
[pid=29457] ppid=29456 vsize=427284 CPUtime=25.48
/proc/29457/stat : 29457 (siege_v4) R 29456 29456 29394 0 -1 0 11453 0 0 0 2544 4 0 0 25 0 1 0 337028672 437538816 9245 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134529835 0 0 4096 0 0 0 0 17 1 0 0
/proc/29457/statm: 106821 9245 86 208 0 106609 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 439552

[startup+51.1022 s]
/proc/loadavg: 0.93 0.97 0.99 2/79 29458
/proc/meminfo: memFree=1446752/2055920 swapFree=4157256/4192956
[pid=29456] ppid=29454 vsize=12268 CPUtime=0
/proc/29456/stat : 29456 (siegeadapter.pl) S 29454 29456 29394 0 -1 4194304 404 0 0 0 0 0 0 0 15 0 1 0 337028671 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 234526650466 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/29456/statm: 3067 352 271 3 0 167 0
[pid=29457] ppid=29456 vsize=432892 CPUtime=51.08
/proc/29457/stat : 29457 (siege_v4) R 29456 29456 29394 0 -1 0 13601 0 0 0 5102 6 0 0 25 0 1 0 337028672 443281408 11393 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134530232 0 0 4096 0 0 0 0 17 1 0 0
/proc/29457/statm: 108223 11393 86 208 0 108011 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 445160

[startup+102.306 s]
/proc/loadavg: 0.97 0.97 0.99 2/79 29458
/proc/meminfo: memFree=1440096/2055920 swapFree=4157256/4192956
[pid=29456] ppid=29454 vsize=12268 CPUtime=0
/proc/29456/stat : 29456 (siegeadapter.pl) S 29454 29456 29394 0 -1 4194304 404 0 0 0 0 0 0 0 15 0 1 0 337028671 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 234526650466 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/29456/statm: 3067 352 271 3 0 167 0
[pid=29457] ppid=29456 vsize=436216 CPUtime=102.26
/proc/29457/stat : 29457 (siege_v4) R 29456 29456 29394 0 -1 0 15258 0 0 0 10219 7 0 0 25 0 1 0 337028672 446685184 13050 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134529957 0 0 4096 0 0 0 0 17 1 0 0
/proc/29457/statm: 109054 13050 86 208 0 108842 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 448484

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/79 29458
/proc/meminfo: memFree=1433184/2055920 swapFree=4157256/4192956
[pid=29456] ppid=29454 vsize=12268 CPUtime=0
/proc/29456/stat : 29456 (siegeadapter.pl) S 29454 29456 29394 0 -1 4194304 404 0 0 0 0 0 0 0 15 0 1 0 337028671 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 234526650466 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/29456/statm: 3067 352 271 3 0 167 0
[pid=29457] ppid=29456 vsize=441000 CPUtime=162.25
/proc/29457/stat : 29457 (siege_v4) R 29456 29456 29394 0 -1 0 17375 0 0 0 16215 10 0 0 25 0 1 0 337028672 451584000 14783 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134528857 0 0 4096 0 0 0 0 17 1 0 0
/proc/29457/statm: 110250 14783 86 208 0 110038 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 453268

[startup+222.303 s]
/proc/loadavg: 0.99 0.97 0.99 2/79 29458
/proc/meminfo: memFree=1426336/2055920 swapFree=4157256/4192956
[pid=29456] ppid=29454 vsize=12268 CPUtime=0
/proc/29456/stat : 29456 (siegeadapter.pl) S 29454 29456 29394 0 -1 4194304 404 0 0 0 0 0 0 0 15 0 1 0 337028671 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 234526650466 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/29456/statm: 3067 352 271 3 0 167 0
[pid=29457] ppid=29456 vsize=443112 CPUtime=222.23
/proc/29457/stat : 29457 (siege_v4) R 29456 29456 29394 0 -1 0 19071 0 0 0 22212 11 0 0 25 0 1 0 337028672 453746688 16479 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134530338 0 0 4096 0 0 0 0 17 1 0 0
/proc/29457/statm: 110778 16479 86 208 0 110566 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 455380

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/79 29458
/proc/meminfo: memFree=1423904/2055920 swapFree=4157256/4192956
[pid=29456] ppid=29454 vsize=12268 CPUtime=0
/proc/29456/stat : 29456 (siegeadapter.pl) S 29454 29456 29394 0 -1 4194304 404 0 0 0 0 0 0 0 15 0 1 0 337028671 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 234526650466 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/29456/statm: 3067 352 271 3 0 167 0
[pid=29457] ppid=29456 vsize=444988 CPUtime=282.22
/proc/29457/stat : 29457 (siege_v4) R 29456 29456 29394 0 -1 0 19725 0 0 0 28209 13 0 0 25 0 1 0 337028672 455667712 17133 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134529994 0 0 4096 0 0 0 0 17 1 0 0
/proc/29457/statm: 111247 17133 86 208 0 111035 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 457256

[startup+342.303 s]
/proc/loadavg: 0.99 0.97 0.99 2/79 29458
/proc/meminfo: memFree=1420512/2055920 swapFree=4157256/4192956
[pid=29456] ppid=29454 vsize=12268 CPUtime=0
/proc/29456/stat : 29456 (siegeadapter.pl) S 29454 29456 29394 0 -1 4194304 404 0 0 0 0 0 0 0 15 0 1 0 337028671 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 234526650466 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/29456/statm: 3067 352 271 3 0 167 0
[pid=29457] ppid=29456 vsize=446292 CPUtime=342.2
/proc/29457/stat : 29457 (siege_v4) R 29456 29456 29394 0 -1 0 20525 0 0 0 34206 14 0 0 25 0 1 0 337028672 457003008 17933 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134527916 0 0 4096 0 0 0 0 17 1 0 0
/proc/29457/statm: 111573 17933 86 208 0 111361 0

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

/proc/29457/statm: 118543 28057 86 208 0 118331 0
Current children cumulated CPU time (s) 9339.68
Current children cumulated vsize (KiB) 486440

[startup+9402.3 s]
/proc/loadavg: 1.10 1.05 1.01 2/79 30068
/proc/meminfo: memFree=1379552/2055920 swapFree=4157256/4192956
[pid=29456] ppid=29454 vsize=12268 CPUtime=0
/proc/29456/stat : 29456 (siegeadapter.pl) S 29454 29456 29394 0 -1 4194304 404 0 0 0 0 0 0 0 15 0 1 0 337028671 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 234526650466 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/29456/statm: 3067 352 271 3 0 167 0
[pid=29457] ppid=29456 vsize=474208 CPUtime=9399.66
/proc/29457/stat : 29457 (siege_v4) R 29456 29456 29394 0 -1 0 31427 0 0 0 939863 103 0 0 25 0 1 0 337028672 485588992 28067 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134529957 0 0 4096 0 0 0 0 17 1 0 0
/proc/29457/statm: 118552 28067 86 208 0 118340 0
Current children cumulated CPU time (s) 9399.66
Current children cumulated vsize (KiB) 486476

[startup+9462.3 s]
/proc/loadavg: 1.04 1.04 1.00 2/79 30068
/proc/meminfo: memFree=1379680/2055920 swapFree=4157256/4192956
[pid=29456] ppid=29454 vsize=12268 CPUtime=0
/proc/29456/stat : 29456 (siegeadapter.pl) S 29454 29456 29394 0 -1 4194304 404 0 0 0 0 0 0 0 15 0 1 0 337028671 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 234526650466 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/29456/statm: 3067 352 271 3 0 167 0
[pid=29457] ppid=29456 vsize=474216 CPUtime=9459.65
/proc/29457/stat : 29457 (siege_v4) R 29456 29456 29394 0 -1 0 31429 0 0 0 945861 104 0 0 25 0 1 0 337028672 485597184 28069 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134528130 0 0 4096 0 0 0 0 17 1 0 0
/proc/29457/statm: 118554 28069 86 208 0 118342 0
Current children cumulated CPU time (s) 9459.65
Current children cumulated vsize (KiB) 486484

[startup+9522.3 s]
/proc/loadavg: 1.01 1.03 1.00 2/79 30068
/proc/meminfo: memFree=1379680/2055920 swapFree=4157256/4192956
[pid=29456] ppid=29454 vsize=12268 CPUtime=0
/proc/29456/stat : 29456 (siegeadapter.pl) S 29454 29456 29394 0 -1 4194304 404 0 0 0 0 0 0 0 15 0 1 0 337028671 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 234526650466 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/29456/statm: 3067 352 271 3 0 167 0
[pid=29457] ppid=29456 vsize=474236 CPUtime=9519.63
/proc/29457/stat : 29457 (siege_v4) R 29456 29456 29394 0 -1 0 31435 0 0 0 951859 104 0 0 25 0 1 0 337028672 485617664 28075 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134522220 0 0 4096 0 0 0 0 17 1 0 0
/proc/29457/statm: 118559 28075 86 208 0 118347 0
Current children cumulated CPU time (s) 9519.63
Current children cumulated vsize (KiB) 486504

[startup+9582.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/79 30068
/proc/meminfo: memFree=1379616/2055920 swapFree=4157256/4192956
[pid=29456] ppid=29454 vsize=12268 CPUtime=0
/proc/29456/stat : 29456 (siegeadapter.pl) S 29454 29456 29394 0 -1 4194304 404 0 0 0 0 0 0 0 15 0 1 0 337028671 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 234526650466 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/29456/statm: 3067 352 271 3 0 167 0
[pid=29457] ppid=29456 vsize=474244 CPUtime=9579.62
/proc/29457/stat : 29457 (siege_v4) R 29456 29456 29394 0 -1 0 31437 0 0 0 957857 105 0 0 25 0 1 0 337028672 485625856 28077 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134528375 0 0 4096 0 0 0 0 17 1 0 0
/proc/29457/statm: 118561 28077 86 208 0 118349 0
Current children cumulated CPU time (s) 9579.62
Current children cumulated vsize (KiB) 486512

[startup+9642.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/79 30068
/proc/meminfo: memFree=1379680/2055920 swapFree=4157256/4192956
[pid=29456] ppid=29454 vsize=12268 CPUtime=0
/proc/29456/stat : 29456 (siegeadapter.pl) S 29454 29456 29394 0 -1 4194304 404 0 0 0 0 0 0 0 15 0 1 0 337028671 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 234526650466 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/29456/statm: 3067 352 271 3 0 167 0
[pid=29457] ppid=29456 vsize=474256 CPUtime=9639.6
/proc/29457/stat : 29457 (siege_v4) R 29456 29456 29394 0 -1 0 31440 0 0 0 963855 105 0 0 25 0 1 0 337028672 485638144 28080 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134529320 0 0 4096 0 0 0 0 17 1 0 0
/proc/29457/statm: 118564 28080 86 208 0 118352 0
Current children cumulated CPU time (s) 9639.6
Current children cumulated vsize (KiB) 486524

[startup+9702.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/79 30068
/proc/meminfo: memFree=1379296/2055920 swapFree=4157256/4192956
[pid=29456] ppid=29454 vsize=12268 CPUtime=0
/proc/29456/stat : 29456 (siegeadapter.pl) S 29454 29456 29394 0 -1 4194304 404 0 0 0 0 0 0 0 15 0 1 0 337028671 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 234526650466 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/29456/statm: 3067 352 271 3 0 167 0
[pid=29457] ppid=29456 vsize=474288 CPUtime=9699.59
/proc/29457/stat : 29457 (siege_v4) R 29456 29456 29394 0 -1 0 31526 0 0 0 969853 106 0 0 25 0 1 0 337028672 485670912 28166 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134529268 0 0 4096 0 0 0 0 17 1 0 0
/proc/29457/statm: 118572 28166 86 208 0 118360 0
Current children cumulated CPU time (s) 9699.59
Current children cumulated vsize (KiB) 486556

[startup+9762.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 30068
/proc/meminfo: memFree=1379232/2055920 swapFree=4157256/4192956
[pid=29456] ppid=29454 vsize=12268 CPUtime=0
/proc/29456/stat : 29456 (siegeadapter.pl) S 29454 29456 29394 0 -1 4194304 404 0 0 0 0 0 0 0 15 0 1 0 337028671 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 234526650466 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/29456/statm: 3067 352 271 3 0 167 0
[pid=29457] ppid=29456 vsize=474344 CPUtime=9759.58
/proc/29457/stat : 29457 (siege_v4) R 29456 29456 29394 0 -1 0 31539 0 0 0 975851 107 0 0 25 0 1 0 337028672 485728256 28179 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134528399 0 0 4096 0 0 0 0 17 1 0 0
/proc/29457/statm: 118586 28179 86 208 0 118374 0
Current children cumulated CPU time (s) 9759.58
Current children cumulated vsize (KiB) 486612

[startup+9822.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 30068
/proc/meminfo: memFree=1379232/2055920 swapFree=4157256/4192956
[pid=29456] ppid=29454 vsize=12268 CPUtime=0
/proc/29456/stat : 29456 (siegeadapter.pl) S 29454 29456 29394 0 -1 4194304 404 0 0 0 0 0 0 0 15 0 1 0 337028671 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 234526650466 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/29456/statm: 3067 352 271 3 0 167 0
[pid=29457] ppid=29456 vsize=474384 CPUtime=9819.56
/proc/29457/stat : 29457 (siege_v4) R 29456 29456 29394 0 -1 0 31549 0 0 0 981849 107 0 0 25 0 1 0 337028672 485769216 28189 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134528851 0 0 4096 0 0 0 0 17 1 0 0
/proc/29457/statm: 118596 28189 86 208 0 118384 0
Current children cumulated CPU time (s) 9819.56
Current children cumulated vsize (KiB) 486652

[startup+9882.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 30068
/proc/meminfo: memFree=1379168/2055920 swapFree=4157256/4192956
[pid=29456] ppid=29454 vsize=12268 CPUtime=0
/proc/29456/stat : 29456 (siegeadapter.pl) S 29454 29456 29394 0 -1 4194304 404 0 0 0 0 0 0 0 15 0 1 0 337028671 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 234526650466 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/29456/statm: 3067 352 271 3 0 167 0
[pid=29457] ppid=29456 vsize=474388 CPUtime=9879.55
/proc/29457/stat : 29457 (siege_v4) R 29456 29456 29394 0 -1 0 31551 0 0 0 987847 108 0 0 25 0 1 0 337028672 485773312 28191 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134528947 0 0 4096 0 0 0 0 17 1 0 0
/proc/29457/statm: 118597 28191 86 208 0 118385 0
Current children cumulated CPU time (s) 9879.55
Current children cumulated vsize (KiB) 486656

[startup+9942.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 30068
/proc/meminfo: memFree=1379168/2055920 swapFree=4157256/4192956
[pid=29456] ppid=29454 vsize=12268 CPUtime=0
/proc/29456/stat : 29456 (siegeadapter.pl) S 29454 29456 29394 0 -1 4194304 404 0 0 0 0 0 0 0 15 0 1 0 337028671 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 234526650466 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/29456/statm: 3067 352 271 3 0 167 0
[pid=29457] ppid=29456 vsize=474416 CPUtime=9939.53
/proc/29457/stat : 29457 (siege_v4) R 29456 29456 29394 0 -1 0 31556 0 0 0 993845 108 0 0 25 0 1 0 337028672 485801984 28196 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134528857 0 0 4096 0 0 0 0 17 1 0 0
/proc/29457/statm: 118604 28196 86 208 0 118392 0
Current children cumulated CPU time (s) 9939.53
Current children cumulated vsize (KiB) 486684

[startup+10002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 30068
/proc/meminfo: memFree=1379168/2055920 swapFree=4157256/4192956
[pid=29456] ppid=29454 vsize=12268 CPUtime=0
/proc/29456/stat : 29456 (siegeadapter.pl) S 29454 29456 29394 0 -1 4194304 404 0 0 0 0 0 0 0 15 0 1 0 337028671 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 234526650466 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/29456/statm: 3067 352 271 3 0 167 0
[pid=29457] ppid=29456 vsize=474456 CPUtime=9999.52
/proc/29457/stat : 29457 (siege_v4) R 29456 29456 29394 0 -1 0 31564 0 0 0 999843 109 0 0 25 0 1 0 337028672 485842944 28204 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134528086 0 0 4096 0 0 0 0 17 1 0 0
/proc/29457/statm: 118614 28204 86 208 0 118402 0
Current children cumulated CPU time (s) 9999.52
Current children cumulated vsize (KiB) 486724



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+10002.8 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 30068
/proc/meminfo: memFree=1379168/2055920 swapFree=4157256/4192956
[pid=29456] ppid=29454 vsize=12268 CPUtime=0
/proc/29456/stat : 29456 (siegeadapter.pl) S 29454 29456 29394 0 -1 4194304 404 0 0 0 0 0 0 0 15 0 1 0 337028671 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 234526650466 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/29456/statm: 3067 352 271 3 0 167 0
[pid=29457] ppid=29456 vsize=474456 CPUtime=10000
/proc/29457/stat : 29457 (siege_v4) R 29456 29456 29394 0 -1 0 31564 0 0 0 999893 109 0 0 25 0 1 0 337028672 485842944 28204 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134528854 0 0 4096 0 0 0 0 17 1 0 0
/proc/29457/statm: 118614 28204 86 208 0 118402 0
Current children cumulated CPU time (s) 10000
Current children cumulated vsize (KiB) 486724

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)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 29456 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=999
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=3999
# CPU time returned by wait4() is 0.004998
# while last known CPU time is 10000
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 10002.8
CPU time (s): 10000
CPU user time (s): 9998.93
CPU system time (s): 1.09
CPU usage (%): 99.9721
Max. virtual memory (cumulated for all children) (KiB): 486724

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.000999
system time used= 0.003999
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 404
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= 9
involuntary context switches= 1

runsolver used 9.63054 second user time and 26.587 second system time

The end

Launcher Data (download as text)

Begin job on node72 on Tue May  8 07:38:22 UTC 2007

IDJOB= 422469
IDBENCH= 20538
IDSOLVER= 190
FILE ID= node72/422469-1178609902

PBS_JOBID= 5218244

Free space on /tmp= 66560 MiB

SOLVER NAME= Siege V4
BENCH NAME= HOME/pub/bench/SAT07/industrial/IBM_FV_2002_13_rule_1/SAT_dat.k90.cnf
COMMAND LINE= /tmp/evaluation/422469-1178609902/siegeadapter.pl /tmp/evaluation/422469-1178609902/instance-422469-1178609902.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node72/watcher-422469-1178609902 -o ROOT/results/node72/solver-422469-1178609902 -C 10000 -W 15000 -M 1800 --output-limit 1,15  /tmp/evaluation/422469-1178609902/siegeadapter.pl /tmp/evaluation/422469-1178609902/instance-422469-1178609902.cnf            

META MD5SUM SOLVER= 69ef6d521077f526586997d0c4a9a904
MD5SUM BENCH=  4d4e319f149d6e692fcbe15ac5f23f27

RANDOM SEED= 654209986

TIME LIMIT= 10000 seconds
MEMORY LIMIT= 1800 MiB

Linux node72.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.222
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	: 5931.00
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.222
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:       1493064 kB
Buffers:         40300 kB
Cached:         403712 kB
SwapCached:      17028 kB
Active:         130392 kB
Inactive:       336620 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1493064 kB
SwapTotal:     4192956 kB
SwapFree:      4157256 kB
Dirty:            5304 kB
Writeback:           0 kB
Mapped:          30036 kB
Slab:            81352 kB
Committed_AS:  7401432 kB
PageTables:       1788 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 node72 on Tue May  8 10:25:07 UTC 2007