Trace number 422299

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 3774.16 3775.39

General information on the benchmark

Nameindustrial/anbulagan/
hard-sat/partial-10-15-s.cnf
MD5SUMa6b04ec2cace5c4e6bef212c7f2df796
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1843.31
Satisfiable
(Un)Satisfiability was proved
Number of variables261020
Number of clauses1211106
Sum of the clauses size2788072
Maximum clause length10
Minimum clause length1
Number of clauses of size 119537
Number of clauses of size 2952032
Number of clauses of size 3190917
Number of clauses of size 45400
Number of clauses of size 521600
Number of clauses of size over 521620

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/node5/watcher-422299-1178554883 -o ROOT/results/node5/solver-422299-1178554883 -C 10000 -W 15000 -M 1800 --output-limit 1,15 /tmp/evaluation/422299-1178554883/siegeadapter.pl /tmp/evaluation/422299-1178554883/instance-422299-1178554883.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.98 0.95 0.61 3/77 20390
/proc/meminfo: memFree=1714688/2055920 swapFree=4150076/4192956
[pid=20390] ppid=20388 vsize=12268 CPUtime=0
/proc/20390/stat : 20390 (siegeadapter.pl) S 20388 20390 20247 0 -1 4194304 403 0 0 0 0 0 0 0 18 0 1 0 331526111 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 226922377314 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/20390/statm: 3067 352 271 3 0 167 0
[pid=20391] ppid=20390 vsize=25044 CPUtime=0
/proc/20391/stat : 20391 (siege_v4) R 20390 20390 20247 0 -1 0 95 0 0 0 0 0 0 0 20 0 1 0 331526111 25645056 80 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134949222 0 0 4096 0 0 0 0 17 1 0 0
/proc/20391/statm: 6261 80 66 208 0 586 0

[startup+0.036916 s]
/proc/loadavg: 0.98 0.95 0.61 3/77 20390
/proc/meminfo: memFree=1714688/2055920 swapFree=4150076/4192956
[pid=20390] ppid=20388 vsize=12268 CPUtime=0
/proc/20390/stat : 20390 (siegeadapter.pl) S 20388 20390 20247 0 -1 4194304 403 0 0 0 0 0 0 0 18 0 1 0 331526111 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 226922377314 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/20390/statm: 3067 352 271 3 0 167 0
[pid=20391] ppid=20390 vsize=51724 CPUtime=0.02
/proc/20391/stat : 20391 (siege_v4) R 20390 20390 20247 0 -1 0 3438 0 0 0 2 0 0 0 20 0 1 0 331526111 52965376 3423 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134948312 0 0 4096 0 0 0 0 17 1 0 0
/proc/20391/statm: 12933 3426 66 208 0 7258 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 63992

[startup+0.101924 s]
/proc/loadavg: 0.98 0.95 0.61 3/77 20390
/proc/meminfo: memFree=1714688/2055920 swapFree=4150076/4192956
[pid=20390] ppid=20388 vsize=12268 CPUtime=0
/proc/20390/stat : 20390 (siegeadapter.pl) S 20388 20390 20247 0 -1 4194304 403 0 0 0 0 0 0 0 18 0 1 0 331526111 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 226922377314 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/20390/statm: 3067 352 271 3 0 167 0
[pid=20391] ppid=20390 vsize=63144 CPUtime=0.09
/proc/20391/stat : 20391 (siege_v4) R 20390 20390 20247 0 -1 0 9505 0 0 0 4 5 0 0 20 0 1 0 331526111 64659456 9490 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 135101734 0 0 4096 0 0 0 0 17 1 0 0
/proc/20391/statm: 15787 9492 66 208 0 10112 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 75412

