Trace number 1869701

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.28 1802.7

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-LIN/submittedPB07/
aksoy/decomp/normalized-matrix_5x3_4.opb
MD5SUM7937d419688402745c19e3544f97b6e8
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark28
Best CPU time to get the best result obtained on this benchmark1800.76
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 29
Optimality of the best value was proved NO
Number of variables99789
Total number of constraints388956
Number of constraints which are clauses388925
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints30
Minimum length of a constraint1
Maximum length of a constraint3140
Number of terms in the objective function 3140
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 3140
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 3178
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

5.89/5.92	c SCIP version 1.1.0.7
5.89/5.92	c LP-Solver Clp 1.8.2
5.89/5.92	c user parameter file <scip.set> not found - using default parameters
5.89/5.92	c read problem <HOME/instance-1869701-1245183829.opb>
5.89/5.92	c original problem has 99789 variables (99789 bin, 0 int, 0 impl, 0 cont) and 388956 constraints
7.39/7.49	c start presolving problem
7.39/7.49	c presolving:
12.89/12.95	c (round 1) 3085 del vars, 6113 del conss, 5 chg bounds, 26 chg sides, 30 chg coeffs, 0 upgd conss, 3505402 impls, 0 clqs
13.19/13.29	c (round 2) 3085 del vars, 6191 del conss, 5 chg bounds, 26 chg sides, 30 chg coeffs, 0 upgd conss, 3505402 impls, 0 clqs
16.99/17.00	c (round 3) 3085 del vars, 6195 del conss, 5 chg bounds, 26 chg sides, 30 chg coeffs, 382761 upgd conss, 3505402 impls, 0 clqs
44.38/44.48	c    (36.7s) probing: 587/96704 (0.6%) - 0 fixings, 2 aggregations, 128235 implications, 0 bound changes
44.38/44.48	c    (36.7s) probing aborted: 100/100 successive totally useless probings
44.48/44.50	c presolving (4 rounds):
44.48/44.50	c  3087 deleted vars, 6195 deleted constraints, 5 tightened bounds, 0 added holes, 26 changed sides, 30 changed coefficients
44.48/44.50	c  3759128 implications, 0 cliques
44.48/44.50	c presolved problem has 96702 variables (96702 bin, 0 int, 0 impl, 0 cont) and 382761 constraints
44.48/44.50	c       1 constraints of type <knapsack>
44.48/44.50	c  382760 constraints of type <logicor>
44.48/44.50	c transformed objective value is always integral (scale: 1)
44.48/44.50	c Presolving Time: 35.78
44.48/44.57	c OPT-LIN
44.48/44.57	c -----------------------------------------------------------------------------------------------
44.48/44.57	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
44.48/44.57	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
44.48/44.57	c limits/memory = c 1620
44.48/44.57	c # maximal time in seconds to run
44.48/44.57	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
44.48/44.57	c limits/time = c 1791
44.48/44.57	c # frequency for displaying node information lines
44.48/44.57	c # [type: int, range: [-1,2147483647], default: 100]
44.48/44.57	c display/freq = c 10000
44.48/44.57	c -----------------------------------------------------------------------------------------------
44.48/44.57	c start solving problem
44.48/44.57	c 
828.60/828.87	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
828.60/828.87	c   818s|     1 |     0 | 37827 | 775M|   0 |  11k|  96k| 382k| 382k|  96k| 382k|   0 |   0 |   0 | 1.050432e+01 |      --      |    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-1869701-1245183829/watcher-1869701-1245183829 -o /tmp/evaluation-result-1869701-1245183829/solver-1869701-1245183829 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t 1800 -m 1800 -f HOME/instance-1869701-1245183829.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.01 1.02 1.00 3/64 1751
/proc/meminfo: memFree=1825328/2055920 swapFree=4191900/4192956
[pid=1751] ppid=1749 vsize=5812 CPUtime=0
/proc/1751/stat : 1751 (pbscip.linux.x8) R 1749 1751 1634 0 -1 4194304 519 0 0 0 0 0 0 0 18 0 1 0 185984013 5951488 503 1992294400 4194304 9342243 548682068736 18446744073709551615 8223232 0 0 4096 0 0 0 0 17 1 0 0
/proc/1751/statm: 1453 510 339 1256 0 192 0

