Trace number 3738515

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 NameAnswerobjective functionCPU timeWall clock time
PB10: SCIPspx SCIP 1.2.1.3 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver? (MO) 507.265 507.344

General information on the benchmark

Name/OPT-BIGINT-LIN/aries-da_nrp/
normalized-aries-da_network_1000_5__369_766__2048.opb
MD5SUM08161da552551f1a32b034498343cbe2
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables10240998
Total number of constraints6000
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)5002
Number of constraints which are nor clauses,nor cardinality constraints998
Minimum length of a constraint2048
Maximum length of a constraint83969
Number of terms in the objective function 10240000
Biggest coefficient in the objective function 122979
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 351702657024
Number of bits of the sum of numbers in the objective function 39
Biggest number in a constraint 122979
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 351702657024
Number of bits of the biggest sum of numbers39
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c SCIP version 1.2.1.3 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.4.2]
0.00/0.00	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-3738515-1338727149.opb>
497.41/497.51	c original problem has 10240998 variables (10240998 bin, 0 int, 0 impl, 0 cont) and 6000 constraints
497.41/497.51	c problem read
497.41/497.51	c presolving settings loaded
506.22/506.30	c pressed CTRL-C 1 times (5 times for forcing termination)
506.32/506.45	c [src/blockmemshell/memory.c:853] ERROR: Insufficient memory for allocation of 983120 bytes
506.32/506.45	c [src/scip/cons_linear.c:1051] ERROR: Insufficient memory for new chunk
506.32/506.45	c [src/scip/cons_linear.c:1051] ERROR: Error <-1> in function call
506.32/506.45	c [src/scip/cons_linear.c:8617] ERROR: Error <-1> in function call
506.32/506.45	c [src/scip/cons.c:4856] ERROR: Error <-1> in function call
506.32/506.45	c [src/scip/prob.c:405] ERROR: Error <-1> in function call
506.32/506.45	c [src/scip/scip.c:5148] ERROR: Error <-1> in function call
506.32/506.45	c [src/scip/scip.c:6115] ERROR: Error <-1> in function call
506.32/506.45	c [src/cmain.c:599] ERROR: Error <-1> in function call
506.32/506.45	c [src/cmain.c:849] ERROR: Error <-1> in function call
506.32/506.45	c [src/cmain.c:925] ERROR: Error <-1> in function call
506.32/506.45	c SCIP Error (-1): c insufficient memory errorc 
506.32/506.45	c Time complete: 506.37.

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

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

running on 4 cores: 0,2,4,6

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): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.09 2.03 2.01 2/176 3974
/proc/meminfo: memFree=22718624/32873844 swapFree=7112/7112
[pid=3974] ppid=3972 vsize=7916 CPUtime=0 cores=0,2,4,6
/proc/3974/stat : 3974 (pbscip.linux.x8) R 3972 3974 2459 0 -1 4202496 1245 0 0 0 0 0 0 0 20 0 1 0 338842048 8105984 1192 33554432000 4194304 8395647 140736541092752 140737244808968 7430272 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/3974/statm: 1979 1192 370 1026 0 949 0

[startup+0.058505 s]
/proc/loadavg: 2.09 2.03 2.01 2/176 3974
/proc/meminfo: memFree=22718624/32873844 swapFree=7112/7112
[pid=3974] ppid=3972 vsize=29684 CPUtime=0.05 cores=0,2,4,6
/proc/3974/stat : 3974 (pbscip.linux.x8) R 3972 3974 2459 0 -1 4202496 6661 0 0 0 4 1 0 0 20 0 1 0 338842048 30396416 6602 33554432000 4194304 8395647 140736541092752 140737244808968 5753574 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/3974/statm: 7421 6602 387 1026 0 6391 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 29684

[startup+0.100305 s]
/proc/loadavg: 2.09 2.03 2.01 2/176 3974
/proc/meminfo: memFree=22718624/32873844 swapFree=7112/7112
[pid=3974] ppid=3972 vsize=46312 CPUtime=0.08 cores=0,2,4,6
/proc/3974/stat : 3974 (pbscip.linux.x8) R 3972 3974 2459 0 -1 4202496 10754 0 0 0 7 1 0 0 20 0 1 0 338842048 47423488 10695 33554432000 4194304 8395647 140736541092752 140737244808968 6349190 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/3974/statm: 11578 10695 387 1026 0 10548 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 46312

