Trace number 422454

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 10002.8

General information on the benchmark

Nameindustrial/IBM_FV_2002_13_rule_1/
SAT_dat.k45.cnf
MD5SUM8a76c8add64173ae39149aae572a02d9
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 variables37432
Number of clauses147345
Sum of the clauses size401667
Maximum clause length37
Minimum clause length1
Number of clauses of size 1603
Number of clauses of size 269621
Number of clauses of size 371450
Number of clauses of size 4266
Number of clauses of size 5505
Number of clauses of size over 54900

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/node15/watcher-422454-1178600478 -o ROOT/results/node15/solver-422454-1178600478 -C 10000 -W 15000 -M 1800 --output-limit 1,15 /tmp/evaluation/422454-1178600478/siegeadapter.pl /tmp/evaluation/422454-1178600478/instance-422454-1178600478.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 10000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 10030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 15000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.85 0.97 0.99 3/83 16979
/proc/meminfo: memFree=1547968/2055920 swapFree=4169132/4192956
[pid=16979] ppid=16977 vsize=12268 CPUtime=0
/proc/16979/stat : 16979 (siegeadapter.pl) R 16977 16979 16891 0 -1 4194304 396 0 0 0 0 0 0 0 19 0 1 0 307965391 12562432 351 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 240481513570 0 0 4224 0 0 0 0 17 1 0 0
/proc/16979/statm: 3067 351 271 3 0 167 0
[pid=16980] ppid=16979 vsize=4428 CPUtime=0
/proc/16980/stat : 16980 (siege_v4) R 16979 16979 16891 0 -1 0 205 0 0 0 0 0 0 0 19 0 1 0 307965392 4534272 190 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134553237 0 0 4096 0 0 0 0 17 1 0 0
/proc/16980/statm: 1107 196 185 208 0 12 0

[startup+0.037976 s]
/proc/loadavg: 0.85 0.97 0.99 3/83 16979
/proc/meminfo: memFree=1547968/2055920 swapFree=4169132/4192956
[pid=16979] ppid=16977 vsize=12268 CPUtime=0
/proc/16979/stat : 16979 (siegeadapter.pl) S 16977 16979 16891 0 -1 4194304 403 0 0 0 0 0 0 0 19 0 1 0 307965391 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 240481513570 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/16979/statm: 3067 352 271 3 0 167 0
[pid=16980] ppid=16979 vsize=410432 CPUtime=0.03
/proc/16980/stat : 16980 (siege_v4) R 16979 16979 16891 0 -1 0 2672 0 0 0 2 1 0 0 19 0 1 0 307965392 420282368 2657 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 135101734 0 0 4096 0 0 0 0 17 1 0 0
/proc/16980/statm: 102610 2659 422 208 0 101515 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 422700

[startup+0.101982 s]
/proc/loadavg: 0.85 0.97 0.99 3/83 16979
/proc/meminfo: memFree=1547968/2055920 swapFree=4169132/4192956
[pid=16979] ppid=16977 vsize=12268 CPUtime=0
/proc/16979/stat : 16979 (siegeadapter.pl) S 16977 16979 16891 0 -1 4194304 404 0 0 0 0 0 0 0 16 0 1 0 307965391 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 240481513570 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/16979/statm: 3067 352 271 3 0 167 0
[pid=16980] ppid=16979 vsize=410716 CPUtime=0.09
/proc/16980/stat : 16980 (siege_v4) R 16979 16979 16891 0 -1 0 4347 0 0 0 7 2 0 0 19 0 1 0 307965392 420573184 3447 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134529957 0 0 4096 0 0 0 0 17 1 0 0
/proc/16980/statm: 102679 3447 86 208 0 102467 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 422984

