Trace number 1868778

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.27 1802.32

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
wnq/normalized-wnq_n100_mw99_6.opb.PB06.opb
MD5SUM5f836d1b8d150c1925229546ed283812
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark5701
Best CPU time to get the best result obtained on this benchmark1531.68
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 453
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 491651
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 491651
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.48/8.53	c SCIP version 1.1.0.7
8.48/8.53	c LP-Solver SoPlex 1.4.1
8.48/8.53	c user parameter file <scip.set> not found - using default parameters
8.48/8.53	c read problem <HOME/instance-1868778-1245141102.opb>
8.48/8.53	c original problem has 10000 variables (10000 bin, 0 int, 0 impl, 0 cont) and 656900 constraints
10.78/10.85	c start presolving problem
10.78/10.85	c presolving:
20.78/20.85	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.98	c    (15.7s) probing: 101/10000 (1.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
25.88/25.98	c    (15.7s) probing aborted: 100/100 successive totally useless probings
25.88/25.98	c presolving (2 rounds):
25.88/25.98	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
25.88/25.98	c  1313400 implications, 0 cliques
25.88/25.98	c presolved problem has 10000 variables (10000 bin, 0 int, 0 impl, 0 cont) and 656900 constraints
25.88/25.98	c  656900 constraints of type <logicor>
25.88/25.98	c transformed objective value is always integral (scale: 1)
25.88/25.98	c Presolving Time: 13.72
25.98/26.03	c strange?!, PURESAT with obj
25.98/26.03	c -----------------------------------------------------------------------------------------------
25.98/26.03	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
25.98/26.03	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
25.98/26.03	c limits/memory = c 1620
25.98/26.03	c # maximal time in seconds to run
25.98/26.03	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
25.98/26.03	c limits/time = c 1791
25.98/26.03	c # frequency for displaying node information lines
25.98/26.03	c # [type: int, range: [-1,2147483647], default: 100]
25.98/26.03	c display/freq = c 10000
25.98/26.03	c -----------------------------------------------------------------------------------------------
25.98/26.03	c start solving problem
25.98/26.03	c 
68.28/68.34	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
68.28/68.34	c  57.5s|     1 |     0 |  1138 | 734M|   0 | 256 |  10k| 656k| 656k|  10k| 656k|   0 |   0 |   0 | 1.722431e+02 |      --      |    Inf 
1070.35/1070.45	o 433
1070.35/1070.45	c F1059s|     1 |     0 | 14751 | 735M|   0 |   0 |  10k| 656k| 656k|  10k| 656k|   0 |   0 |   0 | 1.722431e+02 | 4.330000e+02 | 151.39%
1203.24/1203.32	c  1192s|     1 |     0 | 15184 | 750M|   0 | 276 |  10k| 656k| 656k|  10k| 656k|  12 |   0 |   0 | 1.790208e+02 | 4.330000e+02 | 141.87%
1687.93/1688.07	c  1676s|     1 |     0 | 15466 | 750M|   0 | 288 |  10k| 656k| 656k|  10k| 656k|  19 |   0 |   0 | 1.832480e+02 | 4.330000e+02 | 136.29%

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-1868778-1245141102/watcher-1868778-1245141102 -o /tmp/evaluation-result-1868778-1245141102/solver-1868778-1245141102 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 1800 -f HOME/instance-1868778-1245141102.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 29250
/proc/meminfo: memFree=1751504/2055920 swapFree=4191900/4192956
[pid=29250] ppid=29248 vsize=6100 CPUtime=0
/proc/29250/stat : 29250 (pbscip.linux.x8) R 29248 29250 28863 0 -1 4194304 653 0 0 0 0 0 0 0 18 0 1 0 181710763 6246400 635 1992294400 4194304 7823515 548682068736 18446744073709551615 4402248 0 0 4096 0 0 0 0 17 0 0 0
/proc/29250/statm: 1525 644 325 886 0 635 0

[startup+0.0716349 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 29250
/proc/meminfo: memFree=1751504/2055920 swapFree=4191900/4192956
[pid=29250] ppid=29248 vsize=16352 CPUtime=0.06
/proc/29250/stat : 29250 (pbscip.linux.x8) R 29248 29250 28863 0 -1 4194304 3412 0 0 0 5 1 0 0 18 0 1 0 181710763 16744448 3390 1992294400 4194304 7823515 548682068736 18446744073709551615 6908036 0 0 4096 0 0 0 0 17 0 0 0
/proc/29250/statm: 4088 3390 354 886 0 3198 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16352

[startup+0.101625 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 29250
/proc/meminfo: memFree=1751504/2055920 swapFree=4191900/4192956
[pid=29250] ppid=29248 vsize=17708 CPUtime=0.09
/proc/29250/stat : 29250 (pbscip.linux.x8) R 29248 29250 28863 0 -1 4194304 3752 0 0 0 8 1 0 0 18 0 1 0 181710763 18132992 3730 1992294400 4194304 7823515 548682068736 18446744073709551615 5742388 0 0 4096 0 0 0 0 17 0 0 0
/proc/29250/statm: 4427 3730 354 886 0 3537 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 17708

[startup+0.301567 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 29250
/proc/meminfo: memFree=1751504/2055920 swapFree=4191900/4192956
[pid=29250] ppid=29248 vsize=23272 CPUtime=0.29
/proc/29250/stat : 29250 (pbscip.linux.x8) R 29248 29250 28863 0 -1 4194304 5143 0 0 0 27 2 0 0 19 0 1 0 181710763 23830528 5121 1992294400 4194304 7823515 548682068736 18446744073709551615 6910829 0 0 4096 0 0 0 0 17 0 0 0
/proc/29250/statm: 5818 5121 354 886 0 4928 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 23272

[startup+0.701451 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 29250
/proc/meminfo: memFree=1751504/2055920 swapFree=4191900/4192956
[pid=29250] ppid=29248 vsize=34076 CPUtime=0.69
/proc/29250/stat : 29250 (pbscip.linux.x8) R 29248 29250 28863 0 -1 4194304 7871 0 0 0 66 3 0 0 23 0 1 0 181710763 34893824 7849 1992294400 4194304 7823515 548682068736 18446744073709551615 4765623 0 0 4096 0 0 0 0 17 0 0 0
/proc/29250/statm: 8519 7849 354 886 0 7629 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 34076

[startup+1.50122 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29251
/proc/meminfo: memFree=1712520/2055920 swapFree=4191900/4192956
[pid=29250] ppid=29248 vsize=55456 CPUtime=1.49
/proc/29250/stat : 29250 (pbscip.linux.x8) R 29248 29250 28863 0 -1 4194304 13181 0 0 0 143 6 0 0 25 0 1 0 181710763 56786944 13159 1992294400 4194304 7823515 548682068736 18446744073709551615 5537552 0 0 4096 0 0 0 0 17 0 0 0
/proc/29250/statm: 13864 13159 354 886 0 12974 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 55456

[startup+3.10175 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29251
/proc/meminfo: memFree=1684488/2055920 swapFree=4191900/4192956
[pid=29250] ppid=29248 vsize=98540 CPUtime=3.09
/proc/29250/stat : 29250 (pbscip.linux.x8) R 29248 29250 28863 0 -1 4194304 23881 0 0 0 299 10 0 0 25 0 1 0 181710763 100904960 23859 1992294400 4194304 7823515 548682068736 18446744073709551615 6908057 0 0 4096 0 0 0 0 17 0 0 0
/proc/29250/statm: 24635 23859 354 886 0 23745 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 98540

[startup+6.30183 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29251
/proc/meminfo: memFree=1598344/2055920 swapFree=4191900/4192956
[pid=29250] ppid=29248 vsize=181836 CPUtime=6.29
/proc/29250/stat : 29250 (pbscip.linux.x8) R 29248 29250 28863 0 -1 4194304 44597 0 0 0 610 19 0 0 25 0 1 0 181710763 186200064 44575 1992294400 4194304 7823515 548682068736 18446744073709551615 4403206 0 0 4096 0 0 0 0 17 0 0 0
/proc/29250/statm: 45459 44575 354 886 0 44569 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 181836

[startup+12.702 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29251
/proc/meminfo: memFree=1133576/2055920 swapFree=4191900/4192956
[pid=29250] ppid=29248 vsize=625596 CPUtime=12.67
/proc/29250/stat : 29250 (pbscip.linux.x8) R 29248 29250 28863 0 -1 4194304 155184 0 0 0 1181 86 0 0 25 0 1 0 181710763 640610304 154808 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 0 0 0
/proc/29250/statm: 156399 154808 417 886 0 155509 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 625596

[startup+25.5013 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29251
/proc/meminfo: memFree=941384/2055920 swapFree=4191900/4192956
[pid=29250] ppid=29248 vsize=819108 CPUtime=25.48
/proc/29250/stat : 29250 (pbscip.linux.x8) R 29248 29250 28863 0 -1 4194304 218095 0 0 0 2343 205 0 0 25 0 1 0 181710763 838766592 202499 1992294400 4194304 7823515 548682068736 18446744073709551615 5102336 0 0 4096 16384 0 0 0 17 0 0 0
/proc/29250/statm: 204777 202499 437 886 0 203887 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 819108

[startup+51.1019 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29251
/proc/meminfo: memFree=524168/2055920 swapFree=4191900/4192956
[pid=29250] ppid=29248 vsize=1300652 CPUtime=51.07
/proc/29250/stat : 29250 (pbscip.linux.x8) R 29248 29250 28863 0 -1 4194304 341850 0 0 0 4856 251 0 0 25 0 1 0 181710763 1331867648 306555 1992294400 4194304 7823515 548682068736 18446744073709551615 6018751 0 0 4096 16384 0 0 0 17 1 0 0
/proc/29250/statm: 325163 306555 507 886 0 324273 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 1300652

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29251
/proc/meminfo: memFree=486536/2055920 swapFree=4191900/4192956
[pid=29250] ppid=29248 vsize=1343688 CPUtime=102.28
/proc/29250/stat : 29250 (pbscip.linux.x8) R 29248 29250 28863 0 -1 4194304 352413 0 0 0 9972 256 0 0 25 0 1 0 181710763 1375936512 315970 1992294400 4194304 7823515 548682068736 18446744073709551615 6149986 0 0 4096 16384 0 0 0 17 0 0 0
/proc/29250/statm: 335922 315970 521 886 0 335032 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 1343688

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29251
/proc/meminfo: memFree=474888/2055920 swapFree=4191900/4192956
[pid=29250] ppid=29248 vsize=1354912 CPUtime=162.27
/proc/29250/stat : 29250 (pbscip.linux.x8) R 29248 29250 28863 0 -1 4194304 356458 0 0 0 15969 258 0 0 25 0 1 0 181710763 1387429888 318901 1992294400 4194304 7823515 548682068736 18446744073709551615 6208682 0 0 4096 16384 0 0 0 17 0 0 0
/proc/29250/statm: 338728 318901 521 886 0 337838 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 1354912

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29251
/proc/meminfo: memFree=475400/2055920 swapFree=4191900/4192956
[pid=29250] ppid=29248 vsize=1352768 CPUtime=222.28
/proc/29250/stat : 29250 (pbscip.linux.x8) R 29248 29250 28863 0 -1 4194304 357782 0 0 0 21968 260 0 0 25 0 1 0 181710763 1385234432 318723 1992294400 4194304 7823515 548682068736 18446744073709551615 6208720 0 0 4096 16384 0 0 0 17 0 0 0
/proc/29250/statm: 338192 318723 521 886 0 337302 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 1352768

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29251
/proc/meminfo: memFree=471880/2055920 swapFree=4191900/4192956
[pid=29250] ppid=29248 vsize=1355560 CPUtime=282.26
/proc/29250/stat : 29250 (pbscip.linux.x8) R 29248 29250 28863 0 -1 4194304 360412 0 0 0 27965 261 0 0 25 0 1 0 181710763 1388093440 319557 1992294400 4194304 7823515 548682068736 18446744073709551615 5914500 0 0 4096 16384 0 0 0 17 0 0 0
/proc/29250/statm: 338890 319557 521 886 0 338000 0
Current children cumulated CPU time (s) 282.26
Current children cumulated vsize (KiB) 1355560

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29251
/proc/meminfo: memFree=471048/2055920 swapFree=4191900/4192956
[pid=29250] ppid=29248 vsize=1355876 CPUtime=342.27
/proc/29250/stat : 29250 (pbscip.linux.x8) R 29248 29250 28863 0 -1 4194304 362962 0 0 0 33964 263 0 0 25 0 1 0 181710763 1388417024 319761 1992294400 4194304 7823515 548682068736 18446744073709551615 6210987 0 0 4096 16384 0 0 0 17 0 0 0
/proc/29250/statm: 338969 319761 521 886 0 338079 0
Current children cumulated CPU time (s) 342.27
Current children cumulated vsize (KiB) 1355876

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29251
/proc/meminfo: memFree=470088/2055920 swapFree=4191900/4192956
[pid=29250] ppid=29248 vsize=1355928 CPUtime=402.27
/proc/29250/stat : 29250 (pbscip.linux.x8) R 29248 29250 28863 0 -1 4194304 364769 0 0 0 39963 264 0 0 25 0 1 0 181710763 1388470272 320005 1992294400 4194304 7823515 548682068736 18446744073709551615 6217353 0 0 4096 16384 0 0 0 17 0 0 0
/proc/29250/statm: 338982 320005 521 886 0 338092 0
Current children cumulated CPU time (s) 402.27
Current children cumulated vsize (KiB) 1355928

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29251
/proc/meminfo: memFree=463432/2055920 swapFree=4191900/4192956
[pid=29250] ppid=29248 vsize=1364588 CPUtime=462.26
/proc/29250/stat : 29250 (pbscip.linux.x8) R 29248 29250 28863 0 -1 4194304 370241 0 0 0 45959 267 0 0 25 0 1 0 181710763 1397338112 321714 1992294400 4194304 7823515 548682068736 18446744073709551615 6208789 0 0 4096 16384 0 0 0 17 0 0 0
/proc/29250/statm: 341147 321714 521 886 0 340257 0
Current children cumulated CPU time (s) 462.26
Current children cumulated vsize (KiB) 1364588

[startup+522.301 s]
/proc/loadavg: 1.07 1.02 1.00 2/65 29251
/proc/meminfo: memFree=464520/2055920 swapFree=4191900/4192956
[pid=29250] ppid=29248 vsize=1360148 CPUtime=522.27
/proc/29250/stat : 29250 (pbscip.linux.x8) R 29248 29250 28863 0 -1 4194304 372789 0 0 0 51957 270 0 0 25 0 1 0 181710763 1392791552 321405 1992294400 4194304 7823515 548682068736 18446744073709551615 6908158 0 0 4096 16384 0 0 0 17 0 0 0
/proc/29250/statm: 340037 321405 521 886 0 339147 0
Current children cumulated CPU time (s) 522.27
Current children cumulated vsize (KiB) 1360148

[startup+582.301 s]
/proc/loadavg: 1.06 1.03 1.00 2/65 29251
/proc/meminfo: memFree=464328/2055920 swapFree=4191900/4192956
[pid=29250] ppid=29248 vsize=1360148 CPUtime=582.25
/proc/29250/stat : 29250 (pbscip.linux.x8) R 29248 29250 28863 0 -1 4194304 373691 0 0 0 57954 271 0 0 25 0 1 0 181710763 1392791552 321442 1992294400 4194304 7823515 548682068736 18446744073709551615 6217355 0 0 4096 16384 0 0 0 17 0 0 0
/proc/29250/statm: 340037 321442 521 886 0 339147 0
Current children cumulated CPU time (s) 582.25
Current children cumulated vsize (KiB) 1360148

[startup+642.302 s]
/proc/loadavg: 1.02 1.02 1.00 2/65 29251
/proc/meminfo: memFree=464264/2055920 swapFree=4191900/4192956
[pid=29250] ppid=29248 vsize=1360148 CPUtime=642.25
/proc/29250/stat : 29250 (pbscip.linux.x8) R 29248 29250 28863 0 -1 4194304 374617 0 0 0 63953 272 0 0 25 0 1 0 181710763 1392791552 321464 1992294400 4194304 7823515 548682068736 18446744073709551615 6217361 0 0 4096 16384 0 0 0 17 0 0 0
/proc/29250/statm: 340037 321464 521 886 0 339147 0
Current children cumulated CPU time (s) 642.25
Current children cumulated vsize (KiB) 1360148

[startup+702.302 s]

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

/proc/29250/stat : 29250 (pbscip.linux.x8) R 29248 29250 28863 0 -1 4194304 395909 0 0 0 105940 284 0 0 25 0 1 0 181710763 1395781632 322402 1992294400 4194304 7823515 548682068736 18446744073709551615 6211030 0 0 4096 16384 0 0 0 17 0 0 0
/proc/29250/statm: 340767 322402 521 886 0 339877 0
Current children cumulated CPU time (s) 1062.24
Current children cumulated vsize (KiB) 1363068

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29253
/proc/meminfo: memFree=399496/2055920 swapFree=4191900/4192956
[pid=29250] ppid=29248 vsize=1428208 CPUtime=1122.24
/proc/29250/stat : 29250 (pbscip.linux.x8) R 29248 29250 28863 0 -1 4194304 413749 0 0 0 111932 292 0 0 25 0 1 0 181710763 1462484992 337713 1992294400 4194304 7823515 548682068736 18446744073709551615 5597697 0 0 4096 16384 0 0 0 17 0 0 0
/proc/29250/statm: 357052 337713 534 886 0 356162 0
Current children cumulated CPU time (s) 1122.24
Current children cumulated vsize (KiB) 1428208

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29253
/proc/meminfo: memFree=327816/2055920 swapFree=4191900/4192956
[pid=29250] ppid=29248 vsize=1495908 CPUtime=1182.23
/proc/29250/stat : 29250 (pbscip.linux.x8) R 29248 29250 28863 0 -1 4194304 441507 0 0 0 117895 328 0 0 25 0 1 0 181710763 1531809792 355636 1992294400 4194304 7823515 548682068736 18446744073709551615 6150539 0 0 4096 16384 0 0 0 17 0 0 0
/proc/29250/statm: 373977 355636 550 886 0 373087 0
Current children cumulated CPU time (s) 1182.23
Current children cumulated vsize (KiB) 1495908

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29253
/proc/meminfo: memFree=326472/2055920 swapFree=4191900/4192956
[pid=29250] ppid=29248 vsize=1495908 CPUtime=1242.23
/proc/29250/stat : 29250 (pbscip.linux.x8) R 29248 29250 28863 0 -1 4194304 442141 0 0 0 123892 331 0 0 25 0 1 0 181710763 1531809792 355900 1992294400 4194304 7823515 548682068736 18446744073709551615 4338511 0 0 4096 16384 0 0 0 17 0 0 0
/proc/29250/statm: 373977 355900 550 886 0 373087 0
Current children cumulated CPU time (s) 1242.23
Current children cumulated vsize (KiB) 1495908

[startup+1302.3 s]
/proc/loadavg: 1.05 1.01 1.00 2/65 29253
/proc/meminfo: memFree=326408/2055920 swapFree=4191900/4192956
[pid=29250] ppid=29248 vsize=1495908 CPUtime=1302.23
/proc/29250/stat : 29250 (pbscip.linux.x8) R 29248 29250 28863 0 -1 4194304 442141 0 0 0 129889 334 0 0 25 0 1 0 181710763 1531809792 355900 1992294400 4194304 7823515 548682068736 18446744073709551615 6911791 0 0 4096 16384 0 0 0 17 0 0 0
/proc/29250/statm: 373977 355900 550 886 0 373087 0
Current children cumulated CPU time (s) 1302.23
Current children cumulated vsize (KiB) 1495908

[startup+1362.3 s]
/proc/loadavg: 1.02 1.01 1.00 2/65 29253
/proc/meminfo: memFree=326408/2055920 swapFree=4191900/4192956
[pid=29250] ppid=29248 vsize=1495908 CPUtime=1362.23
/proc/29250/stat : 29250 (pbscip.linux.x8) R 29248 29250 28863 0 -1 4194304 442141 0 0 0 135885 338 0 0 25 0 1 0 181710763 1531809792 355900 1992294400 4194304 7823515 548682068736 18446744073709551615 4338498 0 0 4096 16384 0 0 0 17 0 0 0
/proc/29250/statm: 373977 355900 550 886 0 373087 0
Current children cumulated CPU time (s) 1362.23
Current children cumulated vsize (KiB) 1495908

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29253
/proc/meminfo: memFree=326408/2055920 swapFree=4191900/4192956
[pid=29250] ppid=29248 vsize=1495908 CPUtime=1422.23
/proc/29250/stat : 29250 (pbscip.linux.x8) R 29248 29250 28863 0 -1 4194304 442141 0 0 0 141882 341 0 0 25 0 1 0 181710763 1531809792 355900 1992294400 4194304 7823515 548682068736 18446744073709551615 5965829 0 0 4096 16384 0 0 0 17 0 0 0
/proc/29250/statm: 373977 355900 550 886 0 373087 0
Current children cumulated CPU time (s) 1422.23
Current children cumulated vsize (KiB) 1495908

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29253
/proc/meminfo: memFree=326408/2055920 swapFree=4191900/4192956
[pid=29250] ppid=29248 vsize=1495908 CPUtime=1482.23
/proc/29250/stat : 29250 (pbscip.linux.x8) R 29248 29250 28863 0 -1 4194304 442141 0 0 0 147880 343 0 0 25 0 1 0 181710763 1531809792 355900 1992294400 4194304 7823515 548682068736 18446744073709551615 6912059 0 0 4096 16384 0 0 0 17 0 0 0
/proc/29250/statm: 373977 355900 550 886 0 373087 0
Current children cumulated CPU time (s) 1482.23
Current children cumulated vsize (KiB) 1495908

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29253
/proc/meminfo: memFree=326408/2055920 swapFree=4191900/4192956
[pid=29250] ppid=29248 vsize=1495908 CPUtime=1542.22
/proc/29250/stat : 29250 (pbscip.linux.x8) R 29248 29250 28863 0 -1 4194304 442141 0 0 0 153875 347 0 0 25 0 1 0 181710763 1531809792 355900 1992294400 4194304 7823515 548682068736 18446744073709551615 5965829 0 0 4096 16384 0 0 0 17 0 0 0
/proc/29250/statm: 373977 355900 550 886 0 373087 0
Current children cumulated CPU time (s) 1542.22
Current children cumulated vsize (KiB) 1495908

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29253
/proc/meminfo: memFree=326408/2055920 swapFree=4191900/4192956
[pid=29250] ppid=29248 vsize=1495908 CPUtime=1602.22
/proc/29250/stat : 29250 (pbscip.linux.x8) R 29248 29250 28863 0 -1 4194304 442141 0 0 0 159873 349 0 0 25 0 1 0 181710763 1531809792 355900 1992294400 4194304 7823515 548682068736 18446744073709551615 5597662 0 0 4096 16384 0 0 0 17 0 0 0
/proc/29250/statm: 373977 355900 550 886 0 373087 0
Current children cumulated CPU time (s) 1602.22
Current children cumulated vsize (KiB) 1495908

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29253
/proc/meminfo: memFree=326408/2055920 swapFree=4191900/4192956
[pid=29250] ppid=29248 vsize=1495908 CPUtime=1662.23
/proc/29250/stat : 29250 (pbscip.linux.x8) R 29248 29250 28863 0 -1 4194304 442141 0 0 0 165874 349 0 0 25 0 1 0 181710763 1531809792 355900 1992294400 4194304 7823515 548682068736 18446744073709551615 5597657 0 0 4096 16384 0 0 0 17 0 0 0
/proc/29250/statm: 373977 355900 550 886 0 373087 0
Current children cumulated CPU time (s) 1662.23
Current children cumulated vsize (KiB) 1495908

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29253
/proc/meminfo: memFree=308744/2055920 swapFree=4191900/4192956
[pid=29250] ppid=29248 vsize=1513356 CPUtime=1722.23
/proc/29250/stat : 29250 (pbscip.linux.x8) R 29248 29250 28863 0 -1 4194304 453284 0 0 0 171868 355 0 0 25 0 1 0 181710763 1549676544 360254 1992294400 4194304 7823515 548682068736 18446744073709551615 5965373 0 0 4096 16384 0 0 0 17 0 0 0
/proc/29250/statm: 378339 360254 550 886 0 377449 0
Current children cumulated CPU time (s) 1722.23
Current children cumulated vsize (KiB) 1513356

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29259
/proc/meminfo: memFree=308552/2055920 swapFree=4191900/4192956
[pid=29250] ppid=29248 vsize=1513356 CPUtime=1782.24
/proc/29250/stat : 29250 (pbscip.linux.x8) R 29248 29250 28863 0 -1 4194304 453284 0 0 0 177866 358 0 0 25 0 1 0 181710763 1549676544 360254 1992294400 4194304 7823515 548682068736 18446744073709551615 4338420 0 0 4096 16384 0 0 0 17 0 0 0
/proc/29250/statm: 378339 360254 550 886 0 377449 0
Current children cumulated CPU time (s) 1782.24
Current children cumulated vsize (KiB) 1513356



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29259
/proc/meminfo: memFree=308552/2055920 swapFree=4191900/4192956
[pid=29250] ppid=29248 vsize=1513356 CPUtime=1800.04
/proc/29250/stat : 29250 (pbscip.linux.x8) R 29248 29250 28863 0 -1 4194304 453284 0 0 0 179646 358 0 0 25 0 1 0 181710763 1549676544 360254 1992294400 4194304 7823515 548682068736 18446744073709551615 4338440 0 0 4096 16384 0 0 0 17 0 0 0
/proc/29250/statm: 378339 360254 550 886 0 377449 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 1513356

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -29250

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

[startup+1801.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29260
/proc/meminfo: memFree=282240/2055920 swapFree=4191900/4192956
[pid=29250] ppid=29248 vsize=1539016 CPUtime=1801.34
/proc/29250/stat : 29250 (pbscip.linux.x8) R 29248 29250 28863 0 -1 4194304 459965 0 0 0 179773 361 0 0 25 0 1 0 181710763 1575952384 366838 1992294400 4194304 7823515 548682068736 18446744073709551615 6150550 0 0 4096 16384 0 0 0 17 0 0 0
/proc/29250/statm: 384754 366838 550 886 0 383864 0
Current children cumulated CPU time (s) 1801.34
Current children cumulated vsize (KiB) 1539016

[startup+1801.81 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29260
/proc/meminfo: memFree=282240/2055920 swapFree=4191900/4192956
[pid=29250] ppid=29248 vsize=1539016 CPUtime=1801.74
/proc/29250/stat : 29250 (pbscip.linux.x8) R 29248 29250 28863 0 -1 4194304 459965 0 0 0 179813 361 0 0 25 0 1 0 181710763 1575952384 366838 1992294400 4194304 7823515 548682068736 18446744073709551615 6110789 0 0 4096 16384 0 0 0 17 0 0 0
/proc/29250/statm: 384754 366838 550 886 0 383864 0
Current children cumulated CPU time (s) 1801.74
Current children cumulated vsize (KiB) 1539016

[startup+1802.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29260
/proc/meminfo: memFree=282240/2055920 swapFree=4191900/4192956
[pid=29250] ppid=29248 vsize=0 CPUtime=1802.13
/proc/29250/stat : 29250 (pbscip.linux.x8) R 29248 29250 28863 0 -1 4195332 459965 0 0 0 179843 370 0 0 25 0 1 0 181710763 0 0 1992294400 0 0 0 0 0 0 0 4096 16384 0 0 0 17 0 0 0
/proc/29250/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1802.13
Current children cumulated vsize (KiB) 0

[startup+1802.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29260
/proc/meminfo: memFree=282240/2055920 swapFree=4191900/4192956
[pid=29250] ppid=29248 vsize=0 CPUtime=1802.23
/proc/29250/stat : 29250 (pbscip.linux.x8) R 29248 29250 28863 0 -1 4195332 459965 0 0 0 179843 380 0 0 25 0 1 0 181710763 0 0 1992294400 0 0 0 0 0 0 0 4096 16384 0 0 0 17 0 0 0
/proc/29250/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1802.23
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.32
CPU time (s): 1802.27
CPU user time (s): 1798.44
CPU system time (s): 3.83042
CPU usage (%): 99.9971
Max. virtual memory (cumulated for all children) (KiB): 1539016

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

runsolver used 1.75173 second user time and 4.81227 second system time

The end

Launcher Data

Begin job on node16 at 2009-06-16 10:31:43
IDJOB=1868778
IDBENCH=1970
IDSOLVER=683
FILE ID=node16/1868778-1245141102
PBS_JOBID= 9363699
Free space on /tmp= 66264 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_6.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-1868778-1245141102/watcher-1868778-1245141102 -o /tmp/evaluation-result-1868778-1245141102/solver-1868778-1245141102 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 1800 -f HOME/instance-1868778-1245141102.opb

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

MD5SUM BENCH= 5f836d1b8d150c1925229546ed283812
RANDOM SEED=201870582

node16.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.214
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.214
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:       1751984 kB
Buffers:         45060 kB
Cached:         179896 kB
SwapCached:        260 kB
Active:          82896 kB
Inactive:       154820 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1751984 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:           26660 kB
Writeback:           0 kB
Mapped:          21272 kB
Slab:            52272 kB
Committed_AS:   149332 kB
PageTables:       1440 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= 66252 MiB
End job on node16 at 2009-06-16 11:01:46