Trace number 50543

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.7 1801.25

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/market-split/normalized-opt-market-split_4_30_2.opb
MD5SUM031b0f629913e7cd5c934f00ec1a1885
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark26.6819
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 1
Optimality of the best value was proved YES
Number of variables94
Total number of constraints8
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 constraints8
Minimum length of a constraint44
Maximum length of a constraint46
Number of terms in the objective function 64
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 2040
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 808
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2934
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/node33/50543-1154104222/instance-50543-1154104222.opb ......
0.00	c done parsing opb.
0.00	o 242
0.00	o 241
0.00	o 239
0.00	o 235
0.00	o 231
0.01	o 226
0.01	o 225
0.01	o 224
0.01	o 209
0.01	o 207
0.01	o 205
0.02	o 195
0.03	o 193
0.03	o 191
0.03	o 190
0.03	o 189
0.04	o 188
0.04	o 178
0.05	o 176
0.06	o 170
0.07	o 168
0.08	o 163
0.09	o 162
0.09	o 160
0.10	o 159
0.10	o 157
0.10	o 156
0.11	o 152
0.11	o 150
0.11	o 148
0.11	o 146
0.11	o 142
0.12	o 140
0.18	o 139
0.19	o 137
0.87	o 135
1.45	o 134
1.69	o 130
1.83	o 128
1.84	o 126
1.84	o 122
1.84	o 120
1.89	o 119
1.90	o 118
1.90	o 116
1.94	o 115
1.96	o 114
1.98	o 112
1.98	o 110
1.99	o 103
1.99	o 99
2.00	o 92
2.00	o 91
2.01	o 85
2.01	o 84
2.01	o 83
2.02	o 82
2.02	o 80
2.03	o 78
2.03	o 76
2.06	o 75
2.07	o 74
2.10	o 73
2.10	o 71
2.11	o 69
2.12	o 67
2.12	o 65
2.15	o 63
2.15	o 61
2.15	o 59
2.15	o 57
2.17	o 56
2.18	o 55
2.19	o 54
2.19	o 50
2.19	o 48
2.20	o 47
2.20	o 45
2.20	o 43
2.23	o 42
2.23	o 38
2.23	o 36
2.23	o 34
2.27	o 32
2.28	o 29
2.29	o 27
2.29	o 25
2.29	o 23
2.30	o 22
2.30	o 20
2.34	o 18
2.59	o 16
2.65	o 15
2.65	o 13
2.65	o 11
2.70	o 10
2.96	o 8
3.00	o 7
4.47	o 6
17.18	o 5
38.10	o 4
107.34	o 3
233.03	o 2
385.09	o 1

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/node33/watcher-50543-1154104222 -o ROOT/results/node33/solver-50543-1154104222 -C 1800 -M 1800 -S 64 ROOT/solvers/PB/PB06final/user11/PBS4L ROOT/tmp/node33/50543-1154104222/instance-50543-1154104222.opb 324333381 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.91 0.95 0.97 3/64 26111
/proc/meminfo: memFree=1379792/2055920 swapFree=4183192/4192956
[pid=26111] ppid=26109 vsize=1368 CPUtime=0
/proc/26111/stat : 26111 (PBS4L) R 26109 26111 26062 0 -1 4194304 142 0 0 0 0 0 0 0 18 0 1 0 157297209 1400832 124 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134598917 0 0 4096 0 0 0 0 17 1 0 0
/proc/26111/statm: 342 126 101 232 0 107 0

[startup+10.0025 s]
/proc/loadavg: 0.93 0.95 0.97 2/64 26111
/proc/meminfo: memFree=1372368/2055920 swapFree=4183192/4192956
[pid=26111] ppid=26109 vsize=11648 CPUtime=9.99
/proc/26111/stat : 26111 (PBS4L) R 26109 26111 26062 0 -1 4194304 2117 0 0 0 993 6 0 0 25 0 1 0 157297209 11927552 1953 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558785 0 0 4096 0 0 0 0 17 1 0 0
/proc/26111/statm: 2912 1953 107 232 0 2677 0
Current children cumulated CPU time (s) 9.99
Current children cumulated vsize (Kb) 11648