[startup+0.301999 s]
/proc/loadavg: 0.85 0.97 0.99 3/83 16979
/proc/meminfo: memFree=1547968/2055920 swapFree=4169132/4192956
[pid=16979] ppid=16977 vsize=12268 CPUtime=0
/proc/16979/stat : 16979 (siegeadapter.pl) S 16977 16979 16891 0 -1 4194304 404 0 0 0 0 0 0 0 16 0 1 0 307965391 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 240481513570 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/16979/statm: 3067 352 271 3 0 167 0
[pid=16980] ppid=16979 vsize=410792 CPUtime=0.29
/proc/16980/stat : 16980 (siege_v4) R 16979 16979 16891 0 -1 0 4386 0 0 0 27 2 0 0 20 0 1 0 307965392 420651008 3486 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134529991 0 0 4096 0 0 0 0 17 1 0 0
/proc/16980/statm: 102698 3486 86 208 0 102486 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 423060

[startup+0.701035 s]
/proc/loadavg: 0.85 0.97 0.99 3/83 16979
/proc/meminfo: memFree=1547968/2055920 swapFree=4169132/4192956
[pid=16979] ppid=16977 vsize=12268 CPUtime=0
/proc/16979/stat : 16979 (siegeadapter.pl) S 16977 16979 16891 0 -1 4194304 404 0 0 0 0 0 0 0 16 0 1 0 307965391 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 240481513570 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/16979/statm: 3067 352 271 3 0 167 0
[pid=16980] ppid=16979 vsize=410816 CPUtime=0.69
/proc/16980/stat : 16980 (siege_v4) R 16979 16979 16891 0 -1 0 4425 0 0 0 67 2 0 0 24 0 1 0 307965392 420675584 3525 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134529962 0 0 4096 0 0 0 0 17 1 0 0
/proc/16980/statm: 102704 3525 86 208 0 102492 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 423084

[startup+1.50111 s]
/proc/loadavg: 0.85 0.97 0.99 2/85 16981
/proc/meminfo: memFree=1533552/2055920 swapFree=4169132/4192956
[pid=16979] ppid=16977 vsize=12268 CPUtime=0
/proc/16979/stat : 16979 (siegeadapter.pl) S 16977 16979 16891 0 -1 4194304 404 0 0 0 0 0 0 0 16 0 1 0 307965391 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 240481513570 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/16979/statm: 3067 352 271 3 0 167 0
[pid=16980] ppid=16979 vsize=410888 CPUtime=1.49
/proc/16980/stat : 16980 (siege_v4) R 16979 16979 16891 0 -1 0 4516 0 0 0 147 2 0 0 25 0 1 0 307965392 420749312 3616 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134529835 0 0 4096 0 0 0 0 17 1 0 0
/proc/16980/statm: 102722 3616 86 208 0 102510 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 423156

[startup+3.10125 s]
/proc/loadavg: 0.85 0.97 0.99 2/85 16989
/proc/meminfo: memFree=1532904/2055920 swapFree=4169132/4192956
[pid=16979] ppid=16977 vsize=12268 CPUtime=0
/proc/16979/stat : 16979 (siegeadapter.pl) S 16977 16979 16891 0 -1 4194304 404 0 0 0 0 0 0 0 16 0 1 0 307965391 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 240481513570 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/16979/statm: 3067 352 271 3 0 167 0
[pid=16980] ppid=16979 vsize=411056 CPUtime=3.09
/proc/16980/stat : 16980 (siege_v4) R 16979 16979 16891 0 -1 0 4649 0 0 0 307 2 0 0 25 0 1 0 307965392 420921344 3749 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134530045 0 0 4096 0 0 0 0 17 1 0 0
/proc/16980/statm: 102764 3749 86 208 0 102552 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 423324

[startup+6.30254 s]
/proc/loadavg: 0.86 0.97 0.99 2/85 16995
/proc/meminfo: memFree=1531432/2055920 swapFree=4169132/4192956
[pid=16979] ppid=16977 vsize=12268 CPUtime=0
/proc/16979/stat : 16979 (siegeadapter.pl) S 16977 16979 16891 0 -1 4194304 404 0 0 0 0 0 0 0 16 0 1 0 307965391 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 240481513570 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/16979/statm: 3067 352 271 3 0 167 0
[pid=16980] ppid=16979 vsize=411376 CPUtime=6.28
/proc/16980/stat : 16980 (siege_v4) R 16979 16979 16891 0 -1 0 4940 0 0 0 626 2 0 0 25 0 1 0 307965392 421249024 4040 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134529957 0 0 4096 0 0 0 0 17 1 0 0
/proc/16980/statm: 102844 4040 86 208 0 102632 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 423644