[startup+0.30024 s]
/proc/loadavg: 2.09 2.03 2.01 2/176 3974
/proc/meminfo: memFree=22718624/32873844 swapFree=7112/7112
[pid=3974] ppid=3972 vsize=123028 CPUtime=0.29 cores=0,2,4,6
/proc/3974/stat : 3974 (pbscip.linux.x8) R 3972 3974 2459 0 -1 4202496 29414 0 0 0 25 4 0 0 20 0 1 0 338842048 125980672 29355 33554432000 4194304 8395647 140736541092752 140736540955240 4502658 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/3974/statm: 30757 29355 387 1026 0 29727 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 123028

[startup+0.700234 s]
/proc/loadavg: 2.09 2.03 2.01 2/176 3974
/proc/meminfo: memFree=22718624/32873844 swapFree=7112/7112
[pid=3974] ppid=3972 vsize=258848 CPUtime=0.69 cores=0,2,4,6
/proc/3974/stat : 3974 (pbscip.linux.x8) R 3972 3974 2459 0 -1 4202496 63144 0 0 0 60 9 0 0 20 0 1 0 338842048 265060352 63085 33554432000 4194304 8395647 140736541092752 140736540955240 4685157 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/3974/statm: 64712 63085 387 1026 0 63682 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 258848

[startup+1.50024 s]
/proc/loadavg: 2.09 2.03 2.01 3/177 3975
/proc/meminfo: memFree=22374888/32873844 swapFree=7112/7112
[pid=3974] ppid=3972 vsize=497396 CPUtime=1.49 cores=0,2,4,6
/proc/3974/stat : 3974 (pbscip.linux.x8) R 3972 3974 2459 0 -1 4202496 121906 0 0 0 131 18 0 0 20 0 1 0 338842048 509333504 122358 33554432000 4194304 8395647 140736541092752 140736540957960 7370079 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/3974/statm: 124349 122358 387 1026 0 123319 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 497396

[startup+3.10023 s]
/proc/loadavg: 2.16 2.05 2.01 3/177 3975
/proc/meminfo: memFree=22076160/32873844 swapFree=7112/7112
[pid=3974] ppid=3972 vsize=894124 CPUtime=3.09 cores=0,2,4,6
/proc/3974/stat : 3974 (pbscip.linux.x8) R 3972 3974 2459 0 -1 4202496 217167 0 0 0 278 31 0 0 20 0 1 0 338842048 915582976 218130 33554432000 4194304 8395647 140736541092752 140736540956360 5758912 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/3974/statm: 223531 218130 387 1026 0 222501 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 894124

[startup+6.30027 s]
/proc/loadavg: 2.16 2.05 2.01 3/177 3975
/proc/meminfo: memFree=21402200/32873844 swapFree=7112/7112
[pid=3974] ppid=3972 vsize=1530476 CPUtime=6.28 cores=0,2,4,6
/proc/3974/stat : 3974 (pbscip.linux.x8) R 3972 3974 2459 0 -1 4202496 366403 0 0 0 574 54 0 0 20 0 1 0 338842048 1567207424 370943 33554432000 4194304 8395647 140736541092752 140736540955256 6347101 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/3974/statm: 382619 370943 387 1026 0 381589 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 1530476

[startup+12.7003 s]
/proc/loadavg: 2.15 2.05 2.01 3/177 3975
/proc/meminfo: memFree=20393360/32873844 swapFree=7112/7112
[pid=3974] ppid=3972 vsize=2444056 CPUtime=12.69 cores=0,2,4,6
/proc/3974/stat : 3974 (pbscip.linux.x8) R 3972 3974 2459 0 -1 4202496 594767 0 0 0 1183 86 0 0 20 0 1 0 338842048 2502713344 604928 33554432000 4194304 8395647 140736541092752 140736540957928 4685157 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/3974/statm: 611014 604928 387 1026 0 609984 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 2444056

[startup+25.5003 s]
/proc/loadavg: 2.12 2.05 2.01 3/177 3975
/proc/meminfo: memFree=18968924/32873844 swapFree=7112/7112
[pid=3974] ppid=3972 vsize=3858928 CPUtime=25.49 cores=0,2,4,6
/proc/3974/stat : 3974 (pbscip.linux.x8) R 3972 3974 2459 0 -1 4202496 926877 0 0 0 2417 132 0 0 20 0 1 0 338842048 3951542272 945214 33554432000 4194304 8395647 140736541092752 140736540956360 7439152 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/3974/statm: 964732 945214 387 1026 0 963702 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 3858928

