Trace number 50549

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.71 1801.23

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
market-split/normalized-market-split_8_70_4.opb
MD5SUMd78f5121f87a7bad7fc74d5d3eacc32f
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables71
Total number of constraints17
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints16
Minimum length of a constraint1
Maximum length of a constraint70
Number of terms in the objective function 1
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1
Number of bits of the sum of numbers in the objective function 1
Biggest number in a constraint 1881
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 5644
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/node47/50549-1154106330/instance-50549-1154106330.opb ......

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

Enforcing CPU limit (will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime (will send SIGXCPU) limit: 1830 seconds
Enforcing Stack size limit: 67108864 bytes

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/node47/watcher-50549-1154106330 -o ROOT/results/node47/solver-50549-1154106330 -C 1800 -M 1800 -S 64 ROOT/solvers/PB/PB06final/user11/PBS4L ROOT/tmp/node47/50549-1154106330/instance-50549-1154106330.opb 843458376 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 1.00 0.99 0.98 3/64 12481
/proc/meminfo: memFree=1272896/2055920 swapFree=4183120/4192956
[pid=12481] ppid=12479 vsize=1368 CPUtime=0
/proc/12481/stat : 12481 (PBS4L) R 12479 12481 12432 0 -1 4194304 112 0 0 0 0 0 0 0 19 0 1 0 157503816 1400832 95 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135132864 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/12481/statm: 342 95 84 232 0 107 0

[startup+10.002 s]
/proc/loadavg: 1.00 0.99 0.98 2/64 12481
/proc/meminfo: memFree=1262928/2055920 swapFree=4183120/4192956
[pid=12481] ppid=12479 vsize=19692 CPUtime=9.99
/proc/12481/stat : 12481 (PBS4L) R 12479 12481 12432 0 -1 4194304 2762 0 0 0 995 4 0 0 25 0 1 0 157503816 20164608 2596 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134564146 0 0 4096 0 0 0 0 17 1 0 0
/proc/12481/statm: 4923 2596 104 232 0 4688 0
Current children cumulated CPU time (s) 9.99
Current children cumulated vsize (Kb) 19692

[startup+20.0081 s]
/proc/loadavg: 1.00 0.99 0.98 2/64 12481
/proc/meminfo: memFree=1259224/2055920 swapFree=4183120/4192956
[pid=12481] ppid=12479 vsize=20276 CPUtime=20
/proc/12481/stat : 12481 (PBS4L) R 12479 12481 12432 0 -1 4194304 3683 0 0 0 1994 6 0 0 25 0 1 0 157503816 20762624 3517 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/12481/statm: 5069 3517 104 232 0 4834 0
Current children cumulated CPU time (s) 20
Current children cumulated vsize (Kb) 20276

[startup+30.0142 s]
/proc/loadavg: 1.00 0.99 0.98 2/64 12481
/proc/meminfo: memFree=1255832/2055920 swapFree=4183120/4192956
[pid=12481] ppid=12479 vsize=20724 CPUtime=29.99
/proc/12481/stat : 12481 (PBS4L) R 12479 12481 12432 0 -1 4194304 4528 0 0 0 2991 8 0 0 25 0 1 0 157503816 21221376 4362 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/12481/statm: 5181 4362 104 232 0 4946 0
Current children cumulated CPU time (s) 29.99
Current children cumulated vsize (Kb) 20724

[startup+40.0202 s]
/proc/loadavg: 1.00 0.99 0.98 2/64 12481
/proc/meminfo: memFree=1253400/2055920 swapFree=4183120/4192956
[pid=12481] ppid=12479 vsize=21652 CPUtime=40
/proc/12481/stat : 12481 (PBS4L) R 12479 12481 12432 0 -1 4194304 5331 0 0 0 3989 11 0 0 25 0 1 0 157503816 22171648 4972 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549242 0 0 4096 0 0 0 0 17 1 0 0
/proc/12481/statm: 5413 4972 104 232 0 5178 0
Current children cumulated CPU time (s) 40
Current children cumulated vsize (Kb) 21652

[startup+50.0263 s]
/proc/loadavg: 1.00 0.99 0.98 2/64 12481
/proc/meminfo: memFree=1251032/2055920 swapFree=4183120/4192956
[pid=12481] ppid=12479 vsize=38356 CPUtime=50
/proc/12481/stat : 12481 (PBS4L) R 12479 12481 12432 0 -1 4194304 5941 0 0 0 4988 12 0 0 25 0 1 0 157503816 39276544 5582 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/12481/statm: 9589 5582 104 232 0 9354 0
Current children cumulated CPU time (s) 50
Current children cumulated vsize (Kb) 38356

[startup+60.0324 s]
/proc/loadavg: 1.00 0.99 0.98 2/64 12481
/proc/meminfo: memFree=1249048/2055920 swapFree=4183120/4192956
[pid=12481] ppid=12479 vsize=38516 CPUtime=60.01
/proc/12481/stat : 12481 (PBS4L) R 12479 12481 12432 0 -1 4194304 6426 0 0 0 5987 14 0 0 25 0 1 0 157503816 39440384 6067 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/12481/statm: 9629 6067 104 232 0 9394 0
Current children cumulated CPU time (s) 60.01
Current children cumulated vsize (Kb) 38516

[startup+70.0384 s]
/proc/loadavg: 1.00 0.99 0.98 2/64 12481
/proc/meminfo: memFree=1247000/2055920 swapFree=4183120/4192956
[pid=12481] ppid=12479 vsize=39028 CPUtime=70.01
/proc/12481/stat : 12481 (PBS4L) R 12479 12481 12432 0 -1 4194304 6938 0 0 0 6986 15 0 0 25 0 1 0 157503816 39964672 6579 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/12481/statm: 9757 6579 104 232 0 9522 0
Current children cumulated CPU time (s) 70.01
Current children cumulated vsize (Kb) 39028

[startup+80.0445 s]
/proc/loadavg: 1.00 0.99 0.98 2/64 12481
/proc/meminfo: memFree=1245272/2055920 swapFree=4183120/4192956
[pid=12481] ppid=12479 vsize=39220 CPUtime=80.01
/proc/12481/stat : 12481 (PBS4L) R 12479 12481 12432 0 -1 4194304 7363 0 0 0 7985 16 0 0 25 0 1 0 157503816 40161280 7004 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/12481/statm: 9805 7004 104 232 0 9570 0
Current children cumulated CPU time (s) 80.01
Current children cumulated vsize (Kb) 39220

[startup+90.0506 s]
/proc/loadavg: 1.00 0.99 0.98 2/64 12481
/proc/meminfo: memFree=1244312/2055920 swapFree=4183120/4192956
[pid=12481] ppid=12479 vsize=39380 CPUtime=90.01
/proc/12481/stat : 12481 (PBS4L) R 12479 12481 12432 0 -1 4194304 7607 0 0 0 8984 17 0 0 25 0 1 0 157503816 40325120 7248 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558844 0 0 4096 0 0 0 0 17 1 0 0
/proc/12481/statm: 9845 7248 104 232 0 9610 0
Current children cumulated CPU time (s) 90.01
Current children cumulated vsize (Kb) 39380

[startup+100.057 s]
/proc/loadavg: 1.00 0.99 0.98 2/64 12481
/proc/meminfo: memFree=1242776/2055920 swapFree=4183120/4192956
[pid=12481] ppid=12479 vsize=39732 CPUtime=100.02
/proc/12481/stat : 12481 (PBS4L) R 12479 12481 12432 0 -1 4194304 7992 0 0 0 9983 19 0 0 25 0 1 0 157503816 40685568 7633 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/12481/statm: 9933 7633 104 232 0 9698 0
Current children cumulated CPU time (s) 100.02
Current children cumulated vsize (Kb) 39732

[startup+110.063 s]
/proc/loadavg: 1.00 0.99 0.98 2/64 12481
/proc/meminfo: memFree=1241176/2055920 swapFree=4183120/4192956
[pid=12481] ppid=12479 vsize=40116 CPUtime=110.02
/proc/12481/stat : 12481 (PBS4L) R 12479 12481 12432 0 -1 4194304 8387 0 0 0 10982 20 0 0 25 0 1 0 157503816 41078784 8028 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/12481/statm: 10029 8028 104 232 0 9794 0
Current children cumulated CPU time (s) 110.02
Current children cumulated vsize (Kb) 40116

[startup+120.069 s]
/proc/loadavg: 1.00 0.99 0.98 2/64 12481
/proc/meminfo: memFree=1240344/2055920 swapFree=4183120/4192956
[pid=12481] ppid=12479 vsize=41844 CPUtime=120.03
/proc/12481/stat : 12481 (PBS4L) R 12479 12481 12432 0 -1 4194304 8947 0 0 0 11981 22 0 0 25 0 1 0 157503816 42848256 8203 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/12481/statm: 10461 8203 104 232 0 10226 0
Current children cumulated CPU time (s) 120.03
Current children cumulated vsize (Kb) 41844

[startup+130.075 s]
/proc/loadavg: 1.00 0.99 0.98 2/64 12481
/proc/meminfo: memFree=1239448/2055920 swapFree=4183120/4192956
[pid=12481] ppid=12479 vsize=41844 CPUtime=130.02
/proc/12481/stat : 12481 (PBS4L) R 12479 12481 12432 0 -1 4194304 9203 0 0 0 12979 23 0 0 25 0 1 0 157503816 42848256 8459 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/12481/statm: 10461 8459 104 232 0 10226 0
Current children cumulated CPU time (s) 130.02
Current children cumulated vsize (Kb) 41844

[startup+140.081 s]
/proc/loadavg: 1.00 0.99 0.98 2/64 12481
/proc/meminfo: memFree=1238360/2055920 swapFree=4183120/4192956
[pid=12481] ppid=12479 vsize=42036 CPUtime=140.03
/proc/12481/stat : 12481 (PBS4L) R 12479 12481 12432 0 -1 4194304 9464 0 0 0 13978 25 0 0 25 0 1 0 157503816 43044864 8720 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/12481/statm: 10509 8720 104 232 0 10274 0
Current children cumulated CPU time (s) 140.03
Current children cumulated vsize (Kb) 42036

[startup+150.087 s]
/proc/loadavg: 1.00 0.99 0.98 2/64 12481
/proc/meminfo: memFree=1237016/2055920 swapFree=4183120/4192956
[pid=12481] ppid=12479 vsize=42228 CPUtime=150.04
/proc/12481/stat : 12481 (PBS4L) R 12479 12481 12432 0 -1 4194304 9795 0 0 0 14978 26 0 0 25 0 1 0 157503816 43241472 9051 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/12481/statm: 10557 9051 104 232 0 10322 0
Current children cumulated CPU time (s) 150.04
Current children cumulated vsize (Kb) 42228

[startup+160.093 s]
/proc/loadavg: 1.00 0.99 0.98 2/64 12481
/proc/meminfo: memFree=1235672/2055920 swapFree=4183120/4192956
[pid=12481] ppid=12479 vsize=42228 CPUtime=160.03
/proc/12481/stat : 12481 (PBS4L) R 12479 12481 12432 0 -1 4194304 10152 0 0 0 15977 26 0 0 25 0 1 0 157503816 43241472 9408 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134552216 0 0 4096 0 0 0 0 17 1 0 0
/proc/12481/statm: 10557 9408 104 232 0 10322 0
Current children cumulated CPU time (s) 160.03
Current children cumulated vsize (Kb) 42228

[startup+170.099 s]
/proc/loadavg: 1.00 0.99 0.98 2/64 12481
/proc/meminfo: memFree=1234200/2055920 swapFree=4183120/4192956
[pid=12481] ppid=12479 vsize=42580 CPUtime=170.04
/proc/12481/stat : 12481 (PBS4L) R 12479 12481 12432 0 -1 4194304 10512 0 0 0 16976 28 0 0 25 0 1 0 157503816 43601920 9768 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558866 0 0 4096 0 0 0 0 17 1 0 0
/proc/12481/statm: 10645 9768 104 232 0 10410 0
Current children cumulated CPU time (s) 170.04
Current children cumulated vsize (Kb) 42580

[startup+180.105 s]
/proc/loadavg: 1.00 0.99 0.98 2/64 12481
/proc/meminfo: memFree=1233432/2055920 swapFree=4183120/4192956
[pid=12481] ppid=12479 vsize=42580 CPUtime=180.05
/proc/12481/stat : 12481 (PBS4L) R 12479 12481 12432 0 -1 4194304 10709 0 0 0 17976 29 0 0 25 0 1 0 157503816 43601920 9965 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/12481/statm: 10645 9965 104 232 0 10410 0
Current children cumulated CPU time (s) 180.05
Current children cumulated vsize (Kb) 42580

[startup+190.111 s]
/proc/loadavg: 1.00 0.99 0.98 2/64 12481
/proc/meminfo: memFree=1232408/2055920 swapFree=4183120/4192956
[pid=12481] ppid=12479 vsize=75732 CPUtime=190.05
/proc/12481/stat : 12481 (PBS4L) R 12479 12481 12432 0 -1 4194304 10961 0 0 0 18976 29 0 0 25 0 1 0 157503816 77549568 10217 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/12481/statm: 18933 10217 104 232 0 18698 0
Current children cumulated CPU time (s) 190.05
Current children cumulated vsize (Kb) 75732

[startup+200.117 s]
/proc/loadavg: 1.00 0.99 0.98 2/64 12481
/proc/meminfo: memFree=1231192/2055920 swapFree=4183120/4192956
[pid=12481] ppid=12479 vsize=75732 CPUtime=200.05
/proc/12481/stat : 12481 (PBS4L) R 12479 12481 12432 0 -1 4194304 11263 0 0 0 19975 30 0 0 25 0 1 0 157503816 77549568 10519 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/12481/statm: 18933 10519 104 232 0 18698 0
Current children cumulated CPU time (s) 200.05
Current children cumulated vsize (Kb) 75732

[startup+210.123 s]
/proc/loadavg: 1.00 0.99 0.98 2/64 12481

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

/proc/12481/stat : 12481 (PBS4L) R 12479 12481 12432 0 -1 4194304 29557 0 0 0 178048 111 0 0 25 0 1 0 157503816 165277696 26507 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/12481/statm: 40351 26507 104 232 0 40116 0
Current children cumulated CPU time (s) 1781.59
Current children cumulated vsize (Kb) 161404

[startup+1783.11 s]
/proc/loadavg: 1.00 0.99 0.98 2/64 12481
/proc/meminfo: memFree=1166936/2055920 swapFree=4183120/4192956
[pid=12481] ppid=12479 vsize=161404 CPUtime=1782.59
/proc/12481/stat : 12481 (PBS4L) R 12479 12481 12432 0 -1 4194304 29558 0 0 0 178148 111 0 0 25 0 1 0 157503816 165277696 26508 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/12481/statm: 40351 26508 104 232 0 40116 0
Current children cumulated CPU time (s) 1782.59
Current children cumulated vsize (Kb) 161404

[startup+1784.12 s]
/proc/loadavg: 1.00 0.99 0.98 2/64 12481
/proc/meminfo: memFree=1166936/2055920 swapFree=4183120/4192956
[pid=12481] ppid=12479 vsize=161404 CPUtime=1783.6
/proc/12481/stat : 12481 (PBS4L) R 12479 12481 12432 0 -1 4194304 29558 0 0 0 178249 111 0 0 25 0 1 0 157503816 165277696 26508 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558771 0 0 4096 0 0 0 0 17 1 0 0
/proc/12481/statm: 40351 26508 104 232 0 40116 0
Current children cumulated CPU time (s) 1783.6
Current children cumulated vsize (Kb) 161404

[startup+1785.12 s]
/proc/loadavg: 1.00 0.99 0.98 2/64 12481
/proc/meminfo: memFree=1166936/2055920 swapFree=4183120/4192956
[pid=12481] ppid=12479 vsize=161404 CPUtime=1784.6
/proc/12481/stat : 12481 (PBS4L) R 12479 12481 12432 0 -1 4194304 29559 0 0 0 178349 111 0 0 25 0 1 0 157503816 165277696 26509 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/12481/statm: 40351 26509 104 232 0 40116 0
Current children cumulated CPU time (s) 1784.6
Current children cumulated vsize (Kb) 161404

[startup+1786.13 s]
/proc/loadavg: 1.00 0.99 0.98 2/64 12481
/proc/meminfo: memFree=1166936/2055920 swapFree=4183120/4192956
[pid=12481] ppid=12479 vsize=161404 CPUtime=1785.61
/proc/12481/stat : 12481 (PBS4L) R 12479 12481 12432 0 -1 4194304 29560 0 0 0 178450 111 0 0 25 0 1 0 157503816 165277696 26510 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558856 0 0 4096 0 0 0 0 17 1 0 0
/proc/12481/statm: 40351 26510 104 232 0 40116 0
Current children cumulated CPU time (s) 1785.61
Current children cumulated vsize (Kb) 161404

[startup+1787.13 s]
/proc/loadavg: 1.00 0.99 0.98 2/64 12481
/proc/meminfo: memFree=1166936/2055920 swapFree=4183120/4192956
[pid=12481] ppid=12479 vsize=161404 CPUtime=1786.61
/proc/12481/stat : 12481 (PBS4L) R 12479 12481 12432 0 -1 4194304 29560 0 0 0 178550 111 0 0 25 0 1 0 157503816 165277696 26510 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/12481/statm: 40351 26510 104 232 0 40116 0
Current children cumulated CPU time (s) 1786.61
Current children cumulated vsize (Kb) 161404

[startup+1788.14 s]
/proc/loadavg: 1.00 0.99 0.98 2/64 12481
/proc/meminfo: memFree=1166936/2055920 swapFree=4183120/4192956
[pid=12481] ppid=12479 vsize=161404 CPUtime=1787.62
/proc/12481/stat : 12481 (PBS4L) R 12479 12481 12432 0 -1 4194304 29562 0 0 0 178651 111 0 0 25 0 1 0 157503816 165277696 26512 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/12481/statm: 40351 26512 104 232 0 40116 0
Current children cumulated CPU time (s) 1787.62
Current children cumulated vsize (Kb) 161404

[startup+1789.14 s]
/proc/loadavg: 1.00 0.99 0.98 2/64 12481
/proc/meminfo: memFree=1166936/2055920 swapFree=4183120/4192956
[pid=12481] ppid=12479 vsize=161404 CPUtime=1788.62
/proc/12481/stat : 12481 (PBS4L) R 12479 12481 12432 0 -1 4194304 29562 0 0 0 178751 111 0 0 25 0 1 0 157503816 165277696 26512 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/12481/statm: 40351 26512 104 232 0 40116 0
Current children cumulated CPU time (s) 1788.62
Current children cumulated vsize (Kb) 161404

[startup+1790.15 s]
/proc/loadavg: 1.00 0.99 0.98 2/64 12481
/proc/meminfo: memFree=1166872/2055920 swapFree=4183120/4192956
[pid=12481] ppid=12479 vsize=161404 CPUtime=1789.63
/proc/12481/stat : 12481 (PBS4L) R 12479 12481 12432 0 -1 4194304 29563 0 0 0 178852 111 0 0 25 0 1 0 157503816 165277696 26513 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/12481/statm: 40351 26513 104 232 0 40116 0
Current children cumulated CPU time (s) 1789.63
Current children cumulated vsize (Kb) 161404

[startup+1791.15 s]
/proc/loadavg: 1.00 0.99 0.98 2/64 12481
/proc/meminfo: memFree=1166872/2055920 swapFree=4183120/4192956
[pid=12481] ppid=12479 vsize=161404 CPUtime=1790.63
/proc/12481/stat : 12481 (PBS4L) R 12479 12481 12432 0 -1 4194304 29564 0 0 0 178952 111 0 0 25 0 1 0 157503816 165277696 26514 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/12481/statm: 40351 26514 104 232 0 40116 0
Current children cumulated CPU time (s) 1790.63
Current children cumulated vsize (Kb) 161404

[startup+1792.16 s]
/proc/loadavg: 1.00 0.99 0.98 2/64 12481
/proc/meminfo: memFree=1166872/2055920 swapFree=4183120/4192956
[pid=12481] ppid=12479 vsize=161404 CPUtime=1791.63
/proc/12481/stat : 12481 (PBS4L) R 12479 12481 12432 0 -1 4194304 29564 0 0 0 179052 111 0 0 25 0 1 0 157503816 165277696 26514 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558875 0 0 4096 0 0 0 0 17 1 0 0
/proc/12481/statm: 40351 26514 104 232 0 40116 0
Current children cumulated CPU time (s) 1791.63
Current children cumulated vsize (Kb) 161404

[startup+1793.16 s]
/proc/loadavg: 1.00 0.99 0.98 2/64 12481
/proc/meminfo: memFree=1166872/2055920 swapFree=4183120/4192956
[pid=12481] ppid=12479 vsize=161404 CPUtime=1792.64
/proc/12481/stat : 12481 (PBS4L) R 12479 12481 12432 0 -1 4194304 29565 0 0 0 179153 111 0 0 25 0 1 0 157503816 165277696 26515 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/12481/statm: 40351 26515 104 232 0 40116 0
Current children cumulated CPU time (s) 1792.64
Current children cumulated vsize (Kb) 161404

[startup+1794.17 s]
/proc/loadavg: 1.00 0.99 0.98 2/64 12481
/proc/meminfo: memFree=1166872/2055920 swapFree=4183120/4192956
[pid=12481] ppid=12479 vsize=161404 CPUtime=1793.64
/proc/12481/stat : 12481 (PBS4L) R 12479 12481 12432 0 -1 4194304 29565 0 0 0 179253 111 0 0 25 0 1 0 157503816 165277696 26515 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/12481/statm: 40351 26515 104 232 0 40116 0
Current children cumulated CPU time (s) 1793.64
Current children cumulated vsize (Kb) 161404

[startup+1795.17 s]
/proc/loadavg: 1.00 0.99 0.98 2/64 12481
/proc/meminfo: memFree=1166872/2055920 swapFree=4183120/4192956
[pid=12481] ppid=12479 vsize=161404 CPUtime=1794.65
/proc/12481/stat : 12481 (PBS4L) R 12479 12481 12432 0 -1 4194304 29567 0 0 0 179354 111 0 0 25 0 1 0 157503816 165277696 26517 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134550056 0 0 4096 0 0 0 0 17 1 0 0
/proc/12481/statm: 40351 26517 104 232 0 40116 0
Current children cumulated CPU time (s) 1794.65
Current children cumulated vsize (Kb) 161404

[startup+1796.17 s]
/proc/loadavg: 1.00 0.99 0.98 2/64 12481
/proc/meminfo: memFree=1166872/2055920 swapFree=4183120/4192956
[pid=12481] ppid=12479 vsize=161404 CPUtime=1795.65
/proc/12481/stat : 12481 (PBS4L) R 12479 12481 12432 0 -1 4194304 29567 0 0 0 179454 111 0 0 25 0 1 0 157503816 165277696 26517 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558835 0 0 4096 0 0 0 0 17 1 0 0
/proc/12481/statm: 40351 26517 104 232 0 40116 0
Current children cumulated CPU time (s) 1795.65
Current children cumulated vsize (Kb) 161404

[startup+1797.18 s]
/proc/loadavg: 1.00 0.99 0.98 2/64 12481
/proc/meminfo: memFree=1166872/2055920 swapFree=4183120/4192956
[pid=12481] ppid=12479 vsize=161404 CPUtime=1796.66
/proc/12481/stat : 12481 (PBS4L) R 12479 12481 12432 0 -1 4194304 29568 0 0 0 179555 111 0 0 25 0 1 0 157503816 165277696 26518 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/12481/statm: 40351 26518 104 232 0 40116 0
Current children cumulated CPU time (s) 1796.66
Current children cumulated vsize (Kb) 161404

[startup+1798.18 s]
/proc/loadavg: 1.00 0.99 0.98 2/64 12481
/proc/meminfo: memFree=1166872/2055920 swapFree=4183120/4192956
[pid=12481] ppid=12479 vsize=161404 CPUtime=1797.66
/proc/12481/stat : 12481 (PBS4L) R 12479 12481 12432 0 -1 4194304 29568 0 0 0 179655 111 0 0 25 0 1 0 157503816 165277696 26518 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/12481/statm: 40351 26518 104 232 0 40116 0
Current children cumulated CPU time (s) 1797.66
Current children cumulated vsize (Kb) 161404

[startup+1799.19 s]
/proc/loadavg: 1.00 0.99 0.98 2/64 12481
/proc/meminfo: memFree=1166872/2055920 swapFree=4183120/4192956
[pid=12481] ppid=12479 vsize=161404 CPUtime=1798.66
/proc/12481/stat : 12481 (PBS4L) R 12479 12481 12432 0 -1 4194304 29569 0 0 0 179755 111 0 0 25 0 1 0 157503816 165277696 26519 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/12481/statm: 40351 26519 104 232 0 40116 0
Current children cumulated CPU time (s) 1798.66
Current children cumulated vsize (Kb) 161404

[startup+1800.19 s]
/proc/loadavg: 1.00 0.99 0.98 2/64 12481
/proc/meminfo: memFree=1166872/2055920 swapFree=4183120/4192956
[pid=12481] ppid=12479 vsize=161404 CPUtime=1799.67
/proc/12481/stat : 12481 (PBS4L) R 12479 12481 12432 0 -1 4194304 29570 0 0 0 179856 111 0 0 25 0 1 0 157503816 165277696 26520 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/12481/statm: 40351 26520 104 232 0 40116 0
Current children cumulated CPU time (s) 1799.67
Current children cumulated vsize (Kb) 161404

[startup+1801.2 s]
/proc/loadavg: 1.00 0.99 0.98 2/64 12481
/proc/meminfo: memFree=1166872/2055920 swapFree=4183120/4192956
[pid=12481] ppid=12479 vsize=161404 CPUtime=1800.68
/proc/12481/stat : 12481 (PBS4L) R 12479 12481 12432 0 -1 4194304 29570 0 0 0 179956 112 0 0 25 0 1 0 157503816 165277696 26520 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/12481/statm: 40351 26520 104 232 0 40116 0
Current children cumulated CPU time (s) 1800.68
Current children cumulated vsize (Kb) 161404



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.2 s]
/proc/loadavg: 1.00 0.99 0.98 2/64 12481
/proc/meminfo: memFree=1166872/2055920 swapFree=4183120/4192956
[pid=12481] ppid=12479 vsize=161404 CPUtime=1800.68
/proc/12481/stat : 12481 (PBS4L) R 12479 12481 12432 0 -1 4194304 29570 0 0 0 179956 112 0 0 25 0 1 0 157503816 165277696 26520 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/12481/statm: 40351 26520 104 232 0 40116 0
Current children cumulated CPU time (s) 1800.68
Current children cumulated vsize (Kb) 161404

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1801.23
CPU time (s): 1800.71
CPU user time (s): 1799.57
CPU system time (s): 1.14083
CPU usage (%): 99.9713
Max. virtual memory (cumulated for all children) (Kb): 161404
The end