[startup+0.301945 s]
/proc/loadavg: 0.98 0.95 0.61 3/77 20390
/proc/meminfo: memFree=1714688/2055920 swapFree=4150076/4192956
[pid=20390] ppid=20388 vsize=12268 CPUtime=0
/proc/20390/stat : 20390 (siegeadapter.pl) S 20388 20390 20247 0 -1 4194304 403 0 0 0 0 0 0 0 18 0 1 0 331526111 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 226922377314 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/20390/statm: 3067 352 271 3 0 167 0
[pid=20391] ppid=20390 vsize=508312 CPUtime=0.29
/proc/20391/stat : 20391 (siege_v4) R 20390 20390 20247 0 -1 0 16662 0 0 0 20 9 0 0 21 0 1 0 331526111 520511488 16647 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134556531 0 0 4096 0 0 0 0 17 1 0 0
/proc/20391/statm: 127078 16648 1914 208 0 121403 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 520580

[startup+0.701992 s]
/proc/loadavg: 0.98 0.95 0.61 3/77 20390
/proc/meminfo: memFree=1714688/2055920 swapFree=4150076/4192956
[pid=20390] ppid=20388 vsize=12268 CPUtime=0
/proc/20390/stat : 20390 (siegeadapter.pl) S 20388 20390 20247 0 -1 4194304 404 0 0 0 0 0 0 0 15 0 1 0 331526111 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 226922377314 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/20390/statm: 3067 352 271 3 0 167 0
[pid=20391] ppid=20390 vsize=502464 CPUtime=0.69
/proc/20391/stat : 20391 (siege_v4) R 20390 20390 20247 0 -1 0 25709 0 0 0 57 12 0 0 25 0 1 0 331526111 514523136 20165 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134529835 0 0 4096 0 0 0 0 17 1 0 0
/proc/20391/statm: 125616 20165 86 208 0 125404 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 514732

[startup+1.50108 s]
/proc/loadavg: 1.07 0.97 0.62 2/79 20392
/proc/meminfo: memFree=1632048/2055920 swapFree=4150076/4192956
[pid=20390] ppid=20388 vsize=12268 CPUtime=0
/proc/20390/stat : 20390 (siegeadapter.pl) S 20388 20390 20247 0 -1 4194304 404 0 0 0 0 0 0 0 15 0 1 0 331526111 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 226922377314 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/20390/statm: 3067 352 271 3 0 167 0
[pid=20391] ppid=20390 vsize=502464 CPUtime=1.48
/proc/20391/stat : 20391 (siege_v4) R 20390 20390 20247 0 -1 0 25930 0 0 0 136 12 0 0 25 0 1 0 331526111 514523136 20386 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134529809 0 0 4096 0 0 0 0 17 1 0 0
/proc/20391/statm: 125616 20386 86 208 0 125404 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 514732

[startup+3.10126 s]
/proc/loadavg: 1.07 0.97 0.62 2/79 20392
/proc/meminfo: memFree=1632560/2055920 swapFree=4150076/4192956
[pid=20390] ppid=20388 vsize=12268 CPUtime=0
/proc/20390/stat : 20390 (siegeadapter.pl) S 20388 20390 20247 0 -1 4194304 404 0 0 0 0 0 0 0 15 0 1 0 331526111 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 226922377314 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/20390/statm: 3067 352 271 3 0 167 0
[pid=20391] ppid=20390 vsize=502464 CPUtime=3.08
/proc/20391/stat : 20391 (siege_v4) R 20390 20390 20247 0 -1 0 25932 0 0 0 296 12 0 0 25 0 1 0 331526111 514523136 20388 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134529809 0 0 4096 0 0 0 0 17 1 0 0
/proc/20391/statm: 125616 20388 86 208 0 125404 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 514732

[startup+6.30262 s]
/proc/loadavg: 1.07 0.97 0.62 2/79 20392
/proc/meminfo: memFree=1632560/2055920 swapFree=4150076/4192956
[pid=20390] ppid=20388 vsize=12268 CPUtime=0
/proc/20390/stat : 20390 (siegeadapter.pl) S 20388 20390 20247 0 -1 4194304 404 0 0 0 0 0 0 0 15 0 1 0 331526111 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 226922377314 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/20390/statm: 3067 352 271 3 0 167 0
[pid=20391] ppid=20390 vsize=502476 CPUtime=6.28
/proc/20391/stat : 20391 (siege_v4) R 20390 20390 20247 0 -1 0 25968 0 0 0 616 12 0 0 25 0 1 0 331526111 514535424 20424 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134529835 0 0 4096 0 0 0 0 17 1 0 0
/proc/20391/statm: 125619 20424 86 208 0 125407 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 514744

