Trace number 422472

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 10003.8

General information on the benchmark

Nameindustrial/IBM_FV_2002_31_1_rule_1/
SAT_dat.k45.cnf
MD5SUM6661a752ccd54bac3f6874663e641053
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 variables66285
Number of clauses296368
Sum of the clauses size762534
Maximum clause length20
Minimum clause length1
Number of clauses of size 1463
Number of clauses of size 2230746
Number of clauses of size 332587
Number of clauses of size 413300
Number of clauses of size 55784
Number of clauses of size over 513488

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/node76/watcher-422472-1178610507 -o ROOT/results/node76/solver-422472-1178610507 -C 10000 -W 15000 -M 1800 --output-limit 1,15 /tmp/evaluation/422472-1178610507/siegeadapter.pl /tmp/evaluation/422472-1178610507/instance-422472-1178610507.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.71 0.91 0.96 3/69 15036
/proc/meminfo: memFree=1485200/2055888 swapFree=4087212/4096564
[pid=15036] ppid=15034 vsize=12272 CPUtime=0
/proc/15036/stat : 15036 (siegeadapter.pl) R 15034 15036 14974 0 -1 4194304 380 0 0 0 0 0 0 0 19 0 1 0 308965301 12566528 350 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 206843736463 0 0 4224 0 0 0 0 17 1 0 0
/proc/15036/statm: 3068 350 270 3 0 167 0
[pid=15037] ppid=15036 vsize=7584 CPUtime=0
/proc/15037/stat : 15037 (siege_v4) R 15036 15036 14974 0 -1 0 164 0 0 0 0 0 0 0 19 0 1 0 308965301 7766016 151 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134553237 0 0 4096 0 0 0 0 17 1 0 0
/proc/15037/statm: 1896 156 145 208 0 12 0

[startup+0.094995 s]
/proc/loadavg: 0.71 0.91 0.96 3/69 15036
/proc/meminfo: memFree=1485200/2055888 swapFree=4087212/4096564
[pid=15036] ppid=15034 vsize=12272 CPUtime=0
/proc/15036/stat : 15036 (siegeadapter.pl) S 15034 15036 14974 0 -1 4194304 400 0 0 0 0 0 0 0 19 0 1 0 308965301 12566528 351 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 206852632722 0 0 4224 0 18446744071563651996 0 0 17 0 0 0
/proc/15036/statm: 3068 351 270 3 0 167 0
[pid=15037] ppid=15036 vsize=426184 CPUtime=0.08
/proc/15037/stat : 15037 (siege_v4) R 15036 15036 14974 0 -1 0 5884 0 0 0 6 2 0 0 20 0 1 0 308965301 436412416 5870 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134556457 0 0 4096 0 0 0 0 17 1 0 0
/proc/15037/statm: 106547 5872 1300 208 0 104663 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 438456

[startup+0.101996 s]
/proc/loadavg: 0.71 0.91 0.96 3/69 15036
/proc/meminfo: memFree=1485200/2055888 swapFree=4087212/4096564
[pid=15036] ppid=15034 vsize=12272 CPUtime=0
/proc/15036/stat : 15036 (siegeadapter.pl) S 15034 15036 14974 0 -1 4194304 400 0 0 0 0 0 0 0 19 0 1 0 308965301 12566528 351 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 206852632722 0 0 4224 0 18446744071563651996 0 0 17 0 0 0
/proc/15036/statm: 3068 351 270 3 0 167 0
[pid=15037] ppid=15036 vsize=426768 CPUtime=0.09
/proc/15037/stat : 15037 (siege_v4) R 15036 15036 14974 0 -1 0 6165 0 0 0 7 2 0 0 20 0 1 0 308965301 437010432 6151 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134948312 0 0 4096 0 0 0 0 17 1 0 0
/proc/15037/statm: 106693 6151 1414 208 0 104809 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 439040

