Trace number 31827

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
wildcat-rnp 0.8.0? (TO) 1800.05 1801.26

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/MIPLIB/
miplib2003/normalized-reduced-mps-v2-20-10-vpm2.opb
MD5SUM0632aa4d9a67ceeb1b14a3ab4971976e
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 variables2754
Total number of constraints444
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 constraints444
Minimum length of a constraint11
Maximum length of a constraint84
Number of terms in the objective function 168
Biggest coefficient in the objective function 5
Number of bits for the biggest coefficient in the objective function 3
Sum of the numbers in the objective function 504
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 204800
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 524341
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 
0.00	c wildcat-rnp (VERSION 0.8.0-lite-rnp-devel)
0.00	c Developed by L. Liu  and M. Truszczynski 
0.00	c Last built on Tue 23 May 2006 09:33:09 PM EDT
0.00	c 
0.00	c ROOT/solvers/PB/PB06final/user3/wildcat-rnp ROOT/tmp/node73/31827-1149362937/instance-31827-1149362937.opb 50638890 
0.00	c =================================== BEGIN ===================================
0.00	c 
0.00	c Random Number Seed: 50638890
0.00	c Noise: 0.7 (70 : 100) 
0.02	c Starting searching:
0.02	c Phase 1 ...
81.46	c   trying 504: xxxxxxxxxxc 
81.46	c Phase 2 ...
1680.17	c   trying 0: xxxxxxxxxxc 
1680.17	c Phase 3 ...
1801.25	c   trying 0 again: xc 
1801.25	s UNKNOWN
1801.25	c 
1801.25	c During searching:         -1.2e-05 seconds elapsed.
1801.25	c CPU time spent:           0 seconds.
1801.25	c 
1801.25	c =================================== END =====================================
1801.25	c 

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/node73/watcher-31827-1149362937 -o ROOT/results/node73/solver-31827-1149362937 -C 1800 -M 1800 -S 64 ROOT/solvers/PB/PB06final/user3/wildcat-rnp ROOT/tmp/node73/31827-1149362937/instance-31827-1149362937.opb 50638890 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.95 0.99 0.99 3/64 27474
/proc/meminfo: memFree=1724976/2055920 swapFree=4182160/4192956
[pid=27474] ppid=27472 vsize=7380 CPUtime=0
/proc/27474/stat : 27474 (wildcat-rnp) R 27472 27474 27428 0 -1 4194304 488 0 0 0 0 0 0 0 18 0 1 0 201958459 7557120 472 18446744073709551615 134512640 135438821 4294956656 18446744073709551615 134770530 0 0 4096 16386 0 0 0 17 0 0 0
/proc/27474/statm: 1845 476 110 226 0 1616 0

[startup+10.0017 s]
/proc/loadavg: 0.96 0.99 0.99 2/64 27474
/proc/meminfo: memFree=1717576/2055920 swapFree=4182160/4192956
[pid=27474] ppid=27472 vsize=13464 CPUtime=9.99
/proc/27474/stat : 27474 (wildcat-rnp) R 27472 27474 27428 0 -1 4194304 2019 0 0 0 999 0 0 0 25 0 1 0 201958459 13787136 1995 18446744073709551615 134512640 135438821 4294956656 18446744073709551615 134601401 0 0 4096 16386 0 0 0 17 0 0 0
/proc/27474/statm: 3366 1995 115 226 0 3137 0
Current children cumulated CPU time (s) 9.99
Current children cumulated vsize (Kb) 13464

[startup+20.0077 s]
/proc/loadavg: 0.96 0.99 0.99 2/64 27474
/proc/meminfo: memFree=1717712/2055920 swapFree=4182160/4192956
[pid=27474] ppid=27472 vsize=13464 CPUtime=19.99
/proc/27474/stat : 27474 (wildcat-rnp) R 27472 27474 27428 0 -1 4194304 2019 0 0 0 1999 0 0 0 25 0 1 0 201958459 13787136 1995 18446744073709551615 134512640 135438821 4294956656 18446744073709551615 134566252 0 0 4096 16386 0 0 0 17 0 0 0
/proc/27474/statm: 3366 1995 115 226 0 3137 0
Current children cumulated CPU time (s) 19.99
Current children cumulated vsize (Kb) 13464

