Trace number 40612

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
bsolo 2006/05Signal 329.294 329.448

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-mps-v2-20-10-core4872-1529.opb
MD5SUM5f7d02bdc476f632b5dece37bf643c20
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark2009088000000000
Best CPU time to get the best result obtained on this benchmark635.077
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 2009088000000000
Optimality of the best value was proved NO
Number of variables24645
Total number of constraints4873
Number of constraints which are clauses4872
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint17864
Number of terms in the objective function 24645
Biggest coefficient in the objective function 2048000000000
Number of bits for the biggest coefficient in the objective function 41
Sum of the numbers in the objective function 43529216000000000
Number of bits of the sum of numbers in the objective function 56
Biggest number in a constraint 2048000000000
Number of bits of the biggest number in a constraint 41
Biggest sum of numbers in a constraint 43529216000000000
Number of bits of the biggest sum of numbers56
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)

0.00	c Time Limit set via PBTIMEOUT to 1800
0.01	c INFO: OSL Context initialized.
0.02	c BIG Int formula...
0.96	c Initial problem consists of 24645 variables and 4873 constraints.
1.20	c	preprocess terminated. Elapsed time: 1.19
1.20	c After prepocess the problem consists of 22187 variables and 4218 constraints.
1.20	c Initial Lower Bound: 84992000000000

Verifier Data (download as text)

ERROR: no interpretation found !

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/node22/watcher-40612-1149308519 -o ROOT/results/node22/solver-40612-1149308519 -C 1800 -M 1800 -S 64 ROOT/solvers/PB/PB06final/user10/bsolo ROOT/tmp/node22/40612-1149308519/instance-40612-1149308519.opb 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.91 0.97 0.98 2/64 23653
/proc/meminfo: memFree=1559760/2055920 swapFree=4183836/4192956
[pid=23653] ppid=23651 vsize=4616 CPUtime=0
/proc/23653/stat : 23653 (bsolo) R 23651 23653 23607 0 -1 0 192 0 0 0 0 0 0 0 19 0 1 0 92286253 4726784 162 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 4157988688 0 0 4096 0 0 0 0 17 1 0 0
/proc/23653/statm: 1154 171 129 55 0 46 0

[startup+10.0026 s]
/proc/loadavg: 0.93 0.97 0.98 2/64 23653
/proc/meminfo: memFree=1521872/2055920 swapFree=4183836/4192956
[pid=23653] ppid=23651 vsize=43404 CPUtime=9.98
/proc/23653/stat : 23653 (bsolo) R 23651 23653 23607 0 -1 0 9964 0 0 0 993 5 0 0 25 0 1 0 92286253 44445696 9748 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134557824 0 0 4096 16384 0 0 0 17 1 0 0
/proc/23653/statm: 10851 9748 295 55 0 9743 0
Current children cumulated CPU time (s) 9.98
Current children cumulated vsize (Kb) 43404

[startup+20.0093 s]
/proc/loadavg: 0.94 0.97 0.98 2/64 23653
/proc/meminfo: memFree=1521616/2055920 swapFree=4183836/4192956
[pid=23653] ppid=23651 vsize=43800 CPUtime=19.98
/proc/23653/stat : 23653 (bsolo) R 23651 23653 23607 0 -1 0 10070 0 0 0 1993 5 0 0 25 0 1 0 92286253 44851200 9854 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134649857 0 0 4096 16384 0 0 0 17 1 0 0
/proc/23653/statm: 10950 9854 295 55 0 9842 0
Current children cumulated CPU time (s) 19.98
Current children cumulated vsize (Kb) 43800

[startup+30.0159 s]
/proc/loadavg: 0.95 0.97 0.98 2/64 23653
/proc/meminfo: memFree=1521360/2055920 swapFree=4183836/4192956
[pid=23653] ppid=23651 vsize=44064 CPUtime=29.99
/proc/23653/stat : 23653 (bsolo) R 23651 23653 23607 0 -1 0 10147 0 0 0 2994 5 0 0 25 0 1 0 92286253 45121536 9931 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 4294960144 0 0 4096 16384 0 0 0 17 1 0 0
/proc/23653/statm: 11016 9931 295 55 0 9908 0
Current children cumulated CPU time (s) 29.99
Current children cumulated vsize (Kb) 44064

