Trace number 315815

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
TiniSatELite 2007-02-08SAT 90.1733 90.2376

General information on the benchmark

Nameindustrial/palacios/
medium/cube-9-h11-sat.cnf
MD5SUM7ea93a1e34d1f57a98ae6d5d617a0a97
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark76.1964
Satisfiable
(Un)Satisfiability was proved
Number of variables208292
Number of clauses627818
Sum of the clauses size1465544
Maximum clause length19
Minimum clause length1
Number of clauses of size 1729
Number of clauses of size 2418929
Number of clauses of size 3206492
Number of clauses of size 41489
Number of clauses of size 522
Number of clauses of size over 5157

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.1 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node1/watcher-315815-1172659631 -o ROOT/results/node1/solver-315815-1172659631 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/315815-1172659631/TiniSatELite /tmp/evaluation/315815-1172659631/instance-315815-1172659631.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2400 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.92 0.97 0.99 3/77 31636
/proc/meminfo: memFree=1795896/2055920 swapFree=4159100/4192956
[pid=31636] ppid=31634 vsize=5356 CPUtime=0
/proc/31636/stat : 31636 (TiniSatELite) S 31634 31636 30743 0 -1 4194304 274 0 0 0 0 0 0 0 18 0 1 0 285918232 5484544 233 18446744073709551615 4194304 4889804 548682069232 18446744073709551615 259353444434 0 0 4100 65536 18446744071563648864 0 0 17 1 0 0
/proc/31636/statm: 1339 233 195 169 0 50 0
[pid=31637] ppid=31636 vsize=5356 CPUtime=0
/proc/31637/stat : 31637 (TiniSatELite) S 31636 31636 30743 0 -1 4194368 52 0 0 0 0 0 0 0 19 0 1 0 285918232 5484544 237 18446744073709551615 4194304 4889804 548682069232 18446744073709551615 259353273156 0 65536 4096 65538 18446744071563356171 0 0 17 1 0 0
/proc/31637/statm: 1339 237 198 169 0 50 0

[startup+0.030659 s]
/proc/loadavg: 0.92 0.97 0.99 3/77 31636
/proc/meminfo: memFree=1795896/2055920 swapFree=4159100/4192956
[pid=31636] ppid=31634 vsize=5356 CPUtime=0
/proc/31636/stat : 31636 (TiniSatELite) S 31634 31636 30743 0 -1 4194304 310 252 0 0 0 0 0 0 19 0 1 0 285918232 5484544 236 18446744073709551615 4194304 4889804 548682069232 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31636/statm: 1339 236 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.101653 s]
/proc/loadavg: 0.92 0.97 0.99 3/77 31636
/proc/meminfo: memFree=1795896/2055920 swapFree=4159100/4192956
[pid=31636] ppid=31634 vsize=5356 CPUtime=0
/proc/31636/stat : 31636 (TiniSatELite) S 31634 31636 30743 0 -1 4194304 310 252 0 0 0 0 0 0 19 0 1 0 285918232 5484544 236 18446744073709551615 4194304 4889804 548682069232 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31636/statm: 1339 236 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.301676 s]
/proc/loadavg: 0.92 0.97 0.99 3/77 31636
/proc/meminfo: memFree=1795896/2055920 swapFree=4159100/4192956
[pid=31636] ppid=31634 vsize=5356 CPUtime=0
/proc/31636/stat : 31636 (TiniSatELite) S 31634 31636 30743 0 -1 4194304 310 252 0 0 0 0 0 0 19 0 1 0 285918232 5484544 236 18446744073709551615 4194304 4889804 548682069232 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31636/statm: 1339 236 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.701723 s]
/proc/loadavg: 0.92 0.97 0.99 3/77 31636
/proc/meminfo: memFree=1795896/2055920 swapFree=4159100/4192956
[pid=31636] ppid=31634 vsize=5356 CPUtime=0
/proc/31636/stat : 31636 (TiniSatELite) S 31634 31636 30743 0 -1 4194304 310 252 0 0 0 0 0 0 19 0 1 0 285918232 5484544 236 18446744073709551615 4194304 4889804 548682069232 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31636/statm: 1339 236 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50182 s]
/proc/loadavg: 0.92 0.97 0.99 2/79 31641
/proc/meminfo: memFree=1713960/2055920 swapFree=4159100/4192956
[pid=31636] ppid=31634 vsize=5356 CPUtime=0
/proc/31636/stat : 31636 (TiniSatELite) S 31634 31636 30743 0 -1 4194304 310 252 0 0 0 0 0 0 19 0 1 0 285918232 5484544 236 18446744073709551615 4194304 4889804 548682069232 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31636/statm: 1339 236 197 169 0 50 0
[pid=31641] ppid=31636 vsize=92804 CPUtime=1.48
/proc/31641/stat : 31641 (SatELite_releas) R 31636 31636 30743 0 -1 4194304 21297 0 0 0 137 11 0 0 25 0 1 0 285918233 95031296 20737 18446744073709551615 134512640 135037501 4294956512 18446744073709551615 134698573 0 0 4096 3 0 0 0 17 1 0 0
/proc/31641/statm: 23201 20737 66 128 0 23070 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 98160

