Trace number 39879

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 492.85 492.999

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-reduced-mps-v2-20-10-core4872-1529.opb
MD5SUMf76080fd01118b16218a90da3c643655
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark1071
Best CPU time to get the best result obtained on this benchmark1800.76
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 1071
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 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 24645
Number of bits of the sum of numbers in the objective function 15
Biggest number in a constraint 9256
Number of bits of the biggest number in a constraint 14
Biggest sum of numbers in a constraint 27120
Number of bits of the biggest sum of numbers15
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.02	c INFO: OSL Context initialized.
0.95	c Initial problem consists of 24645 variables and 4873 constraints.
1.22	c	preprocess terminated. Elapsed time: 1.215
1.22	c After prepocess the problem consists of 22187 variables and 4218 constraints.
1.22	c Initial Lower Bound: 56

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

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.92 0.97 0.97 2/64 1256
/proc/meminfo: memFree=1842152/2055920 swapFree=4180880/4192956
[pid=1256] ppid=1254 vsize=2900 CPUtime=0
/proc/1256/stat : 1256 (bsolo) R 1254 1256 1209 0 -1 0 43 0 0 0 0 0 0 0 19 0 1 0 192899717 2969600 27 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 4731684 0 0 4096 0 0 0 0 17 1 0 0
/proc/1256/statm: 725 27 19 55 0 38 0

[startup+10.0016 s]
/proc/loadavg: 0.93 0.97 0.97 2/64 1256
/proc/meminfo: memFree=1804408/2055920 swapFree=4180880/4192956
[pid=1256] ppid=1254 vsize=43404 CPUtime=10.05
/proc/1256/stat : 1256 (bsolo) R 1254 1256 1209 0 -1 0 9959 0 0 0 1002 3 0 0 25 0 1 0 192899717 44445696 9743 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134649262 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1256/statm: 10851 9743 294 55 0 9743 0
Current children cumulated CPU time (s) 10.05
Current children cumulated vsize (Kb) 43404

[startup+20.0894 s]
/proc/loadavg: 0.94 0.97 0.97 2/64 1256
/proc/meminfo: memFree=1804472/2055920 swapFree=4180880/4192956
[pid=1256] ppid=1254 vsize=43536 CPUtime=20.07
/proc/1256/stat : 1256 (bsolo) R 1254 1256 1209 0 -1 0 9992 0 0 0 2003 4 0 0 25 0 1 0 192899717 44580864 9776 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134649821 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1256/statm: 10884 9776 294 55 0 9776 0
Current children cumulated CPU time (s) 20.07
Current children cumulated vsize (Kb) 43536

[startup+30.0953 s]
/proc/loadavg: 0.95 0.97 0.97 2/64 1256
/proc/meminfo: memFree=1804152/2055920 swapFree=4180880/4192956
[pid=1256] ppid=1254 vsize=43800 CPUtime=30.07
/proc/1256/stat : 1256 (bsolo) R 1254 1256 1209 0 -1 0 10069 0 0 0 3003 4 0 0 25 0 1 0 192899717 44851200 9853 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134696642 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1256/statm: 10950 9853 294 55 0 9842 0
Current children cumulated CPU time (s) 30.07
Current children cumulated vsize (Kb) 43800

[startup+40.1012 s]
/proc/loadavg: 0.96 0.97 0.97 2/64 1256
/proc/meminfo: memFree=1804024/2055920 swapFree=4180880/4192956
[pid=1256] ppid=1254 vsize=43932 CPUtime=40.07
/proc/1256/stat : 1256 (bsolo) R 1254 1256 1209 0 -1 0 10088 0 0 0 4003 4 0 0 25 0 1 0 192899717 44986368 9872 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134540864 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1256/statm: 10983 9872 294 55 0 9875 0
Current children cumulated CPU time (s) 40.07
Current children cumulated vsize (Kb) 43932