[startup+30.0136 s]
/proc/loadavg: 0.97 0.99 0.99 2/64 27474
/proc/meminfo: memFree=1717776/2055920 swapFree=4182160/4192956
[pid=27474] ppid=27472 vsize=13464 CPUtime=30
/proc/27474/stat : 27474 (wildcat-rnp) R 27472 27474 27428 0 -1 4194304 2021 0 0 0 3000 0 0 0 25 0 1 0 201958459 13787136 1997 18446744073709551615 134512640 135438821 4294956656 18446744073709551615 134877496 0 0 4096 16386 0 0 0 17 0 0 0
/proc/27474/statm: 3366 1997 117 226 0 3137 0
Current children cumulated CPU time (s) 30
Current children cumulated vsize (Kb) 13464

[startup+40.0196 s]
/proc/loadavg: 0.97 0.99 0.99 2/64 27474
/proc/meminfo: memFree=1717776/2055920 swapFree=4182160/4192956
[pid=27474] ppid=27472 vsize=13464 CPUtime=39.99
/proc/27474/stat : 27474 (wildcat-rnp) R 27472 27474 27428 0 -1 4194304 2021 0 0 0 3999 0 0 0 25 0 1 0 201958459 13787136 1997 18446744073709551615 134512640 135438821 4294956656 18446744073709551615 134598570 0 0 4096 16386 0 0 0 17 0 0 0
/proc/27474/statm: 3366 1997 117 226 0 3137 0
Current children cumulated CPU time (s) 39.99
Current children cumulated vsize (Kb) 13464

[startup+50.0256 s]
/proc/loadavg: 0.98 0.99 0.99 2/64 27474
/proc/meminfo: memFree=1717840/2055920 swapFree=4182160/4192956
[pid=27474] ppid=27472 vsize=13464 CPUtime=49.99
/proc/27474/stat : 27474 (wildcat-rnp) R 27472 27474 27428 0 -1 4194304 2021 0 0 0 4999 0 0 0 25 0 1 0 201958459 13787136 1997 18446744073709551615 134512640 135438821 4294956656 18446744073709551615 134605227 0 0 4096 16386 0 0 0 17 0 0 0
/proc/27474/statm: 3366 1997 117 226 0 3137 0
Current children cumulated CPU time (s) 49.99
Current children cumulated vsize (Kb) 13464

[startup+60.0325 s]
/proc/loadavg: 0.98 0.99 0.99 2/64 27474
/proc/meminfo: memFree=1717776/2055920 swapFree=4182160/4192956
[pid=27474] ppid=27472 vsize=13464 CPUtime=59.99
/proc/27474/stat : 27474 (wildcat-rnp) R 27472 27474 27428 0 -1 4194304 2021 0 0 0 5999 0 0 0 25 0 1 0 201958459 13787136 1997 18446744073709551615 134512640 135438821 4294956656 18446744073709551615 134605358 0 0 4096 16386 0 0 0 17 0 0 0
/proc/27474/statm: 3366 1997 117 226 0 3137 0
Current children cumulated CPU time (s) 59.99
Current children cumulated vsize (Kb) 13464

[startup+70.0395 s]
/proc/loadavg: 0.98 0.99 0.99 2/64 27474
/proc/meminfo: memFree=1717776/2055920 swapFree=4182160/4192956
[pid=27474] ppid=27472 vsize=13464 CPUtime=70
/proc/27474/stat : 27474 (wildcat-rnp) R 27472 27474 27428 0 -1 4194304 2021 0 0 0 7000 0 0 0 25 0 1 0 201958459 13787136 1997 18446744073709551615 134512640 135438821 4294956656 18446744073709551615 134566243 0 0 4096 16386 0 0 0 17 0 0 0
/proc/27474/statm: 3366 1997 117 226 0 3137 0
Current children cumulated CPU time (s) 70
Current children cumulated vsize (Kb) 13464

[startup+80.0465 s]
/proc/loadavg: 0.98 0.99 0.99 2/64 27474
/proc/meminfo: memFree=1717776/2055920 swapFree=4182160/4192956
[pid=27474] ppid=27472 vsize=13464 CPUtime=79.99
/proc/27474/stat : 27474 (wildcat-rnp) R 27472 27474 27428 0 -1 4194304 2021 0 0 0 7999 0 0 0 25 0 1 0 201958459 13787136 1997 18446744073709551615 134512640 135438821 4294956656 18446744073709551615 134605219 0 0 4096 16386 0 0 0 17 1 0 0
/proc/27474/statm: 3366 1997 117 226 0 3137 0
Current children cumulated CPU time (s) 79.99
Current children cumulated vsize (Kb) 13464

