Trace number 418935

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
minisat+ 1.14SAT 776.914 777.199

General information on the benchmark

Namenormalized-PB07/PURE-SAT/SAT07/industrial/
anbulagan/medium-sat/dated-10-13-s.opb
MD5SUM6e9c2aadaeb51e3400bb600f13759f35
Bench CategoryPURE-SAT (instances containing only clauses)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark111.386
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 0
Optimality of the best value was proved NO
Number of variables181082
Total number of constraints824258
Number of constraints which are clauses824258
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint10
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 10
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

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

Verifier Data (download as text)

OK	0

Conversion Script Data (download as text)

/tmp/evaluation/418935-1177399831/instance-418935-1177399831.opb is already a linear file

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node17/watcher-418935-1177399831 -o ROOT/results/node17/solver-418935-1177399831 -C 1800 -W 3600 -M 1800 --output-limit 1,15 /tmp/evaluation/418935-1177399831/minisat+ /tmp/evaluation/418935-1177399831/instance-418935-1177399831.opb 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3600 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.80 0.91 0.64 3/77 20451
/proc/meminfo: memFree=1796800/2055920 swapFree=4141948/4192956
[pid=20451] ppid=20449 vsize=1048 CPUtime=0
/proc/20451/stat : 20451 (minisat+) R 20449 20451 20263 0 -1 4194304 125 0 0 0 0 0 0 0 18 0 1 0 187900979 1073152 111 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134624609 0 0 4096 16386 0 0 0 17 1 0 0
/proc/20451/statm: 262 111 74 215 0 44 0

[startup+0.016427 s]
/proc/loadavg: 0.80 0.91 0.64 3/77 20451
/proc/meminfo: memFree=1796800/2055920 swapFree=4141948/4192956
[pid=20451] ppid=20449 vsize=1324 CPUtime=0.01
/proc/20451/stat : 20451 (minisat+) R 20449 20451 20263 0 -1 4194304 178 0 0 0 1 0 0 0 18 0 1 0 187900979 1355776 164 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 135031278 0 0 4096 16386 0 0 0 17 1 0 0
/proc/20451/statm: 331 164 74 215 0 113 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1324

[startup+0.101419 s]
/proc/loadavg: 0.80 0.91 0.64 3/77 20451
/proc/meminfo: memFree=1796800/2055920 swapFree=4141948/4192956
[pid=20451] ppid=20449 vsize=3112 CPUtime=0.09
/proc/20451/stat : 20451 (minisat+) R 20449 20451 20263 0 -1 4194304 581 0 0 0 9 0 0 0 18 0 1 0 187900979 3186688 567 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 135031278 0 0 4096 16386 0 0 0 17 1 0 0
/proc/20451/statm: 778 567 74 215 0 560 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3112

[startup+0.301439 s]
/proc/loadavg: 0.80 0.91 0.64 3/77 20451
/proc/meminfo: memFree=1796800/2055920 swapFree=4141948/4192956
[pid=20451] ppid=20449 vsize=6420 CPUtime=0.29
/proc/20451/stat : 20451 (minisat+) R 20449 20451 20263 0 -1 4194304 1403 0 0 0 29 0 0 0 19 0 1 0 187900979 6574080 1342 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 135007481 0 0 4096 16386 0 0 0 17 1 0 0
/proc/20451/statm: 1605 1342 74 215 0 1387 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 6420

[startup+0.70148 s]
/proc/loadavg: 0.80 0.91 0.64 3/77 20451
/proc/meminfo: memFree=1796800/2055920 swapFree=4141948/4192956
[pid=20451] ppid=20449 vsize=9712 CPUtime=0.69
/proc/20451/stat : 20451 (minisat+) R 20449 20451 20263 0 -1 4194304 2234 0 0 0 69 0 0 0 23 0 1 0 187900979 9945088 2173 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 135031278 0 0 4096 16386 0 0 0 17 1 0 0
/proc/20451/statm: 2428 2173 74 215 0 2210 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 9712

[startup+1.50156 s]
/proc/loadavg: 0.80 0.91 0.64 3/78 20452
/proc/meminfo: memFree=1785848/2055920 swapFree=4141948/4192956
[pid=20451] ppid=20449 vsize=16264 CPUtime=1.49
/proc/20451/stat : 20451 (minisat+) R 20449 20451 20263 0 -1 4194304 3877 0 0 0 148 1 0 0 25 0 1 0 187900979 16654336 3816 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 135031278 0 0 4096 16386 0 0 0 17 1 0 0
/proc/20451/statm: 4066 3816 74 215 0 3848 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 16264

