Trace number 32832

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-skc 0.8.0? (TO) 1800.62 1801.23

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-reduced-mps-v2-20-10-fit2d.opb
MD5SUMb5e82d02e51b7eb09c369bc9f6b2937f
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-1
Best CPU time to get the best result obtained on this benchmark1804.25
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -1
Optimality of the best value was proved NO
Number of variables118500
Total number of constraints10525
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 constraints10525
Minimum length of a constraint10
Maximum length of a constraint118500
Number of terms in the objective function 102000
Biggest coefficient in the objective function 1981
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 601677
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 13452
Number of bits of the biggest number in a constraint 14
Biggest sum of numbers in a constraint 608143
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-skc (VERSION 0.8.0-lite-skc-devel)
0.00	c Developed by L. Liu  and M. Truszczynski 
0.00	c Last built on Tue 23 May 2006 09:27:47 PM EDT
0.00	c 
0.00	c ROOT/solvers/PB/PB06final/user3/wildcat-skc ROOT/tmp/node76/32832-1149339566/instance-32832-1149339566.opb 837932642 
0.00	c =================================== BEGIN ===================================
0.00	c 
0.00	c Random Number Seed: 837932642
0.00	c Noise: 0.1 (10 : 100) 
1139.18	c Starting searching:
1139.18	c Phase 1 ...
1801.18	c   trying 534147: xxxxxxxxxxc 
1801.18	c Phase 2 ...
1801.18	c   trying 0: c 
1801.18	c Phase 3 ...
1801.18	c   trying 0 again: c 
1801.18	s UNKNOWN
1801.18	c 
1801.18	c During searching:         -1.2e-05 seconds elapsed.
1801.18	c CPU time spent:           0 seconds.
1801.18	c 
1801.18	c =================================== END =====================================
1801.18	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/node76/watcher-32832-1149339566 -o ROOT/results/node76/solver-32832-1149339566 -C 1800 -M 1800 -S 64 ROOT/solvers/PB/PB06final/user3/wildcat-skc ROOT/tmp/node76/32832-1149339566/instance-32832-1149339566.opb 837932642 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.92 0.98 0.99 2/68 30493
/proc/meminfo: memFree=1519640/2055888 swapFree=4085384/4096564
[pid=30493] ppid=30491 vsize=6616 CPUtime=0
/proc/30493/stat : 30493 (wildcat-skc) R 30491 30493 30447 0 -1 4194304 373 0 0 0 0 0 0 0 18 0 1 0 199596105 6774784 359 18446744073709551615 134512640 135438821 4294956656 18446744073709551615 135017295 0 0 4096 16386 0 0 0 17 1 0 0
/proc/30493/statm: 1654 364 100 226 0 1425 0

[startup+10.0024 s]
/proc/loadavg: 0.93 0.98 0.99 2/68 30493
/proc/meminfo: memFree=1516120/2055888 swapFree=4085384/4096564
[pid=30493] ppid=30491 vsize=8744 CPUtime=9.99
/proc/30493/stat : 30493 (wildcat-skc) R 30491 30493 30447 0 -1 4194304 1060 0 0 0 999 0 0 0 25 0 1 0 199596105 8953856 1045 18446744073709551615 134512640 135438821 4294956656 18446744073709551615 135014942 0 0 4096 16386 0 0 0 17 1 0 0
/proc/30493/statm: 2186 1045 105 226 0 1957 0
Current children cumulated CPU time (s) 9.99
Current children cumulated vsize (Kb) 8744

[startup+20.0086 s]
/proc/loadavg: 0.94 0.98 0.99 2/68 30493
/proc/meminfo: memFree=1514136/2055888 swapFree=4085384/4096564
[pid=30493] ppid=30491 vsize=10988 CPUtime=19.99
/proc/30493/stat : 30493 (wildcat-skc) R 30491 30493 30447 0 -1 4194304 1601 0 0 0 1999 0 0 0 25 0 1 0 199596105 11251712 1586 18446744073709551615 134512640 135438821 4294956656 18446744073709551615 135014901 0 0 4096 16386 0 0 0 17 1 0 0
/proc/30493/statm: 2747 1586 105 226 0 2518 0
Current children cumulated CPU time (s) 19.99
Current children cumulated vsize (Kb) 10988

