Trace number 41224

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
PBS 4.1L? (TO) 1800.68 1801.2

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/
pub/fctp/normalized-reduced-mps-v2-20-10-gr4x6.opb
MD5SUM575b26c97ae90d0a5ad0f53e9f10755e
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.014996
Has Objective FunctionYES
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables744
Total number of constraints34
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 constraints34
Minimum length of a constraint31
Maximum length of a constraint180
Number of terms in the objective function 744
Biggest coefficient in the objective function 22954
Number of bits for the biggest coefficient in the objective function 15
Sum of the numbers in the objective function 524814
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262143
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 524814
Number of bits of the biggest sum of numbers20
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 PBS v4 by Bashar Al-Rawi & Fadi Aloul
0.00	c Solving ROOT/tmp/node85/41224-1149248372/instance-41224-1149248372.opb ......

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/node85/watcher-41224-1149248372 -o ROOT/results/node85/solver-41224-1149248372 -C 1800 -M 1800 -S 64 ROOT/solvers/PB/PB06final/user11/PBS4L ROOT/tmp/node85/41224-1149248372/instance-41224-1149248372.opb 757544368 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.86 0.94 0.92 2/68 12332
/proc/meminfo: memFree=1529024/2055892 swapFree=4085348/4096564
[pid=12332] ppid=12330 vsize=1400 CPUtime=0
/proc/12332/stat : 12332 (PBS4L) R 12330 12332 12286 0 -1 4194304 163 0 0 0 0 0 0 0 18 0 1 0 190476418 1433600 143 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134536608 0 0 4096 0 0 0 0 17 1 0 0
/proc/12332/statm: 350 143 97 232 0 115 0

[startup+10.0021 s]
/proc/loadavg: 0.88 0.94 0.92 2/68 12332
/proc/meminfo: memFree=1513600/2055892 swapFree=4085348/4096564
[pid=12332] ppid=12330 vsize=20512 CPUtime=9.99
/proc/12332/stat : 12332 (PBS4L) R 12330 12332 12286 0 -1 4194304 4071 0 0 0 994 5 0 0 25 0 1 0 190476418 21004288 3898 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/12332/statm: 5128 3898 105 232 0 4893 0
Current children cumulated CPU time (s) 9.99
Current children cumulated vsize (Kb) 20512

[startup+20.0082 s]
/proc/loadavg: 0.90 0.94 0.92 2/68 12332
/proc/meminfo: memFree=1510784/2055892 swapFree=4085348/4096564
[pid=12332] ppid=12330 vsize=21624 CPUtime=20
/proc/12332/stat : 12332 (PBS4L) R 12330 12332 12286 0 -1 4194304 4816 0 0 0 1993 7 0 0 25 0 1 0 190476418 22142976 4643 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/12332/statm: 5406 4643 105 232 0 5171 0
Current children cumulated CPU time (s) 20
Current children cumulated vsize (Kb) 21624

[startup+30.0144 s]
/proc/loadavg: 0.92 0.94 0.92 2/68 12332
/proc/meminfo: memFree=1504448/2055892 swapFree=4085348/4096564
[pid=12332] ppid=12330 vsize=39500 CPUtime=30
/proc/12332/stat : 12332 (PBS4L) R 12330 12332 12286 0 -1 4194304 6608 0 0 0 2990 10 0 0 25 0 1 0 190476418 40448000 6242 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/12332/statm: 9875 6242 105 232 0 9640 0
Current children cumulated CPU time (s) 30
Current children cumulated vsize (Kb) 39500

[startup+40.0196 s]
/proc/loadavg: 0.93 0.94 0.92 2/68 12332
/proc/meminfo: memFree=1498112/2055892 swapFree=4085348/4096564
[pid=12332] ppid=12330 vsize=40576 CPUtime=40
/proc/12332/stat : 12332 (PBS4L) R 12330 12332 12286 0 -1 4194304 8180 0 0 0 3987 13 0 0 25 0 1 0 190476418 41549824 7814 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/12332/statm: 10144 7814 105 232 0 9909 0
Current children cumulated CPU time (s) 40
Current children cumulated vsize (Kb) 40576