[startup+12.7013 s]
/proc/loadavg: 1.06 0.97 0.62 2/79 20392
/proc/meminfo: memFree=1631856/2055920 swapFree=4150076/4192956
[pid=20390] ppid=20388 vsize=12268 CPUtime=0
/proc/20390/stat : 20390 (siegeadapter.pl) S 20388 20390 20247 0 -1 4194304 404 0 0 0 0 0 0 0 15 0 1 0 331526111 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 226922377314 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/20390/statm: 3067 352 271 3 0 167 0
[pid=20391] ppid=20390 vsize=502624 CPUtime=12.69
/proc/20391/stat : 20391 (siege_v4) R 20390 20390 20247 0 -1 0 26208 0 0 0 1256 13 0 0 25 0 1 0 331526111 514686976 20664 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134530235 0 0 4096 0 0 0 0 17 1 0 0
/proc/20391/statm: 125656 20664 86 208 0 125444 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 514892

[startup+25.5018 s]
/proc/loadavg: 1.05 0.97 0.63 2/79 20392
/proc/meminfo: memFree=1629552/2055920 swapFree=4150076/4192956
[pid=20390] ppid=20388 vsize=12268 CPUtime=0
/proc/20390/stat : 20390 (siegeadapter.pl) S 20388 20390 20247 0 -1 4194304 404 0 0 0 0 0 0 0 15 0 1 0 331526111 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 226922377314 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/20390/statm: 3067 352 271 3 0 167 0
[pid=20391] ppid=20390 vsize=503088 CPUtime=25.48
/proc/20391/stat : 20391 (siege_v4) R 20390 20390 20247 0 -1 0 26752 0 0 0 2534 14 0 0 25 0 1 0 331526111 515162112 21208 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134529957 0 0 4096 0 0 0 0 17 1 0 0
/proc/20391/statm: 125772 21208 86 208 0 125560 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 515356

[startup+51.1017 s]
/proc/loadavg: 1.03 0.97 0.64 2/79 20392
/proc/meminfo: memFree=1625328/2055920 swapFree=4150076/4192956
[pid=20390] ppid=20388 vsize=12268 CPUtime=0
/proc/20390/stat : 20390 (siegeadapter.pl) S 20388 20390 20247 0 -1 4194304 404 0 0 0 0 0 0 0 15 0 1 0 331526111 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 226922377314 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/20390/statm: 3067 352 271 3 0 167 0
[pid=20391] ppid=20390 vsize=503696 CPUtime=51.06
/proc/20391/stat : 20391 (siege_v4) R 20390 20390 20247 0 -1 0 27844 0 0 0 5090 16 0 0 25 0 1 0 331526111 515784704 22300 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134530013 0 0 4096 0 0 0 0 17 1 0 0
/proc/20391/statm: 125924 22300 86 208 0 125712 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 515964

[startup+102.305 s]
/proc/loadavg: 1.01 0.97 0.65 2/79 20392
/proc/meminfo: memFree=1619184/2055920 swapFree=4150076/4192956
[pid=20390] ppid=20388 vsize=12268 CPUtime=0
/proc/20390/stat : 20390 (siegeadapter.pl) S 20388 20390 20247 0 -1 4194304 404 0 0 0 0 0 0 0 15 0 1 0 331526111 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 226922377314 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/20390/statm: 3067 352 271 3 0 167 0
[pid=20391] ppid=20390 vsize=504496 CPUtime=102.24
/proc/20391/stat : 20391 (siege_v4) R 20390 20390 20247 0 -1 0 29374 0 0 0 10207 17 0 0 25 0 1 0 331526111 516603904 23830 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134529957 0 0 4096 0 0 0 0 17 1 0 0
/proc/20391/statm: 126124 23830 86 208 0 125912 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 516764