[startup+12.7011 s]
/proc/loadavg: 0.87 0.97 0.99 2/85 17011
/proc/meminfo: memFree=1530096/2055920 swapFree=4169132/4192956
[pid=16979] ppid=16977 vsize=12268 CPUtime=0
/proc/16979/stat : 16979 (siegeadapter.pl) S 16977 16979 16891 0 -1 4194304 404 0 0 0 0 0 0 0 16 0 1 0 307965391 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 240481513570 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/16979/statm: 3067 352 271 3 0 167 0
[pid=16980] ppid=16979 vsize=411920 CPUtime=12.66
/proc/16980/stat : 16980 (siege_v4) R 16979 16979 16891 0 -1 0 5271 0 0 0 1264 2 0 0 25 0 1 0 307965392 421806080 4371 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134529809 0 0 4096 0 0 0 0 17 1 0 0
/proc/16980/statm: 102980 4371 86 208 0 102768 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 424188

[startup+25.5013 s]
/proc/loadavg: 0.90 0.97 0.99 2/85 17041
/proc/meminfo: memFree=1521528/2055920 swapFree=4169132/4192956
[pid=16979] ppid=16977 vsize=12268 CPUtime=0
/proc/16979/stat : 16979 (siegeadapter.pl) S 16977 16979 16891 0 -1 4194304 404 0 0 0 0 0 0 0 16 0 1 0 307965391 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 240481513570 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/16979/statm: 3067 352 271 3 0 167 0
[pid=16980] ppid=16979 vsize=418820 CPUtime=25.45
/proc/16980/stat : 16980 (siege_v4) R 16979 16979 16891 0 -1 0 8306 0 0 0 2540 5 0 0 25 0 1 0 307965392 428871680 6528 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134528255 0 0 4096 0 0 0 0 17 1 0 0
/proc/16980/statm: 104705 6528 86 208 0 104493 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 431088

[startup+51.1016 s]
/proc/loadavg: 0.93 0.97 0.99 2/79 17071
/proc/meminfo: memFree=1517096/2055920 swapFree=4169132/4192956
[pid=16979] ppid=16977 vsize=12268 CPUtime=0
/proc/16979/stat : 16979 (siegeadapter.pl) S 16977 16979 16891 0 -1 4194304 404 0 0 0 0 0 0 0 16 0 1 0 307965391 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 240481513570 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/16979/statm: 3067 352 271 3 0 167 0
[pid=16980] ppid=16979 vsize=421860 CPUtime=51.02
/proc/16980/stat : 16980 (siege_v4) R 16979 16979 16891 0 -1 0 9692 0 0 0 5095 7 0 0 25 0 1 0 307965392 431984640 7914 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134527916 0 0 4096 0 0 0 0 17 1 0 0
/proc/16980/statm: 105465 7914 86 208 0 105253 0
Current children cumulated CPU time (s) 51.02
Current children cumulated vsize (KiB) 434128