[startup+40.0216 s]
/proc/loadavg: 0.95 0.97 0.98 2/64 23653
/proc/meminfo: memFree=1521296/2055920 swapFree=4183836/4192956
[pid=23653] ppid=23651 vsize=44196 CPUtime=39.98
/proc/23653/stat : 23653 (bsolo) R 23651 23653 23607 0 -1 0 10182 0 0 0 3993 5 0 0 25 0 1 0 92286253 45256704 9966 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134649094 0 0 4096 16384 0 0 0 17 1 0 0
/proc/23653/statm: 11049 9966 295 55 0 9941 0
Current children cumulated CPU time (s) 39.98
Current children cumulated vsize (Kb) 44196

[startup+50.0283 s]
/proc/loadavg: 0.96 0.97 0.98 2/64 23653
/proc/meminfo: memFree=1519760/2055920 swapFree=4183836/4192956
[pid=23653] ppid=23651 vsize=45784 CPUtime=49.98
/proc/23653/stat : 23653 (bsolo) R 23651 23653 23607 0 -1 0 10566 0 0 0 4993 5 0 0 25 0 1 0 92286253 46882816 10350 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134535099 0 0 4096 16384 0 0 0 17 1 0 0
/proc/23653/statm: 11446 10350 295 55 0 10338 0
Current children cumulated CPU time (s) 49.98
Current children cumulated vsize (Kb) 45784

[startup+60.034 s]
/proc/loadavg: 0.97 0.97 0.98 2/64 23653
/proc/meminfo: memFree=1517008/2055920 swapFree=4183836/4192956
[pid=23653] ppid=23651 vsize=48568 CPUtime=59.97
/proc/23653/stat : 23653 (bsolo) R 23651 23653 23607 0 -1 0 11276 0 0 0 5992 5 0 0 25 0 1 0 92286253 49733632 11060 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134649082 0 0 4096 16384 0 0 0 17 1 0 0
/proc/23653/statm: 12142 11060 295 55 0 11034 0
Current children cumulated CPU time (s) 59.97
Current children cumulated vsize (Kb) 48568

[startup+70.0406 s]
/proc/loadavg: 0.97 0.97 0.98 2/64 23653
/proc/meminfo: memFree=1515088/2055920 swapFree=4183836/4192956
[pid=23653] ppid=23651 vsize=50552 CPUtime=69.99
/proc/23653/stat : 23653 (bsolo) R 23651 23653 23607 0 -1 0 11762 0 0 0 6993 6 0 0 25 0 1 0 92286253 51765248 11546 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134535086 0 0 4096 16384 0 0 0 17 1 0 0
/proc/23653/statm: 12638 11546 295 55 0 11530 0
Current children cumulated CPU time (s) 69.99
Current children cumulated vsize (Kb) 50552

[startup+80.0473 s]
/proc/loadavg: 0.98 0.97 0.98 2/64 23653
/proc/meminfo: memFree=1514960/2055920 swapFree=4183836/4192956
[pid=23653] ppid=23651 vsize=50684 CPUtime=79.99
/proc/23653/stat : 23653 (bsolo) R 23651 23653 23607 0 -1 0 11793 0 0 0 7993 6 0 0 25 0 1 0 92286253 51900416 11577 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134557762 0 0 4096 16384 0 0 0 17 1 0 0
/proc/23653/statm: 12671 11577 295 55 0 11563 0
Current children cumulated CPU time (s) 79.99
Current children cumulated vsize (Kb) 50684

[startup+90.053 s]
/proc/loadavg: 0.98 0.97 0.98 2/64 23653
/proc/meminfo: memFree=1514768/2055920 swapFree=4183836/4192956
[pid=23653] ppid=23651 vsize=50816 CPUtime=89.99
/proc/23653/stat : 23653 (bsolo) R 23651 23653 23607 0 -1 0 11840 0 0 0 8993 6 0 0 25 0 1 0 92286253 52035584 11624 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134649082 0 0 4096 16384 0 0 0 17 1 0 0
/proc/23653/statm: 12704 11624 295 55 0 11596 0
Current children cumulated CPU time (s) 89.99
Current children cumulated vsize (Kb) 50816