[startup+20.0088 s]
/proc/loadavg: 0.94 0.96 0.97 2/64 26111
/proc/meminfo: memFree=1368856/2055920 swapFree=4183192/4192956
[pid=26111] ppid=26109 vsize=12876 CPUtime=20
/proc/26111/stat : 26111 (PBS4L) R 26109 26111 26062 0 -1 4194304 3177 0 0 0 1990 10 0 0 25 0 1 0 157297209 13185024 2820 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/26111/statm: 3219 2820 107 232 0 2984 0
Current children cumulated CPU time (s) 20
Current children cumulated vsize (Kb) 12876

[startup+30.0151 s]
/proc/loadavg: 0.95 0.96 0.97 2/64 26111
/proc/meminfo: memFree=1366616/2055920 swapFree=4183192/4192956
[pid=26111] ppid=26109 vsize=21452 CPUtime=29.99
/proc/26111/stat : 26111 (PBS4L) R 26109 26111 26062 0 -1 4194304 3738 0 0 0 2987 12 0 0 25 0 1 0 157297209 21966848 3381 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558944 0 0 4096 0 0 0 0 17 1 0 0
/proc/26111/statm: 5363 3381 107 232 0 5128 0
Current children cumulated CPU time (s) 29.99
Current children cumulated vsize (Kb) 21452

[startup+40.0213 s]
/proc/loadavg: 0.95 0.96 0.97 2/64 26111
/proc/meminfo: memFree=1364312/2055920 swapFree=4183192/4192956
[pid=26111] ppid=26109 vsize=22412 CPUtime=40
/proc/26111/stat : 26111 (PBS4L) R 26109 26111 26062 0 -1 4194304 4323 0 0 0 3985 15 0 0 25 0 1 0 157297209 22949888 3966 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/26111/statm: 5603 3966 107 232 0 5368 0
Current children cumulated CPU time (s) 40
Current children cumulated vsize (Kb) 22412

[startup+50.0276 s]
/proc/loadavg: 0.96 0.96 0.97 2/64 26111
/proc/meminfo: memFree=1362392/2055920 swapFree=4183192/4192956
[pid=26111] ppid=26109 vsize=22604 CPUtime=50
/proc/26111/stat : 26111 (PBS4L) R 26109 26111 26062 0 -1 4194304 4799 0 0 0 4984 16 0 0 25 0 1 0 157297209 23146496 4442 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/26111/statm: 5651 4442 107 232 0 5416 0
Current children cumulated CPU time (s) 50
Current children cumulated vsize (Kb) 22604

[startup+60.0339 s]
/proc/loadavg: 0.97 0.96 0.97 2/64 26111
/proc/meminfo: memFree=1360472/2055920 swapFree=4183192/4192956
[pid=26111] ppid=26109 vsize=22604 CPUtime=60.01
/proc/26111/stat : 26111 (PBS4L) R 26109 26111 26062 0 -1 4194304 5264 0 0 0 5983 18 0 0 25 0 1 0 157297209 23146496 4907 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/26111/statm: 5651 4907 107 232 0 5416 0
Current children cumulated CPU time (s) 60.01
Current children cumulated vsize (Kb) 22604

[startup+70.0412 s]
/proc/loadavg: 0.97 0.96 0.97 2/64 26111
/proc/meminfo: memFree=1359448/2055920 swapFree=4183192/4192956
[pid=26111] ppid=26109 vsize=22604 CPUtime=70.02
/proc/26111/stat : 26111 (PBS4L) R 26109 26111 26062 0 -1 4194304 5519 0 0 0 6983 19 0 0 25 0 1 0 157297209 23146496 5162 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558866 0 0 4096 0 0 0 0 17 1 0 0
/proc/26111/statm: 5651 5162 107 232 0 5416 0
Current children cumulated CPU time (s) 70.02
Current children cumulated vsize (Kb) 22604

[startup+80.0474 s]
/proc/loadavg: 0.98 0.96 0.97 2/64 26111
/proc/meminfo: memFree=1358424/2055920 swapFree=4183192/4192956
[pid=26111] ppid=26109 vsize=24140 CPUtime=80.01
/proc/26111/stat : 26111 (PBS4L) R 26109 26111 26062 0 -1 4194304 6183 0 0 0 7981 20 0 0 25 0 1 0 157297209 24719360 5441 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558785 0 0 4096 0 0 0 0 17 1 0 0
/proc/26111/statm: 6035 5441 107 232 0 5800 0
Current children cumulated CPU time (s) 80.01
Current children cumulated vsize (Kb) 24140