[startup+51.1003 s]
/proc/loadavg: 2.08 2.04 2.01 3/178 3978
/proc/meminfo: memFree=17129036/32873844 swapFree=7112/7112
[pid=3974] ppid=3972 vsize=5661148 CPUtime=51.08 cores=0,2,4,6
/proc/3974/stat : 3974 (pbscip.linux.x8) R 3972 3974 2459 0 -1 4202496 1372907 0 0 0 4905 203 0 0 20 0 1 0 338842048 5797015552 1405552 33554432000 4194304 8395647 140736541092752 140736540955256 4683806 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/3974/statm: 1415287 1405552 387 1026 0 1414257 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 5661148

[startup+102.307 s]
/proc/loadavg: 2.03 2.03 2.00 3/177 3978
/proc/meminfo: memFree=15484996/32873844 swapFree=7112/7112
[pid=3974] ppid=3972 vsize=7345760 CPUtime=102.28 cores=0,2,4,6
/proc/3974/stat : 3974 (pbscip.linux.x8) R 3972 3974 2459 0 -1 4202496 1762746 0 0 0 9967 261 0 0 20 0 1 0 338842048 7522058240 1807144 33554432000 4194304 8395647 140736541092752 140736540957928 4685157 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/3974/statm: 1836440 1807144 394 1026 0 1835410 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 7345760

