Trace number 50552

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.74 1801.24

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/market-split/normalized-opt-market-split_6_50_4.opb
MD5SUM740b964ee569656e2f29dedde6e3939b
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark4
Best CPU time to get the best result obtained on this benchmark1782.73
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 4
Optimality of the best value was proved NO
Number of variables146
Total number of constraints12
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 constraints12
Minimum length of a constraint62
Maximum length of a constraint66
Number of terms in the objective function 96
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 3060
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 1486
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 4969
Number of bits of the biggest sum of numbers13
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/node35/50552-1154107691/instance-50552-1154107691.opb ......
0.00	c done parsing opb.
0.00	o 322
0.01	o 321
0.02	o 319
0.03	o 317
0.04	o 315
0.05	o 309
0.05	o 307
0.06	o 305
0.07	o 303
0.07	o 301
0.08	o 299
0.08	o 297
0.09	o 295
0.10	o 293
0.11	o 291
0.13	o 290
0.14	o 288
0.15	o 286
0.15	o 284
0.15	o 282
0.17	o 233
0.18	o 231
0.19	o 209
0.23	o 207
0.24	o 205
0.25	o 203
0.25	o 201
0.26	o 199
0.26	o 197
0.27	o 193
0.27	o 191
0.28	o 189
0.29	o 187
0.30	o 185
0.31	o 183
0.34	o 181
0.40	o 170
0.43	o 168
0.44	o 166
0.51	o 164
0.51	o 162
0.62	o 160
0.62	o 158
0.62	o 156
0.63	o 154
0.65	o 152
0.65	o 150
0.66	o 148
0.66	o 144
0.66	o 142
0.67	o 140
0.67	o 138
0.68	o 136
0.68	o 134
0.68	o 132
0.69	o 130
0.83	o 129
0.85	o 127
0.85	o 125
1.00	o 123
2.68	o 121
2.69	o 93
2.70	o 87
3.27	o 85
3.28	o 83
3.30	o 81
3.32	o 79
4.25	o 78
4.29	o 76
4.32	o 74
4.34	o 72
4.66	o 70
4.69	o 68
4.72	o 66
5.44	o 64
5.49	o 62
5.55	o 60
5.60	o 58
5.62	o 56
5.64	o 54
8.01	o 53
8.04	o 51
15.45	o 50
15.55	o 48
15.56	o 46
15.57	o 44
53.75	o 43
108.65	o 42
108.73	o 40
467.59	o 39
467.89	o 37
556.31	o 36
761.68	o 35
761.98	o 33
762.21	o 31
1799.39	o 29

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

runsolver version 3.0.3 (c) roussel@cril.univ-artois.fr

Enforcing memory limit (will send SIGKILL): 1843200 Kb
Enforcing VSIZE limit: 1887436800 bytes
command line: runsolver --timestamp -w ROOT/results/node35/watcher-50552-1154107691 -o ROOT/results/node35/solver-50552-1154107691 -C 1800 -M 1800 -S 64 ROOT/solvers/PB/PB06final/user11/PBS4L ROOT/tmp/node35/50552-1154107691/instance-50552-1154107691.opb 788105840 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.99 0.97 0.96 2/64 29596
/proc/meminfo: memFree=1328400/2055920 swapFree=4182936/4192956
[pid=29596] ppid=29594 vsize=1368 CPUtime=0
/proc/29596/stat : 29596 (PBS4L) R 29594 29596 29547 0 -1 4194304 158 0 0 0 0 0 0 0 19 0 1 0 157629212 1400832 139 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/29596/statm: 342 139 107 232 0 107 0

[startup+10.0033 s]
/proc/loadavg: 0.99 0.97 0.96 2/64 29596
/proc/meminfo: memFree=1320088/2055920 swapFree=4182936/4192956
[pid=29596] ppid=29594 vsize=11512 CPUtime=9.99
/proc/29596/stat : 29596 (PBS4L) R 29594 29596 29547 0 -1 4194304 2357 0 0 0 993 6 0 0 25 0 1 0 157629212 11788288 2192 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/29596/statm: 2878 2192 108 232 0 2643 0
Current children cumulated CPU time (s) 9.99
Current children cumulated vsize (Kb) 11512