[startup+102.305 s]
/proc/loadavg: 0.97 0.97 0.99 2/79 17071
/proc/meminfo: memFree=1509352/2055920 swapFree=4169132/4192956
[pid=16979] ppid=16977 vsize=12268 CPUtime=0
/proc/16979/stat : 16979 (siegeadapter.pl) S 16977 16979 16891 0 -1 4194304 404 0 0 0 0 0 0 0 16 0 1 0 307965391 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 240481513570 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/16979/statm: 3067 352 271 3 0 167 0
[pid=16980] ppid=16979 vsize=424900 CPUtime=102.22
/proc/16980/stat : 16980 (siege_v4) R 16979 16979 16891 0 -1 0 11627 0 0 0 10212 10 0 0 25 0 1 0 307965392 435097600 9849 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134528957 0 0 4096 0 0 0 0 17 1 0 0
/proc/16980/statm: 106225 9849 86 208 0 106013 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 437168

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/79 17071
/proc/meminfo: memFree=1498792/2055920 swapFree=4169132/4192956
[pid=16979] ppid=16977 vsize=12268 CPUtime=0
/proc/16979/stat : 16979 (siegeadapter.pl) S 16977 16979 16891 0 -1 4194304 404 0 0 0 0 0 0 0 16 0 1 0 307965391 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 240481513570 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/16979/statm: 3067 352 271 3 0 167 0
[pid=16980] ppid=16979 vsize=429384 CPUtime=162.19
/proc/16980/stat : 16980 (siege_v4) R 16979 16979 16891 0 -1 0 14633 0 0 0 16206 13 0 0 25 0 1 0 307965392 439689216 12471 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134529809 0 0 4096 0 0 0 0 17 1 0 0
/proc/16980/statm: 107346 12471 86 208 0 107134 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 441652

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/79 17071
/proc/meminfo: memFree=1496296/2055920 swapFree=4169132/4192956
[pid=16979] ppid=16977 vsize=12268 CPUtime=0
/proc/16979/stat : 16979 (siegeadapter.pl) S 16977 16979 16891 0 -1 4194304 404 0 0 0 0 0 0 0 16 0 1 0 307965391 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 240481513570 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/16979/statm: 3067 352 271 3 0 167 0
[pid=16980] ppid=16979 vsize=431608 CPUtime=222.18
/proc/16980/stat : 16980 (siege_v4) R 16979 16979 16891 0 -1 0 15243 0 0 0 22204 14 0 0 25 0 1 0 307965392 441966592 13081 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134528149 0 0 4096 0 0 0 0 17 1 0 0
/proc/16980/statm: 107902 13081 86 208 0 107690 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 443876

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/79 17071
/proc/meminfo: memFree=1493224/2055920 swapFree=4169132/4192956
[pid=16979] ppid=16977 vsize=12268 CPUtime=0
/proc/16979/stat : 16979 (siegeadapter.pl) S 16977 16979 16891 0 -1 4194304 404 0 0 0 0 0 0 0 16 0 1 0 307965391 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 240481513570 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/16979/statm: 3067 352 271 3 0 167 0
[pid=16980] ppid=16979 vsize=433100 CPUtime=282.16
/proc/16980/stat : 16980 (siege_v4) R 16979 16979 16891 0 -1 0 16031 0 0 0 28201 15 0 0 25 0 1 0 307965392 443494400 13869 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134529957 0 0 4096 0 0 0 0 17 1 0 0
/proc/16980/statm: 108275 13869 86 208 0 108063 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 445368

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/79 17071
/proc/meminfo: memFree=1489640/2055920 swapFree=4169132/4192956
[pid=16979] ppid=16977 vsize=12268 CPUtime=0
/proc/16979/stat : 16979 (siegeadapter.pl) S 16977 16979 16891 0 -1 4194304 404 0 0 0 0 0 0 0 16 0 1 0 307965391 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 240481513570 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/16979/statm: 3067 352 271 3 0 167 0
[pid=16980] ppid=16979 vsize=434888 CPUtime=342.15
/proc/16980/stat : 16980 (siege_v4) R 16979 16979 16891 0 -1 0 16911 0 0 0 34198 17 0 0 25 0 1 0 307965392 445325312 14749 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134528754 0 0 4096 0 0 0 0 17 1 0 0
/proc/16980/statm: 108722 14749 86 208 0 108510 0

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

/proc/16980/statm: 115742 25415 86 208 0 115530 0
Current children cumulated CPU time (s) 9339.74
Current children cumulated vsize (KiB) 475236