[startup+50.108 s]
/proc/loadavg: 0.96 0.97 0.97 2/64 1256
/proc/meminfo: memFree=1803768/2055920 swapFree=4180880/4192956
[pid=1256] ppid=1254 vsize=44196 CPUtime=50.07
/proc/1256/stat : 1256 (bsolo) R 1254 1256 1209 0 -1 0 10181 0 0 0 5003 4 0 0 25 0 1 0 192899717 45256704 9965 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134649570 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1256/statm: 11049 9965 294 55 0 9941 0
Current children cumulated CPU time (s) 50.07
Current children cumulated vsize (Kb) 44196

[startup+60.1129 s]
/proc/loadavg: 0.97 0.97 0.97 2/64 1256
/proc/meminfo: memFree=1803768/2055920 swapFree=4180880/4192956
[pid=1256] ppid=1254 vsize=44196 CPUtime=60.08
/proc/1256/stat : 1256 (bsolo) R 1254 1256 1209 0 -1 0 10181 0 0 0 6004 4 0 0 25 0 1 0 192899717 45256704 9965 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134557756 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1256/statm: 11049 9965 294 55 0 9941 0
Current children cumulated CPU time (s) 60.08
Current children cumulated vsize (Kb) 44196

[startup+70.1188 s]
/proc/loadavg: 0.97 0.97 0.97 2/64 1256
/proc/meminfo: memFree=1803192/2055920 swapFree=4180880/4192956
[pid=1256] ppid=1254 vsize=44724 CPUtime=70.08
/proc/1256/stat : 1256 (bsolo) R 1254 1256 1209 0 -1 0 10314 0 0 0 7004 4 0 0 25 0 1 0 192899717 45797376 10098 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134557876 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1256/statm: 11181 10098 294 55 0 10073 0
Current children cumulated CPU time (s) 70.08
Current children cumulated vsize (Kb) 44724

[startup+80.1246 s]
/proc/loadavg: 0.98 0.97 0.97 2/64 1256
/proc/meminfo: memFree=1802168/2055920 swapFree=4180880/4192956
[pid=1256] ppid=1254 vsize=45784 CPUtime=80.08
/proc/1256/stat : 1256 (bsolo) R 1254 1256 1209 0 -1 0 10565 0 0 0 8004 4 0 0 25 0 1 0 192899717 46882816 10349 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134649821 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1256/statm: 11446 10349 294 55 0 10338 0
Current children cumulated CPU time (s) 80.08
Current children cumulated vsize (Kb) 45784

[startup+90.1305 s]
/proc/loadavg: 0.98 0.97 0.97 2/64 1256
/proc/meminfo: memFree=1799416/2055920 swapFree=4180880/4192956
[pid=1256] ppid=1254 vsize=48436 CPUtime=90.08
/proc/1256/stat : 1256 (bsolo) R 1254 1256 1209 0 -1 0 11247 0 0 0 9004 4 0 0 25 0 1 0 192899717 49598464 11031 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134649990 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1256/statm: 12109 11031 294 55 0 11001 0
Current children cumulated CPU time (s) 90.08
Current children cumulated vsize (Kb) 48436

[startup+100.136 s]
/proc/loadavg: 0.98 0.97 0.97 2/64 1256
/proc/meminfo: memFree=1798264/2055920 swapFree=4180880/4192956
[pid=1256] ppid=1254 vsize=49624 CPUtime=100.09
/proc/1256/stat : 1256 (bsolo) R 1254 1256 1209 0 -1 0 11534 0 0 0 10005 4 0 0 25 0 1 0 192899717 50814976 11318 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134557737 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1256/statm: 12406 11318 294 55 0 11298 0
Current children cumulated CPU time (s) 100.09
Current children cumulated vsize (Kb) 49624

[startup+110.142 s]
/proc/loadavg: 0.98 0.97 0.97 2/64 1256
/proc/meminfo: memFree=1797432/2055920 swapFree=4180880/4192956
[pid=1256] ppid=1254 vsize=50552 CPUtime=110.09
/proc/1256/stat : 1256 (bsolo) R 1254 1256 1209 0 -1 0 11761 0 0 0 11005 4 0 0 25 0 1 0 192899717 51765248 11545 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134649998 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1256/statm: 12638 11545 294 55 0 11530 0
Current children cumulated CPU time (s) 110.09
Current children cumulated vsize (Kb) 50552