Launcher Data (download as text)

Begin job on node47 on Fri Jul 28 17:05:30 UTC 2006


FILE ID= 50549-1154106330

PBS_JOBID= 886307

BENCH NAME= HOME/pub/bench/PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/market-split/normalized-market-split_8_70_4.opb
COMMAND LINE= ROOT/solvers/PB/PB06final/user11/PBS4L ROOT/tmp/node47/50549-1154106330/instance-50549-1154106330.opb 843458376
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node47/watcher-50549-1154106330 -o ROOT/results/node47/solver-50549-1154106330 -C 1800 -M 1800 -S 64  ROOT/solvers/PB/PB06final/user11/PBS4L ROOT/tmp/node47/50549-1154106330/instance-50549-1154106330.opb 843458376

MD5SUM SOLVER= ab46593c31a6a47b9d9920387a00d332
MD5SUM BENCH=  d78f5121f87a7bad7fc74d5d3eacc32f

RANDOM SEED= 843458376

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.241
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.241
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:       1273104 kB
Buffers:         27484 kB
Cached:         694984 kB
SwapCached:       3568 kB
Active:         206672 kB
Inactive:       524272 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1273104 kB
SwapTotal:     4192956 kB
SwapFree:      4183120 kB
Dirty:             176 kB
Writeback:           0 kB
Mapped:          14532 kB
Slab:            37852 kB
Committed_AS:   675640 kB
PageTables:       1468 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node47 on Fri Jul 28 17:35:32 UTC 2006