Trace number 422424

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

General information on the benchmark

Nameindustrial/grieu/
vmpc_34.cnf
MD5SUMa27d41b3e10d867544cd2bff7d005be2
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 variables1156
Number of clauses194072
Sum of the clauses size507926
Maximum clause length34
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 276398
Number of clauses of size 3117606
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 568

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/node75/watcher-422424-1178595068 -o ROOT/results/node75/solver-422424-1178595068 -C 10000 -W 15000 -M 1800 --output-limit 1,15 /tmp/evaluation/422424-1178595068/siegeadapter.pl /tmp/evaluation/422424-1178595068/instance-422424-1178595068.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.99 0.97 0.98 3/64 25578
/proc/meminfo: memFree=1643896/2055920 swapFree=4183972/4192956
[pid=25578] ppid=25576 vsize=12268 CPUtime=0
/proc/25578/stat : 25578 (siegeadapter.pl) R 25576 25578 25233 0 -1 4194304 403 0 0 0 0 0 0 0 20 0 1 0 307420733 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 231891578978 0 0 4224 0 0 0 0 17 1 0 0
/proc/25578/statm: 3067 352 271 3 0 167 0
[pid=25579] ppid=25578 vsize=3820 CPUtime=0
/proc/25579/stat : 25579 (siege_v4) R 25578 25578 25233 0 -1 0 128 0 0 0 0 0 0 0 20 0 1 0 307420733 3911680 113 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134948312 0 0 4096 0 0 0 0 17 1 0 0
/proc/25579/statm: 957 117 66 208 0 54 0

[startup+0.040006 s]
/proc/loadavg: 0.99 0.97 0.98 3/64 25578
/proc/meminfo: memFree=1643896/2055920 swapFree=4183972/4192956
[pid=25578] ppid=25576 vsize=12268 CPUtime=0
/proc/25578/stat : 25578 (siegeadapter.pl) S 25576 25578 25233 0 -1 4194304 403 0 0 0 0 0 0 0 20 0 1 0 307420733 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 231891578978 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/25578/statm: 3067 352 271 3 0 167 0
[pid=25579] ppid=25578 vsize=400744 CPUtime=0.02
/proc/25579/stat : 25579 (siege_v4) R 25578 25578 25233 0 -1 0 1787 0 0 0 2 0 0 0 20 0 1 0 307420733 410361856 1772 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134557115 0 0 4096 0 0 0 0 17 1 0 0
/proc/25579/statm: 100188 1773 567 208 0 99285 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 413012

[startup+0.102013 s]
/proc/loadavg: 0.99 0.97 0.98 3/64 25578
/proc/meminfo: memFree=1643896/2055920 swapFree=4183972/4192956
[pid=25578] ppid=25576 vsize=12268 CPUtime=0
/proc/25578/stat : 25578 (siegeadapter.pl) S 25576 25578 25233 0 -1 4194304 404 0 0 0 0 0 0 0 17 0 1 0 307420733 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 231891578978 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/25578/statm: 3067 352 271 3 0 167 0
[pid=25579] ppid=25578 vsize=398368 CPUtime=0.08
/proc/25579/stat : 25579 (siege_v4) R 25578 25578 25233 0 -1 0 2124 0 0 0 8 0 0 0 20 0 1 0 307420733 407928832 1417 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134532874 0 0 4096 0 0 0 0 17 1 0 0
/proc/25579/statm: 99592 1417 86 208 0 99380 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 410636

[startup+0.301051 s]
/proc/loadavg: 0.99 0.97 0.98 3/64 25578
/proc/meminfo: memFree=1643896/2055920 swapFree=4183972/4192956
[pid=25578] ppid=25576 vsize=12268 CPUtime=0
/proc/25578/stat : 25578 (siegeadapter.pl) S 25576 25578 25233 0 -1 4194304 404 0 0 0 0 0 0 0 17 0 1 0 307420733 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 231891578978 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/25578/statm: 3067 352 271 3 0 167 0
[pid=25579] ppid=25578 vsize=398368 CPUtime=0.28
/proc/25579/stat : 25579 (siege_v4) R 25578 25578 25233 0 -1 0 2222 0 0 0 28 0 0 0 22 0 1 0 307420733 407928832 1515 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134532950 0 0 4096 0 0 0 0 17 1 0 0
/proc/25579/statm: 99592 1515 86 208 0 99380 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 410636