[startup+162.301 s]
/proc/loadavg: 1.00 0.97 0.67 2/79 20392
/proc/meminfo: memFree=1611248/2055920 swapFree=4150076/4192956
[pid=20390] ppid=20388 vsize=12268 CPUtime=0
/proc/20390/stat : 20390 (siegeadapter.pl) S 20388 20390 20247 0 -1 4194304 404 0 0 0 0 0 0 0 15 0 1 0 331526111 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 226922377314 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/20390/statm: 3067 352 271 3 0 167 0
[pid=20391] ppid=20390 vsize=505928 CPUtime=162.22
/proc/20391/stat : 20391 (siege_v4) R 20390 20390 20247 0 -1 0 31356 0 0 0 16202 20 0 0 25 0 1 0 331526111 518070272 25812 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134529809 0 0 4096 0 0 0 0 17 1 0 0
/proc/20391/statm: 126482 25812 86 208 0 126270 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 518196

[startup+222.302 s]
/proc/loadavg: 1.00 0.97 0.69 2/79 20392
/proc/meminfo: memFree=1507696/2055920 swapFree=4150076/4192956
[pid=20390] ppid=20388 vsize=12268 CPUtime=0
/proc/20390/stat : 20390 (siegeadapter.pl) S 20388 20390 20247 0 -1 4194304 404 0 0 0 0 0 0 0 15 0 1 0 331526111 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 226922377314 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/20390/statm: 3067 352 271 3 0 167 0
[pid=20391] ppid=20390 vsize=632964 CPUtime=222.21
/proc/20391/stat : 20391 (siege_v4) R 20390 20390 20247 0 -1 0 87799 0 0 0 22168 53 0 0 25 0 1 0 331526111 648155136 51665 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134543165 0 0 4096 0 0 0 0 17 1 0 0
/proc/20391/statm: 158241 51665 86 208 0 158029 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 645232

[startup+282.302 s]
/proc/loadavg: 1.00 0.97 0.71 2/79 20392
/proc/meminfo: memFree=1385968/2055920 swapFree=4150076/4192956
[pid=20390] ppid=20388 vsize=12268 CPUtime=0
/proc/20390/stat : 20390 (siegeadapter.pl) S 20388 20390 20247 0 -1 4194304 404 0 0 0 0 0 0 0 15 0 1 0 331526111 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 226922377314 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/20390/statm: 3067 352 271 3 0 167 0
[pid=20391] ppid=20390 vsize=763480 CPUtime=282.2
/proc/20391/stat : 20391 (siege_v4) R 20390 20390 20247 0 -1 0 151068 0 0 0 28133 87 0 0 25 0 1 0 331526111 781803520 82306 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134543558 0 0 4096 0 0 0 0 17 1 0 0
/proc/20391/statm: 190870 82306 86 208 0 190658 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 775748

[startup+342.301 s]
/proc/loadavg: 1.00 0.97 0.72 2/79 20392
/proc/meminfo: memFree=1270064/2055920 swapFree=4150076/4192956
[pid=20390] ppid=20388 vsize=12268 CPUtime=0
/proc/20390/stat : 20390 (siegeadapter.pl) S 20388 20390 20247 0 -1 4194304 404 0 0 0 0 0 0 0 15 0 1 0 331526111 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 226922377314 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/20390/statm: 3067 352 271 3 0 167 0
[pid=20391] ppid=20390 vsize=1024516 CPUtime=342.18
/proc/20391/stat : 20391 (siege_v4) R 20390 20390 20247 0 -1 0 244824 0 0 0 34087 131 0 0 25 0 1 0 331526111 1049104384 110806 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134543165 0 0 4096 0 0 0 0 17 1 0 0
/proc/20391/statm: 256129 110806 86 208 0 255917 0

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