[startup+0.301033 s]
/proc/loadavg: 0.71 0.91 0.96 3/69 15036
/proc/meminfo: memFree=1485200/2055888 swapFree=4087212/4096564
[pid=15036] ppid=15034 vsize=12272 CPUtime=0
/proc/15036/stat : 15036 (siegeadapter.pl) S 15034 15036 14974 0 -1 4194304 401 0 0 0 0 0 0 0 16 0 1 0 308965301 12566528 351 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 206852632722 0 0 4224 0 18446744071563651996 0 0 17 0 0 0
/proc/15036/statm: 3068 351 270 3 0 167 0
[pid=15037] ppid=15036 vsize=421724 CPUtime=0.28
/proc/15037/stat : 15037 (siege_v4) R 15036 15036 14974 0 -1 0 7260 0 0 0 26 2 0 0 22 0 1 0 308965301 431845376 5572 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134529957 0 0 4096 0 0 0 0 17 1 0 0
/proc/15037/statm: 105431 5572 86 208 0 105219 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 433996

[startup+0.702112 s]
/proc/loadavg: 0.71 0.91 0.96 3/69 15036
/proc/meminfo: memFree=1485200/2055888 swapFree=4087212/4096564
[pid=15036] ppid=15034 vsize=12272 CPUtime=0
/proc/15036/stat : 15036 (siegeadapter.pl) S 15034 15036 14974 0 -1 4194304 401 0 0 0 0 0 0 0 16 0 1 0 308965301 12566528 351 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 206852632722 0 0 4224 0 18446744071563651996 0 0 17 0 0 0
/proc/15036/statm: 3068 351 270 3 0 167 0
[pid=15037] ppid=15036 vsize=421760 CPUtime=0.68
/proc/15037/stat : 15037 (siege_v4) R 15036 15036 14974 0 -1 0 7280 0 0 0 66 2 0 0 25 0 1 0 308965301 431882240 5592 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134527916 0 0 4096 0 0 0 0 17 1 0 0
/proc/15037/statm: 105440 5592 86 208 0 105228 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 434032

[startup+1.50127 s]
/proc/loadavg: 0.71 0.91 0.96 2/71 15038
/proc/meminfo: memFree=1462528/2055888 swapFree=4087212/4096564
[pid=15036] ppid=15034 vsize=12272 CPUtime=0
/proc/15036/stat : 15036 (siegeadapter.pl) S 15034 15036 14974 0 -1 4194304 401 0 0 0 0 0 0 0 16 0 1 0 308965301 12566528 351 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 206852632722 0 0 4224 0 18446744071563651996 0 0 17 0 0 0
/proc/15036/statm: 3068 351 270 3 0 167 0
[pid=15037] ppid=15036 vsize=421828 CPUtime=1.49
/proc/15037/stat : 15037 (siege_v4) R 15036 15036 14974 0 -1 0 7316 0 0 0 146 3 0 0 25 0 1 0 308965301 431951872 5628 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134529809 0 0 4096 0 0 0 0 17 1 0 0
/proc/15037/statm: 105457 5628 86 208 0 105245 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 434100

[startup+3.10158 s]
/proc/loadavg: 0.71 0.91 0.96 2/71 15038
/proc/meminfo: memFree=1462208/2055888 swapFree=4087212/4096564
[pid=15036] ppid=15034 vsize=12272 CPUtime=0
/proc/15036/stat : 15036 (siegeadapter.pl) S 15034 15036 14974 0 -1 4194304 401 0 0 0 0 0 0 0 16 0 1 0 308965301 12566528 351 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 206852632722 0 0 4224 0 18446744071563651996 0 0 17 0 0 0
/proc/15036/statm: 3068 351 270 3 0 167 0
[pid=15037] ppid=15036 vsize=421968 CPUtime=3.09
/proc/15037/stat : 15037 (siege_v4) R 15036 15036 14974 0 -1 0 7398 0 0 0 306 3 0 0 25 0 1 0 308965301 432095232 5710 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134530063 0 0 4096 0 0 0 0 17 1 0 0
/proc/15037/statm: 105492 5710 86 208 0 105280 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 434240

