Trace number 418963

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 950.516 950.8

General information on the benchmark

Namenormalized-PB07/PURE-SAT/SAT07/industrial/
anbulagan/medium-sat/total-5-17-s.opb
MD5SUM90ccb0c7dc7e94c1593330c60222a31c
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 benchmark393.107
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 variables265408
Total number of constraints1248556
Number of constraints which are clauses1248556
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/418963-1177400502/instance-418963-1177400502.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/node27/watcher-418963-1177400502 -o ROOT/results/node27/solver-418963-1177400502 -C 1800 -W 3600 -M 1800 --output-limit 1,15 /tmp/evaluation/418963-1177400502/minisat+ /tmp/evaluation/418963-1177400502/instance-418963-1177400502.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: 1.08 1.03 0.84 3/65 4712
/proc/meminfo: memFree=1652656/2055920 swapFree=4183064/4192956
[pid=4712] ppid=4710 vsize=1048 CPUtime=0
/proc/4712/stat : 4712 (minisat+) R 4710 4712 4597 0 -1 4194304 125 0 0 0 0 0 0 0 18 0 1 0 152746382 1073152 111 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 135010894 0 0 4096 16386 0 0 0 17 1 0 0
/proc/4712/statm: 262 111 74 215 0 44 0

[startup+0.10509 s]
/proc/loadavg: 1.08 1.03 0.84 3/65 4712
/proc/meminfo: memFree=1652656/2055920 swapFree=4183064/4192956
[pid=4712] ppid=4710 vsize=3112 CPUtime=0.1
/proc/4712/stat : 4712 (minisat+) R 4710 4712 4597 0 -1 4194304 595 0 0 0 10 0 0 0 18 0 1 0 152746382 3186688 581 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 135031278 0 0 4096 16386 0 0 0 17 1 0 0
/proc/4712/statm: 778 581 74 215 0 560 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 3112

[startup+0.201099 s]
/proc/loadavg: 1.08 1.03 0.84 3/65 4712
/proc/meminfo: memFree=1652656/2055920 swapFree=4183064/4192956
[pid=4712] ppid=4710 vsize=5072 CPUtime=0.19
/proc/4712/stat : 4712 (minisat+) R 4710 4712 4597 0 -1 4194304 1064 0 0 0 19 0 0 0 18 0 1 0 152746382 5193728 1045 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134570194 0 0 4096 16386 0 0 0 17 1 0 0
/proc/4712/statm: 1268 1045 74 215 0 1050 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 5072

[startup+0.308138 s]
/proc/loadavg: 1.08 1.03 0.84 3/65 4712
/proc/meminfo: memFree=1652656/2055920 swapFree=4183064/4192956
[pid=4712] ppid=4710 vsize=7140 CPUtime=0.3
/proc/4712/stat : 4712 (minisat+) R 4710 4712 4597 0 -1 4194304 1599 0 0 0 29 1 0 0 19 0 1 0 152746382 7311360 1538 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134618678 0 0 4096 16386 0 0 0 17 1 0 0
/proc/4712/statm: 1785 1538 74 215 0 1567 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 7140

[startup+0.701149 s]
/proc/loadavg: 1.08 1.03 0.84 3/65 4712
/proc/meminfo: memFree=1652656/2055920 swapFree=4183064/4192956
[pid=4712] ppid=4710 vsize=10956 CPUtime=0.69
/proc/4712/stat : 4712 (minisat+) R 4710 4712 4597 0 -1 4194304 2469 0 0 0 67 2 0 0 22 0 1 0 152746382 11218944 2408 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 135007481 0 0 4096 16386 0 0 0 17 1 0 0
/proc/4712/statm: 2739 2408 74 215 0 2521 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 10956

[startup+1.50123 s]
/proc/loadavg: 1.08 1.03 0.84 2/66 4713
/proc/meminfo: memFree=1639144/2055920 swapFree=4183064/4192956
[pid=4712] ppid=4710 vsize=17488 CPUtime=1.49
/proc/4712/stat : 4712 (minisat+) R 4710 4712 4597 0 -1 4194304 4085 0 0 0 145 4 0 0 25 0 1 0 152746382 17907712 4024 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 135031278 0 0 4096 16386 0 0 0 17 1 0 0
/proc/4712/statm: 4372 4024 74 215 0 4154 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 17488