[startup+9402.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 17471
/proc/meminfo: memFree=1446896/2055920 swapFree=4169132/4192956
[pid=16979] ppid=16977 vsize=12268 CPUtime=0
/proc/16979/stat : 16979 (siegeadapter.pl) S 16977 16979 16891 0 -1 4194304 404 0 0 0 0 0 0 0 16 0 1 0 307965391 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 240481513570 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/16979/statm: 3067 352 271 3 0 167 0
[pid=16980] ppid=16979 vsize=462992 CPUtime=9399.71
/proc/16980/stat : 16980 (siege_v4) R 16979 16979 16891 0 -1 0 28351 0 0 0 939869 102 0 0 25 0 1 0 307965392 474103808 25421 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134530124 0 0 4096 0 0 0 0 17 1 0 0
/proc/16980/statm: 115748 25421 86 208 0 115536 0
Current children cumulated CPU time (s) 9399.71
Current children cumulated vsize (KiB) 475260

[startup+9462.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 17471
/proc/meminfo: memFree=1446896/2055920 swapFree=4169132/4192956
[pid=16979] ppid=16977 vsize=12268 CPUtime=0
/proc/16979/stat : 16979 (siegeadapter.pl) S 16977 16979 16891 0 -1 4194304 404 0 0 0 0 0 0 0 16 0 1 0 307965391 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 240481513570 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/16979/statm: 3067 352 271 3 0 167 0
[pid=16980] ppid=16979 vsize=463024 CPUtime=9459.7
/proc/16980/stat : 16980 (siege_v4) R 16979 16979 16891 0 -1 0 28360 0 0 0 945867 103 0 0 25 0 1 0 307965392 474136576 25430 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134528857 0 0 4096 0 0 0 0 17 1 0 0
/proc/16980/statm: 115756 25430 86 208 0 115544 0
Current children cumulated CPU time (s) 9459.7
Current children cumulated vsize (KiB) 475292

[startup+9522.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 17471
/proc/meminfo: memFree=1446832/2055920 swapFree=4169132/4192956
[pid=16979] ppid=16977 vsize=12268 CPUtime=0
/proc/16979/stat : 16979 (siegeadapter.pl) S 16977 16979 16891 0 -1 4194304 404 0 0 0 0 0 0 0 16 0 1 0 307965391 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 240481513570 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/16979/statm: 3067 352 271 3 0 167 0
[pid=16980] ppid=16979 vsize=463024 CPUtime=9519.68
/proc/16980/stat : 16980 (siege_v4) R 16979 16979 16891 0 -1 0 28360 0 0 0 951865 103 0 0 25 0 1 0 307965392 474136576 25430 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134529335 0 0 4096 0 0 0 0 17 1 0 0
/proc/16980/statm: 115756 25430 86 208 0 115544 0
Current children cumulated CPU time (s) 9519.68
Current children cumulated vsize (KiB) 475292

[startup+9582.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 17471
/proc/meminfo: memFree=1446448/2055920 swapFree=4169132/4192956
[pid=16979] ppid=16977 vsize=12268 CPUtime=0
/proc/16979/stat : 16979 (siegeadapter.pl) S 16977 16979 16891 0 -1 4194304 404 0 0 0 0 0 0 0 16 0 1 0 307965391 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 240481513570 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/16979/statm: 3067 352 271 3 0 167 0
[pid=16980] ppid=16979 vsize=463052 CPUtime=9579.67
/proc/16980/stat : 16980 (siege_v4) R 16979 16979 16891 0 -1 0 28459 0 0 0 957863 104 0 0 25 0 1 0 307965392 474165248 25529 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134528857 0 0 4096 0 0 0 0 17 1 0 0
/proc/16980/statm: 115763 25529 86 208 0 115551 0
Current children cumulated CPU time (s) 9579.67
Current children cumulated vsize (KiB) 475320

[startup+9642.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 17473
/proc/meminfo: memFree=1446256/2055920 swapFree=4169132/4192956
[pid=16979] ppid=16977 vsize=12268 CPUtime=0
/proc/16979/stat : 16979 (siegeadapter.pl) S 16977 16979 16891 0 -1 4194304 404 0 0 0 0 0 0 0 16 0 1 0 307965391 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 240481513570 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/16979/statm: 3067 352 271 3 0 167 0
[pid=16980] ppid=16979 vsize=463076 CPUtime=9639.65
/proc/16980/stat : 16980 (siege_v4) R 16979 16979 16891 0 -1 0 28465 0 0 0 963861 104 0 0 25 0 1 0 307965392 474189824 25535 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134528745 0 0 4096 0 0 0 0 17 1 0 0
/proc/16980/statm: 115769 25535 86 208 0 115557 0
Current children cumulated CPU time (s) 9639.65
Current children cumulated vsize (KiB) 475344

[startup+9702.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 17473
/proc/meminfo: memFree=1446320/2055920 swapFree=4169132/4192956
[pid=16979] ppid=16977 vsize=12268 CPUtime=0
/proc/16979/stat : 16979 (siegeadapter.pl) S 16977 16979 16891 0 -1 4194304 404 0 0 0 0 0 0 0 16 0 1 0 307965391 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 240481513570 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/16979/statm: 3067 352 271 3 0 167 0
[pid=16980] ppid=16979 vsize=463096 CPUtime=9699.64
/proc/16980/stat : 16980 (siege_v4) R 16979 16979 16891 0 -1 0 28471 0 0 0 969859 105 0 0 25 0 1 0 307965392 474210304 25541 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134528164 0 0 4096 0 0 0 0 17 1 0 0
/proc/16980/statm: 115774 25541 86 208 0 115562 0
Current children cumulated CPU time (s) 9699.64
Current children cumulated vsize (KiB) 475364

[startup+9762.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 17473
/proc/meminfo: memFree=1446320/2055920 swapFree=4169132/4192956
[pid=16979] ppid=16977 vsize=12268 CPUtime=0
/proc/16979/stat : 16979 (siegeadapter.pl) S 16977 16979 16891 0 -1 4194304 404 0 0 0 0 0 0 0 16 0 1 0 307965391 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 240481513570 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/16979/statm: 3067 352 271 3 0 167 0
[pid=16980] ppid=16979 vsize=463108 CPUtime=9759.62
/proc/16980/stat : 16980 (siege_v4) R 16979 16979 16891 0 -1 0 28474 0 0 0 975857 105 0 0 25 0 1 0 307965392 474222592 25544 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134531494 0 0 4096 0 0 0 0 17 1 0 0
/proc/16980/statm: 115777 25544 86 208 0 115565 0
Current children cumulated CPU time (s) 9759.62
Current children cumulated vsize (KiB) 475376

[startup+9822.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 17473
/proc/meminfo: memFree=1446384/2055920 swapFree=4169132/4192956
[pid=16979] ppid=16977 vsize=12268 CPUtime=0
/proc/16979/stat : 16979 (siegeadapter.pl) S 16977 16979 16891 0 -1 4194304 404 0 0 0 0 0 0 0 16 0 1 0 307965391 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 240481513570 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/16979/statm: 3067 352 271 3 0 167 0
[pid=16980] ppid=16979 vsize=463128 CPUtime=9819.61
/proc/16980/stat : 16980 (siege_v4) R 16979 16979 16891 0 -1 0 28479 0 0 0 981855 106 0 0 25 0 1 0 307965392 474243072 25549 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134529955 0 0 4096 0 0 0 0 17 1 0 0
/proc/16980/statm: 115782 25549 86 208 0 115570 0
Current children cumulated CPU time (s) 9819.61
Current children cumulated vsize (KiB) 475396

[startup+9882.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 17473
/proc/meminfo: memFree=1446256/2055920 swapFree=4169132/4192956
[pid=16979] ppid=16977 vsize=12268 CPUtime=0
/proc/16979/stat : 16979 (siegeadapter.pl) S 16977 16979 16891 0 -1 4194304 404 0 0 0 0 0 0 0 16 0 1 0 307965391 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 240481513570 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/16979/statm: 3067 352 271 3 0 167 0
[pid=16980] ppid=16979 vsize=463240 CPUtime=9879.6
/proc/16980/stat : 16980 (siege_v4) R 16979 16979 16891 0 -1 0 28496 0 0 0 987853 107 0 0 25 0 1 0 307965392 474357760 25566 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134527995 0 0 4096 0 0 0 0 17 1 0 0
/proc/16980/statm: 115810 25566 86 208 0 115598 0
Current children cumulated CPU time (s) 9879.6
Current children cumulated vsize (KiB) 475508

[startup+9942.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 17473
/proc/meminfo: memFree=1446320/2055920 swapFree=4169132/4192956
[pid=16979] ppid=16977 vsize=12268 CPUtime=0
/proc/16979/stat : 16979 (siegeadapter.pl) S 16977 16979 16891 0 -1 4194304 404 0 0 0 0 0 0 0 16 0 1 0 307965391 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 240481513570 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/16979/statm: 3067 352 271 3 0 167 0
[pid=16980] ppid=16979 vsize=463268 CPUtime=9939.58
/proc/16980/stat : 16980 (siege_v4) R 16979 16979 16891 0 -1 0 28502 0 0 0 993851 107 0 0 25 0 1 0 307965392 474386432 25572 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134529284 0 0 4096 0 0 0 0 17 1 0 0
/proc/16980/statm: 115817 25572 86 208 0 115605 0
Current children cumulated CPU time (s) 9939.58
Current children cumulated vsize (KiB) 475536

[startup+10002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 17473
/proc/meminfo: memFree=1446192/2055920 swapFree=4169132/4192956
[pid=16979] ppid=16977 vsize=12268 CPUtime=0
/proc/16979/stat : 16979 (siegeadapter.pl) S 16977 16979 16891 0 -1 4194304 404 0 0 0 0 0 0 0 16 0 1 0 307965391 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 240481513570 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/16979/statm: 3067 352 271 3 0 167 0
[pid=16980] ppid=16979 vsize=463332 CPUtime=9999.57
/proc/16980/stat : 16980 (siege_v4) R 16979 16979 16891 0 -1 0 28513 0 0 0 999849 108 0 0 25 0 1 0 307965392 474451968 25583 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134528130 0 0 4096 0 0 0 0 17 1 0 0
/proc/16980/statm: 115833 25583 86 208 0 115621 0
Current children cumulated CPU time (s) 9999.57
Current children cumulated vsize (KiB) 475600



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+10002.8 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 17473
/proc/meminfo: memFree=1446192/2055920 swapFree=4169132/4192956
[pid=16979] ppid=16977 vsize=12268 CPUtime=0
/proc/16979/stat : 16979 (siegeadapter.pl) S 16977 16979 16891 0 -1 4194304 404 0 0 0 0 0 0 0 16 0 1 0 307965391 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 240481513570 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/16979/statm: 3067 352 271 3 0 167 0
[pid=16980] ppid=16979 vsize=463332 CPUtime=10000.1
/proc/16980/stat : 16980 (siege_v4) R 16979 16979 16891 0 -1 0 28513 0 0 0 999899 108 0 0 25 0 1 0 307965392 474451968 25583 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134528857 0 0 4096 0 0 0 0 17 1 0 0
/proc/16980/statm: 115833 25583 86 208 0 115621 0
Current children cumulated CPU time (s) 10000.1
Current children cumulated vsize (KiB) 475600

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 16979 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): 10002.8
CPU time (s): 10000.1
CPU user time (s): 9998.99
CPU system time (s): 1.08
CPU usage (%): 99.9726
Max. virtual memory (cumulated for all children) (KiB): 475600

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 8.96464 second user time and 24.4133 second system time

The end

Launcher Data (download as text)

Begin job on node15 on Tue May  8 05:01:18 UTC 2007

IDJOB= 422454
IDBENCH= 20523
IDSOLVER= 190
FILE ID= node15/422454-1178600478

PBS_JOBID= 5217765

Free space on /tmp= 66560 MiB

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

META MD5SUM SOLVER= 69ef6d521077f526586997d0c4a9a904
MD5SUM BENCH=  8a76c8add64173ae39149aae572a02d9

RANDOM SEED= 698784631

TIME LIMIT= 10000 seconds
MEMORY LIMIT= 1800 MiB

Linux node15.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.227
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.227
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:       1548376 kB
Buffers:         74452 kB
Cached:         333156 kB
SwapCached:       2840 kB
Active:         248916 kB
Inactive:       182612 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1548376 kB
SwapTotal:     4192956 kB
SwapFree:      4169132 kB
Dirty:            4612 kB
Writeback:           0 kB
Mapped:          31308 kB
Slab:            61020 kB
Committed_AS: 10768064 kB
PageTables:       2116 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 node15 on Tue May  8 07:48:03 UTC 2007