[startup+0.039191 s]
/proc/loadavg: 1.01 1.02 1.00 3/64 1751
/proc/meminfo: memFree=1825328/2055920 swapFree=4191900/4192956
[pid=1751] ppid=1749 vsize=15100 CPUtime=0.03
/proc/1751/stat : 1751 (pbscip.linux.x8) R 1749 1751 1634 0 -1 4194304 2685 0 0 0 2 1 0 0 18 0 1 0 185984013 15462400 2669 1992294400 4194304 9342243 548682068736 18446744073709551615 5858006 0 0 4096 0 0 0 0 17 1 0 0
/proc/1751/statm: 3775 2678 378 1256 0 2514 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 15100

[startup+0.101194 s]
/proc/loadavg: 1.01 1.02 1.00 3/64 1751
/proc/meminfo: memFree=1825328/2055920 swapFree=4191900/4192956
[pid=1751] ppid=1749 vsize=19236 CPUtime=0.09
/proc/1751/stat : 1751 (pbscip.linux.x8) R 1749 1751 1634 0 -1 4194304 3782 0 0 0 8 1 0 0 18 0 1 0 185984013 19697664 3766 1992294400 4194304 9342243 548682068736 18446744073709551615 8193808 0 0 4096 0 0 0 0 17 1 0 0
/proc/1751/statm: 4809 3766 378 1256 0 3548 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 19236

[startup+0.301209 s]
/proc/loadavg: 1.01 1.02 1.00 3/64 1751
/proc/meminfo: memFree=1825328/2055920 swapFree=4191900/4192956
[pid=1751] ppid=1749 vsize=26828 CPUtime=0.29
/proc/1751/stat : 1751 (pbscip.linux.x8) R 1749 1751 1634 0 -1 4194304 5706 0 0 0 27 2 0 0 19 0 1 0 185984013 27471872 5690 1992294400 4194304 9342243 548682068736 18446744073709551615 8247778 0 0 4096 0 0 0 0 17 1 0 0
/proc/1751/statm: 6707 5690 378 1256 0 5446 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 26828

[startup+0.701242 s]
/proc/loadavg: 1.01 1.02 1.00 3/64 1751
/proc/meminfo: memFree=1825328/2055920 swapFree=4191900/4192956
[pid=1751] ppid=1749 vsize=39320 CPUtime=0.69
/proc/1751/stat : 1751 (pbscip.linux.x8) R 1749 1751 1634 0 -1 4194304 8810 0 0 0 66 3 0 0 22 0 1 0 185984013 40263680 8794 1992294400 4194304 9342243 548682068736 18446744073709551615 8305584 0 0 4096 0 0 0 0 17 1 0 0
/proc/1751/statm: 9830 8794 378 1256 0 8569 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 39320

[startup+1.50131 s]
/proc/loadavg: 1.01 1.02 1.00 2/65 1752
/proc/meminfo: memFree=1780584/2055920 swapFree=4191900/4192956
[pid=1751] ppid=1749 vsize=66212 CPUtime=1.49
/proc/1751/stat : 1751 (pbscip.linux.x8) R 1749 1751 1634 0 -1 4194304 15528 0 0 0 143 6 0 0 25 0 1 0 185984013 67801088 15512 1992294400 4194304 9342243 548682068736 18446744073709551615 4403228 0 0 4096 0 0 0 0 17 1 0 0
/proc/1751/statm: 16553 15512 378 1256 0 15292 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 66212

[startup+3.10144 s]
/proc/loadavg: 1.01 1.02 1.00 2/65 1752
/proc/meminfo: memFree=1743464/2055920 swapFree=4191900/4192956
[pid=1751] ppid=1749 vsize=119904 CPUtime=3.09
/proc/1751/stat : 1751 (pbscip.linux.x8) R 1749 1751 1634 0 -1 4194304 28905 0 0 0 296 13 0 0 25 0 1 0 185984013 122781696 28889 1992294400 4194304 9342243 548682068736 18446744073709551615 8169789 0 0 4096 0 0 0 0 17 1 0 0
/proc/1751/statm: 29976 28889 378 1256 0 28715 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 119904