[startup+90.0535 s]
/proc/loadavg: 0.99 0.99 0.99 2/64 27474
/proc/meminfo: memFree=1717776/2055920 swapFree=4182160/4192956
[pid=27474] ppid=27472 vsize=13464 CPUtime=89.99
/proc/27474/stat : 27474 (wildcat-rnp) R 27472 27474 27428 0 -1 4194304 2021 0 0 0 8999 0 0 0 25 0 1 0 201958459 13787136 1997 18446744073709551615 134512640 135438821 4294956656 18446744073709551615 134877496 0 0 4096 16386 0 0 0 17 0 0 0
/proc/27474/statm: 3366 1997 117 226 0 3137 0
Current children cumulated CPU time (s) 89.99
Current children cumulated vsize (Kb) 13464

[startup+100.06 s]
/proc/loadavg: 0.99 0.99 0.99 2/64 27474
/proc/meminfo: memFree=1717840/2055920 swapFree=4182160/4192956
[pid=27474] ppid=27472 vsize=13464 CPUtime=99.99
/proc/27474/stat : 27474 (wildcat-rnp) R 27472 27474 27428 0 -1 4194304 2021 0 0 0 9999 0 0 0 25 0 1 0 201958459 13787136 1997 18446744073709551615 134512640 135438821 4294956656 18446744073709551615 134877496 0 0 4096 16386 0 0 0 17 0 0 0
/proc/27474/statm: 3366 1997 117 226 0 3137 0
Current children cumulated CPU time (s) 99.99
Current children cumulated vsize (Kb) 13464

[startup+110.067 s]
/proc/loadavg: 0.99 0.99 0.99 2/64 27474
/proc/meminfo: memFree=1717840/2055920 swapFree=4182160/4192956
[pid=27474] ppid=27472 vsize=13464 CPUtime=110
/proc/27474/stat : 27474 (wildcat-rnp) R 27472 27474 27428 0 -1 4194304 2021 0 0 0 11000 0 0 0 25 0 1 0 201958459 13787136 1997 18446744073709551615 134512640 135438821 4294956656 18446744073709551615 134607244 0 0 4096 16386 0 0 0 17 0 0 0
/proc/27474/statm: 3366 1997 117 226 0 3137 0
Current children cumulated CPU time (s) 110
Current children cumulated vsize (Kb) 13464

[startup+120.074 s]
/proc/loadavg: 0.99 0.99 0.99 2/64 27474
/proc/meminfo: memFree=1717776/2055920 swapFree=4182160/4192956
[pid=27474] ppid=27472 vsize=13464 CPUtime=120
/proc/27474/stat : 27474 (wildcat-rnp) R 27472 27474 27428 0 -1 4194304 2021 0 0 0 12000 0 0 0 25 0 1 0 201958459 13787136 1997 18446744073709551615 134512640 135438821 4294956656 18446744073709551615 134605219 0 0 4096 16386 0 0 0 17 0 0 0
/proc/27474/statm: 3366 1997 117 226 0 3137 0
Current children cumulated CPU time (s) 120
Current children cumulated vsize (Kb) 13464

[startup+130.081 s]
/proc/loadavg: 0.99 0.99 0.99 2/64 27474
/proc/meminfo: memFree=1717776/2055920 swapFree=4182160/4192956
[pid=27474] ppid=27472 vsize=13464 CPUtime=130
/proc/27474/stat : 27474 (wildcat-rnp) R 27472 27474 27428 0 -1 4194304 2021 0 0 0 13000 0 0 0 25 0 1 0 201958459 13787136 1997 18446744073709551615 134512640 135438821 4294956656 18446744073709551615 134877482 0 0 4096 16386 0 0 0 17 0 0 0
/proc/27474/statm: 3366 1997 117 226 0 3137 0
Current children cumulated CPU time (s) 130
Current children cumulated vsize (Kb) 13464

[startup+140.088 s]
/proc/loadavg: 0.99 0.99 0.99 2/64 27474
/proc/meminfo: memFree=1717776/2055920 swapFree=4182160/4192956
[pid=27474] ppid=27472 vsize=13464 CPUtime=140
/proc/27474/stat : 27474 (wildcat-rnp) R 27472 27474 27428 0 -1 4194304 2021 0 0 0 14000 0 0 0 25 0 1 0 201958459 13787136 1997 18446744073709551615 134512640 135438821 4294956656 18446744073709551615 134877480 0 0 4096 16386 0 0 0 17 0 0 0
/proc/27474/statm: 3366 1997 117 226 0 3137 0
Current children cumulated CPU time (s) 140
Current children cumulated vsize (Kb) 13464