[startup+20.0095 s]
/proc/loadavg: 0.99 0.97 0.96 2/64 29596
/proc/meminfo: memFree=1316568/2055920 swapFree=4182936/4192956
[pid=29596] ppid=29594 vsize=21368 CPUtime=19.99
/proc/29596/stat : 29596 (PBS4L) R 29594 29596 29547 0 -1 4194304 3408 0 0 0 1990 9 0 0 25 0 1 0 157629212 21880832 3050 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558872 0 0 4096 0 0 0 0 17 1 0 0
/proc/29596/statm: 5342 3050 108 232 0 5107 0
Current children cumulated CPU time (s) 19.99
Current children cumulated vsize (Kb) 21368

[startup+30.0157 s]
/proc/loadavg: 0.99 0.97 0.96 2/64 29596
/proc/meminfo: memFree=1314072/2055920 swapFree=4182936/4192956
[pid=29596] ppid=29594 vsize=22040 CPUtime=29.99
/proc/29596/stat : 29596 (PBS4L) R 29594 29596 29547 0 -1 4194304 4049 0 0 0 2988 11 0 0 25 0 1 0 157629212 22568960 3691 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/29596/statm: 5510 3691 108 232 0 5275 0
Current children cumulated CPU time (s) 29.99
Current children cumulated vsize (Kb) 22040

[startup+40.0219 s]
/proc/loadavg: 0.99 0.97 0.96 2/64 29596
/proc/meminfo: memFree=1312344/2055920 swapFree=4182936/4192956
[pid=29596] ppid=29594 vsize=22360 CPUtime=40
/proc/29596/stat : 29596 (PBS4L) R 29594 29596 29547 0 -1 4194304 4482 0 0 0 3987 13 0 0 25 0 1 0 157629212 22896640 4124 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134559353 0 0 4096 0 0 0 0 17 1 0 0
/proc/29596/statm: 5590 4124 108 232 0 5355 0
Current children cumulated CPU time (s) 40
Current children cumulated vsize (Kb) 22360

[startup+50.0281 s]
/proc/loadavg: 0.99 0.97 0.96 2/64 29596
/proc/meminfo: memFree=1309912/2055920 swapFree=4182936/4192956
[pid=29596] ppid=29594 vsize=22860 CPUtime=50
/proc/29596/stat : 29596 (PBS4L) R 29594 29596 29547 0 -1 4194304 5094 0 0 0 4985 15 0 0 25 0 1 0 157629212 23408640 4736 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/29596/statm: 5715 4736 108 232 0 5480 0
Current children cumulated CPU time (s) 50
Current children cumulated vsize (Kb) 22860

[startup+60.0343 s]
/proc/loadavg: 0.99 0.97 0.96 2/64 29596
/proc/meminfo: memFree=1308312/2055920 swapFree=4182936/4192956
[pid=29596] ppid=29594 vsize=23212 CPUtime=60.01
/proc/29596/stat : 29596 (PBS4L) R 29594 29596 29547 0 -1 4194304 5491 0 0 0 5984 17 0 0 25 0 1 0 157629212 23769088 5133 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/29596/statm: 5803 5133 108 232 0 5568 0
Current children cumulated CPU time (s) 60.01
Current children cumulated vsize (Kb) 23212

[startup+70.0415 s]
/proc/loadavg: 0.99 0.97 0.96 2/64 29596
/proc/meminfo: memFree=1306136/2055920 swapFree=4182936/4192956
[pid=29596] ppid=29594 vsize=41516 CPUtime=70.02
/proc/29596/stat : 29596 (PBS4L) R 29594 29596 29547 0 -1 4194304 6415 0 0 0 6983 19 0 0 25 0 1 0 157629212 42512384 5672 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/29596/statm: 10379 5672 108 232 0 10144 0
Current children cumulated CPU time (s) 70.02
Current children cumulated vsize (Kb) 41516

