Trace number 422514

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 V4SAT 145.221 145.312

General information on the benchmark

Nameindustrial/vliw_sat_4.0/
9vliw_m_9stages_iq3_C1_bug6.cnf
MD5SUMabc624ca713aad9563ab3886d918a526
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark47.2348
Satisfiable
(Un)Satisfiability was proved
Number of variables521192
Number of clauses13378781
Sum of the clauses size39205391
Maximum clause length6689
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 28714698
Number of clauses of size 34209419
Number of clauses of size 425257
Number of clauses of size 515681
Number of clauses of size over 5413725

Solver Data (download as text)

Sorry, but this trace is too large and cannot be obtained.

Verifier Data (download as text)

OK

Watcher Data (download as text)

runsolver version 3.2.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node65/watcher-422514-1178637916 -o ROOT/results/node65/solver-422514-1178637916 -C 10000 -W 15000 -M 1800 --output-limit 1,15 /tmp/evaluation/422514-1178637916/siegeadapter.pl /tmp/evaluation/422514-1178637916/instance-422514-1178637916.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.89 0.94 0.98 3/64 8754
/proc/meminfo: memFree=1408680/2055920 swapFree=4184160/4192956
[pid=8754] ppid=8752 vsize=12268 CPUtime=0
/proc/8754/stat : 8754 (siegeadapter.pl) R 8752 8754 8692 0 -1 4194304 382 0 0 0 0 0 0 0 18 0 1 0 339783058 12562432 350 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 257203694239 0 0 4224 0 0 0 0 17 1 0 0
/proc/8754/statm: 3067 350 270 3 0 167 0
[pid=8755] ppid=8754 vsize=312832 CPUtime=0
/proc/8755/stat : 8755 (siege_v4) R 8754 8754 8692 0 -1 0 95 0 0 0 0 0 0 0 18 0 1 0 339783058 320339968 80 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134949222 0 0 4096 0 0 0 0 17 1 0 0
/proc/8755/statm: 78208 80 66 208 0 1158 0

[startup+0.0968371 s]
/proc/loadavg: 0.89 0.94 0.98 3/64 8754
/proc/meminfo: memFree=1408680/2055920 swapFree=4184160/4192956
[pid=8754] ppid=8752 vsize=12268 CPUtime=0
/proc/8754/stat : 8754 (siegeadapter.pl) S 8752 8754 8692 0 -1 4194304 403 0 0 0 0 0 0 0 18 0 1 0 339783058 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 257212592226 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/8754/statm: 3067 352 271 3 0 167 0
[pid=8755] ppid=8754 vsize=371996 CPUtime=0.08
/proc/8755/stat : 8755 (siege_v4) R 8754 8754 8692 0 -1 0 9899 0 0 0 4 4 0 0 19 0 1 0 339783058 380923904 9885 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134948312 0 0 4096 0 0 0 0 17 1 0 0
/proc/8755/statm: 93001 9887 66 208 0 15951 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 384264

[startup+0.101836 s]
/proc/loadavg: 0.89 0.94 0.98 3/64 8754
/proc/meminfo: memFree=1408680/2055920 swapFree=4184160/4192956
[pid=8754] ppid=8752 vsize=12268 CPUtime=0
/proc/8754/stat : 8754 (siegeadapter.pl) S 8752 8754 8692 0 -1 4194304 403 0 0 0 0 0 0 0 18 0 1 0 339783058 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 257212592226 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/8754/statm: 3067 352 271 3 0 167 0
[pid=8755] ppid=8754 vsize=372936 CPUtime=0.08
/proc/8755/stat : 8755 (siege_v4) R 8754 8754 8692 0 -1 0 10400 0 0 0 4 4 0 0 19 0 1 0 339783058 381886464 10385 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134515452 0 0 4096 0 0 0 0 17 1 0 0
/proc/8755/statm: 93236 10388 66 208 0 16186 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 385204

