Trace number 37752

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
Pueblo 1.3? (TO) 1800.74 1801.23

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/MIPLIB/
miplib2003/normalized-reduced-mps-v2-20-10-stp3d.opb
MD5SUMf0369b32b392b309903886944ef44b64
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 variables204880
Total number of constraints159488
Number of constraints which are clauses129232
Number of constraints which are cardinality constraints (but not clauses)5805
Number of constraints which are nor clauses,nor cardinality constraints24451
Minimum length of a constraint2
Maximum length of a constraint120
Number of terms in the objective function 75648
Biggest coefficient in the objective function 7
Number of bits for the biggest coefficient in the objective function 3
Sum of the numbers in the objective function 529536
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 7
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 529536
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.00	c Pueblo version 1.4 (September 2005)
0.00	c Developed @ University of Michigan, Ann Arbor, MI
0.00	c  by Hossein Sheini
173.98	c starting to Solve
173.98	c #variables read: 204880 - #constraints read: 176295

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

Enforcing CPU limit (will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime (will send SIGXCPU) limit: 1830 seconds
Enforcing Stack size limit: 67108864 bytes
Enforcing memory limit (will send SIGKILL): 1843200 Kb
Enforcing VSIZE limit: 1887436800 bytes
runsolver version 3.0.0 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node85/watcher-37752-1149363053 -o ROOT/results/node85/solver-37752-1149363053 -C 1800 -M 1800 -S 64 ROOT/solvers/PB/PB06final/user8/Pueblo13 ROOT/tmp/node85/37752-1149363053/instance-37752-1149363053.opb 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.99 0.97 0.98 2/68 24011
/proc/meminfo: memFree=1539208/2055892 swapFree=4085348/4096564
[pid=24011] ppid=24009 vsize=2336 CPUtime=0
/proc/24011/stat : 24011 (Pueblo13) R 24009 24011 23965 0 -1 4194304 148 0 0 0 0 0 0 0 18 0 1 0 201944552 2392064 130 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 11705240 0 0 4096 0 0 0 0 17 1 0 0
/proc/24011/statm: 584 130 111 16 0 11 0

[startup+10.0028 s]
/proc/loadavg: 0.99 0.97 0.98 2/68 24011
/proc/meminfo: memFree=1472784/2055892 swapFree=4085348/4096564
[pid=24011] ppid=24009 vsize=74760 CPUtime=9.99
/proc/24011/stat : 24011 (Pueblo13) R 24009 24011 23965 0 -1 4194304 1427782 0 0 0 624 375 0 0 25 0 1 0 201944552 76554240 16810 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134532414 0 0 4096 0 0 0 0 17 1 0 0
/proc/24011/statm: 18690 16819 203 16 0 18130 0
Current children cumulated CPU time (s) 9.99
Current children cumulated vsize (Kb) 74760

[startup+20.0079 s]
/proc/loadavg: 0.99 0.97 0.98 2/68 24011
/proc/meminfo: memFree=1472720/2055892 swapFree=4085348/4096564
[pid=24011] ppid=24009 vsize=74760 CPUtime=19.99
/proc/24011/stat : 24011 (Pueblo13) R 24009 24011 23965 0 -1 4194304 3645505 0 0 0 1045 954 0 0 25 0 1 0 201944552 76554240 16899 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134532414 0 0 4096 0 0 0 0 17 1 0 0
/proc/24011/statm: 18690 16909 203 16 0 18130 0
Current children cumulated CPU time (s) 19.99
Current children cumulated vsize (Kb) 74760

[startup+30.0141 s]
/proc/loadavg: 0.99 0.97 0.98 2/68 24011
/proc/meminfo: memFree=1473168/2055892 swapFree=4085348/4096564
[pid=24011] ppid=24009 vsize=74760 CPUtime=29.99
/proc/24011/stat : 24011 (Pueblo13) R 24009 24011 23965 0 -1 4194304 5882509 0 0 0 1466 1533 0 0 25 0 1 0 201944552 76554240 16773 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134532414 0 0 4096 0 0 0 0 17 1 0 0
/proc/24011/statm: 18690 16783 203 16 0 18130 0
Current children cumulated CPU time (s) 29.99
Current children cumulated vsize (Kb) 74760

[startup+40.0202 s]
/proc/loadavg: 0.99 0.97 0.98 2/68 24011
/proc/meminfo: memFree=1467536/2055892 swapFree=4085348/4096564
[pid=24011] ppid=24009 vsize=79908 CPUtime=40
/proc/24011/stat : 24011 (Pueblo13) R 24009 24011 23965 0 -1 4194304 8096555 0 0 0 1892 2108 0 0 25 0 1 0 201944552 81825792 18010 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134532414 0 0 4096 0 0 0 0 17 1 0 0
/proc/24011/statm: 19977 18020 203 16 0 19417 0
Current children cumulated CPU time (s) 40
Current children cumulated vsize (Kb) 79908

[startup+50.0264 s]
/proc/loadavg: 0.99 0.97 0.98 2/68 24011
/proc/meminfo: memFree=1457552/2055892 swapFree=4085348/4096564
[pid=24011] ppid=24009 vsize=89808 CPUtime=50
/proc/24011/stat : 24011 (Pueblo13) R 24009 24011 23965 0 -1 4194304 10322685 0 0 0 2319 2681 0 0 25 0 1 0 201944552 91963392 20678 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134532414 0 0 4096 0 0 0 0 17 1 0 0
/proc/24011/statm: 22452 20678 203 16 0 21892 0
Current children cumulated CPU time (s) 50
Current children cumulated vsize (Kb) 89808

[startup+60.0326 s]
/proc/loadavg: 0.99 0.97 0.98 2/68 24011
/proc/meminfo: memFree=1448016/2055892 swapFree=4085348/4096564
[pid=24011] ppid=24009 vsize=99576 CPUtime=60
/proc/24011/stat : 24011 (Pueblo13) R 24009 24011 23965 0 -1 4194304 12530859 0 0 0 2737 3263 0 0 25 0 1 0 201944552 101965824 23078 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134532414 0 0 4096 0 0 0 0 17 1 0 0
/proc/24011/statm: 24894 23087 203 16 0 24334 0
Current children cumulated CPU time (s) 60
Current children cumulated vsize (Kb) 99576

[startup+70.0387 s]
/proc/loadavg: 0.99 0.97 0.98 2/68 24011
/proc/meminfo: memFree=1437840/2055892 swapFree=4085348/4096564
[pid=24011] ppid=24009 vsize=109724 CPUtime=70.01
/proc/24011/stat : 24011 (Pueblo13) R 24009 24011 23965 0 -1 4194304 14760469 0 0 0 3153 3848 0 0 25 0 1 0 201944552 112357376 25407 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24011/statm: 27431 25407 203 16 0 26871 0
Current children cumulated CPU time (s) 70.01
Current children cumulated vsize (Kb) 109724

[startup+80.0449 s]
/proc/loadavg: 0.99 0.97 0.98 2/68 24011
/proc/meminfo: memFree=1428240/2055892 swapFree=4085348/4096564
[pid=24011] ppid=24009 vsize=119624 CPUtime=80.01
/proc/24011/stat : 24011 (Pueblo13) R 24009 24011 23965 0 -1 4194304 16971669 0 0 0 3571 4430 0 0 25 0 1 0 201944552 122494976 28019 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134532414 0 0 4096 0 0 0 0 17 1 0 0
/proc/24011/statm: 29906 28029 203 16 0 29346 0
Current children cumulated CPU time (s) 80.01
Current children cumulated vsize (Kb) 119624

[startup+90.0511 s]
/proc/loadavg: 0.99 0.97 0.98 2/68 24011
/proc/meminfo: memFree=1422416/2055892 swapFree=4085348/4096564
[pid=24011] ppid=24009 vsize=125476 CPUtime=90.02
/proc/24011/stat : 24011 (Pueblo13) R 24009 24011 23965 0 -1 4194304 19196108 0 0 0 3988 5014 0 0 25 0 1 0 201944552 128487424 29398 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134532414 0 0 4096 0 0 0 0 17 1 0 0
/proc/24011/statm: 31369 29408 204 16 0 30809 0
Current children cumulated CPU time (s) 90.02
Current children cumulated vsize (Kb) 125476

[startup+100.057 s]
/proc/loadavg: 1.06 0.99 0.98 2/68 24011
/proc/meminfo: memFree=1416912/2055892 swapFree=4085348/4096564
[pid=24011] ppid=24009 vsize=130756 CPUtime=100.02
/proc/24011/stat : 24011 (Pueblo13) R 24009 24011 23965 0 -1 4194304 21394889 0 0 0 4416 5586 0 0 25 0 1 0 201944552 133894144 30848 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134532414 0 0 4096 0 0 0 0 17 1 0 0
/proc/24011/statm: 32689 30857 204 16 0 32129 0
Current children cumulated CPU time (s) 100.02
Current children cumulated vsize (Kb) 130756

[startup+110.063 s]
/proc/loadavg: 1.05 0.99 0.98 2/68 24011
/proc/meminfo: memFree=1415056/2055892 swapFree=4085348/4096564
[pid=24011] ppid=24009 vsize=132340 CPUtime=110.03
/proc/24011/stat : 24011 (Pueblo13) R 24009 24011 23965 0 -1 4194304 23616987 0 0 0 4833 6170 0 0 25 0 1 0 201944552 135516160 31292 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134532414 0 0 4096 0 0 0 0 17 1 0 0
/proc/24011/statm: 33085 31292 299 16 0 32525 0
Current children cumulated CPU time (s) 110.03
Current children cumulated vsize (Kb) 132340

[startup+120.07 s]
/proc/loadavg: 1.04 0.99 0.98 2/68 24011
/proc/meminfo: memFree=1413328/2055892 swapFree=4085348/4096564
[pid=24011] ppid=24009 vsize=134320 CPUtime=120.02
/proc/24011/stat : 24011 (Pueblo13) R 24009 24011 23965 0 -1 4194304 25818791 0 0 0 5242 6760 0 0 25 0 1 0 201944552 137543680 31744 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134532414 0 0 4096 0 0 0 0 17 1 0 0
/proc/24011/statm: 33580 31754 204 16 0 33020 0
Current children cumulated CPU time (s) 120.02
Current children cumulated vsize (Kb) 134320

[startup+130.076 s]
/proc/loadavg: 1.04 0.99 0.98 2/68 24011
/proc/meminfo: memFree=1411280/2055892 swapFree=4085348/4096564
[pid=24011] ppid=24009 vsize=136548 CPUtime=130.03
/proc/24011/stat : 24011 (Pueblo13) R 24009 24011 23965 0 -1 4194304 28037511 0 0 0 5660 7343 0 0 25 0 1 0 201944552 139825152 32228 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24011/statm: 34137 32027 204 16 0 33577 0
Current children cumulated CPU time (s) 130.03
Current children cumulated vsize (Kb) 136548

[startup+140.081 s]
/proc/loadavg: 1.03 0.99 0.98 2/68 24011
/proc/meminfo: memFree=1410064/2055892 swapFree=4085348/4096564
[pid=24011] ppid=24009 vsize=138264 CPUtime=140.03
/proc/24011/stat : 24011 (Pueblo13) R 24009 24011 23965 0 -1 4194304 30238991 0 0 0 6074 7929 0 0 25 0 1 0 201944552 141582336 32557 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134532414 0 0 4096 0 0 0 0 17 1 0 0
/proc/24011/statm: 34566 32567 204 16 0 34006 0
Current children cumulated CPU time (s) 140.03
Current children cumulated vsize (Kb) 138264

[startup+150.087 s]
/proc/loadavg: 1.03 0.99 0.98 2/68 24011
/proc/meminfo: memFree=1408336/2055892 swapFree=4085348/4096564
[pid=24011] ppid=24009 vsize=139980 CPUtime=150.04
/proc/24011/stat : 24011 (Pueblo13) R 24009 24011 23965 0 -1 4194304 32454588 0 0 0 6486 8518 0 0 25 0 1 0 201944552 143339520 32933 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134532414 0 0 4096 0 0 0 0 17 1 0 0
/proc/24011/statm: 34995 32943 204 16 0 34435 0
Current children cumulated CPU time (s) 150.04
Current children cumulated vsize (Kb) 139980

[startup+160.093 s]
/proc/loadavg: 1.02 0.99 0.98 2/68 24011
/proc/meminfo: memFree=1406416/2055892 swapFree=4085348/4096564
[pid=24011] ppid=24009 vsize=141564 CPUtime=160.04
/proc/24011/stat : 24011 (Pueblo13) R 24009 24011 23965 0 -1 4194304 34657287 0 0 0 6910 9094 0 0 25 0 1 0 201944552 144961536 33476 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134532414 0 0 4096 0 0 0 0 17 1 0 0
/proc/24011/statm: 35391 33485 204 16 0 34831 0
Current children cumulated CPU time (s) 160.04
Current children cumulated vsize (Kb) 141564

[startup+170.099 s]
/proc/loadavg: 1.02 0.99 0.98 2/68 24011
/proc/meminfo: memFree=1404496/2055892 swapFree=4085348/4096564
[pid=24011] ppid=24009 vsize=143148 CPUtime=170.04
/proc/24011/stat : 24011 (Pueblo13) R 24009 24011 23965 0 -1 4194304 36880596 0 0 0 7329 9675 0 0 25 0 1 0 201944552 146583552 33926 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134532414 0 0 4096 0 0 0 0 17 1 0 0
/proc/24011/statm: 35787 33926 204 16 0 35227 0
Current children cumulated CPU time (s) 170.04
Current children cumulated vsize (Kb) 143148

[startup+180.106 s]
/proc/loadavg: 1.01 0.99 0.98 2/68 24011
/proc/meminfo: memFree=1402320/2055892 swapFree=4085348/4096564
[pid=24011] ppid=24009 vsize=145500 CPUtime=180.05
/proc/24011/stat : 24011 (Pueblo13) R 24009 24011 23965 0 -1 4194304 37737142 0 0 0 8104 9901 0 0 25 0 1 0 201944552 148992000 34466 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559204 0 0 4096 0 0 0 0 17 1 0 0
/proc/24011/statm: 36375 34466 206 16 0 35815 0
Current children cumulated CPU time (s) 180.05
Current children cumulated vsize (Kb) 145500

[startup+190.112 s]
/proc/loadavg: 1.01 0.99 0.98 2/68 24011
/proc/meminfo: memFree=1402192/2055892 swapFree=4085348/4096564
[pid=24011] ppid=24009 vsize=145500 CPUtime=190.05
/proc/24011/stat : 24011 (Pueblo13) R 24009 24011 23965 0 -1 4194304 37737168 0 0 0 9104 9901 0 0 25 0 1 0 201944552 148992000 34492 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559471 0 0 4096 0 0 0 0 17 1 0 0
/proc/24011/statm: 36375 34492 206 16 0 35815 0
Current children cumulated CPU time (s) 190.05
Current children cumulated vsize (Kb) 145500

[startup+200.117 s]
/proc/loadavg: 1.01 0.99 0.98 2/68 24011
/proc/meminfo: memFree=1402192/2055892 swapFree=4085348/4096564
[pid=24011] ppid=24009 vsize=145500 CPUtime=200.05
/proc/24011/stat : 24011 (Pueblo13) R 24009 24011 23965 0 -1 4194304 37737174 0 0 0 10104 9901 0 0 25 0 1 0 201944552 148992000 34498 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559204 0 0 4096 0 0 0 0 17 1 0 0
/proc/24011/statm: 36375 34498 206 16 0 35815 0
Current children cumulated CPU time (s) 200.05
Current children cumulated vsize (Kb) 145500

[startup+210.123 s]
/proc/loadavg: 1.01 0.99 0.98 2/68 24011
/proc/meminfo: memFree=1402128/2055892 swapFree=4085348/4096564

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

/proc/24011/stat : 24011 (Pueblo13) R 24009 24011 23965 0 -1 4194304 37781700 0 0 0 168210 9950 0 0 25 0 1 0 201944552 332951552 79024 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559501 0 0 4096 0 0 0 0 17 1 0 0
/proc/24011/statm: 81287 79024 206 16 0 80727 0
Current children cumulated CPU time (s) 1781.6
Current children cumulated vsize (Kb) 325148

[startup+1783.09 s]
/proc/loadavg: 1.00 0.99 0.98 2/68 24013
/proc/meminfo: memFree=1223440/2055892 swapFree=4085348/4096564
[pid=24011] ppid=24009 vsize=325272 CPUtime=1782.6
/proc/24011/stat : 24011 (Pueblo13) R 24009 24011 23965 0 -1 4194304 37781734 0 0 0 168310 9950 0 0 25 0 1 0 201944552 333078528 79058 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559501 0 0 4096 0 0 0 0 17 1 0 0
/proc/24011/statm: 81318 79058 206 16 0 80758 0
Current children cumulated CPU time (s) 1782.6
Current children cumulated vsize (Kb) 325272

[startup+1784.09 s]
/proc/loadavg: 1.00 0.99 0.98 2/68 24013
/proc/meminfo: memFree=1223312/2055892 swapFree=4085348/4096564
[pid=24011] ppid=24009 vsize=325396 CPUtime=1783.6
/proc/24011/stat : 24011 (Pueblo13) R 24009 24011 23965 0 -1 4194304 37781763 0 0 0 168410 9950 0 0 25 0 1 0 201944552 333205504 79087 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134520152 0 0 4096 0 0 0 0 17 1 0 0
/proc/24011/statm: 81349 79087 206 16 0 80789 0
Current children cumulated CPU time (s) 1783.6
Current children cumulated vsize (Kb) 325396

[startup+1785.1 s]
/proc/loadavg: 1.00 0.99 0.98 2/68 24013
/proc/meminfo: memFree=1223184/2055892 swapFree=4085348/4096564
[pid=24011] ppid=24009 vsize=325520 CPUtime=1784.61
/proc/24011/stat : 24011 (Pueblo13) R 24009 24011 23965 0 -1 4194304 37781797 0 0 0 168511 9950 0 0 25 0 1 0 201944552 333332480 79121 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559501 0 0 4096 0 0 0 0 17 1 0 0
/proc/24011/statm: 81380 79121 206 16 0 80820 0
Current children cumulated CPU time (s) 1784.61
Current children cumulated vsize (Kb) 325520

[startup+1786.1 s]
/proc/loadavg: 1.00 0.99 0.98 2/68 24013
/proc/meminfo: memFree=1223056/2055892 swapFree=4085348/4096564
[pid=24011] ppid=24009 vsize=325644 CPUtime=1785.61
/proc/24011/stat : 24011 (Pueblo13) R 24009 24011 23965 0 -1 4194304 37781830 0 0 0 168611 9950 0 0 25 0 1 0 201944552 333459456 79154 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559501 0 0 4096 0 0 0 0 17 1 0 0
/proc/24011/statm: 81411 79154 206 16 0 80851 0
Current children cumulated CPU time (s) 1785.61
Current children cumulated vsize (Kb) 325644

[startup+1787.11 s]
/proc/loadavg: 1.00 0.99 0.98 2/68 24013
/proc/meminfo: memFree=1222864/2055892 swapFree=4085348/4096564
[pid=24011] ppid=24009 vsize=325772 CPUtime=1786.62
/proc/24011/stat : 24011 (Pueblo13) R 24009 24011 23965 0 -1 4194304 37781867 0 0 0 168712 9950 0 0 25 0 1 0 201944552 333590528 79191 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 12169735 0 0 4096 0 0 0 0 17 1 0 0
/proc/24011/statm: 81443 79191 206 16 0 80883 0
Current children cumulated CPU time (s) 1786.62
Current children cumulated vsize (Kb) 325772

[startup+1788.11 s]
/proc/loadavg: 1.00 0.99 0.98 2/68 24013
/proc/meminfo: memFree=1222736/2055892 swapFree=4085348/4096564
[pid=24011] ppid=24009 vsize=325900 CPUtime=1787.62
/proc/24011/stat : 24011 (Pueblo13) R 24009 24011 23965 0 -1 4194304 37781899 0 0 0 168812 9950 0 0 25 0 1 0 201944552 333721600 79223 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559501 0 0 4096 0 0 0 0 17 1 0 0
/proc/24011/statm: 81475 79223 206 16 0 80915 0
Current children cumulated CPU time (s) 1787.62
Current children cumulated vsize (Kb) 325900

[startup+1789.12 s]
/proc/loadavg: 1.00 0.99 0.98 2/68 24013
/proc/meminfo: memFree=1222608/2055892 swapFree=4085348/4096564
[pid=24011] ppid=24009 vsize=326028 CPUtime=1788.63
/proc/24011/stat : 24011 (Pueblo13) R 24009 24011 23965 0 -1 4194304 37781929 0 0 0 168913 9950 0 0 25 0 1 0 201944552 333852672 79253 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559471 0 0 4096 0 0 0 0 17 1 0 0
/proc/24011/statm: 81507 79253 206 16 0 80947 0
Current children cumulated CPU time (s) 1788.63
Current children cumulated vsize (Kb) 326028

[startup+1790.12 s]
/proc/loadavg: 1.00 0.99 0.98 2/68 24013
/proc/meminfo: memFree=1222480/2055892 swapFree=4085348/4096564
[pid=24011] ppid=24009 vsize=326280 CPUtime=1789.63
/proc/24011/stat : 24011 (Pueblo13) R 24009 24011 23965 0 -1 4194304 37781973 0 0 0 169013 9950 0 0 25 0 1 0 201944552 334110720 79297 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134520147 0 0 4096 0 0 0 0 17 1 0 0
/proc/24011/statm: 81570 79297 206 16 0 81010 0
Current children cumulated CPU time (s) 1789.63
Current children cumulated vsize (Kb) 326280

[startup+1791.13 s]
/proc/loadavg: 1.00 0.99 0.98 2/68 24013
/proc/meminfo: memFree=1222352/2055892 swapFree=4085348/4096564
[pid=24011] ppid=24009 vsize=326280 CPUtime=1790.63
/proc/24011/stat : 24011 (Pueblo13) R 24009 24011 23965 0 -1 4194304 37782002 0 0 0 169113 9950 0 0 25 0 1 0 201944552 334110720 79326 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559501 0 0 4096 0 0 0 0 17 1 0 0
/proc/24011/statm: 81570 79326 206 16 0 81010 0
Current children cumulated CPU time (s) 1790.63
Current children cumulated vsize (Kb) 326280

[startup+1792.13 s]
/proc/loadavg: 1.00 0.99 0.98 2/68 24013
/proc/meminfo: memFree=1222224/2055892 swapFree=4085348/4096564
[pid=24011] ppid=24009 vsize=326408 CPUtime=1791.64
/proc/24011/stat : 24011 (Pueblo13) R 24009 24011 23965 0 -1 4194304 37782036 0 0 0 169214 9950 0 0 25 0 1 0 201944552 334241792 79360 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559501 0 0 4096 0 0 0 0 17 1 0 0
/proc/24011/statm: 81602 79360 206 16 0 81042 0
Current children cumulated CPU time (s) 1791.64
Current children cumulated vsize (Kb) 326408

[startup+1793.13 s]
/proc/loadavg: 1.00 0.99 0.98 2/68 24013
/proc/meminfo: memFree=1222032/2055892 swapFree=4085348/4096564
[pid=24011] ppid=24009 vsize=326660 CPUtime=1792.64
/proc/24011/stat : 24011 (Pueblo13) R 24009 24011 23965 0 -1 4194304 37782071 0 0 0 169314 9950 0 0 25 0 1 0 201944552 334499840 79395 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559501 0 0 4096 0 0 0 0 17 1 0 0
/proc/24011/statm: 81665 79395 206 16 0 81105 0
Current children cumulated CPU time (s) 1792.64
Current children cumulated vsize (Kb) 326660

[startup+1794.14 s]
/proc/loadavg: 1.00 0.99 0.98 2/68 24013
/proc/meminfo: memFree=1221904/2055892 swapFree=4085348/4096564
[pid=24011] ppid=24009 vsize=326788 CPUtime=1793.65
/proc/24011/stat : 24011 (Pueblo13) R 24009 24011 23965 0 -1 4194304 37782118 0 0 0 169415 9950 0 0 25 0 1 0 201944552 334630912 79442 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559501 0 0 4096 0 0 0 0 17 1 0 0
/proc/24011/statm: 81697 79442 206 16 0 81137 0
Current children cumulated CPU time (s) 1793.65
Current children cumulated vsize (Kb) 326788

[startup+1795.14 s]
/proc/loadavg: 1.00 0.99 0.98 2/68 24013
/proc/meminfo: memFree=1221712/2055892 swapFree=4085348/4096564
[pid=24011] ppid=24009 vsize=326912 CPUtime=1794.65
/proc/24011/stat : 24011 (Pueblo13) R 24009 24011 23965 0 -1 4194304 37782154 0 0 0 169515 9950 0 0 25 0 1 0 201944552 334757888 79478 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559501 0 0 4096 0 0 0 0 17 1 0 0
/proc/24011/statm: 81728 79478 206 16 0 81168 0
Current children cumulated CPU time (s) 1794.65
Current children cumulated vsize (Kb) 326912

[startup+1796.15 s]
/proc/loadavg: 1.00 0.99 0.98 2/68 24013
/proc/meminfo: memFree=1221584/2055892 swapFree=4085348/4096564
[pid=24011] ppid=24009 vsize=327044 CPUtime=1795.65
/proc/24011/stat : 24011 (Pueblo13) R 24009 24011 23965 0 -1 4194304 37782187 0 0 0 169615 9950 0 0 25 0 1 0 201944552 334893056 79511 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559501 0 0 4096 0 0 0 0 17 1 0 0
/proc/24011/statm: 81761 79511 206 16 0 81201 0
Current children cumulated CPU time (s) 1795.65
Current children cumulated vsize (Kb) 327044

[startup+1797.16 s]
/proc/loadavg: 1.00 0.99 0.98 2/68 24013
/proc/meminfo: memFree=1221392/2055892 swapFree=4085348/4096564
[pid=24011] ppid=24009 vsize=327296 CPUtime=1796.66
/proc/24011/stat : 24011 (Pueblo13) R 24009 24011 23965 0 -1 4194304 37782235 0 0 0 169716 9950 0 0 25 0 1 0 201944552 335151104 79559 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559501 0 0 4096 0 0 0 0 17 1 0 0
/proc/24011/statm: 81824 79559 206 16 0 81264 0
Current children cumulated CPU time (s) 1796.66
Current children cumulated vsize (Kb) 327296

[startup+1798.16 s]
/proc/loadavg: 1.00 0.99 0.98 2/68 24013
/proc/meminfo: memFree=1221008/2055892 swapFree=4085348/4096564
[pid=24011] ppid=24009 vsize=327704 CPUtime=1797.66
/proc/24011/stat : 24011 (Pueblo13) R 24009 24011 23965 0 -1 4194304 37782332 0 0 0 169816 9950 0 0 25 0 1 0 201944552 335568896 79656 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134520215 0 0 4096 0 0 0 0 17 1 0 0
/proc/24011/statm: 81926 79656 206 16 0 81366 0
Current children cumulated CPU time (s) 1797.66
Current children cumulated vsize (Kb) 327704

[startup+1799.17 s]
/proc/loadavg: 1.00 0.99 0.98 2/68 24013
/proc/meminfo: memFree=1220816/2055892 swapFree=4085348/4096564
[pid=24011] ppid=24009 vsize=327828 CPUtime=1798.67
/proc/24011/stat : 24011 (Pueblo13) R 24009 24011 23965 0 -1 4194304 37782378 0 0 0 169917 9950 0 0 25 0 1 0 201944552 335695872 79702 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559501 0 0 4096 0 0 0 0 17 1 0 0
/proc/24011/statm: 81957 79702 206 16 0 81397 0
Current children cumulated CPU time (s) 1798.67
Current children cumulated vsize (Kb) 327828

[startup+1800.17 s]
/proc/loadavg: 1.00 0.99 0.98 2/68 24013
/proc/meminfo: memFree=1220560/2055892 swapFree=4085348/4096564
[pid=24011] ppid=24009 vsize=328212 CPUtime=1799.67
/proc/24011/stat : 24011 (Pueblo13) R 24009 24011 23965 0 -1 4194304 37782448 0 0 0 170017 9950 0 0 25 0 1 0 201944552 336089088 79772 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 12175301 0 0 4096 0 0 0 0 17 1 0 0
/proc/24011/statm: 82053 79772 206 16 0 81493 0
Current children cumulated CPU time (s) 1799.67
Current children cumulated vsize (Kb) 328212

[startup+1801.17 s]
/proc/loadavg: 1.00 0.99 0.98 2/68 24013
/proc/meminfo: memFree=1220368/2055892 swapFree=4085348/4096564
[pid=24011] ppid=24009 vsize=328340 CPUtime=1800.67
/proc/24011/stat : 24011 (Pueblo13) R 24009 24011 23965 0 -1 4194304 37782493 0 0 0 170117 9950 0 0 25 0 1 0 201944552 336220160 79817 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559496 0 0 4096 0 0 0 0 17 1 0 0
/proc/24011/statm: 82085 79817 206 16 0 81525 0
Current children cumulated CPU time (s) 1800.67
Current children cumulated vsize (Kb) 328340



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.18 s]
/proc/loadavg: 1.00 0.99 0.98 2/68 24013
/proc/meminfo: memFree=1220368/2055892 swapFree=4085348/4096564
[pid=24011] ppid=24009 vsize=328340 CPUtime=1800.68
/proc/24011/stat : 24011 (Pueblo13) R 24009 24011 23965 0 -1 4194304 37782493 0 0 0 170118 9950 0 0 25 0 1 0 201944552 336220160 79817 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134527547 0 0 4096 0 0 0 0 17 1 0 0
/proc/24011/statm: 82085 79817 206 16 0 81525 0
Current children cumulated CPU time (s) 1800.68
Current children cumulated vsize (Kb) 328340