[startup+3.102 s]
/proc/loadavg: 0.93 0.97 0.99 2/79 31641
/proc/meminfo: memFree=1705384/2055920 swapFree=4159100/4192956
[pid=31636] ppid=31634 vsize=5356 CPUtime=0
/proc/31636/stat : 31636 (TiniSatELite) S 31634 31636 30743 0 -1 4194304 310 252 0 0 0 0 0 0 19 0 1 0 285918232 5484544 236 18446744073709551615 4194304 4889804 548682069232 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31636/statm: 1339 236 197 169 0 50 0
[pid=31641] ppid=31636 vsize=98944 CPUtime=3.09
/proc/31641/stat : 31641 (SatELite_releas) R 31636 31636 30743 0 -1 4194304 22701 0 0 0 294 15 0 0 25 0 1 0 285918233 101318656 22141 18446744073709551615 134512640 135037501 4294956512 18446744073709551615 134543062 0 0 4096 3 0 0 0 17 1 0 0
/proc/31641/statm: 24736 22141 66 128 0 24605 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 104300

[startup+6.30138 s]
/proc/loadavg: 0.93 0.97 0.99 2/79 31641
/proc/meminfo: memFree=1689000/2055920 swapFree=4159100/4192956
[pid=31636] ppid=31634 vsize=5356 CPUtime=0
/proc/31636/stat : 31636 (TiniSatELite) S 31634 31636 30743 0 -1 4194304 310 252 0 0 0 0 0 0 19 0 1 0 285918232 5484544 236 18446744073709551615 4194304 4889804 548682069232 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31636/statm: 1339 236 197 169 0 50 0
[pid=31641] ppid=31636 vsize=105520 CPUtime=6.28
/proc/31641/stat : 31641 (SatELite_releas) R 31636 31636 30743 0 -1 4194304 24715 0 0 0 610 18 0 0 25 0 1 0 285918233 108052480 23724 18446744073709551615 134512640 135037501 4294956512 18446744073709551615 134574081 0 0 4096 3 0 0 0 17 1 0 0
/proc/31641/statm: 26380 23724 66 128 0 26249 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 110876

[startup+12.7011 s]
/proc/loadavg: 0.94 0.97 0.99 2/79 31642
/proc/meminfo: memFree=1747560/2055920 swapFree=4159100/4192956
[pid=31636] ppid=31634 vsize=5356 CPUtime=8.16
/proc/31636/stat : 31636 (TiniSatELite) S 31634 31636 30743 0 -1 4194304 333 27372 0 0 0 0 792 24 16 0 1 0 285918232 5484544 237 18446744073709551615 4194304 4889804 548682069232 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31636/statm: 1339 237 197 169 0 50 0
[pid=31642] ppid=31636 vsize=34128 CPUtime=4.51
/proc/31642/stat : 31642 (tinisat) R 31636 31636 30743 0 -1 4194304 7716 0 0 0 448 3 0 0 25 0 1 0 285919050 34947072 6661 18446744073709551615 134512640 134966189 4294956656 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/31642/statm: 8532 6661 52 110 0 8419 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 39484

