Trace number 40607

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 425.832 425.997

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-mps-v2-20-10-core4284-1064.opb
MD5SUM636089b37faab6876c4b2da32ab157ac
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark1432576000000000
Best CPU time to get the best result obtained on this benchmark1801.28
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 1432576000000000
Optimality of the best value was proved NO
Number of variables21705
Total number of constraints4285
Number of constraints which are clauses4284
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 constraint15760
Number of terms in the objective function 21705
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 38364160000000000
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 38364160000000000
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.01	c BIG Int formula...
1.09	c Initial problem consists of 21705 variables and 4285 constraints.
1.44	c	preprocess terminated. Elapsed time: 1.437
1.44	c After prepocess the problem consists of 19910 variables and 3438 constraints.
1.44	c Initial Lower Bound: 25600000000000

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

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.92 0.98 0.93 2/64 19089
/proc/meminfo: memFree=1468448/2055920 swapFree=4192812/4192956
[pid=19089] ppid=19087 vsize=4932 CPUtime=0
/proc/19089/stat : 19089 (bsolo) D 19087 19089 19043 0 -1 0 365 0 0 0 0 0 0 0 19 0 1 0 196453101 5050368 330 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 4294960144 0 2147483391 4096 16384 18446744072099781622 0 0 17 1 0 0
/proc/19089/statm: 1233 330 226 55 0 125 0

[startup+10.0022 s]
/proc/loadavg: 0.93 0.98 0.93 2/64 19089
/proc/meminfo: memFree=1430968/2055920 swapFree=4192812/4192956
[pid=19089] ppid=19087 vsize=43020 CPUtime=9.98
/proc/19089/stat : 19089 (bsolo) R 19087 19089 19043 0 -1 0 10243 0 0 0 993 5 0 0 25 0 1 0 196453101 44052480 9655 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134649817 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19089/statm: 10755 9655 295 55 0 9647 0
Current children cumulated CPU time (s) 9.98
Current children cumulated vsize (Kb) 43020

[startup+20.0093 s]
/proc/loadavg: 0.94 0.98 0.93 2/64 19089
/proc/meminfo: memFree=1431160/2055920 swapFree=4192812/4192956
[pid=19089] ppid=19087 vsize=43020 CPUtime=19.98
/proc/19089/stat : 19089 (bsolo) R 19087 19089 19043 0 -1 0 10260 0 0 0 1993 5 0 0 25 0 1 0 196453101 44052480 9672 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134649817 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19089/statm: 10755 9672 295 55 0 9647 0
Current children cumulated CPU time (s) 19.98
Current children cumulated vsize (Kb) 43020

[startup+30.0154 s]
/proc/loadavg: 0.95 0.98 0.93 2/64 19089
/proc/meminfo: memFree=1431224/2055920 swapFree=4192812/4192956
[pid=19089] ppid=19087 vsize=43020 CPUtime=29.99
/proc/19089/stat : 19089 (bsolo) R 19087 19089 19043 0 -1 0 10260 0 0 0 2994 5 0 0 25 0 1 0 196453101 44052480 9672 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134649821 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19089/statm: 10755 9672 295 55 0 9647 0
Current children cumulated CPU time (s) 29.99
Current children cumulated vsize (Kb) 43020

[startup+40.0206 s]
/proc/loadavg: 0.96 0.98 0.93 2/64 19089
/proc/meminfo: memFree=1431160/2055920 swapFree=4192812/4192956
[pid=19089] ppid=19087 vsize=43020 CPUtime=39.99
/proc/19089/stat : 19089 (bsolo) R 19087 19089 19043 0 -1 0 10260 0 0 0 3994 5 0 0 25 0 1 0 196453101 44052480 9672 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134649821 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19089/statm: 10755 9672 295 55 0 9647 0
Current children cumulated CPU time (s) 39.99
Current children cumulated vsize (Kb) 43020