[startup+150.095 s]
/proc/loadavg: 0.99 0.99 0.99 2/64 27474
/proc/meminfo: memFree=1717776/2055920 swapFree=4182160/4192956
[pid=27474] ppid=27472 vsize=13464 CPUtime=150
/proc/27474/stat : 27474 (wildcat-rnp) R 27472 27474 27428 0 -1 4194304 2021 0 0 0 15000 0 0 0 25 0 1 0 201958459 13787136 1997 18446744073709551615 134512640 135438821 4294956656 18446744073709551615 134611507 0 0 4096 16386 0 0 0 17 0 0 0
/proc/27474/statm: 3366 1997 117 226 0 3137 0
Current children cumulated CPU time (s) 150
Current children cumulated vsize (Kb) 13464

[startup+160.102 s]
/proc/loadavg: 0.99 0.99 0.99 2/64 27474
/proc/meminfo: memFree=1717776/2055920 swapFree=4182160/4192956
[pid=27474] ppid=27472 vsize=13464 CPUtime=160
/proc/27474/stat : 27474 (wildcat-rnp) R 27472 27474 27428 0 -1 4194304 2021 0 0 0 16000 0 0 0 25 0 1 0 201958459 13787136 1997 18446744073709551615 134512640 135438821 4294956656 18446744073709551615 134601257 0 0 4096 16386 0 0 0 17 0 0 0
/proc/27474/statm: 3366 1997 117 226 0 3137 0
Current children cumulated CPU time (s) 160
Current children cumulated vsize (Kb) 13464

[startup+170.109 s]
/proc/loadavg: 0.99 0.99 0.99 2/64 27474
/proc/meminfo: memFree=1717776/2055920 swapFree=4182160/4192956
[pid=27474] ppid=27472 vsize=13464 CPUtime=170
/proc/27474/stat : 27474 (wildcat-rnp) R 27472 27474 27428 0 -1 4194304 2021 0 0 0 17000 0 0 0 25 0 1 0 201958459 13787136 1997 18446744073709551615 134512640 135438821 4294956656 18446744073709551615 134868523 0 0 4096 16386 0 0 0 17 0 0 0
/proc/27474/statm: 3366 1997 117 226 0 3137 0
Current children cumulated CPU time (s) 170
Current children cumulated vsize (Kb) 13464

[startup+180.116 s]
/proc/loadavg: 0.99 0.99 0.99 2/64 27474
/proc/meminfo: memFree=1717776/2055920 swapFree=4182160/4192956
[pid=27474] ppid=27472 vsize=13464 CPUtime=180
/proc/27474/stat : 27474 (wildcat-rnp) R 27472 27474 27428 0 -1 4194304 2021 0 0 0 18000 0 0 0 25 0 1 0 201958459 13787136 1997 18446744073709551615 134512640 135438821 4294956656 18446744073709551615 134611584 0 0 4096 16386 0 0 0 17 1 0 0
/proc/27474/statm: 3366 1997 117 226 0 3137 0
Current children cumulated CPU time (s) 180
Current children cumulated vsize (Kb) 13464

[startup+190.123 s]
/proc/loadavg: 0.99 0.99 0.99 2/64 27474
/proc/meminfo: memFree=1717776/2055920 swapFree=4182160/4192956
[pid=27474] ppid=27472 vsize=13464 CPUtime=190
/proc/27474/stat : 27474 (wildcat-rnp) R 27472 27474 27428 0 -1 4194304 2021 0 0 0 19000 0 0 0 25 0 1 0 201958459 13787136 1997 18446744073709551615 134512640 135438821 4294956656 18446744073709551615 134607638 0 0 4096 16386 0 0 0 17 0 0 0
/proc/27474/statm: 3366 1997 117 226 0 3137 0
Current children cumulated CPU time (s) 190
Current children cumulated vsize (Kb) 13464

[startup+200.13 s]
/proc/loadavg: 0.99 0.99 0.99 2/64 27474
/proc/meminfo: memFree=1717840/2055920 swapFree=4182160/4192956
[pid=27474] ppid=27472 vsize=13464 CPUtime=200
/proc/27474/stat : 27474 (wildcat-rnp) R 27472 27474 27428 0 -1 4194304 2021 0 0 0 20000 0 0 0 25 0 1 0 201958459 13787136 1997 18446744073709551615 134512640 135438821 4294956656 18446744073709551615 134566243 0 0 4096 16386 0 0 0 17 0 0 0
/proc/27474/statm: 3366 1997 117 226 0 3137 0
Current children cumulated CPU time (s) 200
Current children cumulated vsize (Kb) 13464