[startup+3.10173 s]
/proc/loadavg: 0.81 0.91 0.64 2/78 20452
/proc/meminfo: memFree=1775608/2055920 swapFree=4141948/4192956
[pid=20451] ppid=20449 vsize=35600 CPUtime=3.09
/proc/20451/stat : 20451 (minisat+) R 20449 20451 20263 0 -1 4194304 8345 0 0 0 306 3 0 0 25 0 1 0 187900979 36454400 8201 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134618455 0 0 4096 16386 0 0 0 17 1 0 0
/proc/20451/statm: 8900 8201 74 215 0 8682 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 35600

[startup+6.30106 s]
/proc/loadavg: 0.81 0.91 0.64 2/78 20452
/proc/meminfo: memFree=1739512/2055920 swapFree=4141948/4192956
[pid=20451] ppid=20449 vsize=70076 CPUtime=6.29
/proc/20451/stat : 20451 (minisat+) R 20449 20451 20263 0 -1 4194304 16814 0 0 0 620 9 0 0 25 0 1 0 187900979 71757824 16505 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134618678 0 0 4096 16386 0 0 0 17 1 0 0
/proc/20451/statm: 17519 16505 74 215 0 17301 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 70076

[startup+12.7017 s]
/proc/loadavg: 0.91 0.93 0.65 2/78 20452
/proc/meminfo: memFree=1682936/2055920 swapFree=4141948/4192956
[pid=20451] ppid=20449 vsize=124336 CPUtime=12.68
/proc/20451/stat : 20451 (minisat+) R 20449 20451 20263 0 -1 4194304 30077 0 0 0 1253 15 0 0 25 0 1 0 187900979 127320064 29768 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 135007864 0 0 4096 16386 0 0 0 17 1 0 0
/proc/20451/statm: 31084 29768 74 215 0 30866 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 124336

[startup+25.501 s]
/proc/loadavg: 0.93 0.93 0.65 2/78 20452
/proc/meminfo: memFree=1566136/2055920 swapFree=4141948/4192956
[pid=20451] ppid=20449 vsize=230964 CPUtime=25.49
/proc/20451/stat : 20451 (minisat+) R 20449 20451 20263 0 -1 4194304 58273 0 0 0 2510 39 0 0 18 0 1 0 187900979 236507136 56572 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 135002634 0 0 4096 16386 0 0 0 17 1 0 0
/proc/20451/statm: 57741 56572 87 215 0 57523 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 230964

[startup+51.1019 s]
/proc/loadavg: 1.01 0.95 0.66 2/78 20452
/proc/meminfo: memFree=1553848/2055920 swapFree=4141948/4192956
[pid=20451] ppid=20449 vsize=246768 CPUtime=51.05
/proc/20451/stat : 20451 (minisat+) R 20449 20451 20263 0 -1 4194304 62271 0 0 0 4999 106 0 0 25 0 1 0 187900979 252690432 60570 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134576207 0 0 4096 16386 0 0 0 17 0 0 0
/proc/20451/statm: 61692 60570 103 215 0 61474 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 246768

[startup+102.306 s]
/proc/loadavg: 1.00 0.95 0.68 2/78 20452
/proc/meminfo: memFree=1553848/2055920 swapFree=4141948/4192956
[pid=20451] ppid=20449 vsize=246924 CPUtime=102.23
/proc/20451/stat : 20451 (minisat+) R 20449 20451 20263 0 -1 4194304 62307 0 0 0 10117 106 0 0 25 0 1 0 187900979 252850176 60606 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580732 0 0 4096 16386 0 0 0 17 0 0 0
/proc/20451/statm: 61731 60606 103 215 0 61513 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 246924

[startup+162.301 s]
/proc/loadavg: 1.00 0.96 0.69 2/78 20452
/proc/meminfo: memFree=1553656/2055920 swapFree=4141948/4192956
[pid=20451] ppid=20449 vsize=247184 CPUtime=162.17
/proc/20451/stat : 20451 (minisat+) R 20449 20451 20263 0 -1 4194304 62378 0 0 0 16111 106 0 0 25 0 1 0 187900979 253116416 60669 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581183 0 0 4096 16386 0 0 0 17 1 0 0
/proc/20451/statm: 61796 60669 103 215 0 61578 0
Current children cumulated CPU time (s) 162.17
Current children cumulated vsize (KiB) 247184