[startup+120.147 s]
/proc/loadavg: 0.99 0.97 0.97 2/64 1256
/proc/meminfo: memFree=1797304/2055920 swapFree=4180880/4192956
[pid=1256] ppid=1254 vsize=50684 CPUtime=120.1
/proc/1256/stat : 1256 (bsolo) R 1254 1256 1209 0 -1 0 11792 0 0 0 12005 5 0 0 25 0 1 0 192899717 51900416 11576 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134535099 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1256/statm: 12671 11576 294 55 0 11563 0
Current children cumulated CPU time (s) 120.1
Current children cumulated vsize (Kb) 50684

[startup+130.153 s]
/proc/loadavg: 0.99 0.97 0.97 2/64 1256
/proc/meminfo: memFree=1797304/2055920 swapFree=4180880/4192956
[pid=1256] ppid=1254 vsize=50684 CPUtime=130.1
/proc/1256/stat : 1256 (bsolo) R 1254 1256 1209 0 -1 0 11792 0 0 0 13005 5 0 0 25 0 1 0 192899717 51900416 11576 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134649078 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1256/statm: 12671 11576 294 55 0 11563 0
Current children cumulated CPU time (s) 130.1
Current children cumulated vsize (Kb) 50684

[startup+140.159 s]
/proc/loadavg: 0.99 0.97 0.97 2/64 1256
/proc/meminfo: memFree=1797112/2055920 swapFree=4180880/4192956
[pid=1256] ppid=1254 vsize=50816 CPUtime=140.11
/proc/1256/stat : 1256 (bsolo) R 1254 1256 1209 0 -1 0 11839 0 0 0 14006 5 0 0 25 0 1 0 192899717 52035584 11623 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134556022 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1256/statm: 12704 11623 294 55 0 11596 0
Current children cumulated CPU time (s) 140.11
Current children cumulated vsize (Kb) 50816

[startup+150.165 s]
/proc/loadavg: 0.99 0.97 0.97 2/64 1256
/proc/meminfo: memFree=1795640/2055920 swapFree=4180880/4192956
[pid=1256] ppid=1254 vsize=52428 CPUtime=150.11
/proc/1256/stat : 1256 (bsolo) R 1254 1256 1209 0 -1 0 12198 0 0 0 15006 5 0 0 25 0 1 0 192899717 53686272 11982 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134557737 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1256/statm: 13107 11982 294 55 0 11999 0
Current children cumulated CPU time (s) 150.11
Current children cumulated vsize (Kb) 52428

[startup+160.171 s]
/proc/loadavg: 0.99 0.97 0.97 2/64 1256
/proc/meminfo: memFree=1792504/2055920 swapFree=4180880/4192956
[pid=1256] ppid=1254 vsize=55668 CPUtime=160.11
/proc/1256/stat : 1256 (bsolo) R 1254 1256 1209 0 -1 0 12976 0 0 0 16006 5 0 0 25 0 1 0 192899717 57004032 12760 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134649817 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1256/statm: 13917 12760 294 55 0 12809 0
Current children cumulated CPU time (s) 160.11
Current children cumulated vsize (Kb) 55668

[startup+170.177 s]
/proc/loadavg: 0.99 0.97 0.97 2/64 1256
/proc/meminfo: memFree=1787704/2055920 swapFree=4180880/4192956
[pid=1256] ppid=1254 vsize=60640 CPUtime=170.11
/proc/1256/stat : 1256 (bsolo) R 1254 1256 1209 0 -1 0 14184 0 0 0 17006 5 0 0 25 0 1 0 192899717 62095360 13968 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134649150 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1256/statm: 15160 13968 294 55 0 14052 0
Current children cumulated CPU time (s) 170.11
Current children cumulated vsize (Kb) 60640

[startup+180.182 s]
/proc/loadavg: 0.99 0.97 0.97 2/64 1256
/proc/meminfo: memFree=1784888/2055920 swapFree=4180880/4192956
[pid=1256] ppid=1254 vsize=63448 CPUtime=180.12
/proc/1256/stat : 1256 (bsolo) R 1254 1256 1209 0 -1 0 14877 0 0 0 18007 5 0 0 25 0 1 0 192899717 64970752 14661 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134649100 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1256/statm: 15862 14661 294 55 0 14754 0
Current children cumulated CPU time (s) 180.12
Current children cumulated vsize (Kb) 63448