Sending SIGTERM to -24011
Sleeping 2 seconds

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1801.23
CPU time (s): 1800.74
CPU user time (s): 1701.18
CPU system time (s): 99.5569
CPU usage (%): 99.9727
Max. virtual memory (cumulated for all children) (Kb): 328340
The end

Launcher Data (download as text)

Begin job on node85 on Sat Jun  3 19:30:53 UTC 2006


FILE ID= 37752-1149363053

PBS_JOBID= 311623

BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/MIPLIB/miplib2003/normalized-reduced-mps-v2-20-10-stp3d.opb
COMMAND LINE= ROOT/solvers/PB/PB06final/user8/Pueblo13 ROOT/tmp/node85/37752-1149363053/instance-37752-1149363053.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node85/watcher-37752-1149363053 -o ROOT/results/node85/solver-37752-1149363053 -C 1800 -M 1800 -S 64  ROOT/solvers/PB/PB06final/user8/Pueblo13 ROOT/tmp/node85/37752-1149363053/instance-37752-1149363053.opb

MD5SUM SOLVER= b45add8200bccdf53727749bff226bd1
MD5SUM BENCH=  f0369b32b392b309903886944ef44b64

RANDOM SEED= 17003744


/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.218
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6006.18
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.218
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5999.41
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055892 kB
MemFree:       1539416 kB
Buffers:         29760 kB
Cached:         421780 kB
SwapCached:       2360 kB
Active:          85248 kB
Inactive:       374872 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055892 kB
LowFree:       1539416 kB
SwapTotal:     4096564 kB
SwapFree:      4085348 kB
Dirty:             168 kB
Writeback:           0 kB
Mapped:          16760 kB
Slab:            42908 kB
Committed_AS:   353468 kB
PageTables:       1292 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264388 kB
VmallocChunk: 536606243 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node85 on Sat Jun  3 20:00:54 UTC 2006