[startup+0.301852 s]
/proc/loadavg: 0.89 0.94 0.98 3/64 8754
/proc/meminfo: memFree=1408680/2055920 swapFree=4184160/4192956
[pid=8754] ppid=8752 vsize=12268 CPUtime=0
/proc/8754/stat : 8754 (siegeadapter.pl) S 8752 8754 8692 0 -1 4194304 403 0 0 0 0 0 0 0 18 0 1 0 339783058 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 257212592226 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/8754/statm: 3067 352 271 3 0 167 0
[pid=8755] ppid=8754 vsize=868572 CPUtime=0.28
/proc/8755/stat : 8755 (siege_v4) R 8754 8754 8692 0 -1 0 25200 0 0 0 18 10 0 0 20 0 1 0 339783058 889417728 25185 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134514265 0 0 4096 0 0 0 0 17 1 0 0
/proc/8755/statm: 217143 25186 378 208 0 140093 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 880840

[startup+0.701885 s]
/proc/loadavg: 0.89 0.94 0.98 3/64 8754
/proc/meminfo: memFree=1408680/2055920 swapFree=4184160/4192956
[pid=8754] ppid=8752 vsize=12268 CPUtime=0
/proc/8754/stat : 8754 (siegeadapter.pl) S 8752 8754 8692 0 -1 4194304 403 0 0 0 0 0 0 0 18 0 1 0 339783058 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 257212592226 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/8754/statm: 3067 352 271 3 0 167 0
[pid=8755] ppid=8754 vsize=887692 CPUtime=0.68
/proc/8755/stat : 8755 (siege_v4) R 8754 8754 8692 0 -1 0 38182 0 0 0 54 14 0 0 24 0 1 0 339783058 908996608 38167 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134948312 0 0 4096 0 0 0 0 17 1 0 0
/proc/8755/statm: 221923 38167 7517 208 0 144873 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 899960

[startup+1.50195 s]
/proc/loadavg: 0.89 0.94 0.98 2/66 8756
/proc/meminfo: memFree=1269784/2055920 swapFree=4184160/4192956
[pid=8754] ppid=8752 vsize=12268 CPUtime=0
/proc/8754/stat : 8754 (siegeadapter.pl) S 8752 8754 8692 0 -1 4194304 403 0 0 0 0 0 0 0 18 0 1 0 339783058 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 257212592226 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/8754/statm: 3067 352 271 3 0 167 0
[pid=8755] ppid=8754 vsize=919880 CPUtime=1.48
/proc/8755/stat : 8755 (siege_v4) R 8754 8754 8692 0 -1 0 62957 0 0 0 127 21 0 0 25 0 1 0 339783058 941957120 62942 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134556509 0 0 4096 0 0 0 0 17 1 0 0
/proc/8755/statm: 229970 62943 22404 208 0 152920 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 932148

[startup+3.10109 s]
/proc/loadavg: 0.89 0.94 0.98 2/66 8756
/proc/meminfo: memFree=1218648/2055920 swapFree=4184160/4192956
[pid=8754] ppid=8752 vsize=12268 CPUtime=0
/proc/8754/stat : 8754 (siegeadapter.pl) S 8752 8754 8692 0 -1 4194304 403 0 0 0 0 0 0 0 18 0 1 0 339783058 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 257212592226 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/8754/statm: 3067 352 271 3 0 167 0
[pid=8755] ppid=8754 vsize=979776 CPUtime=3.07
/proc/8755/stat : 8755 (siege_v4) R 8754 8754 8692 0 -1 0 109543 0 0 0 270 37 0 0 25 0 1 0 339783058 1003290624 108958 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134938667 0 0 4096 0 0 0 0 17 0 0 0
/proc/8755/statm: 244944 108958 50583 208 0 167894 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 992044

[startup+6.30135 s]
/proc/loadavg: 0.90 0.94 0.98 2/66 8756
/proc/meminfo: memFree=1021848/2055920 swapFree=4184160/4192956
[pid=8754] ppid=8752 vsize=12268 CPUtime=0
/proc/8754/stat : 8754 (siegeadapter.pl) S 8752 8754 8692 0 -1 4194304 404 0 0 0 0 0 0 0 16 0 1 0 339783058 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 257212592226 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/8754/statm: 3067 352 271 3 0 167 0
[pid=8755] ppid=8754 vsize=818912 CPUtime=6.27
/proc/8755/stat : 8755 (siege_v4) R 8754 8754 8692 0 -1 0 174916 0 0 0 561 66 0 0 25 0 1 0 339783058 838565888 97243 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134529952 0 0 4096 0 0 0 0 17 1 0 0
/proc/8755/statm: 204728 97243 86 208 0 204516 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 831180