[startup+3342.3 s]
/proc/loadavg: 1.00 0.99 0.91 2/79 20592
/proc/meminfo: memFree=948848/2055920 swapFree=4150076/4192956
[pid=20390] ppid=20388 vsize=12268 CPUtime=0
/proc/20390/stat : 20390 (siegeadapter.pl) S 20388 20390 20247 0 -1 4194304 404 0 0 0 0 0 0 0 15 0 1 0 331526111 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 226922377314 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/20390/statm: 3067 352 271 3 0 167 0
[pid=20391] ppid=20390 vsize=1197804 CPUtime=3341.21
/proc/20391/stat : 20391 (siege_v4) R 20390 20390 20247 0 -1 0 325219 0 0 0 333901 220 0 0 25 0 1 0 331526111 1226551296 190817 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134529957 0 0 4096 0 0 0 0 17 1 0 0
/proc/20391/statm: 299451 190817 86 208 0 299239 0
Current children cumulated CPU time (s) 3341.21
Current children cumulated vsize (KiB) 1210072

[startup+3402.31 s]
/proc/loadavg: 1.00 0.99 0.91 2/79 20592
/proc/meminfo: memFree=948656/2055920 swapFree=4150076/4192956
[pid=20390] ppid=20388 vsize=12268 CPUtime=0
/proc/20390/stat : 20390 (siegeadapter.pl) S 20388 20390 20247 0 -1 4194304 404 0 0 0 0 0 0 0 15 0 1 0 331526111 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 226922377314 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/20390/statm: 3067 352 271 3 0 167 0
[pid=20391] ppid=20390 vsize=1198016 CPUtime=3401.19
/proc/20391/stat : 20391 (siege_v4) R 20390 20390 20247 0 -1 0 325271 0 0 0 339899 220 0 0 25 0 1 0 331526111 1226768384 190869 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134529320 0 0 4096 0 0 0 0 17 1 0 0
/proc/20391/statm: 299504 190869 86 208 0 299292 0
Current children cumulated CPU time (s) 3401.19
Current children cumulated vsize (KiB) 1210284

[startup+3462.3 s]
/proc/loadavg: 1.00 0.99 0.91 2/79 20592
/proc/meminfo: memFree=948016/2055920 swapFree=4150076/4192956
[pid=20390] ppid=20388 vsize=12268 CPUtime=0
/proc/20390/stat : 20390 (siegeadapter.pl) S 20388 20390 20247 0 -1 4194304 404 0 0 0 0 0 0 0 15 0 1 0 331526111 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 226922377314 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/20390/statm: 3067 352 271 3 0 167 0
[pid=20391] ppid=20390 vsize=1198624 CPUtime=3461.17
/proc/20391/stat : 20391 (siege_v4) R 20390 20390 20247 0 -1 0 325429 0 0 0 345896 221 0 0 25 0 1 0 331526111 1227390976 191027 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134543165 0 0 4096 0 0 0 0 17 1 0 0
/proc/20391/statm: 299656 191027 86 208 0 299444 0
Current children cumulated CPU time (s) 3461.17
Current children cumulated vsize (KiB) 1210892

[startup+3522.3 s]
/proc/loadavg: 1.00 0.99 0.91 2/79 20592
/proc/meminfo: memFree=947632/2055920 swapFree=4150076/4192956
[pid=20390] ppid=20388 vsize=12268 CPUtime=0
/proc/20390/stat : 20390 (siegeadapter.pl) S 20388 20390 20247 0 -1 4194304 404 0 0 0 0 0 0 0 15 0 1 0 331526111 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 226922377314 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/20390/statm: 3067 352 271 3 0 167 0
[pid=20391] ppid=20390 vsize=1199032 CPUtime=3521.15
/proc/20391/stat : 20391 (siege_v4) R 20390 20390 20247 0 -1 0 325524 0 0 0 351894 221 0 0 25 0 1 0 331526111 1227808768 191122 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134530199 0 0 4096 0 0 0 0 17 1 0 0
/proc/20391/statm: 299758 191122 86 208 0 299546 0
Current children cumulated CPU time (s) 3521.15
Current children cumulated vsize (KiB) 1211300