[startup+6.3012 s]
/proc/loadavg: 0.73 0.91 0.96 2/71 15038
/proc/meminfo: memFree=1461376/2055888 swapFree=4087212/4096564
[pid=15036] ppid=15034 vsize=12272 CPUtime=0
/proc/15036/stat : 15036 (siegeadapter.pl) S 15034 15036 14974 0 -1 4194304 401 0 0 0 0 0 0 0 16 0 1 0 308965301 12566528 351 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 206852632722 0 0 4224 0 18446744071563651996 0 0 17 0 0 0
/proc/15036/statm: 3068 351 270 3 0 167 0
[pid=15037] ppid=15036 vsize=422160 CPUtime=6.28
/proc/15037/stat : 15037 (siege_v4) R 15036 15036 14974 0 -1 0 7530 0 0 0 625 3 0 0 25 0 1 0 308965301 432291840 5842 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134529809 0 0 4096 0 0 0 0 17 1 0 0
/proc/15037/statm: 105540 5842 86 208 0 105328 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 434432

[startup+12.7014 s]
/proc/loadavg: 0.76 0.91 0.96 2/71 15038
/proc/meminfo: memFree=1460352/2055888 swapFree=4087212/4096564
[pid=15036] ppid=15034 vsize=12272 CPUtime=0
/proc/15036/stat : 15036 (siegeadapter.pl) S 15034 15036 14974 0 -1 4194304 401 0 0 0 0 0 0 0 16 0 1 0 308965301 12566528 351 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 206852632722 0 0 4224 0 18446744071563651996 0 0 17 0 0 0
/proc/15036/statm: 3068 351 270 3 0 167 0
[pid=15037] ppid=15036 vsize=422600 CPUtime=12.68
/proc/15037/stat : 15037 (siege_v4) R 15036 15036 14974 0 -1 0 7839 0 0 0 1265 3 0 0 25 0 1 0 308965301 432742400 6151 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134528726 0 0 4096 0 0 0 0 17 1 0 0
/proc/15037/statm: 105650 6151 86 208 0 105438 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 434872

[startup+25.5019 s]
/proc/loadavg: 0.81 0.91 0.96 2/71 15038
/proc/meminfo: memFree=1457544/2055888 swapFree=4087212/4096564
[pid=15036] ppid=15034 vsize=12272 CPUtime=0
/proc/15036/stat : 15036 (siegeadapter.pl) S 15034 15036 14974 0 -1 4194304 401 0 0 0 0 0 0 0 16 0 1 0 308965301 12566528 351 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 206852632722 0 0 4224 0 18446744071563651996 0 0 17 0 0 0
/proc/15036/statm: 3068 351 270 3 0 167 0
[pid=15037] ppid=15036 vsize=423208 CPUtime=25.47
/proc/15037/stat : 15037 (siege_v4) R 15036 15036 14974 0 -1 0 8543 0 0 0 2543 4 0 0 25 0 1 0 308965301 433364992 6855 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134529082 0 0 4096 0 0 0 0 17 1 0 0
/proc/15037/statm: 105802 6855 86 208 0 105590 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 435480

[startup+51.1019 s]
/proc/loadavg: 0.87 0.92 0.96 2/71 15038
/proc/meminfo: memFree=1450888/2055888 swapFree=4087212/4096564
[pid=15036] ppid=15034 vsize=12272 CPUtime=0
/proc/15036/stat : 15036 (siegeadapter.pl) S 15034 15036 14974 0 -1 4194304 401 0 0 0 0 0 0 0 16 0 1 0 308965301 12566528 351 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 206852632722 0 0 4224 0 18446744071563651996 0 0 17 0 0 0
/proc/15036/statm: 3068 351 270 3 0 167 0
[pid=15037] ppid=15036 vsize=424724 CPUtime=51.06
/proc/15037/stat : 15037 (siege_v4) R 15036 15036 14974 0 -1 0 10206 0 0 0 5100 6 0 0 25 0 1 0 308965301 434917376 8518 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134528019 0 0 4096 0 0 0 0 17 1 0 0
/proc/15037/statm: 106181 8518 86 208 0 105969 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 436996