[startup+3.10139 s]
/proc/loadavg: 1.08 1.03 0.84 2/66 4713
/proc/meminfo: memFree=1631400/2055920 swapFree=4183064/4192956
[pid=4712] ppid=4710 vsize=32740 CPUtime=3.09
/proc/4712/stat : 4712 (minisat+) R 4710 4712 4597 0 -1 4194304 7848 0 0 0 303 6 0 0 25 0 1 0 152746382 33525760 7704 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134629012 0 0 4096 16386 0 0 0 17 1 0 0
/proc/4712/statm: 8185 7704 74 215 0 7967 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 32740

[startup+6.30171 s]
/proc/loadavg: 1.08 1.03 0.84 2/66 4713
/proc/meminfo: memFree=1594792/2055920 swapFree=4183064/4192956
[pid=4712] ppid=4710 vsize=72552 CPUtime=6.29
/proc/4712/stat : 4712 (minisat+) R 4710 4712 4597 0 -1 4194304 17052 0 0 0 617 12 0 0 25 0 1 0 152746382 74293248 16743 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 135007481 0 0 4096 16386 0 0 0 17 1 0 0
/proc/4712/statm: 18138 16743 74 215 0 17920 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 72552

[startup+12.7014 s]
/proc/loadavg: 1.07 1.03 0.84 2/66 4713
/proc/meminfo: memFree=1530984/2055920 swapFree=4183064/4192956
[pid=4712] ppid=4710 vsize=134928 CPUtime=12.69
/proc/4712/stat : 4712 (minisat+) R 4710 4712 4597 0 -1 4194304 32405 0 0 0 1248 21 0 0 25 0 1 0 152746382 138166272 31766 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134618678 0 0 4096 16386 0 0 0 17 1 0 0
/proc/4712/statm: 33732 31766 74 215 0 33514 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 134928

[startup+25.5016 s]
/proc/loadavg: 1.05 1.03 0.84 2/66 4713
/proc/meminfo: memFree=1425384/2055920 swapFree=4183064/4192956
[pid=4712] ppid=4710 vsize=237800 CPUtime=25.48
/proc/4712/stat : 4712 (minisat+) R 4710 4712 4597 0 -1 4194304 57943 0 0 0 2512 36 0 0 25 0 1 0 152746382 243507200 57304 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134618678 0 0 4096 16386 0 0 0 17 1 0 0
/proc/4712/statm: 59450 57305 74 215 0 59232 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 237800

[startup+51.1024 s]
/proc/loadavg: 1.03 1.03 0.84 2/66 4713
/proc/meminfo: memFree=1281896/2055920 swapFree=4183064/4192956
[pid=4712] ppid=4710 vsize=376692 CPUtime=51.06
/proc/4712/stat : 4712 (minisat+) R 4710 4712 4597 0 -1 4194304 94718 0 0 0 4947 159 0 0 25 0 1 0 152746382 385732608 92523 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581183 0 0 4096 16386 0 0 0 17 0 0 0
/proc/4712/statm: 94173 92523 103 215 0 93955 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 376692

[startup+102.303 s]
/proc/loadavg: 1.01 1.02 0.85 2/66 4713
/proc/meminfo: memFree=1281704/2055920 swapFree=4183064/4192956
[pid=4712] ppid=4710 vsize=376888 CPUtime=102.24
/proc/4712/stat : 4712 (minisat+) R 4710 4712 4597 0 -1 4194304 94757 0 0 0 10065 159 0 0 25 0 1 0 152746382 385933312 92562 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134573904 0 0 4096 16386 0 0 0 17 0 0 0
/proc/4712/statm: 94222 92562 103 215 0 94004 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 376888

[startup+162.302 s]
/proc/loadavg: 1.00 1.02 0.85 2/66 4713
/proc/meminfo: memFree=1281512/2055920 swapFree=4183064/4192956
[pid=4712] ppid=4710 vsize=377024 CPUtime=162.21
/proc/4712/stat : 4712 (minisat+) R 4710 4712 4597 0 -1 4194304 94820 0 0 0 16062 159 0 0 25 0 1 0 152746382 386072576 92617 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581183 0 0 4096 16386 0 0 0 17 0 0 0
/proc/4712/statm: 94256 92617 103 215 0 94038 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 377024

[startup+222.307 s]
/proc/loadavg: 1.00 1.01 0.86 2/66 4713
/proc/meminfo: memFree=1281448/2055920 swapFree=4183064/4192956
[pid=4712] ppid=4710 vsize=377144 CPUtime=222.21
/proc/4712/stat : 4712 (minisat+) R 4710 4712 4597 0 -1 4194304 94842 0 0 0 22061 160 0 0 25 0 1 0 152746382 386195456 92639 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134572728 0 0 4096 16386 0 0 0 17 0 0 0
/proc/4712/statm: 94286 92639 103 215 0 94068 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 377144