[startup+210.137 s]
/proc/loadavg: 0.99 0.99 0.99 2/64 27474
/proc/meminfo: memFree=1717840/2055920 swapFree=4182160/4192956

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

[pid=27474] ppid=27472 vsize=13464 CPUtime=1699.97
/proc/27474/stat : 27474 (wildcat-rnp) R 27472 27474 27428 0 -1 4194304 2021 0 0 0 169996 1 0 0 25 0 1 0 201958459 13787136 1997 18446744073709551615 134512640 135438821 4294956656 18446744073709551615 134608203 0 0 4096 16386 0 0 0 17 0 0 0
/proc/27474/statm: 3366 1997 117 226 0 3137 0
Current children cumulated CPU time (s) 1699.97
Current children cumulated vsize (Kb) 13464

[startup+1711.14 s]
/proc/loadavg: 1.00 1.00 0.99 2/64 27476
/proc/meminfo: memFree=1717336/2055920 swapFree=4182160/4192956
[pid=27474] ppid=27472 vsize=13464 CPUtime=1709.98
/proc/27474/stat : 27474 (wildcat-rnp) R 27472 27474 27428 0 -1 4194304 2021 0 0 0 170997 1 0 0 25 0 1 0 201958459 13787136 1997 18446744073709551615 134512640 135438821 4294956656 18446744073709551615 134601737 0 0 4096 16386 0 0 0 17 0 0 0
/proc/27474/statm: 3366 1997 117 226 0 3137 0
Current children cumulated CPU time (s) 1709.98
Current children cumulated vsize (Kb) 13464

[startup+1721.14 s]
/proc/loadavg: 1.00 1.00 0.99 2/64 27476
/proc/meminfo: memFree=1717336/2055920 swapFree=4182160/4192956
[pid=27474] ppid=27472 vsize=13464 CPUtime=1719.98
/proc/27474/stat : 27474 (wildcat-rnp) R 27472 27474 27428 0 -1 4194304 2021 0 0 0 171997 1 0 0 25 0 1 0 201958459 13787136 1997 18446744073709551615 134512640 135438821 4294956656 18446744073709551615 134598532 0 0 4096 16386 0 0 0 17 0 0 0
/proc/27474/statm: 3366 1997 117 226 0 3137 0
Current children cumulated CPU time (s) 1719.98
Current children cumulated vsize (Kb) 13464

[startup+1731.15 s]
/proc/loadavg: 1.00 1.00 0.99 2/64 27476
/proc/meminfo: memFree=1717336/2055920 swapFree=4182160/4192956
[pid=27474] ppid=27472 vsize=13464 CPUtime=1729.98
/proc/27474/stat : 27474 (wildcat-rnp) R 27472 27474 27428 0 -1 4194304 2021 0 0 0 172997 1 0 0 25 0 1 0 201958459 13787136 1997 18446744073709551615 134512640 135438821 4294956656 18446744073709551615 134566180 0 0 4096 16386 0 0 0 17 0 0 0
/proc/27474/statm: 3366 1997 117 226 0 3137 0
Current children cumulated CPU time (s) 1729.98
Current children cumulated vsize (Kb) 13464

[startup+1741.16 s]
/proc/loadavg: 1.00 1.00 0.99 2/64 27476
/proc/meminfo: memFree=1717336/2055920 swapFree=4182160/4192956
[pid=27474] ppid=27472 vsize=13464 CPUtime=1739.98
/proc/27474/stat : 27474 (wildcat-rnp) R 27472 27474 27428 0 -1 4194304 2021 0 0 0 173997 1 0 0 25 0 1 0 201958459 13787136 1997 18446744073709551615 134512640 135438821 4294956656 18446744073709551615 134566270 0 0 4096 16386 0 0 0 17 0 0 0
/proc/27474/statm: 3366 1997 117 226 0 3137 0
Current children cumulated CPU time (s) 1739.98
Current children cumulated vsize (Kb) 13464

[startup+1751.17 s]
/proc/loadavg: 1.00 1.00 0.99 2/64 27476
/proc/meminfo: memFree=1717336/2055920 swapFree=4182160/4192956
[pid=27474] ppid=27472 vsize=13464 CPUtime=1749.98
/proc/27474/stat : 27474 (wildcat-rnp) R 27472 27474 27428 0 -1 4194304 2021 0 0 0 174997 1 0 0 25 0 1 0 201958459 13787136 1997 18446744073709551615 134512640 135438821 4294956656 18446744073709551615 134566862 0 0 4096 16386 0 0 0 17 1 0 0
/proc/27474/statm: 3366 1997 117 226 0 3137 0
Current children cumulated CPU time (s) 1749.98
Current children cumulated vsize (Kb) 13464

