Trace number 422350

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

General information on the benchmark

Nameindustrial/fuhs/hard/
AProVE07-26.cnf
MD5SUM0cf155110f71a43081221b427d368ee8
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 variables21734
Number of clauses79766
Sum of the clauses size211276
Maximum clause length225
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 236916
Number of clauses of size 338055
Number of clauses of size 43077
Number of clauses of size 5748
Number of clauses of size over 5969

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/node44/watcher-422350-1178580445 -o ROOT/results/node44/solver-422350-1178580445 -C 10000 -W 15000 -M 1800 --output-limit 1,15 /tmp/evaluation/422350-1178580445/siegeadapter.pl /tmp/evaluation/422350-1178580445/instance-422350-1178580445.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.78 0.95 0.98 3/77 15184
/proc/meminfo: memFree=1564160/2055920 swapFree=4155964/4192956
[pid=15184] ppid=15182 vsize=12268 CPUtime=0
/proc/15184/stat : 15184 (siegeadapter.pl) R 15182 15184 15122 0 -1 4194304 382 0 0 0 0 0 0 0 18 0 1 0 305956209 12562432 350 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 264840473247 0 0 4224 0 0 0 0 17 1 0 0
/proc/15184/statm: 3067 350 270 3 0 167 0
[pid=15185] ppid=15184 vsize=2804 CPUtime=0
/proc/15185/stat : 15185 (siege_v4) R 15184 15184 15122 0 -1 0 131 0 0 0 0 0 0 0 18 0 1 0 305956209 2871296 116 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134514030 0 0 4096 0 0 0 0 17 1 0 0
/proc/15185/statm: 701 122 66 208 0 146 0

[startup+0.0398571 s]
/proc/loadavg: 0.78 0.95 0.98 3/77 15184
/proc/meminfo: memFree=1564160/2055920 swapFree=4155964/4192956
[pid=15184] ppid=15182 vsize=12268 CPUtime=0
/proc/15184/stat : 15184 (siegeadapter.pl) S 15182 15184 15122 0 -1 4194304 403 0 0 0 0 0 0 0 18 0 1 0 305956209 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 264849371234 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/15184/statm: 3067 352 271 3 0 167 0
[pid=15185] ppid=15184 vsize=404524 CPUtime=0.02
/proc/15185/stat : 15185 (siege_v4) R 15184 15184 15122 0 -1 0 2202 0 0 0 2 0 0 0 19 0 1 0 305956209 414232576 2188 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134948312 0 0 4096 0 0 0 0 17 1 0 0
/proc/15185/statm: 101132 2188 354 208 0 100577 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 416792

[startup+0.101851 s]
/proc/loadavg: 0.78 0.95 0.98 3/77 15184
/proc/meminfo: memFree=1564160/2055920 swapFree=4155964/4192956
[pid=15184] ppid=15182 vsize=12268 CPUtime=0
/proc/15184/stat : 15184 (siegeadapter.pl) S 15182 15184 15122 0 -1 4194304 404 0 0 0 0 0 0 0 16 0 1 0 305956209 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 264849371234 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/15184/statm: 3067 352 271 3 0 167 0
[pid=15185] ppid=15184 vsize=403636 CPUtime=0.09
/proc/15185/stat : 15185 (siege_v4) R 15184 15184 15122 0 -1 0 2473 0 0 0 8 1 0 0 19 0 1 0 305956209 413323264 2114 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134525165 0 0 4096 0 0 0 0 17 1 0 0
/proc/15185/statm: 100909 2114 86 208 0 100697 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 415904

[startup+0.301868 s]
/proc/loadavg: 0.78 0.95 0.98 3/77 15184
/proc/meminfo: memFree=1564160/2055920 swapFree=4155964/4192956
[pid=15184] ppid=15182 vsize=12268 CPUtime=0
/proc/15184/stat : 15184 (siegeadapter.pl) S 15182 15184 15122 0 -1 4194304 404 0 0 0 0 0 0 0 16 0 1 0 305956209 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 264849371234 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/15184/statm: 3067 352 271 3 0 167 0
[pid=15185] ppid=15184 vsize=403636 CPUtime=0.29
/proc/15185/stat : 15185 (siege_v4) R 15184 15184 15122 0 -1 0 2498 0 0 0 28 1 0 0 20 0 1 0 305956209 413323264 2139 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134529867 0 0 4096 0 0 0 0 17 1 0 0
/proc/15185/statm: 100909 2139 86 208 0 100697 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 415904

