Trace number 3700755

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
npSolver 1.0? (TO) 1800.12 1800.52

General information on the benchmark

Name/OPT-BIGINT-LIN/aries-da_nrp/
normalized-aries-da_network_20_2__17_12__256.opb
MD5SUMa048c41e885d13c7000ff4a85d8352bd
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark46877
Best CPU time to get the best result obtained on this benchmark3.3045
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables10258
Total number of constraints60
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)42
Number of constraints which are nor clauses,nor cardinality constraints18
Minimum length of a constraint256
Maximum length of a constraint2049
Number of terms in the objective function 10240
Biggest coefficient in the objective function 94409
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 446607872
Number of bits of the sum of numbers in the objective function 29
Biggest number in a constraint 94409
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 446607872
Number of bits of the biggest sum of numbers29
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.09	c run usual solver
0.00/0.77	c model valid
0.00/0.77	c current solution ok
0.98/1.06	o 212091
0.98/1.06	c current bound: 106045
0.98/1.06	c fallback to adder encoding
1181.26/1181.59	c model valid
1181.26/1181.59	c current solution ok
1181.35/1181.61	o 96359
1181.35/1181.61	c current bound: 48179
1181.35/1181.61	c fallback to adder encoding
1221.04/1221.36	c model valid
1221.04/1221.36	c current solution ok
1221.04/1221.38	o 46877
1221.04/1221.38	c current bound: 23438
1221.04/1221.38	c fallback to adder encoding
1221.40/1222.17	c current bound: 35158
1221.40/1222.17	c fallback to adder encoding
1233.55/1233.81	c current bound: 41018
1233.55/1233.81	c fallback to adder encoding
1281.63/1281.98	c current bound: 43948
1281.63/1281.98	c fallback to adder encoding
1373.11/1373.49	c current bound: 45413
1373.11/1373.49	c fallback to adder encoding
1501.96/1502.33	c current bound: 46145
1501.96/1502.33	c fallback to adder encoding
1566.25/1566.61	c current bound: 46511
1566.25/1566.61	c fallback to adder encoding
1686.82/1687.26	c current bound: 46694
1686.82/1687.26	c fallback to adder encoding
1783.09/1783.58	c current bound: 46786
1783.09/1783.58	c fallback to adder encoding
1800.07/1800.51	c error: unexpected solver exit code
1800.07/1800.51	s UNKNOWN

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-3700755-1338081281/watcher-3700755-1338081281 -o /tmp/evaluation-result-3700755-1338081281/solver-3700755-1338081281 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo.sh HOME/instance-3700755-1338081281.opb 2055598105 HOME HOME 

running on 4 cores: 1,3,5,7

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.04 2.03 2.00 3/179 10157
/proc/meminfo: memFree=31111880/32873844 swapFree=7364/7364
[pid=10157] ppid=10155 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10157/stat : 10157 (npSolver-pbo.sh) S 10155 10157 5140 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274256733 9367552 275 33554432000 4194304 5064252 140734111798384 140734111797296 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10157/statm: 2287 275 233 213 0 72 0