[startup+1761.17 s]
/proc/loadavg: 1.00 1.00 0.99 2/64 27476
/proc/meminfo: memFree=1717400/2055920 swapFree=4182160/4192956
[pid=27474] ppid=27472 vsize=13464 CPUtime=1759.98
/proc/27474/stat : 27474 (wildcat-rnp) R 27472 27474 27428 0 -1 4194304 2021 0 0 0 175997 1 0 0 25 0 1 0 201958459 13787136 1997 18446744073709551615 134512640 135438821 4294956656 18446744073709551615 134605219 0 0 4096 16386 0 0 0 17 0 0 0
/proc/27474/statm: 3366 1997 117 226 0 3137 0
Current children cumulated CPU time (s) 1759.98
Current children cumulated vsize (Kb) 13464

[startup+1771.18 s]
/proc/loadavg: 1.00 1.00 0.99 2/64 27476
/proc/meminfo: memFree=1717336/2055920 swapFree=4182160/4192956
[pid=27474] ppid=27472 vsize=13464 CPUtime=1769.98
/proc/27474/stat : 27474 (wildcat-rnp) R 27472 27474 27428 0 -1 4194304 2021 0 0 0 176997 1 0 0 25 0 1 0 201958459 13787136 1997 18446744073709551615 134512640 135438821 4294956656 18446744073709551615 134601328 0 0 4096 16386 0 0 0 17 0 0 0
/proc/27474/statm: 3366 1997 117 226 0 3137 0
Current children cumulated CPU time (s) 1769.98
Current children cumulated vsize (Kb) 13464

[startup+1781.19 s]
/proc/loadavg: 1.00 1.00 0.99 2/64 27476
/proc/meminfo: memFree=1717336/2055920 swapFree=4182160/4192956
[pid=27474] ppid=27472 vsize=13464 CPUtime=1779.98
/proc/27474/stat : 27474 (wildcat-rnp) R 27472 27474 27428 0 -1 4194304 2021 0 0 0 177997 1 0 0 25 0 1 0 201958459 13787136 1997 18446744073709551615 134512640 135438821 4294956656 18446744073709551615 134605204 0 0 4096 16386 0 0 0 17 0 0 0
/proc/27474/statm: 3366 1997 117 226 0 3137 0
Current children cumulated CPU time (s) 1779.98
Current children cumulated vsize (Kb) 13464

[startup+1791.19 s]
/proc/loadavg: 1.00 1.00 0.99 2/64 27476
/proc/meminfo: memFree=1717336/2055920 swapFree=4182160/4192956
[pid=27474] ppid=27472 vsize=13464 CPUtime=1789.98
/proc/27474/stat : 27474 (wildcat-rnp) R 27472 27474 27428 0 -1 4194304 2021 0 0 0 178997 1 0 0 25 0 1 0 201958459 13787136 1997 18446744073709551615 134512640 135438821 4294956656 18446744073709551615 134601662 0 0 4096 16386 0 0 0 17 0 0 0
/proc/27474/statm: 3366 1997 117 226 0 3137 0
Current children cumulated CPU time (s) 1789.98
Current children cumulated vsize (Kb) 13464

[startup+1792.2 s]
/proc/loadavg: 1.00 1.00 0.99 2/64 27476
/proc/meminfo: memFree=1717336/2055920 swapFree=4182160/4192956
[pid=27474] ppid=27472 vsize=13464 CPUtime=1790.99
/proc/27474/stat : 27474 (wildcat-rnp) R 27472 27474 27428 0 -1 4194304 2021 0 0 0 179098 1 0 0 25 0 1 0 201958459 13787136 1997 18446744073709551615 134512640 135438821 4294956656 18446744073709551615 134601801 0 0 4096 16386 0 0 0 17 0 0 0
/proc/27474/statm: 3366 1997 117 226 0 3137 0
Current children cumulated CPU time (s) 1790.99
Current children cumulated vsize (Kb) 13464

[startup+1793.2 s]
/proc/loadavg: 1.00 1.00 0.99 2/64 27476
/proc/meminfo: memFree=1717336/2055920 swapFree=4182160/4192956
[pid=27474] ppid=27472 vsize=13464 CPUtime=1791.99
/proc/27474/stat : 27474 (wildcat-rnp) R 27472 27474 27428 0 -1 4194304 2021 0 0 0 179198 1 0 0 25 0 1 0 201958459 13787136 1997 18446744073709551615 134512640 135438821 4294956656 18446744073709551615 134598354 0 0 4096 16386 0 0 0 17 0 0 0
/proc/27474/statm: 3366 1997 117 226 0 3137 0
Current children cumulated CPU time (s) 1791.99
Current children cumulated vsize (Kb) 13464