[startup+25.5016 s]
/proc/loadavg: 0.95 0.97 0.99 2/79 31642
/proc/meminfo: memFree=1746920/2055920 swapFree=4159100/4192956
[pid=31636] ppid=31634 vsize=5356 CPUtime=8.16
/proc/31636/stat : 31636 (TiniSatELite) S 31634 31636 30743 0 -1 4194304 333 27372 0 0 0 0 792 24 16 0 1 0 285918232 5484544 237 18446744073709551615 4194304 4889804 548682069232 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31636/statm: 1339 237 197 169 0 50 0
[pid=31642] ppid=31636 vsize=34128 CPUtime=17.31
/proc/31642/stat : 31642 (tinisat) R 31636 31636 30743 0 -1 4194304 7902 0 0 0 1727 4 0 0 25 0 1 0 285919050 34947072 6847 18446744073709551615 134512640 134966189 4294956656 18446744073709551615 134519582 0 0 4096 0 0 0 0 17 1 0 0
/proc/31642/statm: 8532 6847 52 110 0 8419 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 39484

[startup+51.1016 s]
/proc/loadavg: 1.03 0.99 0.99 2/79 31642
/proc/meminfo: memFree=1744616/2055920 swapFree=4159100/4192956
[pid=31636] ppid=31634 vsize=5356 CPUtime=8.16
/proc/31636/stat : 31636 (TiniSatELite) S 31634 31636 30743 0 -1 4194304 333 27372 0 0 0 0 792 24 16 0 1 0 285918232 5484544 237 18446744073709551615 4194304 4889804 548682069232 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31636/statm: 1339 237 197 169 0 50 0
[pid=31642] ppid=31636 vsize=34128 CPUtime=42.89
/proc/31642/stat : 31642 (tinisat) R 31636 31636 30743 0 -1 4194304 8511 0 0 0 4284 5 0 0 25 0 1 0 285919050 34947072 7456 18446744073709551615 134512640 134966189 4294956656 18446744073709551615 134515528 0 0 4096 0 0 0 0 17 1 0 0
/proc/31642/statm: 8532 7456 52 110 0 8419 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 39484

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

[startup+76.7016 s]
/proc/loadavg: 1.02 0.99 0.99 2/79 31642
/proc/meminfo: memFree=1742312/2055920 swapFree=4159100/4192956
[pid=31636] ppid=31634 vsize=5356 CPUtime=8.16
/proc/31636/stat : 31636 (TiniSatELite) S 31634 31636 30743 0 -1 4194304 333 27372 0 0 0 0 792 24 16 0 1 0 285918232 5484544 237 18446744073709551615 4194304 4889804 548682069232 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31636/statm: 1339 237 197 169 0 50 0
[pid=31642] ppid=31636 vsize=34128 CPUtime=68.48
/proc/31642/stat : 31642 (tinisat) R 31636 31636 30743 0 -1 4194304 9085 0 0 0 6842 6 0 0 25 0 1 0 285919050 34947072 8030 18446744073709551615 134512640 134966189 4294956656 18446744073709551615 134519836 0 0 4096 0 0 0 0 17 1 0 0
/proc/31642/statm: 8532 8030 52 110 0 8419 0
Current children cumulated CPU time (s) 76.64
Current children cumulated vsize (KiB) 39484

[startup+83.1014 s]
/proc/loadavg: 1.02 0.99 0.99 2/79 31642
/proc/meminfo: memFree=1741800/2055920 swapFree=4159100/4192956
[pid=31636] ppid=31634 vsize=5356 CPUtime=8.16
/proc/31636/stat : 31636 (TiniSatELite) S 31634 31636 30743 0 -1 4194304 333 27372 0 0 0 0 792 24 16 0 1 0 285918232 5484544 237 18446744073709551615 4194304 4889804 548682069232 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31636/statm: 1339 237 197 169 0 50 0
[pid=31642] ppid=31636 vsize=34128 CPUtime=74.88
/proc/31642/stat : 31642 (tinisat) R 31636 31636 30743 0 -1 4194304 9218 0 0 0 7482 6 0 0 25 0 1 0 285919050 34947072 8163 18446744073709551615 134512640 134966189 4294956656 18446744073709551615 134519841 0 0 4096 0 0 0 0 17 1 0 0
/proc/31642/statm: 8532 8163 52 110 0 8419 0
Current children cumulated CPU time (s) 83.04
Current children cumulated vsize (KiB) 39484

