Trace number 1868787

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
SCIPclp SCIP 1.1.0.7 with CLP 1.8.2? (TO) 1802.31 1802.85

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
wnq/normalized-wnq_n100_mw99_10.opb.PB06.opb
MD5SUMfad34197fa8b5ebd519d12750a352ad5
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark5589
Best CPU time to get the best result obtained on this benchmark1603.78
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 480
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 495457
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 495457
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.99/9.02	c SCIP version 1.1.0.7
8.99/9.02	c LP-Solver Clp 1.8.2
8.99/9.02	c user parameter file <scip.set> not found - using default parameters
8.99/9.02	c read problem <HOME/instance-1868787-1245141946.opb>
8.99/9.02	c original problem has 10000 variables (10000 bin, 0 int, 0 impl, 0 cont) and 656900 constraints
11.28/11.38	c start presolving problem
11.28/11.38	c presolving:
21.68/21.78	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
26.99/27.03	c    (16.1s) probing: 101/10000 (1.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
26.99/27.03	c    (16.1s) probing aborted: 100/100 successive totally useless probings
26.99/27.03	c presolving (2 rounds):
26.99/27.03	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
26.99/27.03	c  1313400 implications, 0 cliques
26.99/27.03	c presolved problem has 10000 variables (10000 bin, 0 int, 0 impl, 0 cont) and 656900 constraints
26.99/27.03	c  656900 constraints of type <logicor>
26.99/27.03	c transformed objective value is always integral (scale: 1)
26.99/27.03	c Presolving Time: 14.13
26.99/27.08	c strange?!, PURESAT with obj
26.99/27.08	c -----------------------------------------------------------------------------------------------
26.99/27.08	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
26.99/27.08	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
26.99/27.08	c limits/memory = c 1620
26.99/27.08	c # maximal time in seconds to run
26.99/27.08	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
26.99/27.08	c limits/time = c 1791
26.99/27.08	c # frequency for displaying node information lines
26.99/27.08	c # [type: int, range: [-1,2147483647], default: 100]
26.99/27.08	c display/freq = c 10000
26.99/27.08	c -----------------------------------------------------------------------------------------------
26.99/27.08	c start solving problem
26.99/27.08	c 
38.67/38.72	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
38.67/38.72	c  27.3s|     1 |     0 |   523 | 734M|   0 | 263 |  10k| 656k| 656k|  10k| 656k|   0 |   0 |   0 | 1.745917e+02 |      --      |    Inf 
650.59/650.89	c   638s|     1 |     0 |  6853 | 745M|   0 | 263 |  10k| 656k| 656k|  10k| 656k|  12 |   0 |   0 | 1.804048e+02 |      --      |    Inf 
779.45/779.79	c   767s|     1 |     0 |  7426 | 761M|   0 | 283 |  10k| 656k| 656k|  10k| 656k|  27 |   0 |   0 | 1.877334e+02 |      --      |    Inf 
996.48/996.81	c   984s|     1 |     0 |  7782 | 761M|   0 | 292 |  10k| 656k| 656k|  10k| 656k|  36 |   0 |   0 | 1.906091e+02 |      --      |    Inf 

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-1868787-1245141946/watcher-1868787-1245141946 -o /tmp/evaluation-result-1868787-1245141946/solver-1868787-1245141946 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t 1800 -m 1800 -f HOME/instance-1868787-1245141946.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: 0.79 0.95 0.98 3/64 3521
/proc/meminfo: memFree=1842616/2055920 swapFree=4192812/4192956
[pid=3521] ppid=3519 vsize=5812 CPUtime=0
/proc/3521/stat : 3521 (pbscip.linux.x8) R 3519 3521 3484 0 -1 4194304 517 0 0 0 0 0 0 0 18 0 1 0 181794020 5951488 501 1992294400 4194304 9342243 548682068736 18446744073709551615 8223232 0 0 4096 0 0 0 0 17 1 0 0
/proc/3521/statm: 1453 503 332 1256 0 192 0

[startup+0.037833 s]
/proc/loadavg: 0.79 0.95 0.98 3/64 3521
/proc/meminfo: memFree=1842616/2055920 swapFree=4192812/4192956
[pid=3521] ppid=3519 vsize=15792 CPUtime=0.03
/proc/3521/stat : 3521 (pbscip.linux.x8) R 3519 3521 3484 0 -1 4194304 2939 0 0 0 2 1 0 0 18 0 1 0 181794020 16171008 2923 1992294400 4194304 9342243 548682068736 18446744073709551615 4590723 0 0 4096 0 0 0 0 17 1 0 0
/proc/3521/statm: 3948 2923 374 1256 0 2687 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 15792

[startup+0.102814 s]
/proc/loadavg: 0.79 0.95 0.98 3/64 3521
/proc/meminfo: memFree=1842616/2055920 swapFree=4192812/4192956
[pid=3521] ppid=3519 vsize=18696 CPUtime=0.09
/proc/3521/stat : 3521 (pbscip.linux.x8) R 3519 3521 3484 0 -1 4194304 3659 0 0 0 8 1 0 0 18 0 1 0 181794020 19144704 3639 1992294400 4194304 9342243 548682068736 18446744073709551615 8247773 0 0 4096 0 0 0 0 17 1 0 0
/proc/3521/statm: 4674 3639 378 1256 0 3413 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 18696

[startup+0.302836 s]
/proc/loadavg: 0.79 0.95 0.98 3/64 3521
/proc/meminfo: memFree=1842616/2055920 swapFree=4192812/4192956
[pid=3521] ppid=3519 vsize=24616 CPUtime=0.29
/proc/3521/stat : 3521 (pbscip.linux.x8) R 3519 3521 3484 0 -1 4194304 5153 0 0 0 27 2 0 0 19 0 1 0 181794020 25206784 5133 1992294400 4194304 9342243 548682068736 18446744073709551615 8305584 0 0 4096 0 0 0 0 17 1 0 0
/proc/3521/statm: 6154 5133 378 1256 0 4893 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 24616

[startup+0.701881 s]
/proc/loadavg: 0.79 0.95 0.98 3/64 3521
/proc/meminfo: memFree=1842616/2055920 swapFree=4192812/4192956
[pid=3521] ppid=3519 vsize=33744 CPUtime=0.69
/proc/3521/stat : 3521 (pbscip.linux.x8) R 3519 3521 3484 0 -1 4194304 7400 0 0 0 66 3 0 0 23 0 1 0 181794020 34553856 7380 1992294400 4194304 9342243 548682068736 18446744073709551615 8247773 0 0 4096 0 0 0 0 17 1 0 0
/proc/3521/statm: 8436 7380 378 1256 0 7175 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 33744

[startup+1.50197 s]
/proc/loadavg: 0.79 0.95 0.98 2/65 3522
/proc/meminfo: memFree=1806768/2055920 swapFree=4192812/4192956
[pid=3521] ppid=3519 vsize=53624 CPUtime=1.49
/proc/3521/stat : 3521 (pbscip.linux.x8) R 3519 3521 3484 0 -1 4194304 12403 0 0 0 144 5 0 0 25 0 1 0 181794020 54910976 12383 1992294400 4194304 9342243 548682068736 18446744073709551615 5537468 0 0 4096 0 0 0 0 17 1 0 0
/proc/3521/statm: 13406 12383 378 1256 0 12145 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 53624

[startup+3.10115 s]
/proc/loadavg: 0.81 0.95 0.98 2/65 3522
/proc/meminfo: memFree=1779056/2055920 swapFree=4192812/4192956
[pid=3521] ppid=3519 vsize=94268 CPUtime=3.09
/proc/3521/stat : 3521 (pbscip.linux.x8) R 3519 3521 3484 0 -1 4194304 22556 0 0 0 300 9 0 0 25 0 1 0 181794020 96530432 22536 1992294400 4194304 9342243 548682068736 18446744073709551615 8247732 0 0 4096 0 0 0 0 17 1 0 0
/proc/3521/statm: 23567 22536 378 1256 0 22306 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 94268

[startup+6.3015 s]
/proc/loadavg: 0.81 0.95 0.98 2/65 3522
/proc/meminfo: memFree=1696944/2055920 swapFree=4192812/4192956
[pid=3521] ppid=3519 vsize=173244 CPUtime=6.29
/proc/3521/stat : 3521 (pbscip.linux.x8) R 3519 3521 3484 0 -1 4194304 42270 0 0 0 610 19 0 0 25 0 1 0 181794020 177401856 42250 1992294400 4194304 9342243 548682068736 18446744073709551615 8247758 0 0 4096 0 0 0 0 17 1 0 0
/proc/3521/statm: 43311 42250 378 1256 0 42050 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 173244

[startup+12.7012 s]
/proc/loadavg: 0.83 0.95 0.98 2/65 3522
/proc/meminfo: memFree=1225392/2055920 swapFree=4192812/4192956
[pid=3521] ppid=3519 vsize=626116 CPUtime=12.69
/proc/3521/stat : 3521 (pbscip.linux.x8) R 3519 3521 3484 0 -1 4194304 155061 0 0 0 1187 82 0 0 25 0 1 0 181794020 641142784 154687 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3521/statm: 156529 154687 459 1256 0 155268 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 626116

[startup+25.5016 s]
/proc/loadavg: 0.86 0.95 0.98 2/65 3522
/proc/meminfo: memFree=1032304/2055920 swapFree=4192812/4192956
[pid=3521] ppid=3519 vsize=820388 CPUtime=25.48
/proc/3521/stat : 3521 (pbscip.linux.x8) R 3519 3521 3484 0 -1 4194304 218158 0 0 0 2332 216 0 0 25 0 1 0 181794020 840077312 202564 1992294400 4194304 9342243 548682068736 18446744073709551615 5102375 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3521/statm: 205097 202564 479 1256 0 203836 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 820388

[startup+51.1015 s]
/proc/loadavg: 0.91 0.96 0.98 2/65 3522
/proc/meminfo: memFree=613424/2055920 swapFree=4192812/4192956
[pid=3521] ppid=3519 vsize=1415080 CPUtime=51.07
/proc/3521/stat : 3521 (pbscip.linux.x8) R 3519 3521 3484 0 -1 4194304 334094 0 0 0 4845 262 0 0 25 0 1 0 181794020 1449041920 307249 1992294400 4194304 9342243 548682068736 18446744073709551615 6959725 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3521/statm: 353770 307249 626 1256 0 352509 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 1415080

[startup+102.305 s]
/proc/loadavg: 0.96 0.96 0.98 2/65 3522
/proc/meminfo: memFree=602608/2055920 swapFree=4192812/4192956
[pid=3521] ppid=3519 vsize=1420404 CPUtime=102.26
/proc/3521/stat : 3521 (pbscip.linux.x8) R 3519 3521 3484 0 -1 4194304 336800 0 0 0 9963 263 0 0 25 0 1 0 181794020 1454493696 309955 1992294400 4194304 9342243 548682068736 18446744073709551615 6065008 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3521/statm: 355101 309955 633 1256 0 353840 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 1420404

[startup+162.302 s]
/proc/loadavg: 0.98 0.97 0.98 2/65 3522
/proc/meminfo: memFree=526704/2055920 swapFree=4192812/4192956
[pid=3521] ppid=3519 vsize=1487640 CPUtime=162.23
/proc/3521/stat : 3521 (pbscip.linux.x8) R 3519 3521 3484 0 -1 4194304 359733 0 0 0 15951 272 0 0 25 0 1 0 181794020 1523343360 328890 1992294400 4194304 9342243 548682068736 18446744073709551615 6952845 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3521/statm: 371910 328890 633 1256 0 370649 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 1487640

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 3522
/proc/meminfo: memFree=550384/2055920 swapFree=4192812/4192956
[pid=3521] ppid=3519 vsize=1496596 CPUtime=222.22
/proc/3521/stat : 3521 (pbscip.linux.x8) R 3519 3521 3484 0 -1 4194304 383101 0 0 0 21938 284 0 0 25 0 1 0 181794020 1532514304 322952 1992294400 4194304 9342243 548682068736 18446744073709551615 6065022 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3521/statm: 374149 322952 633 1256 0 372888 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 1496596

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 3522
/proc/meminfo: memFree=550384/2055920 swapFree=4192812/4192956
[pid=3521] ppid=3519 vsize=1496996 CPUtime=282.2
/proc/3521/stat : 3521 (pbscip.linux.x8) R 3519 3521 3484 0 -1 4194304 406982 0 0 0 27924 296 0 0 25 0 1 0 181794020 1532923904 322946 1992294400 4194304 9342243 548682068736 18446744073709551615 6975359 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3521/statm: 374249 322946 633 1256 0 372988 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 1496996

[startup+342.303 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 3522
/proc/meminfo: memFree=547824/2055920 swapFree=4192812/4192956
[pid=3521] ppid=3519 vsize=1496956 CPUtime=342.19
/proc/3521/stat : 3521 (pbscip.linux.x8) R 3519 3521 3484 0 -1 4194304 419575 0 0 0 33917 302 0 0 25 0 1 0 181794020 1532882944 323569 1992294400 4194304 9342243 548682068736 18446744073709551615 6065018 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3521/statm: 374239 323569 633 1256 0 372978 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 1496956

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 3524
/proc/meminfo: memFree=547952/2055920 swapFree=4192812/4192956
[pid=3521] ppid=3519 vsize=1499744 CPUtime=402.16
/proc/3521/stat : 3521 (pbscip.linux.x8) R 3519 3521 3484 0 -1 4194304 444594 0 0 0 39902 314 0 0 25 0 1 0 181794020 1535737856 323523 1992294400 4194304 9342243 548682068736 18446744073709551615 6975359 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3521/statm: 374936 323523 633 1256 0 373675 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 1499744

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 3524
/proc/meminfo: memFree=548400/2055920 swapFree=4192812/4192956
[pid=3521] ppid=3519 vsize=1497108 CPUtime=462.15
/proc/3521/stat : 3521 (pbscip.linux.x8) R 3519 3521 3484 0 -1 4194304 457372 0 0 0 45895 320 0 0 25 0 1 0 181794020 1533038592 323412 1992294400 4194304 9342243 548682068736 18446744073709551615 6952118 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3521/statm: 374277 323412 633 1256 0 373016 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 1497108

[startup+522.303 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 3524
/proc/meminfo: memFree=549680/2055920 swapFree=4192812/4192956
[pid=3521] ppid=3519 vsize=1499924 CPUtime=522.13
/proc/3521/stat : 3521 (pbscip.linux.x8) R 3519 3521 3484 0 -1 4194304 469881 0 0 0 51886 327 0 0 25 0 1 0 181794020 1535922176 323120 1992294400 4194304 9342243 548682068736 18446744073709551615 6951969 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3521/statm: 374981 323120 633 1256 0 373720 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 1499924

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 3524
/proc/meminfo: memFree=475376/2055920 swapFree=4192812/4192956
[pid=3521] ppid=3519 vsize=1492796 CPUtime=582.11
/proc/3521/stat : 3521 (pbscip.linux.x8) R 3519 3521 3484 0 -1 4194304 507877 0 0 0 57867 344 0 0 25 0 1 0 181794020 1528623104 341643 1992294400 4194304 9342243 548682068736 18446744073709551615 5597699 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3521/statm: 373199 341643 647 1256 0 371938 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 1492796

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 3524
/proc/meminfo: memFree=413744/2055920 swapFree=4192812/4192956
[pid=3521] ppid=3519 vsize=1582932 CPUtime=642.09
/proc/3521/stat : 3521 (pbscip.linux.x8) R 3519 3521 3484 0 -1 4194304 527240 0 0 0 63829 380 0 0 25 0 1 0 181794020 1620922368 357013 1992294400 4194304 9342243 548682068736 18446744073709551615 5869964 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3521/statm: 395733 357013 664 1256 0 394472 0
Current children cumulated CPU time (s) 642.09
Current children cumulated vsize (KiB) 1582932

[startup+702.302 s]

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

/proc/3521/stat : 3521 (pbscip.linux.x8) R 3519 3521 3484 0 -1 4194304 544617 0 0 0 105799 397 0 0 25 0 1 0 181794020 1668333568 374390 1992294400 4194304 9342243 548682068736 18446744073709551615 6952974 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3521/statm: 407308 374390 664 1256 0 406047 0
Current children cumulated CPU time (s) 1061.96
Current children cumulated vsize (KiB) 1629232

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 3530
/proc/meminfo: memFree=344048/2055920 swapFree=4192812/4192956
[pid=3521] ppid=3519 vsize=1629232 CPUtime=1121.95
/proc/3521/stat : 3521 (pbscip.linux.x8) R 3519 3521 3484 0 -1 4194304 544617 0 0 0 111794 401 0 0 25 0 1 0 181794020 1668333568 374390 1992294400 4194304 9342243 548682068736 18446744073709551615 6237437 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3521/statm: 407308 374390 664 1256 0 406047 0
Current children cumulated CPU time (s) 1121.95
Current children cumulated vsize (KiB) 1629232

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 3530
/proc/meminfo: memFree=344112/2055920 swapFree=4192812/4192956
[pid=3521] ppid=3519 vsize=1629232 CPUtime=1181.93
/proc/3521/stat : 3521 (pbscip.linux.x8) R 3519 3521 3484 0 -1 4194304 544617 0 0 0 117789 404 0 0 25 0 1 0 181794020 1668333568 374390 1992294400 4194304 9342243 548682068736 18446744073709551615 6237437 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3521/statm: 407308 374390 664 1256 0 406047 0
Current children cumulated CPU time (s) 1181.93
Current children cumulated vsize (KiB) 1629232

[startup+1242.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 3530
/proc/meminfo: memFree=343984/2055920 swapFree=4192812/4192956
[pid=3521] ppid=3519 vsize=1629232 CPUtime=1241.92
/proc/3521/stat : 3521 (pbscip.linux.x8) R 3519 3521 3484 0 -1 4194304 544617 0 0 0 123785 407 0 0 25 0 1 0 181794020 1668333568 374390 1992294400 4194304 9342243 548682068736 18446744073709551615 6952849 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3521/statm: 407308 374390 664 1256 0 406047 0
Current children cumulated CPU time (s) 1241.92
Current children cumulated vsize (KiB) 1629232

[startup+1302.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 3530
/proc/meminfo: memFree=343984/2055920 swapFree=4192812/4192956
[pid=3521] ppid=3519 vsize=1629232 CPUtime=1301.9
/proc/3521/stat : 3521 (pbscip.linux.x8) R 3519 3521 3484 0 -1 4194304 544617 0 0 0 129780 410 0 0 25 0 1 0 181794020 1668333568 374390 1992294400 4194304 9342243 548682068736 18446744073709551615 6939137 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3521/statm: 407308 374390 664 1256 0 406047 0
Current children cumulated CPU time (s) 1301.9
Current children cumulated vsize (KiB) 1629232

[startup+1362.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 3530
/proc/meminfo: memFree=343920/2055920 swapFree=4192812/4192956
[pid=3521] ppid=3519 vsize=1629232 CPUtime=1361.88
/proc/3521/stat : 3521 (pbscip.linux.x8) R 3519 3521 3484 0 -1 4194304 544617 0 0 0 135774 414 0 0 25 0 1 0 181794020 1668333568 374390 1992294400 4194304 9342243 548682068736 18446744073709551615 6952845 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3521/statm: 407308 374390 664 1256 0 406047 0
Current children cumulated CPU time (s) 1361.88
Current children cumulated vsize (KiB) 1629232

[startup+1422.31 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 3530
/proc/meminfo: memFree=343920/2055920 swapFree=4192812/4192956
[pid=3521] ppid=3519 vsize=1629232 CPUtime=1421.87
/proc/3521/stat : 3521 (pbscip.linux.x8) R 3519 3521 3484 0 -1 4194304 544617 0 0 0 141769 418 0 0 25 0 1 0 181794020 1668333568 374390 1992294400 4194304 9342243 548682068736 18446744073709551615 6939148 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3521/statm: 407308 374390 664 1256 0 406047 0
Current children cumulated CPU time (s) 1421.87
Current children cumulated vsize (KiB) 1629232

[startup+1482.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 3530
/proc/meminfo: memFree=343856/2055920 swapFree=4192812/4192956
[pid=3521] ppid=3519 vsize=1629232 CPUtime=1481.84
/proc/3521/stat : 3521 (pbscip.linux.x8) R 3519 3521 3484 0 -1 4194304 544617 0 0 0 147763 421 0 0 25 0 1 0 181794020 1668333568 374390 1992294400 4194304 9342243 548682068736 18446744073709551615 6237437 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3521/statm: 407308 374390 664 1256 0 406047 0
Current children cumulated CPU time (s) 1481.84
Current children cumulated vsize (KiB) 1629232

[startup+1542.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 3530
/proc/meminfo: memFree=343792/2055920 swapFree=4192812/4192956
[pid=3521] ppid=3519 vsize=1629232 CPUtime=1541.83
/proc/3521/stat : 3521 (pbscip.linux.x8) R 3519 3521 3484 0 -1 4194304 544617 0 0 0 153758 425 0 0 25 0 1 0 181794020 1668333568 374390 1992294400 4194304 9342243 548682068736 18446744073709551615 4338511 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3521/statm: 407308 374390 664 1256 0 406047 0
Current children cumulated CPU time (s) 1541.83
Current children cumulated vsize (KiB) 1629232

[startup+1602.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 3530
/proc/meminfo: memFree=343792/2055920 swapFree=4192812/4192956
[pid=3521] ppid=3519 vsize=1629232 CPUtime=1601.81
/proc/3521/stat : 3521 (pbscip.linux.x8) R 3519 3521 3484 0 -1 4194304 544617 0 0 0 159753 428 0 0 25 0 1 0 181794020 1668333568 374390 1992294400 4194304 9342243 548682068736 18446744073709551615 6939137 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3521/statm: 407308 374390 664 1256 0 406047 0
Current children cumulated CPU time (s) 1601.81
Current children cumulated vsize (KiB) 1629232

[startup+1662.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 3530
/proc/meminfo: memFree=343728/2055920 swapFree=4192812/4192956
[pid=3521] ppid=3519 vsize=1629232 CPUtime=1661.79
/proc/3521/stat : 3521 (pbscip.linux.x8) R 3519 3521 3484 0 -1 4194304 544617 0 0 0 165749 430 0 0 25 0 1 0 181794020 1668333568 374390 1992294400 4194304 9342243 548682068736 18446744073709551615 6237429 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3521/statm: 407308 374390 664 1256 0 406047 0
Current children cumulated CPU time (s) 1661.79
Current children cumulated vsize (KiB) 1629232

[startup+1722.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 3530
/proc/meminfo: memFree=343664/2055920 swapFree=4192812/4192956
[pid=3521] ppid=3519 vsize=1629232 CPUtime=1721.78
/proc/3521/stat : 3521 (pbscip.linux.x8) R 3519 3521 3484 0 -1 4194304 544617 0 0 0 171744 434 0 0 25 0 1 0 181794020 1668333568 374390 1992294400 4194304 9342243 548682068736 18446744073709551615 4272778 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3521/statm: 407308 374390 664 1256 0 406047 0
Current children cumulated CPU time (s) 1721.78
Current children cumulated vsize (KiB) 1629232

[startup+1782.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 3530
/proc/meminfo: memFree=343792/2055920 swapFree=4192812/4192956
[pid=3521] ppid=3519 vsize=1629232 CPUtime=1781.75
/proc/3521/stat : 3521 (pbscip.linux.x8) R 3519 3521 3484 0 -1 4194304 544617 0 0 0 177739 436 0 0 25 0 1 0 181794020 1668333568 374390 1992294400 4194304 9342243 548682068736 18446744073709551615 6237429 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3521/statm: 407308 374390 664 1256 0 406047 0
Current children cumulated CPU time (s) 1781.75
Current children cumulated vsize (KiB) 1629232



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 3530
/proc/meminfo: memFree=343792/2055920 swapFree=4192812/4192956
[pid=3521] ppid=3519 vsize=1629232 CPUtime=1800.06
/proc/3521/stat : 3521 (pbscip.linux.x8) R 3519 3521 3484 0 -1 4194304 544617 0 0 0 179568 438 0 0 25 0 1 0 181794020 1668333568 374390 1992294400 4194304 9342243 548682068736 18446744073709551615 6939137 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3521/statm: 407308 374390 664 1256 0 406047 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 1629232

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -3521

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

[startup+1801.4 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 3530
/proc/meminfo: memFree=343792/2055920 swapFree=4192812/4192956
[pid=3521] ppid=3519 vsize=1629232 CPUtime=1800.86
/proc/3521/stat : 3521 (pbscip.linux.x8) R 3519 3521 3484 0 -1 4194304 544617 0 0 0 179648 438 0 0 25 0 1 0 181794020 1668333568 374390 1992294400 4194304 9342243 548682068736 18446744073709551615 6253534 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3521/statm: 407308 374390 664 1256 0 406047 0
Current children cumulated CPU time (s) 1800.86
Current children cumulated vsize (KiB) 1629232

[startup+1802.2 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 3531
/proc/meminfo: memFree=343784/2055920 swapFree=4192812/4192956
[pid=3521] ppid=3519 vsize=1629232 CPUtime=1801.65
/proc/3521/stat : 3521 (pbscip.linux.x8) R 3519 3521 3484 0 -1 4194304 545897 0 0 0 179727 438 0 0 25 0 1 0 181794020 1668333568 375670 1992294400 4194304 9342243 548682068736 18446744073709551615 6960594 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3521/statm: 407308 375670 664 1256 0 406047 0
Current children cumulated CPU time (s) 1801.65
Current children cumulated vsize (KiB) 1629232

[startup+1802.6 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 3531
/proc/meminfo: memFree=343784/2055920 swapFree=4192812/4192956
[pid=3521] ppid=3519 vsize=1629232 CPUtime=1802.05
/proc/3521/stat : 3521 (pbscip.linux.x8) R 3519 3521 3484 0 -1 4194304 545897 0 0 0 179767 438 0 0 25 0 1 0 181794020 1668333568 375670 1992294400 4194304 9342243 548682068736 18446744073709551615 6960563 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3521/statm: 407308 375670 664 1256 0 406047 0
Current children cumulated CPU time (s) 1802.05
Current children cumulated vsize (KiB) 1629232

[startup+1802.8 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 3531
/proc/meminfo: memFree=1565488/2055920 swapFree=4192812/4192956
[pid=3521] ppid=3519 vsize=0 CPUtime=1802.25
/proc/3521/stat : 3521 (pbscip.linux.x8) R 3519 3521 3484 0 -1 4195332 545897 0 0 0 179768 457 0 0 25 0 1 0 181794020 0 0 1992294400 0 0 0 0 0 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3521/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): 1802.85
CPU time (s): 1802.31
CPU user time (s): 1797.69
CPU system time (s): 4.6213
CPU usage (%): 99.97
Max. virtual memory (cumulated for all children) (KiB): 1629232

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.69
system time used= 4.6213
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 545897
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= 3457

runsolver used 1.71674 second user time and 3.9194 second system time

The end

Launcher Data

Begin job on node35 at 2009-06-16 10:45:47
IDJOB=1868787
IDBENCH=1974
IDSOLVER=684
FILE ID=node35/1868787-1245141946
PBS_JOBID= 9363731
Free space on /tmp= 66120 MiB

SOLVER NAME= SCIPclp SCIP 1.1.0.7 with CLP 1.8.2
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB06/liu/wnq/normalized-wnq_n100_mw99_10.opb.PB06.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t TIMEOUT -m MEMLIMIT -f BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1868787-1245141946/watcher-1868787-1245141946 -o /tmp/evaluation-result-1868787-1245141946/solver-1868787-1245141946 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t 1800 -m 1800 -f HOME/instance-1868787-1245141946.opb

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

MD5SUM BENCH= fad34197fa8b5ebd519d12750a352ad5
RANDOM SEED=1808084

node35.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.232
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.232
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:       1843096 kB
Buffers:         29828 kB
Cached:         108276 kB
SwapCached:        140 kB
Active:          66224 kB
Inactive:        85832 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1843096 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           28828 kB
Writeback:           0 kB
Mapped:          23600 kB
Slab:            46800 kB
Committed_AS:   166588 kB
PageTables:       1400 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= 66108 MiB
End job on node35 at 2009-06-16 11:15:50