[startup+80.0477 s]
/proc/loadavg: 0.99 0.97 0.96 2/64 29596
/proc/meminfo: memFree=1304536/2055920 swapFree=4182936/4192956
[pid=29596] ppid=29594 vsize=41900 CPUtime=80.01
/proc/29596/stat : 29596 (PBS4L) R 29594 29596 29547 0 -1 4194304 6821 0 0 0 7982 19 0 0 25 0 1 0 157629212 42905600 6078 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/29596/statm: 10475 6078 108 232 0 10240 0
Current children cumulated CPU time (s) 80.01
Current children cumulated vsize (Kb) 41900

[startup+90.0539 s]
/proc/loadavg: 0.99 0.97 0.96 2/64 29596
/proc/meminfo: memFree=1302744/2055920 swapFree=4182936/4192956
[pid=29596] ppid=29594 vsize=42284 CPUtime=90.01
/proc/29596/stat : 29596 (PBS4L) R 29594 29596 29547 0 -1 4194304 7268 0 0 0 8981 20 0 0 25 0 1 0 157629212 43298816 6525 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/29596/statm: 10571 6525 108 232 0 10336 0
Current children cumulated CPU time (s) 90.01
Current children cumulated vsize (Kb) 42284

[startup+100.06 s]
/proc/loadavg: 0.99 0.97 0.96 2/64 29596
/proc/meminfo: memFree=1301464/2055920 swapFree=4182936/4192956
[pid=29596] ppid=29594 vsize=42476 CPUtime=100.02
/proc/29596/stat : 29596 (PBS4L) R 29594 29596 29547 0 -1 4194304 7582 0 0 0 9980 22 0 0 25 0 1 0 157629212 43495424 6839 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134550776 0 0 4096 0 0 0 0 17 1 0 0
/proc/29596/statm: 10619 6839 108 232 0 10384 0
Current children cumulated CPU time (s) 100.02
Current children cumulated vsize (Kb) 42476

[startup+110.066 s]
/proc/loadavg: 0.99 0.97 0.96 2/64 29596
/proc/meminfo: memFree=1300120/2055920 swapFree=4182936/4192956
[pid=29596] ppid=29594 vsize=42668 CPUtime=110.03
/proc/29596/stat : 29596 (PBS4L) R 29594 29596 29547 0 -1 4194304 7913 0 0 0 10980 23 0 0 25 0 1 0 157629212 43692032 7170 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/29596/statm: 10667 7170 108 232 0 10432 0
Current children cumulated CPU time (s) 110.03
Current children cumulated vsize (Kb) 42668

[startup+120.074 s]
/proc/loadavg: 0.99 0.97 0.96 2/64 29596
/proc/meminfo: memFree=1299224/2055920 swapFree=4182936/4192956
[pid=29596] ppid=29594 vsize=42668 CPUtime=120.03
/proc/29596/stat : 29596 (PBS4L) R 29594 29596 29547 0 -1 4194304 8144 0 0 0 11979 24 0 0 25 0 1 0 157629212 43692032 7401 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/29596/statm: 10667 7401 108 232 0 10432 0
Current children cumulated CPU time (s) 120.03
Current children cumulated vsize (Kb) 42668

[startup+130.08 s]
/proc/loadavg: 0.99 0.97 0.96 2/64 29596
/proc/meminfo: memFree=1297752/2055920 swapFree=4182936/4192956
[pid=29596] ppid=29594 vsize=43184 CPUtime=130.03
/proc/29596/stat : 29596 (PBS4L) R 29594 29596 29547 0 -1 4194304 8499 0 0 0 12978 25 0 0 25 0 1 0 157629212 44220416 7756 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/29596/statm: 10796 7756 108 232 0 10561 0
Current children cumulated CPU time (s) 130.03
Current children cumulated vsize (Kb) 43184