[startup+190.188 s]
/proc/loadavg: 0.99 0.97 0.97 2/64 1256
/proc/meminfo: memFree=1774904/2055920 swapFree=4180880/4192956
[pid=1256] ppid=1254 vsize=73452 CPUtime=190.12
/proc/1256/stat : 1256 (bsolo) R 1254 1256 1209 0 -1 0 17372 0 0 0 19006 6 0 0 25 0 1 0 192899717 75214848 17156 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134649917 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1256/statm: 18363 17156 294 55 0 17255 0
Current children cumulated CPU time (s) 190.12
Current children cumulated vsize (Kb) 73452

[startup+200.194 s]
/proc/loadavg: 0.99 0.97 0.97 2/64 1256
/proc/meminfo: memFree=1769464/2055920 swapFree=4180880/4192956
[pid=1256] ppid=1254 vsize=78836 CPUtime=200.12
/proc/1256/stat : 1256 (bsolo) R 1254 1256 1209 0 -1 0 18724 0 0 0 20006 6 0 0 25 0 1 0 192899717 80728064 18508 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134535143 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1256/statm: 19709 18508 294 55 0 18601 0
Current children cumulated CPU time (s) 200.12
Current children cumulated vsize (Kb) 78836

[startup+210.2 s]
/proc/loadavg: 0.99 0.97 0.97 2/64 1256
/proc/meminfo: memFree=1769208/2055920 swapFree=4180880/4192956

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

Current children cumulated CPU time (s) 280.15
Current children cumulated vsize (Kb) 119572

[startup+290.247 s]
/proc/loadavg: 0.99 0.97 0.97 2/64 1256
/proc/meminfo: memFree=1726904/2055920 swapFree=4180880/4192956
[pid=1256] ppid=1254 vsize=124832 CPUtime=290.16
/proc/1256/stat : 1256 (bsolo) R 1254 1256 1209 0 -1 0 29337 0 0 0 29004 12 0 0 25 0 1 0 192899717 127827968 29121 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134541680 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1256/statm: 31208 29121 294 55 0 30100 0
Current children cumulated CPU time (s) 290.16
Current children cumulated vsize (Kb) 124832

[startup+300.252 s]
/proc/loadavg: 0.99 0.97 0.97 2/64 1256
/proc/meminfo: memFree=1716088/2055920 swapFree=4180880/4192956
[pid=1256] ppid=1254 vsize=136540 CPUtime=300.15
/proc/1256/stat : 1256 (bsolo) R 1254 1256 1209 0 -1 0 32032 0 0 0 30002 13 0 0 25 0 1 0 192899717 139816960 31816 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134555906 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1256/statm: 34135 31816 294 55 0 33027 0
Current children cumulated CPU time (s) 300.15
Current children cumulated vsize (Kb) 136540

[startup+310.257 s]
/proc/loadavg: 0.99 0.97 0.97 2/64 1256
/proc/meminfo: memFree=1704120/2055920 swapFree=4180880/4192956
[pid=1256] ppid=1254 vsize=149348 CPUtime=310.16
/proc/1256/stat : 1256 (bsolo) R 1254 1256 1209 0 -1 0 35025 0 0 0 31001 15 0 0 25 0 1 0 192899717 152932352 34809 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134649078 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1256/statm: 37337 34809 294 55 0 36229 0
Current children cumulated CPU time (s) 310.16
Current children cumulated vsize (Kb) 149348

[startup+320.263 s]
/proc/loadavg: 0.99 0.97 0.97 2/64 1256
/proc/meminfo: memFree=1697976/2055920 swapFree=4180880/4192956
[pid=1256] ppid=1254 vsize=155780 CPUtime=320.17
/proc/1256/stat : 1256 (bsolo) R 1254 1256 1209 0 -1 0 36547 0 0 0 32001 16 0 0 25 0 1 0 192899717 159518720 36331 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134649821 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1256/statm: 38945 36331 294 55 0 37837 0
Current children cumulated CPU time (s) 320.17
Current children cumulated vsize (Kb) 155780