[startup+50.0257 s]
/proc/loadavg: 0.94 0.95 0.92 2/68 12332
/proc/meminfo: memFree=1497536/2055892 swapFree=4085348/4096564
[pid=12332] ppid=12330 vsize=41012 CPUtime=50.01
/proc/12332/stat : 12332 (PBS4L) R 12330 12332 12286 0 -1 4194304 8333 0 0 0 4985 16 0 0 25 0 1 0 190476418 41996288 7967 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558878 0 0 4096 0 0 0 0 17 1 0 0
/proc/12332/statm: 10253 7967 105 232 0 10018 0
Current children cumulated CPU time (s) 50.01
Current children cumulated vsize (Kb) 41012

[startup+60.0319 s]
/proc/loadavg: 0.95 0.95 0.92 2/68 12332
/proc/meminfo: memFree=1496640/2055892 swapFree=4085348/4096564
[pid=12332] ppid=12330 vsize=43336 CPUtime=60.01
/proc/12332/stat : 12332 (PBS4L) R 12330 12332 12286 0 -1 4194304 8927 0 0 0 5983 18 0 0 25 0 1 0 190476418 44376064 8176 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134559353 0 0 4096 0 0 0 0 17 1 0 0
/proc/12332/statm: 10834 8176 105 232 0 10599 0
Current children cumulated CPU time (s) 60.01
Current children cumulated vsize (Kb) 43336

[startup+70.038 s]
/proc/loadavg: 0.95 0.95 0.92 2/68 12332
/proc/meminfo: memFree=1495936/2055892 swapFree=4085348/4096564
[pid=12332] ppid=12330 vsize=43948 CPUtime=70.01
/proc/12332/stat : 12332 (PBS4L) R 12330 12332 12286 0 -1 4194304 9106 0 0 0 6982 19 0 0 25 0 1 0 190476418 45002752 8355 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/12332/statm: 10987 8355 105 232 0 10752 0
Current children cumulated CPU time (s) 70.01
Current children cumulated vsize (Kb) 43948

[startup+80.0442 s]
/proc/loadavg: 0.96 0.95 0.92 2/68 12332
/proc/meminfo: memFree=1495488/2055892 swapFree=4085348/4096564
[pid=12332] ppid=12330 vsize=44164 CPUtime=80.01
/proc/12332/stat : 12332 (PBS4L) R 12330 12332 12286 0 -1 4194304 9218 0 0 0 7980 21 0 0 25 0 1 0 190476418 45223936 8467 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134550046 0 0 4096 0 0 0 0 17 1 0 0
/proc/12332/statm: 11041 8467 105 232 0 10806 0
Current children cumulated CPU time (s) 80.01
Current children cumulated vsize (Kb) 44164

[startup+90.0504 s]
/proc/loadavg: 0.97 0.95 0.92 2/68 12332
/proc/meminfo: memFree=1495232/2055892 swapFree=4085348/4096564
[pid=12332] ppid=12330 vsize=44164 CPUtime=90.02
/proc/12332/stat : 12332 (PBS4L) R 12330 12332 12286 0 -1 4194304 9296 0 0 0 8978 24 0 0 25 0 1 0 190476418 45223936 8545 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/12332/statm: 11041 8545 105 232 0 10806 0
Current children cumulated CPU time (s) 90.02
Current children cumulated vsize (Kb) 44164

[startup+100.056 s]
/proc/loadavg: 0.97 0.95 0.92 2/68 12334
/proc/meminfo: memFree=1494720/2055892 swapFree=4085348/4096564
[pid=12332] ppid=12330 vsize=44404 CPUtime=100.01
/proc/12332/stat : 12332 (PBS4L) R 12330 12332 12286 0 -1 4194304 9381 0 0 0 9976 25 0 0 25 0 1 0 190476418 45469696 8630 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/12332/statm: 11101 8630 105 232 0 10866 0
Current children cumulated CPU time (s) 100.01
Current children cumulated vsize (Kb) 44404

[startup+110.062 s]
/proc/loadavg: 0.98 0.95 0.92 2/68 12334
/proc/meminfo: memFree=1494272/2055892 swapFree=4085348/4096564
[pid=12332] ppid=12330 vsize=44968 CPUtime=110.02
/proc/12332/stat : 12332 (PBS4L) R 12330 12332 12286 0 -1 4194304 9517 0 0 0 10975 27 0 0 25 0 1 0 190476418 46047232 8766 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134546657 0 0 4096 0 0 0 0 17 1 0 0
/proc/12332/statm: 11242 8766 105 232 0 11007 0
Current children cumulated CPU time (s) 110.02
Current children cumulated vsize (Kb) 44968