[startup+140.086 s]
/proc/loadavg: 0.99 0.97 0.96 2/64 29596
/proc/meminfo: memFree=1296472/2055920 swapFree=4182936/4192956
[pid=29596] ppid=29594 vsize=43448 CPUtime=140.04
/proc/29596/stat : 29596 (PBS4L) R 29594 29596 29547 0 -1 4194304 8820 0 0 0 13978 26 0 0 25 0 1 0 157629212 44490752 8077 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/29596/statm: 10862 8077 108 232 0 10627 0
Current children cumulated CPU time (s) 140.04
Current children cumulated vsize (Kb) 43448

[startup+150.092 s]
/proc/loadavg: 0.99 0.97 0.96 2/64 29596
/proc/meminfo: memFree=1295640/2055920 swapFree=4182936/4192956
[pid=29596] ppid=29594 vsize=43640 CPUtime=150.04
/proc/29596/stat : 29596 (PBS4L) R 29594 29596 29547 0 -1 4194304 9026 0 0 0 14977 27 0 0 25 0 1 0 157629212 44687360 8283 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/29596/statm: 10910 8283 108 232 0 10675 0
Current children cumulated CPU time (s) 150.04
Current children cumulated vsize (Kb) 43640

[startup+160.098 s]
/proc/loadavg: 0.99 0.97 0.96 2/64 29596
/proc/meminfo: memFree=1294488/2055920 swapFree=4182936/4192956
[pid=29596] ppid=29594 vsize=43904 CPUtime=160.04
/proc/29596/stat : 29596 (PBS4L) R 29594 29596 29547 0 -1 4194304 9324 0 0 0 15977 27 0 0 25 0 1 0 157629212 44957696 8581 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/29596/statm: 10976 8581 108 232 0 10741 0
Current children cumulated CPU time (s) 160.04
Current children cumulated vsize (Kb) 43904

[startup+170.105 s]
/proc/loadavg: 0.99 0.97 0.96 2/64 29596
/proc/meminfo: memFree=1293528/2055920 swapFree=4182936/4192956
[pid=29596] ppid=29594 vsize=43904 CPUtime=170.04
/proc/29596/stat : 29596 (PBS4L) R 29594 29596 29547 0 -1 4194304 9552 0 0 0 16976 28 0 0 25 0 1 0 157629212 44957696 8809 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/29596/statm: 10976 8809 108 232 0 10741 0
Current children cumulated CPU time (s) 170.04
Current children cumulated vsize (Kb) 43904

[startup+180.111 s]
/proc/loadavg: 0.99 0.97 0.96 2/64 29596
/proc/meminfo: memFree=1293016/2055920 swapFree=4182936/4192956
[pid=29596] ppid=29594 vsize=44168 CPUtime=180.05
/proc/29596/stat : 29596 (PBS4L) R 29594 29596 29547 0 -1 4194304 9675 0 0 0 17976 29 0 0 25 0 1 0 157629212 45228032 8932 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/29596/statm: 11042 8932 108 232 0 10807 0
Current children cumulated CPU time (s) 180.05
Current children cumulated vsize (Kb) 44168

[startup+190.117 s]
/proc/loadavg: 0.99 0.97 0.96 2/64 29596
/proc/meminfo: memFree=1291800/2055920 swapFree=4182936/4192956
[pid=29596] ppid=29594 vsize=44300 CPUtime=190.05
/proc/29596/stat : 29596 (PBS4L) R 29594 29596 29547 0 -1 4194304 10006 0 0 0 18975 30 0 0 25 0 1 0 157629212 45363200 9263 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/29596/statm: 11075 9263 108 232 0 10840 0
Current children cumulated CPU time (s) 190.05
Current children cumulated vsize (Kb) 44300