[startup+282.303 s]
/proc/loadavg: 1.00 1.00 0.87 2/66 4713
/proc/meminfo: memFree=1281384/2055920 swapFree=4183064/4192956
[pid=4712] ppid=4710 vsize=377144 CPUtime=282.19
/proc/4712/stat : 4712 (minisat+) R 4710 4712 4597 0 -1 4194304 94861 0 0 0 28059 160 0 0 25 0 1 0 152746382 386195456 92658 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134574028 0 0 4096 16386 0 0 0 17 0 0 0
/proc/4712/statm: 94286 92658 103 215 0 94068 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 377144

[startup+342.303 s]
/proc/loadavg: 1.00 1.00 0.87 2/66 4713
/proc/meminfo: memFree=1281320/2055920 swapFree=4183064/4192956
[pid=4712] ppid=4710 vsize=377324 CPUtime=342.18
/proc/4712/stat : 4712 (minisat+) R 4710 4712 4597 0 -1 4194304 94876 0 0 0 34058 160 0 0 25 0 1 0 152746382 386379776 92673 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134584014 0 0 4096 16386 0 0 0 17 0 0 0
/proc/4712/statm: 94331 92673 103 215 0 94113 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 377324

[startup+402.303 s]
/proc/loadavg: 1.00 1.00 0.88 2/66 4713
/proc/meminfo: memFree=1281320/2055920 swapFree=4183064/4192956
[pid=4712] ppid=4710 vsize=377324 CPUtime=402.16
/proc/4712/stat : 4712 (minisat+) R 4710 4712 4597 0 -1 4194304 94885 0 0 0 40056 160 0 0 25 0 1 0 152746382 386379776 92682 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134574327 0 0 4096 16386 0 0 0 17 0 0 0
/proc/4712/statm: 94331 92682 103 215 0 94113 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 377324

[startup+462.303 s]
/proc/loadavg: 1.00 1.00 0.88 3/66 4713
/proc/meminfo: memFree=1281320/2055920 swapFree=4183064/4192956
[pid=4712] ppid=4710 vsize=377324 CPUtime=462.14
/proc/4712/stat : 4712 (minisat+) R 4710 4712 4597 0 -1 4194304 94899 0 0 0 46054 160 0 0 25 0 1 0 152746382 386379776 92696 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580732 0 0 4096 16386 0 0 0 17 0 0 0
/proc/4712/statm: 94331 92696 103 215 0 94113 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 377324

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 0.89 2/66 4713
/proc/meminfo: memFree=1281192/2055920 swapFree=4183064/4192956
[pid=4712] ppid=4710 vsize=377768 CPUtime=522.13
/proc/4712/stat : 4712 (minisat+) R 4710 4712 4597 0 -1 4194304 94924 0 0 0 52053 160 0 0 25 0 1 0 152746382 386834432 92721 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 0 0 0
/proc/4712/statm: 94442 92721 103 215 0 94224 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 377768

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 0.90 2/66 4713
/proc/meminfo: memFree=1281000/2055920 swapFree=4183064/4192956
[pid=4712] ppid=4710 vsize=377768 CPUtime=582.11
/proc/4712/stat : 4712 (minisat+) R 4710 4712 4597 0 -1 4194304 94965 0 0 0 58051 160 0 0 25 0 1 0 152746382 386834432 92762 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134574130 0 0 4096 16386 0 0 0 17 0 0 0
/proc/4712/statm: 94442 92762 103 215 0 94224 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 377768

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 0.90 2/66 4713
/proc/meminfo: memFree=1275752/2055920 swapFree=4183064/4192956
[pid=4712] ppid=4710 vsize=383128 CPUtime=642.09
/proc/4712/stat : 4712 (minisat+) R 4710 4712 4597 0 -1 4194304 96289 0 0 0 64048 161 0 0 25 0 1 0 152746382 392323072 94086 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580941 0 0 4096 16386 0 0 0 17 0 0 0
/proc/4712/statm: 95782 94086 103 215 0 95564 0
Current children cumulated CPU time (s) 642.09
Current children cumulated vsize (KiB) 383128

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 4713
/proc/meminfo: memFree=1267624/2055920 swapFree=4183064/4192956
[pid=4712] ppid=4710 vsize=391128 CPUtime=702.08
/proc/4712/stat : 4712 (minisat+) R 4710 4712 4597 0 -1 4194304 98312 0 0 0 70044 164 0 0 25 0 1 0 152746382 400515072 96109 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134579235 0 0 4096 16386 0 0 0 17 0 0 0
/proc/4712/statm: 97782 96109 103 215 0 97564 0
Current children cumulated CPU time (s) 702.08
Current children cumulated vsize (KiB) 391128