[startup+30.0148 s]
/proc/loadavg: 0.95 0.98 0.99 2/68 30493
/proc/meminfo: memFree=1512024/2055888 swapFree=4085384/4096564
[pid=30493] ppid=30491 vsize=13356 CPUtime=30
/proc/30493/stat : 30493 (wildcat-skc) R 30491 30493 30447 0 -1 4194304 2212 0 0 0 2999 1 0 0 25 0 1 0 199596105 13676544 2131 18446744073709551615 134512640 135438821 4294956656 18446744073709551615 135014942 0 0 4096 16386 0 0 0 17 1 0 0
/proc/30493/statm: 3339 2131 105 226 0 3110 0
Current children cumulated CPU time (s) 30
Current children cumulated vsize (Kb) 13356

[startup+40.021 s]
/proc/loadavg: 0.96 0.98 0.99 2/68 30493
/proc/meminfo: memFree=1509912/2055888 swapFree=4085384/4096564
[pid=30493] ppid=30491 vsize=15336 CPUtime=40
/proc/30493/stat : 30493 (wildcat-skc) R 30491 30493 30447 0 -1 4194304 2753 0 0 0 3999 1 0 0 25 0 1 0 199596105 15704064 2672 18446744073709551615 134512640 135438821 4294956656 18446744073709551615 135014929 0 0 4096 16386 0 0 0 17 1 0 0
/proc/30493/statm: 3834 2672 105 226 0 3605 0
Current children cumulated CPU time (s) 40
Current children cumulated vsize (Kb) 15336

[startup+50.0272 s]
/proc/loadavg: 0.96 0.98 0.99 2/68 30493
/proc/meminfo: memFree=1507800/2055888 swapFree=4085384/4096564
[pid=30493] ppid=30491 vsize=17448 CPUtime=50
/proc/30493/stat : 30493 (wildcat-skc) R 30491 30493 30447 0 -1 4194304 3300 0 0 0 4999 1 0 0 25 0 1 0 199596105 17866752 3219 18446744073709551615 134512640 135438821 4294956656 18446744073709551615 135014901 0 0 4096 16386 0 0 0 17 1 0 0
/proc/30493/statm: 4362 3219 105 226 0 4133 0
Current children cumulated CPU time (s) 50
Current children cumulated vsize (Kb) 17448

[startup+60.0334 s]
/proc/loadavg: 0.97 0.98 0.99 2/68 30493
/proc/meminfo: memFree=1505560/2055888 swapFree=4085384/4096564
[pid=30493] ppid=30491 vsize=20072 CPUtime=60.01
/proc/30493/stat : 30493 (wildcat-skc) R 30491 30493 30447 0 -1 4194304 3971 0 0 0 5999 2 0 0 25 0 1 0 199596105 20553728 3760 18446744073709551615 134512640 135438821 4294956656 18446744073709551615 135014967 0 0 4096 16386 0 0 0 17 1 0 0
/proc/30493/statm: 5018 3760 105 226 0 4789 0
Current children cumulated CPU time (s) 60.01
Current children cumulated vsize (Kb) 20072

[startup+70.0386 s]
/proc/loadavg: 0.97 0.98 0.99 2/68 30493
/proc/meminfo: memFree=1503384/2055888 swapFree=4085384/4096564
[pid=30493] ppid=30491 vsize=22184 CPUtime=70.02
/proc/30493/stat : 30493 (wildcat-skc) R 30491 30493 30447 0 -1 4194304 4517 0 0 0 6999 3 0 0 25 0 1 0 199596105 22716416 4306 18446744073709551615 134512640 135438821 4294956656 18446744073709551615 135014919 0 0 4096 16386 0 0 0 17 1 0 0
/proc/30493/statm: 5546 4306 105 226 0 5317 0
Current children cumulated CPU time (s) 70.02
Current children cumulated vsize (Kb) 22184

[startup+80.0448 s]
/proc/loadavg: 0.98 0.98 0.99 2/68 30493
/proc/meminfo: memFree=1501208/2055888 swapFree=4085384/4096564
[pid=30493] ppid=30491 vsize=24164 CPUtime=80.02
/proc/30493/stat : 30493 (wildcat-skc) R 30491 30493 30447 0 -1 4194304 5060 0 0 0 7999 3 0 0 25 0 1 0 199596105 24743936 4849 18446744073709551615 134512640 135438821 4294956656 18446744073709551615 135014901 0 0 4096 16386 0 0 0 17 1 0 0
/proc/30493/statm: 6041 4849 105 226 0 5812 0
Current children cumulated CPU time (s) 80.02
Current children cumulated vsize (Kb) 24164