[startup+120.068 s]
/proc/loadavg: 0.98 0.95 0.92 2/68 12334
/proc/meminfo: memFree=1493248/2055892 swapFree=4085348/4096564
[pid=12332] ppid=12330 vsize=45396 CPUtime=120.02
/proc/12332/stat : 12332 (PBS4L) R 12330 12332 12286 0 -1 4194304 9783 0 0 0 11974 28 0 0 25 0 1 0 190476418 46485504 9032 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/12332/statm: 11349 9032 105 232 0 11114 0
Current children cumulated CPU time (s) 120.02
Current children cumulated vsize (Kb) 45396

[startup+130.074 s]
/proc/loadavg: 0.98 0.95 0.92 2/68 12334
/proc/meminfo: memFree=1487424/2055892 swapFree=4085348/4096564
[pid=12332] ppid=12330 vsize=45692 CPUtime=130.03
/proc/12332/stat : 12332 (PBS4L) R 12330 12332 12286 0 -1 4194304 11231 0 0 0 12972 31 0 0 25 0 1 0 190476418 46788608 10480 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/12332/statm: 11423 10480 105 232 0 11188 0
Current children cumulated CPU time (s) 130.03
Current children cumulated vsize (Kb) 45692

[startup+140.08 s]
/proc/loadavg: 0.98 0.95 0.92 2/68 12334
/proc/meminfo: memFree=1485888/2055892 swapFree=4085348/4096564
[pid=12332] ppid=12330 vsize=49228 CPUtime=140.03
/proc/12332/stat : 12332 (PBS4L) R 12330 12332 12286 0 -1 4194304 12373 0 0 0 13971 32 0 0 25 0 1 0 190476418 50409472 10853 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551587 0 0 4096 0 0 0 0 17 1 0 0
/proc/12332/statm: 12307 10853 105 232 0 12072 0
Current children cumulated CPU time (s) 140.03
Current children cumulated vsize (Kb) 49228

[startup+150.087 s]
/proc/loadavg: 0.99 0.96 0.92 2/68 12334
/proc/meminfo: memFree=1485504/2055892 swapFree=4085348/4096564
[pid=12332] ppid=12330 vsize=49556 CPUtime=150.04
/proc/12332/stat : 12332 (PBS4L) R 12330 12332 12286 0 -1 4194304 12471 0 0 0 14969 35 0 0 25 0 1 0 190476418 50745344 10951 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/12332/statm: 12389 10951 105 232 0 12154 0
Current children cumulated CPU time (s) 150.04
Current children cumulated vsize (Kb) 49556

[startup+160.093 s]
/proc/loadavg: 0.99 0.96 0.92 2/68 12334
/proc/meminfo: memFree=1483200/2055892 swapFree=4085348/4096564
[pid=12332] ppid=12330 vsize=82664 CPUtime=160.04
/proc/12332/stat : 12332 (PBS4L) R 12330 12332 12286 0 -1 4194304 13053 0 0 0 15967 37 0 0 25 0 1 0 190476418 84647936 11533 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/12332/statm: 20666 11533 105 232 0 20431 0
Current children cumulated CPU time (s) 160.04
Current children cumulated vsize (Kb) 82664

[startup+170.099 s]
/proc/loadavg: 0.99 0.96 0.92 2/68 12334
/proc/meminfo: memFree=1481984/2055892 swapFree=4085348/4096564
[pid=12332] ppid=12330 vsize=82856 CPUtime=170.04
/proc/12332/stat : 12332 (PBS4L) R 12330 12332 12286 0 -1 4194304 13353 0 0 0 16966 38 0 0 25 0 1 0 190476418 84844544 11833 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134617144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12332/statm: 20714 11833 105 232 0 20479 0
Current children cumulated CPU time (s) 170.04
Current children cumulated vsize (Kb) 82856

[startup+180.105 s]
/proc/loadavg: 0.99 0.96 0.92 2/68 12334
/proc/meminfo: memFree=1480192/2055892 swapFree=4085348/4096564
[pid=12332] ppid=12330 vsize=83336 CPUtime=180.04
/proc/12332/stat : 12332 (PBS4L) R 12330 12332 12286 0 -1 4194304 13798 0 0 0 17964 40 0 0 25 0 1 0 190476418 85336064 12278 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/12332/statm: 20834 12278 105 232 0 20599 0
Current children cumulated CPU time (s) 180.04
Current children cumulated vsize (Kb) 83336