[startup+86.3017 s]
/proc/loadavg: 1.02 0.99 0.99 2/79 31642
/proc/meminfo: memFree=1741480/2055920 swapFree=4159100/4192956
[pid=31636] ppid=31634 vsize=5356 CPUtime=8.16
/proc/31636/stat : 31636 (TiniSatELite) S 31634 31636 30743 0 -1 4194304 333 27372 0 0 0 0 792 24 16 0 1 0 285918232 5484544 237 18446744073709551615 4194304 4889804 548682069232 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31636/statm: 1339 237 197 169 0 50 0
[pid=31642] ppid=31636 vsize=34128 CPUtime=78.08
/proc/31642/stat : 31642 (tinisat) R 31636 31636 30743 0 -1 4194304 9285 0 0 0 7802 6 0 0 25 0 1 0 285919050 34947072 8230 18446744073709551615 134512640 134966189 4294956656 18446744073709551615 134520111 0 0 4096 0 0 0 0 17 1 0 0
/proc/31642/statm: 8532 8230 52 110 0 8419 0
Current children cumulated CPU time (s) 86.24
Current children cumulated vsize (KiB) 39484

[startup+87.9029 s]
/proc/loadavg: 1.02 0.99 0.99 2/79 31642
/proc/meminfo: memFree=1741352/2055920 swapFree=4159100/4192956
[pid=31636] ppid=31634 vsize=5356 CPUtime=8.16
/proc/31636/stat : 31636 (TiniSatELite) S 31634 31636 30743 0 -1 4194304 333 27372 0 0 0 0 792 24 16 0 1 0 285918232 5484544 237 18446744073709551615 4194304 4889804 548682069232 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31636/statm: 1339 237 197 169 0 50 0
[pid=31642] ppid=31636 vsize=34128 CPUtime=79.68
/proc/31642/stat : 31642 (tinisat) R 31636 31636 30743 0 -1 4194304 9302 0 0 0 7962 6 0 0 25 0 1 0 285919050 34947072 8247 18446744073709551615 134512640 134966189 4294956656 18446744073709551615 134519582 0 0 4096 0 0 0 0 17 1 0 0
/proc/31642/statm: 8532 8247 52 110 0 8419 0
Current children cumulated CPU time (s) 87.84
Current children cumulated vsize (KiB) 39484

[startup+89.5011 s]
/proc/loadavg: 1.02 0.99 0.99 2/79 31642
/proc/meminfo: memFree=1741288/2055920 swapFree=4159100/4192956
[pid=31636] ppid=31634 vsize=5356 CPUtime=89.36
/proc/31636/stat : 31636 (TiniSatELite) S 31634 31636 30743 0 -1 4194304 355 36719 0 0 0 0 8905 31 16 0 1 0 285918232 5484544 237 18446744073709551615 4194304 4889804 548682069232 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31636/statm: 1339 237 197 169 0 50 0
Current children cumulated CPU time (s) 89.36
Current children cumulated vsize (KiB) 5356

[startup+89.9011 s]
/proc/loadavg: 1.02 0.99 0.99 2/79 31642
/proc/meminfo: memFree=1741288/2055920 swapFree=4159100/4192956
[pid=31636] ppid=31634 vsize=5356 CPUtime=89.36
/proc/31636/stat : 31636 (TiniSatELite) S 31634 31636 30743 0 -1 4194304 355 36719 0 0 0 0 8905 31 16 0 1 0 285918232 5484544 237 18446744073709551615 4194304 4889804 548682069232 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31636/statm: 1339 237 197 169 0 50 0
Current children cumulated CPU time (s) 89.36
Current children cumulated vsize (KiB) 5356