[startup+200.123 s]
/proc/loadavg: 0.99 0.97 0.96 2/64 29596
/proc/meminfo: memFree=1290456/2055920 swapFree=4182936/4192956
[pid=29596] ppid=29594 vsize=44432 CPUtime=200.06
/proc/29596/stat : 29596 (PBS4L) R 29594 29596 29547 0 -1 4194304 10330 0 0 0 19975 31 0 0 25 0 1 0 157629212 45498368 9587 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134550014 0 0 4096 0 0 0 0 17 1 0 0
/proc/29596/statm: 11108 9587 108 232 0 10873 0
Current children cumulated CPU time (s) 200.06
Current children cumulated vsize (Kb) 44432

[startup+210.129 s]
/proc/loadavg: 0.99 0.97 0.96 2/64 29596

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

/proc/29596/stat : 29596 (PBS4L) R 29594 29596 29547 0 -1 4194304 30882 0 0 0 178053 109 0 0 25 0 1 0 157629212 170450944 26811 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/29596/statm: 41614 26811 108 232 0 41379 0
Current children cumulated CPU time (s) 1781.62
Current children cumulated vsize (Kb) 166456

[startup+1783.12 s]
/proc/loadavg: 0.99 0.97 0.96 2/64 29598
/proc/meminfo: memFree=1221336/2055920 swapFree=4182936/4192956
[pid=29596] ppid=29594 vsize=166456 CPUtime=1782.63
/proc/29596/stat : 29596 (PBS4L) R 29594 29596 29547 0 -1 4194304 30884 0 0 0 178154 109 0 0 25 0 1 0 157629212 170450944 26813 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/29596/statm: 41614 26813 108 232 0 41379 0
Current children cumulated CPU time (s) 1782.63
Current children cumulated vsize (Kb) 166456

[startup+1784.13 s]
/proc/loadavg: 0.99 0.97 0.96 2/64 29598
/proc/meminfo: memFree=1221336/2055920 swapFree=4182936/4192956
[pid=29596] ppid=29594 vsize=166456 CPUtime=1783.63
/proc/29596/stat : 29596 (PBS4L) R 29594 29596 29547 0 -1 4194304 30885 0 0 0 178254 109 0 0 25 0 1 0 157629212 170450944 26814 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/29596/statm: 41614 26814 108 232 0 41379 0
Current children cumulated CPU time (s) 1783.63
Current children cumulated vsize (Kb) 166456

[startup+1785.13 s]
/proc/loadavg: 0.99 0.97 0.96 2/64 29598
/proc/meminfo: memFree=1221336/2055920 swapFree=4182936/4192956
[pid=29596] ppid=29594 vsize=166456 CPUtime=1784.64
/proc/29596/stat : 29596 (PBS4L) R 29594 29596 29547 0 -1 4194304 30885 0 0 0 178355 109 0 0 25 0 1 0 157629212 170450944 26814 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/29596/statm: 41614 26814 108 232 0 41379 0
Current children cumulated CPU time (s) 1784.64
Current children cumulated vsize (Kb) 166456

[startup+1786.14 s]
/proc/loadavg: 0.99 0.97 0.96 2/64 29598
/proc/meminfo: memFree=1221336/2055920 swapFree=4182936/4192956
[pid=29596] ppid=29594 vsize=166456 CPUtime=1785.64
/proc/29596/stat : 29596 (PBS4L) R 29594 29596 29547 0 -1 4194304 30886 0 0 0 178455 109 0 0 25 0 1 0 157629212 170450944 26815 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/29596/statm: 41614 26815 108 232 0 41379 0
Current children cumulated CPU time (s) 1785.64
Current children cumulated vsize (Kb) 166456

[startup+1787.14 s]
/proc/loadavg: 0.99 0.97 0.96 2/64 29598
/proc/meminfo: memFree=1221336/2055920 swapFree=4182936/4192956
[pid=29596] ppid=29594 vsize=166456 CPUtime=1786.65
/proc/29596/stat : 29596 (PBS4L) R 29594 29596 29547 0 -1 4194304 30887 0 0 0 178556 109 0 0 25 0 1 0 157629212 170450944 26816 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/29596/statm: 41614 26816 108 232 0 41379 0
Current children cumulated CPU time (s) 1786.65
Current children cumulated vsize (Kb) 166456