[startup+0.70191 s]
/proc/loadavg: 0.78 0.95 0.98 3/77 15184
/proc/meminfo: memFree=1564160/2055920 swapFree=4155964/4192956
[pid=15184] ppid=15182 vsize=12268 CPUtime=0
/proc/15184/stat : 15184 (siegeadapter.pl) S 15182 15184 15122 0 -1 4194304 404 0 0 0 0 0 0 0 16 0 1 0 305956209 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 264849371234 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/15184/statm: 3067 352 271 3 0 167 0
[pid=15185] ppid=15184 vsize=403664 CPUtime=0.69
/proc/15185/stat : 15185 (siege_v4) R 15184 15184 15122 0 -1 0 2550 0 0 0 68 1 0 0 24 0 1 0 305956209 413351936 2191 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134529952 0 0 4096 0 0 0 0 17 1 0 0
/proc/15185/statm: 100916 2191 86 208 0 100704 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 415932

[startup+1.50199 s]
/proc/loadavg: 0.78 0.95 0.98 2/79 15186
/proc/meminfo: memFree=1555112/2055920 swapFree=4155964/4192956
[pid=15184] ppid=15182 vsize=12268 CPUtime=0
/proc/15184/stat : 15184 (siegeadapter.pl) S 15182 15184 15122 0 -1 4194304 404 0 0 0 0 0 0 0 16 0 1 0 305956209 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 264849371234 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/15184/statm: 3067 352 271 3 0 167 0
[pid=15185] ppid=15184 vsize=403752 CPUtime=1.48
/proc/15185/stat : 15185 (siege_v4) R 15184 15184 15122 0 -1 0 2624 0 0 0 147 1 0 0 25 0 1 0 305956209 413442048 2265 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134529809 0 0 4096 0 0 0 0 17 1 0 0
/proc/15185/statm: 100938 2265 86 208 0 100726 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 416020

[startup+3.10116 s]
/proc/loadavg: 0.78 0.95 0.98 2/79 15186
/proc/meminfo: memFree=1554088/2055920 swapFree=4155964/4192956
[pid=15184] ppid=15182 vsize=12268 CPUtime=0
/proc/15184/stat : 15184 (siegeadapter.pl) S 15182 15184 15122 0 -1 4194304 404 0 0 0 0 0 0 0 16 0 1 0 305956209 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 264849371234 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/15184/statm: 3067 352 271 3 0 167 0
[pid=15185] ppid=15184 vsize=404196 CPUtime=3.08
/proc/15185/stat : 15185 (siege_v4) R 15184 15184 15122 0 -1 0 2944 0 0 0 307 1 0 0 25 0 1 0 305956209 413896704 2585 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134528826 0 0 4096 0 0 0 0 17 1 0 0
/proc/15185/statm: 101049 2585 86 208 0 100837 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 416464

[startup+6.30148 s]
/proc/loadavg: 0.80 0.95 0.98 2/79 15186
/proc/meminfo: memFree=1552360/2055920 swapFree=4155964/4192956
[pid=15184] ppid=15182 vsize=12268 CPUtime=0
/proc/15184/stat : 15184 (siegeadapter.pl) S 15182 15184 15122 0 -1 4194304 404 0 0 0 0 0 0 0 16 0 1 0 305956209 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 264849371234 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/15184/statm: 3067 352 271 3 0 167 0
[pid=15185] ppid=15184 vsize=404648 CPUtime=6.28
/proc/15185/stat : 15185 (siege_v4) R 15184 15184 15122 0 -1 0 3269 0 0 0 626 2 0 0 25 0 1 0 305956209 414359552 2910 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134532950 0 0 4096 0 0 0 0 17 1 0 0
/proc/15185/statm: 101162 2910 86 208 0 100950 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 416916