[startup+50.0267 s]
/proc/loadavg: 0.96 0.98 0.93 3/64 19089
/proc/meminfo: memFree=1431160/2055920 swapFree=4192812/4192956
[pid=19089] ppid=19087 vsize=43152 CPUtime=49.99
/proc/19089/stat : 19089 (bsolo) R 19087 19089 19043 0 -1 0 10283 0 0 0 4994 5 0 0 25 0 1 0 196453101 44187648 9695 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134649168 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19089/statm: 10788 9695 295 55 0 9680 0
Current children cumulated CPU time (s) 49.99
Current children cumulated vsize (Kb) 43152

[startup+60.0328 s]
/proc/loadavg: 0.97 0.98 0.93 2/64 19089
/proc/meminfo: memFree=1430328/2055920 swapFree=4192812/4192956
[pid=19089] ppid=19087 vsize=43944 CPUtime=59.99
/proc/19089/stat : 19089 (bsolo) R 19087 19089 19043 0 -1 0 10490 0 0 0 5994 5 0 0 25 0 1 0 196453101 44998656 9902 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134649078 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19089/statm: 10986 9902 295 55 0 9878 0
Current children cumulated CPU time (s) 59.99
Current children cumulated vsize (Kb) 43944

[startup+70.0389 s]
/proc/loadavg: 0.97 0.98 0.93 2/64 19089
/proc/meminfo: memFree=1430136/2055920 swapFree=4192812/4192956
[pid=19089] ppid=19087 vsize=44076 CPUtime=70
/proc/19089/stat : 19089 (bsolo) R 19087 19089 19043 0 -1 0 10528 0 0 0 6995 5 0 0 25 0 1 0 196453101 45133824 9940 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134649265 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19089/statm: 11019 9940 295 55 0 9911 0
Current children cumulated CPU time (s) 70
Current children cumulated vsize (Kb) 44076

[startup+80.0451 s]
/proc/loadavg: 0.98 0.98 0.93 2/64 19089
/proc/meminfo: memFree=1429112/2055920 swapFree=4192812/4192956
[pid=19089] ppid=19087 vsize=45140 CPUtime=80
/proc/19089/stat : 19089 (bsolo) R 19087 19089 19043 0 -1 0 10796 0 0 0 7995 5 0 0 25 0 1 0 196453101 46223360 10208 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134696636 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19089/statm: 11285 10208 295 55 0 10177 0
Current children cumulated CPU time (s) 80
Current children cumulated vsize (Kb) 45140

[startup+90.0512 s]
/proc/loadavg: 0.98 0.98 0.93 2/64 19089
/proc/meminfo: memFree=1428984/2055920 swapFree=4192812/4192956
[pid=19089] ppid=19087 vsize=45272 CPUtime=90
/proc/19089/stat : 19089 (bsolo) R 19087 19089 19043 0 -1 0 10821 0 0 0 8995 5 0 0 25 0 1 0 196453101 46358528 10233 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134557739 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19089/statm: 11318 10233 295 55 0 10210 0
Current children cumulated CPU time (s) 90
Current children cumulated vsize (Kb) 45272

[startup+100.056 s]
/proc/loadavg: 0.98 0.98 0.93 2/64 19089
/proc/meminfo: memFree=1428600/2055920 swapFree=4192812/4192956
[pid=19089] ppid=19087 vsize=45668 CPUtime=100
/proc/19089/stat : 19089 (bsolo) R 19087 19089 19043 0 -1 0 10919 0 0 0 9995 5 0 0 25 0 1 0 196453101 46764032 10331 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134541680 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19089/statm: 11417 10331 295 55 0 10309 0
Current children cumulated CPU time (s) 100
Current children cumulated vsize (Kb) 45668

[startup+110.062 s]
/proc/loadavg: 0.98 0.98 0.93 2/64 19089
/proc/meminfo: memFree=1426232/2055920 swapFree=4192812/4192956
[pid=19089] ppid=19087 vsize=48056 CPUtime=110.02
/proc/19089/stat : 19089 (bsolo) R 19087 19089 19043 0 -1 0 11509 0 0 0 10996 6 0 0 25 0 1 0 196453101 49209344 10921 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134557734 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19089/statm: 12014 10921 295 55 0 10906 0
Current children cumulated CPU time (s) 110.02
Current children cumulated vsize (Kb) 48056