[startup+0.701132 s]
/proc/loadavg: 0.99 0.97 0.98 3/64 25578
/proc/meminfo: memFree=1643896/2055920 swapFree=4183972/4192956
[pid=25578] ppid=25576 vsize=12268 CPUtime=0
/proc/25578/stat : 25578 (siegeadapter.pl) S 25576 25578 25233 0 -1 4194304 404 0 0 0 0 0 0 0 17 0 1 0 307420733 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 231891578978 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/25578/statm: 3067 352 271 3 0 167 0
[pid=25579] ppid=25578 vsize=398376 CPUtime=0.68
/proc/25579/stat : 25579 (siege_v4) R 25578 25578 25233 0 -1 0 2353 0 0 0 68 0 0 0 25 0 1 0 307420733 407937024 1646 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134532950 0 0 4096 0 0 0 0 17 1 0 0
/proc/25579/statm: 99594 1646 86 208 0 99382 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 410644

[startup+1.50129 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 25580
/proc/meminfo: memFree=1636904/2055920 swapFree=4183972/4192956
[pid=25578] ppid=25576 vsize=12268 CPUtime=0
/proc/25578/stat : 25578 (siegeadapter.pl) S 25576 25578 25233 0 -1 4194304 404 0 0 0 0 0 0 0 17 0 1 0 307420733 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 231891578978 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/25578/statm: 3067 352 271 3 0 167 0
[pid=25579] ppid=25578 vsize=398460 CPUtime=1.49
/proc/25579/stat : 25579 (siege_v4) R 25578 25578 25233 0 -1 0 2544 0 0 0 148 1 0 0 25 0 1 0 307420733 408023040 1837 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134528449 0 0 4096 0 0 0 0 17 1 0 0
/proc/25579/statm: 99615 1837 86 208 0 99403 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 410728

[startup+3.10161 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 25580
/proc/meminfo: memFree=1635688/2055920 swapFree=4183972/4192956
[pid=25578] ppid=25576 vsize=12268 CPUtime=0
/proc/25578/stat : 25578 (siegeadapter.pl) S 25576 25578 25233 0 -1 4194304 404 0 0 0 0 0 0 0 17 0 1 0 307420733 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 231891578978 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/25578/statm: 3067 352 271 3 0 167 0
[pid=25579] ppid=25578 vsize=398684 CPUtime=3.08
/proc/25579/stat : 25579 (siege_v4) R 25578 25578 25233 0 -1 0 2840 0 0 0 307 1 0 0 25 0 1 0 307420733 408252416 2133 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134530013 0 0 4096 0 0 0 0 17 1 0 0
/proc/25579/statm: 99671 2133 86 208 0 99459 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 410952

[startup+6.30224 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 25580
/proc/meminfo: memFree=1633640/2055920 swapFree=4183972/4192956
[pid=25578] ppid=25576 vsize=12268 CPUtime=0
/proc/25578/stat : 25578 (siegeadapter.pl) S 25576 25578 25233 0 -1 4194304 404 0 0 0 0 0 0 0 17 0 1 0 307420733 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 231891578978 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/25578/statm: 3067 352 271 3 0 167 0
[pid=25579] ppid=25578 vsize=399020 CPUtime=6.29
/proc/25579/stat : 25579 (siege_v4) R 25578 25578 25233 0 -1 0 3295 0 0 0 627 2 0 0 25 0 1 0 307420733 408596480 2588 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134529187 0 0 4096 0 0 0 0 17 1 0 0
/proc/25579/statm: 99755 2588 86 208 0 99543 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 411288

[startup+12.7015 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 25580
/proc/meminfo: memFree=1630632/2055920 swapFree=4183972/4192956
[pid=25578] ppid=25576 vsize=12268 CPUtime=0
/proc/25578/stat : 25578 (siegeadapter.pl) S 25576 25578 25233 0 -1 4194304 404 0 0 0 0 0 0 0 17 0 1 0 307420733 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 231891578978 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/25578/statm: 3067 352 271 3 0 167 0
[pid=25579] ppid=25578 vsize=399540 CPUtime=12.69
/proc/25579/stat : 25579 (siege_v4) R 25578 25578 25233 0 -1 0 4013 0 0 0 1266 3 0 0 25 0 1 0 307420733 409128960 3306 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134528207 0 0 4096 0 0 0 0 17 1 0 0
/proc/25579/statm: 99885 3306 86 208 0 99673 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 411808

[startup+25.5011 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 25580
/proc/meminfo: memFree=1625512/2055920 swapFree=4183972/4192956
[pid=25578] ppid=25576 vsize=12268 CPUtime=0
/proc/25578/stat : 25578 (siegeadapter.pl) S 25576 25578 25233 0 -1 4194304 404 0 0 0 0 0 0 0 17 0 1 0 307420733 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 231891578978 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/25578/statm: 3067 352 271 3 0 167 0
[pid=25579] ppid=25578 vsize=400828 CPUtime=25.47
/proc/25579/stat : 25579 (siege_v4) R 25578 25578 25233 0 -1 0 5250 0 0 0 2544 3 0 0 25 0 1 0 307420733 410447872 4543 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134528207 0 0 4096 0 0 0 0 17 1 0 0
/proc/25579/statm: 100207 4543 86 208 0 99995 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 413096

[startup+51.1011 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 25580
/proc/meminfo: memFree=1621480/2055920 swapFree=4183972/4192956
[pid=25578] ppid=25576 vsize=12268 CPUtime=0
/proc/25578/stat : 25578 (siegeadapter.pl) S 25576 25578 25233 0 -1 4194304 404 0 0 0 0 0 0 0 17 0 1 0 307420733 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 231891578978 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/25578/statm: 3067 352 271 3 0 167 0
[pid=25579] ppid=25578 vsize=401964 CPUtime=51.07
/proc/25579/stat : 25579 (siege_v4) R 25578 25578 25233 0 -1 0 6270 0 0 0 5102 5 0 0 25 0 1 0 307420733 411611136 5563 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134528577 0 0 4096 0 0 0 0 17 1 0 0
/proc/25579/statm: 100491 5563 86 208 0 100279 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 414232

[startup+102.305 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 25580
/proc/meminfo: memFree=1616424/2055920 swapFree=4183972/4192956
[pid=25578] ppid=25576 vsize=12268 CPUtime=0
/proc/25578/stat : 25578 (siegeadapter.pl) S 25576 25578 25233 0 -1 4194304 404 0 0 0 0 0 0 0 17 0 1 0 307420733 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 231891578978 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/25578/statm: 3067 352 271 3 0 167 0
[pid=25579] ppid=25578 vsize=403876 CPUtime=102.25
/proc/25579/stat : 25579 (siege_v4) R 25578 25578 25233 0 -1 0 7518 0 0 0 10219 6 0 0 25 0 1 0 307420733 413569024 6811 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134529986 0 0 4096 0 0 0 0 17 1 0 0
/proc/25579/statm: 100969 6811 86 208 0 100757 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 416144

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 25580
/proc/meminfo: memFree=1613096/2055920 swapFree=4183972/4192956
[pid=25578] ppid=25576 vsize=12268 CPUtime=0
/proc/25578/stat : 25578 (siegeadapter.pl) S 25576 25578 25233 0 -1 4194304 404 0 0 0 0 0 0 0 17 0 1 0 307420733 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 231891578978 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/25578/statm: 3067 352 271 3 0 167 0
[pid=25579] ppid=25578 vsize=405848 CPUtime=162.22
/proc/25579/stat : 25579 (siege_v4) R 25578 25578 25233 0 -1 0 8332 0 0 0 16215 7 0 0 25 0 1 0 307420733 415588352 7625 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134528130 0 0 4096 0 0 0 0 17 1 0 0
/proc/25579/statm: 101462 7625 86 208 0 101250 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 418116

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 25580
/proc/meminfo: memFree=1608616/2055920 swapFree=4183972/4192956
[pid=25578] ppid=25576 vsize=12268 CPUtime=0
/proc/25578/stat : 25578 (siegeadapter.pl) S 25576 25578 25233 0 -1 4194304 404 0 0 0 0 0 0 0 17 0 1 0 307420733 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 231891578978 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/25578/statm: 3067 352 271 3 0 167 0
[pid=25579] ppid=25578 vsize=409104 CPUtime=222.21
/proc/25579/stat : 25579 (siege_v4) R 25578 25578 25233 0 -1 0 9827 0 0 0 22212 9 0 0 25 0 1 0 307420733 418922496 8736 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134529320 0 0 4096 0 0 0 0 17 1 0 0
/proc/25579/statm: 102276 8736 86 208 0 102064 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 421372

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 25580
/proc/meminfo: memFree=1607656/2055920 swapFree=4183972/4192956
[pid=25578] ppid=25576 vsize=12268 CPUtime=0
/proc/25578/stat : 25578 (siegeadapter.pl) S 25576 25578 25233 0 -1 4194304 404 0 0 0 0 0 0 0 17 0 1 0 307420733 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 231891578978 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/25578/statm: 3067 352 271 3 0 167 0
[pid=25579] ppid=25578 vsize=410028 CPUtime=282.18
/proc/25579/stat : 25579 (siege_v4) R 25578 25578 25233 0 -1 0 10051 0 0 0 28209 9 0 0 25 0 1 0 307420733 419868672 8960 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134528894 0 0 4096 0 0 0 0 17 1 0 0
/proc/25579/statm: 102507 8960 86 208 0 102295 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 422296

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 25580
/proc/meminfo: memFree=1604712/2055920 swapFree=4183972/4192956
[pid=25578] ppid=25576 vsize=12268 CPUtime=0
/proc/25578/stat : 25578 (siegeadapter.pl) S 25576 25578 25233 0 -1 4194304 404 0 0 0 0 0 0 0 17 0 1 0 307420733 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 231891578978 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/25578/statm: 3067 352 271 3 0 167 0
[pid=25579] ppid=25578 vsize=410884 CPUtime=342.16
/proc/25579/stat : 25579 (siege_v4) R 25578 25578 25233 0 -1 0 10781 0 0 0 34206 10 0 0 25 0 1 0 307420733 420745216 9690 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134528231 0 0 4096 0 0 0 0 17 1 0 0
/proc/25579/statm: 102721 9690 86 208 0 102509 0

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

/proc/25579/statm: 111582 21244 86 208 0 111370 0
Current children cumulated CPU time (s) 9398.48
Current children cumulated vsize (KiB) 458596

[startup+9462.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 26180
/proc/meminfo: memFree=1557480/2055920 swapFree=4183972/4192956
[pid=25578] ppid=25576 vsize=12268 CPUtime=0
/proc/25578/stat : 25578 (siegeadapter.pl) S 25576 25578 25233 0 -1 4194304 404 0 0 0 0 0 0 0 17 0 1 0 307420733 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 231891578978 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/25578/statm: 3067 352 271 3 0 167 0
[pid=25579] ppid=25578 vsize=446496 CPUtime=9458.46
/proc/25579/stat : 25579 (siege_v4) R 25578 25578 25233 0 -1 0 23135 0 0 0 945806 40 0 0 25 0 1 0 307420733 457211904 21276 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134528854 0 0 4096 0 0 0 0 17 1 0 0
/proc/25579/statm: 111624 21276 86 208 0 111412 0
Current children cumulated CPU time (s) 9458.46
Current children cumulated vsize (KiB) 458764

[startup+9522.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 26180
/proc/meminfo: memFree=1557480/2055920 swapFree=4183972/4192956
[pid=25578] ppid=25576 vsize=12268 CPUtime=0
/proc/25578/stat : 25578 (siegeadapter.pl) S 25576 25578 25233 0 -1 4194304 404 0 0 0 0 0 0 0 17 0 1 0 307420733 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 231891578978 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/25578/statm: 3067 352 271 3 0 167 0
[pid=25579] ppid=25578 vsize=446524 CPUtime=9518.44
/proc/25579/stat : 25579 (siege_v4) R 25578 25578 25233 0 -1 0 23142 0 0 0 951804 40 0 0 25 0 1 0 307420733 457240576 21283 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134528829 0 0 4096 0 0 0 0 17 1 0 0
/proc/25579/statm: 111631 21283 86 208 0 111419 0
Current children cumulated CPU time (s) 9518.44
Current children cumulated vsize (KiB) 458792

[startup+9582.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 26180
/proc/meminfo: memFree=1557352/2055920 swapFree=4183972/4192956
[pid=25578] ppid=25576 vsize=12268 CPUtime=0
/proc/25578/stat : 25578 (siegeadapter.pl) S 25576 25578 25233 0 -1 4194304 404 0 0 0 0 0 0 0 17 0 1 0 307420733 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 231891578978 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/25578/statm: 3067 352 271 3 0 167 0
[pid=25579] ppid=25578 vsize=446580 CPUtime=9578.42
/proc/25579/stat : 25579 (siege_v4) R 25578 25578 25233 0 -1 0 23170 0 0 0 957802 40 0 0 25 0 1 0 307420733 457297920 21311 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134529268 0 0 4096 0 0 0 0 17 1 0 0
/proc/25579/statm: 111645 21311 86 208 0 111433 0
Current children cumulated CPU time (s) 9578.42
Current children cumulated vsize (KiB) 458848

[startup+9642.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 26180
/proc/meminfo: memFree=1557224/2055920 swapFree=4183972/4192956
[pid=25578] ppid=25576 vsize=12268 CPUtime=0
/proc/25578/stat : 25578 (siegeadapter.pl) S 25576 25578 25233 0 -1 4194304 404 0 0 0 0 0 0 0 17 0 1 0 307420733 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 231891578978 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/25578/statm: 3067 352 271 3 0 167 0
[pid=25579] ppid=25578 vsize=446664 CPUtime=9638.39
/proc/25579/stat : 25579 (siege_v4) R 25578 25578 25233 0 -1 0 23188 0 0 0 963799 40 0 0 25 0 1 0 307420733 457383936 21329 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134529268 0 0 4096 0 0 0 0 17 1 0 0
/proc/25579/statm: 111666 21329 86 208 0 111454 0
Current children cumulated CPU time (s) 9638.39
Current children cumulated vsize (KiB) 458932

[startup+9702.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 26180
/proc/meminfo: memFree=1557224/2055920 swapFree=4183972/4192956
[pid=25578] ppid=25576 vsize=12268 CPUtime=0
/proc/25578/stat : 25578 (siegeadapter.pl) S 25576 25578 25233 0 -1 4194304 404 0 0 0 0 0 0 0 17 0 1 0 307420733 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 231891578978 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/25578/statm: 3067 352 271 3 0 167 0
[pid=25579] ppid=25578 vsize=446720 CPUtime=9698.37
/proc/25579/stat : 25579 (siege_v4) R 25578 25578 25233 0 -1 0 23199 0 0 0 969797 40 0 0 25 0 1 0 307420733 457441280 21340 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134529074 0 0 4096 0 0 0 0 17 1 0 0
/proc/25579/statm: 111680 21340 86 208 0 111468 0
Current children cumulated CPU time (s) 9698.37
Current children cumulated vsize (KiB) 458988

[startup+9762.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 26180
/proc/meminfo: memFree=1557096/2055920 swapFree=4183972/4192956
[pid=25578] ppid=25576 vsize=12268 CPUtime=0
/proc/25578/stat : 25578 (siegeadapter.pl) S 25576 25578 25233 0 -1 4194304 404 0 0 0 0 0 0 0 17 0 1 0 307420733 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 231891578978 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/25578/statm: 3067 352 271 3 0 167 0
[pid=25579] ppid=25578 vsize=446832 CPUtime=9758.34
/proc/25579/stat : 25579 (siege_v4) R 25578 25578 25233 0 -1 0 23225 0 0 0 975794 40 0 0 25 0 1 0 307420733 457555968 21366 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134529268 0 0 4096 0 0 0 0 17 1 0 0
/proc/25579/statm: 111708 21366 86 208 0 111496 0
Current children cumulated CPU time (s) 9758.34
Current children cumulated vsize (KiB) 459100

[startup+9822.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 26180
/proc/meminfo: memFree=1556840/2055920 swapFree=4183972/4192956
[pid=25578] ppid=25576 vsize=12268 CPUtime=0
/proc/25578/stat : 25578 (siegeadapter.pl) S 25576 25578 25233 0 -1 4194304 404 0 0 0 0 0 0 0 17 0 1 0 307420733 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 231891578978 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/25578/statm: 3067 352 271 3 0 167 0
[pid=25579] ppid=25578 vsize=446916 CPUtime=9818.32
/proc/25579/stat : 25579 (siege_v4) R 25578 25578 25233 0 -1 0 23293 0 0 0 981792 40 0 0 25 0 1 0 307420733 457641984 21434 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134527995 0 0 4096 0 0 0 0 17 1 0 0
/proc/25579/statm: 111729 21434 86 208 0 111517 0
Current children cumulated CPU time (s) 9818.32
Current children cumulated vsize (KiB) 459184

[startup+9882.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 26180
/proc/meminfo: memFree=1556648/2055920 swapFree=4183972/4192956
[pid=25578] ppid=25576 vsize=12268 CPUtime=0
/proc/25578/stat : 25578 (siegeadapter.pl) S 25576 25578 25233 0 -1 4194304 404 0 0 0 0 0 0 0 17 0 1 0 307420733 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 231891578978 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/25578/statm: 3067 352 271 3 0 167 0
[pid=25579] ppid=25578 vsize=447084 CPUtime=9878.3
/proc/25579/stat : 25579 (siege_v4) R 25578 25578 25233 0 -1 0 23328 0 0 0 987790 40 0 0 25 0 1 0 307420733 457814016 21469 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134528857 0 0 4096 0 0 0 0 17 1 0 0
/proc/25579/statm: 111771 21469 86 208 0 111559 0
Current children cumulated CPU time (s) 9878.3
Current children cumulated vsize (KiB) 459352

[startup+9942.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 26180
/proc/meminfo: memFree=1556520/2055920 swapFree=4183972/4192956
[pid=25578] ppid=25576 vsize=12268 CPUtime=0
/proc/25578/stat : 25578 (siegeadapter.pl) S 25576 25578 25233 0 -1 4194304 404 0 0 0 0 0 0 0 17 0 1 0 307420733 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 231891578978 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/25578/statm: 3067 352 271 3 0 167 0
[pid=25579] ppid=25578 vsize=447196 CPUtime=9938.28
/proc/25579/stat : 25579 (siege_v4) R 25578 25578 25233 0 -1 0 23353 0 0 0 993787 41 0 0 25 0 1 0 307420733 457928704 21494 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134529320 0 0 4096 0 0 0 0 17 1 0 0
/proc/25579/statm: 111799 21494 86 208 0 111587 0
Current children cumulated CPU time (s) 9938.28
Current children cumulated vsize (KiB) 459464

[startup+10002.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 26180
/proc/meminfo: memFree=1556392/2055920 swapFree=4183972/4192956
[pid=25578] ppid=25576 vsize=12268 CPUtime=0
/proc/25578/stat : 25578 (siegeadapter.pl) S 25576 25578 25233 0 -1 4194304 404 0 0 0 0 0 0 0 17 0 1 0 307420733 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 231891578978 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/25578/statm: 3067 352 271 3 0 167 0
[pid=25579] ppid=25578 vsize=447392 CPUtime=9998.26
/proc/25579/stat : 25579 (siege_v4) R 25578 25578 25233 0 -1 0 23392 0 0 0 999785 41 0 0 25 0 1 0 307420733 458129408 21533 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134528541 0 0 4096 0 0 0 0 17 1 0 0
/proc/25579/statm: 111848 21533 86 208 0 111636 0
Current children cumulated CPU time (s) 9998.26
Current children cumulated vsize (KiB) 459660



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+10004.1 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 26180
/proc/meminfo: memFree=1556392/2055920 swapFree=4183972/4192956
[pid=25578] ppid=25576 vsize=12268 CPUtime=0
/proc/25578/stat : 25578 (siegeadapter.pl) S 25576 25578 25233 0 -1 4194304 404 0 0 0 0 0 0 0 17 0 1 0 307420733 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 231891578978 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/25578/statm: 3067 352 271 3 0 167 0
[pid=25579] ppid=25578 vsize=447392 CPUtime=10000.1
/proc/25579/stat : 25579 (siege_v4) R 25578 25578 25233 0 -1 0 23392 0 0 0 999965 41 0 0 25 0 1 0 307420733 458129408 21533 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134528618 0 0 4096 0 0 0 0 17 1 0 0
/proc/25579/statm: 111848 21533 86 208 0 111636 0
Current children cumulated CPU time (s) 10000.1
Current children cumulated vsize (KiB) 459660

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

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

[startup+10004.1 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 26180
/proc/meminfo: memFree=1556392/2055920 swapFree=4183972/4192956
[pid=25578] ppid=25576 vsize=12268 CPUtime=0
/proc/25578/stat : 25578 (siegeadapter.pl) S 25576 25578 25233 0 -1 4194304 404 0 0 0 0 0 0 0 17 0 1 0 307420733 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 231891578978 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/25578/statm: 3067 352 271 3 0 167 0
[pid=25579] ppid=25578 vsize=447392 CPUtime=10000.1
/proc/25579/stat : 25579 (siege_v4) R 25578 25578 25233 0 -1 0 23392 0 0 0 999965 41 0 0 25 0 1 0 307420733 458129408 21533 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134528618 0 0 4096 0 0 0 0 17 1 0 0
/proc/25579/statm: 111848 21533 86 208 0 111636 0
Current children cumulated CPU time (s) 10000.1
Current children cumulated vsize (KiB) 459660

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 25578 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=1999
# 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.1
CPU time (s): 10000.1
CPU user time (s): 9999.65
CPU system time (s): 0.41
CPU usage (%): 99.9595
Max. virtual memory (cumulated for all children) (KiB): 459660

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.000999
system time used= 0.001999
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= 10
involuntary context switches= 1

runsolver used 7.55085 second user time and 19.904 second system time

The end

Launcher Data (download as text)

Begin job on node75 on Tue May  8 03:31:08 UTC 2007

IDJOB= 422424
IDBENCH= 20493
IDSOLVER= 190
FILE ID= node75/422424-1178595068

PBS_JOBID= 5217969

Free space on /tmp= 66560 MiB

SOLVER NAME= Siege V4
BENCH NAME= HOME/pub/bench/SAT07/industrial/grieu/vmpc_34.cnf
COMMAND LINE= /tmp/evaluation/422424-1178595068/siegeadapter.pl /tmp/evaluation/422424-1178595068/instance-422424-1178595068.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node75/watcher-422424-1178595068 -o ROOT/results/node75/solver-422424-1178595068 -C 10000 -W 15000 -M 1800 --output-limit 1,15  /tmp/evaluation/422424-1178595068/siegeadapter.pl /tmp/evaluation/422424-1178595068/instance-422424-1178595068.cnf            

META MD5SUM SOLVER= 69ef6d521077f526586997d0c4a9a904
MD5SUM BENCH=  a27d41b3e10d867544cd2bff7d005be2

RANDOM SEED= 554305115

TIME LIMIT= 10000 seconds
MEMORY LIMIT= 1800 MiB

Linux node75.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.257
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.257
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1644368 kB
Buffers:         33720 kB
Cached:         281876 kB
SwapCached:       2848 kB
Active:          84808 kB
Inactive:       243700 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1644368 kB
SwapTotal:     4192956 kB
SwapFree:      4183972 kB
Dirty:            3624 kB
Writeback:           0 kB
Mapped:          18868 kB
Slab:            69016 kB
Committed_AS:  3402708 kB
PageTables:       1436 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 node75 on Tue May  8 06:17:55 UTC 2007