[startup+222.301 s]
/proc/loadavg: 1.00 0.97 0.71 2/78 20452
/proc/meminfo: memFree=1553464/2055920 swapFree=4141948/4192956
[pid=20451] ppid=20449 vsize=247184 CPUtime=222.15
/proc/20451/stat : 20451 (minisat+) R 20449 20451 20263 0 -1 4194304 62401 0 0 0 22109 106 0 0 25 0 1 0 187900979 253116416 60692 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134574489 0 0 4096 16386 0 0 0 17 1 0 0
/proc/20451/statm: 61796 60692 103 215 0 61578 0
Current children cumulated CPU time (s) 222.15
Current children cumulated vsize (KiB) 247184

[startup+282.302 s]
/proc/loadavg: 1.00 0.97 0.73 2/78 20452
/proc/meminfo: memFree=1553336/2055920 swapFree=4141948/4192956
[pid=20451] ppid=20449 vsize=247364 CPUtime=282.14
/proc/20451/stat : 20451 (minisat+) R 20449 20451 20263 0 -1 4194304 62423 0 0 0 28107 107 0 0 25 0 1 0 187900979 253300736 60714 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580732 0 0 4096 16386 0 0 0 17 1 0 0
/proc/20451/statm: 61841 60714 103 215 0 61623 0
Current children cumulated CPU time (s) 282.14
Current children cumulated vsize (KiB) 247364

[startup+342.302 s]
/proc/loadavg: 1.00 0.97 0.74 2/78 20452
/proc/meminfo: memFree=1553272/2055920 swapFree=4141948/4192956
[pid=20451] ppid=20449 vsize=247364 CPUtime=342.12
/proc/20451/stat : 20451 (minisat+) R 20449 20451 20263 0 -1 4194304 62445 0 0 0 34105 107 0 0 25 0 1 0 187900979 253300736 60736 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581053 0 0 4096 16386 0 0 0 17 1 0 0
/proc/20451/statm: 61841 60736 103 215 0 61623 0
Current children cumulated CPU time (s) 342.12
Current children cumulated vsize (KiB) 247364

[startup+402.302 s]
/proc/loadavg: 1.00 0.97 0.75 2/78 20452
/proc/meminfo: memFree=1553080/2055920 swapFree=4141948/4192956
[pid=20451] ppid=20449 vsize=247796 CPUtime=402.11
/proc/20451/stat : 20451 (minisat+) R 20449 20451 20263 0 -1 4194304 62473 0 0 0 40103 108 0 0 25 0 1 0 187900979 253743104 60764 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/20451/statm: 61949 60764 103 215 0 61731 0
Current children cumulated CPU time (s) 402.11
Current children cumulated vsize (KiB) 247796

[startup+462.301 s]
/proc/loadavg: 1.00 0.97 0.76 2/78 20452
/proc/meminfo: memFree=1553016/2055920 swapFree=4141948/4192956
[pid=20451] ppid=20449 vsize=247796 CPUtime=462.09
/proc/20451/stat : 20451 (minisat+) R 20449 20451 20263 0 -1 4194304 62488 0 0 0 46101 108 0 0 25 0 1 0 187900979 253743104 60779 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581053 0 0 4096 16386 0 0 0 17 1 0 0
/proc/20451/statm: 61949 60779 103 215 0 61731 0
Current children cumulated CPU time (s) 462.09
Current children cumulated vsize (KiB) 247796

[startup+522.301 s]
/proc/loadavg: 1.00 0.97 0.78 2/78 20454
/proc/meminfo: memFree=1552888/2055920 swapFree=4141948/4192956
[pid=20451] ppid=20449 vsize=247796 CPUtime=522.08
/proc/20451/stat : 20451 (minisat+) R 20449 20451 20263 0 -1 4194304 62518 0 0 0 52099 109 0 0 25 0 1 0 187900979 253743104 60809 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580372 0 0 4096 16386 0 0 0 17 1 0 0
/proc/20451/statm: 61949 60809 103 215 0 61731 0
Current children cumulated CPU time (s) 522.08
Current children cumulated vsize (KiB) 247796

[startup+582.302 s]
/proc/loadavg: 1.00 0.97 0.79 2/78 20454
/proc/meminfo: memFree=1552760/2055920 swapFree=4141948/4192956
[pid=20451] ppid=20449 vsize=247940 CPUtime=582.06
/proc/20451/stat : 20451 (minisat+) R 20449 20451 20263 0 -1 4194304 62552 0 0 0 58097 109 0 0 25 0 1 0 187900979 253890560 60843 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/20451/statm: 61985 60843 103 215 0 61767 0
Current children cumulated CPU time (s) 582.06
Current children cumulated vsize (KiB) 247940