[startup+102.306 s]
/proc/loadavg: 0.94 0.93 0.96 2/71 15038
/proc/meminfo: memFree=1433608/2055888 swapFree=4087212/4096564
[pid=15036] ppid=15034 vsize=12272 CPUtime=0
/proc/15036/stat : 15036 (siegeadapter.pl) S 15034 15036 14974 0 -1 4194304 401 0 0 0 0 0 0 0 16 0 1 0 308965301 12566528 351 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 206852632722 0 0 4224 0 18446744071563651996 0 0 17 0 0 0
/proc/15036/statm: 3068 351 270 3 0 167 0
[pid=15037] ppid=15036 vsize=435148 CPUtime=102.25
/proc/15037/stat : 15037 (siege_v4) R 15036 15036 14974 0 -1 0 16056 0 0 0 10216 9 0 0 25 0 1 0 308965301 445591552 12814 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134529833 0 0 4096 0 0 0 0 17 1 0 0
/proc/15037/statm: 108787 12814 86 208 0 108575 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 447420

[startup+162.301 s]
/proc/loadavg: 0.98 0.94 0.96 2/71 15038
/proc/meminfo: memFree=1421192/2055888 swapFree=4087212/4096564
[pid=15036] ppid=15034 vsize=12272 CPUtime=0
/proc/15036/stat : 15036 (siegeadapter.pl) S 15034 15036 14974 0 -1 4194304 401 0 0 0 0 0 0 0 16 0 1 0 308965301 12566528 351 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 206852632722 0 0 4224 0 18446744071563651996 0 0 17 0 0 0
/proc/15036/statm: 3068 351 270 3 0 167 0
[pid=15037] ppid=15036 vsize=440268 CPUtime=162.22
/proc/15037/stat : 15037 (siege_v4) R 15036 15036 14974 0 -1 0 19150 0 0 0 16210 12 0 0 25 0 1 0 308965301 450834432 15908 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134528144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15037/statm: 110067 15908 86 208 0 109855 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 452540

[startup+222.302 s]
/proc/loadavg: 0.99 0.95 0.96 2/71 15038
/proc/meminfo: memFree=1419272/2055888 swapFree=4087212/4096564
[pid=15036] ppid=15034 vsize=12272 CPUtime=0
/proc/15036/stat : 15036 (siegeadapter.pl) S 15034 15036 14974 0 -1 4194304 401 0 0 0 0 0 0 0 16 0 1 0 308965301 12566528 351 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 206852632722 0 0 4224 0 18446744071563651996 0 0 17 0 0 0
/proc/15036/statm: 3068 351 270 3 0 167 0
[pid=15037] ppid=15036 vsize=442028 CPUtime=222.21
/proc/15037/stat : 15037 (siege_v4) R 15036 15036 14974 0 -1 0 19625 0 0 0 22208 13 0 0 25 0 1 0 308965301 452636672 16383 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134528857 0 0 4096 0 0 0 0 17 1 0 0
/proc/15037/statm: 110507 16383 86 208 0 110295 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 454300

[startup+282.302 s]
/proc/loadavg: 0.99 0.95 0.96 2/71 15038
/proc/meminfo: memFree=1413192/2055888 swapFree=4087212/4096564
[pid=15036] ppid=15034 vsize=12272 CPUtime=0
/proc/15036/stat : 15036 (siegeadapter.pl) S 15034 15036 14974 0 -1 4194304 401 0 0 0 0 0 0 0 16 0 1 0 308965301 12566528 351 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 206852632722 0 0 4224 0 18446744071563651996 0 0 17 0 0 0
/proc/15036/statm: 3068 351 270 3 0 167 0
[pid=15037] ppid=15036 vsize=445432 CPUtime=282.18
/proc/15037/stat : 15037 (siege_v4) R 15036 15036 14974 0 -1 0 21524 0 0 0 28204 14 0 0 25 0 1 0 308965301 456122368 17898 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134529835 0 0 4096 0 0 0 0 17 1 0 0
/proc/15037/statm: 111358 17898 86 208 0 111146 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 457704