[startup+90.0537 s]
/proc/loadavg: 0.98 0.96 0.97 2/64 26111
/proc/meminfo: memFree=1356632/2055920 swapFree=4183192/4192956
[pid=26111] ppid=26109 vsize=40980 CPUtime=90.02
/proc/26111/stat : 26111 (PBS4L) R 26109 26111 26062 0 -1 4194304 6617 0 0 0 8980 22 0 0 25 0 1 0 157297209 41963520 5875 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/26111/statm: 10245 5875 107 232 0 10010 0
Current children cumulated CPU time (s) 90.02
Current children cumulated vsize (Kb) 40980

[startup+100.06 s]
/proc/loadavg: 0.98 0.96 0.97 2/64 26111
/proc/meminfo: memFree=1355352/2055920 swapFree=4183192/4192956
[pid=26111] ppid=26109 vsize=41244 CPUtime=100.02
/proc/26111/stat : 26111 (PBS4L) R 26109 26111 26062 0 -1 4194304 6943 0 0 0 9979 23 0 0 25 0 1 0 157297209 42233856 6201 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/26111/statm: 10311 6201 107 232 0 10076 0
Current children cumulated CPU time (s) 100.02
Current children cumulated vsize (Kb) 41244

[startup+110.066 s]
/proc/loadavg: 0.98 0.96 0.97 2/64 26111
/proc/meminfo: memFree=1353624/2055920 swapFree=4183192/4192956
[pid=26111] ppid=26109 vsize=41772 CPUtime=110.02
/proc/26111/stat : 26111 (PBS4L) R 26109 26111 26062 0 -1 4194304 7370 0 0 0 10978 24 0 0 25 0 1 0 157297209 42774528 6628 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/26111/statm: 10443 6628 107 232 0 10208 0
Current children cumulated CPU time (s) 110.02
Current children cumulated vsize (Kb) 41772

[startup+120.073 s]
/proc/loadavg: 0.99 0.97 0.97 2/64 26111
/proc/meminfo: memFree=1352536/2055920 swapFree=4183192/4192956
[pid=26111] ppid=26109 vsize=42168 CPUtime=120.02
/proc/26111/stat : 26111 (PBS4L) R 26109 26111 26062 0 -1 4194304 7638 0 0 0 11977 25 0 0 25 0 1 0 157297209 43180032 6896 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134550022 0 0 4096 0 0 0 0 17 1 0 0
/proc/26111/statm: 10542 6896 107 232 0 10307 0
Current children cumulated CPU time (s) 120.02
Current children cumulated vsize (Kb) 42168

[startup+130.079 s]
/proc/loadavg: 0.99 0.97 0.97 2/64 26111
/proc/meminfo: memFree=1351064/2055920 swapFree=4183192/4192956
[pid=26111] ppid=26109 vsize=42696 CPUtime=130.03
/proc/26111/stat : 26111 (PBS4L) R 26109 26111 26062 0 -1 4194304 8011 0 0 0 12977 26 0 0 25 0 1 0 157297209 43720704 7269 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/26111/statm: 10674 7269 107 232 0 10439 0
Current children cumulated CPU time (s) 130.03
Current children cumulated vsize (Kb) 42696

[startup+140.084 s]
/proc/loadavg: 0.99 0.97 0.97 2/64 26111
/proc/meminfo: memFree=1349720/2055920 swapFree=4183192/4192956
[pid=26111] ppid=26109 vsize=42960 CPUtime=140.03
/proc/26111/stat : 26111 (PBS4L) R 26109 26111 26062 0 -1 4194304 8343 0 0 0 13976 27 0 0 25 0 1 0 157297209 43991040 7601 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/26111/statm: 10740 7601 107 232 0 10505 0
Current children cumulated CPU time (s) 140.03
Current children cumulated vsize (Kb) 42960

[startup+150.09 s]
/proc/loadavg: 0.99 0.97 0.97 2/64 26111
/proc/meminfo: memFree=1348376/2055920 swapFree=4183192/4192956
[pid=26111] ppid=26109 vsize=43092 CPUtime=150.04
/proc/26111/stat : 26111 (PBS4L) R 26109 26111 26062 0 -1 4194304 8678 0 0 0 14975 29 0 0 25 0 1 0 157297209 44126208 7936 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/26111/statm: 10773 7936 107 232 0 10538 0
Current children cumulated CPU time (s) 150.04
Current children cumulated vsize (Kb) 43092