[startup+90.051 s]
/proc/loadavg: 0.98 0.98 0.99 2/68 30493
/proc/meminfo: memFree=1499032/2055888 swapFree=4085384/4096564
[pid=30493] ppid=30491 vsize=26276 CPUtime=90.02
/proc/30493/stat : 30493 (wildcat-skc) R 30491 30493 30447 0 -1 4194304 5602 0 0 0 8999 3 0 0 25 0 1 0 199596105 26906624 5391 18446744073709551615 134512640 135438821 4294956656 18446744073709551615 135014919 0 0 4096 16386 0 0 0 17 1 0 0
/proc/30493/statm: 6569 5391 105 226 0 6340 0
Current children cumulated CPU time (s) 90.02
Current children cumulated vsize (Kb) 26276

[startup+100.057 s]
/proc/loadavg: 0.98 0.98 0.99 2/74 30556
/proc/meminfo: memFree=1407592/2055888 swapFree=4085384/4096564
[pid=30493] ppid=30491 vsize=118592 CPUtime=99.98
/proc/30493/stat : 30493 (wildcat-skc) R 30491 30493 30447 0 -1 4194304 28433 0 0 0 9985 13 0 0 25 0 1 0 199596105 121438208 27928 18446744073709551615 134512640 135438821 4294956656 18446744073709551615 134770530 0 0 4096 16386 0 0 0 17 1 0 0
/proc/30493/statm: 29648 27930 110 226 0 29419 0
Current children cumulated CPU time (s) 99.98
Current children cumulated vsize (Kb) 118592

[startup+110.064 s]
/proc/loadavg: 0.98 0.98 0.99 2/74 30606
/proc/meminfo: memFree=1331168/2055888 swapFree=4085384/4096564
[pid=30493] ppid=30491 vsize=195280 CPUtime=109.97
/proc/30493/stat : 30493 (wildcat-skc) R 30491 30493 30447 0 -1 4194304 47459 0 0 0 10976 21 0 0 25 0 1 0 199596105 199966720 46954 18446744073709551615 134512640 135438821 4294956656 18446744073709551615 135014908 0 0 4096 16386 0 0 0 17 1 0 0
/proc/30493/statm: 48820 46954 110 226 0 48591 0
Current children cumulated CPU time (s) 109.97
Current children cumulated vsize (Kb) 195280

[startup+120.072 s]
/proc/loadavg: 0.99 0.98 0.99 2/68 30688
/proc/meminfo: memFree=1332240/2055888 swapFree=4085384/4096564
[pid=30493] ppid=30491 vsize=195280 CPUtime=119.95
/proc/30493/stat : 30493 (wildcat-skc) R 30491 30493 30447 0 -1 4194304 47459 0 0 0 11974 21 0 0 25 0 1 0 199596105 199966720 46954 18446744073709551615 134512640 135438821 4294956656 18446744073709551615 135014919 0 0 4096 16386 0 0 0 17 1 0 0
/proc/30493/statm: 48820 46954 110 226 0 48591 0
Current children cumulated CPU time (s) 119.95
Current children cumulated vsize (Kb) 195280

[startup+130.078 s]
/proc/loadavg: 0.99 0.98 0.99 2/68 30688
/proc/meminfo: memFree=1332312/2055888 swapFree=4085384/4096564
[pid=30493] ppid=30491 vsize=195280 CPUtime=129.95
/proc/30493/stat : 30493 (wildcat-skc) R 30491 30493 30447 0 -1 4194304 47459 0 0 0 12974 21 0 0 25 0 1 0 199596105 199966720 46954 18446744073709551615 134512640 135438821 4294956656 18446744073709551615 135014956 0 0 4096 16386 0 0 0 17 1 0 0
/proc/30493/statm: 48820 46954 110 226 0 48591 0
Current children cumulated CPU time (s) 129.95
Current children cumulated vsize (Kb) 195280

[startup+140.084 s]
/proc/loadavg: 0.99 0.98 0.99 2/68 30688
/proc/meminfo: memFree=1332312/2055888 swapFree=4085384/4096564
[pid=30493] ppid=30491 vsize=195280 CPUtime=139.95
/proc/30493/stat : 30493 (wildcat-skc) R 30491 30493 30447 0 -1 4194304 47459 0 0 0 13974 21 0 0 25 0 1 0 199596105 199966720 46954 18446744073709551615 134512640 135438821 4294956656 18446744073709551615 135014901 0 0 4096 16386 0 0 0 17 1 0 0
/proc/30493/statm: 48820 46954 110 226 0 48591 0
Current children cumulated CPU time (s) 139.95
Current children cumulated vsize (Kb) 195280