[startup+12.7011 s]
/proc/loadavg: 0.81 0.95 0.98 2/79 15186
/proc/meminfo: memFree=1547568/2055920 swapFree=4155964/4192956
[pid=15184] ppid=15182 vsize=12268 CPUtime=0
/proc/15184/stat : 15184 (siegeadapter.pl) S 15182 15184 15122 0 -1 4194304 404 0 0 0 0 0 0 0 16 0 1 0 305956209 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 264849371234 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/15184/statm: 3067 352 271 3 0 167 0
[pid=15185] ppid=15184 vsize=406204 CPUtime=12.69
/proc/15185/stat : 15185 (siege_v4) R 15184 15184 15122 0 -1 0 4435 0 0 0 1266 3 0 0 25 0 1 0 305956209 415952896 4076 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134528857 0 0 4096 0 0 0 0 17 1 0 0
/proc/15185/statm: 101551 4076 86 208 0 101339 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 418472

[startup+25.5025 s]
/proc/loadavg: 0.85 0.95 0.98 2/79 15186
/proc/meminfo: memFree=1543088/2055920 swapFree=4155964/4192956
[pid=15184] ppid=15182 vsize=12268 CPUtime=0
/proc/15184/stat : 15184 (siegeadapter.pl) S 15182 15184 15122 0 -1 4194304 404 0 0 0 0 0 0 0 16 0 1 0 305956209 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 264849371234 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/15184/statm: 3067 352 271 3 0 167 0
[pid=15185] ppid=15184 vsize=407472 CPUtime=25.48
/proc/15185/stat : 15185 (siege_v4) R 15184 15184 15122 0 -1 0 5502 0 0 0 2543 5 0 0 25 0 1 0 305956209 417251328 5143 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134529979 0 0 4096 0 0 0 0 17 1 0 0
/proc/15185/statm: 101868 5143 86 208 0 101656 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 419740

[startup+51.1021 s]
/proc/loadavg: 0.90 0.96 0.98 2/79 15186
/proc/meminfo: memFree=1532144/2055920 swapFree=4155964/4192956
[pid=15184] ppid=15182 vsize=12268 CPUtime=0
/proc/15184/stat : 15184 (siegeadapter.pl) S 15182 15184 15122 0 -1 4194304 404 0 0 0 0 0 0 0 16 0 1 0 305956209 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 264849371234 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/15184/statm: 3067 352 271 3 0 167 0
[pid=15185] ppid=15184 vsize=410492 CPUtime=51.08
/proc/15185/stat : 15185 (siege_v4) R 15184 15184 15122 0 -1 0 8288 0 0 0 5099 9 0 0 25 0 1 0 305956209 420343808 7929 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134527916 0 0 4096 0 0 0 0 17 1 0 0
/proc/15185/statm: 102623 7929 86 208 0 102411 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 422760

[startup+102.306 s]
/proc/loadavg: 0.96 0.96 0.98 2/79 15186
/proc/meminfo: memFree=1525680/2055920 swapFree=4155964/4192956
[pid=15184] ppid=15182 vsize=12268 CPUtime=0
/proc/15184/stat : 15184 (siegeadapter.pl) S 15182 15184 15122 0 -1 4194304 404 0 0 0 0 0 0 0 16 0 1 0 305956209 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 264849371234 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/15184/statm: 3067 352 271 3 0 167 0
[pid=15185] ppid=15184 vsize=414712 CPUtime=102.27
/proc/15185/stat : 15185 (siege_v4) R 15184 15184 15122 0 -1 0 10274 0 0 0 10216 11 0 0 25 0 1 0 305956209 424665088 9531 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134529320 0 0 4096 0 0 0 0 17 1 0 0
/proc/15185/statm: 103678 9531 86 208 0 103466 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 426980

[startup+162.303 s]
/proc/loadavg: 0.98 0.97 0.98 2/79 15186
/proc/meminfo: memFree=1518576/2055920 swapFree=4155964/4192956
[pid=15184] ppid=15182 vsize=12268 CPUtime=0
/proc/15184/stat : 15184 (siegeadapter.pl) S 15182 15184 15122 0 -1 4194304 404 0 0 0 0 0 0 0 16 0 1 0 305956209 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 264849371234 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/15184/statm: 3067 352 271 3 0 167 0
[pid=15185] ppid=15184 vsize=417436 CPUtime=162.25
/proc/15185/stat : 15185 (siege_v4) R 15184 15184 15122 0 -1 0 12025 0 0 0 16211 14 0 0 25 0 1 0 305956209 427454464 11282 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134528894 0 0 4096 0 0 0 0 17 1 0 0
/proc/15185/statm: 104359 11282 86 208 0 104147 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 429704