[startup+0.0975709 s]
/proc/loadavg: 2.04 2.03 2.00 3/179 10157
/proc/meminfo: memFree=31111880/32873844 swapFree=7364/7364
[pid=10157] ppid=10155 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10157/stat : 10157 (npSolver-pbo.sh) S 10155 10157 5140 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274256733 9367552 275 33554432000 4194304 5064252 140734111798384 140734111797296 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10157/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100302 s]
/proc/loadavg: 2.04 2.03 2.00 3/179 10157
/proc/meminfo: memFree=31111880/32873844 swapFree=7364/7364
[pid=10157] ppid=10155 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10157/stat : 10157 (npSolver-pbo.sh) S 10155 10157 5140 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274256733 9367552 275 33554432000 4194304 5064252 140734111798384 140734111797296 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10157/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300187 s]
/proc/loadavg: 2.04 2.03 2.00 3/179 10157
/proc/meminfo: memFree=31111880/32873844 swapFree=7364/7364
[pid=10157] ppid=10155 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10157/stat : 10157 (npSolver-pbo.sh) S 10155 10157 5140 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274256733 9367552 275 33554432000 4194304 5064252 140734111798384 140734111797296 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10157/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700143 s]
/proc/loadavg: 2.04 2.03 2.00 3/179 10157
/proc/meminfo: memFree=31111880/32873844 swapFree=7364/7364
[pid=10157] ppid=10155 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10157/stat : 10157 (npSolver-pbo.sh) S 10155 10157 5140 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274256733 9367552 275 33554432000 4194304 5064252 140734111798384 140734111797296 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10157/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50034 s]
/proc/loadavg: 2.04 2.03 2.00 3/181 10168
/proc/meminfo: memFree=31096152/32873844 swapFree=7364/7364
[pid=10157] ppid=10155 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10157/stat : 10157 (npSolver-pbo.sh) S 10155 10157 5140 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274256733 9367552 275 33554432000 4194304 5064252 140734111798384 140734111797296 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10157/statm: 2287 275 233 213 0 72 0
[pid=10158] ppid=10157 vsize=54716 CPUtime=1.49 cores=1,3,5,7
/proc/10158/stat : 10158 (npSolver-pbo) R 10157 10157 5140 0 -1 4202496 8822 18624 0 0 55 29 58 7 20 0 1 0 274256733 56029184 12334 33554432000 4194304 5992684 140736857249616 140736857242856 4606711 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/10158/statm: 13679 12334 184 440 0 13235 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 63864

[startup+3.10023 s]
/proc/loadavg: 2.03 2.03 2.00 3/181 10169
/proc/meminfo: memFree=30908852/32873844 swapFree=7364/7364
[pid=10157] ppid=10155 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10157/stat : 10157 (npSolver-pbo.sh) S 10155 10157 5140 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274256733 9367552 275 33554432000 4194304 5064252 140734111798384 140734111797296 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10157/statm: 2287 275 233 213 0 72 0
[pid=10158] ppid=10157 vsize=87484 CPUtime=2.11 cores=1,3,5,7
/proc/10158/stat : 10158 (npSolver-pbo) S 10157 10157 5140 0 -1 4202496 9610 18624 0 0 106 40 58 7 20 0 1 0 274256733 89583616 21039 33554432000 4194304 5992684 140736857249616 140736857241936 5175646 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10158/statm: 21871 21039 185 440 0 21427 0
Current children cumulated CPU time (s) 2.11
Current children cumulated vsize (KiB) 96632
heavy processes:

[startup+6.30045 s]
/proc/loadavg: 2.03 2.03 2.00 3/183 10171
/proc/meminfo: memFree=30775140/32873844 swapFree=7364/7364
[pid=10157] ppid=10155 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10157/stat : 10157 (npSolver-pbo.sh) S 10155 10157 5140 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274256733 9367552 275 33554432000 4194304 5064252 140734111798384 140734111797296 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10157/statm: 2287 275 233 213 0 72 0
[pid=10158] ppid=10157 vsize=87484 CPUtime=2.11 cores=1,3,5,7
/proc/10158/stat : 10158 (npSolver-pbo) S 10157 10157 5140 0 -1 4202496 9610 18624 0 0 106 40 58 7 20 0 1 0 274256733 89583616 21039 33554432000 4194304 5992684 140736857249616 140736857241936 5175646 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10158/statm: 21871 21039 185 440 0 21427 0
[pid=10170] ppid=10158 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10170/stat : 10170 (satsolver.sh) S 10158 10157 5140 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 274256946 9367552 267 33554432000 4194304 5064252 140736023562896 140736023561808 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/10170/statm: 2287 267 226 213 0 72 0
[pid=10171] ppid=10170 vsize=190744 CPUtime=4.16 cores=1,3,5,7
/proc/10171/stat : 10171 (glucose) R 10170 10157 5140 0 -1 4202496 36550 0 0 0 404 12 0 0 20 0 1 0 274256946 195321856 44226 33554432000 4194304 5208918 140736115922576 140736115920424 4229319 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/10171/statm: 47686 44226 104 248 0 47435 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 296524