[startup+120.069 s]
/proc/loadavg: 0.99 0.98 0.93 2/64 19089
/proc/meminfo: memFree=1424504/2055920 swapFree=4192812/4192956
[pid=19089] ppid=19087 vsize=49772 CPUtime=120.01
/proc/19089/stat : 19089 (bsolo) R 19087 19089 19043 0 -1 0 11943 0 0 0 11995 6 0 0 25 0 1 0 196453101 50966528 11355 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134649857 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19089/statm: 12443 11355 295 55 0 11335 0
Current children cumulated CPU time (s) 120.01
Current children cumulated vsize (Kb) 49772

[startup+130.075 s]
/proc/loadavg: 0.99 0.98 0.93 2/64 19089
/proc/meminfo: memFree=1423992/2055920 swapFree=4192812/4192956
[pid=19089] ppid=19087 vsize=50168 CPUtime=130.02
/proc/19089/stat : 19089 (bsolo) R 19087 19089 19043 0 -1 0 12057 0 0 0 12996 6 0 0 25 0 1 0 196453101 51372032 11469 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134649817 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19089/statm: 12542 11469 295 55 0 11434 0
Current children cumulated CPU time (s) 130.02
Current children cumulated vsize (Kb) 50168

[startup+140.081 s]
/proc/loadavg: 0.99 0.98 0.93 2/64 19089
/proc/meminfo: memFree=1423992/2055920 swapFree=4192812/4192956
[pid=19089] ppid=19087 vsize=50168 CPUtime=140.02
/proc/19089/stat : 19089 (bsolo) R 19087 19089 19043 0 -1 0 12057 0 0 0 13996 6 0 0 25 0 1 0 196453101 51372032 11469 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134649817 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19089/statm: 12542 11469 295 55 0 11434 0
Current children cumulated CPU time (s) 140.02
Current children cumulated vsize (Kb) 50168

[startup+150.087 s]
/proc/loadavg: 0.99 0.98 0.93 2/64 19089
/proc/meminfo: memFree=1417400/2055920 swapFree=4192812/4192956
[pid=19089] ppid=19087 vsize=57320 CPUtime=150.03
/proc/19089/stat : 19089 (bsolo) R 19087 19089 19043 0 -1 0 13698 0 0 0 14996 7 0 0 25 0 1 0 196453101 58695680 13110 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134649817 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19089/statm: 14330 13110 295 55 0 13222 0
Current children cumulated CPU time (s) 150.03
Current children cumulated vsize (Kb) 57320

[startup+160.092 s]
/proc/loadavg: 0.99 0.98 0.93 2/64 19089
/proc/meminfo: memFree=1415416/2055920 swapFree=4192812/4192956
[pid=19089] ppid=19087 vsize=59484 CPUtime=160.02
/proc/19089/stat : 19089 (bsolo) R 19087 19089 19043 0 -1 0 14199 0 0 0 15995 7 0 0 25 0 1 0 196453101 60911616 13611 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134649817 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19089/statm: 14871 13611 295 55 0 13763 0
Current children cumulated CPU time (s) 160.02
Current children cumulated vsize (Kb) 59484

[startup+170.098 s]
/proc/loadavg: 0.99 0.98 0.93 2/64 19089
/proc/meminfo: memFree=1411000/2055920 swapFree=4192812/4192956
[pid=19089] ppid=19087 vsize=64040 CPUtime=170.03
/proc/19089/stat : 19089 (bsolo) R 19087 19089 19043 0 -1 0 15310 0 0 0 16995 8 0 0 25 0 1 0 196453101 65576960 14722 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134535126 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19089/statm: 16010 14722 295 55 0 14902 0
Current children cumulated CPU time (s) 170.03
Current children cumulated vsize (Kb) 64040

[startup+180.104 s]
/proc/loadavg: 0.99 0.98 0.93 2/64 19089
/proc/meminfo: memFree=1409336/2055920 swapFree=4192812/4192956
[pid=19089] ppid=19087 vsize=65796 CPUtime=180.03
/proc/19089/stat : 19089 (bsolo) R 19087 19089 19043 0 -1 0 15730 0 0 0 17995 8 0 0 25 0 1 0 196453101 67375104 15142 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134649817 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19089/statm: 16449 15142 295 55 0 15341 0
Current children cumulated CPU time (s) 180.03
Current children cumulated vsize (Kb) 65796