[startup+3582.3 s]
/proc/loadavg: 1.00 0.99 0.91 2/79 20592
/proc/meminfo: memFree=947376/2055920 swapFree=4150076/4192956
[pid=20390] ppid=20388 vsize=12268 CPUtime=0
/proc/20390/stat : 20390 (siegeadapter.pl) S 20388 20390 20247 0 -1 4194304 404 0 0 0 0 0 0 0 15 0 1 0 331526111 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 226922377314 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/20390/statm: 3067 352 271 3 0 167 0
[pid=20391] ppid=20390 vsize=1199256 CPUtime=3581.13
/proc/20391/stat : 20391 (siege_v4) R 20390 20390 20247 0 -1 0 325579 0 0 0 357892 221 0 0 25 0 1 0 331526111 1228038144 191177 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134543039 0 0 4096 0 0 0 0 17 1 0 0
/proc/20391/statm: 299814 191177 86 208 0 299602 0
Current children cumulated CPU time (s) 3581.13
Current children cumulated vsize (KiB) 1211524

[startup+3642.3 s]
/proc/loadavg: 1.00 0.99 0.91 2/79 20592
/proc/meminfo: memFree=946736/2055920 swapFree=4150076/4192956
[pid=20390] ppid=20388 vsize=12268 CPUtime=0
/proc/20390/stat : 20390 (siegeadapter.pl) S 20388 20390 20247 0 -1 4194304 404 0 0 0 0 0 0 0 15 0 1 0 331526111 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 226922377314 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/20390/statm: 3067 352 271 3 0 167 0
[pid=20391] ppid=20390 vsize=1200016 CPUtime=3641.12
/proc/20391/stat : 20391 (siege_v4) R 20390 20390 20247 0 -1 0 325756 0 0 0 363890 222 0 0 25 0 1 0 331526111 1228816384 191354 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134530235 0 0 4096 0 0 0 0 17 1 0 0
/proc/20391/statm: 300004 191354 86 208 0 299792 0
Current children cumulated CPU time (s) 3641.12
Current children cumulated vsize (KiB) 1212284

[startup+3702.3 s]
/proc/loadavg: 1.00 0.99 0.91 2/79 20592
/proc/meminfo: memFree=946416/2055920 swapFree=4150076/4192956
[pid=20390] ppid=20388 vsize=12268 CPUtime=0
/proc/20390/stat : 20390 (siegeadapter.pl) S 20388 20390 20247 0 -1 4194304 404 0 0 0 0 0 0 0 15 0 1 0 331526111 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 226922377314 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/20390/statm: 3067 352 271 3 0 167 0
[pid=20391] ppid=20390 vsize=1200288 CPUtime=3701.1
/proc/20391/stat : 20391 (siege_v4) R 20390 20390 20247 0 -1 0 325824 0 0 0 369888 222 0 0 25 0 1 0 331526111 1229094912 191422 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134528884 0 0 4096 0 0 0 0 17 1 0 0
/proc/20391/statm: 300072 191422 86 208 0 299860 0
Current children cumulated CPU time (s) 3701.1
Current children cumulated vsize (KiB) 1212556

[startup+3762.3 s]
/proc/loadavg: 1.00 0.99 0.91 2/79 20592
/proc/meminfo: memFree=945648/2055920 swapFree=4150076/4192956
[pid=20390] ppid=20388 vsize=12268 CPUtime=0
/proc/20390/stat : 20390 (siegeadapter.pl) S 20388 20390 20247 0 -1 4194304 404 0 0 0 0 0 0 0 15 0 1 0 331526111 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 226922377314 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/20390/statm: 3067 352 271 3 0 167 0
[pid=20391] ppid=20390 vsize=1201096 CPUtime=3761.09
/proc/20391/stat : 20391 (siege_v4) R 20390 20390 20247 0 -1 0 326032 0 0 0 375886 223 0 0 25 0 1 0 331526111 1229922304 191630 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134529957 0 0 4096 0 0 0 0 17 1 0 0
/proc/20391/statm: 300274 191630 86 208 0 300062 0
Current children cumulated CPU time (s) 3761.09
Current children cumulated vsize (KiB) 1213364

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