[startup+12.7003 s]
/proc/loadavg: 2.10 2.04 2.01 3/183 10171
/proc/meminfo: memFree=30823620/32873844 swapFree=7364/7364
[pid=10157] ppid=10155 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10157/stat : 10157 (npSolver-pbo.sh) S 10155 10157 5140 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274256733 9367552 275 33554432000 4194304 5064252 140734111798384 140734111797296 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10157/statm: 2287 275 233 213 0 72 0
[pid=10158] ppid=10157 vsize=87484 CPUtime=2.11 cores=1,3,5,7
/proc/10158/stat : 10158 (npSolver-pbo) S 10157 10157 5140 0 -1 4202496 9610 18624 0 0 106 40 58 7 20 0 1 0 274256733 89583616 21039 33554432000 4194304 5992684 140736857249616 140736857241936 5175646 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10158/statm: 21871 21039 185 440 0 21427 0
[pid=10170] ppid=10158 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10170/stat : 10170 (satsolver.sh) S 10158 10157 5140 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 274256946 9367552 267 33554432000 4194304 5064252 140736023562896 140736023561808 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/10170/statm: 2287 267 226 213 0 72 0
[pid=10171] ppid=10170 vsize=190876 CPUtime=10.56 cores=1,3,5,7
/proc/10171/stat : 10171 (glucose) R 10170 10157 5140 0 -1 4202496 36603 0 0 0 1044 12 0 0 20 0 1 0 274256946 195457024 44279 33554432000 4194304 5208918 140736115922576 140736115920424 4228924 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/10171/statm: 47719 44279 104 248 0 47468 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 296656

[startup+25.5072 s]
/proc/loadavg: 2.09 2.04 2.00 3/182 10171
/proc/meminfo: memFree=30823892/32873844 swapFree=7364/7364
[pid=10157] ppid=10155 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10157/stat : 10157 (npSolver-pbo.sh) S 10155 10157 5140 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274256733 9367552 275 33554432000 4194304 5064252 140734111798384 140734111797296 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10157/statm: 2287 275 233 213 0 72 0
[pid=10158] ppid=10157 vsize=87484 CPUtime=2.11 cores=1,3,5,7
/proc/10158/stat : 10158 (npSolver-pbo) S 10157 10157 5140 0 -1 4202496 9610 18624 0 0 106 40 58 7 20 0 1 0 274256733 89583616 21039 33554432000 4194304 5992684 140736857249616 140736857241936 5175646 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10158/statm: 21871 21039 185 440 0 21427 0
[pid=10170] ppid=10158 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10170/stat : 10170 (satsolver.sh) S 10158 10157 5140 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 274256946 9367552 267 33554432000 4194304 5064252 140736023562896 140736023561808 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/10170/statm: 2287 267 226 213 0 72 0
[pid=10171] ppid=10170 vsize=191140 CPUtime=23.36 cores=1,3,5,7
/proc/10171/stat : 10171 (glucose) R 10170 10157 5140 0 -1 4202496 36638 0 0 0 2324 12 0 0 20 0 1 0 274256946 195727360 44314 33554432000 4194304 5208918 140736115922576 140736115920536 4229319 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/10171/statm: 47785 44314 104 248 0 47534 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 296920

[startup+51.1004 s]
/proc/loadavg: 2.06 2.04 2.00 3/183 10172
/proc/meminfo: memFree=30781560/32873844 swapFree=7364/7364
[pid=10157] ppid=10155 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10157/stat : 10157 (npSolver-pbo.sh) S 10155 10157 5140 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274256733 9367552 275 33554432000 4194304 5064252 140734111798384 140734111797296 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10157/statm: 2287 275 233 213 0 72 0
[pid=10158] ppid=10157 vsize=87484 CPUtime=2.11 cores=1,3,5,7
/proc/10158/stat : 10158 (npSolver-pbo) S 10157 10157 5140 0 -1 4202496 9610 18624 0 0 106 40 58 7 20 0 1 0 274256733 89583616 21039 33554432000 4194304 5992684 140736857249616 140736857241936 5175646 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10158/statm: 21871 21039 185 440 0 21427 0
[pid=10170] ppid=10158 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10170/stat : 10170 (satsolver.sh) S 10158 10157 5140 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 274256946 9367552 267 33554432000 4194304 5064252 140736023562896 140736023561808 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/10170/statm: 2287 267 226 213 0 72 0
[pid=10171] ppid=10170 vsize=191140 CPUtime=48.95 cores=1,3,5,7
/proc/10171/stat : 10171 (glucose) R 10170 10157 5140 0 -1 4202496 36639 0 0 0 4883 12 0 0 20 0 1 0 274256946 195727360 44315 33554432000 4194304 5208918 140736115922576 140736115920536 4211104 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/10171/statm: 47785 44315 104 248 0 47534 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 296920