[startup+642.302 s]
/proc/loadavg: 1.00 0.97 0.80 2/78 20454
/proc/meminfo: memFree=1551032/2055920 swapFree=4141948/4192956
[pid=20451] ppid=20449 vsize=250136 CPUtime=642.05
/proc/20451/stat : 20451 (minisat+) R 20449 20451 20263 0 -1 4194304 62987 0 0 0 64095 110 0 0 25 0 1 0 187900979 256139264 61278 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134573840 0 0 4096 16386 0 0 0 17 1 0 0
/proc/20451/statm: 62534 61278 103 215 0 62316 0
Current children cumulated CPU time (s) 642.05
Current children cumulated vsize (KiB) 250136

[startup+702.301 s]
/proc/loadavg: 1.00 0.97 0.81 2/78 20454
/proc/meminfo: memFree=1539320/2055920 swapFree=4141948/4192956
[pid=20451] ppid=20449 vsize=261776 CPUtime=702.03
/proc/20451/stat : 20451 (minisat+) R 20449 20451 20263 0 -1 4194304 65922 0 0 0 70090 113 0 0 25 0 1 0 187900979 268058624 64213 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134574276 0 0 4096 16386 0 0 0 17 1 0 0
/proc/20451/statm: 65444 64213 103 215 0 65226 0
Current children cumulated CPU time (s) 702.03
Current children cumulated vsize (KiB) 261776

[startup+762.305 s]
/proc/loadavg: 1.00 0.97 0.82 2/78 20454
/proc/meminfo: memFree=1532280/2055920 swapFree=4141948/4192956
[pid=20451] ppid=20449 vsize=268756 CPUtime=762.02
/proc/20451/stat : 20451 (minisat+) R 20449 20451 20263 0 -1 4194304 67666 0 0 0 76086 116 0 0 25 0 1 0 187900979 275206144 65957 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580496 0 0 4096 16386 0 0 0 17 1 0 0
/proc/20451/statm: 67189 65957 103 215 0 66971 0
Current children cumulated CPU time (s) 762.02
Current children cumulated vsize (KiB) 268756

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

[startup+767.902 s]
/proc/loadavg: 1.00 0.97 0.82 2/78 20454
/proc/meminfo: memFree=1531448/2055920 swapFree=4141948/4192956
[pid=20451] ppid=20449 vsize=269536 CPUtime=767.61
/proc/20451/stat : 20451 (minisat+) R 20449 20451 20263 0 -1 4194304 67868 0 0 0 76645 116 0 0 25 0 1 0 187900979 276004864 66159 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/20451/statm: 67384 66159 103 215 0 67166 0
Current children cumulated CPU time (s) 767.61
Current children cumulated vsize (KiB) 269536

[startup+771.105 s]
/proc/loadavg: 1.00 0.97 0.82 2/78 20454
/proc/meminfo: memFree=1530936/2055920 swapFree=4141948/4192956
[pid=20451] ppid=20449 vsize=270060 CPUtime=770.81
/proc/20451/stat : 20451 (minisat+) R 20449 20451 20263 0 -1 4194304 68000 0 0 0 76965 116 0 0 25 0 1 0 187900979 276541440 66291 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134574135 0 0 4096 16386 0 0 0 17 1 0 0
/proc/20451/statm: 67515 66291 103 215 0 67297 0
Current children cumulated CPU time (s) 770.81
Current children cumulated vsize (KiB) 270060

[startup+774.302 s]
/proc/loadavg: 1.00 0.97 0.82 2/78 20454
/proc/meminfo: memFree=1530552/2055920 swapFree=4141948/4192956
[pid=20451] ppid=20449 vsize=270320 CPUtime=774.01
/proc/20451/stat : 20451 (minisat+) R 20449 20451 20263 0 -1 4194304 68085 0 0 0 77285 116 0 0 25 0 1 0 187900979 276807680 66376 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580965 0 0 4096 16386 0 0 0 17 1 0 0
/proc/20451/statm: 67580 66376 103 215 0 67362 0
Current children cumulated CPU time (s) 774.01
Current children cumulated vsize (KiB) 270320