[startup+12.7019 s]
/proc/loadavg: 0.91 0.94 0.98 2/66 8756
/proc/meminfo: memFree=1014560/2055920 swapFree=4184160/4192956
[pid=8754] ppid=8752 vsize=12268 CPUtime=0
/proc/8754/stat : 8754 (siegeadapter.pl) S 8752 8754 8692 0 -1 4194304 404 0 0 0 0 0 0 0 16 0 1 0 339783058 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 257212592226 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/8754/statm: 3067 352 271 3 0 167 0
[pid=8755] ppid=8754 vsize=823208 CPUtime=12.66
/proc/8755/stat : 8755 (siege_v4) R 8754 8754 8692 0 -1 0 176166 0 0 0 1200 66 0 0 25 0 1 0 339783058 842964992 98493 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134529268 0 0 4096 0 0 0 0 17 1 0 0
/proc/8755/statm: 205802 98493 86 208 0 205590 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 835476

[startup+25.5019 s]
/proc/loadavg: 1.00 0.96 0.98 2/66 8756
/proc/meminfo: memFree=1011424/2055920 swapFree=4184160/4192956
[pid=8754] ppid=8752 vsize=12268 CPUtime=0
/proc/8754/stat : 8754 (siegeadapter.pl) S 8752 8754 8692 0 -1 4194304 404 0 0 0 0 0 0 0 16 0 1 0 339783058 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 257212592226 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/8754/statm: 3067 352 271 3 0 167 0
[pid=8755] ppid=8754 vsize=824848 CPUtime=25.46
/proc/8755/stat : 8755 (siege_v4) R 8754 8754 8692 0 -1 0 176942 0 0 0 2479 67 0 0 25 0 1 0 339783058 844644352 99269 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134529809 0 0 4096 0 0 0 0 17 1 0 0
/proc/8755/statm: 206212 99269 86 208 0 206000 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 837116

[startup+51.1011 s]
/proc/loadavg: 1.00 0.96 0.98 2/66 8756
/proc/meminfo: memFree=1009184/2055920 swapFree=4184160/4192956
[pid=8754] ppid=8752 vsize=12268 CPUtime=0
/proc/8754/stat : 8754 (siegeadapter.pl) S 8752 8754 8692 0 -1 4194304 404 0 0 0 0 0 0 0 16 0 1 0 339783058 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 257212592226 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/8754/statm: 3067 352 271 3 0 167 0
[pid=8755] ppid=8754 vsize=827072 CPUtime=51.05
/proc/8755/stat : 8755 (siege_v4) R 8754 8754 8692 0 -1 0 177574 0 0 0 5037 68 0 0 25 0 1 0 339783058 846921728 99901 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134530124 0 0 4096 0 0 0 0 17 1 0 0
/proc/8755/statm: 206768 99901 86 208 0 206556 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 839340

[startup+102.305 s]
/proc/loadavg: 1.00 0.97 0.98 2/66 8756
/proc/meminfo: memFree=1005472/2055920 swapFree=4184160/4192956
[pid=8754] ppid=8752 vsize=12268 CPUtime=0
/proc/8754/stat : 8754 (siegeadapter.pl) S 8752 8754 8692 0 -1 4194304 404 0 0 0 0 0 0 0 16 0 1 0 339783058 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 257212592226 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/8754/statm: 3067 352 271 3 0 167 0
[pid=8755] ppid=8754 vsize=829696 CPUtime=102.24
/proc/8755/stat : 8755 (siege_v4) R 8754 8754 8692 0 -1 0 178503 0 0 0 10155 69 0 0 25 0 1 0 339783058 849608704 100830 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134529809 0 0 4096 0 0 0 0 17 1 0 0
/proc/8755/statm: 207424 100830 86 208 0 207212 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 841964

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

