Trace number 1868782

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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 NameAnswerobjCPU timeWall clock time
SCIPspx SCIP 1.1.0.7 with SoPLEX 1.4.1(24.4.2009)? (TO) 1802.28 1803.02

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
wnq/normalized-wnq_n100_mw99_9.opb.PB06.opb
MD5SUM093efae700664f798191c0b27cec34af
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark5514
Best CPU time to get the best result obtained on this benchmark1600.95
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 447
Optimality of the best value was proved NO
Number of variables10000
Total number of constraints656900
Number of constraints which are clauses656900
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint100
Number of terms in the objective function 10000
Biggest coefficient in the objective function 99
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 494527
Number of bits of the sum of numbers in the objective function 19
Biggest number in a constraint 99
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 494527
Number of bits of the biggest sum of numbers19
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

8.49/8.52	c SCIP version 1.1.0.7
8.49/8.52	c LP-Solver SoPlex 1.4.1
8.49/8.52	c user parameter file <scip.set> not found - using default parameters
8.49/8.52	c read problem <HOME/instance-1868782-1245141581.opb>
8.49/8.52	c original problem has 10000 variables (10000 bin, 0 int, 0 impl, 0 cont) and 656900 constraints
10.68/10.79	c start presolving problem
10.68/10.79	c presolving:
20.78/20.81	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 656900 upgd conss, 1313400 impls, 0 clqs
25.88/25.95	c    (15.6s) probing: 101/10000 (1.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
25.88/25.95	c    (15.6s) probing aborted: 100/100 successive totally useless probings
25.88/25.95	c presolving (2 rounds):
25.88/25.95	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
25.88/25.95	c  1313400 implications, 0 cliques
25.88/25.95	c presolved problem has 10000 variables (10000 bin, 0 int, 0 impl, 0 cont) and 656900 constraints
25.88/25.95	c  656900 constraints of type <logicor>
25.88/25.95	c transformed objective value is always integral (scale: 1)
25.88/25.95	c Presolving Time: 13.71
25.98/26.00	c strange?!, PURESAT with obj
25.98/26.00	c -----------------------------------------------------------------------------------------------
25.98/26.00	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
25.98/26.00	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
25.98/26.00	c limits/memory = c 1620
25.98/26.00	c # maximal time in seconds to run
25.98/26.00	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
25.98/26.00	c limits/time = c 1791
25.98/26.00	c # frequency for displaying node information lines
25.98/26.00	c # [type: int, range: [-1,2147483647], default: 100]
25.98/26.00	c display/freq = c 10000
25.98/26.00	c -----------------------------------------------------------------------------------------------
25.98/26.00	c start solving problem
25.98/26.00	c 
52.06/52.14	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
52.06/52.14	c  41.3s|     1 |     0 |   804 | 734M|   0 | 194 |  10k| 656k| 656k|  10k| 656k|   0 |   0 |   0 | 1.815000e+02 |      --      |    Inf 
1060.62/1061.18	o 426
1060.62/1061.18	c F1050s|     1 |     0 | 13693 | 735M|   0 |   0 |  10k| 656k| 656k|  10k| 656k|   0 |   0 |   0 | 1.815000e+02 | 4.260000e+02 | 134.71%
1170.38/1170.94	c  1159s|     1 |     0 | 14138 | 737M|   0 | 277 |  10k| 656k| 656k|  10k| 656k|  15 |   0 |   0 | 1.884631e+02 | 4.260000e+02 | 126.04%
1771.96/1772.78	c  1760s|     1 |     0 | 14568 | 737M|   0 | 286 |  10k| 656k| 656k|  10k| 656k|  23 |   0 |   0 | 1.939686e+02 | 4.260000e+02 | 119.62%

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1868782-1245141581/watcher-1868782-1245141581 -o /tmp/evaluation-result-1868782-1245141581/solver-1868782-1245141581 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 1800 -f HOME/instance-1868782-1245141581.opb 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 2789
/proc/meminfo: memFree=1525872/2055920 swapFree=4192812/4192956
[pid=2789] ppid=2787 vsize=6100 CPUtime=0
/proc/2789/stat : 2789 (pbscip.linux.x8) R 2787 2789 2474 0 -1 4194304 605 0 0 0 0 0 0 0 18 0 1 0 181758718 6246400 587 1992294400 4194304 7823515 548682068736 18446744073709551615 4402248 0 0 4096 0 0 0 0 17 0 0 0
/proc/2789/statm: 1525 597 325 886 0 635 0

[startup+0.070989 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 2789
/proc/meminfo: memFree=1525872/2055920 swapFree=4192812/4192956
[pid=2789] ppid=2787 vsize=16352 CPUtime=0.06
/proc/2789/stat : 2789 (pbscip.linux.x8) R 2787 2789 2474 0 -1 4194304 3412 0 0 0 5 1 0 0 18 0 1 0 181758718 16744448 3390 1992294400 4194304 7823515 548682068736 18446744073709551615 6896331 0 0 4096 0 0 0 0 17 0 0 0
/proc/2789/statm: 4088 3390 354 886 0 3198 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16352

[startup+0.101994 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 2789
/proc/meminfo: memFree=1525872/2055920 swapFree=4192812/4192956
[pid=2789] ppid=2787 vsize=17236 CPUtime=0.09
/proc/2789/stat : 2789 (pbscip.linux.x8) R 2787 2789 2474 0 -1 4194304 3635 0 0 0 8 1 0 0 18 0 1 0 181758718 17649664 3613 1992294400 4194304 7823515 548682068736 18446744073709551615 6908057 0 0 4096 0 0 0 0 17 0 0 0
/proc/2789/statm: 4427 3620 354 886 0 3537 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 17236

[startup+0.301036 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 2789
/proc/meminfo: memFree=1525872/2055920 swapFree=4192812/4192956
[pid=2789] ppid=2787 vsize=23272 CPUtime=0.29
/proc/2789/stat : 2789 (pbscip.linux.x8) R 2787 2789 2474 0 -1 4194304 5142 0 0 0 28 1 0 0 19 0 1 0 181758718 23830528 5120 1992294400 4194304 7823515 548682068736 18446744073709551615 6908057 0 0 4096 0 0 0 0 17 0 0 0
/proc/2789/statm: 5818 5120 354 886 0 4928 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 23272

[startup+0.701121 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 2789
/proc/meminfo: memFree=1525872/2055920 swapFree=4192812/4192956
[pid=2789] ppid=2787 vsize=34076 CPUtime=0.69
/proc/2789/stat : 2789 (pbscip.linux.x8) R 2787 2789 2474 0 -1 4194304 7869 0 0 0 66 3 0 0 23 0 1 0 181758718 34893824 7847 1992294400 4194304 7823515 548682068736 18446744073709551615 6908062 0 0 4096 0 0 0 0 17 0 0 0
/proc/2789/statm: 8519 7847 354 886 0 7629 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 34076

[startup+1.5013 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2790
/proc/meminfo: memFree=1487976/2055920 swapFree=4192812/4192956
[pid=2789] ppid=2787 vsize=54056 CPUtime=1.49
/proc/2789/stat : 2789 (pbscip.linux.x8) R 2787 2789 2474 0 -1 4194304 12868 0 0 0 143 6 0 0 25 0 1 0 181758718 55353344 12846 1992294400 4194304 7823515 548682068736 18446744073709551615 6908057 0 0 4096 0 0 0 0 17 1 0 0
/proc/2789/statm: 13514 12846 354 886 0 12624 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 54056

[startup+3.10163 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2790
/proc/meminfo: memFree=1461224/2055920 swapFree=4192812/4192956
[pid=2789] ppid=2787 vsize=94836 CPUtime=3.08
/proc/2789/stat : 2789 (pbscip.linux.x8) R 2787 2789 2474 0 -1 4194304 23063 0 0 0 298 10 0 0 25 0 1 0 181758718 97112064 23041 1992294400 4194304 7823515 548682068736 18446744073709551615 6908062 0 0 4096 0 0 0 0 17 0 0 0
/proc/2789/statm: 23709 23041 354 886 0 22819 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 94836

[startup+6.30131 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2790
/proc/meminfo: memFree=1374120/2055920 swapFree=4192812/4192956
[pid=2789] ppid=2787 vsize=180808 CPUtime=6.28
/proc/2789/stat : 2789 (pbscip.linux.x8) R 2787 2789 2474 0 -1 4194304 44338 0 0 0 610 18 0 0 25 0 1 0 181758718 185147392 44316 1992294400 4194304 7823515 548682068736 18446744073709551615 4511625 0 0 4096 0 0 0 0 17 0 0 0
/proc/2789/statm: 45202 44316 354 886 0 44312 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 180808

[startup+12.7027 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2790
/proc/meminfo: memFree=908008/2055920 swapFree=4192812/4192956
[pid=2789] ppid=2787 vsize=627644 CPUtime=12.68
/proc/2789/stat : 2789 (pbscip.linux.x8) R 2787 2789 2474 0 -1 4194304 155696 0 0 0 1183 85 0 0 25 0 1 0 181758718 642707456 155320 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 0 0 0
/proc/2789/statm: 156911 155320 417 886 0 156021 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 627644

[startup+25.5014 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2790
/proc/meminfo: memFree=715816/2055920 swapFree=4192812/4192956
[pid=2789] ppid=2787 vsize=819108 CPUtime=25.48
/proc/2789/stat : 2789 (pbscip.linux.x8) R 2787 2789 2474 0 -1 4194304 218095 0 0 0 2341 207 0 0 25 0 1 0 181758718 838766592 202499 1992294400 4194304 7823515 548682068736 18446744073709551615 4742012 0 0 4096 16384 0 0 0 17 0 0 0
/proc/2789/statm: 204777 202499 437 886 0 203887 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 819108

[startup+51.1018 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2790
/proc/meminfo: memFree=298728/2055920 swapFree=4192812/4192956
[pid=2789] ppid=2787 vsize=1301232 CPUtime=51.06
/proc/2789/stat : 2789 (pbscip.linux.x8) R 2787 2789 2474 0 -1 4194304 341795 0 0 0 4854 252 0 0 25 0 1 0 181758718 1332461568 306544 1992294400 4194304 7823515 548682068736 18446744073709551615 5924524 0 0 4096 16384 0 0 0 17 0 0 0
/proc/2789/statm: 325308 306544 507 886 0 324418 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 1301232

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2790
/proc/meminfo: memFree=264232/2055920 swapFree=4192812/4192956
[pid=2789] ppid=2787 vsize=1341060 CPUtime=102.24
/proc/2789/stat : 2789 (pbscip.linux.x8) R 2787 2789 2474 0 -1 4194304 351186 0 0 0 9968 256 0 0 25 0 1 0 181758718 1373245440 315166 1992294400 4194304 7823515 548682068736 18446744073709551615 6211018 0 0 4096 16384 0 0 0 17 0 0 0
/proc/2789/statm: 335265 315166 521 886 0 334375 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 1341060

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2790
/proc/meminfo: memFree=254888/2055920 swapFree=4192812/4192956
[pid=2789] ppid=2787 vsize=1350060 CPUtime=162.21
/proc/2789/stat : 2789 (pbscip.linux.x8) R 2787 2789 2474 0 -1 4194304 354729 0 0 0 15962 259 0 0 25 0 1 0 181758718 1382461440 317479 1992294400 4194304 7823515 548682068736 18446744073709551615 6208544 0 0 4096 16384 0 0 0 17 0 0 0
/proc/2789/statm: 337515 317479 521 886 0 336625 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 1350060

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2790
/proc/meminfo: memFree=254184/2055920 swapFree=4192812/4192956
[pid=2789] ppid=2787 vsize=1350060 CPUtime=222.17
/proc/2789/stat : 2789 (pbscip.linux.x8) R 2787 2789 2474 0 -1 4194304 356058 0 0 0 21957 260 0 0 25 0 1 0 181758718 1382461440 317636 1992294400 4194304 7823515 548682068736 18446744073709551615 6177706 0 0 4096 16384 0 0 0 17 0 0 0
/proc/2789/statm: 337515 317636 521 886 0 336625 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 1350060

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2790
/proc/meminfo: memFree=246248/2055920 swapFree=4192812/4192956
[pid=2789] ppid=2787 vsize=1357124 CPUtime=282.15
/proc/2789/stat : 2789 (pbscip.linux.x8) R 2787 2789 2474 0 -1 4194304 359576 0 0 0 27953 262 0 0 25 0 1 0 181758718 1389694976 319618 1992294400 4194304 7823515 548682068736 18446744073709551615 6217361 0 0 4096 16384 0 0 0 17 0 0 0
/proc/2789/statm: 339281 319618 521 886 0 338391 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 1357124

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2790
/proc/meminfo: memFree=245480/2055920 swapFree=4192812/4192956
[pid=2789] ppid=2787 vsize=1357124 CPUtime=342.11
/proc/2789/stat : 2789 (pbscip.linux.x8) R 2787 2789 2474 0 -1 4194304 361839 0 0 0 33948 263 0 0 25 0 1 0 181758718 1389694976 319809 1992294400 4194304 7823515 548682068736 18446744073709551615 6208666 0 0 4096 16384 0 0 0 17 0 0 0
/proc/2789/statm: 339281 319809 521 886 0 338391 0
Current children cumulated CPU time (s) 342.11
Current children cumulated vsize (KiB) 1357124

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2790
/proc/meminfo: memFree=240296/2055920 swapFree=4192812/4192956
[pid=2789] ppid=2787 vsize=1364596 CPUtime=402.09
/proc/2789/stat : 2789 (pbscip.linux.x8) R 2787 2789 2474 0 -1 4194304 364844 0 0 0 39944 265 0 0 25 0 1 0 181758718 1397346304 321108 1992294400 4194304 7823515 548682068736 18446744073709551615 6177706 0 0 4096 16384 0 0 0 17 0 0 0
/proc/2789/statm: 341149 321108 521 886 0 340259 0
Current children cumulated CPU time (s) 402.09
Current children cumulated vsize (KiB) 1364596

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2790
/proc/meminfo: memFree=239976/2055920 swapFree=4192812/4192956
[pid=2789] ppid=2787 vsize=1364596 CPUtime=462.06
/proc/2789/stat : 2789 (pbscip.linux.x8) R 2787 2789 2474 0 -1 4194304 366151 0 0 0 45940 266 0 0 25 0 1 0 181758718 1397346304 321187 1992294400 4194304 7823515 548682068736 18446744073709551615 6208630 0 0 4096 16384 0 0 0 17 0 0 0
/proc/2789/statm: 341149 321187 521 886 0 340259 0
Current children cumulated CPU time (s) 462.06
Current children cumulated vsize (KiB) 1364596

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2790
/proc/meminfo: memFree=242344/2055920 swapFree=4192812/4192956
[pid=2789] ppid=2787 vsize=1361624 CPUtime=522.03
/proc/2789/stat : 2789 (pbscip.linux.x8) R 2787 2789 2474 0 -1 4194304 369968 0 0 0 51935 268 0 0 25 0 1 0 181758718 1394302976 320645 1992294400 4194304 7823515 548682068736 18446744073709551615 6020392 0 0 4096 16384 0 0 0 17 0 0 0
/proc/2789/statm: 340406 320645 521 886 0 339516 0
Current children cumulated CPU time (s) 522.03
Current children cumulated vsize (KiB) 1361624

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2790
/proc/meminfo: memFree=234408/2055920 swapFree=4192812/4192956
[pid=2789] ppid=2787 vsize=1369480 CPUtime=582.01
/proc/2789/stat : 2789 (pbscip.linux.x8) R 2787 2789 2474 0 -1 4194304 376556 0 0 0 57929 272 0 0 25 0 1 0 181758718 1402347520 322619 1992294400 4194304 7823515 548682068736 18446744073709551615 6019568 0 0 4096 16384 0 0 0 17 0 0 0
/proc/2789/statm: 342370 322619 521 886 0 341480 0
Current children cumulated CPU time (s) 582.01
Current children cumulated vsize (KiB) 1369480

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2790
/proc/meminfo: memFree=222696/2055920 swapFree=4192812/4192956
[pid=2789] ppid=2787 vsize=1378632 CPUtime=641.98
/proc/2789/stat : 2789 (pbscip.linux.x8) R 2787 2789 2474 0 -1 4194304 385861 0 0 0 63923 275 0 0 25 0 1 0 181758718 1411719168 325493 1992294400 4194304 7823515 548682068736 18446744073709551615 6149986 0 0 4096 16384 0 0 0 17 0 0 0
/proc/2789/statm: 344658 325493 521 886 0 343768 0
Current children cumulated CPU time (s) 641.98
Current children cumulated vsize (KiB) 1378632

[startup+702.302 s]

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

/proc/2789/stat : 2789 (pbscip.linux.x8) R 2787 2789 2474 0 -1 4194304 420242 0 0 0 105889 293 0 0 25 0 1 0 181758718 1391357952 322753 1992294400 4194304 7823515 548682068736 18446744073709551615 5965566 0 0 4096 16384 0 0 0 17 0 0 0
/proc/2789/statm: 339687 322753 529 886 0 338797 0
Current children cumulated CPU time (s) 1061.82
Current children cumulated vsize (KiB) 1358748

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2792
/proc/meminfo: memFree=233512/2055920 swapFree=4192812/4192956
[pid=2789] ppid=2787 vsize=1358748 CPUtime=1121.8
/proc/2789/stat : 2789 (pbscip.linux.x8) R 2787 2789 2474 0 -1 4194304 420633 0 0 0 111885 295 0 0 25 0 1 0 181758718 1391357952 322850 1992294400 4194304 7823515 548682068736 18446744073709551615 5597699 0 0 4096 16384 0 0 0 17 0 0 0
/proc/2789/statm: 339687 322850 534 886 0 338797 0
Current children cumulated CPU time (s) 1121.8
Current children cumulated vsize (KiB) 1358748

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2792
/proc/meminfo: memFree=162664/2055920 swapFree=4192812/4192956
[pid=2789] ppid=2787 vsize=1429280 CPUtime=1181.77
/proc/2789/stat : 2789 (pbscip.linux.x8) R 2787 2789 2474 0 -1 4194304 448561 0 0 0 117844 333 0 0 25 0 1 0 181758718 1463582720 340582 1992294400 4194304 7823515 548682068736 18446744073709551615 5965385 0 0 4096 16384 0 0 0 17 0 0 0
/proc/2789/statm: 357320 340582 550 886 0 356430 0
Current children cumulated CPU time (s) 1181.77
Current children cumulated vsize (KiB) 1429280

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2792
/proc/meminfo: memFree=161640/2055920 swapFree=4192812/4192956
[pid=2789] ppid=2787 vsize=1429280 CPUtime=1241.75
/proc/2789/stat : 2789 (pbscip.linux.x8) R 2787 2789 2474 0 -1 4194304 448798 0 0 0 123838 337 0 0 25 0 1 0 181758718 1463582720 340819 1992294400 4194304 7823515 548682068736 18446744073709551615 4338420 0 0 4096 16384 0 0 0 17 0 0 0
/proc/2789/statm: 357320 340819 550 886 0 356430 0
Current children cumulated CPU time (s) 1241.75
Current children cumulated vsize (KiB) 1429280

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2798
/proc/meminfo: memFree=161448/2055920 swapFree=4192812/4192956
[pid=2789] ppid=2787 vsize=1429280 CPUtime=1301.73
/proc/2789/stat : 2789 (pbscip.linux.x8) R 2787 2789 2474 0 -1 4194304 448798 0 0 0 129832 341 0 0 25 0 1 0 181758718 1463582720 340819 1992294400 4194304 7823515 548682068736 18446744073709551615 5965377 0 0 4096 16384 0 0 0 17 0 0 0
/proc/2789/statm: 357320 340819 550 886 0 356430 0
Current children cumulated CPU time (s) 1301.73
Current children cumulated vsize (KiB) 1429280

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2798
/proc/meminfo: memFree=161448/2055920 swapFree=4192812/4192956
[pid=2789] ppid=2787 vsize=1429280 CPUtime=1361.71
/proc/2789/stat : 2789 (pbscip.linux.x8) R 2787 2789 2474 0 -1 4194304 448798 0 0 0 135826 345 0 0 25 0 1 0 181758718 1463582720 340819 1992294400 4194304 7823515 548682068736 18446744073709551615 5965385 0 0 4096 16384 0 0 0 17 0 0 0
/proc/2789/statm: 357320 340819 550 886 0 356430 0
Current children cumulated CPU time (s) 1361.71
Current children cumulated vsize (KiB) 1429280

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2798
/proc/meminfo: memFree=161448/2055920 swapFree=4192812/4192956
[pid=2789] ppid=2787 vsize=1429280 CPUtime=1421.69
/proc/2789/stat : 2789 (pbscip.linux.x8) R 2787 2789 2474 0 -1 4194304 448798 0 0 0 141820 349 0 0 25 0 1 0 181758718 1463582720 340819 1992294400 4194304 7823515 548682068736 18446744073709551615 4272794 0 0 4096 16384 0 0 0 17 0 0 0
/proc/2789/statm: 357320 340819 550 886 0 356430 0
Current children cumulated CPU time (s) 1421.69
Current children cumulated vsize (KiB) 1429280

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2798
/proc/meminfo: memFree=161448/2055920 swapFree=4192812/4192956
[pid=2789] ppid=2787 vsize=1429280 CPUtime=1481.67
/proc/2789/stat : 2789 (pbscip.linux.x8) R 2787 2789 2474 0 -1 4194304 448798 0 0 0 147814 353 0 0 25 0 1 0 181758718 1463582720 340819 1992294400 4194304 7823515 548682068736 18446744073709551615 5965381 0 0 4096 16384 0 0 0 17 0 0 0
/proc/2789/statm: 357320 340819 550 886 0 356430 0
Current children cumulated CPU time (s) 1481.67
Current children cumulated vsize (KiB) 1429280

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2798
/proc/meminfo: memFree=161384/2055920 swapFree=4192812/4192956
[pid=2789] ppid=2787 vsize=1429280 CPUtime=1541.64
/proc/2789/stat : 2789 (pbscip.linux.x8) R 2787 2789 2474 0 -1 4194304 448798 0 0 0 153807 357 0 0 25 0 1 0 181758718 1463582720 340819 1992294400 4194304 7823515 548682068736 18446744073709551615 5965396 0 0 4096 16384 0 0 0 17 0 0 0
/proc/2789/statm: 357320 340819 550 886 0 356430 0
Current children cumulated CPU time (s) 1541.64
Current children cumulated vsize (KiB) 1429280

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2798
/proc/meminfo: memFree=161384/2055920 swapFree=4192812/4192956
[pid=2789] ppid=2787 vsize=1429280 CPUtime=1601.63
/proc/2789/stat : 2789 (pbscip.linux.x8) R 2787 2789 2474 0 -1 4194304 448798 0 0 0 159802 361 0 0 25 0 1 0 181758718 1463582720 340819 1992294400 4194304 7823515 548682068736 18446744073709551615 4272716 0 0 4096 16384 0 0 0 17 0 0 0
/proc/2789/statm: 357320 340819 550 886 0 356430 0
Current children cumulated CPU time (s) 1601.63
Current children cumulated vsize (KiB) 1429280

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2798
/proc/meminfo: memFree=161320/2055920 swapFree=4192812/4192956
[pid=2789] ppid=2787 vsize=1429280 CPUtime=1661.6
/proc/2789/stat : 2789 (pbscip.linux.x8) R 2787 2789 2474 0 -1 4194304 448798 0 0 0 165795 365 0 0 25 0 1 0 181758718 1463582720 340819 1992294400 4194304 7823515 548682068736 18446744073709551615 4272794 0 0 4096 16384 0 0 0 17 0 0 0
/proc/2789/statm: 357320 340819 550 886 0 356430 0
Current children cumulated CPU time (s) 1661.6
Current children cumulated vsize (KiB) 1429280

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2798
/proc/meminfo: memFree=161320/2055920 swapFree=4192812/4192956
[pid=2789] ppid=2787 vsize=1429280 CPUtime=1721.58
/proc/2789/stat : 2789 (pbscip.linux.x8) R 2787 2789 2474 0 -1 4194304 448798 0 0 0 171793 365 0 0 25 0 1 0 181758718 1463582720 340819 1992294400 4194304 7823515 548682068736 18446744073709551615 5597697 0 0 4096 16384 0 0 0 17 0 0 0
/proc/2789/statm: 357320 340819 550 886 0 356430 0
Current children cumulated CPU time (s) 1721.58
Current children cumulated vsize (KiB) 1429280

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2798
/proc/meminfo: memFree=132584/2055920 swapFree=4192812/4192956
[pid=2789] ppid=2787 vsize=1461760 CPUtime=1781.56
/proc/2789/stat : 2789 (pbscip.linux.x8) R 2787 2789 2474 0 -1 4194304 462873 0 0 0 177784 372 0 0 25 0 1 0 181758718 1496842240 347981 1992294400 4194304 7823515 548682068736 18446744073709551615 5965831 0 0 4096 16384 0 0 0 17 0 0 0
/proc/2789/statm: 365440 347981 550 886 0 364550 0
Current children cumulated CPU time (s) 1781.56
Current children cumulated vsize (KiB) 1461760



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.8 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2798
/proc/meminfo: memFree=132584/2055920 swapFree=4192812/4192956
[pid=2789] ppid=2787 vsize=1461760 CPUtime=1800.05
/proc/2789/stat : 2789 (pbscip.linux.x8) R 2787 2789 2474 0 -1 4194304 462873 0 0 0 179633 372 0 0 25 0 1 0 181758718 1496842240 347981 1992294400 4194304 7823515 548682068736 18446744073709551615 4338498 0 0 4096 16384 0 0 0 17 0 0 0
/proc/2789/statm: 365440 347981 550 886 0 364550 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 1461760

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -2789

Solver just ended. Dumping a history of the last processes samples

[startup+1801.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2798
/proc/meminfo: memFree=132584/2055920 swapFree=4192812/4192956
[pid=2789] ppid=2787 vsize=1487420 CPUtime=1800.65
/proc/2789/stat : 2789 (pbscip.linux.x8) R 2787 2789 2474 0 -1 4194304 469568 0 0 0 179690 375 0 0 25 0 1 0 181758718 1523118080 354578 1992294400 4194304 7823515 548682068736 18446744073709551615 6211406 0 0 4096 16384 0 0 0 17 0 0 0
/proc/2789/statm: 371855 354578 550 886 0 370965 0
Current children cumulated CPU time (s) 1800.65
Current children cumulated vsize (KiB) 1487420

[startup+1802.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2799
/proc/meminfo: memFree=106208/2055920 swapFree=4192812/4192956
[pid=2789] ppid=2787 vsize=1487420 CPUtime=1801.45
/proc/2789/stat : 2789 (pbscip.linux.x8) R 2787 2789 2474 0 -1 4194304 469568 0 0 0 179770 375 0 0 25 0 1 0 181758718 1523118080 354578 1992294400 4194304 7823515 548682068736 18446744073709551615 6175274 0 0 4096 16384 0 0 0 17 0 0 0
/proc/2789/statm: 371855 354578 550 886 0 370965 0
Current children cumulated CPU time (s) 1801.45
Current children cumulated vsize (KiB) 1487420

[startup+1802.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2799
/proc/meminfo: memFree=106208/2055920 swapFree=4192812/4192956
[pid=2789] ppid=2787 vsize=1487420 CPUtime=1801.85
/proc/2789/stat : 2789 (pbscip.linux.x8) R 2787 2789 2474 0 -1 4194304 469568 0 0 0 179810 375 0 0 25 0 1 0 181758718 1523118080 354578 1992294400 4194304 7823515 548682068736 18446744073709551615 6179858 0 0 4096 16384 0 0 0 17 0 0 0
/proc/2789/statm: 371855 354578 550 886 0 370965 0
Current children cumulated CPU time (s) 1801.85
Current children cumulated vsize (KiB) 1487420

[startup+1803 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2799
/proc/meminfo: memFree=106208/2055920 swapFree=4192812/4192956
[pid=2789] ppid=2787 vsize=0 CPUtime=1802.25
/proc/2789/stat : 2789 (pbscip.linux.x8) R 2787 2789 2474 0 -1 4195332 469568 0 0 0 179831 394 0 0 25 0 1 0 181758718 0 0 1992294400 0 0 0 0 0 0 0 4096 16384 0 0 0 17 0 0 0
/proc/2789/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1802.25
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1803.02
CPU time (s): 1802.28
CPU user time (s): 1798.31
CPU system time (s): 3.9644
CPU usage (%): 99.9588
Max. virtual memory (cumulated for all children) (KiB): 1487420

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.31
system time used= 3.9644
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 469568
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2
involuntary context switches= 5038

runsolver used 1.50677 second user time and 5.06323 second system time

The end

Launcher Data

Begin job on node13 at 2009-06-16 10:39:42
IDJOB=1868782
IDBENCH=1972
IDSOLVER=683
FILE ID=node13/1868782-1245141581
PBS_JOBID= 9363724
Free space on /tmp= 66256 MiB

SOLVER NAME= SCIPspx SCIP 1.1.0.7 with SoPLEX 1.4.1(24.4.2009)
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB06/liu/wnq/normalized-wnq_n100_mw99_9.opb.PB06.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t TIMEOUT -m MEMLIMIT -f BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1868782-1245141581/watcher-1868782-1245141581 -o /tmp/evaluation-result-1868782-1245141581/solver-1868782-1245141581 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 1800 -f HOME/instance-1868782-1245141581.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 093efae700664f798191c0b27cec34af
RANDOM SEED=473611968

node13.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/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.259
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.259
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:       1526352 kB
Buffers:         68212 kB
Cached:         367116 kB
SwapCached:        144 kB
Active:          51948 kB
Inactive:       397396 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1526352 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           26660 kB
Writeback:           0 kB
Mapped:          23760 kB
Slab:            66152 kB
Committed_AS:   162360 kB
PageTables:       1464 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66248 MiB
End job on node13 at 2009-06-16 11:09:45