[startup+330.269 s]
/proc/loadavg: 0.99 0.97 0.97 2/64 1256
/proc/meminfo: memFree=1687672/2055920 swapFree=4180880/4192956
[pid=1256] ppid=1254 vsize=166688 CPUtime=330.17
/proc/1256/stat : 1256 (bsolo) R 1254 1256 1209 0 -1 0 39119 0 0 0 33001 16 0 0 25 0 1 0 192899717 170688512 38903 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134649078 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1256/statm: 41672 38903 294 55 0 40564 0
Current children cumulated CPU time (s) 330.17
Current children cumulated vsize (Kb) 166688

[startup+340.275 s]
/proc/loadavg: 0.99 0.97 0.97 2/64 1256
/proc/meminfo: memFree=1682040/2055920 swapFree=4180880/4192956
[pid=1256] ppid=1254 vsize=172580 CPUtime=340.17
/proc/1256/stat : 1256 (bsolo) R 1254 1256 1209 0 -1 0 40525 0 0 0 34000 17 0 0 25 0 1 0 192899717 176721920 40309 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134649917 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1256/statm: 43145 40309 294 55 0 42037 0
Current children cumulated CPU time (s) 340.17
Current children cumulated vsize (Kb) 172580

[startup+350.281 s]
/proc/loadavg: 0.99 0.97 0.97 2/64 1256
/proc/meminfo: memFree=1681336/2055920 swapFree=4180880/4192956
[pid=1256] ppid=1254 vsize=173396 CPUtime=350.17
/proc/1256/stat : 1256 (bsolo) R 1254 1256 1209 0 -1 0 40708 0 0 0 35000 17 0 0 25 0 1 0 192899717 177557504 40492 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134649958 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1256/statm: 43349 40492 294 55 0 42241 0
Current children cumulated CPU time (s) 350.17
Current children cumulated vsize (Kb) 173396

[startup+360.286 s]
/proc/loadavg: 0.99 0.97 0.97 2/64 1256
/proc/meminfo: memFree=1680184/2055920 swapFree=4180880/4192956
[pid=1256] ppid=1254 vsize=174508 CPUtime=360.18
/proc/1256/stat : 1256 (bsolo) R 1254 1256 1209 0 -1 0 40987 0 0 0 36000 18 0 0 25 0 1 0 192899717 178696192 40771 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134649078 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1256/statm: 43627 40771 294 55 0 42519 0
Current children cumulated CPU time (s) 360.18
Current children cumulated vsize (Kb) 174508

[startup+370.292 s]
/proc/loadavg: 0.99 0.97 0.97 2/64 1256
/proc/meminfo: memFree=1678264/2055920 swapFree=4180880/4192956
[pid=1256] ppid=1254 vsize=176568 CPUtime=370.18
/proc/1256/stat : 1256 (bsolo) R 1254 1256 1209 0 -1 0 41473 0 0 0 37000 18 0 0 25 0 1 0 192899717 180805632 41257 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134535114 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1256/statm: 44142 41257 294 55 0 43034 0
Current children cumulated CPU time (s) 370.18
Current children cumulated vsize (Kb) 176568

[startup+380.298 s]
/proc/loadavg: 0.99 0.97 0.97 2/64 1256
/proc/meminfo: memFree=1677816/2055920 swapFree=4180880/4192956
[pid=1256] ppid=1254 vsize=176980 CPUtime=380.19
/proc/1256/stat : 1256 (bsolo) R 1254 1256 1209 0 -1 0 41579 0 0 0 38001 18 0 0 25 0 1 0 192899717 181227520 41363 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134649901 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1256/statm: 44245 41363 294 55 0 43137 0
Current children cumulated CPU time (s) 380.19
Current children cumulated vsize (Kb) 176980

[startup+390.303 s]
/proc/loadavg: 0.99 0.97 0.97 2/64 1256
/proc/meminfo: memFree=1675128/2055920 swapFree=4180880/4192956
[pid=1256] ppid=1254 vsize=179652 CPUtime=390.19
/proc/1256/stat : 1256 (bsolo) R 1254 1256 1209 0 -1 0 42239 0 0 0 39001 18 0 0 25 0 1 0 192899717 183963648 42023 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134557814 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1256/statm: 44913 42023 294 55 0 43805 0
Current children cumulated CPU time (s) 390.19
Current children cumulated vsize (Kb) 179652