[startup+127.901 s]
/proc/loadavg: 1.00 0.97 0.98 2/66 8756
/proc/meminfo: memFree=1003552/2055920 swapFree=4184160/4192956
[pid=8754] ppid=8752 vsize=12268 CPUtime=0
/proc/8754/stat : 8754 (siegeadapter.pl) S 8752 8754 8692 0 -1 4194304 404 0 0 0 0 0 0 0 16 0 1 0 339783058 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 257212592226 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/8754/statm: 3067 352 271 3 0 167 0
[pid=8755] ppid=8754 vsize=830500 CPUtime=127.83
/proc/8755/stat : 8755 (siege_v4) R 8754 8754 8692 0 -1 0 178994 0 0 0 12713 70 0 0 25 0 1 0 339783058 850432000 101321 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134529835 0 0 4096 0 0 0 0 17 1 0 0
/proc/8755/statm: 207625 101321 86 208 0 207413 0
Current children cumulated CPU time (s) 127.83
Current children cumulated vsize (KiB) 842768

[startup+134.302 s]
/proc/loadavg: 1.00 0.97 0.98 2/66 8756
/proc/meminfo: memFree=1003168/2055920 swapFree=4184160/4192956
[pid=8754] ppid=8752 vsize=12268 CPUtime=0
/proc/8754/stat : 8754 (siegeadapter.pl) S 8752 8754 8692 0 -1 4194304 404 0 0 0 0 0 0 0 16 0 1 0 339783058 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 257212592226 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/8754/statm: 3067 352 271 3 0 167 0
[pid=8755] ppid=8754 vsize=830648 CPUtime=134.23
/proc/8755/stat : 8755 (siege_v4) R 8754 8754 8692 0 -1 0 179079 0 0 0 13353 70 0 0 25 0 1 0 339783058 850583552 101406 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134529957 0 0 4096 0 0 0 0 17 1 0 0
/proc/8755/statm: 207662 101406 86 208 0 207450 0
Current children cumulated CPU time (s) 134.23
Current children cumulated vsize (KiB) 842916

[startup+140.701 s]
/proc/loadavg: 1.00 0.97 0.98 2/66 8756
/proc/meminfo: memFree=1002848/2055920 swapFree=4184160/4192956
[pid=8754] ppid=8752 vsize=12268 CPUtime=0
/proc/8754/stat : 8754 (siegeadapter.pl) S 8752 8754 8692 0 -1 4194304 404 0 0 0 0 0 0 0 16 0 1 0 339783058 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 257212592226 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/8754/statm: 3067 352 271 3 0 167 0
[pid=8755] ppid=8754 vsize=830756 CPUtime=140.63
/proc/8755/stat : 8755 (siege_v4) R 8754 8754 8692 0 -1 0 179154 0 0 0 13993 70 0 0 25 0 1 0 339783058 850694144 101481 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134529835 0 0 4096 0 0 0 0 17 1 0 0
/proc/8755/statm: 207689 101481 86 208 0 207477 0
Current children cumulated CPU time (s) 140.63
Current children cumulated vsize (KiB) 843024

[startup+143.902 s]
/proc/loadavg: 1.00 0.97 0.98 2/66 8756
/proc/meminfo: memFree=1002720/2055920 swapFree=4184160/4192956
[pid=8754] ppid=8752 vsize=12268 CPUtime=0
/proc/8754/stat : 8754 (siegeadapter.pl) S 8752 8754 8692 0 -1 4194304 404 0 0 0 0 0 0 0 16 0 1 0 339783058 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 257212592226 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/8754/statm: 3067 352 271 3 0 167 0
[pid=8755] ppid=8754 vsize=830816 CPUtime=143.82
/proc/8755/stat : 8755 (siege_v4) R 8754 8754 8692 0 -1 0 179185 0 0 0 14312 70 0 0 25 0 1 0 339783058 850755584 101512 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134529930 0 0 4096 0 0 0 0 17 1 0 0
/proc/8755/statm: 207704 101512 86 208 0 207492 0
Current children cumulated CPU time (s) 143.82
Current children cumulated vsize (KiB) 843084

[startup+144.702 s]
/proc/loadavg: 1.00 0.97 0.98 2/66 8756
/proc/meminfo: memFree=1002720/2055920 swapFree=4184160/4192956
[pid=8754] ppid=8752 vsize=12268 CPUtime=0
/proc/8754/stat : 8754 (siegeadapter.pl) S 8752 8754 8692 0 -1 4194304 404 0 0 0 0 0 0 0 16 0 1 0 339783058 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 257212592226 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/8754/statm: 3067 352 271 3 0 167 0
[pid=8755] ppid=8754 vsize=830824 CPUtime=144.62
/proc/8755/stat : 8755 (siege_v4) R 8754 8754 8692 0 -1 0 179187 0 0 0 14392 70 0 0 25 0 1 0 339783058 850763776 101514 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134529846 0 0 4096 0 0 0 0 17 1 0 0
/proc/8755/statm: 207706 101514 86 208 0 207494 0
Current children cumulated CPU time (s) 144.62
Current children cumulated vsize (KiB) 843092