[startup+1788.15 s]
/proc/loadavg: 0.99 0.97 0.96 2/64 29598
/proc/meminfo: memFree=1221336/2055920 swapFree=4182936/4192956
[pid=29596] ppid=29594 vsize=166456 CPUtime=1787.65
/proc/29596/stat : 29596 (PBS4L) R 29594 29596 29547 0 -1 4194304 30887 0 0 0 178656 109 0 0 25 0 1 0 157629212 170450944 26816 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/29596/statm: 41614 26816 108 232 0 41379 0
Current children cumulated CPU time (s) 1787.65
Current children cumulated vsize (Kb) 166456

[startup+1789.15 s]
/proc/loadavg: 0.99 0.97 0.96 2/64 29598
/proc/meminfo: memFree=1221272/2055920 swapFree=4182936/4192956
[pid=29596] ppid=29594 vsize=166456 CPUtime=1788.66
/proc/29596/stat : 29596 (PBS4L) R 29594 29596 29547 0 -1 4194304 30888 0 0 0 178757 109 0 0 25 0 1 0 157629212 170450944 26817 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558877 0 0 4096 0 0 0 0 17 1 0 0
/proc/29596/statm: 41614 26817 108 232 0 41379 0
Current children cumulated CPU time (s) 1788.66
Current children cumulated vsize (Kb) 166456

[startup+1790.16 s]
/proc/loadavg: 0.99 0.97 0.96 2/64 29598
/proc/meminfo: memFree=1221272/2055920 swapFree=4182936/4192956
[pid=29596] ppid=29594 vsize=166456 CPUtime=1789.66
/proc/29596/stat : 29596 (PBS4L) R 29594 29596 29547 0 -1 4194304 30888 0 0 0 178857 109 0 0 25 0 1 0 157629212 170450944 26817 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558811 0 0 4096 0 0 0 0 17 1 0 0
/proc/29596/statm: 41614 26817 108 232 0 41379 0
Current children cumulated CPU time (s) 1789.66
Current children cumulated vsize (Kb) 166456

[startup+1791.16 s]
/proc/loadavg: 0.99 0.97 0.96 2/64 29598
/proc/meminfo: memFree=1221272/2055920 swapFree=4182936/4192956
[pid=29596] ppid=29594 vsize=166456 CPUtime=1790.67
/proc/29596/stat : 29596 (PBS4L) R 29594 29596 29547 0 -1 4194304 30889 0 0 0 178958 109 0 0 25 0 1 0 157629212 170450944 26818 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558785 0 0 4096 0 0 0 0 17 1 0 0
/proc/29596/statm: 41614 26818 108 232 0 41379 0
Current children cumulated CPU time (s) 1790.67
Current children cumulated vsize (Kb) 166456

[startup+1792.17 s]
/proc/loadavg: 0.99 0.97 0.96 2/64 29598
/proc/meminfo: memFree=1221272/2055920 swapFree=4182936/4192956
[pid=29596] ppid=29594 vsize=166456 CPUtime=1791.67
/proc/29596/stat : 29596 (PBS4L) R 29594 29596 29547 0 -1 4194304 30890 0 0 0 179058 109 0 0 25 0 1 0 157629212 170450944 26819 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/29596/statm: 41614 26819 108 232 0 41379 0
Current children cumulated CPU time (s) 1791.67
Current children cumulated vsize (Kb) 166456