[startup+102.3 s]
/proc/loadavg: 2.09 2.04 2.00 3/183 10172
/proc/meminfo: memFree=30781024/32873844 swapFree=7364/7364
[pid=10157] ppid=10155 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10157/stat : 10157 (npSolver-pbo.sh) S 10155 10157 5140 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274256733 9367552 275 33554432000 4194304 5064252 140734111798384 140734111797296 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10157/statm: 2287 275 233 213 0 72 0
[pid=10158] ppid=10157 vsize=87484 CPUtime=2.11 cores=1,3,5,7
/proc/10158/stat : 10158 (npSolver-pbo) S 10157 10157 5140 0 -1 4202496 9610 18624 0 0 106 40 58 7 20 0 1 0 274256733 89583616 21039 33554432000 4194304 5992684 140736857249616 140736857241936 5175646 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10158/statm: 21871 21039 185 440 0 21427 0
[pid=10170] ppid=10158 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10170/stat : 10170 (satsolver.sh) S 10158 10157 5140 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 274256946 9367552 267 33554432000 4194304 5064252 140736023562896 140736023561808 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/10170/statm: 2287 267 226 213 0 72 0
[pid=10171] ppid=10170 vsize=193688 CPUtime=100.14 cores=1,3,5,7
/proc/10171/stat : 10171 (glucose) R 10170 10157 5140 0 -1 4202496 37293 0 0 0 10002 12 0 0 20 0 1 0 274256946 198336512 45473 33554432000 4194304 5208918 140736115922576 140736115920424 4229251 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/10171/statm: 48422 45473 105 248 0 48171 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 299468

[startup+162.3 s]
/proc/loadavg: 2.07 2.05 2.00 3/183 10172
/proc/meminfo: memFree=30777324/32873844 swapFree=7364/7364
[pid=10157] ppid=10155 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10157/stat : 10157 (npSolver-pbo.sh) S 10155 10157 5140 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274256733 9367552 275 33554432000 4194304 5064252 140734111798384 140734111797296 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10157/statm: 2287 275 233 213 0 72 0
[pid=10158] ppid=10157 vsize=87484 CPUtime=2.11 cores=1,3,5,7
/proc/10158/stat : 10158 (npSolver-pbo) S 10157 10157 5140 0 -1 4202496 9610 18624 0 0 106 40 58 7 20 0 1 0 274256733 89583616 21039 33554432000 4194304 5992684 140736857249616 140736857241936 5175646 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10158/statm: 21871 21039 185 440 0 21427 0
[pid=10170] ppid=10158 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10170/stat : 10170 (satsolver.sh) S 10158 10157 5140 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 274256946 9367552 267 33554432000 4194304 5064252 140736023562896 140736023561808 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/10170/statm: 2287 267 226 213 0 72 0
[pid=10171] ppid=10170 vsize=199504 CPUtime=160.11 cores=1,3,5,7
/proc/10171/stat : 10171 (glucose) R 10170 10157 5140 0 -1 4202496 38653 0 0 0 15999 12 0 0 20 0 1 0 274256946 204292096 47854 33554432000 4194304 5208918 140736115922576 140736115920408 4229344 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/10171/statm: 49876 47854 105 248 0 49625 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 305284