[startup+190.111 s]
/proc/loadavg: 0.99 0.96 0.92 2/68 12334
/proc/meminfo: memFree=1479872/2055892 swapFree=4085348/4096564
[pid=12332] ppid=12330 vsize=83540 CPUtime=190.04
/proc/12332/stat : 12332 (PBS4L) R 12330 12332 12286 0 -1 4194304 13880 0 0 0 18963 41 0 0 25 0 1 0 190476418 85544960 12360 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549242 0 0 4096 0 0 0 0 17 1 0 0
/proc/12332/statm: 20885 12360 105 232 0 20650 0
Current children cumulated CPU time (s) 190.04
Current children cumulated vsize (Kb) 83540

[startup+200.117 s]
/proc/loadavg: 0.99 0.96 0.92 2/68 12334
/proc/meminfo: memFree=1479552/2055892 swapFree=4085348/4096564
[pid=12332] ppid=12330 vsize=83700 CPUtime=200.05
/proc/12332/stat : 12332 (PBS4L) R 12330 12332 12286 0 -1 4194304 13961 0 0 0 19962 43 0 0 25 0 1 0 190476418 85708800 12441 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/12332/statm: 20925 12441 105 232 0 20690 0
Current children cumulated CPU time (s) 200.05
Current children cumulated vsize (Kb) 83700

[startup+210.124 s]
/proc/loadavg: 0.99 0.96 0.92 2/68 12334
/proc/meminfo: memFree=1477824/2055892 swapFree=4085348/4096564

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

/proc/12332/stat : 12332 (PBS4L) R 12330 12332 12286 0 -1 4194304 38898 0 0 0 177901 254 0 0 25 0 1 0 190476418 197849088 32768 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558785 0 0 4096 0 0 0 0 17 1 0 0
/proc/12332/statm: 48303 32768 105 232 0 48068 0
Current children cumulated CPU time (s) 1781.55
Current children cumulated vsize (Kb) 193212

[startup+1783.09 s]
/proc/loadavg: 0.99 0.97 0.92 2/68 12529
/proc/meminfo: memFree=1397760/2055892 swapFree=4085348/4096564
[pid=12332] ppid=12330 vsize=194616 CPUtime=1782.57
/proc/12332/stat : 12332 (PBS4L) R 12330 12332 12286 0 -1 4194304 38914 0 0 0 178002 255 0 0 25 0 1 0 190476418 199286784 32784 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558785 0 0 4096 0 0 0 0 17 1 0 0
/proc/12332/statm: 48654 32784 105 232 0 48419 0
Current children cumulated CPU time (s) 1782.57
Current children cumulated vsize (Kb) 194616

[startup+1784.09 s]
/proc/loadavg: 0.99 0.97 0.92 2/68 12529
/proc/meminfo: memFree=1397760/2055892 swapFree=4085348/4096564
[pid=12332] ppid=12330 vsize=194616 CPUtime=1783.57
/proc/12332/stat : 12332 (PBS4L) R 12330 12332 12286 0 -1 4194304 38916 0 0 0 178102 255 0 0 25 0 1 0 190476418 199286784 32786 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/12332/statm: 48654 32786 105 232 0 48419 0
Current children cumulated CPU time (s) 1783.57
Current children cumulated vsize (Kb) 194616

[startup+1785.1 s]
/proc/loadavg: 0.99 0.97 0.92 2/68 12529
/proc/meminfo: memFree=1397760/2055892 swapFree=4085348/4096564
[pid=12332] ppid=12330 vsize=194616 CPUtime=1784.58
/proc/12332/stat : 12332 (PBS4L) R 12330 12332 12286 0 -1 4194304 38919 0 0 0 178203 255 0 0 25 0 1 0 190476418 199286784 32789 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/12332/statm: 48654 32789 105 232 0 48419 0
Current children cumulated CPU time (s) 1784.58
Current children cumulated vsize (Kb) 194616

