Trace number 41691

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.58 1801.3

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/ttp/normalized-circ10_3.opb
MD5SUM2821538067d8c071dc9bd4a000c6d040
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark340
Best CPU time to get the best result obtained on this benchmark1782.81
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 340
Optimality of the best value was proved NO
Number of variables2700
Total number of constraints42620
Number of constraints which are clauses20220
Number of constraints which are cardinality constraints (but not clauses)800
Number of constraints which are nor clauses,nor cardinality constraints21600
Minimum length of a constraint2
Maximum length of a constraint36
Number of terms in the objective function 900
Biggest coefficient in the objective function 5
Number of bits for the biggest coefficient in the objective function 3
Sum of the numbers in the objective function 2500
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 32
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 2500
Number of bits of the biggest sum of numbers12
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/node74/41691-1149400751/instance-41691-1149400751.opb ......
3.93	c done parsing opb.
3.93	o 388
50.76	o 380
187.86	o 374
1140.92	o 372
1536.39	o 368

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/node74/watcher-41691-1149400751 -o ROOT/results/node74/solver-41691-1149400751 -C 1800 -M 1800 -S 64 ROOT/solvers/PB/PB06final/user11/PBS4L ROOT/tmp/node74/41691-1149400751/instance-41691-1149400751.opb 123456267 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.99 0.97 0.98 2/64 18520
/proc/meminfo: memFree=1858344/2055920 swapFree=4182228/4192956
[pid=18520] ppid=18518 vsize=1656 CPUtime=0
/proc/18520/stat : 18520 (PBS4L) R 18518 18520 18474 0 -1 4194304 136 0 0 0 0 0 0 0 18 0 1 0 205739485 1695744 120 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134598843 0 0 4096 0 0 0 0 17 1 0 0
/proc/18520/statm: 414 121 90 232 0 179 0