[startup+222.303 s]
/proc/loadavg: 0.99 0.97 0.98 2/79 15186
/proc/meminfo: memFree=1512944/2055920 swapFree=4155964/4192956
[pid=15184] ppid=15182 vsize=12268 CPUtime=0
/proc/15184/stat : 15184 (siegeadapter.pl) S 15182 15184 15122 0 -1 4194304 404 0 0 0 0 0 0 0 16 0 1 0 305956209 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 264849371234 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/15184/statm: 3067 352 271 3 0 167 0
[pid=15185] ppid=15184 vsize=419460 CPUtime=222.23
/proc/15185/stat : 15185 (siege_v4) R 15184 15184 15122 0 -1 0 13418 0 0 0 22207 16 0 0 25 0 1 0 305956209 429527040 12675 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134528164 0 0 4096 0 0 0 0 17 1 0 0
/proc/15185/statm: 104865 12675 86 208 0 104653 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 431728

[startup+282.303 s]
/proc/loadavg: 0.99 0.97 0.98 2/79 15186
/proc/meminfo: memFree=1511472/2055920 swapFree=4155964/4192956
[pid=15184] ppid=15182 vsize=12268 CPUtime=0
/proc/15184/stat : 15184 (siegeadapter.pl) S 15182 15184 15122 0 -1 4194304 404 0 0 0 0 0 0 0 16 0 1 0 305956209 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 264849371234 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/15184/statm: 3067 352 271 3 0 167 0
[pid=15185] ppid=15184 vsize=420808 CPUtime=282.22
/proc/15185/stat : 15185 (siege_v4) R 15184 15184 15122 0 -1 0 13792 0 0 0 28205 17 0 0 25 0 1 0 305956209 430907392 13049 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134529320 0 0 4096 0 0 0 0 17 1 0 0
/proc/15185/statm: 105202 13049 86 208 0 104990 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 433076

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/79 15186
/proc/meminfo: memFree=1510576/2055920 swapFree=4155964/4192956
[pid=15184] ppid=15182 vsize=12268 CPUtime=0
/proc/15184/stat : 15184 (siegeadapter.pl) S 15182 15184 15122 0 -1 4194304 404 0 0 0 0 0 0 0 16 0 1 0 305956209 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 264849371234 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/15184/statm: 3067 352 271 3 0 167 0
[pid=15185] ppid=15184 vsize=421576 CPUtime=342.2
/proc/15185/stat : 15185 (siege_v4) R 15184 15184 15122 0 -1 0 14000 0 0 0 34202 18 0 0 25 0 1 0 305956209 431693824 13257 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134530166 0 0 4096 0 0 0 0 17 1 0 0
/proc/15185/statm: 105394 13257 86 208 0 105182 0

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

/proc/15185/statm: 111870 22352 86 208 0 111658 0
Current children cumulated CPU time (s) 9339.54
Current children cumulated vsize (KiB) 459748

[startup+9402.3 s]
/proc/loadavg: 1.02 1.02 1.00 2/79 16262
/proc/meminfo: memFree=1470512/2055920 swapFree=4155964/4192956
[pid=15184] ppid=15182 vsize=12268 CPUtime=0
/proc/15184/stat : 15184 (siegeadapter.pl) S 15182 15184 15122 0 -1 4194304 404 0 0 0 0 0 0 0 16 0 1 0 305956209 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 264849371234 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/15184/statm: 3067 352 271 3 0 167 0
[pid=15185] ppid=15184 vsize=447508 CPUtime=9399.53
/proc/15185/stat : 15185 (siege_v4) R 15184 15184 15122 0 -1 0 23872 0 0 0 939845 108 0 0 25 0 1 0 305956209 458248192 22361 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134528935 0 0 4096 0 0 0 0 17 1 0 0
/proc/15185/statm: 111877 22361 86 208 0 111665 0
Current children cumulated CPU time (s) 9399.53
Current children cumulated vsize (KiB) 459776