[startup+100.059 s]
/proc/loadavg: 0.98 0.97 0.98 2/64 23653
/proc/meminfo: memFree=1511696/2055920 swapFree=4183836/4192956
[pid=23653] ppid=23651 vsize=54040 CPUtime=99.99
/proc/23653/stat : 23653 (bsolo) R 23651 23653 23607 0 -1 0 12601 0 0 0 9993 6 0 0 25 0 1 0 92286253 55336960 12385 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134557874 0 0 4096 16384 0 0 0 17 1 0 0
/proc/23653/statm: 13510 12385 295 55 0 12402 0
Current children cumulated CPU time (s) 99.99
Current children cumulated vsize (Kb) 54040

[startup+110.064 s]
/proc/loadavg: 0.98 0.97 0.98 2/64 23653
/proc/meminfo: memFree=1505360/2055920 swapFree=4183836/4192956
[pid=23653] ppid=23651 vsize=60640 CPUtime=110
/proc/23653/stat : 23653 (bsolo) R 23651 23653 23607 0 -1 0 14185 0 0 0 10993 7 0 0 25 0 1 0 92286253 62095360 13969 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134557768 0 0 4096 16384 0 0 0 17 1 0 0
/proc/23653/statm: 15160 13969 295 55 0 14052 0
Current children cumulated CPU time (s) 110
Current children cumulated vsize (Kb) 60640