[startup+145.102 s]
/proc/loadavg: 1.00 0.97 0.98 2/66 8756
/proc/meminfo: memFree=1059424/2055920 swapFree=4184160/4192956
[pid=8754] ppid=8752 vsize=12268 CPUtime=0
/proc/8754/stat : 8754 (siegeadapter.pl) S 8752 8754 8692 0 -1 4194304 404 0 0 0 0 0 0 0 16 0 1 0 339783058 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 257212592226 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/8754/statm: 3067 352 271 3 0 167 0
[pid=8755] ppid=8754 vsize=351940 CPUtime=145.03
/proc/8755/stat : 8755 (siege_v4) R 8754 8754 8692 0 -1 0 179197 0 0 0 14429 74 0 0 25 0 1 0 339783058 360386560 86261 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134943094 0 0 4096 0 0 0 0 17 1 0 0
/proc/8755/statm: 87985 86261 95 208 0 87773 0
Current children cumulated CPU time (s) 145.03
Current children cumulated vsize (KiB) 364208

[startup+145.311 s]
/proc/loadavg: 1.00 0.97 0.98 2/66 8756
/proc/meminfo: memFree=1059424/2055920 swapFree=4184160/4192956
[pid=8754] ppid=8752 vsize=0 CPUtime=145.19
/proc/8754/stat : 8754 (siegeadapter.pl) D 8752 8754 8692 0 -1 4194308 4471 179197 0 0 2 5 14433 79 16 0 1 0 339783058 0 0 18446744073709551615 0 0 0 0 0 0 0 4224 0 18446744072100051646 0 0 17 1 0 0
/proc/8754/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 145.19
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 145.312
CPU time (s): 145.221
CPU user time (s): 144.369
CPU system time (s): 0.85187
CPU usage (%): 99.9375
Max. virtual memory (cumulated for all children) (KiB): 1131372

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 144.369
system time used= 0.85187
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 183668
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= 3890
involuntary context switches= 225

runsolver used 0.132979 second user time and 0.330949 second system time

The end

Launcher Data (download as text)

Begin job on node65 on Tue May  8 15:25:34 UTC 2007

IDJOB= 422514
IDBENCH= 20583
IDSOLVER= 190
FILE ID= node65/422514-1178637916

PBS_JOBID= 5218344

Free space on /tmp= 66263 MiB

SOLVER NAME= Siege V4
BENCH NAME= HOME/pub/bench/SAT07/industrial/vliw_sat_4.0/9vliw_m_9stages_iq3_C1_bug6.cnf
COMMAND LINE= /tmp/evaluation/422514-1178637916/siegeadapter.pl /tmp/evaluation/422514-1178637916/instance-422514-1178637916.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node65/watcher-422514-1178637916 -o ROOT/results/node65/solver-422514-1178637916 -C 10000 -W 15000 -M 1800 --output-limit 1,15  /tmp/evaluation/422514-1178637916/siegeadapter.pl /tmp/evaluation/422514-1178637916/instance-422514-1178637916.cnf            

META MD5SUM SOLVER= 69ef6d521077f526586997d0c4a9a904
MD5SUM BENCH=  abc624ca713aad9563ab3886d918a526

RANDOM SEED= 395192281

TIME LIMIT= 10000 seconds
MEMORY LIMIT= 1800 MiB

Linux node65.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.245
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.245
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:       1409152 kB
Buffers:         23168 kB
Cached:         531256 kB
SwapCached:       2768 kB
Active:         383876 kB
Inactive:       179916 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1409152 kB
SwapTotal:     4192956 kB
SwapFree:      4184160 kB
Dirty:          221756 kB
Writeback:           0 kB
Mapped:          15496 kB
Slab:            68928 kB
Committed_AS:  7396236 kB
PageTables:       1456 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= 66259 MiB

End job on node65 on Tue May  8 15:28:00 UTC 2007