[startup+90.1012 s]
/proc/loadavg: 1.02 0.99 0.99 3/79 31643
/proc/meminfo: memFree=1733736/2055920 swapFree=4159100/4192956
[pid=31636] ppid=31634 vsize=5356 CPUtime=89.36
/proc/31636/stat : 31636 (TiniSatELite) S 31634 31636 30743 0 -1 4194304 355 36719 0 0 0 0 8905 31 16 0 1 0 285918232 5484544 237 18446744073709551615 4194304 4889804 548682069232 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31636/statm: 1339 237 197 169 0 50 0
[pid=31643] ppid=31636 vsize=45568 CPUtime=0.67
/proc/31643/stat : 31643 (SatELite_releas) R 31636 31636 30743 0 -1 4194304 10232 0 0 0 63 4 0 0 24 0 1 0 285927174 46661632 9994 18446744073709551615 134512640 135037501 4294956512 18446744073709551615 134698573 0 0 4096 3 0 0 0 17 1 0 0
/proc/31643/statm: 11392 9994 54 128 0 11261 0
Current children cumulated CPU time (s) 90.03
Current children cumulated vsize (KiB) 50924

[startup+90.2054 s]
/proc/loadavg: 1.02 0.99 0.99 3/79 31643
/proc/meminfo: memFree=1733736/2055920 swapFree=4159100/4192956
[pid=31636] ppid=31634 vsize=5356 CPUtime=89.36
/proc/31636/stat : 31636 (TiniSatELite) S 31634 31636 30743 0 -1 4194304 355 36719 0 0 0 0 8905 31 16 0 1 0 285918232 5484544 237 18446744073709551615 4194304 4889804 548682069232 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31636/statm: 1339 237 197 169 0 50 0
[pid=31643] ppid=31636 vsize=0 CPUtime=0.77
/proc/31643/stat : 31643 (SatELite_releas) R 31636 31636 30743 0 -1 4194308 10233 0 0 0 72 5 0 0 24 0 1 0 285927174 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 3 0 0 0 17 0 0 0
/proc/31643/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 90.13
Current children cumulated vsize (KiB) 5356

Child status: 10
Real time (s): 90.2376
CPU time (s): 90.1733
CPU user time (s): 89.7794
CPU system time (s): 0.39394
CPU usage (%): 99.9287
Max. virtual memory (cumulated for all children) (KiB): 118792

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 89.7794
system time used= 0.39394
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 47459
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= 83
involuntary context switches= 2026

runsolver used 0.103984 second user time and 0.253961 second system time

The end

Launcher Data (download as text)

Begin job on node1 on Wed Feb 28 10:47:12 UTC 2007

IDJOB= 315815
IDBENCH= 20426
IDSOLVER= 99
FILE ID= node1/315815-1172659631

PBS_JOBID= 3980953

Free space on /tmp= 66506 MiB

SOLVER NAME= TiniSatELite 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/industrial/palacios/medium/cube-9-h11-sat.cnf
COMMAND LINE= /tmp/evaluation/315815-1172659631/TiniSatELite /tmp/evaluation/315815-1172659631/instance-315815-1172659631.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node1/watcher-315815-1172659631 -o ROOT/results/node1/solver-315815-1172659631 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/315815-1172659631/TiniSatELite /tmp/evaluation/315815-1172659631/instance-315815-1172659631.cnf            

META MD5SUM SOLVER= 388ad77fe8f3a9a6ad5bf764ada795dd
MD5SUM BENCH=  7ea93a1e34d1f57a98ae6d5d617a0a97

RANDOM SEED= 316775695

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node1.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.230
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.230
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:       1796304 kB
Buffers:         11816 kB
Cached:         173952 kB
SwapCached:      13404 kB
Active:          54820 kB
Inactive:       153444 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1796304 kB
SwapTotal:     4192956 kB
SwapFree:      4159100 kB
Dirty:           11968 kB
Writeback:           0 kB
Mapped:          29500 kB
Slab:            36876 kB
Committed_AS:   902272 kB
PageTables:       1740 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= 66506 MiB

End job on node1 on Wed Feb 28 10:48:42 UTC 2007