[startup+190.11 s]
/proc/loadavg: 0.99 0.98 0.93 2/64 19089
/proc/meminfo: memFree=1408120/2055920 swapFree=4192812/4192956
[pid=19089] ppid=19087 vsize=66996 CPUtime=190.04
/proc/19089/stat : 19089 (bsolo) R 19087 19089 19043 0 -1 0 16024 0 0 0 18996 8 0 0 25 0 1 0 196453101 68603904 15436 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134649817 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19089/statm: 16749 15436 295 55 0 15641 0
Current children cumulated CPU time (s) 190.04
Current children cumulated vsize (Kb) 66996

[startup+200.117 s]
/proc/loadavg: 0.99 0.98 0.93 2/64 19089
/proc/meminfo: memFree=1407480/2055920 swapFree=4192812/4192956
[pid=19089] ppid=19087 vsize=67660 CPUtime=200.04
/proc/19089/stat : 19089 (bsolo) R 19087 19089 19043 0 -1 0 16189 0 0 0 19996 8 0 0 25 0 1 0 196453101 69283840 15601 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134649905 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19089/statm: 16915 15601 295 55 0 15807 0
Current children cumulated CPU time (s) 200.04
Current children cumulated vsize (Kb) 67660

[startup+210.124 s]
/proc/loadavg: 0.99 0.98 0.93 2/64 19089
/proc/meminfo: memFree=1407224/2055920 swapFree=4192812/4192956

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

Current children cumulated CPU time (s) 210.04
Current children cumulated vsize (Kb) 67928

[startup+220.129 s]
/proc/loadavg: 0.99 0.98 0.93 2/64 19089
/proc/meminfo: memFree=1401720/2055920 swapFree=4192812/4192956
[pid=19089] ppid=19087 vsize=73428 CPUtime=220.04
/proc/19089/stat : 19089 (bsolo) R 19087 19089 19043 0 -1 0 17626 0 0 0 21995 9 0 0 25 0 1 0 196453101 75190272 17038 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134645927 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19089/statm: 18357 17038 295 55 0 17249 0
Current children cumulated CPU time (s) 220.04
Current children cumulated vsize (Kb) 73428

[startup+230.135 s]
/proc/loadavg: 0.99 0.98 0.93 2/64 19089
/proc/meminfo: memFree=1399352/2055920 swapFree=4192812/4192956
[pid=19089] ppid=19087 vsize=75824 CPUtime=230.05
/proc/19089/stat : 19089 (bsolo) R 19087 19089 19043 0 -1 0 18219 0 0 0 22996 9 0 0 25 0 1 0 196453101 77643776 17631 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134649609 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19089/statm: 18956 17631 295 55 0 17848 0
Current children cumulated CPU time (s) 230.05
Current children cumulated vsize (Kb) 75824

[startup+240.141 s]
/proc/loadavg: 0.99 0.98 0.93 2/64 19089
/proc/meminfo: memFree=1394488/2055920 swapFree=4192812/4192956
[pid=19089] ppid=19087 vsize=80664 CPUtime=240.05
/proc/19089/stat : 19089 (bsolo) R 19087 19089 19043 0 -1 0 19429 0 0 0 23995 10 0 0 25 0 1 0 196453101 82599936 18841 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134557861 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19089/statm: 20166 18841 295 55 0 19058 0
Current children cumulated CPU time (s) 240.05
Current children cumulated vsize (Kb) 80664

[startup+250.147 s]
/proc/loadavg: 0.99 0.98 0.93 2/64 19089
/proc/meminfo: memFree=1393528/2055920 swapFree=4192812/4192956
[pid=19089] ppid=19087 vsize=81460 CPUtime=250.06
/proc/19089/stat : 19089 (bsolo) R 19087 19089 19043 0 -1 0 19660 0 0 0 24996 10 0 0 25 0 1 0 196453101 83415040 19072 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134541687 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19089/statm: 20365 19072 295 55 0 19257 0
Current children cumulated CPU time (s) 250.06
Current children cumulated vsize (Kb) 81460