[startup+10.0024 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 18520
/proc/meminfo: memFree=1845680/2055920 swapFree=4182228/4192956
[pid=18520] ppid=18518 vsize=16068 CPUtime=9.99
/proc/18520/stat : 18520 (PBS4L) R 18518 18520 18474 0 -1 4194304 3926 0 0 0 987 12 0 0 25 0 1 0 205739485 16453632 3272 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134546626 0 0 4096 0 0 0 0 17 1 0 0
/proc/18520/statm: 4017 3272 108 232 0 3782 0
Current children cumulated CPU time (s) 9.99
Current children cumulated vsize (Kb) 16068

[startup+20.0094 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 18520
/proc/meminfo: memFree=1843696/2055920 swapFree=4182228/4192956
[pid=18520] ppid=18518 vsize=16592 CPUtime=19.99
/proc/18520/stat : 18520 (PBS4L) R 18518 18520 18474 0 -1 4194304 4479 0 0 0 1974 25 0 0 25 0 1 0 205739485 16990208 3825 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/18520/statm: 4148 3825 108 232 0 3913 0
Current children cumulated CPU time (s) 19.99
Current children cumulated vsize (Kb) 16592

[startup+30.0163 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 18520
/proc/meminfo: memFree=1842608/2055920 swapFree=4182228/4192956
[pid=18520] ppid=18518 vsize=22084 CPUtime=30
/proc/18520/stat : 18520 (PBS4L) R 18518 18520 18474 0 -1 4194304 4925 0 0 0 2962 38 0 0 25 0 1 0 205739485 22614016 4078 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/18520/statm: 5521 4078 108 232 0 5286 0
Current children cumulated CPU time (s) 30
Current children cumulated vsize (Kb) 22084

[startup+40.0223 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 18520
/proc/meminfo: memFree=1842352/2055920 swapFree=4182228/4192956
[pid=18520] ppid=18518 vsize=22340 CPUtime=40
/proc/18520/stat : 18520 (PBS4L) R 18518 18520 18474 0 -1 4194304 5018 0 0 0 3946 54 0 0 25 0 1 0 205739485 22876160 4171 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/18520/statm: 5585 4171 108 232 0 5350 0
Current children cumulated CPU time (s) 40
Current children cumulated vsize (Kb) 22340

[startup+50.0292 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 18520
/proc/meminfo: memFree=1842096/2055920 swapFree=4182228/4192956
[pid=18520] ppid=18518 vsize=22584 CPUtime=50
/proc/18520/stat : 18520 (PBS4L) R 18518 18520 18474 0 -1 4194304 5091 0 0 0 4928 72 0 0 25 0 1 0 205739485 23126016 4244 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/18520/statm: 5646 4244 108 232 0 5411 0
Current children cumulated CPU time (s) 50
Current children cumulated vsize (Kb) 22584

[startup+60.0352 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 18520
/proc/meminfo: memFree=1841840/2055920 swapFree=4182228/4192956
[pid=18520] ppid=18518 vsize=22840 CPUtime=60
/proc/18520/stat : 18520 (PBS4L) R 18518 18520 18474 0 -1 4194304 5154 0 0 0 5907 93 0 0 25 0 1 0 205739485 23388160 4307 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/18520/statm: 5710 4307 108 232 0 5475 0
Current children cumulated CPU time (s) 60
Current children cumulated vsize (Kb) 22840

[startup+70.0422 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 18520
/proc/meminfo: memFree=1841584/2055920 swapFree=4182228/4192956
[pid=18520] ppid=18518 vsize=22972 CPUtime=70.01
/proc/18520/stat : 18520 (PBS4L) R 18518 18520 18474 0 -1 4194304 5227 0 0 0 6895 106 0 0 25 0 1 0 205739485 23523328 4380 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/18520/statm: 5743 4380 108 232 0 5508 0
Current children cumulated CPU time (s) 70.01
Current children cumulated vsize (Kb) 22972

[startup+80.0491 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 18520
/proc/meminfo: memFree=1841264/2055920 swapFree=4182228/4192956
[pid=18520] ppid=18518 vsize=23116 CPUtime=80.01
/proc/18520/stat : 18520 (PBS4L) R 18518 18520 18474 0 -1 4194304 5297 0 0 0 7878 123 0 0 25 0 1 0 205739485 23670784 4450 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/18520/statm: 5779 4450 108 232 0 5544 0
Current children cumulated CPU time (s) 80.01
Current children cumulated vsize (Kb) 23116

[startup+90.0551 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 18520
/proc/meminfo: memFree=1841072/2055920 swapFree=4182228/4192956
[pid=18520] ppid=18518 vsize=23376 CPUtime=90.01
/proc/18520/stat : 18520 (PBS4L) R 18518 18520 18474 0 -1 4194304 5346 0 0 0 8861 140 0 0 25 0 1 0 205739485 23937024 4499 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/18520/statm: 5844 4499 108 232 0 5609 0
Current children cumulated CPU time (s) 90.01
Current children cumulated vsize (Kb) 23376

[startup+100.061 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 18520
/proc/meminfo: memFree=1840880/2055920 swapFree=4182228/4192956
[pid=18520] ppid=18518 vsize=23376 CPUtime=100.01
/proc/18520/stat : 18520 (PBS4L) R 18518 18520 18474 0 -1 4194304 5392 0 0 0 9842 159 0 0 25 0 1 0 205739485 23937024 4545 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551570 0 0 4096 0 0 0 0 17 1 0 0
/proc/18520/statm: 5844 4545 108 232 0 5609 0
Current children cumulated CPU time (s) 100.01
Current children cumulated vsize (Kb) 23376

[startup+110.068 s]
/proc/loadavg: 0.99 0.97 0.98 2/70 18543
/proc/meminfo: memFree=1839424/2055920 swapFree=4182228/4192956
[pid=18520] ppid=18518 vsize=23536 CPUtime=110.01
/proc/18520/stat : 18520 (PBS4L) R 18518 18520 18474 0 -1 4194304 5459 0 0 0 10822 179 0 0 25 0 1 0 205739485 24100864 4612 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 0 0 0
/proc/18520/statm: 5884 4612 108 232 0 5649 0
Current children cumulated CPU time (s) 110.01
Current children cumulated vsize (Kb) 23536

[startup+120.075 s]
/proc/loadavg: 0.99 0.97 0.98 2/70 18591
/proc/meminfo: memFree=1839296/2055920 swapFree=4182228/4192956
[pid=18520] ppid=18518 vsize=25188 CPUtime=120.01
/proc/18520/stat : 18520 (PBS4L) R 18518 18520 18474 0 -1 4194304 5903 0 0 0 11801 200 0 0 25 0 1 0 205739485 25792512 4671 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134546605 0 0 4096 0 0 0 0 17 1 0 0
/proc/18520/statm: 6297 4671 108 232 0 6062 0
Current children cumulated CPU time (s) 120.01
Current children cumulated vsize (Kb) 25188

[startup+130.082 s]
/proc/loadavg: 0.99 0.97 0.98 2/70 18641
/proc/meminfo: memFree=1838976/2055920 swapFree=4182228/4192956
[pid=18520] ppid=18518 vsize=25360 CPUtime=129.99
/proc/18520/stat : 18520 (PBS4L) R 18518 18520 18474 0 -1 4194304 5960 0 0 0 12785 214 0 0 25 0 1 0 205739485 25968640 4728 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/18520/statm: 6340 4728 108 232 0 6105 0
Current children cumulated CPU time (s) 129.99
Current children cumulated vsize (Kb) 25360

[startup+140.089 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 18715
/proc/meminfo: memFree=1839664/2055920 swapFree=4182228/4192956
[pid=18520] ppid=18518 vsize=25360 CPUtime=139.99
/proc/18520/stat : 18520 (PBS4L) R 18518 18520 18474 0 -1 4194304 6012 0 0 0 13770 229 0 0 25 0 1 0 205739485 25968640 4780 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/18520/statm: 6340 4780 108 232 0 6105 0
Current children cumulated CPU time (s) 139.99
Current children cumulated vsize (Kb) 25360

[startup+150.095 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 18715
/proc/meminfo: memFree=1839600/2055920 swapFree=4182228/4192956
[pid=18520] ppid=18518 vsize=25652 CPUtime=149.99
/proc/18520/stat : 18520 (PBS4L) R 18518 18520 18474 0 -1 4194304 6073 0 0 0 14750 249 0 0 25 0 1 0 205739485 26267648 4841 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551688 0 0 4096 0 0 0 0 17 1 0 0
/proc/18520/statm: 6413 4841 108 232 0 6178 0
Current children cumulated CPU time (s) 149.99
Current children cumulated vsize (Kb) 25652

[startup+160.101 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 18715
/proc/meminfo: memFree=1839408/2055920 swapFree=4182228/4192956
[pid=18520] ppid=18518 vsize=25652 CPUtime=160
/proc/18520/stat : 18520 (PBS4L) R 18518 18520 18474 0 -1 4194304 6114 0 0 0 15736 264 0 0 25 0 1 0 205739485 26267648 4882 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/18520/statm: 6413 4882 108 232 0 6178 0
Current children cumulated CPU time (s) 160
Current children cumulated vsize (Kb) 25652

[startup+170.107 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 18715
/proc/meminfo: memFree=1838576/2055920 swapFree=4182228/4192956
[pid=18520] ppid=18518 vsize=25952 CPUtime=169.99
/proc/18520/stat : 18520 (PBS4L) R 18518 18520 18474 0 -1 4194304 6324 0 0 0 16723 276 0 0 25 0 1 0 205739485 26574848 5092 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134552026 0 0 4096 0 0 0 0 17 1 0 0
/proc/18520/statm: 6488 5092 108 232 0 6253 0
Current children cumulated CPU time (s) 169.99
Current children cumulated vsize (Kb) 25952

[startup+180.113 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 18715
/proc/meminfo: memFree=1838192/2055920 swapFree=4182228/4192956
[pid=18520] ppid=18518 vsize=25952 CPUtime=180
/proc/18520/stat : 18520 (PBS4L) R 18518 18520 18474 0 -1 4194304 6420 0 0 0 17711 289 0 0 25 0 1 0 205739485 26574848 5188 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/18520/statm: 6488 5188 108 232 0 6253 0
Current children cumulated CPU time (s) 180
Current children cumulated vsize (Kb) 25952

[startup+190.119 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 18715
/proc/meminfo: memFree=1838000/2055920 swapFree=4182228/4192956
[pid=18520] ppid=18518 vsize=26272 CPUtime=189.99
/proc/18520/stat : 18520 (PBS4L) R 18518 18520 18474 0 -1 4194304 6465 0 0 0 18697 302 0 0 25 0 1 0 205739485 26902528 5233 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/18520/statm: 6568 5233 108 232 0 6333 0
Current children cumulated CPU time (s) 189.99
Current children cumulated vsize (Kb) 26272

[startup+200.125 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 18715
/proc/meminfo: memFree=1837808/2055920 swapFree=4182228/4192956
[pid=18520] ppid=18518 vsize=26272 CPUtime=200
/proc/18520/stat : 18520 (PBS4L) R 18518 18520 18474 0 -1 4194304 6517 0 0 0 19683 317 0 0 25 0 1 0 205739485 26902528 5285 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/18520/statm: 6568 5285 108 232 0 6333 0
Current children cumulated CPU time (s) 200
Current children cumulated vsize (Kb) 26272

[startup+210.131 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 18715
/proc/meminfo: memFree=1837552/2055920 swapFree=4182228/4192956

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

/proc/18520/stat : 18520 (PBS4L) R 18518 18520 18474 0 -1 4194304 19087 0 0 0 175457 2690 0 0 25 0 1 0 205739485 64245760 12476 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134546671 0 0 4096 0 0 0 0 17 1 0 0
/proc/18520/statm: 15685 12476 108 232 0 15450 0
Current children cumulated CPU time (s) 1781.47
Current children cumulated vsize (Kb) 62740

[startup+1783.19 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 18715
/proc/meminfo: memFree=1808568/2055920 swapFree=4182228/4192956
[pid=18520] ppid=18518 vsize=62740 CPUtime=1782.48
/proc/18520/stat : 18520 (PBS4L) R 18518 18520 18474 0 -1 4194304 19089 0 0 0 175558 2690 0 0 25 0 1 0 205739485 64245760 12478 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/18520/statm: 15685 12478 108 232 0 15450 0
Current children cumulated CPU time (s) 1782.48
Current children cumulated vsize (Kb) 62740

[startup+1784.2 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 18715
/proc/meminfo: memFree=1808568/2055920 swapFree=4182228/4192956
[pid=18520] ppid=18518 vsize=62740 CPUtime=1783.48
/proc/18520/stat : 18520 (PBS4L) R 18518 18520 18474 0 -1 4194304 19091 0 0 0 175657 2691 0 0 25 0 1 0 205739485 64245760 12480 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551995 0 0 4096 0 0 0 0 17 1 0 0
/proc/18520/statm: 15685 12480 108 232 0 15450 0
Current children cumulated CPU time (s) 1783.48
Current children cumulated vsize (Kb) 62740

[startup+1785.2 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 18715
/proc/meminfo: memFree=1808504/2055920 swapFree=4182228/4192956
[pid=18520] ppid=18518 vsize=62740 CPUtime=1784.48
/proc/18520/stat : 18520 (PBS4L) R 18518 18520 18474 0 -1 4194304 19093 0 0 0 175756 2692 0 0 25 0 1 0 205739485 64245760 12482 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551616 0 0 4096 0 0 0 0 17 1 0 0
/proc/18520/statm: 15685 12482 108 232 0 15450 0
Current children cumulated CPU time (s) 1784.48
Current children cumulated vsize (Kb) 62740

[startup+1786.21 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 18715
/proc/meminfo: memFree=1808504/2055920 swapFree=4182228/4192956
[pid=18520] ppid=18518 vsize=62740 CPUtime=1785.49
/proc/18520/stat : 18520 (PBS4L) R 18518 18520 18474 0 -1 4194304 19098 0 0 0 175856 2693 0 0 25 0 1 0 205739485 64245760 12487 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/18520/statm: 15685 12487 108 232 0 15450 0
Current children cumulated CPU time (s) 1785.49
Current children cumulated vsize (Kb) 62740

[startup+1787.21 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 18715
/proc/meminfo: memFree=1808504/2055920 swapFree=4182228/4192956
[pid=18520] ppid=18518 vsize=62740 CPUtime=1786.49
/proc/18520/stat : 18520 (PBS4L) R 18518 18520 18474 0 -1 4194304 19100 0 0 0 175955 2694 0 0 25 0 1 0 205739485 64245760 12489 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/18520/statm: 15685 12489 108 232 0 15450 0
Current children cumulated CPU time (s) 1786.49
Current children cumulated vsize (Kb) 62740

[startup+1788.22 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 18715
/proc/meminfo: memFree=1808440/2055920 swapFree=4182228/4192956
[pid=18520] ppid=18518 vsize=62740 CPUtime=1787.5
/proc/18520/stat : 18520 (PBS4L) R 18518 18520 18474 0 -1 4194304 19115 0 0 0 176054 2696 0 0 25 0 1 0 205739485 64245760 12504 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/18520/statm: 15685 12504 108 232 0 15450 0
Current children cumulated CPU time (s) 1787.5
Current children cumulated vsize (Kb) 62740

[startup+1789.22 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 18715
/proc/meminfo: memFree=1808440/2055920 swapFree=4182228/4192956
[pid=18520] ppid=18518 vsize=62740 CPUtime=1788.5
/proc/18520/stat : 18520 (PBS4L) R 18518 18520 18474 0 -1 4194304 19117 0 0 0 176153 2697 0 0 25 0 1 0 205739485 64245760 12506 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134553215 0 0 4096 0 0 0 0 17 1 0 0
/proc/18520/statm: 15685 12506 108 232 0 15450 0
Current children cumulated CPU time (s) 1788.5
Current children cumulated vsize (Kb) 62740

[startup+1790.22 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 18715
/proc/meminfo: memFree=1808440/2055920 swapFree=4182228/4192956
[pid=18520] ppid=18518 vsize=62740 CPUtime=1789.51
/proc/18520/stat : 18520 (PBS4L) R 18518 18520 18474 0 -1 4194304 19120 0 0 0 176252 2699 0 0 25 0 1 0 205739485 64245760 12509 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134552002 0 0 4096 0 0 0 0 17 1 0 0
/proc/18520/statm: 15685 12509 108 232 0 15450 0
Current children cumulated CPU time (s) 1789.51
Current children cumulated vsize (Kb) 62740

[startup+1791.23 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 18715
/proc/meminfo: memFree=1808376/2055920 swapFree=4182228/4192956
[pid=18520] ppid=18518 vsize=62740 CPUtime=1790.51
/proc/18520/stat : 18520 (PBS4L) R 18518 18520 18474 0 -1 4194304 19122 0 0 0 176351 2700 0 0 25 0 1 0 205739485 64245760 12511 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134546626 0 0 4096 0 0 0 0 17 1 0 0
/proc/18520/statm: 15685 12511 108 232 0 15450 0
Current children cumulated CPU time (s) 1790.51
Current children cumulated vsize (Kb) 62740

[startup+1792.24 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 18715
/proc/meminfo: memFree=1808376/2055920 swapFree=4182228/4192956
[pid=18520] ppid=18518 vsize=62740 CPUtime=1791.52
/proc/18520/stat : 18520 (PBS4L) R 18518 18520 18474 0 -1 4194304 19135 0 0 0 176451 2701 0 0 25 0 1 0 205739485 64245760 12524 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/18520/statm: 15685 12524 108 232 0 15450 0
Current children cumulated CPU time (s) 1791.52
Current children cumulated vsize (Kb) 62740

[startup+1793.24 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 18715
/proc/meminfo: memFree=1808312/2055920 swapFree=4182228/4192956
[pid=18520] ppid=18518 vsize=62740 CPUtime=1792.53
/proc/18520/stat : 18520 (PBS4L) R 18518 18520 18474 0 -1 4194304 19139 0 0 0 176550 2703 0 0 25 0 1 0 205739485 64245760 12528 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/18520/statm: 15685 12528 108 232 0 15450 0
Current children cumulated CPU time (s) 1792.53
Current children cumulated vsize (Kb) 62740

[startup+1794.24 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 18715
/proc/meminfo: memFree=1808312/2055920 swapFree=4182228/4192956
[pid=18520] ppid=18518 vsize=62740 CPUtime=1793.53
/proc/18520/stat : 18520 (PBS4L) R 18518 18520 18474 0 -1 4194304 19140 0 0 0 176649 2704 0 0 25 0 1 0 205739485 64245760 12529 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/18520/statm: 15685 12529 108 232 0 15450 0
Current children cumulated CPU time (s) 1793.53
Current children cumulated vsize (Kb) 62740

[startup+1795.25 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 18715
/proc/meminfo: memFree=1808312/2055920 swapFree=4182228/4192956
[pid=18520] ppid=18518 vsize=62740 CPUtime=1794.53
/proc/18520/stat : 18520 (PBS4L) R 18518 18520 18474 0 -1 4194304 19142 0 0 0 176748 2705 0 0 25 0 1 0 205739485 64245760 12531 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/18520/statm: 15685 12531 108 232 0 15450 0
Current children cumulated CPU time (s) 1794.53
Current children cumulated vsize (Kb) 62740

[startup+1796.26 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 18715
/proc/meminfo: memFree=1808248/2055920 swapFree=4182228/4192956
[pid=18520] ppid=18518 vsize=62740 CPUtime=1795.53
/proc/18520/stat : 18520 (PBS4L) R 18518 18520 18474 0 -1 4194304 19154 0 0 0 176846 2707 0 0 25 0 1 0 205739485 64245760 12543 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551616 0 0 4096 0 0 0 0 17 1 0 0
/proc/18520/statm: 15685 12543 108 232 0 15450 0
Current children cumulated CPU time (s) 1795.53
Current children cumulated vsize (Kb) 62740

[startup+1797.26 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 18715
/proc/meminfo: memFree=1808248/2055920 swapFree=4182228/4192956
[pid=18520] ppid=18518 vsize=62740 CPUtime=1796.54
/proc/18520/stat : 18520 (PBS4L) R 18518 18520 18474 0 -1 4194304 19156 0 0 0 176946 2708 0 0 25 0 1 0 205739485 64245760 12545 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/18520/statm: 15685 12545 108 232 0 15450 0
Current children cumulated CPU time (s) 1796.54
Current children cumulated vsize (Kb) 62740

[startup+1798.26 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 18715
/proc/meminfo: memFree=1808248/2055920 swapFree=4182228/4192956
[pid=18520] ppid=18518 vsize=62740 CPUtime=1797.54
/proc/18520/stat : 18520 (PBS4L) R 18518 18520 18474 0 -1 4194304 19165 0 0 0 177045 2709 0 0 25 0 1 0 205739485 64245760 12554 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/18520/statm: 15685 12554 108 232 0 15450 0
Current children cumulated CPU time (s) 1797.54
Current children cumulated vsize (Kb) 62740

[startup+1799.27 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 18715
/proc/meminfo: memFree=1808248/2055920 swapFree=4182228/4192956
[pid=18520] ppid=18518 vsize=62740 CPUtime=1798.55
/proc/18520/stat : 18520 (PBS4L) R 18518 18520 18474 0 -1 4194304 19167 0 0 0 177144 2711 0 0 25 0 1 0 205739485 64245760 12556 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551682 0 0 4096 0 0 0 0 17 1 0 0
/proc/18520/statm: 15685 12556 108 232 0 15450 0
Current children cumulated CPU time (s) 1798.55
Current children cumulated vsize (Kb) 62740

[startup+1800.27 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 18715
/proc/meminfo: memFree=1808184/2055920 swapFree=4182228/4192956
[pid=18520] ppid=18518 vsize=62740 CPUtime=1799.56
/proc/18520/stat : 18520 (PBS4L) R 18518 18520 18474 0 -1 4194304 19173 0 0 0 177243 2713 0 0 25 0 1 0 205739485 64245760 12562 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/18520/statm: 15685 12562 108 232 0 15450 0
Current children cumulated CPU time (s) 1799.56
Current children cumulated vsize (Kb) 62740

[startup+1801.28 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 18715
/proc/meminfo: memFree=1808184/2055920 swapFree=4182228/4192956
[pid=18520] ppid=18518 vsize=62740 CPUtime=1800.56
/proc/18520/stat : 18520 (PBS4L) R 18518 18520 18474 0 -1 4194304 19175 0 0 0 177342 2714 0 0 25 0 1 0 205739485 64245760 12564 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/18520/statm: 15685 12564 108 232 0 15450 0
Current children cumulated CPU time (s) 1800.56
Current children cumulated vsize (Kb) 62740



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.28 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 18715
/proc/meminfo: memFree=1808184/2055920 swapFree=4182228/4192956
[pid=18520] ppid=18518 vsize=62740 CPUtime=1800.56
/proc/18520/stat : 18520 (PBS4L) R 18518 18520 18474 0 -1 4194304 19175 0 0 0 177342 2714 0 0 25 0 1 0 205739485 64245760 12564 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/18520/statm: 15685 12564 108 232 0 15450 0
Current children cumulated CPU time (s) 1800.56
Current children cumulated vsize (Kb) 62740

Sending SIGTERM to -18520
Sleeping 2 seconds

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1801.3
CPU time (s): 1800.58
CPU user time (s): 1773.42
CPU system time (s): 27.1569
CPU usage (%): 99.9603
Max. virtual memory (cumulated for all children) (Kb): 62740
The end

Launcher Data (download as text)

Begin job on node74 on Sun Jun  4 05:59:12 UTC 2006


FILE ID= 41691-1149400751

PBS_JOBID= 314007

BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/ttp/normalized-circ10_3.opb
COMMAND LINE= ROOT/solvers/PB/PB06final/user11/PBS4L ROOT/tmp/node74/41691-1149400751/instance-41691-1149400751.opb 123456267
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node74/watcher-41691-1149400751 -o ROOT/results/node74/solver-41691-1149400751 -C 1800 -M 1800 -S 64  ROOT/solvers/PB/PB06final/user11/PBS4L ROOT/tmp/node74/41691-1149400751/instance-41691-1149400751.opb 123456267

MD5SUM SOLVER= ab46593c31a6a47b9d9920387a00d332
MD5SUM BENCH=  2821538067d8c071dc9bd4a000c6d040

RANDOM SEED= 123456267


/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.274
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.274
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:       1858552 kB
Buffers:          9244 kB
Cached:         125512 kB
SwapCached:       2196 kB
Active:          36724 kB
Inactive:       106552 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1858552 kB
SwapTotal:     4192956 kB
SwapFree:      4182228 kB
Dirty:             172 kB
Writeback:           0 kB
Mapped:          15652 kB
Slab:            40184 kB
Committed_AS:   370184 kB
PageTables:       1428 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node74 on Sun Jun  4 06:29:13 UTC 2006