Trace number 422333

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.1 10004.3

General information on the benchmark

Nameindustrial/anbulagan/
hard-unsat/partial-5-11-u.cnf
MD5SUM8e22d84b1ae625d44fbf300a32374a2d
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 variables164158
Number of clauses730719
Sum of the clauses size1660140
Maximum clause length10
Minimum clause length1
Number of clauses of size 112474
Number of clauses of size 2600009
Number of clauses of size 387256
Number of clauses of size 43440
Number of clauses of size 513760
Number of clauses of size over 513780

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/node13/watcher-422333-1178573782 -o ROOT/results/node13/solver-422333-1178573782 -C 10000 -W 15000 -M 1800 --output-limit 1,15 /tmp/evaluation/422333-1178573782/siegeadapter.pl /tmp/evaluation/422333-1178573782/instance-422333-1178573782.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 20564
/proc/meminfo: memFree=1873864/2055920 swapFree=4159396/4192956
[pid=20564] ppid=20562 vsize=12268 CPUtime=0
/proc/20564/stat : 20564 (siegeadapter.pl) R 20562 20564 20219 0 -1 4194304 382 0 0 0 0 0 0 0 18 0 1 0 305296090 12562432 350 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 269757246111 0 0 4224 0 0 0 0 17 1 0 0
/proc/20564/statm: 3067 350 270 3 0 167 0
[pid=20565] ppid=20564 vsize=14988 CPUtime=0
/proc/20565/stat : 20565 (siege_v4) R 20564 20564 20219 0 -1 0 105 0 0 0 0 0 0 0 18 0 1 0 305296090 15347712 91 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134513547 0 0 4096 0 0 0 0 17 1 0 0
/proc/20565/statm: 3747 94 66 208 0 375 0