[startup+260.153 s]
/proc/loadavg: 0.99 0.98 0.93 2/64 19089
/proc/meminfo: memFree=1390392/2055920 swapFree=4192812/4192956
[pid=19089] ppid=19087 vsize=84688 CPUtime=260.06
/proc/19089/stat : 19089 (bsolo) R 19087 19089 19043 0 -1 0 20447 0 0 0 25996 10 0 0 25 0 1 0 196453101 86720512 19859 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134649821 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19089/statm: 21172 19859 295 55 0 20064 0
Current children cumulated CPU time (s) 260.06
Current children cumulated vsize (Kb) 84688

[startup+270.16 s]
/proc/loadavg: 0.99 0.98 0.93 2/64 19089
/proc/meminfo: memFree=1388024/2055920 swapFree=4192812/4192956
[pid=19089] ppid=19087 vsize=87376 CPUtime=270.07
/proc/19089/stat : 19089 (bsolo) R 19087 19089 19043 0 -1 0 21042 0 0 0 26996 11 0 0 25 0 1 0 196453101 89473024 20452 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134649899 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19089/statm: 21844 20452 295 55 0 20736 0
Current children cumulated CPU time (s) 270.07
Current children cumulated vsize (Kb) 87376

[startup+280.166 s]
/proc/loadavg: 0.99 0.98 0.93 2/64 19089
/proc/meminfo: memFree=1386040/2055920 swapFree=4192812/4192956
[pid=19089] ppid=19087 vsize=89716 CPUtime=280.07
/proc/19089/stat : 19089 (bsolo) R 19087 19089 19043 0 -1 0 21530 0 0 0 27996 11 0 0 25 0 1 0 196453101 91869184 20940 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134649817 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19089/statm: 22429 20940 295 55 0 21321 0
Current children cumulated CPU time (s) 280.07
Current children cumulated vsize (Kb) 89716

[startup+290.172 s]
/proc/loadavg: 0.99 0.98 0.93 2/64 19089
/proc/meminfo: memFree=1360952/2055920 swapFree=4192812/4192956
[pid=19089] ppid=19087 vsize=117624 CPUtime=290.07
/proc/19089/stat : 19089 (bsolo) R 19087 19089 19043 0 -1 0 27786 0 0 0 28993 14 0 0 25 0 1 0 196453101 120446976 27196 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134649237 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19089/statm: 29406 27196 295 55 0 28298 0
Current children cumulated CPU time (s) 290.07
Current children cumulated vsize (Kb) 117624

[startup+300.178 s]
/proc/loadavg: 0.99 0.98 0.93 2/64 19089
/proc/meminfo: memFree=1355576/2055920 swapFree=4192812/4192956
[pid=19089] ppid=19087 vsize=123560 CPUtime=300.07
/proc/19089/stat : 19089 (bsolo) R 19087 19089 19043 0 -1 0 29128 0 0 0 29993 14 0 0 25 0 1 0 196453101 126525440 28538 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134649917 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19089/statm: 30890 28538 295 55 0 29782 0
Current children cumulated CPU time (s) 300.07
Current children cumulated vsize (Kb) 123560

[startup+310.184 s]
/proc/loadavg: 0.99 0.98 0.93 2/64 19089
/proc/meminfo: memFree=1351608/2055920 swapFree=4192812/4192956
[pid=19089] ppid=19087 vsize=127864 CPUtime=310.08
/proc/19089/stat : 19089 (bsolo) R 19087 19089 19043 0 -1 0 30122 0 0 0 30993 15 0 0 25 0 1 0 196453101 130932736 29532 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134649907 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19089/statm: 31966 29532 295 55 0 30858 0
Current children cumulated CPU time (s) 310.08
Current children cumulated vsize (Kb) 127864