[startup+160.097 s]
/proc/loadavg: 0.99 0.97 0.97 2/64 26111
/proc/meminfo: memFree=1347992/2055920 swapFree=4183192/4192956
[pid=26111] ppid=26109 vsize=43356 CPUtime=160.04
/proc/26111/stat : 26111 (PBS4L) R 26109 26111 26062 0 -1 4194304 8772 0 0 0 15974 30 0 0 25 0 1 0 157297209 44396544 8030 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558866 0 0 4096 0 0 0 0 17 1 0 0
/proc/26111/statm: 10839 8030 107 232 0 10604 0
Current children cumulated CPU time (s) 160.04
Current children cumulated vsize (Kb) 43356

[startup+170.103 s]
/proc/loadavg: 0.99 0.97 0.97 2/64 26111
/proc/meminfo: memFree=1347544/2055920 swapFree=4183192/4192956
[pid=26111] ppid=26109 vsize=43488 CPUtime=170.05
/proc/26111/stat : 26111 (PBS4L) R 26109 26111 26062 0 -1 4194304 8884 0 0 0 16974 31 0 0 25 0 1 0 157297209 44531712 8142 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558811 0 0 4096 0 0 0 0 17 1 0 0
/proc/26111/statm: 10872 8142 107 232 0 10637 0
Current children cumulated CPU time (s) 170.05
Current children cumulated vsize (Kb) 43488

[startup+180.109 s]
/proc/loadavg: 0.99 0.97 0.97 2/64 26111
/proc/meminfo: memFree=1346264/2055920 swapFree=4183192/4192956
[pid=26111] ppid=26109 vsize=43880 CPUtime=180.05
/proc/26111/stat : 26111 (PBS4L) R 26109 26111 26062 0 -1 4194304 9249 0 0 0 17973 32 0 0 25 0 1 0 157297209 44933120 8474 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/26111/statm: 10970 8474 107 232 0 10735 0
Current children cumulated CPU time (s) 180.05
Current children cumulated vsize (Kb) 43880

[startup+190.116 s]
/proc/loadavg: 0.99 0.97 0.97 2/64 26111
/proc/meminfo: memFree=1345176/2055920 swapFree=4183192/4192956
[pid=26111] ppid=26109 vsize=44012 CPUtime=190.05
/proc/26111/stat : 26111 (PBS4L) R 26109 26111 26062 0 -1 4194304 9508 0 0 0 18972 33 0 0 25 0 1 0 157297209 45068288 8733 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/26111/statm: 11003 8733 107 232 0 10768 0
Current children cumulated CPU time (s) 190.05
Current children cumulated vsize (Kb) 44012

[startup+200.122 s]
/proc/loadavg: 0.99 0.97 0.97 2/64 26111
/proc/meminfo: memFree=1344152/2055920 swapFree=4183192/4192956
[pid=26111] ppid=26109 vsize=44012 CPUtime=200.05
/proc/26111/stat : 26111 (PBS4L) R 26109 26111 26062 0 -1 4194304 9770 0 0 0 19972 33 0 0 25 0 1 0 157297209 45068288 8995 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558828 0 0 4096 0 0 0 0 17 1 0 0
/proc/26111/statm: 11003 8995 107 232 0 10768 0
Current children cumulated CPU time (s) 200.05
Current children cumulated vsize (Kb) 44012

[startup+210.128 s]
/proc/loadavg: 0.99 0.97 0.97 2/64 26111

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

/proc/26111/stat : 26111 (PBS4L) R 26109 26111 26062 0 -1 4194304 33803 0 0 0 178046 112 0 0 25 0 1 0 157297209 169377792 28208 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/26111/statm: 41352 28208 107 232 0 41117 0
Current children cumulated CPU time (s) 1781.58
Current children cumulated vsize (Kb) 165408

[startup+1783.13 s]
/proc/loadavg: 0.99 0.97 0.97 2/64 26113
/proc/meminfo: memFree=1266968/2055920 swapFree=4183192/4192956
[pid=26111] ppid=26109 vsize=165408 CPUtime=1782.58
/proc/26111/stat : 26111 (PBS4L) R 26109 26111 26062 0 -1 4194304 33811 0 0 0 178146 112 0 0 25 0 1 0 157297209 169377792 28216 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/26111/statm: 41352 28216 107 232 0 41117 0
Current children cumulated CPU time (s) 1782.58
Current children cumulated vsize (Kb) 165408