[startup+150.09 s]
/proc/loadavg: 0.99 0.98 0.99 2/68 30688
/proc/meminfo: memFree=1332312/2055888 swapFree=4085384/4096564
[pid=30493] ppid=30491 vsize=195280 CPUtime=149.96
/proc/30493/stat : 30493 (wildcat-skc) R 30491 30493 30447 0 -1 4194304 47459 0 0 0 14975 21 0 0 25 0 1 0 199596105 199966720 46954 18446744073709551615 134512640 135438821 4294956656 18446744073709551615 135014908 0 0 4096 16386 0 0 0 17 1 0 0
/proc/30493/statm: 48820 46954 110 226 0 48591 0
Current children cumulated CPU time (s) 149.96
Current children cumulated vsize (Kb) 195280

[startup+160.096 s]
/proc/loadavg: 0.99 0.98 0.99 2/68 30688
/proc/meminfo: memFree=1332312/2055888 swapFree=4085384/4096564
[pid=30493] ppid=30491 vsize=195280 CPUtime=159.96
/proc/30493/stat : 30493 (wildcat-skc) R 30491 30493 30447 0 -1 4194304 47459 0 0 0 15975 21 0 0 25 0 1 0 199596105 199966720 46954 18446744073709551615 134512640 135438821 4294956656 18446744073709551615 135014988 0 0 4096 16386 0 0 0 17 1 0 0
/proc/30493/statm: 48820 46954 110 226 0 48591 0
Current children cumulated CPU time (s) 159.96
Current children cumulated vsize (Kb) 195280

[startup+170.103 s]
/proc/loadavg: 0.99 0.98 0.99 2/68 30688
/proc/meminfo: memFree=1332312/2055888 swapFree=4085384/4096564
[pid=30493] ppid=30491 vsize=195280 CPUtime=169.97
/proc/30493/stat : 30493 (wildcat-skc) R 30491 30493 30447 0 -1 4194304 47459 0 0 0 16976 21 0 0 25 0 1 0 199596105 199966720 46954 18446744073709551615 134512640 135438821 4294956656 18446744073709551615 135014988 0 0 4096 16386 0 0 0 17 1 0 0
/proc/30493/statm: 48820 46954 110 226 0 48591 0
Current children cumulated CPU time (s) 169.97
Current children cumulated vsize (Kb) 195280

[startup+180.109 s]
/proc/loadavg: 0.99 0.98 0.99 2/68 30688
/proc/meminfo: memFree=1332312/2055888 swapFree=4085384/4096564
[pid=30493] ppid=30491 vsize=195280 CPUtime=179.97
/proc/30493/stat : 30493 (wildcat-skc) R 30491 30493 30447 0 -1 4194304 47459 0 0 0 17976 21 0 0 25 0 1 0 199596105 199966720 46954 18446744073709551615 134512640 135438821 4294956656 18446744073709551615 135014910 0 0 4096 16386 0 0 0 17 1 0 0
/proc/30493/statm: 48820 46954 110 226 0 48591 0
Current children cumulated CPU time (s) 179.97
Current children cumulated vsize (Kb) 195280

[startup+190.114 s]
/proc/loadavg: 0.99 0.98 0.99 2/68 30688
/proc/meminfo: memFree=1332312/2055888 swapFree=4085384/4096564
[pid=30493] ppid=30491 vsize=195280 CPUtime=189.97
/proc/30493/stat : 30493 (wildcat-skc) R 30491 30493 30447 0 -1 4194304 47459 0 0 0 18976 21 0 0 25 0 1 0 199596105 199966720 46954 18446744073709551615 134512640 135438821 4294956656 18446744073709551615 135014988 0 0 4096 16386 0 0 0 17 1 0 0
/proc/30493/statm: 48820 46954 110 226 0 48591 0
Current children cumulated CPU time (s) 189.97
Current children cumulated vsize (Kb) 195280

[startup+200.12 s]
/proc/loadavg: 0.99 0.98 0.99 2/68 30688
/proc/meminfo: memFree=1332312/2055888 swapFree=4085384/4096564
[pid=30493] ppid=30491 vsize=195280 CPUtime=199.97
/proc/30493/stat : 30493 (wildcat-skc) R 30491 30493 30447 0 -1 4194304 47459 0 0 0 19976 21 0 0 25 0 1 0 199596105 199966720 46954 18446744073709551615 134512640 135438821 4294956656 18446744073709551615 135014967 0 0 4096 16386 0 0 0 17 1 0 0
/proc/30493/statm: 48820 46954 110 226 0 48591 0
Current children cumulated CPU time (s) 199.97
Current children cumulated vsize (Kb) 195280