[startup+9462.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/79 16262
/proc/meminfo: memFree=1470512/2055920 swapFree=4155964/4192956
[pid=15184] ppid=15182 vsize=12268 CPUtime=0
/proc/15184/stat : 15184 (siegeadapter.pl) S 15182 15184 15122 0 -1 4194304 404 0 0 0 0 0 0 0 16 0 1 0 305956209 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 264849371234 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/15184/statm: 3067 352 271 3 0 167 0
[pid=15185] ppid=15184 vsize=447536 CPUtime=9459.52
/proc/15185/stat : 15185 (siege_v4) R 15184 15184 15122 0 -1 0 23879 0 0 0 945843 109 0 0 25 0 1 0 305956209 458276864 22368 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134529835 0 0 4096 0 0 0 0 17 1 0 0
/proc/15185/statm: 111884 22368 86 208 0 111672 0
Current children cumulated CPU time (s) 9459.52
Current children cumulated vsize (KiB) 459804

[startup+9522.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/79 16262
/proc/meminfo: memFree=1467888/2055920 swapFree=4155964/4192956
[pid=15184] ppid=15182 vsize=12268 CPUtime=0
/proc/15184/stat : 15184 (siegeadapter.pl) S 15182 15184 15122 0 -1 4194304 404 0 0 0 0 0 0 0 16 0 1 0 305956209 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 264849371234 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/15184/statm: 3067 352 271 3 0 167 0
[pid=15185] ppid=15184 vsize=447588 CPUtime=9519.5
/proc/15185/stat : 15185 (siege_v4) R 15184 15184 15122 0 -1 0 24552 0 0 0 951840 110 0 0 25 0 1 0 305956209 458330112 23041 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134527916 0 0 4096 0 0 0 0 17 1 0 0
/proc/15185/statm: 111897 23041 86 208 0 111685 0
Current children cumulated CPU time (s) 9519.5
Current children cumulated vsize (KiB) 459856

[startup+9582.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 16262
/proc/meminfo: memFree=1467824/2055920 swapFree=4155964/4192956
[pid=15184] ppid=15182 vsize=12268 CPUtime=0
/proc/15184/stat : 15184 (siegeadapter.pl) S 15182 15184 15122 0 -1 4194304 404 0 0 0 0 0 0 0 16 0 1 0 305956209 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 264849371234 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/15184/statm: 3067 352 271 3 0 167 0
[pid=15185] ppid=15184 vsize=447628 CPUtime=9579.49
/proc/15185/stat : 15185 (siege_v4) R 15184 15184 15122 0 -1 0 24563 0 0 0 957838 111 0 0 25 0 1 0 305956209 458371072 23052 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134528947 0 0 4096 0 0 0 0 17 1 0 0
/proc/15185/statm: 111907 23052 86 208 0 111695 0
Current children cumulated CPU time (s) 9579.49
Current children cumulated vsize (KiB) 459896

[startup+9642.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 16262
/proc/meminfo: memFree=1467696/2055920 swapFree=4155964/4192956
[pid=15184] ppid=15182 vsize=12268 CPUtime=0
/proc/15184/stat : 15184 (siegeadapter.pl) S 15182 15184 15122 0 -1 4194304 404 0 0 0 0 0 0 0 16 0 1 0 305956209 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 264849371234 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/15184/statm: 3067 352 271 3 0 167 0
[pid=15185] ppid=15184 vsize=447712 CPUtime=9639.47
/proc/15185/stat : 15185 (siege_v4) R 15184 15184 15122 0 -1 0 24583 0 0 0 963836 111 0 0 25 0 1 0 305956209 458457088 23072 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134527916 0 0 4096 0 0 0 0 17 1 0 0
/proc/15185/statm: 111928 23072 86 208 0 111716 0
Current children cumulated CPU time (s) 9639.47
Current children cumulated vsize (KiB) 459980

[startup+9702.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 16262
/proc/meminfo: memFree=1467632/2055920 swapFree=4155964/4192956
[pid=15184] ppid=15182 vsize=12268 CPUtime=0
/proc/15184/stat : 15184 (siegeadapter.pl) S 15182 15184 15122 0 -1 4194304 404 0 0 0 0 0 0 0 16 0 1 0 305956209 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 264849371234 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/15184/statm: 3067 352 271 3 0 167 0
[pid=15185] ppid=15184 vsize=447800 CPUtime=9699.46
/proc/15185/stat : 15185 (siege_v4) R 15184 15184 15122 0 -1 0 24605 0 0 0 969834 112 0 0 25 0 1 0 305956209 458547200 23094 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134531494 0 0 4096 0 0 0 0 17 1 0 0
/proc/15185/statm: 111950 23094 86 208 0 111738 0
Current children cumulated CPU time (s) 9699.46
Current children cumulated vsize (KiB) 460068

[startup+9762.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 16262
/proc/meminfo: memFree=1467632/2055920 swapFree=4155964/4192956
[pid=15184] ppid=15182 vsize=12268 CPUtime=0
/proc/15184/stat : 15184 (siegeadapter.pl) S 15182 15184 15122 0 -1 4194304 404 0 0 0 0 0 0 0 16 0 1 0 305956209 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 264849371234 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/15184/statm: 3067 352 271 3 0 167 0
[pid=15185] ppid=15184 vsize=447820 CPUtime=9759.43
/proc/15185/stat : 15185 (siege_v4) R 15184 15184 15122 0 -1 0 24610 0 0 0 975831 112 0 0 25 0 1 0 305956209 458567680 23099 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134528947 0 0 4096 0 0 0 0 17 1 0 0
/proc/15185/statm: 111955 23099 86 208 0 111743 0
Current children cumulated CPU time (s) 9759.43
Current children cumulated vsize (KiB) 460088

[startup+9822.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 16262
/proc/meminfo: memFree=1467568/2055920 swapFree=4155964/4192956
[pid=15184] ppid=15182 vsize=12268 CPUtime=0
/proc/15184/stat : 15184 (siegeadapter.pl) S 15182 15184 15122 0 -1 4194304 404 0 0 0 0 0 0 0 16 0 1 0 305956209 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 264849371234 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/15184/statm: 3067 352 271 3 0 167 0
[pid=15185] ppid=15184 vsize=447872 CPUtime=9819.42
/proc/15185/stat : 15185 (siege_v4) R 15184 15184 15122 0 -1 0 24623 0 0 0 981829 113 0 0 25 0 1 0 305956209 458620928 23112 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134529835 0 0 4096 0 0 0 0 17 1 0 0
/proc/15185/statm: 111968 23112 86 208 0 111756 0
Current children cumulated CPU time (s) 9819.42
Current children cumulated vsize (KiB) 460140

[startup+9882.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 16262
/proc/meminfo: memFree=1467504/2055920 swapFree=4155964/4192956
[pid=15184] ppid=15182 vsize=12268 CPUtime=0
/proc/15184/stat : 15184 (siegeadapter.pl) S 15182 15184 15122 0 -1 4194304 404 0 0 0 0 0 0 0 16 0 1 0 305956209 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 264849371234 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/15184/statm: 3067 352 271 3 0 167 0
[pid=15185] ppid=15184 vsize=447928 CPUtime=9879.41
/proc/15185/stat : 15185 (siege_v4) R 15184 15184 15122 0 -1 0 24637 0 0 0 987828 113 0 0 25 0 1 0 305956209 458678272 23126 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134529957 0 0 4096 0 0 0 0 17 1 0 0
/proc/15185/statm: 111982 23126 86 208 0 111770 0
Current children cumulated CPU time (s) 9879.41
Current children cumulated vsize (KiB) 460196

[startup+9942.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 16262
/proc/meminfo: memFree=1467504/2055920 swapFree=4155964/4192956
[pid=15184] ppid=15182 vsize=12268 CPUtime=0
/proc/15184/stat : 15184 (siegeadapter.pl) S 15182 15184 15122 0 -1 4194304 404 0 0 0 0 0 0 0 16 0 1 0 305956209 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 264849371234 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/15184/statm: 3067 352 271 3 0 167 0
[pid=15185] ppid=15184 vsize=447960 CPUtime=9939.39
/proc/15185/stat : 15185 (siege_v4) R 15184 15184 15122 0 -1 0 24645 0 0 0 993825 114 0 0 25 0 1 0 305956209 458711040 23134 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134529184 0 0 4096 0 0 0 0 17 1 0 0
/proc/15185/statm: 111990 23134 86 208 0 111778 0
Current children cumulated CPU time (s) 9939.39
Current children cumulated vsize (KiB) 460228

[startup+10002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 16262
/proc/meminfo: memFree=1467504/2055920 swapFree=4155964/4192956
[pid=15184] ppid=15182 vsize=12268 CPUtime=0
/proc/15184/stat : 15184 (siegeadapter.pl) S 15182 15184 15122 0 -1 4194304 404 0 0 0 0 0 0 0 16 0 1 0 305956209 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 264849371234 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/15184/statm: 3067 352 271 3 0 167 0
[pid=15185] ppid=15184 vsize=447976 CPUtime=9999.38
/proc/15185/stat : 15185 (siege_v4) R 15184 15184 15122 0 -1 0 24649 0 0 0 999824 114 0 0 25 0 1 0 305956209 458727424 23138 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134528008 0 0 4096 0 0 0 0 17 1 0 0
/proc/15185/statm: 111994 23138 86 208 0 111782 0
Current children cumulated CPU time (s) 9999.38
Current children cumulated vsize (KiB) 460244



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+10003 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 16262
/proc/meminfo: memFree=1467504/2055920 swapFree=4155964/4192956
[pid=15184] ppid=15182 vsize=12268 CPUtime=0
/proc/15184/stat : 15184 (siegeadapter.pl) S 15182 15184 15122 0 -1 4194304 404 0 0 0 0 0 0 0 16 0 1 0 305956209 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 264849371234 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/15184/statm: 3067 352 271 3 0 167 0
[pid=15185] ppid=15184 vsize=447976 CPUtime=10000.1
/proc/15185/stat : 15185 (siege_v4) R 15184 15184 15122 0 -1 0 24649 0 0 0 999893 114 0 0 25 0 1 0 305956209 458727424 23138 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134527916 0 0 4096 0 0 0 0 17 1 0 0
/proc/15185/statm: 111994 23138 86 208 0 111782 0
Current children cumulated CPU time (s) 10000.1
Current children cumulated vsize (KiB) 460244

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 15184 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=0
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=3999
# CPU time returned by wait4() is 0.003999
# 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
CPU time (s): 10000.1
CPU user time (s): 9998.93
CPU system time (s): 1.14
CPU usage (%): 99.9704
Max. virtual memory (cumulated for all children) (KiB): 460244

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0
system time used= 0.003999
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 404
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9
involuntary context switches= 1

runsolver used 9.77951 second user time and 26.13 second system time

The end

Launcher Data (download as text)

Begin job on node44 on Mon May  7 23:27:25 UTC 2007

IDJOB= 422350
IDBENCH= 20403
IDSOLVER= 190
FILE ID= node44/422350-1178580445

PBS_JOBID= 5217910

Free space on /tmp= 66558 MiB

SOLVER NAME= Siege V4
BENCH NAME= HOME/pub/bench/SAT07/industrial/fuhs/hard/AProVE07-26.cnf
COMMAND LINE= /tmp/evaluation/422350-1178580445/siegeadapter.pl /tmp/evaluation/422350-1178580445/instance-422350-1178580445.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node44/watcher-422350-1178580445 -o ROOT/results/node44/solver-422350-1178580445 -C 10000 -W 15000 -M 1800 --output-limit 1,15  /tmp/evaluation/422350-1178580445/siegeadapter.pl /tmp/evaluation/422350-1178580445/instance-422350-1178580445.cnf            

META MD5SUM SOLVER= 69ef6d521077f526586997d0c4a9a904
MD5SUM BENCH=  0cf155110f71a43081221b427d368ee8

RANDOM SEED= 37764289

TIME LIMIT= 10000 seconds
MEMORY LIMIT= 1800 MiB

Linux node44.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.234
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.234
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:       1564568 kB
Buffers:         38820 kB
Cached:         333152 kB
SwapCached:      12840 kB
Active:         183484 kB
Inactive:       211292 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1564568 kB
SwapTotal:     4192956 kB
SwapFree:      4155964 kB
Dirty:            2464 kB
Writeback:           0 kB
Mapped:          30956 kB
Slab:            82104 kB
Committed_AS:  4594176 kB
PageTables:       1736 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= 66558 MiB

End job on node44 on Tue May  8 02:14:10 UTC 2007