[startup+1793.17 s]
/proc/loadavg: 0.99 0.97 0.96 2/64 29598
/proc/meminfo: memFree=1221272/2055920 swapFree=4182936/4192956
[pid=29596] ppid=29594 vsize=166456 CPUtime=1792.68
/proc/29596/stat : 29596 (PBS4L) R 29594 29596 29547 0 -1 4194304 30890 0 0 0 179159 109 0 0 25 0 1 0 157629212 170450944 26819 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558803 0 0 4096 0 0 0 0 17 1 0 0
/proc/29596/statm: 41614 26819 108 232 0 41379 0
Current children cumulated CPU time (s) 1792.68
Current children cumulated vsize (Kb) 166456

[startup+1794.18 s]
/proc/loadavg: 0.99 0.97 0.96 2/64 29598
/proc/meminfo: memFree=1221272/2055920 swapFree=4182936/4192956
[pid=29596] ppid=29594 vsize=166456 CPUtime=1793.68
/proc/29596/stat : 29596 (PBS4L) R 29594 29596 29547 0 -1 4194304 30891 0 0 0 179259 109 0 0 25 0 1 0 157629212 170450944 26820 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/29596/statm: 41614 26820 108 232 0 41379 0
Current children cumulated CPU time (s) 1793.68
Current children cumulated vsize (Kb) 166456

[startup+1795.18 s]
/proc/loadavg: 0.99 0.97 0.96 2/64 29598
/proc/meminfo: memFree=1221272/2055920 swapFree=4182936/4192956
[pid=29596] ppid=29594 vsize=166456 CPUtime=1794.68
/proc/29596/stat : 29596 (PBS4L) R 29594 29596 29547 0 -1 4194304 30891 0 0 0 179359 109 0 0 25 0 1 0 157629212 170450944 26820 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/29596/statm: 41614 26820 108 232 0 41379 0
Current children cumulated CPU time (s) 1794.68
Current children cumulated vsize (Kb) 166456

[startup+1796.19 s]
/proc/loadavg: 0.99 0.97 0.96 2/64 29598
/proc/meminfo: memFree=1221272/2055920 swapFree=4182936/4192956
[pid=29596] ppid=29594 vsize=166456 CPUtime=1795.69
/proc/29596/stat : 29596 (PBS4L) R 29594 29596 29547 0 -1 4194304 30900 0 0 0 179460 109 0 0 25 0 1 0 157629212 170450944 26829 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/29596/statm: 41614 26829 108 232 0 41379 0
Current children cumulated CPU time (s) 1795.69
Current children cumulated vsize (Kb) 166456

[startup+1797.19 s]
/proc/loadavg: 0.99 0.97 0.96 2/64 29598
/proc/meminfo: memFree=1221208/2055920 swapFree=4182936/4192956
[pid=29596] ppid=29594 vsize=166456 CPUtime=1796.69
/proc/29596/stat : 29596 (PBS4L) R 29594 29596 29547 0 -1 4194304 30909 0 0 0 179560 109 0 0 25 0 1 0 157629212 170450944 26838 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134550061 0 0 4096 0 0 0 0 17 1 0 0
/proc/29596/statm: 41614 26838 108 232 0 41379 0
Current children cumulated CPU time (s) 1796.69
Current children cumulated vsize (Kb) 166456

[startup+1798.2 s]
/proc/loadavg: 0.99 0.97 0.96 2/64 29598
/proc/meminfo: memFree=1221208/2055920 swapFree=4182936/4192956
[pid=29596] ppid=29594 vsize=166456 CPUtime=1797.7
/proc/29596/stat : 29596 (PBS4L) R 29594 29596 29547 0 -1 4194304 30914 0 0 0 179661 109 0 0 25 0 1 0 157629212 170450944 26843 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558866 0 0 4096 0 0 0 0 17 1 0 0
/proc/29596/statm: 41614 26843 108 232 0 41379 0
Current children cumulated CPU time (s) 1797.7
Current children cumulated vsize (Kb) 166456