[startup+320.19 s]
/proc/loadavg: 0.99 0.98 0.93 2/64 19089
/proc/meminfo: memFree=1341176/2055920 swapFree=4192812/4192956
[pid=19089] ppid=19087 vsize=139344 CPUtime=320.08
/proc/19089/stat : 19089 (bsolo) R 19087 19089 19043 0 -1 0 32740 0 0 0 31992 16 0 0 25 0 1 0 196453101 142688256 32150 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134542081 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19089/statm: 34836 32150 295 55 0 33728 0
Current children cumulated CPU time (s) 320.08
Current children cumulated vsize (Kb) 139344

[startup+330.196 s]
/proc/loadavg: 0.99 0.98 0.93 2/64 19089
/proc/meminfo: memFree=1331320/2055920 swapFree=4192812/4192956
[pid=19089] ppid=19087 vsize=149920 CPUtime=330.08
/proc/19089/stat : 19089 (bsolo) R 19087 19089 19043 0 -1 0 35191 0 0 0 32991 17 0 0 25 0 1 0 196453101 153518080 34601 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134649817 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19089/statm: 37480 34601 295 55 0 36372 0
Current children cumulated CPU time (s) 330.08
Current children cumulated vsize (Kb) 149920

[startup+340.202 s]
/proc/loadavg: 0.99 0.98 0.93 2/64 19089
/proc/meminfo: memFree=1323576/2055920 swapFree=4192812/4192956
[pid=19089] ppid=19087 vsize=158196 CPUtime=340.09
/proc/19089/stat : 19089 (bsolo) R 19087 19089 19043 0 -1 0 37116 0 0 0 33991 18 0 0 25 0 1 0 196453101 161992704 36526 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134649817 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19089/statm: 39549 36526 295 55 0 38441 0
Current children cumulated CPU time (s) 340.09
Current children cumulated vsize (Kb) 158196

[startup+350.208 s]
/proc/loadavg: 0.99 0.98 0.93 2/64 19089
/proc/meminfo: memFree=1316152/2055920 swapFree=4192812/4192956
[pid=19089] ppid=19087 vsize=166072 CPUtime=350.09
/proc/19089/stat : 19089 (bsolo) R 19087 19089 19043 0 -1 0 38982 0 0 0 34990 19 0 0 25 0 1 0 196453101 170057728 38392 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134649817 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19089/statm: 41518 38392 295 55 0 40410 0
Current children cumulated CPU time (s) 350.09
Current children cumulated vsize (Kb) 166072

[startup+360.214 s]
/proc/loadavg: 0.99 0.98 0.93 2/64 19089
/proc/meminfo: memFree=1308920/2055920 swapFree=4192812/4192956
[pid=19089] ppid=19087 vsize=173564 CPUtime=360.09
/proc/19089/stat : 19089 (bsolo) R 19087 19089 19043 0 -1 0 40772 0 0 0 35990 19 0 0 25 0 1 0 196453101 177729536 40182 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134649958 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19089/statm: 43391 40182 295 55 0 42283 0
Current children cumulated CPU time (s) 360.09
Current children cumulated vsize (Kb) 173564

[startup+370.221 s]
/proc/loadavg: 0.99 0.98 0.93 2/64 19089
/proc/meminfo: memFree=1292152/2055920 swapFree=4192812/4192956
[pid=19089] ppid=19087 vsize=191124 CPUtime=370.1
/proc/19089/stat : 19089 (bsolo) R 19087 19089 19043 0 -1 0 44963 0 0 0 36989 21 0 0 25 0 1 0 196453101 195710976 44373 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134649917 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19089/statm: 47781 44373 295 55 0 46673 0
Current children cumulated CPU time (s) 370.1
Current children cumulated vsize (Kb) 191124

[startup+380.227 s]
/proc/loadavg: 0.99 0.98 0.93 2/64 19089
/proc/meminfo: memFree=1272696/2055920 swapFree=4192812/4192956
[pid=19089] ppid=19087 vsize=211164 CPUtime=380.1
/proc/19089/stat : 19089 (bsolo) R 19087 19089 19043 0 -1 0 49817 0 0 0 37988 22 0 0 25 0 1 0 196453101 216231936 49227 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134649821 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19089/statm: 52791 49227 295 55 0 51683 0
Current children cumulated CPU time (s) 380.1
Current children cumulated vsize (Kb) 211164