[startup+1794.21 s]
/proc/loadavg: 1.00 1.00 0.99 2/64 27476
/proc/meminfo: memFree=1717336/2055920 swapFree=4182160/4192956
[pid=27474] ppid=27472 vsize=13464 CPUtime=1793
/proc/27474/stat : 27474 (wildcat-rnp) R 27472 27474 27428 0 -1 4194304 2021 0 0 0 179299 1 0 0 25 0 1 0 201958459 13787136 1997 18446744073709551615 134512640 135438821 4294956656 18446744073709551615 134605219 0 0 4096 16386 0 0 0 17 0 0 0
/proc/27474/statm: 3366 1997 117 226 0 3137 0
Current children cumulated CPU time (s) 1793
Current children cumulated vsize (Kb) 13464

[startup+1795.22 s]
/proc/loadavg: 1.00 1.00 0.99 2/64 27476
/proc/meminfo: memFree=1717336/2055920 swapFree=4182160/4192956
[pid=27474] ppid=27472 vsize=13464 CPUtime=1794
/proc/27474/stat : 27474 (wildcat-rnp) R 27472 27474 27428 0 -1 4194304 2021 0 0 0 179399 1 0 0 25 0 1 0 201958459 13787136 1997 18446744073709551615 134512640 135438821 4294956656 18446744073709551615 134605227 0 0 4096 16386 0 0 0 17 0 0 0
/proc/27474/statm: 3366 1997 117 226 0 3137 0
Current children cumulated CPU time (s) 1794
Current children cumulated vsize (Kb) 13464

[startup+1796.22 s]
/proc/loadavg: 1.00 1.00 0.99 2/64 27476
/proc/meminfo: memFree=1717336/2055920 swapFree=4182160/4192956
[pid=27474] ppid=27472 vsize=13464 CPUtime=1795.01
/proc/27474/stat : 27474 (wildcat-rnp) R 27472 27474 27428 0 -1 4194304 2021 0 0 0 179500 1 0 0 25 0 1 0 201958459 13787136 1997 18446744073709551615 134512640 135438821 4294956656 18446744073709551615 134605254 0 0 4096 16386 0 0 0 17 0 0 0
/proc/27474/statm: 3366 1997 117 226 0 3137 0
Current children cumulated CPU time (s) 1795.01
Current children cumulated vsize (Kb) 13464

[startup+1797.23 s]
/proc/loadavg: 1.00 1.00 0.99 2/64 27476
/proc/meminfo: memFree=1717336/2055920 swapFree=4182160/4192956
[pid=27474] ppid=27472 vsize=13464 CPUtime=1796.01
/proc/27474/stat : 27474 (wildcat-rnp) R 27472 27474 27428 0 -1 4194304 2021 0 0 0 179600 1 0 0 25 0 1 0 201958459 13787136 1997 18446744073709551615 134512640 135438821 4294956656 18446744073709551615 134605219 0 0 4096 16386 0 0 0 17 0 0 0
/proc/27474/statm: 3366 1997 117 226 0 3137 0
Current children cumulated CPU time (s) 1796.01
Current children cumulated vsize (Kb) 13464

[startup+1798.23 s]
/proc/loadavg: 1.00 1.00 0.99 2/64 27476
/proc/meminfo: memFree=1717336/2055920 swapFree=4182160/4192956
[pid=27474] ppid=27472 vsize=13464 CPUtime=1797.02
/proc/27474/stat : 27474 (wildcat-rnp) R 27472 27474 27428 0 -1 4194304 2021 0 0 0 179701 1 0 0 25 0 1 0 201958459 13787136 1997 18446744073709551615 134512640 135438821 4294956656 18446744073709551615 134605219 0 0 4096 16386 0 0 0 17 0 0 0
/proc/27474/statm: 3366 1997 117 226 0 3137 0
Current children cumulated CPU time (s) 1797.02
Current children cumulated vsize (Kb) 13464