[startup+162.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/177 3978
/proc/meminfo: memFree=15416340/32873844 swapFree=7112/7112
[pid=3974] ppid=3972 vsize=7419552 CPUtime=162.27 cores=0,2,4,6
/proc/3974/stat : 3974 (pbscip.linux.x8) R 3972 3974 2459 0 -1 4202496 1780107 0 0 0 15962 265 0 0 20 0 1 0 338842048 7597621248 1824505 33554432000 4194304 8395647 140736541092752 140736540956680 4245991 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/3974/statm: 1854888 1824505 394 1026 0 1853858 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 7419552

[startup+222.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/177 3978
/proc/meminfo: memFree=15346576/32873844 swapFree=7112/7112
[pid=3974] ppid=3972 vsize=7491184 CPUtime=222.26 cores=0,2,4,6
/proc/3974/stat : 3974 (pbscip.linux.x8) R 3972 3974 2459 0 -1 4202496 1797456 0 0 0 21957 269 0 0 20 0 1 0 338842048 7670972416 1841854 33554432000 4194304 8395647 140736541092752 140736540956680 4685157 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/3974/statm: 1872796 1841854 394 1026 0 1871766 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 7491184

[startup+282.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/177 3979
/proc/meminfo: memFree=13367036/32873844 swapFree=7112/7112
[pid=3974] ppid=3972 vsize=7561680 CPUtime=282.25 cores=0,2,4,6
/proc/3974/stat : 3974 (pbscip.linux.x8) R 3972 3974 2459 0 -1 4202496 1814910 0 0 0 27952 273 0 0 20 0 1 0 338842048 7743160320 1859308 33554432000 4194304 8395647 140736541092752 140736540957928 4245996 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/3974/statm: 1890420 1859308 394 1026 0 1889390 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 7561680

[startup+342.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 3979
/proc/meminfo: memFree=13094520/32873844 swapFree=7112/7112
[pid=3974] ppid=3972 vsize=7632384 CPUtime=342.24 cores=0,2,4,6
/proc/3974/stat : 3974 (pbscip.linux.x8) R 3972 3974 2459 0 -1 4202496 1832676 0 0 0 33947 277 0 0 20 0 1 0 338842048 7815561216 1877074 33554432000 4194304 8395647 140736541092752 140736540956712 4685157 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/3974/statm: 1908096 1877074 394 1026 0 1907066 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 7632384

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 3979
/proc/meminfo: memFree=13008228/32873844 swapFree=7112/7112
[pid=3974] ppid=3972 vsize=7702648 CPUtime=402.22 cores=0,2,4,6
/proc/3974/stat : 3974 (pbscip.linux.x8) R 3972 3974 2459 0 -1 4202496 1850338 0 0 0 39940 282 0 0 20 0 1 0 338842048 7887511552 1894736 33554432000 4194304 8395647 140736541092752 140736540957960 4685157 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/3974/statm: 1925662 1894736 394 1026 0 1924632 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 7702648

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 3979
/proc/meminfo: memFree=12952036/32873844 swapFree=7112/7112
[pid=3974] ppid=3972 vsize=7773508 CPUtime=462.22 cores=0,2,4,6
/proc/3974/stat : 3974 (pbscip.linux.x8) R 3972 3974 2459 0 -1 4202496 1868038 0 0 0 45933 289 0 0 20 0 1 0 338842048 7960072192 1912436 33554432000 4194304 8395647 140736541092752 140736540957960 4327677 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/3974/statm: 1943377 1912436 394 1026 0 1942347 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 7773508



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+506.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3979
/proc/meminfo: memFree=4788120/32873844 swapFree=7112/7112
[pid=3974] ppid=3972 vsize=15896060 CPUtime=506.22 cores=0,2,4,6
/proc/3974/stat : 3974 (pbscip.linux.x8) R 3972 3974 2459 0 -1 4202496 3866100 0 0 0 50022 600 0 0 20 0 1 0 338842048 16277565440 3941826 33554432000 4194304 8395647 140736541092752 140736541087112 6347101 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/3974/statm: 3974015 3941826 410 1026 0 3972985 0
Current children cumulated CPU time (s) 506.22
Current children cumulated vsize (KiB) 15896060

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

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

[startup+507 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 3980
/proc/meminfo: memFree=14417996/32873844 swapFree=7112/7112
[pid=3974] ppid=3972 vsize=0 CPUtime=506.92 cores=0,2,4,6
/proc/3974/stat : 3974 (pbscip.linux.x8) R 3972 3974 2459 0 -1 4202500 3872252 0 0 0 50035 657 0 0 20 0 1 0 338842048 0 0 33554432000 0 0 0 0 0 0 0 4096 16384 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/3974/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 506.92
Current children cumulated vsize (KiB) 0

[startup+507.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 3980
/proc/meminfo: memFree=14417996/32873844 swapFree=7112/7112
[pid=3974] ppid=3972 vsize=0 CPUtime=507.11 cores=0,2,4,6
/proc/3974/stat : 3974 (pbscip.linux.x8) R 3972 3974 2459 0 -1 4202500 3872252 0 0 0 50035 676 0 0 20 0 1 0 338842048 0 0 33554432000 0 0 0 0 0 0 0 4096 16384 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/3974/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 507.11
Current children cumulated vsize (KiB) 0

[startup+507.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 3980
/proc/meminfo: memFree=14417996/32873844 swapFree=7112/7112
[pid=3974] ppid=3972 vsize=0 CPUtime=507.21 cores=0,2,4,6
/proc/3974/stat : 3974 (pbscip.linux.x8) R 3972 3974 2459 0 -1 4202500 3872252 0 0 0 50035 686 0 0 20 0 1 0 338842048 0 0 33554432000 0 0 0 0 0 0 0 4096 16384 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/3974/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 507.21
Current children cumulated vsize (KiB) 0

Child status: 255
Real time (s): 507.344
CPU time (s): 507.265
CPU user time (s): 500.354
CPU system time (s): 6.91095
CPU usage (%): 99.9844
Max. virtual memory (cumulated for all children) (KiB): 15917244

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 500.354
system time used= 6.91095
maximum resident set size= 15791912
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3872252
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= 3
involuntary context switches= 664

runsolver used 1.00185 second user time and 2.56461 second system time

The end

Launcher Data

Begin job on node119 at 2012-06-03 14:39:24
IDJOB=3738515
IDBENCH=71894
IDSOLVER=2326
FILE ID=node119/3738515-1338727149
RUNJOBID= node119-1338714114-2475
PBS_JOBID= 14636753
Free space on /tmp= 70264 MiB

SOLVER NAME= PB10: SCIPspx SCIP 1.2.1.3 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver
BENCH NAME= PB09/normalized-PB09/OPT-BIGINT-LIN/aries-da_nrp/normalized-aries-da_network_1000_5__369_766__2048.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3738515-1338727149/watcher-3738515-1338727149 -o /tmp/evaluation-result-3738515-1338727149/solver-3738515-1338727149 -C 1800 -W 1900 -M 15500  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3738515-1338727149.opb -t 1800 -m 15500

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 08161da552551f1a32b034498343cbe2
RANDOM SEED=1015534306

node119.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.943
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.88
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.943
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.943
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.93
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.943
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.943
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.93
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.943
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.943
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.943
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        22718640 kB
Buffers:          406228 kB
Cached:          3688572 kB
SwapCached:         1936 kB
Active:          7315468 kB
Inactive:        1970420 kB
Active(anon):    5186952 kB
Inactive(anon):     6624 kB
Active(file):    2128516 kB
Inactive(file):  1963796 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67100224 kB
Dirty:            526880 kB
Writeback:             0 kB
AnonPages:       5192900 kB
Mapped:            13672 kB
Shmem:                 0 kB
Slab:             707524 kB
SReclaimable:     145332 kB
SUnreclaim:       562192 kB
KernelStack:        1432 kB
PageTables:        14128 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    5392532 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    434176 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70252 MiB
End job on node119 at 2012-06-03 14:47:52