[startup+1784.14 s]
/proc/loadavg: 0.99 0.97 0.97 2/64 26113
/proc/meminfo: memFree=1266968/2055920 swapFree=4183192/4192956
[pid=26111] ppid=26109 vsize=165408 CPUtime=1783.58
/proc/26111/stat : 26111 (PBS4L) R 26109 26111 26062 0 -1 4194304 33819 0 0 0 178246 112 0 0 25 0 1 0 157297209 169377792 28224 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134550046 0 0 4096 0 0 0 0 17 1 0 0
/proc/26111/statm: 41352 28224 107 232 0 41117 0
Current children cumulated CPU time (s) 1783.58
Current children cumulated vsize (Kb) 165408

[startup+1785.14 s]
/proc/loadavg: 0.99 0.97 0.97 2/64 26113
/proc/meminfo: memFree=1266968/2055920 swapFree=4183192/4192956
[pid=26111] ppid=26109 vsize=165408 CPUtime=1784.59
/proc/26111/stat : 26111 (PBS4L) R 26109 26111 26062 0 -1 4194304 33824 0 0 0 178347 112 0 0 25 0 1 0 157297209 169377792 28229 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/26111/statm: 41352 28229 107 232 0 41117 0
Current children cumulated CPU time (s) 1784.59
Current children cumulated vsize (Kb) 165408

[startup+1786.15 s]
/proc/loadavg: 0.99 0.97 0.97 2/64 26113
/proc/meminfo: memFree=1266904/2055920 swapFree=4183192/4192956
[pid=26111] ppid=26109 vsize=165408 CPUtime=1785.59
/proc/26111/stat : 26111 (PBS4L) R 26109 26111 26062 0 -1 4194304 33836 0 0 0 178447 112 0 0 25 0 1 0 157297209 169377792 28241 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/26111/statm: 41352 28241 107 232 0 41117 0
Current children cumulated CPU time (s) 1785.59
Current children cumulated vsize (Kb) 165408

[startup+1787.15 s]
/proc/loadavg: 0.99 0.97 0.97 2/64 26113
/proc/meminfo: memFree=1266840/2055920 swapFree=4183192/4192956
[pid=26111] ppid=26109 vsize=165408 CPUtime=1786.6
/proc/26111/stat : 26111 (PBS4L) R 26109 26111 26062 0 -1 4194304 33846 0 0 0 178548 112 0 0 25 0 1 0 157297209 169377792 28251 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/26111/statm: 41352 28251 107 232 0 41117 0
Current children cumulated CPU time (s) 1786.6
Current children cumulated vsize (Kb) 165408

[startup+1788.16 s]
/proc/loadavg: 0.99 0.97 0.97 2/64 26113
/proc/meminfo: memFree=1266840/2055920 swapFree=4183192/4192956
[pid=26111] ppid=26109 vsize=165408 CPUtime=1787.6
/proc/26111/stat : 26111 (PBS4L) R 26109 26111 26062 0 -1 4194304 33857 0 0 0 178648 112 0 0 25 0 1 0 157297209 169377792 28262 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/26111/statm: 41352 28262 107 232 0 41117 0
Current children cumulated CPU time (s) 1787.6
Current children cumulated vsize (Kb) 165408

[startup+1789.16 s]
/proc/loadavg: 0.99 0.97 0.97 2/64 26113
/proc/meminfo: memFree=1266776/2055920 swapFree=4183192/4192956
[pid=26111] ppid=26109 vsize=165408 CPUtime=1788.61
/proc/26111/stat : 26111 (PBS4L) R 26109 26111 26062 0 -1 4194304 33866 0 0 0 178749 112 0 0 25 0 1 0 157297209 169377792 28271 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/26111/statm: 41352 28271 107 232 0 41117 0
Current children cumulated CPU time (s) 1788.61
Current children cumulated vsize (Kb) 165408

[startup+1790.17 s]
/proc/loadavg: 0.99 0.97 0.97 2/64 26113
/proc/meminfo: memFree=1266712/2055920 swapFree=4183192/4192956
[pid=26111] ppid=26109 vsize=165408 CPUtime=1789.61
/proc/26111/stat : 26111 (PBS4L) R 26109 26111 26062 0 -1 4194304 33877 0 0 0 178849 112 0 0 25 0 1 0 157297209 169377792 28282 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/26111/statm: 41352 28282 107 232 0 41117 0
Current children cumulated CPU time (s) 1789.61
Current children cumulated vsize (Kb) 165408