[startup+210.126 s]
/proc/loadavg: 0.99 0.98 0.99 2/68 30688
/proc/meminfo: memFree=1332248/2055888 swapFree=4085384/4096564

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

[pid=30493] ppid=30491 vsize=281064 CPUtime=1781.47
/proc/30493/stat : 30493 (wildcat-skc) R 30491 30493 30447 0 -1 4194304 70638 0 0 0 178117 30 0 0 25 0 1 0 199596105 287809536 66435 18446744073709551615 134512640 135438821 4294956656 18446744073709551615 134605254 0 0 4096 16386 0 0 0 17 1 0 0
/proc/30493/statm: 70266 66435 117 226 0 70037 0
Current children cumulated CPU time (s) 1781.47
Current children cumulated vsize (Kb) 281064

[startup+1783.09 s]
/proc/loadavg: 0.99 0.98 0.99 2/68 30688
/proc/meminfo: memFree=1254104/2055888 swapFree=4085384/4096564
[pid=30493] ppid=30491 vsize=281064 CPUtime=1782.48
/proc/30493/stat : 30493 (wildcat-skc) R 30491 30493 30447 0 -1 4194304 70638 0 0 0 178218 30 0 0 25 0 1 0 199596105 287809536 66435 18446744073709551615 134512640 135438821 4294956656 18446744073709551615 134605254 0 0 4096 16386 0 0 0 17 1 0 0
/proc/30493/statm: 70266 66435 117 226 0 70037 0
Current children cumulated CPU time (s) 1782.48
Current children cumulated vsize (Kb) 281064

[startup+1784.1 s]
/proc/loadavg: 0.99 0.98 0.99 2/68 30688
/proc/meminfo: memFree=1254104/2055888 swapFree=4085384/4096564
[pid=30493] ppid=30491 vsize=281064 CPUtime=1783.48
/proc/30493/stat : 30493 (wildcat-skc) R 30491 30493 30447 0 -1 4194304 70638 0 0 0 178318 30 0 0 25 0 1 0 199596105 287809536 66435 18446744073709551615 134512640 135438821 4294956656 18446744073709551615 134605254 0 0 4096 16386 0 0 0 17 1 0 0
/proc/30493/statm: 70266 66435 117 226 0 70037 0
Current children cumulated CPU time (s) 1783.48
Current children cumulated vsize (Kb) 281064

[startup+1785.1 s]
/proc/loadavg: 0.99 0.98 0.99 2/68 30688
/proc/meminfo: memFree=1254104/2055888 swapFree=4085384/4096564
[pid=30493] ppid=30491 vsize=281064 CPUtime=1784.49
/proc/30493/stat : 30493 (wildcat-skc) R 30491 30493 30447 0 -1 4194304 70638 0 0 0 178419 30 0 0 25 0 1 0 199596105 287809536 66435 18446744073709551615 134512640 135438821 4294956656 18446744073709551615 134605254 0 0 4096 16386 0 0 0 17 1 0 0
/proc/30493/statm: 70266 66435 117 226 0 70037 0
Current children cumulated CPU time (s) 1784.49
Current children cumulated vsize (Kb) 281064

[startup+1786.11 s]
/proc/loadavg: 0.99 0.98 0.99 2/68 30688
/proc/meminfo: memFree=1254104/2055888 swapFree=4085384/4096564
[pid=30493] ppid=30491 vsize=281064 CPUtime=1785.49
/proc/30493/stat : 30493 (wildcat-skc) R 30491 30493 30447 0 -1 4194304 70638 0 0 0 178519 30 0 0 25 0 1 0 199596105 287809536 66435 18446744073709551615 134512640 135438821 4294956656 18446744073709551615 134605254 0 0 4096 16386 0 0 0 17 1 0 0
/proc/30493/statm: 70266 66435 117 226 0 70037 0
Current children cumulated CPU time (s) 1785.49
Current children cumulated vsize (Kb) 281064

[startup+1787.11 s]
/proc/loadavg: 0.99 0.98 0.99 2/68 30688
/proc/meminfo: memFree=1254104/2055888 swapFree=4085384/4096564
[pid=30493] ppid=30491 vsize=281064 CPUtime=1786.5
/proc/30493/stat : 30493 (wildcat-skc) R 30491 30493 30447 0 -1 4194304 70638 0 0 0 178620 30 0 0 25 0 1 0 199596105 287809536 66435 18446744073709551615 134512640 135438821 4294956656 18446744073709551615 134605227 0 0 4096 16386 0 0 0 17 1 0 0
/proc/30493/statm: 70266 66435 117 226 0 70037 0
Current children cumulated CPU time (s) 1786.5
Current children cumulated vsize (Kb) 281064