[startup+400.309 s]
/proc/loadavg: 0.99 0.97 0.97 2/64 1256
/proc/meminfo: memFree=1667320/2055920 swapFree=4180880/4192956
[pid=1256] ppid=1254 vsize=187436 CPUtime=400.19
/proc/1256/stat : 1256 (bsolo) R 1254 1256 1209 0 -1 0 44191 0 0 0 40000 19 0 0 25 0 1 0 192899717 191934464 43975 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134650003 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1256/statm: 46859 43975 294 55 0 45751 0
Current children cumulated CPU time (s) 400.19
Current children cumulated vsize (Kb) 187436

[startup+410.315 s]
/proc/loadavg: 0.99 0.97 0.97 2/64 1256
/proc/meminfo: memFree=1657272/2055920 swapFree=4180880/4192956
[pid=1256] ppid=1254 vsize=197440 CPUtime=410.2
/proc/1256/stat : 1256 (bsolo) R 1254 1256 1209 0 -1 0 46700 0 0 0 41000 20 0 0 25 0 1 0 192899717 202178560 46484 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134555809 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1256/statm: 49360 46484 294 55 0 48252 0
Current children cumulated CPU time (s) 410.2
Current children cumulated vsize (Kb) 197440

[startup+420.32 s]
/proc/loadavg: 0.99 0.97 0.97 2/64 1256
/proc/meminfo: memFree=1643320/2055920 swapFree=4180880/4192956
[pid=1256] ppid=1254 vsize=211320 CPUtime=420.2
/proc/1256/stat : 1256 (bsolo) R 1254 1256 1209 0 -1 0 50177 0 0 0 41999 21 0 0 25 0 1 0 192899717 216391680 49961 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134649817 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1256/statm: 52830 49961 294 55 0 51722 0
Current children cumulated CPU time (s) 420.2
Current children cumulated vsize (Kb) 211320

[startup+430.326 s]
/proc/loadavg: 0.99 0.97 0.97 2/64 1256
/proc/meminfo: memFree=1636152/2055920 swapFree=4180880/4192956
[pid=1256] ppid=1254 vsize=218420 CPUtime=430.2
/proc/1256/stat : 1256 (bsolo) R 1254 1256 1209 0 -1 0 51965 0 0 0 42999 21 0 0 25 0 1 0 192899717 223662080 51749 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134649817 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1256/statm: 54605 51749 294 55 0 53497 0
Current children cumulated CPU time (s) 430.2
Current children cumulated vsize (Kb) 218420

[startup+440.332 s]
/proc/loadavg: 0.99 0.97 0.97 2/64 1256
/proc/meminfo: memFree=1628600/2055920 swapFree=4180880/4192956
[pid=1256] ppid=1254 vsize=226080 CPUtime=440.21
/proc/1256/stat : 1256 (bsolo) R 1254 1256 1209 0 -1 0 53853 0 0 0 43999 22 0 0 25 0 1 0 192899717 231505920 53637 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134696636 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1256/statm: 56520 53637 294 55 0 55412 0
Current children cumulated CPU time (s) 440.21
Current children cumulated vsize (Kb) 226080

[startup+450.338 s]
/proc/loadavg: 0.99 0.97 0.97 2/64 1256
/proc/meminfo: memFree=1625144/2055920 swapFree=4180880/4192956
[pid=1256] ppid=1254 vsize=230124 CPUtime=450.21
/proc/1256/stat : 1256 (bsolo) R 1254 1256 1209 0 -1 0 54715 0 0 0 44999 22 0 0 25 0 1 0 192899717 235646976 54499 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134649817 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1256/statm: 57531 54499 294 55 0 56423 0
Current children cumulated CPU time (s) 450.21
Current children cumulated vsize (Kb) 230124