[startup+342.301 s]
/proc/loadavg: 0.99 0.96 0.96 2/71 15038
/proc/meminfo: memFree=1411920/2055888 swapFree=4087212/4096564
[pid=15036] ppid=15034 vsize=12272 CPUtime=0
/proc/15036/stat : 15036 (siegeadapter.pl) S 15034 15036 14974 0 -1 4194304 401 0 0 0 0 0 0 0 16 0 1 0 308965301 12566528 351 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 206852632722 0 0 4224 0 18446744071563651996 0 0 17 0 0 0
/proc/15036/statm: 3068 351 270 3 0 167 0
[pid=15037] ppid=15036 vsize=446636 CPUtime=342.16
/proc/15037/stat : 15037 (siege_v4) R 15036 15036 14974 0 -1 0 21822 0 0 0 34201 15 0 0 25 0 1 0 308965301 457355264 18196 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134528261 0 0 4096 0 0 0 0 17 1 0 0
/proc/15037/statm: 111659 18196 86 208 0 111447 0

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

/proc/15037/statm: 115190 24550 86 208 0 114978 0
Current children cumulated CPU time (s) 9338.78
Current children cumulated vsize (KiB) 473032

[startup+9402.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 15636
/proc/meminfo: memFree=1386256/2055888 swapFree=4087212/4096564
[pid=15036] ppid=15034 vsize=12272 CPUtime=0
/proc/15036/stat : 15036 (siegeadapter.pl) S 15034 15036 14974 0 -1 4194304 401 0 0 0 0 0 0 0 16 0 1 0 308965301 12566528 351 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 206852632722 0 0 4224 0 18446744071563651996 0 0 17 0 0 0
/proc/15036/statm: 3068 351 270 3 0 167 0
[pid=15037] ppid=15036 vsize=460776 CPUtime=9398.76
/proc/15037/stat : 15037 (siege_v4) R 15036 15036 14974 0 -1 0 28182 0 0 0 939853 23 0 0 25 0 1 0 308965301 471834624 24556 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134529115 0 0 4096 0 0 0 0 17 1 0 0
/proc/15037/statm: 115194 24556 86 208 0 114982 0
Current children cumulated CPU time (s) 9398.76
Current children cumulated vsize (KiB) 473048

[startup+9462.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 15636
/proc/meminfo: memFree=1386192/2055888 swapFree=4087212/4096564
[pid=15036] ppid=15034 vsize=12272 CPUtime=0
/proc/15036/stat : 15036 (siegeadapter.pl) S 15034 15036 14974 0 -1 4194304 401 0 0 0 0 0 0 0 16 0 1 0 308965301 12566528 351 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 206852632722 0 0 4224 0 18446744071563651996 0 0 17 0 0 0
/proc/15036/statm: 3068 351 270 3 0 167 0
[pid=15037] ppid=15036 vsize=460824 CPUtime=9458.74
/proc/15037/stat : 15037 (siege_v4) R 15036 15036 14974 0 -1 0 28192 0 0 0 945851 23 0 0 25 0 1 0 308965301 471883776 24566 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134529809 0 0 4096 0 0 0 0 17 1 0 0
/proc/15037/statm: 115206 24566 86 208 0 114994 0
Current children cumulated CPU time (s) 9458.74
Current children cumulated vsize (KiB) 473096

[startup+9522.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 15636
/proc/meminfo: memFree=1386064/2055888 swapFree=4087212/4096564
[pid=15036] ppid=15034 vsize=12272 CPUtime=0
/proc/15036/stat : 15036 (siegeadapter.pl) S 15034 15036 14974 0 -1 4194304 401 0 0 0 0 0 0 0 16 0 1 0 308965301 12566528 351 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 206852632722 0 0 4224 0 18446744071563651996 0 0 17 0 0 0
/proc/15036/statm: 3068 351 270 3 0 167 0
[pid=15037] ppid=15036 vsize=460872 CPUtime=9518.71
/proc/15037/stat : 15037 (siege_v4) R 15036 15036 14974 0 -1 0 28202 0 0 0 951848 23 0 0 25 0 1 0 308965301 471932928 24576 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134528759 0 0 4096 0 0 0 0 17 1 0 0
/proc/15037/statm: 115218 24576 86 208 0 115006 0
Current children cumulated CPU time (s) 9518.71
Current children cumulated vsize (KiB) 473144

[startup+9582.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 15636
/proc/meminfo: memFree=1386128/2055888 swapFree=4087212/4096564
[pid=15036] ppid=15034 vsize=12272 CPUtime=0
/proc/15036/stat : 15036 (siegeadapter.pl) S 15034 15036 14974 0 -1 4194304 401 0 0 0 0 0 0 0 16 0 1 0 308965301 12566528 351 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 206852632722 0 0 4224 0 18446744071563651996 0 0 17 0 0 0
/proc/15036/statm: 3068 351 270 3 0 167 0
[pid=15037] ppid=15036 vsize=460872 CPUtime=9578.69
/proc/15037/stat : 15037 (siege_v4) R 15036 15036 14974 0 -1 0 28202 0 0 0 957846 23 0 0 25 0 1 0 308965301 471932928 24576 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134527995 0 0 4096 0 0 0 0 17 1 0 0
/proc/15037/statm: 115218 24576 86 208 0 115006 0
Current children cumulated CPU time (s) 9578.69
Current children cumulated vsize (KiB) 473144

[startup+9642.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 15636
/proc/meminfo: memFree=1386128/2055888 swapFree=4087212/4096564
[pid=15036] ppid=15034 vsize=12272 CPUtime=0
/proc/15036/stat : 15036 (siegeadapter.pl) S 15034 15036 14974 0 -1 4194304 401 0 0 0 0 0 0 0 16 0 1 0 308965301 12566528 351 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 206852632722 0 0 4224 0 18446744071563651996 0 0 17 0 0 0
/proc/15036/statm: 3068 351 270 3 0 167 0
[pid=15037] ppid=15036 vsize=460896 CPUtime=9638.67
/proc/15037/stat : 15037 (siege_v4) R 15036 15036 14974 0 -1 0 28208 0 0 0 963844 23 0 0 25 0 1 0 308965301 471957504 24582 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134528857 0 0 4096 0 0 0 0 17 1 0 0
/proc/15037/statm: 115224 24582 86 208 0 115012 0
Current children cumulated CPU time (s) 9638.67
Current children cumulated vsize (KiB) 473168

[startup+9702.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 15636
/proc/meminfo: memFree=1385168/2055888 swapFree=4087212/4096564
[pid=15036] ppid=15034 vsize=12272 CPUtime=0
/proc/15036/stat : 15036 (siegeadapter.pl) S 15034 15036 14974 0 -1 4194304 401 0 0 0 0 0 0 0 16 0 1 0 308965301 12566528 351 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 206852632722 0 0 4224 0 18446744071563651996 0 0 17 0 0 0
/proc/15036/statm: 3068 351 270 3 0 167 0
[pid=15037] ppid=15036 vsize=460912 CPUtime=9698.66
/proc/15037/stat : 15037 (siege_v4) R 15036 15036 14974 0 -1 0 28453 0 0 0 969842 24 0 0 25 0 1 0 308965301 471973888 24827 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134528726 0 0 4096 0 0 0 0 17 1 0 0
/proc/15037/statm: 115228 24827 86 208 0 115016 0
Current children cumulated CPU time (s) 9698.66
Current children cumulated vsize (KiB) 473184

[startup+9762.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 15636
/proc/meminfo: memFree=1385104/2055888 swapFree=4087212/4096564
[pid=15036] ppid=15034 vsize=12272 CPUtime=0
/proc/15036/stat : 15036 (siegeadapter.pl) S 15034 15036 14974 0 -1 4194304 401 0 0 0 0 0 0 0 16 0 1 0 308965301 12566528 351 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 206852632722 0 0 4224 0 18446744071563651996 0 0 17 0 0 0
/proc/15036/statm: 3068 351 270 3 0 167 0
[pid=15037] ppid=15036 vsize=460920 CPUtime=9758.64
/proc/15037/stat : 15037 (siege_v4) R 15036 15036 14974 0 -1 0 28455 0 0 0 975840 24 0 0 25 0 1 0 308965301 471982080 24829 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134529867 0 0 4096 0 0 0 0 17 1 0 0
/proc/15037/statm: 115230 24829 86 208 0 115018 0
Current children cumulated CPU time (s) 9758.64
Current children cumulated vsize (KiB) 473192

[startup+9822.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 15636
/proc/meminfo: memFree=1385104/2055888 swapFree=4087212/4096564
[pid=15036] ppid=15034 vsize=12272 CPUtime=0
/proc/15036/stat : 15036 (siegeadapter.pl) S 15034 15036 14974 0 -1 4194304 401 0 0 0 0 0 0 0 16 0 1 0 308965301 12566528 351 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 206852632722 0 0 4224 0 18446744071563651996 0 0 17 0 0 0
/proc/15036/statm: 3068 351 270 3 0 167 0
[pid=15037] ppid=15036 vsize=460936 CPUtime=9818.62
/proc/15037/stat : 15037 (siege_v4) R 15036 15036 14974 0 -1 0 28459 0 0 0 981838 24 0 0 25 0 1 0 308965301 471998464 24833 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134541084 0 0 4096 0 0 0 0 17 1 0 0
/proc/15037/statm: 115234 24833 86 208 0 115022 0
Current children cumulated CPU time (s) 9818.62
Current children cumulated vsize (KiB) 473208

[startup+9882.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 15636
/proc/meminfo: memFree=1385040/2055888 swapFree=4087212/4096564
[pid=15036] ppid=15034 vsize=12272 CPUtime=0
/proc/15036/stat : 15036 (siegeadapter.pl) S 15034 15036 14974 0 -1 4194304 401 0 0 0 0 0 0 0 16 0 1 0 308965301 12566528 351 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 206852632722 0 0 4224 0 18446744071563651996 0 0 17 0 0 0
/proc/15036/statm: 3068 351 270 3 0 167 0
[pid=15037] ppid=15036 vsize=460964 CPUtime=9878.6
/proc/15037/stat : 15037 (siege_v4) R 15036 15036 14974 0 -1 0 28464 0 0 0 987836 24 0 0 25 0 1 0 308965301 472027136 24838 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134520395 0 0 4096 0 0 0 0 17 1 0 0
/proc/15037/statm: 115241 24838 86 208 0 115029 0
Current children cumulated CPU time (s) 9878.6
Current children cumulated vsize (KiB) 473236

[startup+9942.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 15636
/proc/meminfo: memFree=1385040/2055888 swapFree=4087212/4096564
[pid=15036] ppid=15034 vsize=12272 CPUtime=0
/proc/15036/stat : 15036 (siegeadapter.pl) S 15034 15036 14974 0 -1 4194304 401 0 0 0 0 0 0 0 16 0 1 0 308965301 12566528 351 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 206852632722 0 0 4224 0 18446744071563651996 0 0 17 0 0 0
/proc/15036/statm: 3068 351 270 3 0 167 0
[pid=15037] ppid=15036 vsize=460976 CPUtime=9938.58
/proc/15037/stat : 15037 (siege_v4) R 15036 15036 14974 0 -1 0 28467 0 0 0 993834 24 0 0 25 0 1 0 308965301 472039424 24841 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134528372 0 0 4096 0 0 0 0 17 1 0 0
/proc/15037/statm: 115244 24841 86 208 0 115032 0
Current children cumulated CPU time (s) 9938.58
Current children cumulated vsize (KiB) 473248

[startup+10002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 15636
/proc/meminfo: memFree=1385040/2055888 swapFree=4087212/4096564
[pid=15036] ppid=15034 vsize=12272 CPUtime=0
/proc/15036/stat : 15036 (siegeadapter.pl) S 15034 15036 14974 0 -1 4194304 401 0 0 0 0 0 0 0 16 0 1 0 308965301 12566528 351 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 206852632722 0 0 4224 0 18446744071563651996 0 0 17 0 0 0
/proc/15036/statm: 3068 351 270 3 0 167 0
[pid=15037] ppid=15036 vsize=461020 CPUtime=9998.56
/proc/15037/stat : 15037 (siege_v4) R 15036 15036 14974 0 -1 0 28476 0 0 0 999832 24 0 0 25 0 1 0 308965301 472084480 24850 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134528618 0 0 4096 0 0 0 0 17 1 0 0
/proc/15037/statm: 115255 24850 86 208 0 115043 0
Current children cumulated CPU time (s) 9998.56
Current children cumulated vsize (KiB) 473292



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+10003.8 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 15636
/proc/meminfo: memFree=1385040/2055888 swapFree=4087212/4096564
[pid=15036] ppid=15034 vsize=12272 CPUtime=0
/proc/15036/stat : 15036 (siegeadapter.pl) S 15034 15036 14974 0 -1 4194304 401 0 0 0 0 0 0 0 16 0 1 0 308965301 12566528 351 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 206852632722 0 0 4224 0 18446744071563651996 0 0 17 0 0 0
/proc/15036/statm: 3068 351 270 3 0 167 0
[pid=15037] ppid=15036 vsize=461020 CPUtime=10000.1
/proc/15037/stat : 15037 (siege_v4) R 15036 15036 14974 0 -1 0 28476 0 0 0 999982 24 0 0 25 0 1 0 308965301 472084480 24850 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134528924 0 0 4096 0 0 0 0 17 1 0 0
/proc/15037/statm: 115255 24850 86 208 0 115043 0
Current children cumulated CPU time (s) 10000.1
Current children cumulated vsize (KiB) 473292

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 15036 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): 10003.8
CPU time (s): 10000.1
CPU user time (s): 9999.82
CPU system time (s): 0.24
CPU usage (%): 99.9625
Max. virtual memory (cumulated for all children) (KiB): 473292

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= 401
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 8.79866 second user time and 18.6582 second system time

The end

Launcher Data (download as text)

Begin job on node76 on Tue May  8 07:48:28 UTC 2007

IDJOB= 422472
IDBENCH= 20541
IDSOLVER= 190
FILE ID= node76/422472-1178610507

PBS_JOBID= 5218251

Free space on /tmp= 66644 MiB

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

META MD5SUM SOLVER= 69ef6d521077f526586997d0c4a9a904
MD5SUM BENCH=  6661a752ccd54bac3f6874663e641053

RANDOM SEED= 409814905

TIME LIMIT= 10000 seconds
MEMORY LIMIT= 1800 MiB

Linux node76.alineos.net 2.6.9-34.ELsmp #1 SMP Thu Mar 9 06:23:23 GMT 2006 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.277
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	: 6006.17
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.277
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	: 5999.42
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055888 kB
MemFree:       1485608 kB
Buffers:         37684 kB
Cached:         422704 kB
SwapCached:       3032 kB
Active:          85632 kB
Inactive:       384332 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055888 kB
LowFree:       1485608 kB
SwapTotal:     4096564 kB
SwapFree:      4087212 kB
Dirty:            7748 kB
Writeback:           0 kB
Mapped:          15428 kB
Slab:            86704 kB
Committed_AS:  5764804 kB
PageTables:       1424 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264388 kB
VmallocChunk: 536606243 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66644 MiB

End job on node76 on Tue May  8 10:35:13 UTC 2007