[startup+1788.12 s]
/proc/loadavg: 0.99 0.98 0.99 2/68 30688
/proc/meminfo: memFree=1254104/2055888 swapFree=4085384/4096564
[pid=30493] ppid=30491 vsize=281064 CPUtime=1787.5
/proc/30493/stat : 30493 (wildcat-skc) R 30491 30493 30447 0 -1 4194304 70638 0 0 0 178720 30 0 0 25 0 1 0 199596105 287809536 66435 18446744073709551615 134512640 135438821 4294956656 18446744073709551615 134605254 0 0 4096 16386 0 0 0 17 1 0 0
/proc/30493/statm: 70266 66435 117 226 0 70037 0
Current children cumulated CPU time (s) 1787.5
Current children cumulated vsize (Kb) 281064

[startup+1789.12 s]
/proc/loadavg: 0.99 0.98 0.99 2/68 30688
/proc/meminfo: memFree=1254104/2055888 swapFree=4085384/4096564
[pid=30493] ppid=30491 vsize=281064 CPUtime=1788.51
/proc/30493/stat : 30493 (wildcat-skc) R 30491 30493 30447 0 -1 4194304 70638 0 0 0 178821 30 0 0 25 0 1 0 199596105 287809536 66435 18446744073709551615 134512640 135438821 4294956656 18446744073709551615 134605254 0 0 4096 16386 0 0 0 17 1 0 0
/proc/30493/statm: 70266 66435 117 226 0 70037 0
Current children cumulated CPU time (s) 1788.51
Current children cumulated vsize (Kb) 281064

[startup+1790.13 s]
/proc/loadavg: 0.99 0.98 0.99 2/68 30688
/proc/meminfo: memFree=1254104/2055888 swapFree=4085384/4096564
[pid=30493] ppid=30491 vsize=281064 CPUtime=1789.51
/proc/30493/stat : 30493 (wildcat-skc) R 30491 30493 30447 0 -1 4194304 70638 0 0 0 178921 30 0 0 25 0 1 0 199596105 287809536 66435 18446744073709551615 134512640 135438821 4294956656 18446744073709551615 134605264 0 0 4096 16386 0 0 0 17 1 0 0
/proc/30493/statm: 70266 66435 117 226 0 70037 0
Current children cumulated CPU time (s) 1789.51
Current children cumulated vsize (Kb) 281064

[startup+1791.13 s]
/proc/loadavg: 0.99 0.98 0.99 2/68 30688
/proc/meminfo: memFree=1254104/2055888 swapFree=4085384/4096564
[pid=30493] ppid=30491 vsize=281064 CPUtime=1790.51
/proc/30493/stat : 30493 (wildcat-skc) R 30491 30493 30447 0 -1 4194304 70638 0 0 0 179021 30 0 0 25 0 1 0 199596105 287809536 66435 18446744073709551615 134512640 135438821 4294956656 18446744073709551615 134605254 0 0 4096 16386 0 0 0 17 1 0 0
/proc/30493/statm: 70266 66435 117 226 0 70037 0
Current children cumulated CPU time (s) 1790.51
Current children cumulated vsize (Kb) 281064

[startup+1792.14 s]
/proc/loadavg: 0.99 0.98 0.99 2/68 30688
/proc/meminfo: memFree=1254104/2055888 swapFree=4085384/4096564
[pid=30493] ppid=30491 vsize=281064 CPUtime=1791.52
/proc/30493/stat : 30493 (wildcat-skc) R 30491 30493 30447 0 -1 4194304 70638 0 0 0 179122 30 0 0 25 0 1 0 199596105 287809536 66435 18446744073709551615 134512640 135438821 4294956656 18446744073709551615 134605254 0 0 4096 16386 0 0 0 17 1 0 0
/proc/30493/statm: 70266 66435 117 226 0 70037 0
Current children cumulated CPU time (s) 1791.52
Current children cumulated vsize (Kb) 281064

[startup+1793.14 s]
/proc/loadavg: 0.99 0.98 0.99 2/68 30688
/proc/meminfo: memFree=1254104/2055888 swapFree=4085384/4096564
[pid=30493] ppid=30491 vsize=281064 CPUtime=1792.52
/proc/30493/stat : 30493 (wildcat-skc) R 30491 30493 30447 0 -1 4194304 70638 0 0 0 179222 30 0 0 25 0 1 0 199596105 287809536 66435 18446744073709551615 134512640 135438821 4294956656 18446744073709551615 134605254 0 0 4096 16386 0 0 0 17 1 0 0
/proc/30493/statm: 70266 66435 117 226 0 70037 0
Current children cumulated CPU time (s) 1792.52
Current children cumulated vsize (Kb) 281064