[startup+1786.1 s]
/proc/loadavg: 0.99 0.97 0.92 2/68 12529
/proc/meminfo: memFree=1397696/2055892 swapFree=4085348/4096564
[pid=12332] ppid=12330 vsize=194616 CPUtime=1785.58
/proc/12332/stat : 12332 (PBS4L) R 12330 12332 12286 0 -1 4194304 38921 0 0 0 178303 255 0 0 25 0 1 0 190476418 199286784 32791 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/12332/statm: 48654 32791 105 232 0 48419 0
Current children cumulated CPU time (s) 1785.58
Current children cumulated vsize (Kb) 194616

[startup+1787.1 s]
/proc/loadavg: 0.99 0.97 0.92 2/68 12529
/proc/meminfo: memFree=1397696/2055892 swapFree=4085348/4096564
[pid=12332] ppid=12330 vsize=194616 CPUtime=1786.58
/proc/12332/stat : 12332 (PBS4L) R 12330 12332 12286 0 -1 4194304 38922 0 0 0 178403 255 0 0 25 0 1 0 190476418 199286784 32792 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/12332/statm: 48654 32792 105 232 0 48419 0
Current children cumulated CPU time (s) 1786.58
Current children cumulated vsize (Kb) 194616

[startup+1788.11 s]
/proc/loadavg: 0.99 0.97 0.92 2/68 12529
/proc/meminfo: memFree=1397696/2055892 swapFree=4085348/4096564
[pid=12332] ppid=12330 vsize=194616 CPUtime=1787.59
/proc/12332/stat : 12332 (PBS4L) R 12330 12332 12286 0 -1 4194304 38923 0 0 0 178504 255 0 0 25 0 1 0 190476418 199286784 32793 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551995 0 0 4096 0 0 0 0 17 1 0 0
/proc/12332/statm: 48654 32793 105 232 0 48419 0
Current children cumulated CPU time (s) 1787.59
Current children cumulated vsize (Kb) 194616

[startup+1789.11 s]
/proc/loadavg: 0.99 0.97 0.92 2/68 12529
/proc/meminfo: memFree=1397696/2055892 swapFree=4085348/4096564
[pid=12332] ppid=12330 vsize=194616 CPUtime=1788.59
/proc/12332/stat : 12332 (PBS4L) R 12330 12332 12286 0 -1 4194304 38926 0 0 0 178604 255 0 0 25 0 1 0 190476418 199286784 32796 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/12332/statm: 48654 32796 105 232 0 48419 0
Current children cumulated CPU time (s) 1788.59
Current children cumulated vsize (Kb) 194616

[startup+1790.12 s]
/proc/loadavg: 0.99 0.97 0.92 2/68 12529
/proc/meminfo: memFree=1397696/2055892 swapFree=4085348/4096564
[pid=12332] ppid=12330 vsize=194616 CPUtime=1789.59
/proc/12332/stat : 12332 (PBS4L) R 12330 12332 12286 0 -1 4194304 38928 0 0 0 178704 255 0 0 25 0 1 0 190476418 199286784 32798 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/12332/statm: 48654 32798 105 232 0 48419 0
Current children cumulated CPU time (s) 1789.59
Current children cumulated vsize (Kb) 194616

[startup+1791.12 s]
/proc/loadavg: 0.99 0.97 0.92 2/68 12529
/proc/meminfo: memFree=1397696/2055892 swapFree=4085348/4096564
[pid=12332] ppid=12330 vsize=194616 CPUtime=1790.6
/proc/12332/stat : 12332 (PBS4L) R 12330 12332 12286 0 -1 4194304 38932 0 0 0 178805 255 0 0 25 0 1 0 190476418 199286784 32802 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134550818 0 0 4096 0 0 0 0 17 1 0 0
/proc/12332/statm: 48654 32802 105 232 0 48419 0
Current children cumulated CPU time (s) 1790.6
Current children cumulated vsize (Kb) 194616

[startup+1792.13 s]
/proc/loadavg: 0.99 0.97 0.92 2/68 12529
/proc/meminfo: memFree=1397632/2055892 swapFree=4085348/4096564
[pid=12332] ppid=12330 vsize=194616 CPUtime=1791.6
/proc/12332/stat : 12332 (PBS4L) R 12330 12332 12286 0 -1 4194304 38937 0 0 0 178905 255 0 0 25 0 1 0 190476418 199286784 32807 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134559731 0 0 4096 0 0 0 0 17 1 0 0
/proc/12332/statm: 48654 32807 105 232 0 48419 0
Current children cumulated CPU time (s) 1791.6
Current children cumulated vsize (Kb) 194616