[startup+1791.17 s]
/proc/loadavg: 0.99 0.97 0.97 2/64 26113
/proc/meminfo: memFree=1266648/2055920 swapFree=4183192/4192956
[pid=26111] ppid=26109 vsize=165408 CPUtime=1790.61
/proc/26111/stat : 26111 (PBS4L) R 26109 26111 26062 0 -1 4194304 33893 0 0 0 178949 112 0 0 25 0 1 0 157297209 169377792 28298 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551995 0 0 4096 0 0 0 0 17 1 0 0
/proc/26111/statm: 41352 28298 107 232 0 41117 0
Current children cumulated CPU time (s) 1790.61
Current children cumulated vsize (Kb) 165408

[startup+1792.18 s]
/proc/loadavg: 0.99 0.97 0.97 2/64 26113
/proc/meminfo: memFree=1266648/2055920 swapFree=4183192/4192956
[pid=26111] ppid=26109 vsize=165408 CPUtime=1791.62
/proc/26111/stat : 26111 (PBS4L) R 26109 26111 26062 0 -1 4194304 33904 0 0 0 179050 112 0 0 25 0 1 0 157297209 169377792 28309 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/26111/statm: 41352 28309 107 232 0 41117 0
Current children cumulated CPU time (s) 1791.62
Current children cumulated vsize (Kb) 165408

[startup+1793.18 s]
/proc/loadavg: 0.99 0.97 0.97 2/64 26113
/proc/meminfo: memFree=1266584/2055920 swapFree=4183192/4192956
[pid=26111] ppid=26109 vsize=165408 CPUtime=1792.63
/proc/26111/stat : 26111 (PBS4L) R 26109 26111 26062 0 -1 4194304 33916 0 0 0 179150 113 0 0 25 0 1 0 157297209 169377792 28321 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/26111/statm: 41352 28321 107 232 0 41117 0
Current children cumulated CPU time (s) 1792.63
Current children cumulated vsize (Kb) 165408

[startup+1794.19 s]
/proc/loadavg: 0.99 0.97 0.97 2/64 26113
/proc/meminfo: memFree=1266520/2055920 swapFree=4183192/4192956
[pid=26111] ppid=26109 vsize=165408 CPUtime=1793.64
/proc/26111/stat : 26111 (PBS4L) R 26109 26111 26062 0 -1 4194304 33927 0 0 0 179251 113 0 0 25 0 1 0 157297209 169377792 28332 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/26111/statm: 41352 28332 107 232 0 41117 0
Current children cumulated CPU time (s) 1793.64
Current children cumulated vsize (Kb) 165408

[startup+1795.19 s]
/proc/loadavg: 0.99 0.97 0.97 2/64 26113
/proc/meminfo: memFree=1266456/2055920 swapFree=4183192/4192956
[pid=26111] ppid=26109 vsize=165408 CPUtime=1794.64
/proc/26111/stat : 26111 (PBS4L) R 26109 26111 26062 0 -1 4194304 33937 0 0 0 179351 113 0 0 25 0 1 0 157297209 169377792 28342 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/26111/statm: 41352 28342 107 232 0 41117 0
Current children cumulated CPU time (s) 1794.64
Current children cumulated vsize (Kb) 165408

[startup+1796.2 s]
/proc/loadavg: 0.99 0.97 0.97 2/64 26113
/proc/meminfo: memFree=1266456/2055920 swapFree=4183192/4192956
[pid=26111] ppid=26109 vsize=165408 CPUtime=1795.65
/proc/26111/stat : 26111 (PBS4L) R 26109 26111 26062 0 -1 4194304 33948 0 0 0 179452 113 0 0 25 0 1 0 157297209 169377792 28353 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/26111/statm: 41352 28353 107 232 0 41117 0
Current children cumulated CPU time (s) 1795.65
Current children cumulated vsize (Kb) 165408

[startup+1797.2 s]
/proc/loadavg: 0.99 0.97 0.97 2/64 26113
/proc/meminfo: memFree=1266392/2055920 swapFree=4183192/4192956
[pid=26111] ppid=26109 vsize=165408 CPUtime=1796.65
/proc/26111/stat : 26111 (PBS4L) R 26109 26111 26062 0 -1 4194304 33957 0 0 0 179552 113 0 0 25 0 1 0 157297209 169377792 28362 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/26111/statm: 41352 28362 107 232 0 41117 0
Current children cumulated CPU time (s) 1796.65
Current children cumulated vsize (Kb) 165408