[startup+1794.15 s]
/proc/loadavg: 0.99 0.98 0.99 2/68 30688
/proc/meminfo: memFree=1254104/2055888 swapFree=4085384/4096564
[pid=30493] ppid=30491 vsize=281064 CPUtime=1793.53
/proc/30493/stat : 30493 (wildcat-skc) R 30491 30493 30447 0 -1 4194304 70638 0 0 0 179323 30 0 0 25 0 1 0 199596105 287809536 66435 18446744073709551615 134512640 135438821 4294956656 18446744073709551615 134605254 0 0 4096 16386 0 0 0 17 1 0 0
/proc/30493/statm: 70266 66435 117 226 0 70037 0
Current children cumulated CPU time (s) 1793.53
Current children cumulated vsize (Kb) 281064

[startup+1795.15 s]
/proc/loadavg: 0.99 0.98 0.99 2/68 30688
/proc/meminfo: memFree=1254104/2055888 swapFree=4085384/4096564
[pid=30493] ppid=30491 vsize=281064 CPUtime=1794.53
/proc/30493/stat : 30493 (wildcat-skc) R 30491 30493 30447 0 -1 4194304 70638 0 0 0 179423 30 0 0 25 0 1 0 199596105 287809536 66435 18446744073709551615 134512640 135438821 4294956656 18446744073709551615 134605254 0 0 4096 16386 0 0 0 17 1 0 0
/proc/30493/statm: 70266 66435 117 226 0 70037 0
Current children cumulated CPU time (s) 1794.53
Current children cumulated vsize (Kb) 281064

[startup+1796.16 s]
/proc/loadavg: 0.99 0.98 0.99 2/68 30688
/proc/meminfo: memFree=1254104/2055888 swapFree=4085384/4096564
[pid=30493] ppid=30491 vsize=281064 CPUtime=1795.54
/proc/30493/stat : 30493 (wildcat-skc) R 30491 30493 30447 0 -1 4194304 70638 0 0 0 179524 30 0 0 25 0 1 0 199596105 287809536 66435 18446744073709551615 134512640 135438821 4294956656 18446744073709551615 134605254 0 0 4096 16386 0 0 0 17 1 0 0
/proc/30493/statm: 70266 66435 117 226 0 70037 0
Current children cumulated CPU time (s) 1795.54
Current children cumulated vsize (Kb) 281064

[startup+1797.16 s]
/proc/loadavg: 0.99 0.98 0.99 2/68 30688
/proc/meminfo: memFree=1254104/2055888 swapFree=4085384/4096564
[pid=30493] ppid=30491 vsize=281064 CPUtime=1796.54
/proc/30493/stat : 30493 (wildcat-skc) R 30491 30493 30447 0 -1 4194304 70638 0 0 0 179624 30 0 0 25 0 1 0 199596105 287809536 66435 18446744073709551615 134512640 135438821 4294956656 18446744073709551615 134605254 0 0 4096 16386 0 0 0 17 1 0 0
/proc/30493/statm: 70266 66435 117 226 0 70037 0
Current children cumulated CPU time (s) 1796.54
Current children cumulated vsize (Kb) 281064

[startup+1798.17 s]
/proc/loadavg: 0.99 0.98 0.99 2/68 30688
/proc/meminfo: memFree=1254104/2055888 swapFree=4085384/4096564
[pid=30493] ppid=30491 vsize=281064 CPUtime=1797.55
/proc/30493/stat : 30493 (wildcat-skc) R 30491 30493 30447 0 -1 4194304 70638 0 0 0 179725 30 0 0 25 0 1 0 199596105 287809536 66435 18446744073709551615 134512640 135438821 4294956656 18446744073709551615 134605254 0 0 4096 16386 0 0 0 17 1 0 0
/proc/30493/statm: 70266 66435 117 226 0 70037 0
Current children cumulated CPU time (s) 1797.55
Current children cumulated vsize (Kb) 281064

[startup+1799.17 s]
/proc/loadavg: 0.99 0.98 0.99 2/68 30688
/proc/meminfo: memFree=1254104/2055888 swapFree=4085384/4096564
[pid=30493] ppid=30491 vsize=281064 CPUtime=1798.55
/proc/30493/stat : 30493 (wildcat-skc) R 30491 30493 30447 0 -1 4194304 70638 0 0 0 179825 30 0 0 25 0 1 0 199596105 287809536 66435 18446744073709551615 134512640 135438821 4294956656 18446744073709551615 134605254 0 0 4096 16386 0 0 0 17 1 0 0
/proc/30493/statm: 70266 66435 117 226 0 70037 0
Current children cumulated CPU time (s) 1798.55
Current children cumulated vsize (Kb) 281064