[startup+222.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/183 10172
/proc/meminfo: memFree=30806508/32873844 swapFree=7364/7364

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


[startup+1422.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/183 10447
/proc/meminfo: memFree=30892600/32873844 swapFree=7364/7364
[pid=10157] ppid=10155 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10157/stat : 10157 (npSolver-pbo.sh) S 10155 10157 5140 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274256733 9367552 275 33554432000 4194304 5064252 140734111798384 140734111797296 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10157/statm: 2287 275 233 213 0 72 0
[pid=10158] ppid=10157 vsize=78348 CPUtime=1373.63 cores=1,3,5,7
/proc/10158/stat : 10158 (npSolver-pbo) S 10157 10157 5140 0 -1 4202496 34374 192501 0 0 329 67 136852 115 20 0 1 0 274256733 80228352 17731 33554432000 4194304 5992684 140736857249616 140736857241936 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/10158/statm: 19587 17731 185 440 0 19143 0
[pid=10446] ppid=10158 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10446/stat : 10446 (satsolver.sh) S 10158 10157 5140 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274394126 9367552 266 33554432000 4194304 5064252 140737480904096 140737480903008 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10446/statm: 2287 266 226 213 0 72 0
[pid=10447] ppid=10446 vsize=140236 CPUtime=48.35 cores=1,3,5,7
/proc/10447/stat : 10447 (glucose) R 10446 10157 5140 0 -1 4202496 22566 0 0 0 4828 7 0 0 20 0 1 0 274394126 143601664 30831 33554432000 4194304 5208918 140735624188608 140735624186472 4211599 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/10447/statm: 35059 30831 105 248 0 34808 0
Current children cumulated CPU time (s) 1421.98
Current children cumulated vsize (KiB) 236880

[startup+1482.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 10447
/proc/meminfo: memFree=30828084/32873844 swapFree=7364/7364
[pid=10157] ppid=10155 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10157/stat : 10157 (npSolver-pbo.sh) S 10155 10157 5140 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274256733 9367552 275 33554432000 4194304 5064252 140734111798384 140734111797296 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10157/statm: 2287 275 233 213 0 72 0
[pid=10158] ppid=10157 vsize=78348 CPUtime=1373.63 cores=1,3,5,7
/proc/10158/stat : 10158 (npSolver-pbo) S 10157 10157 5140 0 -1 4202496 34374 192501 0 0 329 67 136852 115 20 0 1 0 274256733 80228352 17731 33554432000 4194304 5992684 140736857249616 140736857241936 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/10158/statm: 19587 17731 185 440 0 19143 0
[pid=10446] ppid=10158 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10446/stat : 10446 (satsolver.sh) S 10158 10157 5140 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274394126 9367552 266 33554432000 4194304 5064252 140737480904096 140737480903008 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10446/statm: 2287 266 226 213 0 72 0
[pid=10447] ppid=10446 vsize=189556 CPUtime=108.34 cores=1,3,5,7
/proc/10447/stat : 10447 (glucose) R 10446 10157 5140 0 -1 4202496 23140 0 0 0 10826 8 0 0 20 0 1 0 274394126 194105344 41114 33554432000 4194304 5208918 140735624188608 140735624186600 4211553 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/10447/statm: 47389 41114 105 248 0 47138 0
Current children cumulated CPU time (s) 1481.97
Current children cumulated vsize (KiB) 286200

[startup+1542.3 s]
/proc/loadavg: 2.05 2.02 2.00 3/184 10464
/proc/meminfo: memFree=30989384/32873844 swapFree=7364/7364
[pid=10157] ppid=10155 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10157/stat : 10157 (npSolver-pbo.sh) S 10155 10157 5140 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274256733 9367552 275 33554432000 4194304 5064252 140734111798384 140734111797296 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10157/statm: 2287 275 233 213 0 72 0
[pid=10158] ppid=10157 vsize=78684 CPUtime=1502.49 cores=1,3,5,7
/proc/10158/stat : 10158 (npSolver-pbo) S 10157 10157 5140 0 -1 4202496 38446 218576 0 0 372 73 149678 126 20 0 1 0 274256733 80572416 18839 33554432000 4194304 5992684 140736857249616 140736857241936 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/10158/statm: 19671 18839 185 440 0 19227 0
[pid=10453] ppid=10158 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10453/stat : 10453 (satsolver.sh) S 10158 10157 5140 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 274407014 9367552 267 33554432000 4194304 5064252 140733960221808 140733960220720 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10453/statm: 2287 267 226 213 0 72 0
[pid=10454] ppid=10453 vsize=115896 CPUtime=39.47 cores=1,3,5,7
/proc/10454/stat : 10454 (glucose) R 10453 10157 5140 0 -1 4202496 21084 0 0 0 3942 5 0 0 20 0 1 0 274407015 118677504 25886 33554432000 4194304 5208918 140736102629104 140736102626936 4211176 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/10454/statm: 28974 25886 105 248 0 28723 0
Current children cumulated CPU time (s) 1541.96
Current children cumulated vsize (KiB) 212876

[startup+1602.3 s]
/proc/loadavg: 2.13 2.04 2.01 3/183 10472
/proc/meminfo: memFree=30967524/32873844 swapFree=7364/7364
[pid=10157] ppid=10155 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10157/stat : 10157 (npSolver-pbo.sh) S 10155 10157 5140 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274256733 9367552 275 33554432000 4194304 5064252 140734111798384 140734111797296 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10157/statm: 2287 275 233 213 0 72 0
[pid=10158] ppid=10157 vsize=78684 CPUtime=1566.75 cores=1,3,5,7
/proc/10158/stat : 10158 (npSolver-pbo) S 10157 10157 5140 0 -1 4202496 42517 244101 0 0 415 78 156046 136 20 0 1 0 274256733 80572416 18839 33554432000 4194304 5992684 140736857249616 140736857241936 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/10158/statm: 19671 18839 185 440 0 19227 0
[pid=10471] ppid=10158 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10471/stat : 10471 (satsolver.sh) S 10158 10157 5140 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274413443 9367552 266 33554432000 4194304 5064252 140734620662768 140734620661680 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10471/statm: 2287 266 226 213 0 72 0
[pid=10472] ppid=10471 vsize=116740 CPUtime=35.18 cores=1,3,5,7
/proc/10472/stat : 10472 (glucose) R 10471 10157 5140 0 -1 4202496 21020 0 0 0 3512 6 0 0 20 0 1 0 274413443 119541760 25915 33554432000 4194304 5208918 140735739213104 140735739210936 4211652 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/10472/statm: 29185 25915 105 248 0 28934 0
Current children cumulated CPU time (s) 1601.93
Current children cumulated vsize (KiB) 213720

[startup+1662.31 s]
/proc/loadavg: 2.15 2.06 2.01 3/183 10472
/proc/meminfo: memFree=30926184/32873844 swapFree=7364/7364
[pid=10157] ppid=10155 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10157/stat : 10157 (npSolver-pbo.sh) S 10155 10157 5140 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274256733 9367552 275 33554432000 4194304 5064252 140734111798384 140734111797296 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10157/statm: 2287 275 233 213 0 72 0
[pid=10158] ppid=10157 vsize=78684 CPUtime=1566.75 cores=1,3,5,7
/proc/10158/stat : 10158 (npSolver-pbo) S 10157 10157 5140 0 -1 4202496 42517 244101 0 0 415 78 156046 136 20 0 1 0 274256733 80572416 18839 33554432000 4194304 5992684 140736857249616 140736857241936 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/10158/statm: 19671 18839 185 440 0 19227 0
[pid=10471] ppid=10158 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10471/stat : 10471 (satsolver.sh) S 10158 10157 5140 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274413443 9367552 266 33554432000 4194304 5064252 140734620662768 140734620661680 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10471/statm: 2287 266 226 213 0 72 0
[pid=10472] ppid=10471 vsize=118888 CPUtime=95.18 cores=1,3,5,7
/proc/10472/stat : 10472 (glucose) R 10471 10157 5140 0 -1 4202496 22562 0 0 0 9511 7 0 0 20 0 1 0 274413443 121741312 27177 33554432000 4194304 5208918 140735739213104 140735739210952 4211901 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/10472/statm: 29722 27177 105 248 0 29471 0
Current children cumulated CPU time (s) 1661.93
Current children cumulated vsize (KiB) 215868

[startup+1722.3 s]
/proc/loadavg: 2.09 2.06 2.01 3/183 10479
/proc/meminfo: memFree=30929888/32873844 swapFree=7364/7364
[pid=10157] ppid=10155 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10157/stat : 10157 (npSolver-pbo.sh) S 10155 10157 5140 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274256733 9367552 275 33554432000 4194304 5064252 140734111798384 140734111797296 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10157/statm: 2287 275 233 213 0 72 0
[pid=10158] ppid=10157 vsize=78684 CPUtime=1687.36 cores=1,3,5,7
/proc/10158/stat : 10158 (npSolver-pbo) S 10157 10157 5140 0 -1 4202496 46586 270899 0 0 458 84 168048 146 20 0 1 0 274256733 80572416 18839 33554432000 4194304 5992684 140736857249616 140736857241936 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/10158/statm: 19671 18839 185 440 0 19227 0
[pid=10478] ppid=10158 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10478/stat : 10478 (satsolver.sh) S 10158 10157 5140 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274425507 9367552 266 33554432000 4194304 5064252 140735892474944 140735892473856 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10478/statm: 2287 266 226 213 0 72 0
[pid=10479] ppid=10478 vsize=119688 CPUtime=34.54 cores=1,3,5,7
/proc/10479/stat : 10479 (glucose) R 10478 10157 5140 0 -1 4202496 22439 0 0 0 3448 6 0 0 20 0 1 0 274425507 122560512 25672 33554432000 4194304 5208918 140734966255264 140734966253096 4228997 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/10479/statm: 29922 25672 105 248 0 29671 0
Current children cumulated CPU time (s) 1721.9
Current children cumulated vsize (KiB) 216668

[startup+1782.3 s]
/proc/loadavg: 2.03 2.05 2.01 3/183 10479
/proc/meminfo: memFree=30897660/32873844 swapFree=7364/7364
[pid=10157] ppid=10155 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10157/stat : 10157 (npSolver-pbo.sh) S 10155 10157 5140 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274256733 9367552 275 33554432000 4194304 5064252 140734111798384 140734111797296 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10157/statm: 2287 275 233 213 0 72 0
[pid=10158] ppid=10157 vsize=78684 CPUtime=1687.36 cores=1,3,5,7
/proc/10158/stat : 10158 (npSolver-pbo) S 10157 10157 5140 0 -1 4202496 46586 270899 0 0 458 84 168048 146 20 0 1 0 274256733 80572416 18839 33554432000 4194304 5992684 140736857249616 140736857241936 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/10158/statm: 19671 18839 185 440 0 19227 0
[pid=10478] ppid=10158 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10478/stat : 10478 (satsolver.sh) S 10158 10157 5140 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274425507 9367552 266 33554432000 4194304 5064252 140735892474944 140735892473856 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10478/statm: 2287 266 226 213 0 72 0
[pid=10479] ppid=10478 vsize=149828 CPUtime=94.53 cores=1,3,5,7
/proc/10479/stat : 10479 (glucose) R 10478 10157 5140 0 -1 4202496 23595 0 0 0 9445 8 0 0 20 0 1 0 274425507 153423872 33495 33554432000 4194304 5208918 140734966255264 140734966251640 4213266 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/10479/statm: 37457 33495 105 248 0 37206 0
Current children cumulated CPU time (s) 1781.89
Current children cumulated vsize (KiB) 246808



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.02 2.05 2.00 3/183 10486
/proc/meminfo: memFree=30899052/32873844 swapFree=7364/7364
[pid=10157] ppid=10155 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10157/stat : 10157 (npSolver-pbo.sh) S 10155 10157 5140 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274256733 9367552 275 33554432000 4194304 5064252 140734111798384 140734111797296 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10157/statm: 2287 275 233 213 0 72 0
[pid=10158] ppid=10157 vsize=78684 CPUtime=1783.66 cores=1,3,5,7
/proc/10158/stat : 10158 (npSolver-pbo) S 10157 10157 5140 0 -1 4202496 50656 297930 0 0 501 89 177619 157 20 0 1 0 274256733 80572416 18839 33554432000 4194304 5992684 140736857249616 140736857241936 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/10158/statm: 19671 18839 185 440 0 19227 0
[pid=10485] ppid=10158 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10485/stat : 10485 (satsolver.sh) S 10158 10157 5140 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 274435139 9367552 267 33554432000 4194304 5064252 140736049439776 140736049438688 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10485/statm: 2287 267 226 213 0 72 0
[pid=10486] ppid=10485 vsize=115192 CPUtime=16.41 cores=1,3,5,7
/proc/10486/stat : 10486 (glucose) R 10485 10157 5140 0 -1 4202496 21412 0 0 0 1635 6 0 0 20 0 1 0 274435139 117956608 24720 33554432000 4194304 5208918 140736224566048 140736224563896 4211570 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/10486/statm: 28798 24720 105 248 0 28547 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 212172

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.5 s]
/proc/loadavg: 2.02 2.05 2.00 3/183 10486
/proc/meminfo: memFree=30899052/32873844 swapFree=7364/7364
[pid=10157] ppid=10155 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10157/stat : 10157 (npSolver-pbo.sh) S 10155 10157 5140 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274256733 9367552 275 33554432000 4194304 5064252 140734111798384 140734111797296 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10157/statm: 2287 275 233 213 0 72 0
[pid=10158] ppid=10157 vsize=78684 CPUtime=1783.66 cores=1,3,5,7
/proc/10158/stat : 10158 (npSolver-pbo) S 10157 10157 5140 0 -1 4202496 50656 297930 0 0 501 89 177619 157 20 0 1 0 274256733 80572416 18839 33554432000 4194304 5992684 140736857249616 140736857241936 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/10158/statm: 19671 18839 185 440 0 19227 0
[pid=10485] ppid=10158 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10485/stat : 10485 (satsolver.sh) S 10158 10157 5140 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 274435139 9367552 267 33554432000 4194304 5064252 140736049439776 140736049438688 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10485/statm: 2287 267 226 213 0 72 0
[pid=10486] ppid=10485 vsize=115192 CPUtime=16.41 cores=1,3,5,7
/proc/10486/stat : 10486 (glucose) R 10485 10157 5140 0 -1 4202496 21412 0 0 0 1635 6 0 0 20 0 1 0 274435139 117956608 24720 33554432000 4194304 5208918 140736224566048 140736224563896 4211570 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/10486/statm: 28798 24720 105 248 0 28547 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 212172

Child status: 0
Real time (s): 1800.52
CPU time (s): 1800.12
CPU user time (s): 1797.56
CPU system time (s): 2.55561
CPU usage (%): 99.9781
Max. virtual memory (cumulated for all children) (KiB): 408156

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.56
system time used= 2.55561
maximum resident set size= 286288
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 370977
page faults= 0
swaps= 0
block input operations= 8
block output operations= 746264
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1533
involuntary context switches= 1983

runsolver used 3.2575 second user time and 8.50571 second system time

The end

Launcher Data

Begin job on node109 at 2012-05-27 03:14:42
IDJOB=3700755
IDBENCH=71888
IDSOLVER=2277
FILE ID=node109/3700755-1338081281
RUNJOBID= node109-1338052962-5157
PBS_JOBID= 14624414
Free space on /tmp= 71332 MiB

SOLVER NAME= npSolver 1.0
BENCH NAME= PB09/normalized-PB09/OPT-BIGINT-LIN/aries-da_nrp/normalized-aries-da_network_20_2__17_12__256.opb
COMMAND LINE= DIR/npSolver-pbo.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3700755-1338081281/watcher-3700755-1338081281 -o /tmp/evaluation-result-3700755-1338081281/solver-3700755-1338081281 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo.sh HOME/instance-3700755-1338081281.opb 2055598105 HOME HOME

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

MD5SUM BENCH= a048c41e885d13c7000ff4a85d8352bd
RANDOM SEED=2055598105

node109.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		: 2667.264
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	: 5334.52
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		: 2667.264
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		: 2667.264
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.91
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		: 2667.264
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		: 2667.264
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.91
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		: 2667.264
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.91
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		: 2667.264
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.91
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		: 2667.264
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        31111880 kB
Buffers:          241864 kB
Cached:           548468 kB
SwapCached:            0 kB
Active:           822640 kB
Inactive:         123012 kB
Active(anon):     145708 kB
Inactive(anon):    12140 kB
Active(file):     676932 kB
Inactive(file):   110872 kB
Unevictable:        7364 kB
Mlocked:            7364 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              8548 kB
Writeback:             0 kB
AnonPages:        133664 kB
Mapped:            15292 kB
Shmem:               200 kB
Slab:             650108 kB
SReclaimable:      92568 kB
SUnreclaim:       557540 kB
KernelStack:        1520 kB
PageTables:         4224 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     306632 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     86016 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= 71288 MiB
End job on node109 at 2012-05-27 03:44:42