[startup+460.344 s]
/proc/loadavg: 0.99 0.97 0.97 2/64 1256
/proc/meminfo: memFree=1617208/2055920 swapFree=4180880/4192956
[pid=1256] ppid=1254 vsize=239280 CPUtime=460.21
/proc/1256/stat : 1256 (bsolo) R 1254 1256 1209 0 -1 0 56687 0 0 0 45998 23 0 0 25 0 1 0 192899717 245022720 56468 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134649817 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1256/statm: 59820 56468 294 55 0 58712 0
Current children cumulated CPU time (s) 460.21
Current children cumulated vsize (Kb) 239280

[startup+470.349 s]
/proc/loadavg: 0.99 0.97 0.97 2/64 1256
/proc/meminfo: memFree=1599608/2055920 swapFree=4180880/4192956
[pid=1256] ppid=1254 vsize=259064 CPUtime=470.21
/proc/1256/stat : 1256 (bsolo) R 1254 1256 1209 0 -1 0 61090 0 0 0 46996 25 0 0 25 0 1 0 192899717 265281536 60858 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134649078 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1256/statm: 64766 60858 294 55 0 63658 0
Current children cumulated CPU time (s) 470.21
Current children cumulated vsize (Kb) 259064

[startup+480.354 s]
/proc/loadavg: 0.99 0.97 0.97 2/64 1256
/proc/meminfo: memFree=1423416/2055920 swapFree=4180880/4192956
[pid=1256] ppid=1254 vsize=459584 CPUtime=480.22
/proc/1256/stat : 1256 (bsolo) R 1254 1256 1209 0 -1 0 105234 0 0 0 47980 42 0 0 25 0 1 0 192899717 470614016 104889 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 5166715 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1256/statm: 114896 104890 294 55 0 113788 0
Current children cumulated CPU time (s) 480.22
Current children cumulated vsize (Kb) 459584

[startup+490.36 s]
/proc/loadavg: 0.99 0.97 0.97 2/64 1256
/proc/meminfo: memFree=476344/2055920 swapFree=4180880/4192956
[pid=1256] ppid=1254 vsize=1548796 CPUtime=490.22
/proc/1256/stat : 1256 (bsolo) R 1254 1256 1209 0 -1 0 342705 0 0 0 48888 134 0 0 25 0 1 0 192899717 1585967104 341113 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 5166715 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1256/statm: 387199 341114 294 55 0 386091 0
Current children cumulated CPU time (s) 490.22
Current children cumulated vsize (Kb) 1548796

Child ended because it received signal 6 (SIGABRT)
Real time (s): 492.999
CPU time (s): 492.85
CPU user time (s): 491.028
CPU system time (s): 1.82172
CPU usage (%): 99.9697
Max. virtual memory (cumulated for all children) (Kb): 1548796
The end

Launcher Data (download as text)

Begin job on node43 on Fri Jun  2 18:18:50 UTC 2006


FILE ID= 39879-1149272329

PBS_JOBID= 299040

BENCH NAME= ROOT/tmp/node43/39879-1149272329/instance-39879-1149272329.opb
COMMAND LINE= ROOT/solvers/PB/PB06final/user10/bsolo ROOT/tmp/node43/39879-1149272329/instance-39879-1149272329.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node43/watcher-39879-1149272329 -o ROOT/results/node43/solver-39879-1149272329 -C 1800 -M 1800 -S 64  ROOT/solvers/PB/PB06final/user10/bsolo ROOT/tmp/node43/39879-1149272329/instance-39879-1149272329.opb

MD5SUM SOLVER= 05cada221eb1efaaae980ebc7509e7e8
MD5SUM BENCH=  f76080fd01118b16218a90da3c643655

RANDOM SEED= 91982826


/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.216
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.216
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:       1842552 kB
Buffers:         15560 kB
Cached:         136920 kB
SwapCached:       3716 kB
Active:          25540 kB
Inactive:       135604 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1842552 kB
SwapTotal:     4192956 kB
SwapFree:      4180880 kB
Dirty:             172 kB
Writeback:           0 kB
Mapped:          14828 kB
Slab:            38324 kB
Committed_AS:   260092 kB
PageTables:       1408 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node43 on Fri Jun  2 18:27:03 UTC 2006