[startup+6.3017 s]
/proc/loadavg: 1.01 1.02 1.00 2/65 1752
/proc/meminfo: memFree=1633640/2055920 swapFree=4191900/4192956
[pid=1751] ppid=1749 vsize=337648 CPUtime=6.29
/proc/1751/stat : 1751 (pbscip.linux.x8) R 1749 1751 1634 0 -1 4194304 83525 0 0 0 593 36 0 0 25 0 1 0 185984013 345751552 83156 1992294400 4194304 9342243 548682068736 18446744073709551615 4208418 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1751/statm: 84412 83156 411 1256 0 83151 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 337648

[startup+12.7012 s]
/proc/loadavg: 1.01 1.02 1.00 2/65 1752
/proc/meminfo: memFree=1208296/2055920 swapFree=4191900/4192956
[pid=1751] ppid=1749 vsize=641756 CPUtime=12.69
/proc/1751/stat : 1751 (pbscip.linux.x8) R 1749 1751 1634 0 -1 4194304 158042 0 0 0 1174 95 0 0 25 0 1 0 185984013 657158144 157672 1992294400 4194304 9342243 548682068736 18446744073709551615 5802275 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1751/statm: 160439 157672 474 1256 0 159178 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 641756

[startup+25.5013 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 1752
/proc/meminfo: memFree=1033448/2055920 swapFree=4191900/4192956
[pid=1751] ppid=1749 vsize=803752 CPUtime=25.49
/proc/1751/stat : 1751 (pbscip.linux.x8) R 1749 1751 1634 0 -1 4194304 231866 0 0 0 2342 207 0 0 25 0 1 0 185984013 823042048 198032 1992294400 4194304 9342243 548682068736 18446744073709551615 4240344 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1751/statm: 200938 198032 499 1256 0 199677 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 803752

[startup+51.1014 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 1752
/proc/meminfo: memFree=676328/2055920 swapFree=4191900/4192956
[pid=1751] ppid=1749 vsize=1295944 CPUtime=51.08
/proc/1751/stat : 1751 (pbscip.linux.x8) R 1749 1751 1634 0 -1 4194304 349974 0 0 0 4853 255 0 0 25 0 1 0 185984013 1327046656 287425 1992294400 4194304 9342243 548682068736 18446744073709551615 6962253 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1751/statm: 323986 287425 622 1256 0 322725 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1295944

[startup+102.306 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 1752
/proc/meminfo: memFree=669736/2055920 swapFree=4191900/4192956
[pid=1751] ppid=1749 vsize=1315192 CPUtime=102.27
/proc/1751/stat : 1751 (pbscip.linux.x8) R 1749 1751 1634 0 -1 4194304 407339 0 0 0 9941 286 0 0 25 0 1 0 185984013 1346756608 288892 1992294400 4194304 9342243 548682068736 18446744073709551615 6959585 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1751/statm: 328798 288892 623 1256 0 327537 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 1315192

[startup+162.301 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 1752
/proc/meminfo: memFree=668584/2055920 swapFree=4191900/4192956
[pid=1751] ppid=1749 vsize=1328960 CPUtime=162.25
/proc/1751/stat : 1751 (pbscip.linux.x8) R 1749 1751 1634 0 -1 4194304 467065 0 0 0 15908 317 0 0 25 0 1 0 185984013 1360855040 289189 1992294400 4194304 9342243 548682068736 18446744073709551615 6341732 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1751/statm: 332240 289189 623 1256 0 330979 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 1328960

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1752
/proc/meminfo: memFree=665128/2055920 swapFree=4191900/4192956
[pid=1751] ppid=1749 vsize=1337456 CPUtime=222.24
/proc/1751/stat : 1751 (pbscip.linux.x8) R 1749 1751 1634 0 -1 4194304 508790 0 0 0 21884 340 0 0 25 0 1 0 185984013 1369554944 290039 1992294400 4194304 9342243 548682068736 18446744073709551615 6959764 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1751/statm: 334364 290039 623 1256 0 333103 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 1337456

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1752
/proc/meminfo: memFree=661672/2055920 swapFree=4191900/4192956
[pid=1751] ppid=1749 vsize=1343932 CPUtime=282.23
/proc/1751/stat : 1751 (pbscip.linux.x8) R 1749 1751 1634 0 -1 4194304 542494 0 0 0 27865 358 0 0 25 0 1 0 185984013 1376186368 290904 1992294400 4194304 9342243 548682068736 18446744073709551615 5869987 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1751/statm: 335983 290904 623 1256 0 334722 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 1343932

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1752
/proc/meminfo: memFree=656104/2055920 swapFree=4191900/4192956
[pid=1751] ppid=1749 vsize=1355504 CPUtime=342.21
/proc/1751/stat : 1751 (pbscip.linux.x8) R 1749 1751 1634 0 -1 4194304 568394 0 0 0 33851 370 0 0 25 0 1 0 185984013 1388036096 292282 1992294400 4194304 9342243 548682068736 18446744073709551615 5874730 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1751/statm: 338876 292282 623 1256 0 337615 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 1355504

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1752
/proc/meminfo: memFree=652904/2055920 swapFree=4191900/4192956
[pid=1751] ppid=1749 vsize=1365040 CPUtime=402.2
/proc/1751/stat : 1751 (pbscip.linux.x8) R 1749 1751 1634 0 -1 4194304 594604 0 0 0 39836 384 0 0 25 0 1 0 185984013 1397800960 293129 1992294400 4194304 9342243 548682068736 18446744073709551615 6040633 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1751/statm: 341260 293129 623 1256 0 339999 0
Current children cumulated CPU time (s) 402.2
Current children cumulated vsize (KiB) 1365040

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1752
/proc/meminfo: memFree=663336/2055920 swapFree=4191900/4192956
[pid=1751] ppid=1749 vsize=1375132 CPUtime=462.18
/proc/1751/stat : 1751 (pbscip.linux.x8) R 1749 1751 1634 0 -1 4194304 618891 0 0 0 45821 397 0 0 25 0 1 0 185984013 1408135168 290486 1992294400 4194304 9342243 548682068736 18446744073709551615 6964189 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1751/statm: 343783 290486 623 1256 0 342522 0
Current children cumulated CPU time (s) 462.18
Current children cumulated vsize (KiB) 1375132

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1752
/proc/meminfo: memFree=664872/2055920 swapFree=4191900/4192956
[pid=1751] ppid=1749 vsize=1380736 CPUtime=522.17
/proc/1751/stat : 1751 (pbscip.linux.x8) R 1749 1751 1634 0 -1 4194304 639589 0 0 0 51808 409 0 0 25 0 1 0 185984013 1413873664 290084 1992294400 4194304 9342243 548682068736 18446744073709551615 5868780 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1751/statm: 345184 290084 623 1256 0 343923 0
Current children cumulated CPU time (s) 522.17
Current children cumulated vsize (KiB) 1380736

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1752
/proc/meminfo: memFree=664104/2055920 swapFree=4191900/4192956
[pid=1751] ppid=1749 vsize=1385780 CPUtime=582.15
/proc/1751/stat : 1751 (pbscip.linux.x8) R 1749 1751 1634 0 -1 4194304 661146 0 0 0 57795 420 0 0 25 0 1 0 185984013 1419038720 290261 1992294400 4194304 9342243 548682068736 18446744073709551615 6959599 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1751/statm: 346445 290261 623 1256 0 345184 0
Current children cumulated CPU time (s) 582.15
Current children cumulated vsize (KiB) 1385780

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1752
/proc/meminfo: memFree=639656/2055920 swapFree=4191900/4192956
[pid=1751] ppid=1749 vsize=1387572 CPUtime=642.15
/proc/1751/stat : 1751 (pbscip.linux.x8) R 1749 1751 1634 0 -1 4194304 672840 0 0 0 63788 427 0 0 25 0 1 0 185984013 1420873728 296359 1992294400 4194304 9342243 548682068736 18446744073709551615 6962237 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1751/statm: 346893 296359 623 1256 0 345632 0
Current children cumulated CPU time (s) 642.15
Current children cumulated vsize (KiB) 1387572

[startup+702.302 s]

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

/proc/1751/stat : 1751 (pbscip.linux.x8) R 1749 1751 1634 0 -1 4194304 753270 0 0 0 105737 467 0 0 25 0 1 0 185984013 1402204160 302358 1992294400 4194304 9342243 548682068736 18446744073709551615 6146210 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1751/statm: 342335 302358 643 1256 0 341074 0
Current children cumulated CPU time (s) 1062.04
Current children cumulated vsize (KiB) 1369340

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1752
/proc/meminfo: memFree=615272/2055920 swapFree=4191900/4192956
[pid=1751] ppid=1749 vsize=1369340 CPUtime=1122.04
/proc/1751/stat : 1751 (pbscip.linux.x8) R 1749 1751 1634 0 -1 4194304 753293 0 0 0 111736 468 0 0 25 0 1 0 185984013 1402204160 302381 1992294400 4194304 9342243 548682068736 18446744073709551615 6959741 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1751/statm: 342335 302381 643 1256 0 341074 0
Current children cumulated CPU time (s) 1122.04
Current children cumulated vsize (KiB) 1369340

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1752
/proc/meminfo: memFree=615016/2055920 swapFree=4191900/4192956
[pid=1751] ppid=1749 vsize=1369340 CPUtime=1182.02
/proc/1751/stat : 1751 (pbscip.linux.x8) R 1749 1751 1634 0 -1 4194304 753357 0 0 0 117734 468 0 0 25 0 1 0 185984013 1402204160 302445 1992294400 4194304 9342243 548682068736 18446744073709551615 6974248 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1751/statm: 342335 302445 643 1256 0 341074 0
Current children cumulated CPU time (s) 1182.02
Current children cumulated vsize (KiB) 1369340

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1752
/proc/meminfo: memFree=613864/2055920 swapFree=4191900/4192956
[pid=1751] ppid=1749 vsize=1369340 CPUtime=1242
/proc/1751/stat : 1751 (pbscip.linux.x8) R 1749 1751 1634 0 -1 4194304 753638 0 0 0 123732 468 0 0 25 0 1 0 185984013 1402204160 302726 1992294400 4194304 9342243 548682068736 18446744073709551615 6959585 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1751/statm: 342335 302726 643 1256 0 341074 0
Current children cumulated CPU time (s) 1242
Current children cumulated vsize (KiB) 1369340

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1752
/proc/meminfo: memFree=584232/2055920 swapFree=4191900/4192956
[pid=1751] ppid=1749 vsize=1429496 CPUtime=1301.99
/proc/1751/stat : 1751 (pbscip.linux.x8) R 1749 1751 1634 0 -1 4194304 763864 0 0 0 129726 473 0 0 25 0 1 0 185984013 1463803904 310115 1992294400 4194304 9342243 548682068736 18446744073709551615 6951958 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1751/statm: 357374 310115 650 1256 0 356113 0
Current children cumulated CPU time (s) 1301.99
Current children cumulated vsize (KiB) 1429496

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1752
/proc/meminfo: memFree=582888/2055920 swapFree=4191900/4192956
[pid=1751] ppid=1749 vsize=1429360 CPUtime=1361.97
/proc/1751/stat : 1751 (pbscip.linux.x8) R 1749 1751 1634 0 -1 4194304 767969 0 0 0 135721 476 0 0 25 0 1 0 185984013 1463664640 310449 1992294400 4194304 9342243 548682068736 18446744073709551615 6951993 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1751/statm: 357340 310449 650 1256 0 356079 0
Current children cumulated CPU time (s) 1361.97
Current children cumulated vsize (KiB) 1429360

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1752
/proc/meminfo: memFree=583720/2055920 swapFree=4191900/4192956
[pid=1751] ppid=1749 vsize=1429368 CPUtime=1421.96
/proc/1751/stat : 1751 (pbscip.linux.x8) R 1749 1751 1634 0 -1 4194304 772675 0 0 0 141717 479 0 0 25 0 1 0 185984013 1463672832 310228 1992294400 4194304 9342243 548682068736 18446744073709551615 6959585 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1751/statm: 357342 310228 650 1256 0 356081 0
Current children cumulated CPU time (s) 1421.96
Current children cumulated vsize (KiB) 1429368

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1752
/proc/meminfo: memFree=579880/2055920 swapFree=4191900/4192956
[pid=1751] ppid=1749 vsize=1429368 CPUtime=1481.95
/proc/1751/stat : 1751 (pbscip.linux.x8) R 1749 1751 1634 0 -1 4194304 773647 0 0 0 147715 480 0 0 25 0 1 0 185984013 1463672832 311200 1992294400 4194304 9342243 548682068736 18446744073709551615 6952948 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1751/statm: 357342 311200 650 1256 0 356081 0
Current children cumulated CPU time (s) 1481.95
Current children cumulated vsize (KiB) 1429368

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1752
/proc/meminfo: memFree=573736/2055920 swapFree=4191900/4192956
[pid=1751] ppid=1749 vsize=1429444 CPUtime=1541.93
/proc/1751/stat : 1751 (pbscip.linux.x8) R 1749 1751 1634 0 -1 4194304 779740 0 0 0 153710 483 0 0 25 0 1 0 185984013 1463750656 312737 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1751/statm: 357361 312737 650 1256 0 356100 0
Current children cumulated CPU time (s) 1541.93
Current children cumulated vsize (KiB) 1429444

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1752
/proc/meminfo: memFree=581992/2055920 swapFree=4191900/4192956
[pid=1751] ppid=1749 vsize=1429628 CPUtime=1601.92
/proc/1751/stat : 1751 (pbscip.linux.x8) R 1749 1751 1634 0 -1 4194304 785293 0 0 0 159706 486 0 0 25 0 1 0 185984013 1463939072 310689 1992294400 4194304 9342243 548682068736 18446744073709551615 6498483 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1751/statm: 357407 310689 650 1256 0 356146 0
Current children cumulated CPU time (s) 1601.92
Current children cumulated vsize (KiB) 1429628

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1754
/proc/meminfo: memFree=582952/2055920 swapFree=4191900/4192956
[pid=1751] ppid=1749 vsize=1429684 CPUtime=1661.9
/proc/1751/stat : 1751 (pbscip.linux.x8) R 1749 1751 1634 0 -1 4194304 790712 0 0 0 165699 491 0 0 25 0 1 0 185984013 1463996416 310394 1992294400 4194304 9342243 548682068736 18446744073709551615 6964405 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1751/statm: 357421 310394 650 1256 0 356160 0
Current children cumulated CPU time (s) 1661.9
Current children cumulated vsize (KiB) 1429684

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1754
/proc/meminfo: memFree=582824/2055920 swapFree=4191900/4192956
[pid=1751] ppid=1749 vsize=1429788 CPUtime=1721.89
/proc/1751/stat : 1751 (pbscip.linux.x8) R 1749 1751 1634 0 -1 4194304 795231 0 0 0 171694 495 0 0 25 0 1 0 185984013 1464102912 310418 1992294400 4194304 9342243 548682068736 18446744073709551615 6951753 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1751/statm: 357447 310418 650 1256 0 356186 0
Current children cumulated CPU time (s) 1721.89
Current children cumulated vsize (KiB) 1429788

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1754
/proc/meminfo: memFree=575720/2055920 swapFree=4191900/4192956
[pid=1751] ppid=1749 vsize=1429788 CPUtime=1781.87
/proc/1751/stat : 1751 (pbscip.linux.x8) R 1749 1751 1634 0 -1 4194304 796999 0 0 0 177691 496 0 0 25 0 1 0 185984013 1464102912 312186 1992294400 4194304 9342243 548682068736 18446744073709551615 6952937 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1751/statm: 357447 312186 650 1256 0 356186 0
Current children cumulated CPU time (s) 1781.87
Current children cumulated vsize (KiB) 1429788



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1754
/proc/meminfo: memFree=580968/2055920 swapFree=4191900/4192956
[pid=1751] ppid=1749 vsize=1431336 CPUtime=1800.08
/proc/1751/stat : 1751 (pbscip.linux.x8) R 1749 1751 1634 0 -1 4194304 801399 0 0 0 179509 499 0 0 25 0 1 0 185984013 1465688064 310873 1992294400 4194304 9342243 548682068736 18446744073709551615 6504736 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1751/statm: 357834 310873 650 1256 0 356573 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 1431336

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -1751

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 1755
/proc/meminfo: memFree=580960/2055920 swapFree=4191900/4192956
[pid=1751] ppid=1749 vsize=1431336 CPUtime=1800.97
/proc/1751/stat : 1751 (pbscip.linux.x8) R 1749 1751 1634 0 -1 4194304 801403 0 0 0 179598 499 0 0 25 0 1 0 185984013 1465688064 310877 1992294400 4194304 9342243 548682068736 18446744073709551615 6952126 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1751/statm: 357834 310877 650 1256 0 356573 0
Current children cumulated CPU time (s) 1800.97
Current children cumulated vsize (KiB) 1431336

[startup+1802.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1755
/proc/meminfo: memFree=580896/2055920 swapFree=4191900/4192956
[pid=1751] ppid=1749 vsize=1431336 CPUtime=1801.77
/proc/1751/stat : 1751 (pbscip.linux.x8) R 1749 1751 1634 0 -1 4194304 801409 0 0 0 179678 499 0 0 25 0 1 0 185984013 1465688064 310883 1992294400 4194304 9342243 548682068736 18446744073709551615 4360619 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1751/statm: 357834 310883 650 1256 0 356573 0
Current children cumulated CPU time (s) 1801.77
Current children cumulated vsize (KiB) 1431336

[startup+1802.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1755
/proc/meminfo: memFree=580896/2055920 swapFree=4191900/4192956
[pid=1751] ppid=1749 vsize=0 CPUtime=1802.17
/proc/1751/stat : 1751 (pbscip.linux.x8) R 1749 1751 1634 0 -1 4195332 801409 0 0 0 179709 508 0 0 25 0 1 0 185984013 0 0 1992294400 0 0 0 0 0 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1751/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1802.17
Current children cumulated vsize (KiB) 0

[startup+1802.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1755
/proc/meminfo: memFree=580896/2055920 swapFree=4191900/4192956
[pid=1751] ppid=1749 vsize=0 CPUtime=1802.27
/proc/1751/stat : 1751 (pbscip.linux.x8) R 1749 1751 1634 0 -1 4195332 801409 0 0 0 179709 518 0 0 25 0 1 0 185984013 0 0 1992294400 0 0 0 0 0 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1751/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1802.27
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.7
CPU time (s): 1802.28
CPU user time (s): 1797.1
CPU system time (s): 5.18621
CPU usage (%): 99.9767
Max. virtual memory (cumulated for all children) (KiB): 1431336

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

runsolver used 1.84072 second user time and 4.11637 second system time

The end

Launcher Data

Begin job on node3 at 2009-06-16 22:23:50
IDJOB=1869701
IDBENCH=25013
IDSOLVER=684
FILE ID=node3/1869701-1245183829
PBS_JOBID= 9368279
Free space on /tmp= 66308 MiB

SOLVER NAME= SCIPclp SCIP 1.1.0.7 with CLP 1.8.2
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-LIN/submittedPB07/aksoy/decomp/normalized-matrix_5x3_4.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-1869701-1245183829/watcher-1869701-1245183829 -o /tmp/evaluation-result-1869701-1245183829/solver-1869701-1245183829 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t 1800 -m 1800 -f HOME/instance-1869701-1245183829.opb

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

MD5SUM BENCH= 7937d419688402745c19e3544f97b6e8
RANDOM SEED=1856376712

node3.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.236
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 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.236
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1825744 kB
Buffers:         44368 kB
Cached:         114628 kB
SwapCached:        260 kB
Active:          62744 kB
Inactive:       109560 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1825744 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:           23512 kB
Writeback:           0 kB
Mapped:          21764 kB
Slab:            43844 kB
Committed_AS:   155312 kB
PageTables:       1376 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= 66296 MiB
End job on node3 at 2009-06-16 22:53:53