[startup+1799.24 s]
/proc/loadavg: 1.00 1.00 0.99 2/64 27476
/proc/meminfo: memFree=1717336/2055920 swapFree=4182160/4192956
[pid=27474] ppid=27472 vsize=13464 CPUtime=1798.02
/proc/27474/stat : 27474 (wildcat-rnp) R 27472 27474 27428 0 -1 4194304 2021 0 0 0 179801 1 0 0 25 0 1 0 201958459 13787136 1997 18446744073709551615 134512640 135438821 4294956656 18446744073709551615 134601257 0 0 4096 16386 0 0 0 17 0 0 0
/proc/27474/statm: 3366 1997 117 226 0 3137 0
Current children cumulated CPU time (s) 1798.02
Current children cumulated vsize (Kb) 13464

[startup+1800.24 s]
/proc/loadavg: 1.00 1.00 0.99 2/64 27476
/proc/meminfo: memFree=1717336/2055920 swapFree=4182160/4192956
[pid=27474] ppid=27472 vsize=13464 CPUtime=1799.03
/proc/27474/stat : 27474 (wildcat-rnp) R 27472 27474 27428 0 -1 4194304 2021 0 0 0 179902 1 0 0 25 0 1 0 201958459 13787136 1997 18446744073709551615 134512640 135438821 4294956656 18446744073709551615 134598357 0 0 4096 16386 0 0 0 17 0 0 0
/proc/27474/statm: 3366 1997 117 226 0 3137 0
Current children cumulated CPU time (s) 1799.03
Current children cumulated vsize (Kb) 13464

[startup+1801.25 s]
/proc/loadavg: 1.00 1.00 0.99 2/64 27476
/proc/meminfo: memFree=1717336/2055920 swapFree=4182160/4192956
[pid=27474] ppid=27472 vsize=13464 CPUtime=1800.03
/proc/27474/stat : 27474 (wildcat-rnp) R 27472 27474 27428 0 -1 4194304 2021 0 0 0 180002 1 0 0 25 0 1 0 201958459 13787136 1997 18446744073709551615 134512640 135438821 4294956656 18446744073709551615 134605219 0 0 4096 16386 0 0 0 17 0 0 0
/proc/27474/statm: 3366 1997 117 226 0 3137 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (Kb) 13464



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.25 s]
/proc/loadavg: 1.00 1.00 0.99 2/64 27476
/proc/meminfo: memFree=1717336/2055920 swapFree=4182160/4192956
[pid=27474] ppid=27472 vsize=13464 CPUtime=1800.03
/proc/27474/stat : 27474 (wildcat-rnp) R 27472 27474 27428 0 -1 4194304 2021 0 0 0 180002 1 0 0 25 0 1 0 201958459 13787136 1997 18446744073709551615 134512640 135438821 4294956656 18446744073709551615 134601359 0 0 4096 16386 0 0 0 17 0 0 0
/proc/27474/statm: 3366 1997 117 226 0 3137 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (Kb) 13464

Sending SIGTERM to -27474
Sleeping 2 seconds

Child status: 0
Real time (s): 1801.26
CPU time (s): 1800.05
CPU user time (s): 1800.03
CPU system time (s): 0.018997
CPU usage (%): 99.9328
Max. virtual memory (cumulated for all children) (Kb): 13464

Launcher Data (download as text)

Begin job on node73 on Sat Jun  3 19:28:57 UTC 2006


FILE ID= 31827-1149362937

PBS_JOBID= 311619

BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/MIPLIB/miplib2003/normalized-reduced-mps-v2-20-10-vpm2.opb
COMMAND LINE= ROOT/solvers/PB/PB06final/user3/wildcat-rnp ROOT/tmp/node73/31827-1149362937/instance-31827-1149362937.opb 50638890
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node73/watcher-31827-1149362937 -o ROOT/results/node73/solver-31827-1149362937 -C 1800 -M 1800 -S 64  ROOT/solvers/PB/PB06final/user3/wildcat-rnp ROOT/tmp/node73/31827-1149362937/instance-31827-1149362937.opb 50638890

MD5SUM SOLVER= 433c0d3a0d963188fa818d869a2c809a
MD5SUM BENCH=  0632aa4d9a67ceeb1b14a3ab4971976e

RANDOM SEED= 50638890


/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.261
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.261
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:       1725376 kB
Buffers:         12556 kB
Cached:         258872 kB
SwapCached:       2204 kB
Active:          28580 kB
Inactive:       251304 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1725376 kB
SwapTotal:     4192956 kB
SwapFree:      4182160 kB
Dirty:             172 kB
Writeback:           0 kB
Mapped:          14812 kB
Slab:            36768 kB
Committed_AS:   377884 kB
PageTables:       1416 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node73 on Sat Jun  3 19:58:58 UTC 2006