[startup+775.902 s]
/proc/loadavg: 1.00 0.97 0.82 2/78 20454
/proc/meminfo: memFree=1530424/2055920 swapFree=4141948/4192956
[pid=20451] ppid=20449 vsize=270580 CPUtime=775.61
/proc/20451/stat : 20451 (minisat+) R 20449 20451 20263 0 -1 4194304 68143 0 0 0 77445 116 0 0 25 0 1 0 187900979 277073920 66434 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134576849 0 0 4096 16386 0 0 0 17 1 0 0
/proc/20451/statm: 67645 66434 103 215 0 67427 0
Current children cumulated CPU time (s) 775.61
Current children cumulated vsize (KiB) 270580

[startup+776.702 s]
/proc/loadavg: 1.00 0.97 0.82 2/78 20454
/proc/meminfo: memFree=1530232/2055920 swapFree=4141948/4192956
[pid=20451] ppid=20449 vsize=270712 CPUtime=776.41
/proc/20451/stat : 20451 (minisat+) R 20449 20451 20263 0 -1 4194304 68177 0 0 0 77524 117 0 0 25 0 1 0 187900979 277209088 66468 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580297 0 0 4096 16386 0 0 0 17 1 0 0
/proc/20451/statm: 67678 66468 103 215 0 67460 0
Current children cumulated CPU time (s) 776.41
Current children cumulated vsize (KiB) 270712

[startup+777.102 s]
/proc/loadavg: 1.00 0.97 0.82 2/78 20454
/proc/meminfo: memFree=1530232/2055920 swapFree=4141948/4192956
[pid=20451] ppid=20449 vsize=271756 CPUtime=776.81
/proc/20451/stat : 20451 (minisat+) R 20449 20451 20263 0 -1 4194304 68444 0 0 0 77564 117 0 0 25 0 1 0 187900979 278278144 66735 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 135031374 0 0 4096 16386 0 0 0 17 1 0 0
/proc/20451/statm: 67939 66735 104 215 0 67721 0
Current children cumulated CPU time (s) 776.81
Current children cumulated vsize (KiB) 271756

Child status: 10
Real time (s): 777.199
CPU time (s): 776.914
CPU user time (s): 775.698
CPU system time (s): 1.21581
CPU usage (%): 99.9633
Max. virtual memory (cumulated for all children) (KiB): 271756

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 775.698
system time used= 1.21582
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 68447
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= 3056
involuntary context switches= 4563

runsolver used 1.19382 second user time and 2.92455 second system time

The end

Launcher Data (download as text)

Begin job on node17 on Tue Apr 24 07:30:33 UTC 2007

IDJOB= 418935
IDBENCH= 47738
IDSOLVER= 156
FILE ID= node17/418935-1177399831

PBS_JOBID= 4675629

Free space on /tmp= 66372 MiB

SOLVER NAME= minisat+ 1.14
BENCH NAME= HOME/pub/bench/PB07/normalized-PB07/PURE-SAT/SAT07/industrial/anbulagan/medium-sat/dated-10-13-s.opb
COMMAND LINE= /tmp/evaluation/418935-1177399831/minisat+ /tmp/evaluation/418935-1177399831/instance-418935-1177399831.opb            
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node17/convwatcher-418935-1177399831 -o ROOT/results/node17/conversion-418935-1177399831 -C 600 -M 1800 PBconversionToLinear /tmp/evaluation/418935-1177399831/instance-418935-1177399831.opb
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node17/watcher-418935-1177399831 -o ROOT/results/node17/solver-418935-1177399831 -C 1800 -W 3600 -M 1800 --output-limit 1,15  /tmp/evaluation/418935-1177399831/minisat+ /tmp/evaluation/418935-1177399831/instance-418935-1177399831.opb            

META MD5SUM SOLVER= e46aded85e5f265b61da9cdcce06370e
MD5SUM BENCH=  6e9c2aadaeb51e3400bb600f13759f35

RANDOM SEED= 869878872

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node17.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.240
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.240
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:       1797208 kB
Buffers:         38828 kB
Cached:         143012 kB
SwapCached:      13524 kB
Active:         138548 kB
Inactive:        66312 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1797208 kB
SwapTotal:     4192956 kB
SwapFree:      4141948 kB
Dirty:           27660 kB
Writeback:           0 kB
Mapped:          29880 kB
Slab:            39356 kB
Committed_AS:  7232480 kB
PageTables:       1796 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= 66372 MiB

End job on node17 on Tue Apr 24 07:43:32 UTC 2007