Trace number 35888

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 NameAnswerObjective functionCPU timeWall clock time
minisat+ 1.14SAT (TO)764056 1801.35 1801.95

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/
miplib2003/normalized-mps-v2-20-10-ds.opb
MD5SUM7478f253a8ff3e29c2a001743623a20c
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark764056
Best CPU time to get the best result obtained on this benchmark1801.35
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 764056
Optimality of the best value was proved NO
Number of variables1354640
Total number of constraints656
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints656
Minimum length of a constraint640
Maximum length of a constraint129180
Number of terms in the objective function 1354640
Biggest coefficient in the objective function 1732247552
Number of bits for the biggest coefficient in the objective function 31
Sum of the numbers in the objective function 49715233983525
Number of bits of the sum of numbers in the objective function 46
Biggest number in a constraint 1732247552
Number of bits of the biggest number in a constraint 31
Biggest sum of numbers in a constraint 49715233983525
Number of bits of the biggest sum of numbers46
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	764056

Watcher Data (download as text)

Enforcing CPU limit (will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime (will send SIGXCPU) limit: 1830 seconds
Enforcing Stack size limit: 67108864 bytes
Enforcing memory limit (will send SIGKILL): 1843200 Kb
Enforcing VSIZE limit: 1887436800 bytes
runsolver version 3.0.0 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node9/watcher-35888-1149316679 -o ROOT/results/node9/solver-35888-1149316679 -C 1800 -M 1800 -S 64 ROOT/solvers/PB/PB06final/user7/minisat+ ROOT/tmp/node9/35888-1149316679/instance-35888-1149316679.opb 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.45 0.83 0.92 2/64 18515
/proc/meminfo: memFree=967656/2055920 swapFree=4180864/4192956
[pid=18515] ppid=18513 vsize=1048 CPUtime=0
/proc/18515/stat : 18515 (minisat+) R 18513 18515 18469 0 -1 4194304 98 0 0 0 0 0 0 0 18 0 1 0 197336562 1073152 83 18446744073709551615 134512640 135395479 4294956688 18446744073709551615 135007481 0 0 4096 16386 0 0 0 17 1 0 0
/proc/18515/statm: 262 83 67 215 0 44 0

[startup+10.0027 s]
/proc/loadavg: 0.54 0.84 0.92 2/64 18515
/proc/meminfo: memFree=720296/2055920 swapFree=4180864/4192956
[pid=18515] ppid=18513 vsize=278052 CPUtime=10
/proc/18515/stat : 18515 (minisat+) R 18513 18515 18469 0 -1 4194304 72927 0 0 0 964 36 0 0 25 0 1 0 197336562 284725248 61750 18446744073709551615 134512640 135395479 4294956688 18446744073709551615 135012146 0 0 4096 16386 0 0 0 17 1 0 0
/proc/18515/statm: 69513 61750 75 215 0 69295 0
Current children cumulated CPU time (s) 10
Current children cumulated vsize (Kb) 278052

[startup+20.0098 s]
/proc/loadavg: 0.61 0.84 0.92 2/64 18515
/proc/meminfo: memFree=716392/2055920 swapFree=4180864/4192956
[pid=18515] ppid=18513 vsize=286072 CPUtime=19.99
/proc/18515/stat : 18515 (minisat+) R 18513 18515 18469 0 -1 4194304 78587 0 0 0 1959 40 0 0 25 0 1 0 197336562 292937728 62726 18446744073709551615 134512640 135395479 4294956688 18446744073709551615 135002645 0 0 4096 16386 0 0 0 17 1 0 0
/proc/18515/statm: 71518 62726 75 215 0 71300 0
Current children cumulated CPU time (s) 19.99
Current children cumulated vsize (Kb) 286072

[startup+30.017 s]
/proc/loadavg: 0.67 0.85 0.92 2/64 18515
/proc/meminfo: memFree=709928/2055920 swapFree=4180864/4192956
[pid=18515] ppid=18513 vsize=295452 CPUtime=29.99
/proc/18515/stat : 18515 (minisat+) R 18513 18515 18469 0 -1 4194304 83761 0 0 0 2952 47 0 0 25 0 1 0 197336562 302542848 64288 18446744073709551615 134512640 135395479 4294956688 18446744073709551615 134601319 0 0 4096 16386 0 0 0 17 1 0 0
/proc/18515/statm: 73863 64288 75 215 0 73645 0
Current children cumulated CPU time (s) 29.99
Current children cumulated vsize (Kb) 295452

[startup+40.0231 s]
/proc/loadavg: 0.72 0.85 0.92 2/64 18515
/proc/meminfo: memFree=703912/2055920 swapFree=4180864/4192956
[pid=18515] ppid=18513 vsize=304680 CPUtime=40
/proc/18515/stat : 18515 (minisat+) R 18513 18515 18469 0 -1 4194304 88537 0 0 0 3947 53 0 0 25 0 1 0 197336562 311992320 65811 18446744073709551615 134512640 135395479 4294956688 18446744073709551615 134530481 0 0 4096 16386 0 0 0 17 1 0 0
/proc/18515/statm: 76170 65811 75 215 0 75952 0
Current children cumulated CPU time (s) 40
Current children cumulated vsize (Kb) 304680

[startup+50.0293 s]
/proc/loadavg: 0.76 0.86 0.92 2/64 18515
/proc/meminfo: memFree=695656/2055920 swapFree=4180864/4192956
[pid=18515] ppid=18513 vsize=314296 CPUtime=50.01
/proc/18515/stat : 18515 (minisat+) R 18513 18515 18469 0 -1 4194304 98168 0 0 0 4940 61 0 0 25 0 1 0 197336562 321839104 67861 18446744073709551615 134512640 135395479 4294956688 18446744073709551615 134838067 0 0 4096 16386 0 0 0 17 1 0 0
/proc/18515/statm: 78574 67861 75 215 0 78356 0
Current children cumulated CPU time (s) 50.01
Current children cumulated vsize (Kb) 314296

[startup+60.0354 s]
/proc/loadavg: 0.80 0.86 0.92 2/64 18515
/proc/meminfo: memFree=681384/2055920 swapFree=4180864/4192956
[pid=18515] ppid=18513 vsize=330108 CPUtime=60
/proc/18515/stat : 18515 (minisat+) R 18513 18515 18469 0 -1 4194304 114250 0 0 0 5928 72 0 0 25 0 1 0 197336562 338030592 71427 18446744073709551615 134512640 135395479 4294956688 18446744073709551615 135012146 0 0 4096 16386 0 0 0 17 1 0 0
/proc/18515/statm: 82527 71427 75 215 0 82309 0
Current children cumulated CPU time (s) 60
Current children cumulated vsize (Kb) 330108

[startup+70.0416 s]
/proc/loadavg: 0.83 0.86 0.92 2/64 18515
/proc/meminfo: memFree=669608/2055920 swapFree=4180864/4192956
[pid=18515] ppid=18513 vsize=342068 CPUtime=70.01
/proc/18515/stat : 18515 (minisat+) R 18513 18515 18469 0 -1 4194304 132353 0 0 0 6917 84 0 0 25 0 1 0 197336562 350277632 74326 18446744073709551615 134512640 135395479 4294956688 18446744073709551615 135031278 0 0 4096 16386 0 0 0 17 1 0 0
/proc/18515/statm: 85517 74326 75 215 0 85299 0
Current children cumulated CPU time (s) 70.01
Current children cumulated vsize (Kb) 342068

[startup+80.0477 s]
/proc/loadavg: 0.85 0.87 0.92 2/64 18515
/proc/meminfo: memFree=655336/2055920 swapFree=4180864/4192956
[pid=18515] ppid=18513 vsize=358276 CPUtime=80.01
/proc/18515/stat : 18515 (minisat+) R 18513 18515 18469 0 -1 4194304 153821 0 0 0 7904 97 0 0 25 0 1 0 197336562 366874624 77869 18446744073709551615 134512640 135395479 4294956688 18446744073709551615 135031278 0 0 4096 16386 0 0 0 17 1 0 0
/proc/18515/statm: 89569 77869 75 215 0 89351 0
Current children cumulated CPU time (s) 80.01
Current children cumulated vsize (Kb) 358276

[startup+90.0549 s]
/proc/loadavg: 0.88 0.87 0.92 2/64 18515
/proc/meminfo: memFree=638696/2055920 swapFree=4180864/4192956
[pid=18515] ppid=18513 vsize=376052 CPUtime=90.01
/proc/18515/stat : 18515 (minisat+) R 18513 18515 18469 0 -1 4194304 172069 0 0 0 8892 109 0 0 25 0 1 0 197336562 385077248 82080 18446744073709551615 134512640 135395479 4294956688 18446744073709551615 135002602 0 0 4096 16386 0 0 0 17 1 0 0
/proc/18515/statm: 94013 82080 75 215 0 93795 0
Current children cumulated CPU time (s) 90.01
Current children cumulated vsize (Kb) 376052

[startup+100.061 s]
/proc/loadavg: 0.89 0.88 0.92 2/64 18515
/proc/meminfo: memFree=623080/2055920 swapFree=4180864/4192956
[pid=18515] ppid=18513 vsize=392368 CPUtime=100.02
/proc/18515/stat : 18515 (minisat+) R 18513 18515 18469 0 -1 4194304 189912 0 0 0 9880 122 0 0 25 0 1 0 197336562 401784832 85936 18446744073709551615 134512640 135395479 4294956688 18446744073709551615 135031278 0 0 4096 16386 0 0 0 17 1 0 0
/proc/18515/statm: 98092 85936 75 215 0 97874 0
Current children cumulated CPU time (s) 100.02
Current children cumulated vsize (Kb) 392368

[startup+110.067 s]
/proc/loadavg: 0.91 0.88 0.92 2/64 18515
/proc/meminfo: memFree=609576/2055920 swapFree=4180864/4192956
[pid=18515] ppid=18513 vsize=407060 CPUtime=110.02
/proc/18515/stat : 18515 (minisat+) R 18513 18515 18469 0 -1 4194304 207418 0 0 0 10867 135 0 0 25 0 1 0 197336562 416829440 89306 18446744073709551615 134512640 135395479 4294956688 18446744073709551615 135031278 0 0 4096 16386 0 0 0 17 1 0 0
/proc/18515/statm: 101765 89306 75 215 0 101547 0
Current children cumulated CPU time (s) 110.02
Current children cumulated vsize (Kb) 407060

[startup+120.073 s]
/proc/loadavg: 0.92 0.88 0.92 2/64 18515
/proc/meminfo: memFree=592552/2055920 swapFree=4180864/4192956
[pid=18515] ppid=18513 vsize=424700 CPUtime=120.03
/proc/18515/stat : 18515 (minisat+) R 18513 18515 18469 0 -1 4194304 223367 0 0 0 11857 146 0 0 25 0 1 0 197336562 434892800 93626 18446744073709551615 134512640 135395479 4294956688 18446744073709551615 135007481 0 0 4096 16386 0 0 0 17 1 0 0
/proc/18515/statm: 106175 93626 75 215 0 105957 0
Current children cumulated CPU time (s) 120.03
Current children cumulated vsize (Kb) 424700

[startup+130.079 s]
/proc/loadavg: 0.93 0.89 0.92 2/64 18515
/proc/meminfo: memFree=580584/2055920 swapFree=4180864/4192956
[pid=18515] ppid=18513 vsize=436440 CPUtime=130.03
/proc/18515/stat : 18515 (minisat+) R 18513 18515 18469 0 -1 4194304 236632 0 0 0 12847 156 0 0 25 0 1 0 197336562 446914560 96589 18446744073709551615 134512640 135395479 4294956688 18446744073709551615 135005899 0 0 4096 16386 0 0 0 17 1 0 0
/proc/18515/statm: 109110 96589 75 215 0 108892 0
Current children cumulated CPU time (s) 130.03
Current children cumulated vsize (Kb) 436440

[startup+140.087 s]
/proc/loadavg: 0.94 0.89 0.92 2/64 18515
/proc/meminfo: memFree=499432/2055920 swapFree=4180864/4192956
[pid=18515] ppid=18513 vsize=517320 CPUtime=140.03
/proc/18515/stat : 18515 (minisat+) R 18513 18515 18469 0 -1 4194304 259478 0 0 0 13837 166 0 0 25 0 1 0 197336562 529735680 116840 18446744073709551615 134512640 135395479 4294956688 18446744073709551615 134805995 0 0 4096 16386 0 0 0 17 1 0 0
/proc/18515/statm: 129330 116840 83 215 0 129112 0
Current children cumulated CPU time (s) 140.03
Current children cumulated vsize (Kb) 517320

[startup+150.093 s]
/proc/loadavg: 0.95 0.89 0.92 2/64 18515
/proc/meminfo: memFree=499432/2055920 swapFree=4180864/4192956
[pid=18515] ppid=18513 vsize=517320 CPUtime=150.03
/proc/18515/stat : 18515 (minisat+) R 18513 18515 18469 0 -1 4194304 259478 0 0 0 14837 166 0 0 25 0 1 0 197336562 529735680 116840 18446744073709551615 134512640 135395479 4294956688 18446744073709551615 135012146 0 0 4096 16386 0 0 0 17 1 0 0
/proc/18515/statm: 129330 116840 83 215 0 129112 0
Current children cumulated CPU time (s) 150.03
Current children cumulated vsize (Kb) 517320

[startup+160.099 s]
/proc/loadavg: 0.96 0.89 0.92 2/64 18515
/proc/meminfo: memFree=499432/2055920 swapFree=4180864/4192956
[pid=18515] ppid=18513 vsize=517320 CPUtime=160.03
/proc/18515/stat : 18515 (minisat+) R 18513 18515 18469 0 -1 4194304 259478 0 0 0 15837 166 0 0 25 0 1 0 197336562 529735680 116840 18446744073709551615 134512640 135395479 4294956688 18446744073709551615 134812754 0 0 4096 16386 0 0 0 17 1 0 0
/proc/18515/statm: 129330 116840 83 215 0 129112 0
Current children cumulated CPU time (s) 160.03
Current children cumulated vsize (Kb) 517320

[startup+170.105 s]
/proc/loadavg: 0.97 0.90 0.92 2/64 18515
/proc/meminfo: memFree=499432/2055920 swapFree=4180864/4192956
[pid=18515] ppid=18513 vsize=517320 CPUtime=170.04
/proc/18515/stat : 18515 (minisat+) R 18513 18515 18469 0 -1 4194304 259478 0 0 0 16838 166 0 0 25 0 1 0 197336562 529735680 116840 18446744073709551615 134512640 135395479 4294956688 18446744073709551615 135003265 0 0 4096 16386 0 0 0 17 1 0 0
/proc/18515/statm: 129330 116840 83 215 0 129112 0
Current children cumulated CPU time (s) 170.04
Current children cumulated vsize (Kb) 517320

[startup+180.111 s]
/proc/loadavg: 0.97 0.90 0.92 2/64 18515
/proc/meminfo: memFree=499432/2055920 swapFree=4180864/4192956
[pid=18515] ppid=18513 vsize=517320 CPUtime=180.04
/proc/18515/stat : 18515 (minisat+) R 18513 18515 18469 0 -1 4194304 259478 0 0 0 17838 166 0 0 25 0 1 0 197336562 529735680 116840 18446744073709551615 134512640 135395479 4294956688 18446744073709551615 134808992 0 0 4096 16386 0 0 0 17 1 0 0
/proc/18515/statm: 129330 116840 83 215 0 129112 0
Current children cumulated CPU time (s) 180.04
Current children cumulated vsize (Kb) 517320

[startup+190.117 s]
/proc/loadavg: 0.97 0.90 0.92 2/64 18515
/proc/meminfo: memFree=499432/2055920 swapFree=4180864/4192956
[pid=18515] ppid=18513 vsize=517320 CPUtime=190.04
/proc/18515/stat : 18515 (minisat+) R 18513 18515 18469 0 -1 4194304 259478 0 0 0 18838 166 0 0 25 0 1 0 197336562 529735680 116840 18446744073709551615 134512640 135395479 4294956688 18446744073709551615 135003265 0 0 4096 16386 0 0 0 17 1 0 0
/proc/18515/statm: 129330 116840 83 215 0 129112 0
Current children cumulated CPU time (s) 190.04
Current children cumulated vsize (Kb) 517320

[startup+200.123 s]
/proc/loadavg: 0.98 0.91 0.92 2/64 18515
/proc/meminfo: memFree=499432/2055920 swapFree=4180864/4192956
[pid=18515] ppid=18513 vsize=517320 CPUtime=200.04
/proc/18515/stat : 18515 (minisat+) R 18513 18515 18469 0 -1 4194304 259478 0 0 0 19838 166 0 0 25 0 1 0 197336562 529735680 116840 18446744073709551615 134512640 135395479 4294956688 18446744073709551615 134808937 0 0 4096 16386 0 0 0 17 1 0 0
/proc/18515/statm: 129330 116840 83 215 0 129112 0
Current children cumulated CPU time (s) 200.04
Current children cumulated vsize (Kb) 517320

[startup+210.129 s]
/proc/loadavg: 0.98 0.91 0.92 2/64 18515
/proc/meminfo: memFree=499432/2055920 swapFree=4180864/4192956

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

[pid=18515] ppid=18513 vsize=1403132 CPUtime=1781.5
/proc/18515/stat : 18515 (minisat+) R 18513 18515 18469 0 -1 4194304 556512 0 0 0 177847 303 0 0 25 0 1 0 197336562 1436807168 341454 18446744073709551615 134512640 135395479 4294956688 18446744073709551615 135012146 0 0 4096 16386 0 0 0 17 1 0 0
/proc/18515/statm: 350783 341454 107 215 0 350565 0
Current children cumulated CPU time (s) 1781.5
Current children cumulated vsize (Kb) 1403132

[startup+1783.09 s]
/proc/loadavg: 0.99 0.97 0.92 2/64 18709
/proc/meminfo: memFree=99816/2055920 swapFree=4180864/4192956
[pid=18515] ppid=18513 vsize=1403132 CPUtime=1782.51
/proc/18515/stat : 18515 (minisat+) R 18513 18515 18469 0 -1 4194304 556512 0 0 0 177948 303 0 0 25 0 1 0 197336562 1436807168 341454 18446744073709551615 134512640 135395479 4294956688 18446744073709551615 135005850 0 0 4096 16386 0 0 0 17 1 0 0
/proc/18515/statm: 350783 341454 107 215 0 350565 0
Current children cumulated CPU time (s) 1782.51
Current children cumulated vsize (Kb) 1403132

[startup+1784.1 s]
/proc/loadavg: 0.99 0.97 0.92 2/64 18709
/proc/meminfo: memFree=99816/2055920 swapFree=4180864/4192956
[pid=18515] ppid=18513 vsize=1403132 CPUtime=1783.51
/proc/18515/stat : 18515 (minisat+) R 18513 18515 18469 0 -1 4194304 556512 0 0 0 178048 303 0 0 25 0 1 0 197336562 1436807168 341454 18446744073709551615 134512640 135395479 4294956688 18446744073709551615 134839054 0 0 4096 16386 0 0 0 17 1 0 0
/proc/18515/statm: 350783 341454 107 215 0 350565 0
Current children cumulated CPU time (s) 1783.51
Current children cumulated vsize (Kb) 1403132

[startup+1785.1 s]
/proc/loadavg: 0.99 0.97 0.92 2/64 18709
/proc/meminfo: memFree=99816/2055920 swapFree=4180864/4192956
[pid=18515] ppid=18513 vsize=1403132 CPUtime=1784.52
/proc/18515/stat : 18515 (minisat+) R 18513 18515 18469 0 -1 4194304 556512 0 0 0 178149 303 0 0 25 0 1 0 197336562 1436807168 341454 18446744073709551615 134512640 135395479 4294956688 18446744073709551615 135005338 0 0 4096 16386 0 0 0 17 1 0 0
/proc/18515/statm: 350783 341454 107 215 0 350565 0
Current children cumulated CPU time (s) 1784.52
Current children cumulated vsize (Kb) 1403132

[startup+1786.11 s]
/proc/loadavg: 0.99 0.97 0.92 2/64 18709
/proc/meminfo: memFree=99816/2055920 swapFree=4180864/4192956
[pid=18515] ppid=18513 vsize=1403132 CPUtime=1785.52
/proc/18515/stat : 18515 (minisat+) R 18513 18515 18469 0 -1 4194304 556512 0 0 0 178249 303 0 0 25 0 1 0 197336562 1436807168 341454 18446744073709551615 134512640 135395479 4294956688 18446744073709551615 135003259 0 0 4096 16386 0 0 0 17 1 0 0
/proc/18515/statm: 350783 341454 107 215 0 350565 0
Current children cumulated CPU time (s) 1785.52
Current children cumulated vsize (Kb) 1403132

[startup+1787.11 s]
/proc/loadavg: 0.99 0.97 0.92 2/64 18709
/proc/meminfo: memFree=99816/2055920 swapFree=4180864/4192956
[pid=18515] ppid=18513 vsize=1403132 CPUtime=1786.52
/proc/18515/stat : 18515 (minisat+) R 18513 18515 18469 0 -1 4194304 556512 0 0 0 178349 303 0 0 25 0 1 0 197336562 1436807168 341454 18446744073709551615 134512640 135395479 4294956688 18446744073709551615 135003836 0 0 4096 16386 0 0 0 17 1 0 0
/proc/18515/statm: 350783 341454 107 215 0 350565 0
Current children cumulated CPU time (s) 1786.52
Current children cumulated vsize (Kb) 1403132

[startup+1788.12 s]
/proc/loadavg: 0.99 0.97 0.92 2/64 18709
/proc/meminfo: memFree=99816/2055920 swapFree=4180864/4192956
[pid=18515] ppid=18513 vsize=1403132 CPUtime=1787.53
/proc/18515/stat : 18515 (minisat+) R 18513 18515 18469 0 -1 4194304 556512 0 0 0 178450 303 0 0 25 0 1 0 197336562 1436807168 341454 18446744073709551615 134512640 135395479 4294956688 18446744073709551615 135012189 0 0 4096 16386 0 0 0 17 1 0 0
/proc/18515/statm: 350783 341454 107 215 0 350565 0
Current children cumulated CPU time (s) 1787.53
Current children cumulated vsize (Kb) 1403132

[startup+1789.12 s]
/proc/loadavg: 0.99 0.97 0.92 2/64 18709
/proc/meminfo: memFree=99816/2055920 swapFree=4180864/4192956
[pid=18515] ppid=18513 vsize=1403132 CPUtime=1788.53
/proc/18515/stat : 18515 (minisat+) R 18513 18515 18469 0 -1 4194304 556512 0 0 0 178550 303 0 0 25 0 1 0 197336562 1436807168 341454 18446744073709551615 134512640 135395479 4294956688 18446744073709551615 134691305 0 0 4096 16386 0 0 0 17 1 0 0
/proc/18515/statm: 350783 341454 107 215 0 350565 0
Current children cumulated CPU time (s) 1788.53
Current children cumulated vsize (Kb) 1403132

[startup+1790.13 s]
/proc/loadavg: 0.99 0.97 0.92 2/64 18709
/proc/meminfo: memFree=99816/2055920 swapFree=4180864/4192956
[pid=18515] ppid=18513 vsize=1403132 CPUtime=1789.54
/proc/18515/stat : 18515 (minisat+) R 18513 18515 18469 0 -1 4194304 556512 0 0 0 178651 303 0 0 25 0 1 0 197336562 1436807168 341454 18446744073709551615 134512640 135395479 4294956688 18446744073709551615 134811955 0 0 4096 16386 0 0 0 17 1 0 0
/proc/18515/statm: 350783 341454 107 215 0 350565 0
Current children cumulated CPU time (s) 1789.54
Current children cumulated vsize (Kb) 1403132

[startup+1791.13 s]
/proc/loadavg: 0.99 0.97 0.92 2/64 18709
/proc/meminfo: memFree=99816/2055920 swapFree=4180864/4192956
[pid=18515] ppid=18513 vsize=1403132 CPUtime=1790.54
/proc/18515/stat : 18515 (minisat+) R 18513 18515 18469 0 -1 4194304 556512 0 0 0 178751 303 0 0 25 0 1 0 197336562 1436807168 341454 18446744073709551615 134512640 135395479 4294956688 18446744073709551615 134839098 0 0 4096 16386 0 0 0 17 1 0 0
/proc/18515/statm: 350783 341454 107 215 0 350565 0
Current children cumulated CPU time (s) 1790.54
Current children cumulated vsize (Kb) 1403132

[startup+1792.14 s]
/proc/loadavg: 0.99 0.97 0.92 2/64 18709
/proc/meminfo: memFree=99816/2055920 swapFree=4180864/4192956
[pid=18515] ppid=18513 vsize=1403132 CPUtime=1791.55
/proc/18515/stat : 18515 (minisat+) R 18513 18515 18469 0 -1 4194304 556512 0 0 0 178852 303 0 0 25 0 1 0 197336562 1436807168 341454 18446744073709551615 134512640 135395479 4294956688 18446744073709551615 135005241 0 0 4096 16386 0 0 0 17 1 0 0
/proc/18515/statm: 350783 341454 107 215 0 350565 0
Current children cumulated CPU time (s) 1791.55
Current children cumulated vsize (Kb) 1403132

[startup+1793.14 s]
/proc/loadavg: 0.99 0.97 0.92 2/64 18709
/proc/meminfo: memFree=99816/2055920 swapFree=4180864/4192956
[pid=18515] ppid=18513 vsize=1403132 CPUtime=1792.55
/proc/18515/stat : 18515 (minisat+) R 18513 18515 18469 0 -1 4194304 556512 0 0 0 178952 303 0 0 25 0 1 0 197336562 1436807168 341454 18446744073709551615 134512640 135395479 4294956688 18446744073709551615 135012146 0 0 4096 16386 0 0 0 17 1 0 0
/proc/18515/statm: 350783 341454 107 215 0 350565 0
Current children cumulated CPU time (s) 1792.55
Current children cumulated vsize (Kb) 1403132

[startup+1794.14 s]
/proc/loadavg: 0.99 0.97 0.92 2/64 18709
/proc/meminfo: memFree=99816/2055920 swapFree=4180864/4192956
[pid=18515] ppid=18513 vsize=1403132 CPUtime=1793.56
/proc/18515/stat : 18515 (minisat+) R 18513 18515 18469 0 -1 4194304 556512 0 0 0 179053 303 0 0 25 0 1 0 197336562 1436807168 341454 18446744073709551615 134512640 135395479 4294956688 18446744073709551615 134808978 0 0 4096 16386 0 0 0 17 1 0 0
/proc/18515/statm: 350783 341454 107 215 0 350565 0
Current children cumulated CPU time (s) 1793.56
Current children cumulated vsize (Kb) 1403132

[startup+1795.15 s]
/proc/loadavg: 0.99 0.97 0.92 2/64 18709
/proc/meminfo: memFree=99816/2055920 swapFree=4180864/4192956
[pid=18515] ppid=18513 vsize=1403132 CPUtime=1794.56
/proc/18515/stat : 18515 (minisat+) R 18513 18515 18469 0 -1 4194304 556512 0 0 0 179153 303 0 0 25 0 1 0 197336562 1436807168 341454 18446744073709551615 134512640 135395479 4294956688 18446744073709551615 134677556 0 0 4096 16386 0 0 0 17 1 0 0
/proc/18515/statm: 350783 341454 107 215 0 350565 0
Current children cumulated CPU time (s) 1794.56
Current children cumulated vsize (Kb) 1403132

[startup+1796.15 s]
/proc/loadavg: 0.99 0.97 0.92 2/64 18709
/proc/meminfo: memFree=99816/2055920 swapFree=4180864/4192956
[pid=18515] ppid=18513 vsize=1403132 CPUtime=1795.57
/proc/18515/stat : 18515 (minisat+) R 18513 18515 18469 0 -1 4194304 556512 0 0 0 179254 303 0 0 25 0 1 0 197336562 1436807168 341454 18446744073709551615 134512640 135395479 4294956688 18446744073709551615 134530456 0 0 4096 16386 0 0 0 17 1 0 0
/proc/18515/statm: 350783 341454 107 215 0 350565 0
Current children cumulated CPU time (s) 1795.57
Current children cumulated vsize (Kb) 1403132

[startup+1797.16 s]
/proc/loadavg: 0.99 0.97 0.92 2/64 18709
/proc/meminfo: memFree=99816/2055920 swapFree=4180864/4192956
[pid=18515] ppid=18513 vsize=1403132 CPUtime=1796.57
/proc/18515/stat : 18515 (minisat+) R 18513 18515 18469 0 -1 4194304 556512 0 0 0 179354 303 0 0 25 0 1 0 197336562 1436807168 341454 18446744073709551615 134512640 135395479 4294956688 18446744073709551615 135012153 0 0 4096 16386 0 0 0 17 1 0 0
/proc/18515/statm: 350783 341454 107 215 0 350565 0
Current children cumulated CPU time (s) 1796.57
Current children cumulated vsize (Kb) 1403132

[startup+1798.16 s]
/proc/loadavg: 0.99 0.97 0.92 2/64 18709
/proc/meminfo: memFree=99816/2055920 swapFree=4180864/4192956
[pid=18515] ppid=18513 vsize=1403132 CPUtime=1797.58
/proc/18515/stat : 18515 (minisat+) R 18513 18515 18469 0 -1 4194304 556512 0 0 0 179455 303 0 0 25 0 1 0 197336562 1436807168 341454 18446744073709551615 134512640 135395479 4294956688 18446744073709551615 134838067 0 0 4096 16386 0 0 0 17 1 0 0
/proc/18515/statm: 350783 341454 107 215 0 350565 0
Current children cumulated CPU time (s) 1797.58
Current children cumulated vsize (Kb) 1403132

[startup+1799.17 s]
/proc/loadavg: 0.99 0.97 0.92 2/64 18709
/proc/meminfo: memFree=99816/2055920 swapFree=4180864/4192956
[pid=18515] ppid=18513 vsize=1403132 CPUtime=1798.58
/proc/18515/stat : 18515 (minisat+) R 18513 18515 18469 0 -1 4194304 556512 0 0 0 179555 303 0 0 25 0 1 0 197336562 1436807168 341454 18446744073709551615 134512640 135395479 4294956688 18446744073709551615 135005345 0 0 4096 16386 0 0 0 17 1 0 0
/proc/18515/statm: 350783 341454 107 215 0 350565 0
Current children cumulated CPU time (s) 1798.58
Current children cumulated vsize (Kb) 1403132

[startup+1800.17 s]
/proc/loadavg: 0.99 0.97 0.92 2/64 18709
/proc/meminfo: memFree=99816/2055920 swapFree=4180864/4192956
[pid=18515] ppid=18513 vsize=1403132 CPUtime=1799.58
/proc/18515/stat : 18515 (minisat+) R 18513 18515 18469 0 -1 4194304 556512 0 0 0 179655 303 0 0 25 0 1 0 197336562 1436807168 341454 18446744073709551615 134512640 135395479 4294956688 18446744073709551615 135012146 0 0 4096 16386 0 0 0 17 1 0 0
/proc/18515/statm: 350783 341454 107 215 0 350565 0
Current children cumulated CPU time (s) 1799.58
Current children cumulated vsize (Kb) 1403132

[startup+1801.18 s]
/proc/loadavg: 0.99 0.97 0.92 2/64 18709
/proc/meminfo: memFree=99816/2055920 swapFree=4180864/4192956
[pid=18515] ppid=18513 vsize=1403132 CPUtime=1800.59
/proc/18515/stat : 18515 (minisat+) R 18513 18515 18469 0 -1 4194304 556512 0 0 0 179756 303 0 0 25 0 1 0 197336562 1436807168 341454 18446744073709551615 134512640 135395479 4294956688 18446744073709551615 134679833 0 0 4096 16386 0 0 0 17 1 0 0
/proc/18515/statm: 350783 341454 107 215 0 350565 0
Current children cumulated CPU time (s) 1800.59
Current children cumulated vsize (Kb) 1403132



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.18 s]
/proc/loadavg: 0.99 0.97 0.92 2/64 18709
/proc/meminfo: memFree=99816/2055920 swapFree=4180864/4192956
[pid=18515] ppid=18513 vsize=1403132 CPUtime=1800.59
/proc/18515/stat : 18515 (minisat+) R 18513 18515 18469 0 -1 4194304 556512 0 0 0 179756 303 0 0 25 0 1 0 197336562 1436807168 341454 18446744073709551615 134512640 135395479 4294956688 18446744073709551615 135012076 0 0 4096 16386 0 0 0 17 1 0 0
/proc/18515/statm: 350783 341454 107 215 0 350565 0
Current children cumulated CPU time (s) 1800.59
Current children cumulated vsize (Kb) 1403132