[startup+1793.13 s]
/proc/loadavg: 0.99 0.97 0.92 2/68 12529
/proc/meminfo: memFree=1397632/2055892 swapFree=4085348/4096564
[pid=12332] ppid=12330 vsize=194616 CPUtime=1792.61
/proc/12332/stat : 12332 (PBS4L) R 12330 12332 12286 0 -1 4194304 38944 0 0 0 179006 255 0 0 25 0 1 0 190476418 199286784 32814 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/12332/statm: 48654 32814 105 232 0 48419 0
Current children cumulated CPU time (s) 1792.61
Current children cumulated vsize (Kb) 194616

[startup+1794.14 s]
/proc/loadavg: 0.99 0.97 0.92 2/68 12529
/proc/meminfo: memFree=1397568/2055892 swapFree=4085348/4096564
[pid=12332] ppid=12330 vsize=194616 CPUtime=1793.61
/proc/12332/stat : 12332 (PBS4L) R 12330 12332 12286 0 -1 4194304 38957 0 0 0 179106 255 0 0 25 0 1 0 190476418 199286784 32827 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551971 0 0 4096 0 0 0 0 17 1 0 0
/proc/12332/statm: 48654 32827 105 232 0 48419 0
Current children cumulated CPU time (s) 1793.61
Current children cumulated vsize (Kb) 194616

[startup+1795.14 s]
/proc/loadavg: 0.99 0.97 0.92 2/68 12529
/proc/meminfo: memFree=1397568/2055892 swapFree=4085348/4096564
[pid=12332] ppid=12330 vsize=194616 CPUtime=1794.61
/proc/12332/stat : 12332 (PBS4L) R 12330 12332 12286 0 -1 4194304 38961 0 0 0 179206 255 0 0 25 0 1 0 190476418 199286784 32831 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558802 0 0 4096 0 0 0 0 17 1 0 0
/proc/12332/statm: 48654 32831 105 232 0 48419 0
Current children cumulated CPU time (s) 1794.61
Current children cumulated vsize (Kb) 194616

[startup+1796.15 s]
/proc/loadavg: 0.99 0.97 0.92 2/68 12529
/proc/meminfo: memFree=1397568/2055892 swapFree=4085348/4096564
[pid=12332] ppid=12330 vsize=194616 CPUtime=1795.62
/proc/12332/stat : 12332 (PBS4L) R 12330 12332 12286 0 -1 4194304 38962 0 0 0 179307 255 0 0 25 0 1 0 190476418 199286784 32832 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558782 0 0 4096 0 0 0 0 17 1 0 0
/proc/12332/statm: 48654 32832 105 232 0 48419 0
Current children cumulated CPU time (s) 1795.62
Current children cumulated vsize (Kb) 194616

[startup+1797.15 s]
/proc/loadavg: 0.99 0.97 0.92 2/68 12529
/proc/meminfo: memFree=1397568/2055892 swapFree=4085348/4096564
[pid=12332] ppid=12330 vsize=194616 CPUtime=1796.62
/proc/12332/stat : 12332 (PBS4L) R 12330 12332 12286 0 -1 4194304 38962 0 0 0 179407 255 0 0 25 0 1 0 190476418 199286784 32832 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558771 0 0 4096 0 0 0 0 17 1 0 0
/proc/12332/statm: 48654 32832 105 232 0 48419 0
Current children cumulated CPU time (s) 1796.62
Current children cumulated vsize (Kb) 194616

[startup+1798.16 s]
/proc/loadavg: 0.99 0.97 0.92 2/68 12529
/proc/meminfo: memFree=1397568/2055892 swapFree=4085348/4096564
[pid=12332] ppid=12330 vsize=194616 CPUtime=1797.63
/proc/12332/stat : 12332 (PBS4L) R 12330 12332 12286 0 -1 4194304 38963 0 0 0 179508 255 0 0 25 0 1 0 190476418 199286784 32833 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558793 0 0 4096 0 0 0 0 17 1 0 0
/proc/12332/statm: 48654 32833 105 232 0 48419 0
Current children cumulated CPU time (s) 1797.63
Current children cumulated vsize (Kb) 194616