[startup+390.233 s]
/proc/loadavg: 0.99 0.98 0.93 2/64 19089
/proc/meminfo: memFree=1213624/2055920 swapFree=4192812/4192956
[pid=19089] ppid=19087 vsize=271568 CPUtime=390.1
/proc/19089/stat : 19089 (bsolo) R 19087 19089 19043 0 -1 0 64550 0 0 0 38982 28 0 0 25 0 1 0 196453101 278085632 63958 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134649078 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19089/statm: 67892 63958 295 55 0 66784 0
Current children cumulated CPU time (s) 390.1
Current children cumulated vsize (Kb) 271568

[startup+400.239 s]
/proc/loadavg: 0.99 0.98 0.93 2/64 19089
/proc/meminfo: memFree=1208184/2055920 swapFree=4192812/4192956
[pid=19089] ppid=19087 vsize=277032 CPUtime=400.11
/proc/19089/stat : 19089 (bsolo) R 19087 19089 19043 0 -1 0 65904 0 0 0 39982 29 0 0 25 0 1 0 196453101 283680768 65312 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134649919 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19089/statm: 69258 65312 295 55 0 68150 0
Current children cumulated CPU time (s) 400.11
Current children cumulated vsize (Kb) 277032

[startup+410.245 s]
/proc/loadavg: 0.99 0.98 0.93 2/64 19089
/proc/meminfo: memFree=1017848/2055920 swapFree=4192812/4192956
[pid=19089] ppid=19087 vsize=468276 CPUtime=410.1
/proc/19089/stat : 19089 (bsolo) R 19087 19089 19043 0 -1 0 113476 0 0 0 40964 46 0 0 25 0 1 0 196453101 479514624 112884 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 8504955 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19089/statm: 117104 112889 295 55 0 115996 0
Current children cumulated CPU time (s) 410.1
Current children cumulated vsize (Kb) 468276

[startup+420.251 s]
/proc/loadavg: 0.99 0.98 0.93 2/64 19089
/proc/meminfo: memFree=105848/2055920 swapFree=4192812/4192956
[pid=19089] ppid=19087 vsize=1422524 CPUtime=420.11
/proc/19089/stat : 19089 (bsolo) R 19087 19089 19043 0 -1 0 342005 0 0 0 41880 131 0 0 25 0 1 0 196453101 1456664576 340419 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 8504955 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19089/statm: 355631 340419 295 55 0 354523 0
Current children cumulated CPU time (s) 420.11
Current children cumulated vsize (Kb) 1422524

Child ended because it received signal 6 (SIGABRT)
Real time (s): 425.997
CPU time (s): 425.832
CPU user time (s): 423.819
CPU system time (s): 2.01369
CPU usage (%): 99.9613
Max. virtual memory (cumulated for all children) (Kb): 1422524
The end

Launcher Data (download as text)

Begin job on node0 on Sat Jun  3 04:11:56 UTC 2006


FILE ID= 40607-1149307916

PBS_JOBID= 307741

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-core4284-1064.opb
COMMAND LINE= ROOT/solvers/PB/PB06final/user10/bsolo ROOT/tmp/node0/40607-1149307916/instance-40607-1149307916.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node0/watcher-40607-1149307916 -o ROOT/results/node0/solver-40607-1149307916 -C 1800 -M 1800 -S 64  ROOT/solvers/PB/PB06final/user10/bsolo ROOT/tmp/node0/40607-1149307916/instance-40607-1149307916.opb

MD5SUM SOLVER= 05cada221eb1efaaae980ebc7509e7e8
MD5SUM BENCH=  636089b37faab6876c4b2da32ab157ac

RANDOM SEED= 331581405


/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.236
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.236
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:       1468656 kB
Buffers:         39656 kB
Cached:         469188 kB
SwapCached:          0 kB
Active:         116932 kB
Inactive:       409000 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1468656 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:             220 kB
Writeback:           0 kB
Mapped:          27628 kB
Slab:            47304 kB
Committed_AS:   226868 kB
PageTables:       1480 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node0 on Sat Jun  3 04:19:02 UTC 2006