[startup+762.302 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 4713
/proc/meminfo: memFree=1258216/2055920 swapFree=4183064/4192956
[pid=4712] ppid=4710 vsize=400952 CPUtime=762.07
/proc/4712/stat : 4712 (minisat+) R 4710 4712 4597 0 -1 4194304 100650 0 0 0 76041 166 0 0 25 0 1 0 152746382 410574848 98447 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580941 0 0 4096 16386 0 0 0 17 0 0 0
/proc/4712/statm: 100238 98447 103 215 0 100020 0
Current children cumulated CPU time (s) 762.07
Current children cumulated vsize (KiB) 400952

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 4713
/proc/meminfo: memFree=1250728/2055920 swapFree=4183064/4192956
[pid=4712] ppid=4710 vsize=408544 CPUtime=822.05
/proc/4712/stat : 4712 (minisat+) R 4710 4712 4597 0 -1 4194304 102532 0 0 0 82037 168 0 0 25 0 1 0 152746382 418349056 100329 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 0 0 0
/proc/4712/statm: 102136 100329 103 215 0 101918 0
Current children cumulated CPU time (s) 822.05
Current children cumulated vsize (KiB) 408544

[startup+882.305 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 4713
/proc/meminfo: memFree=1243752/2055920 swapFree=4183064/4192956
[pid=4712] ppid=4710 vsize=415556 CPUtime=882.04
/proc/4712/stat : 4712 (minisat+) R 4710 4712 4597 0 -1 4194304 104287 0 0 0 88034 170 0 0 25 0 1 0 152746382 425529344 102084 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 0 0 0
/proc/4712/statm: 103889 102084 103 215 0 103671 0
Current children cumulated CPU time (s) 882.04
Current children cumulated vsize (KiB) 415556

[startup+942.301 s]
/proc/loadavg: 1.07 1.03 0.92 2/66 4713
/proc/meminfo: memFree=1235240/2055920 swapFree=4183064/4192956
[pid=4712] ppid=4710 vsize=423952 CPUtime=942.02
/proc/4712/stat : 4712 (minisat+) R 4710 4712 4597 0 -1 4194304 106397 0 0 0 94030 172 0 0 25 0 1 0 152746382 434126848 104194 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 0 0 0
/proc/4712/statm: 105988 104194 103 215 0 105770 0
Current children cumulated CPU time (s) 942.02
Current children cumulated vsize (KiB) 423952

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

[startup+947.206 s]
/proc/loadavg: 1.14 1.04 0.93 2/66 4713
/proc/meminfo: memFree=1234664/2055920 swapFree=4183064/4192956
[pid=4712] ppid=4710 vsize=424476 CPUtime=946.92
/proc/4712/stat : 4712 (minisat+) R 4710 4712 4597 0 -1 4194304 106526 0 0 0 94520 172 0 0 25 0 1 0 152746382 434663424 104323 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580786 0 0 4096 16386 0 0 0 17 0 0 0
/proc/4712/statm: 106119 104323 103 215 0 105901 0
Current children cumulated CPU time (s) 946.92
Current children cumulated vsize (KiB) 424476

[startup+948.802 s]
/proc/loadavg: 1.13 1.04 0.93 2/66 4713
/proc/meminfo: memFree=1234536/2055920 swapFree=4183064/4192956
[pid=4712] ppid=4710 vsize=424608 CPUtime=948.52
/proc/4712/stat : 4712 (minisat+) R 4710 4712 4597 0 -1 4194304 106567 0 0 0 94680 172 0 0 25 0 1 0 152746382 434798592 104364 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 0 0 0
/proc/4712/statm: 106152 104364 103 215 0 105934 0
Current children cumulated CPU time (s) 948.52
Current children cumulated vsize (KiB) 424608

[startup+949.603 s]
/proc/loadavg: 1.13 1.04 0.93 2/66 4713
/proc/meminfo: memFree=1234472/2055920 swapFree=4183064/4192956
[pid=4712] ppid=4710 vsize=424736 CPUtime=949.32
/proc/4712/stat : 4712 (minisat+) R 4710 4712 4597 0 -1 4194304 106585 0 0 0 94760 172 0 0 25 0 1 0 152746382 434929664 104382 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 0 0 0
/proc/4712/statm: 106184 104382 103 215 0 105966 0
Current children cumulated CPU time (s) 949.32
Current children cumulated vsize (KiB) 424736

[startup+950.402 s]
/proc/loadavg: 1.13 1.04 0.93 2/66 4713
/proc/meminfo: memFree=1234280/2055920 swapFree=4183064/4192956
[pid=4712] ppid=4710 vsize=424868 CPUtime=950.12
/proc/4712/stat : 4712 (minisat+) R 4710 4712 4597 0 -1 4194304 106617 0 0 0 94840 172 0 0 25 0 1 0 152746382 435064832 104414 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 0 0 0
/proc/4712/statm: 106217 104414 103 215 0 105999 0
Current children cumulated CPU time (s) 950.12
Current children cumulated vsize (KiB) 424868

[startup+950.602 s]
/proc/loadavg: 1.13 1.04 0.93 2/66 4713
/proc/meminfo: memFree=1234280/2055920 swapFree=4183064/4192956
[pid=4712] ppid=4710 vsize=424868 CPUtime=950.32
/proc/4712/stat : 4712 (minisat+) R 4710 4712 4597 0 -1 4194304 106620 0 0 0 94860 172 0 0 25 0 1 0 152746382 435064832 104417 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134588652 0 0 4096 16386 0 0 0 17 0 0 0
/proc/4712/statm: 106217 104417 103 215 0 105999 0
Current children cumulated CPU time (s) 950.32
Current children cumulated vsize (KiB) 424868

[startup+950.702 s]
/proc/loadavg: 1.13 1.04 0.93 2/66 4713
/proc/meminfo: memFree=1234280/2055920 swapFree=4183064/4192956
[pid=4712] ppid=4710 vsize=426212 CPUtime=950.41
/proc/4712/stat : 4712 (minisat+) R 4710 4712 4597 0 -1 4194304 106973 0 0 0 94869 172 0 0 25 0 1 0 152746382 436441088 104770 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134986782 0 0 4096 16386 0 0 0 17 1 0 0
/proc/4712/statm: 106553 104770 104 215 0 106335 0
Current children cumulated CPU time (s) 950.41
Current children cumulated vsize (KiB) 426212

Child status: 10
Real time (s): 950.8
CPU time (s): 950.516
CPU user time (s): 948.724
CPU system time (s): 1.79273
CPU usage (%): 99.9701
Max. virtual memory (cumulated for all children) (KiB): 426212

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 948.724
system time used= 1.79273
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 106976
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= 2104
involuntary context switches= 2377

runsolver used 1.79073 second user time and 4.31034 second system time

The end

Launcher Data (download as text)

Begin job on node27 on Tue Apr 24 07:41:44 UTC 2007

IDJOB= 418963
IDBENCH= 47740
IDSOLVER= 156
FILE ID= node27/418963-1177400502

PBS_JOBID= 4675580

Free space on /tmp= 66338 MiB

SOLVER NAME= minisat+ 1.14
BENCH NAME= HOME/pub/bench/PB07/normalized-PB07/PURE-SAT/SAT07/industrial/anbulagan/medium-sat/total-5-17-s.opb
COMMAND LINE= /tmp/evaluation/418963-1177400502/minisat+ /tmp/evaluation/418963-1177400502/instance-418963-1177400502.opb            
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node27/convwatcher-418963-1177400502 -o ROOT/results/node27/conversion-418963-1177400502 -C 600 -M 1800 PBconversionToLinear /tmp/evaluation/418963-1177400502/instance-418963-1177400502.opb
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

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

META MD5SUM SOLVER= e46aded85e5f265b61da9cdcce06370e
MD5SUM BENCH=  90ccb0c7dc7e94c1593330c60222a31c

RANDOM SEED= 103194491

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node27.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.213
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	: 5931.00
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.213
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:       1653128 kB
Buffers:         56488 kB
Cached:         269552 kB
SwapCached:       4032 kB
Active:         229632 kB
Inactive:       106316 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1653128 kB
SwapTotal:     4192956 kB
SwapFree:      4183064 kB
Dirty:           41152 kB
Writeback:           0 kB
Mapped:          15668 kB
Slab:            52920 kB
Committed_AS:  2130452 kB
PageTables:       1412 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= 66338 MiB

End job on node27 on Tue Apr 24 07:57:36 UTC 2007