[startup+1800.17 s]
/proc/loadavg: 0.99 0.98 0.99 2/68 30688
/proc/meminfo: memFree=1254104/2055888 swapFree=4085384/4096564
[pid=30493] ppid=30491 vsize=281064 CPUtime=1799.55
/proc/30493/stat : 30493 (wildcat-skc) R 30491 30493 30447 0 -1 4194304 70638 0 0 0 179925 30 0 0 25 0 1 0 199596105 287809536 66435 18446744073709551615 134512640 135438821 4294956656 18446744073709551615 134601114 0 0 4096 16386 0 0 0 17 1 0 0
/proc/30493/statm: 70266 66435 117 226 0 70037 0
Current children cumulated CPU time (s) 1799.55
Current children cumulated vsize (Kb) 281064

[startup+1801.18 s]
/proc/loadavg: 0.99 0.98 0.99 2/68 30688
/proc/meminfo: memFree=1254104/2055888 swapFree=4085384/4096564
[pid=30493] ppid=30491 vsize=281064 CPUtime=1800.56
/proc/30493/stat : 30493 (wildcat-skc) R 30491 30493 30447 0 -1 4194304 70638 0 0 0 180026 30 0 0 25 0 1 0 199596105 287809536 66435 18446744073709551615 134512640 135438821 4294956656 18446744073709551615 134605254 0 0 4096 16386 0 0 0 17 1 0 0
/proc/30493/statm: 70266 66435 117 226 0 70037 0
Current children cumulated CPU time (s) 1800.56
Current children cumulated vsize (Kb) 281064



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.18 s]
/proc/loadavg: 0.99 0.98 0.99 2/68 30688
/proc/meminfo: memFree=1254104/2055888 swapFree=4085384/4096564
[pid=30493] ppid=30491 vsize=281064 CPUtime=1800.56
/proc/30493/stat : 30493 (wildcat-skc) R 30491 30493 30447 0 -1 4194304 70638 0 0 0 180026 30 0 0 25 0 1 0 199596105 287809536 66435 18446744073709551615 134512640 135438821 4294956656 18446744073709551615 134605254 0 0 4096 16386 0 0 0 17 1 0 0
/proc/30493/statm: 70266 66435 117 226 0 70037 0
Current children cumulated CPU time (s) 1800.56
Current children cumulated vsize (Kb) 281064

Sending SIGTERM to -30493
Sleeping 2 seconds

Child status: 0
Real time (s): 1801.23
CPU time (s): 1800.62
CPU user time (s): 1800.27
CPU system time (s): 0.346947
CPU usage (%): 99.9658
Max. virtual memory (cumulated for all children) (Kb): 281064

Launcher Data (download as text)

Begin job on node76 on Sat Jun  3 12:59:27 UTC 2006


FILE ID= 32832-1149339566

PBS_JOBID= 310334

BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-reduced-mps-v2-20-10-fit2d.opb
COMMAND LINE= ROOT/solvers/PB/PB06final/user3/wildcat-skc ROOT/tmp/node76/32832-1149339566/instance-32832-1149339566.opb 837932642
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node76/watcher-32832-1149339566 -o ROOT/results/node76/solver-32832-1149339566 -C 1800 -M 1800 -S 64  ROOT/solvers/PB/PB06final/user3/wildcat-skc ROOT/tmp/node76/32832-1149339566/instance-32832-1149339566.opb 837932642

MD5SUM SOLVER= e3d27fcb27e96c4c5fdaee74465b047d
MD5SUM BENCH=  b5e82d02e51b7eb09c369bc9f6b2937f

RANDOM SEED= 837932642


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


/proc/meminfo:
MemTotal:      2055888 kB
MemFree:       1520040 kB
Buffers:         34316 kB
Cached:         434132 kB
SwapCached:       2316 kB
Active:          49672 kB
Inactive:       427416 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055888 kB
LowFree:       1520040 kB
SwapTotal:     4096564 kB
SwapFree:      4085384 kB
Dirty:             144 kB
Writeback:           0 kB
Mapped:          16488 kB
Slab:            45388 kB
Committed_AS:   342440 kB
PageTables:       1260 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264388 kB
VmallocChunk: 536606243 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node76 on Sat Jun  3 13:29:28 UTC 2006