[startup+1799.2 s]
/proc/loadavg: 0.99 0.97 0.96 2/64 29598
/proc/meminfo: memFree=1221144/2055920 swapFree=4182936/4192956
[pid=29596] ppid=29594 vsize=166456 CPUtime=1798.7
/proc/29596/stat : 29596 (PBS4L) R 29594 29596 29547 0 -1 4194304 30923 0 0 0 179761 109 0 0 25 0 1 0 157629212 170450944 26852 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/29596/statm: 41614 26852 108 232 0 41379 0
Current children cumulated CPU time (s) 1798.7
Current children cumulated vsize (Kb) 166456

[startup+1800.21 s]
/proc/loadavg: 0.99 0.97 0.96 2/64 29598
/proc/meminfo: memFree=1221144/2055920 swapFree=4182936/4192956
[pid=29596] ppid=29594 vsize=166456 CPUtime=1799.71
/proc/29596/stat : 29596 (PBS4L) R 29594 29596 29547 0 -1 4194304 30932 0 0 0 179862 109 0 0 25 0 1 0 157629212 170450944 26861 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/29596/statm: 41614 26861 108 232 0 41379 0
Current children cumulated CPU time (s) 1799.71
Current children cumulated vsize (Kb) 166456

[startup+1801.21 s]
/proc/loadavg: 0.99 0.97 0.96 2/64 29598
/proc/meminfo: memFree=1221080/2055920 swapFree=4182936/4192956
[pid=29596] ppid=29594 vsize=166456 CPUtime=1800.71
/proc/29596/stat : 29596 (PBS4L) R 29594 29596 29547 0 -1 4194304 30943 0 0 0 179962 109 0 0 25 0 1 0 157629212 170450944 26872 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/29596/statm: 41614 26872 108 232 0 41379 0
Current children cumulated CPU time (s) 1800.71
Current children cumulated vsize (Kb) 166456



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.22 s]
/proc/loadavg: 0.99 0.97 0.96 2/64 29598
/proc/meminfo: memFree=1221080/2055920 swapFree=4182936/4192956
[pid=29596] ppid=29594 vsize=166456 CPUtime=1800.72
/proc/29596/stat : 29596 (PBS4L) R 29594 29596 29547 0 -1 4194304 30943 0 0 0 179963 109 0 0 25 0 1 0 157629212 170450944 26872 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/29596/statm: 41614 26872 108 232 0 41379 0
Current children cumulated CPU time (s) 1800.72
Current children cumulated vsize (Kb) 166456

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1801.24
CPU time (s): 1800.74
CPU user time (s): 1799.63
CPU system time (s): 1.11283
CPU usage (%): 99.9723
Max. virtual memory (cumulated for all children) (Kb): 166456
The end

Launcher Data (download as text)

Begin job on node35 on Fri Jul 28 17:28:11 UTC 2006


FILE ID= 50552-1154107691

PBS_JOBID= 886346

BENCH NAME= HOME/pub/bench/PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/market-split/normalized-opt-market-split_6_50_4.opb
COMMAND LINE= ROOT/solvers/PB/PB06final/user11/PBS4L ROOT/tmp/node35/50552-1154107691/instance-50552-1154107691.opb 788105840
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node35/watcher-50552-1154107691 -o ROOT/results/node35/solver-50552-1154107691 -C 1800 -M 1800 -S 64  ROOT/solvers/PB/PB06final/user11/PBS4L ROOT/tmp/node35/50552-1154107691/instance-50552-1154107691.opb 788105840

MD5SUM SOLVER= ab46593c31a6a47b9d9920387a00d332
MD5SUM BENCH=  740b964ee569656e2f29dedde6e3939b

RANDOM SEED= 788105840

TIMEOUT= 1800 seconds


/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.232
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.232
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:       1328608 kB
Buffers:         43484 kB
Cached:         606576 kB
SwapCached:       4372 kB
Active:         219024 kB
Inactive:       440200 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1328608 kB
SwapTotal:     4192956 kB
SwapFree:      4182936 kB
Dirty:             148 kB
Writeback:           0 kB
Mapped:          14492 kB
Slab:            54124 kB
Committed_AS:   624592 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 node35 on Fri Jul 28 17:58:13 UTC 2006