[startup+3763.11 s]
/proc/loadavg: 1.00 0.99 0.91 2/79 20592
/proc/meminfo: memFree=945584/2055920 swapFree=4150076/4192956
[pid=20390] ppid=20388 vsize=12268 CPUtime=0
/proc/20390/stat : 20390 (siegeadapter.pl) S 20388 20390 20247 0 -1 4194304 404 0 0 0 0 0 0 0 15 0 1 0 331526111 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 226922377314 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/20390/statm: 3067 352 271 3 0 167 0
[pid=20391] ppid=20390 vsize=1201096 CPUtime=3761.89
/proc/20391/stat : 20391 (siege_v4) R 20390 20390 20247 0 -1 0 326032 0 0 0 375966 223 0 0 25 0 1 0 331526111 1229922304 191630 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134529320 0 0 4096 0 0 0 0 17 1 0 0
/proc/20391/statm: 300274 191630 86 208 0 300062 0
Current children cumulated CPU time (s) 3761.89
Current children cumulated vsize (KiB) 1213364

[startup+3769.5 s]
/proc/loadavg: 1.00 0.99 0.91 2/79 20592
/proc/meminfo: memFree=945584/2055920 swapFree=4150076/4192956
[pid=20390] ppid=20388 vsize=12268 CPUtime=0
/proc/20390/stat : 20390 (siegeadapter.pl) S 20388 20390 20247 0 -1 4194304 404 0 0 0 0 0 0 0 15 0 1 0 331526111 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 226922377314 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/20390/statm: 3067 352 271 3 0 167 0
[pid=20391] ppid=20390 vsize=1201124 CPUtime=3768.28
/proc/20391/stat : 20391 (siege_v4) R 20390 20390 20247 0 -1 0 326039 0 0 0 376605 223 0 0 25 0 1 0 331526111 1229950976 191637 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134516717 0 0 4096 0 0 0 0 17 1 0 0
/proc/20391/statm: 300281 191637 86 208 0 300069 0
Current children cumulated CPU time (s) 3768.28
Current children cumulated vsize (KiB) 1213392

[startup+3772.7 s]
/proc/loadavg: 1.00 0.99 0.91 2/79 20592
/proc/meminfo: memFree=945584/2055920 swapFree=4150076/4192956
[pid=20390] ppid=20388 vsize=12268 CPUtime=0
/proc/20390/stat : 20390 (siegeadapter.pl) S 20388 20390 20247 0 -1 4194304 404 0 0 0 0 0 0 0 15 0 1 0 331526111 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 226922377314 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/20390/statm: 3067 352 271 3 0 167 0
[pid=20391] ppid=20390 vsize=1201124 CPUtime=3771.48
/proc/20391/stat : 20391 (siege_v4) R 20390 20390 20247 0 -1 0 326039 0 0 0 376925 223 0 0 25 0 1 0 331526111 1229950976 191637 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134529835 0 0 4096 0 0 0 0 17 1 0 0
/proc/20391/statm: 300281 191637 86 208 0 300069 0
Current children cumulated CPU time (s) 3771.48
Current children cumulated vsize (KiB) 1213392

[startup+3774.3 s]
/proc/loadavg: 1.00 0.99 0.91 2/79 20592
/proc/meminfo: memFree=945584/2055920 swapFree=4150076/4192956
[pid=20390] ppid=20388 vsize=12268 CPUtime=0
/proc/20390/stat : 20390 (siegeadapter.pl) S 20388 20390 20247 0 -1 4194304 404 0 0 0 0 0 0 0 15 0 1 0 331526111 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 226922377314 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/20390/statm: 3067 352 271 3 0 167 0
[pid=20391] ppid=20390 vsize=1201124 CPUtime=3773.08
/proc/20391/stat : 20391 (siege_v4) R 20390 20390 20247 0 -1 0 326039 0 0 0 377085 223 0 0 25 0 1 0 331526111 1229950976 191637 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134528207 0 0 4096 0 0 0 0 17 1 0 0
/proc/20391/statm: 300281 191637 86 208 0 300069 0
Current children cumulated CPU time (s) 3773.08
Current children cumulated vsize (KiB) 1213392