[startup+120.07 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 23653
/proc/meminfo: memFree=1501840/2055920 swapFree=4183836/4192956
[pid=23653] ppid=23651 vsize=64108 CPUtime=120
/proc/23653/stat : 23653 (bsolo) R 23651 23653 23607 0 -1 0 15056 0 0 0 11993 7 0 0 25 0 1 0 92286253 65646592 14840 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134557797 0 0 4096 16384 0 0 0 17 1 0 0
/proc/23653/statm: 16027 14840 295 55 0 14919 0
Current children cumulated CPU time (s) 120
Current children cumulated vsize (Kb) 64108

[startup+130.076 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 23653
/proc/meminfo: memFree=1487120/2055920 swapFree=4183836/4192956
[pid=23653] ppid=23651 vsize=78836 CPUtime=130
/proc/23653/stat : 23653 (bsolo) R 23651 23653 23607 0 -1 0 18725 0 0 0 12992 8 0 0 25 0 1 0 92286253 80728064 18509 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134696636 0 0 4096 16384 0 0 0 17 1 0 0
/proc/23653/statm: 19709 18509 295 55 0 18601 0
Current children cumulated CPU time (s) 130
Current children cumulated vsize (Kb) 78836

[startup+140.081 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 23653
/proc/meminfo: memFree=1482000/2055920 swapFree=4183836/4192956
[pid=23653] ppid=23651 vsize=83944 CPUtime=140
/proc/23653/stat : 23653 (bsolo) R 23651 23653 23607 0 -1 0 20007 0 0 0 13991 9 0 0 25 0 1 0 92286253 85958656 19791 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134535114 0 0 4096 16384 0 0 0 17 1 0 0
/proc/23653/statm: 20986 19791 295 55 0 19878 0
Current children cumulated CPU time (s) 140
Current children cumulated vsize (Kb) 83944

[startup+150.087 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 23653
/proc/meminfo: memFree=1478864/2055920 swapFree=4183836/4192956
[pid=23653] ppid=23651 vsize=87016 CPUtime=150
/proc/23653/stat : 23653 (bsolo) R 23651 23653 23607 0 -1 0 20791 0 0 0 14991 9 0 0 25 0 1 0 92286253 89104384 20575 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134557759 0 0 4096 16384 0 0 0 17 1 0 0
/proc/23653/statm: 21754 20575 295 55 0 20646 0
Current children cumulated CPU time (s) 150
Current children cumulated vsize (Kb) 87016

[startup+160.093 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 23653
/proc/meminfo: memFree=1475472/2055920 swapFree=4183836/4192956
[pid=23653] ppid=23651 vsize=90472 CPUtime=160.01
/proc/23653/stat : 23653 (bsolo) R 23651 23653 23607 0 -1 0 21635 0 0 0 15991 10 0 0 25 0 1 0 92286253 92643328 21419 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134649827 0 0 4096 16384 0 0 0 17 1 0 0
/proc/23653/statm: 22618 21419 295 55 0 21510 0
Current children cumulated CPU time (s) 160.01
Current children cumulated vsize (Kb) 90472

[startup+170.098 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 23653
/proc/meminfo: memFree=1469456/2055920 swapFree=4183836/4192956
[pid=23653] ppid=23651 vsize=97384 CPUtime=170.01
/proc/23653/stat : 23653 (bsolo) R 23651 23653 23607 0 -1 0 23135 0 0 0 16990 11 0 0 25 0 1 0 92286253 99721216 22919 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134649082 0 0 4096 16384 0 0 0 17 1 0 0
/proc/23653/statm: 24346 22919 295 55 0 23238 0
Current children cumulated CPU time (s) 170.01
Current children cumulated vsize (Kb) 97384

[startup+180.104 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 23653
/proc/meminfo: memFree=1450128/2055920 swapFree=4183836/4192956
[pid=23653] ppid=23651 vsize=118868 CPUtime=180.01
/proc/23653/stat : 23653 (bsolo) R 23651 23653 23607 0 -1 0 27963 0 0 0 17989 12 0 0 25 0 1 0 92286253 121720832 27747 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134649078 0 0 4096 16384 0 0 0 17 1 0 0
/proc/23653/statm: 29717 27747 295 55 0 28609 0
Current children cumulated CPU time (s) 180.01
Current children cumulated vsize (Kb) 118868

[startup+190.11 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 23653
/proc/meminfo: memFree=1441872/2055920 swapFree=4183836/4192956
[pid=23653] ppid=23651 vsize=127828 CPUtime=190.01
/proc/23653/stat : 23653 (bsolo) R 23651 23653 23607 0 -1 0 30010 0 0 0 18988 13 0 0 25 0 1 0 92286253 130895872 29794 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134555782 0 0 4096 16384 0 0 0 17 1 0 0
/proc/23653/statm: 31957 29794 295 55 0 30849 0
Current children cumulated CPU time (s) 190.01
Current children cumulated vsize (Kb) 127828

[startup+200.115 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 23653
/proc/meminfo: memFree=1422288/2055920 swapFree=4183836/4192956
[pid=23653] ppid=23651 vsize=148792 CPUtime=200.01
/proc/23653/stat : 23653 (bsolo) R 23651 23653 23607 0 -1 0 34904 0 0 0 19986 15 0 0 25 0 1 0 92286253 152363008 34688 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134649082 0 0 4096 16384 0 0 0 17 1 0 0
/proc/23653/statm: 37198 34688 295 55 0 36090 0
Current children cumulated CPU time (s) 200.01
Current children cumulated vsize (Kb) 148792

[startup+210.121 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 23653
/proc/meminfo: memFree=1411472/2055920 swapFree=4183836/4192956
[pid=23653] ppid=23651 vsize=160216 CPUtime=210.02
/proc/23653/stat : 23653 (bsolo) R 23651 23653 23607 0 -1 0 37593 0 0 0 20986 16 0 0 25 0 1 0 92286253 164061184 37377 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134644532 0 0 4096 16384 0 0 0 17 1 0 0
/proc/23653/statm: 40054 37377 295 55 0 38946 0
Current children cumulated CPU time (s) 210.02
Current children cumulated vsize (Kb) 160216

[startup+220.127 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 23653
/proc/meminfo: memFree=1399760/2055920 swapFree=4183836/4192956
[pid=23653] ppid=23651 vsize=172580 CPUtime=220.02
/proc/23653/stat : 23653 (bsolo) R 23651 23653 23607 0 -1 0 40526 0 0 0 21985 17 0 0 25 0 1 0 92286253 176721920 40310 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134557737 0 0 4096 16384 0 0 0 17 1 0 0
/proc/23653/statm: 43145 40310 295 55 0 42037 0
Current children cumulated CPU time (s) 220.02
Current children cumulated vsize (Kb) 172580

[startup+230.132 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 23653
/proc/meminfo: memFree=1398288/2055920 swapFree=4183836/4192956
[pid=23653] ppid=23651 vsize=174096 CPUtime=230.02
/proc/23653/stat : 23653 (bsolo) R 23651 23653 23607 0 -1 0 40894 0 0 0 22985 17 0 0 25 0 1 0 92286253 178274304 40678 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134649570 0 0 4096 16384 0 0 0 17 1 0 0
/proc/23653/statm: 43524 40678 295 55 0 42416 0
Current children cumulated CPU time (s) 230.02
Current children cumulated vsize (Kb) 174096

[startup+240.138 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 23653
/proc/meminfo: memFree=1395920/2055920 swapFree=4183836/4192956
[pid=23653] ppid=23651 vsize=176568 CPUtime=240.02
/proc/23653/stat : 23653 (bsolo) R 23651 23653 23607 0 -1 0 41474 0 0 0 23985 17 0 0 25 0 1 0 92286253 180805632 41258 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134649570 0 0 4096 16384 0 0 0 17 1 0 0
/proc/23653/statm: 44142 41258 295 55 0 43034 0
Current children cumulated CPU time (s) 240.02
Current children cumulated vsize (Kb) 176568

[startup+250.144 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 23653
/proc/meminfo: memFree=1395536/2055920 swapFree=4183836/4192956
[pid=23653] ppid=23651 vsize=176980 CPUtime=250.02
/proc/23653/stat : 23653 (bsolo) R 23651 23653 23607 0 -1 0 41580 0 0 0 24985 17 0 0 25 0 1 0 92286253 181227520 41364 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134557737 0 0 4096 16384 0 0 0 17 1 0 0
/proc/23653/statm: 44245 41364 295 55 0 43137 0
Current children cumulated CPU time (s) 250.02
Current children cumulated vsize (Kb) 176980

[startup+260.149 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 23653
/proc/meminfo: memFree=1385040/2055920 swapFree=4183836/4192956
[pid=23653] ppid=23651 vsize=187436 CPUtime=260.03
/proc/23653/stat : 23653 (bsolo) R 23651 23653 23607 0 -1 0 44192 0 0 0 25984 19 0 0 25 0 1 0 92286253 191934464 43976 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134649570 0 0 4096 16384 0 0 0 17 1 0 0
/proc/23653/statm: 46859 43976 295 55 0 45751 0
Current children cumulated CPU time (s) 260.03
Current children cumulated vsize (Kb) 187436

[startup+270.155 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 23653
/proc/meminfo: memFree=1374992/2055920 swapFree=4183836/4192956
[pid=23653] ppid=23651 vsize=197440 CPUtime=270.03
/proc/23653/stat : 23653 (bsolo) R 23651 23653 23607 0 -1 0 46701 0 0 0 26983 20 0 0 25 0 1 0 92286253 202178560 46485 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134535086 0 0 4096 16384 0 0 0 17 1 0 0
/proc/23653/statm: 49360 46485 295 55 0 48252 0
Current children cumulated CPU time (s) 270.03
Current children cumulated vsize (Kb) 197440

[startup+280.161 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 23653
/proc/meminfo: memFree=1354960/2055920 swapFree=4183836/4192956
[pid=23653] ppid=23651 vsize=217452 CPUtime=280.03
/proc/23653/stat : 23653 (bsolo) R 23651 23653 23607 0 -1 0 51702 0 0 0 27981 22 0 0 25 0 1 0 92286253 222670848 51486 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134542079 0 0 4096 16384 0 0 0 17 1 0 0
/proc/23653/statm: 54363 51486 295 55 0 53255 0
Current children cumulated CPU time (s) 280.03
Current children cumulated vsize (Kb) 217452

[startup+290.167 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 23653
/proc/meminfo: memFree=1346320/2055920 swapFree=4183836/4192956
[pid=23653] ppid=23651 vsize=226080 CPUtime=290.04
/proc/23653/stat : 23653 (bsolo) R 23651 23653 23607 0 -1 0 53854 0 0 0 28981 23 0 0 25 0 1 0 92286253 231505920 53638 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134696642 0 0 4096 16384 0 0 0 17 1 0 0
/proc/23653/statm: 56520 53638 295 55 0 55412 0
Current children cumulated CPU time (s) 290.04
Current children cumulated vsize (Kb) 226080

[startup+300.173 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 23653
/proc/meminfo: memFree=1335760/2055920 swapFree=4183836/4192956
[pid=23653] ppid=23651 vsize=238248 CPUtime=300.04
/proc/23653/stat : 23653 (bsolo) R 23651 23653 23607 0 -1 0 56483 0 0 0 29980 24 0 0 25 0 1 0 92286253 243965952 56265 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134557737 0 0 4096 16384 0 0 0 17 1 0 0
/proc/23653/statm: 59562 56265 295 55 0 58454 0
Current children cumulated CPU time (s) 300.04
Current children cumulated vsize (Kb) 238248

[startup+310.18 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 23653
/proc/meminfo: memFree=1317392/2055920 swapFree=4183836/4192956
[pid=23653] ppid=23651 vsize=259064 CPUtime=310.04
/proc/23653/stat : 23653 (bsolo) R 23651 23653 23607 0 -1 0 61091 0 0 0 30979 25 0 0 25 0 1 0 92286253 265281536 60859 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134540883 0 0 4096 16384 0 0 0 17 1 0 0
/proc/23653/statm: 64766 60859 295 55 0 63658 0
Current children cumulated CPU time (s) 310.04
Current children cumulated vsize (Kb) 259064

[startup+320.187 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 23653
/proc/meminfo: memFree=814608/2055920 swapFree=4183836/4192956
[pid=23653] ppid=23651 vsize=834016 CPUtime=320.05
/proc/23653/stat : 23653 (bsolo) R 23651 23653 23607 0 -1 0 187056 0 0 0 31935 70 0 0 25 0 1 0 92286253 854032384 186337 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134542145 0 0 4096 16384 0 0 0 17 1 0 0
/proc/23653/statm: 208504 186338 295 55 0 207396 0
Current children cumulated CPU time (s) 320.05
Current children cumulated vsize (Kb) 834016

Child ended because it received signal 6 (SIGABRT)
Real time (s): 329.448
CPU time (s): 329.294
CPU user time (s): 327.518
CPU system time (s): 1.77573
CPU usage (%): 99.9533
Max. virtual memory (cumulated for all children) (Kb): 834016
The end

Launcher Data (download as text)

Begin job on node22 on Sat Jun  3 04:21:59 UTC 2006


FILE ID= 40612-1149308519

PBS_JOBID= 307760

BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/pub/unibo/normalized-mps-v2-20-10-core4872-1529.opb
COMMAND LINE= ROOT/solvers/PB/PB06final/user10/bsolo ROOT/tmp/node22/40612-1149308519/instance-40612-1149308519.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node22/watcher-40612-1149308519 -o ROOT/results/node22/solver-40612-1149308519 -C 1800 -M 1800 -S 64  ROOT/solvers/PB/PB06final/user10/bsolo ROOT/tmp/node22/40612-1149308519/instance-40612-1149308519.opb

MD5SUM SOLVER= 05cada221eb1efaaae980ebc7509e7e8
MD5SUM BENCH=  5f7d02bdc476f632b5dece37bf643c20

RANDOM SEED= 819646950


/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.261
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.261
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:       1559968 kB
Buffers:         34892 kB
Cached:         387944 kB
SwapCached:       3184 kB
Active:          61656 kB
Inactive:       369988 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1559968 kB
SwapTotal:     4192956 kB
SwapFree:      4183836 kB
Dirty:             176 kB
Writeback:           0 kB
Mapped:          14960 kB
Slab:            50384 kB
Committed_AS:   279220 kB
PageTables:       1404 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node22 on Sat Jun  3 04:27:29 UTC 2006