[startup+0.085058 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 20564
/proc/meminfo: memFree=1873864/2055920 swapFree=4159396/4192956
[pid=20564] ppid=20562 vsize=12268 CPUtime=0
/proc/20564/stat : 20564 (siegeadapter.pl) S 20562 20564 20219 0 -1 4194304 403 0 0 0 0 0 0 0 18 0 1 0 305296090 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 269766144098 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/20564/statm: 3067 352 271 3 0 167 0
[pid=20565] ppid=20564 vsize=47652 CPUtime=0.07
/proc/20565/stat : 20565 (siege_v4) R 20564 20564 20219 0 -1 0 7329 0 0 0 4 3 0 0 19 0 1 0 305296090 48795648 7314 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134521160 0 0 4096 0 0 0 0 17 1 0 0
/proc/20565/statm: 11913 7314 68 208 0 8541 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 59920

[startup+0.101024 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 20564
/proc/meminfo: memFree=1873864/2055920 swapFree=4159396/4192956
[pid=20564] ppid=20562 vsize=12268 CPUtime=0
/proc/20564/stat : 20564 (siegeadapter.pl) S 20562 20564 20219 0 -1 4194304 403 0 0 0 0 0 0 0 18 0 1 0 305296090 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 269766144098 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/20564/statm: 3067 352 271 3 0 167 0
[pid=20565] ppid=20564 vsize=458980 CPUtime=0.08
/proc/20565/stat : 20565 (siege_v4) R 20564 20564 20219 0 -1 0 8091 0 0 0 5 3 0 0 19 0 1 0 305296090 469995520 8077 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134948312 0 0 4096 0 0 0 0 17 1 0 0
/proc/20565/statm: 114745 8078 176 208 0 111373 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 471248

[startup+0.301066 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 20564
/proc/meminfo: memFree=1873864/2055920 swapFree=4159396/4192956
[pid=20564] ppid=20562 vsize=12268 CPUtime=0
/proc/20564/stat : 20564 (siegeadapter.pl) S 20562 20564 20219 0 -1 4194304 403 0 0 0 0 0 0 0 18 0 1 0 305296090 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 269766144098 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/20564/statm: 3067 352 271 3 0 167 0
[pid=20565] ppid=20564 vsize=470016 CPUtime=0.28
/proc/20565/stat : 20565 (siege_v4) R 20564 20564 20219 0 -1 0 13473 0 0 0 23 5 0 0 21 0 1 0 305296090 481296384 13458 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134556531 0 0 4096 0 0 0 0 17 1 0 0
/proc/20565/statm: 117505 13460 2613 208 0 114133 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 482284

[startup+0.701152 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 20564
/proc/meminfo: memFree=1873864/2055920 swapFree=4159396/4192956
[pid=20564] ppid=20562 vsize=12268 CPUtime=0
/proc/20564/stat : 20564 (siegeadapter.pl) S 20562 20564 20219 0 -1 4194304 404 0 0 0 0 0 0 0 16 0 1 0 305296090 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 269766144098 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/20564/statm: 3067 352 271 3 0 167 0
[pid=20565] ppid=20564 vsize=460556 CPUtime=0.69
/proc/20565/stat : 20565 (siege_v4) R 20564 20564 20219 0 -1 0 15621 0 0 0 62 7 0 0 24 0 1 0 305296090 471609344 12403 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134529955 0 0 4096 0 0 0 0 17 1 0 0
/proc/20565/statm: 115139 12403 86 208 0 114927 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 472824

[startup+1.50132 s]
/proc/loadavg: 0.92 0.98 0.99 2/79 20566
/proc/meminfo: memFree=1824056/2055920 swapFree=4159396/4192956
[pid=20564] ppid=20562 vsize=12268 CPUtime=0
/proc/20564/stat : 20564 (siegeadapter.pl) S 20562 20564 20219 0 -1 4194304 404 0 0 0 0 0 0 0 16 0 1 0 305296090 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 269766144098 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/20564/statm: 3067 352 271 3 0 167 0
[pid=20565] ppid=20564 vsize=460560 CPUtime=1.49
/proc/20565/stat : 20565 (siege_v4) R 20564 20564 20219 0 -1 0 15629 0 0 0 142 7 0 0 25 0 1 0 305296090 471613440 12411 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134529184 0 0 4096 0 0 0 0 17 1 0 0
/proc/20565/statm: 115140 12411 86 208 0 114928 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 472828

[startup+3.10167 s]
/proc/loadavg: 0.92 0.98 0.99 2/79 20566
/proc/meminfo: memFree=1823864/2055920 swapFree=4159396/4192956
[pid=20564] ppid=20562 vsize=12268 CPUtime=0
/proc/20564/stat : 20564 (siegeadapter.pl) S 20562 20564 20219 0 -1 4194304 404 0 0 0 0 0 0 0 16 0 1 0 305296090 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 269766144098 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/20564/statm: 3067 352 271 3 0 167 0
[pid=20565] ppid=20564 vsize=460580 CPUtime=3.09
/proc/20565/stat : 20565 (siege_v4) R 20564 20564 20219 0 -1 0 15680 0 0 0 301 8 0 0 25 0 1 0 305296090 471633920 12462 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134529835 0 0 4096 0 0 0 0 17 1 0 0
/proc/20565/statm: 115145 12462 86 208 0 114933 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 472848

[startup+6.30135 s]
/proc/loadavg: 0.93 0.98 0.99 2/79 20566
/proc/meminfo: memFree=1823416/2055920 swapFree=4159396/4192956
[pid=20564] ppid=20562 vsize=12268 CPUtime=0
/proc/20564/stat : 20564 (siegeadapter.pl) S 20562 20564 20219 0 -1 4194304 404 0 0 0 0 0 0 0 16 0 1 0 305296090 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 269766144098 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/20564/statm: 3067 352 271 3 0 167 0
[pid=20565] ppid=20564 vsize=460636 CPUtime=6.28
/proc/20565/stat : 20565 (siege_v4) R 20564 20564 20219 0 -1 0 15775 0 0 0 620 8 0 0 25 0 1 0 305296090 471691264 12557 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134529957 0 0 4096 0 0 0 0 17 1 0 0
/proc/20565/statm: 115159 12557 86 208 0 114947 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 472904

[startup+12.7027 s]
/proc/loadavg: 0.93 0.98 0.99 2/79 20566
/proc/meminfo: memFree=1822456/2055920 swapFree=4159396/4192956
[pid=20564] ppid=20562 vsize=12268 CPUtime=0
/proc/20564/stat : 20564 (siegeadapter.pl) S 20562 20564 20219 0 -1 4194304 404 0 0 0 0 0 0 0 16 0 1 0 305296090 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 269766144098 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/20564/statm: 3067 352 271 3 0 167 0
[pid=20565] ppid=20564 vsize=460884 CPUtime=12.69
/proc/20565/stat : 20565 (siege_v4) R 20564 20564 20219 0 -1 0 16058 0 0 0 1260 9 0 0 25 0 1 0 305296090 471945216 12840 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134529840 0 0 4096 0 0 0 0 17 1 0 0
/proc/20565/statm: 115221 12840 86 208 0 115009 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 473152

[startup+25.5015 s]
/proc/loadavg: 0.95 0.98 0.99 2/79 20566
/proc/meminfo: memFree=1817400/2055920 swapFree=4159396/4192956
[pid=20564] ppid=20562 vsize=12268 CPUtime=0
/proc/20564/stat : 20564 (siegeadapter.pl) S 20562 20564 20219 0 -1 4194304 404 0 0 0 0 0 0 0 16 0 1 0 305296090 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 269766144098 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/20564/statm: 3067 352 271 3 0 167 0
[pid=20565] ppid=20564 vsize=461476 CPUtime=25.48
/proc/20565/stat : 20565 (siege_v4) R 20564 20564 20219 0 -1 0 17303 0 0 0 2538 10 0 0 25 0 1 0 305296090 472551424 14085 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134529835 0 0 4096 0 0 0 0 17 1 0 0
/proc/20565/statm: 115369 14085 86 208 0 115157 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 473744

[startup+51.102 s]
/proc/loadavg: 0.96 0.98 0.99 2/79 20566
/proc/meminfo: memFree=1808824/2055920 swapFree=4159396/4192956
[pid=20564] ppid=20562 vsize=12268 CPUtime=0
/proc/20564/stat : 20564 (siegeadapter.pl) S 20562 20564 20219 0 -1 4194304 404 0 0 0 0 0 0 0 16 0 1 0 305296090 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 269766144098 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/20564/statm: 3067 352 271 3 0 167 0
[pid=20565] ppid=20564 vsize=462176 CPUtime=51.07
/proc/20565/stat : 20565 (siege_v4) R 20564 20564 20219 0 -1 0 19461 0 0 0 5095 12 0 0 25 0 1 0 305296090 473268224 16243 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134529835 0 0 4096 0 0 0 0 17 1 0 0
/proc/20565/statm: 115544 16243 86 208 0 115332 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 474444

[startup+102.306 s]
/proc/loadavg: 0.98 0.98 0.99 2/79 20566
/proc/meminfo: memFree=1740984/2055920 swapFree=4159396/4192956
[pid=20564] ppid=20562 vsize=12268 CPUtime=0
/proc/20564/stat : 20564 (siegeadapter.pl) S 20562 20564 20219 0 -1 4194304 404 0 0 0 0 0 0 0 16 0 1 0 305296090 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 269766144098 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/20564/statm: 3067 352 271 3 0 167 0
[pid=20565] ppid=20564 vsize=542708 CPUtime=102.25
/proc/20565/stat : 20565 (siege_v4) R 20564 20564 20219 0 -1 0 55634 0 0 0 10194 31 0 0 25 0 1 0 305296090 555732992 33175 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134543048 0 0 4096 0 0 0 0 17 1 0 0
/proc/20565/statm: 135677 33175 86 208 0 135465 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 554976

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 20566
/proc/meminfo: memFree=1639352/2055920 swapFree=4159396/4192956
[pid=20564] ppid=20562 vsize=12268 CPUtime=0
/proc/20564/stat : 20564 (siegeadapter.pl) S 20562 20564 20219 0 -1 4194304 404 0 0 0 0 0 0 0 16 0 1 0 305296090 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 269766144098 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/20564/statm: 3067 352 271 3 0 167 0
[pid=20565] ppid=20564 vsize=642560 CPUtime=162.23
/proc/20565/stat : 20565 (siege_v4) R 20564 20564 20219 0 -1 0 101487 0 0 0 16163 60 0 0 25 0 1 0 305296090 657981440 58507 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134527916 0 0 4096 0 0 0 0 17 1 0 0
/proc/20565/statm: 160640 58507 86 208 0 160428 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 654828

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 20566
/proc/meminfo: memFree=1630136/2055920 swapFree=4159396/4192956
[pid=20564] ppid=20562 vsize=12268 CPUtime=0
/proc/20564/stat : 20564 (siegeadapter.pl) S 20562 20564 20219 0 -1 4194304 404 0 0 0 0 0 0 0 16 0 1 0 305296090 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 269766144098 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/20564/statm: 3067 352 271 3 0 167 0
[pid=20565] ppid=20564 vsize=647364 CPUtime=222.2
/proc/20565/stat : 20565 (siege_v4) R 20564 20564 20219 0 -1 0 103687 0 0 0 22158 62 0 0 25 0 1 0 305296090 662900736 60707 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134543077 0 0 4096 0 0 0 0 17 1 0 0
/proc/20565/statm: 161841 60707 86 208 0 161629 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 659632

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 20566
/proc/meminfo: memFree=1605816/2055920 swapFree=4159396/4192956
[pid=20564] ppid=20562 vsize=12268 CPUtime=0
/proc/20564/stat : 20564 (siegeadapter.pl) S 20562 20564 20219 0 -1 4194304 404 0 0 0 0 0 0 0 16 0 1 0 305296090 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 269766144098 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/20564/statm: 3067 352 271 3 0 167 0
[pid=20565] ppid=20564 vsize=658520 CPUtime=282.18
/proc/20565/stat : 20565 (siege_v4) R 20564 20564 20219 0 -1 0 109967 0 0 0 28151 67 0 0 25 0 1 0 305296090 674324480 66987 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134527916 0 0 4096 0 0 0 0 17 1 0 0
/proc/20565/statm: 164630 66987 86 208 0 164418 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 670788

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 20566
/proc/meminfo: memFree=1590392/2055920 swapFree=4159396/4192956
[pid=20564] ppid=20562 vsize=12268 CPUtime=0
/proc/20564/stat : 20564 (siegeadapter.pl) S 20562 20564 20219 0 -1 4194304 404 0 0 0 0 0 0 0 16 0 1 0 305296090 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 269766144098 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/20564/statm: 3067 352 271 3 0 167 0
[pid=20565] ppid=20564 vsize=664076 CPUtime=342.16
/proc/20565/stat : 20565 (siege_v4) R 20564 20564 20219 0 -1 0 113588 0 0 0 34143 73 0 0 25 0 1 0 305296090 680013824 70608 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134527995 0 0 4096 0 0 0 0 17 1 0 0
/proc/20565/statm: 166019 70608 86 208 0 165807 0

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

/proc/20565/statm: 174653 90350 86 208 0 174441 0
Current children cumulated CPU time (s) 9398.29
Current children cumulated vsize (KiB) 710880

[startup+9462.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 21166
/proc/meminfo: memFree=1505848/2055920 swapFree=4159396/4192956
[pid=20564] ppid=20562 vsize=12268 CPUtime=0
/proc/20564/stat : 20564 (siegeadapter.pl) S 20562 20564 20219 0 -1 4194304 404 0 0 0 0 0 0 0 16 0 1 0 305296090 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 269766144098 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/20564/statm: 3067 352 271 3 0 167 0
[pid=20565] ppid=20564 vsize=698672 CPUtime=9458.27
/proc/20565/stat : 20565 (siege_v4) R 20564 20564 20219 0 -1 0 133729 0 0 0 945652 175 0 0 25 0 1 0 305296090 715440128 90365 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134528854 0 0 4096 0 0 0 0 17 1 0 0
/proc/20565/statm: 174668 90365 86 208 0 174456 0
Current children cumulated CPU time (s) 9458.27
Current children cumulated vsize (KiB) 710940

[startup+9522.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 21166
/proc/meminfo: memFree=1505784/2055920 swapFree=4159396/4192956
[pid=20564] ppid=20562 vsize=12268 CPUtime=0
/proc/20564/stat : 20564 (siegeadapter.pl) S 20562 20564 20219 0 -1 4194304 404 0 0 0 0 0 0 0 16 0 1 0 305296090 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 269766144098 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/20564/statm: 3067 352 271 3 0 167 0
[pid=20565] ppid=20564 vsize=698752 CPUtime=9518.24
/proc/20565/stat : 20565 (siege_v4) R 20564 20564 20219 0 -1 0 133747 0 0 0 951649 175 0 0 25 0 1 0 305296090 715522048 90383 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134529095 0 0 4096 0 0 0 0 17 1 0 0
/proc/20565/statm: 174688 90383 86 208 0 174476 0
Current children cumulated CPU time (s) 9518.24
Current children cumulated vsize (KiB) 711020

[startup+9582.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 21166
/proc/meminfo: memFree=1505656/2055920 swapFree=4159396/4192956
[pid=20564] ppid=20562 vsize=12268 CPUtime=0
/proc/20564/stat : 20564 (siegeadapter.pl) S 20562 20564 20219 0 -1 4194304 404 0 0 0 0 0 0 0 16 0 1 0 305296090 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 269766144098 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/20564/statm: 3067 352 271 3 0 167 0
[pid=20565] ppid=20564 vsize=698820 CPUtime=9578.22
/proc/20565/stat : 20565 (siege_v4) R 20564 20564 20219 0 -1 0 133764 0 0 0 957646 176 0 0 25 0 1 0 305296090 715591680 90400 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134528537 0 0 4096 0 0 0 0 17 1 0 0
/proc/20565/statm: 174705 90400 86 208 0 174493 0
Current children cumulated CPU time (s) 9578.22
Current children cumulated vsize (KiB) 711088

[startup+9642.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 21166
/proc/meminfo: memFree=1505592/2055920 swapFree=4159396/4192956
[pid=20564] ppid=20562 vsize=12268 CPUtime=0
/proc/20564/stat : 20564 (siegeadapter.pl) S 20562 20564 20219 0 -1 4194304 404 0 0 0 0 0 0 0 16 0 1 0 305296090 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 269766144098 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/20564/statm: 3067 352 271 3 0 167 0
[pid=20565] ppid=20564 vsize=698896 CPUtime=9638.2
/proc/20565/stat : 20565 (siege_v4) R 20564 20564 20219 0 -1 0 133783 0 0 0 963643 177 0 0 25 0 1 0 305296090 715669504 90419 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134530235 0 0 4096 0 0 0 0 17 1 0 0
/proc/20565/statm: 174724 90419 86 208 0 174512 0
Current children cumulated CPU time (s) 9638.2
Current children cumulated vsize (KiB) 711164

[startup+9702.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 21166
/proc/meminfo: memFree=1505400/2055920 swapFree=4159396/4192956
[pid=20564] ppid=20562 vsize=12268 CPUtime=0
/proc/20564/stat : 20564 (siegeadapter.pl) S 20562 20564 20219 0 -1 4194304 404 0 0 0 0 0 0 0 16 0 1 0 305296090 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 269766144098 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/20564/statm: 3067 352 271 3 0 167 0
[pid=20565] ppid=20564 vsize=698948 CPUtime=9698.17
/proc/20565/stat : 20565 (siege_v4) R 20564 20564 20219 0 -1 0 133798 0 0 0 969640 177 0 0 25 0 1 0 305296090 715722752 90434 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134528024 0 0 4096 0 0 0 0 17 1 0 0
/proc/20565/statm: 174737 90434 86 208 0 174525 0
Current children cumulated CPU time (s) 9698.17
Current children cumulated vsize (KiB) 711216

[startup+9762.3 s]
/proc/loadavg: 1.00 1.00 1.00 3/79 21166
/proc/meminfo: memFree=1505272/2055920 swapFree=4159396/4192956
[pid=20564] ppid=20562 vsize=12268 CPUtime=0
/proc/20564/stat : 20564 (siegeadapter.pl) S 20562 20564 20219 0 -1 4194304 404 0 0 0 0 0 0 0 16 0 1 0 305296090 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 269766144098 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/20564/statm: 3067 352 271 3 0 167 0
[pid=20565] ppid=20564 vsize=699028 CPUtime=9758.15
/proc/20565/stat : 20565 (siege_v4) R 20564 20564 20219 0 -1 0 133819 0 0 0 975637 178 0 0 25 0 1 0 305296090 715804672 90455 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134543039 0 0 4096 0 0 0 0 17 1 0 0
/proc/20565/statm: 174757 90455 86 208 0 174545 0
Current children cumulated CPU time (s) 9758.15
Current children cumulated vsize (KiB) 711296

[startup+9822.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 21166
/proc/meminfo: memFree=1505144/2055920 swapFree=4159396/4192956
[pid=20564] ppid=20562 vsize=12268 CPUtime=0
/proc/20564/stat : 20564 (siegeadapter.pl) S 20562 20564 20219 0 -1 4194304 404 0 0 0 0 0 0 0 16 0 1 0 305296090 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 269766144098 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/20564/statm: 3067 352 271 3 0 167 0
[pid=20565] ppid=20564 vsize=699176 CPUtime=9818.13
/proc/20565/stat : 20565 (siege_v4) R 20564 20564 20219 0 -1 0 133848 0 0 0 981635 178 0 0 25 0 1 0 305296090 715956224 90484 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134531405 0 0 4096 0 0 0 0 17 1 0 0
/proc/20565/statm: 174794 90484 86 208 0 174582 0
Current children cumulated CPU time (s) 9818.13
Current children cumulated vsize (KiB) 711444

[startup+9882.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 21166
/proc/meminfo: memFree=1505080/2055920 swapFree=4159396/4192956
[pid=20564] ppid=20562 vsize=12268 CPUtime=0
/proc/20564/stat : 20564 (siegeadapter.pl) S 20562 20564 20219 0 -1 4194304 404 0 0 0 0 0 0 0 16 0 1 0 305296090 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 269766144098 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/20564/statm: 3067 352 271 3 0 167 0
[pid=20565] ppid=20564 vsize=699224 CPUtime=9878.11
/proc/20565/stat : 20565 (siege_v4) R 20564 20564 20219 0 -1 0 133861 0 0 0 987632 179 0 0 25 0 1 0 305296090 716005376 90497 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134543222 0 0 4096 0 0 0 0 17 1 0 0
/proc/20565/statm: 174806 90497 86 208 0 174594 0
Current children cumulated CPU time (s) 9878.11
Current children cumulated vsize (KiB) 711492

[startup+9942.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 21166
/proc/meminfo: memFree=1505016/2055920 swapFree=4159396/4192956
[pid=20564] ppid=20562 vsize=12268 CPUtime=0
/proc/20564/stat : 20564 (siegeadapter.pl) S 20562 20564 20219 0 -1 4194304 404 0 0 0 0 0 0 0 16 0 1 0 305296090 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 269766144098 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/20564/statm: 3067 352 271 3 0 167 0
[pid=20565] ppid=20564 vsize=699304 CPUtime=9938.08
/proc/20565/stat : 20565 (siege_v4) R 20564 20564 20219 0 -1 0 133879 0 0 0 993629 179 0 0 25 0 1 0 305296090 716087296 90515 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134528906 0 0 4096 0 0 0 0 17 1 0 0
/proc/20565/statm: 174826 90515 86 208 0 174614 0
Current children cumulated CPU time (s) 9938.08
Current children cumulated vsize (KiB) 711572

[startup+10002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 21166
/proc/meminfo: memFree=1504824/2055920 swapFree=4159396/4192956
[pid=20564] ppid=20562 vsize=12268 CPUtime=0
/proc/20564/stat : 20564 (siegeadapter.pl) S 20562 20564 20219 0 -1 4194304 404 0 0 0 0 0 0 0 16 0 1 0 305296090 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 269766144098 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/20564/statm: 3067 352 271 3 0 167 0
[pid=20565] ppid=20564 vsize=699416 CPUtime=9998.06
/proc/20565/stat : 20565 (siege_v4) R 20564 20564 20219 0 -1 0 133909 0 0 0 999626 180 0 0 25 0 1 0 305296090 716201984 90545 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134528144 0 0 4096 0 0 0 0 17 1 0 0
/proc/20565/statm: 174854 90545 86 208 0 174642 0
Current children cumulated CPU time (s) 9998.06
Current children cumulated vsize (KiB) 711684



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+10004.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 21166
/proc/meminfo: memFree=1504824/2055920 swapFree=4159396/4192956
[pid=20564] ppid=20562 vsize=12268 CPUtime=0
/proc/20564/stat : 20564 (siegeadapter.pl) S 20562 20564 20219 0 -1 4194304 404 0 0 0 0 0 0 0 16 0 1 0 305296090 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 269766144098 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/20564/statm: 3067 352 271 3 0 167 0
[pid=20565] ppid=20564 vsize=699416 CPUtime=10000.1
/proc/20565/stat : 20565 (siege_v4) R 20564 20564 20219 0 -1 0 133909 0 0 0 999826 180 0 0 25 0 1 0 305296090 716201984 90545 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134528019 0 0 4096 0 0 0 0 17 1 0 0
/proc/20565/statm: 174854 90545 86 208 0 174642 0
Current children cumulated CPU time (s) 10000.1
Current children cumulated vsize (KiB) 711684

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

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

[startup+10004.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 21166
/proc/meminfo: memFree=1504824/2055920 swapFree=4159396/4192956
[pid=20564] ppid=20562 vsize=12268 CPUtime=0
/proc/20564/stat : 20564 (siegeadapter.pl) S 20562 20564 20219 0 -1 4194304 404 0 0 0 0 0 0 0 16 0 1 0 305296090 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 269766144098 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/20564/statm: 3067 352 271 3 0 167 0
[pid=20565] ppid=20564 vsize=699416 CPUtime=10000.1
/proc/20565/stat : 20565 (siege_v4) R 20564 20564 20219 0 -1 0 133909 0 0 0 999826 180 0 0 25 0 1 0 305296090 716201984 90545 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134528019 0 0 4096 0 0 0 0 17 1 0 0
/proc/20565/statm: 174854 90545 86 208 0 174642 0
Current children cumulated CPU time (s) 10000.1
Current children cumulated vsize (KiB) 711684

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 10004.3
CPU time (s): 10000.1
CPU user time (s): 9998.26
CPU system time (s): 1.8
CPU usage (%): 99.9574
Max. virtual memory (cumulated for all children) (KiB): 719160

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.001999
system time used= 0.000999
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.51655 second user time and 25.4791 second system time

The end

Launcher Data (download as text)

Begin job on node13 on Mon May  7 21:36:23 UTC 2007

IDJOB= 422333
IDBENCH= 20386
IDSOLVER= 190
FILE ID= node13/422333-1178573782

PBS_JOBID= 5217697

Free space on /tmp= 66551 MiB

SOLVER NAME= Siege V4
BENCH NAME= HOME/pub/bench/SAT07/industrial/anbulagan/hard-unsat/partial-5-11-u.cnf
COMMAND LINE= /tmp/evaluation/422333-1178573782/siegeadapter.pl /tmp/evaluation/422333-1178573782/instance-422333-1178573782.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node13/watcher-422333-1178573782 -o ROOT/results/node13/solver-422333-1178573782 -C 10000 -W 15000 -M 1800 --output-limit 1,15  /tmp/evaluation/422333-1178573782/siegeadapter.pl /tmp/evaluation/422333-1178573782/instance-422333-1178573782.cnf            

META MD5SUM SOLVER= 69ef6d521077f526586997d0c4a9a904
MD5SUM BENCH=  8e22d84b1ae625d44fbf300a32374a2d

RANDOM SEED= 327598787

TIME LIMIT= 10000 seconds
MEMORY LIMIT= 1800 MiB

Linux node13.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.259
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.259
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:       1874464 kB
Buffers:         19848 kB
Cached:          82784 kB
SwapCached:      12696 kB
Active:          45100 kB
Inactive:        80900 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1874464 kB
SwapTotal:     4192956 kB
SwapFree:      4159396 kB
Dirty:           13596 kB
Writeback:           0 kB
Mapped:          30420 kB
Slab:            40892 kB
Committed_AS:  9708080 kB
PageTables:       1872 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= 66551 MiB

End job on node13 on Tue May  8 00:23:11 UTC 2007