[startup+3775.1 s]
/proc/loadavg: 1.00 0.99 0.91 2/79 20592
/proc/meminfo: memFree=1465904/2055920 swapFree=4150076/4192956
[pid=20390] ppid=20388 vsize=12268 CPUtime=0
/proc/20390/stat : 20390 (siegeadapter.pl) S 20388 20390 20247 0 -1 4194304 404 0 0 0 0 0 0 0 16 0 1 0 331526111 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 226922377314 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/20390/statm: 3067 352 271 3 0 167 0
[pid=20391] ppid=20390 vsize=249908 CPUtime=3773.88
/proc/20391/stat : 20391 (siege_v4) R 20390 20390 20247 0 -1 0 326049 0 0 0 377156 232 0 0 25 0 1 0 331526111 255905792 61228 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 134943094 0 0 4096 0 0 0 0 17 1 0 0
/proc/20391/statm: 62477 61228 95 208 0 62265 0
Current children cumulated CPU time (s) 3773.88
Current children cumulated vsize (KiB) 262176

[startup+3775.3 s]
/proc/loadavg: 1.00 0.99 0.91 2/79 20592
/proc/meminfo: memFree=1465904/2055920 swapFree=4150076/4192956
[pid=20390] ppid=20388 vsize=12268 CPUtime=0
/proc/20390/stat : 20390 (siegeadapter.pl) S 20388 20390 20247 0 -1 4194304 404 0 0 0 0 0 0 0 16 0 1 0 331526111 12562432 352 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 226922377314 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/20390/statm: 3067 352 271 3 0 167 0
[pid=20391] ppid=20390 vsize=163320 CPUtime=3774.08
/proc/20391/stat : 20391 (siege_v4) R 20390 20390 20247 0 -1 0 326049 0 0 0 377175 233 0 0 25 0 1 0 331526111 167239680 40552 18446744073709551615 134512640 135367534 4294956736 18446744073709551615 135101734 0 0 4096 0 0 0 0 17 1 0 0
/proc/20391/statm: 40830 40552 1856 208 0 40618 0
Current children cumulated CPU time (s) 3774.08
Current children cumulated vsize (KiB) 175588

Child status: 0
Real time (s): 3775.39
CPU time (s): 3774.16
CPU user time (s): 3771.77
CPU system time (s): 2.39364
CPU usage (%): 99.9674
Max. virtual memory (cumulated for all children) (KiB): 1297796

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3771.77
system time used= 2.39364
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 328488
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= 1778
involuntary context switches= 7724

runsolver used 3.68044 second user time and 9.95849 second system time

The end

Launcher Data (download as text)

Begin job on node5 on Mon May  7 16:21:25 UTC 2007

IDJOB= 422299
IDBENCH= 20352
IDSOLVER= 190
FILE ID= node5/422299-1178554883

PBS_JOBID= 5217663

Free space on /tmp= 66542 MiB

SOLVER NAME= Siege V4
BENCH NAME= HOME/pub/bench/SAT07/industrial/anbulagan/hard-sat/partial-10-15-s.cnf
COMMAND LINE= /tmp/evaluation/422299-1178554883/siegeadapter.pl /tmp/evaluation/422299-1178554883/instance-422299-1178554883.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node5/watcher-422299-1178554883 -o ROOT/results/node5/solver-422299-1178554883 -C 10000 -W 15000 -M 1800 --output-limit 1,15  /tmp/evaluation/422299-1178554883/siegeadapter.pl /tmp/evaluation/422299-1178554883/instance-422299-1178554883.cnf            

META MD5SUM SOLVER= 69ef6d521077f526586997d0c4a9a904
MD5SUM BENCH=  a6b04ec2cace5c4e6bef212c7f2df796

RANDOM SEED= 378736161

TIME LIMIT= 10000 seconds
MEMORY LIMIT= 1800 MiB

Linux node5.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.232
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.232
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:       1715096 kB
Buffers:         39412 kB
Cached:         219304 kB
SwapCached:      11244 kB
Active:         210172 kB
Inactive:        71736 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1715096 kB
SwapTotal:     4192956 kB
SwapFree:      4150076 kB
Dirty:           22808 kB
Writeback:           0 kB
Mapped:          29996 kB
Slab:            44488 kB
Committed_AS: 13911800 kB
PageTables:       1720 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= 66541 MiB

End job on node5 on Mon May  7 17:24:20 UTC 2007