Sending SIGTERM to -18515
Sleeping 2 seconds

Child status: 10
Real time (s): 1801.95
CPU time (s): 1801.35
CPU user time (s): 1797.97
CPU system time (s): 3.38249
CPU usage (%): 99.9665
Max. virtual memory (cumulated for all children) (Kb): 1487496

Launcher Data (download as text)

Begin job on node9 on Sat Jun  3 06:38:19 UTC 2006


FILE ID= 35888-1149316679

PBS_JOBID= 308387

BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/miplib2003/normalized-mps-v2-20-10-ds.opb
COMMAND LINE= ROOT/solvers/PB/PB06final/user7/minisat+ ROOT/tmp/node9/35888-1149316679/instance-35888-1149316679.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node9/watcher-35888-1149316679 -o ROOT/results/node9/solver-35888-1149316679 -C 1800 -M 1800 -S 64  ROOT/solvers/PB/PB06final/user7/minisat+ ROOT/tmp/node9/35888-1149316679/instance-35888-1149316679.opb

MD5SUM SOLVER= 490d1d4b9bbf010afe7f0af63a5a62db
MD5SUM BENCH=  7478f253a8ff3e29c2a001743623a20c

RANDOM SEED= 483694464


/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.234
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.234
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:        967280 kB
Buffers:         23528 kB
Cached:        1001568 kB
SwapCached:       3744 kB
Active:         339376 kB
Inactive:       694372 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        967280 kB
SwapTotal:     4192956 kB
SwapFree:      4180864 kB
Dirty:             280 kB
Writeback:           0 kB
Mapped:          14720 kB
Slab:            40876 kB
Committed_AS:   311928 kB
PageTables:       1424 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node9 on Sat Jun  3 07:09:04 UTC 2006