[startup+1798.21 s]
/proc/loadavg: 0.99 0.97 0.97 2/64 26113
/proc/meminfo: memFree=1266392/2055920 swapFree=4183192/4192956
[pid=26111] ppid=26109 vsize=165408 CPUtime=1797.65
/proc/26111/stat : 26111 (PBS4L) R 26109 26111 26062 0 -1 4194304 33967 0 0 0 179652 113 0 0 25 0 1 0 157297209 169377792 28372 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/26111/statm: 41352 28372 107 232 0 41117 0
Current children cumulated CPU time (s) 1797.65
Current children cumulated vsize (Kb) 165408

[startup+1799.21 s]
/proc/loadavg: 0.99 0.97 0.97 2/64 26113
/proc/meminfo: memFree=1266328/2055920 swapFree=4183192/4192956
[pid=26111] ppid=26109 vsize=165408 CPUtime=1798.66
/proc/26111/stat : 26111 (PBS4L) R 26109 26111 26062 0 -1 4194304 33975 0 0 0 179753 113 0 0 25 0 1 0 157297209 169377792 28380 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558803 0 0 4096 0 0 0 0 17 1 0 0
/proc/26111/statm: 41352 28380 107 232 0 41117 0
Current children cumulated CPU time (s) 1798.66
Current children cumulated vsize (Kb) 165408

[startup+1800.22 s]
/proc/loadavg: 0.99 0.97 0.97 2/64 26113
/proc/meminfo: memFree=1266264/2055920 swapFree=4183192/4192956
[pid=26111] ppid=26109 vsize=165408 CPUtime=1799.66
/proc/26111/stat : 26111 (PBS4L) R 26109 26111 26062 0 -1 4194304 33987 0 0 0 179853 113 0 0 25 0 1 0 157297209 169377792 28392 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134559735 0 0 4096 0 0 0 0 17 1 0 0
/proc/26111/statm: 41352 28392 107 232 0 41117 0
Current children cumulated CPU time (s) 1799.66
Current children cumulated vsize (Kb) 165408

[startup+1801.22 s]
/proc/loadavg: 0.99 0.97 0.97 2/64 26113
/proc/meminfo: memFree=1266264/2055920 swapFree=4183192/4192956
[pid=26111] ppid=26109 vsize=165408 CPUtime=1800.67
/proc/26111/stat : 26111 (PBS4L) R 26109 26111 26062 0 -1 4194304 33999 0 0 0 179954 113 0 0 25 0 1 0 157297209 169377792 28404 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/26111/statm: 41352 28404 107 232 0 41117 0
Current children cumulated CPU time (s) 1800.67
Current children cumulated vsize (Kb) 165408



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.23 s]
/proc/loadavg: 0.99 0.97 0.97 2/64 26113
/proc/meminfo: memFree=1266264/2055920 swapFree=4183192/4192956
[pid=26111] ppid=26109 vsize=165408 CPUtime=1800.67
/proc/26111/stat : 26111 (PBS4L) R 26109 26111 26062 0 -1 4194304 33999 0 0 0 179954 113 0 0 25 0 1 0 157297209 169377792 28404 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/26111/statm: 41352 28404 107 232 0 41117 0
Current children cumulated CPU time (s) 1800.67
Current children cumulated vsize (Kb) 165408

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1801.25
CPU time (s): 1800.7
CPU user time (s): 1799.55
CPU system time (s): 1.15082
CPU usage (%): 99.9693
Max. virtual memory (cumulated for all children) (Kb): 165408
The end

Launcher Data (download as text)

Begin job on node33 on Fri Jul 28 16:30:22 UTC 2006


FILE ID= 50543-1154104222

PBS_JOBID= 886229

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

MD5SUM SOLVER= ab46593c31a6a47b9d9920387a00d332
MD5SUM BENCH=  031b0f629913e7cd5c934f00ec1a1885

RANDOM SEED= 324333381

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1380000 kB
Buffers:         34224 kB
Cached:         573820 kB
SwapCached:       3616 kB
Active:          48756 kB
Inactive:       567936 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1380000 kB
SwapTotal:     4192956 kB
SwapFree:      4183192 kB
Dirty:             184 kB
Writeback:           0 kB
Mapped:          14680 kB
Slab:            45296 kB
Committed_AS:   719720 kB
PageTables:       1420 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node33 on Fri Jul 28 17:00:24 UTC 2006