[startup+1799.16 s]
/proc/loadavg: 0.99 0.97 0.92 2/68 12529
/proc/meminfo: memFree=1397568/2055892 swapFree=4085348/4096564
[pid=12332] ppid=12330 vsize=194616 CPUtime=1798.64
/proc/12332/stat : 12332 (PBS4L) R 12330 12332 12286 0 -1 4194304 38964 0 0 0 179608 256 0 0 25 0 1 0 190476418 199286784 32834 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/12332/statm: 48654 32834 105 232 0 48419 0
Current children cumulated CPU time (s) 1798.64
Current children cumulated vsize (Kb) 194616

[startup+1800.17 s]
/proc/loadavg: 0.99 0.97 0.92 2/68 12529
/proc/meminfo: memFree=1397568/2055892 swapFree=4085348/4096564
[pid=12332] ppid=12330 vsize=194616 CPUtime=1799.64
/proc/12332/stat : 12332 (PBS4L) R 12330 12332 12286 0 -1 4194304 38964 0 0 0 179708 256 0 0 25 0 1 0 190476418 199286784 32834 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558785 0 0 4096 0 0 0 0 17 1 0 0
/proc/12332/statm: 48654 32834 105 232 0 48419 0
Current children cumulated CPU time (s) 1799.64
Current children cumulated vsize (Kb) 194616

[startup+1801.17 s]
/proc/loadavg: 0.99 0.97 0.92 2/68 12529
/proc/meminfo: memFree=1397504/2055892 swapFree=4085348/4096564
[pid=12332] ppid=12330 vsize=194616 CPUtime=1800.65
/proc/12332/stat : 12332 (PBS4L) R 12330 12332 12286 0 -1 4194304 38969 0 0 0 179809 256 0 0 25 0 1 0 190476418 199286784 32839 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/12332/statm: 48654 32839 105 232 0 48419 0
Current children cumulated CPU time (s) 1800.65
Current children cumulated vsize (Kb) 194616



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.18 s]
/proc/loadavg: 0.99 0.97 0.92 2/68 12529
/proc/meminfo: memFree=1397504/2055892 swapFree=4085348/4096564
[pid=12332] ppid=12330 vsize=194616 CPUtime=1800.65
/proc/12332/stat : 12332 (PBS4L) R 12330 12332 12286 0 -1 4194304 38969 0 0 0 179809 256 0 0 25 0 1 0 190476418 199286784 32839 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/12332/statm: 48654 32839 105 232 0 48419 0
Current children cumulated CPU time (s) 1800.65
Current children cumulated vsize (Kb) 194616

Sending SIGTERM to -12332
Sleeping 2 seconds

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1801.2
CPU time (s): 1800.68
CPU user time (s): 1798.1
CPU system time (s): 2.58361
CPU usage (%): 99.971
Max. virtual memory (cumulated for all children) (Kb): 194616
The end

Launcher Data (download as text)

Begin job on node85 on Fri Jun  2 11:39:32 UTC 2006


FILE ID= 41224-1149248372

PBS_JOBID= 297933

BENCH NAME= ROOT/tmp/node85/41224-1149248372/instance-41224-1149248372.opb
COMMAND LINE= ROOT/solvers/PB/PB06final/user11/PBS4L ROOT/tmp/node85/41224-1149248372/instance-41224-1149248372.opb 757544368
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node85/watcher-41224-1149248372 -o ROOT/results/node85/solver-41224-1149248372 -C 1800 -M 1800 -S 64  ROOT/solvers/PB/PB06final/user11/PBS4L ROOT/tmp/node85/41224-1149248372/instance-41224-1149248372.opb 757544368

MD5SUM SOLVER= ab46593c31a6a47b9d9920387a00d332
MD5SUM BENCH=  575b26c97ae90d0a5ad0f53e9f10755e

RANDOM SEED= 757544368


/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.218
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	: 6006.18
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.218
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	: 5999.41
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055892 kB
MemFree:       1529232 kB
Buffers:         30720 kB
Cached:         420536 kB
SwapCached:       2508 kB
Active:          51984 kB
Inactive:       408044 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055892 kB
LowFree:       1529232 kB
SwapTotal:     4096564 kB
SwapFree:      4085348 kB
Dirty:             156 kB
Writeback:           0 kB
Mapped:          16756 kB
Slab:            53244 kB
Committed_AS:   242280 kB
PageTables:       1292 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264388 kB
VmallocChunk: 536606243 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node85 on Fri Jun  2 12:09:33 UTC 2006