Trace number 3750949

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 (fixed)? (TO) 1800.12 1800.41

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mis/normalized-mis_200_25_3.opb
MD5SUM1b4456ec5e57b53956abc30521c99789
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-29
Best CPU time to get the best result obtained on this benchmark1797.7
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -30
Optimality of the best value was proved NO
Number of variables200
Total number of constraints200
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints200
Minimum length of a constraint25
Maximum length of a constraint45
Number of terms in the objective function 200
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 200
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 200
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)6216
Sum of products size (including duplicates)12432
Number of different products3108
Sum of products size6216

Solver Data

0.00/0.02	c run usual solver
0.00/0.09	c model valid
0.00/0.09	c current solution ok
0.00/0.11	o 0
0.00/0.11	c current bound: 100
0.00/0.11	c (debug) using card networks
0.00/0.11	c old isEQ: 100, new EQ is 0
0.00/0.33	c current bound: 150
0.00/0.33	c (debug) using card networks
0.00/0.33	c old isEQ: 150, new EQ is 0
281.01/281.10	c current bound: 175
281.01/281.10	c (debug) using card networks
281.01/281.10	c old isEQ: 175, new EQ is 0
281.82/281.91	c model valid
281.82/281.91	c current solution ok
281.82/281.91	o -25
281.82/281.91	c current bound: 163
281.82/281.91	c (debug) using card networks
281.82/281.91	c old isEQ: 163, new EQ is 0
1800.09/1800.40	./satsolver.sh: line 5: 17374 Terminated              ./glucose $1 > $2 2> /dev/null
1800.09/1800.40	c error: unexpected solver exit code
1800.09/1800.40	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-3750949-1339131234/watcher-3750949-1339131234 -o /tmp/evaluation-result-3750949-1339131234/solver-3750949-1339131234 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo.sh HOME/instance-3750949-1339131234.opb 343495786 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.07 2.02 2.00 3/179 17280
/proc/meminfo: memFree=31554060/32873844 swapFree=7124/7124
[pid=17280] ppid=17278 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17280/stat : 17280 (npSolver-pbo.sh) S 17278 17280 12469 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 379248504 9367552 274 33554432000 4194304 5064252 140737417314512 140737417313424 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17280/statm: 2287 274 233 213 0 72 0

[startup+0.099724 s]
/proc/loadavg: 2.07 2.02 2.00 3/179 17280
/proc/meminfo: memFree=31554060/32873844 swapFree=7124/7124
[pid=17280] ppid=17278 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17280/stat : 17280 (npSolver-pbo.sh) S 17278 17280 12469 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 379248504 9367552 274 33554432000 4194304 5064252 140737417314512 140737417313424 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17280/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100214 s]
/proc/loadavg: 2.07 2.02 2.00 3/179 17280
/proc/meminfo: memFree=31554060/32873844 swapFree=7124/7124
[pid=17280] ppid=17278 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17280/stat : 17280 (npSolver-pbo.sh) S 17278 17280 12469 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 379248504 9367552 274 33554432000 4194304 5064252 140737417314512 140737417313424 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17280/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300262 s]
/proc/loadavg: 2.07 2.02 2.00 3/179 17280
/proc/meminfo: memFree=31554060/32873844 swapFree=7124/7124
[pid=17280] ppid=17278 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17280/stat : 17280 (npSolver-pbo.sh) S 17278 17280 12469 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 379248504 9367552 274 33554432000 4194304 5064252 140737417314512 140737417313424 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17280/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700227 s]
/proc/loadavg: 2.07 2.02 2.00 3/179 17280
/proc/meminfo: memFree=31554060/32873844 swapFree=7124/7124
[pid=17280] ppid=17278 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17280/stat : 17280 (npSolver-pbo.sh) S 17278 17280 12469 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 379248504 9367552 274 33554432000 4194304 5064252 140737417314512 140737417313424 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17280/statm: 2287 274 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.07 2.02 2.00 3/183 17301
/proc/meminfo: memFree=31545540/32873844 swapFree=7124/7124
[pid=17280] ppid=17278 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17280/stat : 17280 (npSolver-pbo.sh) S 17278 17280 12469 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 379248504 9367552 274 33554432000 4194304 5064252 140737417314512 140737417313424 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17280/statm: 2287 274 233 213 0 72 0
[pid=17281] ppid=17280 vsize=3620 CPUtime=0.32 cores=1,3,5,7
/proc/17281/stat : 17281 (npSolver-pbo) S 17280 17280 12469 0 -1 4202496 2449 10180 0 0 2 2 25 3 20 0 1 0 379248504 3706880 492 33554432000 4194304 6004724 140734933177104 140734933169456 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17281/statm: 905 492 172 442 0 459 0
[pid=17300] ppid=17281 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17300/stat : 17300 (satsolver.sh) S 17281 17280 12469 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 379248538 9367552 267 33554432000 4194304 5064252 140735335443952 140735335442864 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/17300/statm: 2287 267 226 213 0 72 0
[pid=17301] ppid=17300 vsize=8328 CPUtime=1.15 cores=1,3,5,7
/proc/17301/stat : 17301 (glucose) R 17300 17280 12469 0 -1 4202496 2237 0 0 0 115 0 0 0 20 0 1 0 379248538 8527872 1544 33554432000 4194304 5208918 140736603188320 140736603186280 4212971 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/17301/statm: 2082 1544 103 248 0 1831 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 30244

[startup+3.10035 s]
/proc/loadavg: 2.07 2.02 2.00 3/183 17301
/proc/meminfo: memFree=31543308/32873844 swapFree=7124/7124
[pid=17280] ppid=17278 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17280/stat : 17280 (npSolver-pbo.sh) S 17278 17280 12469 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 379248504 9367552 274 33554432000 4194304 5064252 140737417314512 140737417313424 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17280/statm: 2287 274 233 213 0 72 0
[pid=17281] ppid=17280 vsize=3620 CPUtime=0.32 cores=1,3,5,7
/proc/17281/stat : 17281 (npSolver-pbo) S 17280 17280 12469 0 -1 4202496 2449 10180 0 0 2 2 25 3 20 0 1 0 379248504 3706880 492 33554432000 4194304 6004724 140734933177104 140734933169456 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17281/statm: 905 492 172 442 0 459 0
[pid=17300] ppid=17281 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17300/stat : 17300 (satsolver.sh) S 17281 17280 12469 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 379248538 9367552 267 33554432000 4194304 5064252 140735335443952 140735335442864 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/17300/statm: 2287 267 226 213 0 72 0
[pid=17301] ppid=17300 vsize=12680 CPUtime=2.75 cores=1,3,5,7
/proc/17301/stat : 17301 (glucose) R 17300 17280 12469 0 -1 4202496 3118 0 0 0 275 0 0 0 20 0 1 0 379248538 12984320 2384 33554432000 4194304 5208918 140736603188320 140736603186184 4211013 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/17301/statm: 3170 2384 105 248 0 2919 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 34596

[startup+6.30034 s]
/proc/loadavg: 2.06 2.02 2.00 3/183 17301
/proc/meminfo: memFree=31535244/32873844 swapFree=7124/7124
[pid=17280] ppid=17278 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17280/stat : 17280 (npSolver-pbo.sh) S 17278 17280 12469 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 379248504 9367552 274 33554432000 4194304 5064252 140737417314512 140737417313424 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17280/statm: 2287 274 233 213 0 72 0
[pid=17281] ppid=17280 vsize=3620 CPUtime=0.32 cores=1,3,5,7
/proc/17281/stat : 17281 (npSolver-pbo) S 17280 17280 12469 0 -1 4202496 2449 10180 0 0 2 2 25 3 20 0 1 0 379248504 3706880 492 33554432000 4194304 6004724 140734933177104 140734933169456 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17281/statm: 905 492 172 442 0 459 0
[pid=17300] ppid=17281 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17300/stat : 17300 (satsolver.sh) S 17281 17280 12469 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 379248538 9367552 267 33554432000 4194304 5064252 140735335443952 140735335442864 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/17300/statm: 2287 267 226 213 0 72 0
[pid=17301] ppid=17300 vsize=13544 CPUtime=5.95 cores=1,3,5,7
/proc/17301/stat : 17301 (glucose) R 17300 17280 12469 0 -1 4202496 3590 0 0 0 595 0 0 0 20 0 1 0 379248538 13869056 2850 33554432000 4194304 5208918 140736603188320 140736603186264 4229517 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/17301/statm: 3386 2850 105 248 0 3135 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 35460

[startup+12.7003 s]
/proc/loadavg: 2.06 2.01 2.00 3/183 17301
/proc/meminfo: memFree=31518948/32873844 swapFree=7124/7124
[pid=17280] ppid=17278 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17280/stat : 17280 (npSolver-pbo.sh) S 17278 17280 12469 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 379248504 9367552 274 33554432000 4194304 5064252 140737417314512 140737417313424 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17280/statm: 2287 274 233 213 0 72 0
[pid=17281] ppid=17280 vsize=3620 CPUtime=0.32 cores=1,3,5,7
/proc/17281/stat : 17281 (npSolver-pbo) S 17280 17280 12469 0 -1 4202496 2449 10180 0 0 2 2 25 3 20 0 1 0 379248504 3706880 492 33554432000 4194304 6004724 140734933177104 140734933169456 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17281/statm: 905 492 172 442 0 459 0
[pid=17300] ppid=17281 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17300/stat : 17300 (satsolver.sh) S 17281 17280 12469 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 379248538 9367552 267 33554432000 4194304 5064252 140735335443952 140735335442864 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/17300/statm: 2287 267 226 213 0 72 0
[pid=17301] ppid=17300 vsize=27692 CPUtime=12.35 cores=1,3,5,7
/proc/17301/stat : 17301 (glucose) R 17300 17280 12469 0 -1 4202496 4337 0 0 0 1234 1 0 0 20 0 1 0 379248538 28356608 5398 33554432000 4194304 5208918 140736603188320 140736603186264 4229296 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/17301/statm: 6923 5398 105 248 0 6672 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 49608

[startup+25.5004 s]
/proc/loadavg: 2.04 2.01 2.00 3/183 17353
/proc/meminfo: memFree=31731396/32873844 swapFree=7124/7124
[pid=17280] ppid=17278 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17280/stat : 17280 (npSolver-pbo.sh) S 17278 17280 12469 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 379248504 9367552 274 33554432000 4194304 5064252 140737417314512 140737417313424 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17280/statm: 2287 274 233 213 0 72 0
[pid=17281] ppid=17280 vsize=3620 CPUtime=0.32 cores=1,3,5,7
/proc/17281/stat : 17281 (npSolver-pbo) S 17280 17280 12469 0 -1 4202496 2449 10180 0 0 2 2 25 3 20 0 1 0 379248504 3706880 492 33554432000 4194304 6004724 140734933177104 140734933169456 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17281/statm: 905 492 172 442 0 459 0
[pid=17300] ppid=17281 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17300/stat : 17300 (satsolver.sh) S 17281 17280 12469 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 379248538 9367552 267 33554432000 4194304 5064252 140735335443952 140735335442864 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/17300/statm: 2287 267 226 213 0 72 0
[pid=17301] ppid=17300 vsize=27760 CPUtime=25.14 cores=1,3,5,7
/proc/17301/stat : 17301 (glucose) R 17300 17280 12469 0 -1 4202496 5886 0 0 0 2513 1 0 0 20 0 1 0 379248538 28426240 5650 33554432000 4194304 5208918 140736603188320 140736603184696 4229493 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/17301/statm: 6940 5650 105 248 0 6689 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 49676

[startup+51.1004 s]
/proc/loadavg: 2.03 2.01 2.00 3/183 17353
/proc/meminfo: memFree=31708048/32873844 swapFree=7124/7124
[pid=17280] ppid=17278 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17280/stat : 17280 (npSolver-pbo.sh) S 17278 17280 12469 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 379248504 9367552 274 33554432000 4194304 5064252 140737417314512 140737417313424 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17280/statm: 2287 274 233 213 0 72 0
[pid=17281] ppid=17280 vsize=3620 CPUtime=0.32 cores=1,3,5,7
/proc/17281/stat : 17281 (npSolver-pbo) S 17280 17280 12469 0 -1 4202496 2449 10180 0 0 2 2 25 3 20 0 1 0 379248504 3706880 492 33554432000 4194304 6004724 140734933177104 140734933169456 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17281/statm: 905 492 172 442 0 459 0
[pid=17300] ppid=17281 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17300/stat : 17300 (satsolver.sh) S 17281 17280 12469 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 379248538 9367552 267 33554432000 4194304 5064252 140735335443952 140735335442864 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/17300/statm: 2287 267 226 213 0 72 0
[pid=17301] ppid=17300 vsize=28664 CPUtime=50.74 cores=1,3,5,7
/proc/17301/stat : 17301 (glucose) R 17300 17280 12469 0 -1 4202496 7090 0 0 0 5072 2 0 0 20 0 1 0 379248538 29351936 6727 33554432000 4194304 5208918 140736603188320 140736603186408 4229731 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/17301/statm: 7166 6727 105 248 0 6915 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 50580

[startup+102.307 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 17353
/proc/meminfo: memFree=31668072/32873844 swapFree=7124/7124
[pid=17280] ppid=17278 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17280/stat : 17280 (npSolver-pbo.sh) S 17278 17280 12469 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 379248504 9367552 274 33554432000 4194304 5064252 140737417314512 140737417313424 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17280/statm: 2287 274 233 213 0 72 0
[pid=17281] ppid=17280 vsize=3620 CPUtime=0.32 cores=1,3,5,7
/proc/17281/stat : 17281 (npSolver-pbo) S 17280 17280 12469 0 -1 4202496 2449 10180 0 0 2 2 25 3 20 0 1 0 379248504 3706880 492 33554432000 4194304 6004724 140734933177104 140734933169456 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17281/statm: 905 492 172 442 0 459 0
[pid=17300] ppid=17281 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17300/stat : 17300 (satsolver.sh) S 17281 17280 12469 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 379248538 9367552 267 33554432000 4194304 5064252 140735335443952 140735335442864 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/17300/statm: 2287 267 226 213 0 72 0
[pid=17301] ppid=17300 vsize=47332 CPUtime=101.94 cores=1,3,5,7
/proc/17301/stat : 17301 (glucose) R 17300 17280 12469 0 -1 4202496 7678 0 0 0 10191 3 0 0 20 0 1 0 379248538 48467968 10883 33554432000 4194304 5208918 140736603188320 140736603184088 4229776 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/17301/statm: 11833 10883 105 248 0 11582 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 69248

[startup+162.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/183 17353
/proc/meminfo: memFree=31670244/32873844 swapFree=7124/7124
[pid=17280] ppid=17278 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17280/stat : 17280 (npSolver-pbo.sh) S 17278 17280 12469 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 379248504 9367552 274 33554432000 4194304 5064252 140737417314512 140737417313424 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17280/statm: 2287 274 233 213 0 72 0
[pid=17281] ppid=17280 vsize=3620 CPUtime=0.32 cores=1,3,5,7
/proc/17281/stat : 17281 (npSolver-pbo) S 17280 17280 12469 0 -1 4202496 2449 10180 0 0 2 2 25 3 20 0 1 0 379248504 3706880 492 33554432000 4194304 6004724 140734933177104 140734933169456 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17281/statm: 905 492 172 442 0 459 0
[pid=17300] ppid=17281 vsize=9148 CPUtime=0 cores=1,3,5,7

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


[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 17406
/proc/meminfo: memFree=31534672/32873844 swapFree=7124/7124
[pid=17280] ppid=17278 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17280/stat : 17280 (npSolver-pbo.sh) S 17278 17280 12469 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 379248504 9367552 274 33554432000 4194304 5064252 140737417314512 140737417313424 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17280/statm: 2287 274 233 213 0 72 0
[pid=17281] ppid=17280 vsize=3620 CPUtime=281.85 cores=1,3,5,7
/proc/17281/stat : 17281 (npSolver-pbo) S 17280 17280 12469 0 -1 4202496 2836 27045 0 0 3 2 28171 9 20 0 1 0 379248504 3706880 492 33554432000 4194304 6004724 140734933177104 140734933169456 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17281/statm: 905 492 172 442 0 459 0
[pid=17373] ppid=17281 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17373/stat : 17373 (satsolver.sh) S 17281 17280 12469 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 379276696 9367552 266 33554432000 4194304 5064252 140735042592432 140735042591344 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/17373/statm: 2287 266 226 213 0 72 0
[pid=17374] ppid=17373 vsize=89416 CPUtime=1080.2 cores=1,3,5,7
/proc/17374/stat : 17374 (glucose) R 17373 17280 12469 0 -1 4202496 17405 0 0 0 108002 18 0 0 20 0 1 0 379276697 91561984 21916 33554432000 4194304 5208918 140737446978256 140737446976344 4229688 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/17374/statm: 22354 21916 105 248 0 22103 0
Current children cumulated CPU time (s) 1362.05
Current children cumulated vsize (KiB) 111332

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 17406
/proc/meminfo: memFree=31588800/32873844 swapFree=7124/7124
[pid=17280] ppid=17278 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17280/stat : 17280 (npSolver-pbo.sh) S 17278 17280 12469 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 379248504 9367552 274 33554432000 4194304 5064252 140737417314512 140737417313424 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17280/statm: 2287 274 233 213 0 72 0
[pid=17281] ppid=17280 vsize=3620 CPUtime=281.85 cores=1,3,5,7
/proc/17281/stat : 17281 (npSolver-pbo) S 17280 17280 12469 0 -1 4202496 2836 27045 0 0 3 2 28171 9 20 0 1 0 379248504 3706880 492 33554432000 4194304 6004724 140734933177104 140734933169456 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17281/statm: 905 492 172 442 0 459 0
[pid=17373] ppid=17281 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17373/stat : 17373 (satsolver.sh) S 17281 17280 12469 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 379276696 9367552 266 33554432000 4194304 5064252 140735042592432 140735042591344 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/17373/statm: 2287 266 226 213 0 72 0
[pid=17374] ppid=17373 vsize=89416 CPUtime=1140.19 cores=1,3,5,7
/proc/17374/stat : 17374 (glucose) R 17373 17280 12469 0 -1 4202496 17851 0 0 0 114001 18 0 0 20 0 1 0 379276697 91561984 21916 33554432000 4194304 5208918 140737446978256 140737446976344 4214256 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/17374/statm: 22354 21916 105 248 0 22103 0
Current children cumulated CPU time (s) 1422.04
Current children cumulated vsize (KiB) 111332

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 17406
/proc/meminfo: memFree=31543248/32873844 swapFree=7124/7124
[pid=17280] ppid=17278 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17280/stat : 17280 (npSolver-pbo.sh) S 17278 17280 12469 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 379248504 9367552 274 33554432000 4194304 5064252 140737417314512 140737417313424 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17280/statm: 2287 274 233 213 0 72 0
[pid=17281] ppid=17280 vsize=3620 CPUtime=281.85 cores=1,3,5,7
/proc/17281/stat : 17281 (npSolver-pbo) S 17280 17280 12469 0 -1 4202496 2836 27045 0 0 3 2 28171 9 20 0 1 0 379248504 3706880 492 33554432000 4194304 6004724 140734933177104 140734933169456 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17281/statm: 905 492 172 442 0 459 0
[pid=17373] ppid=17281 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17373/stat : 17373 (satsolver.sh) S 17281 17280 12469 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 379276696 9367552 266 33554432000 4194304 5064252 140735042592432 140735042591344 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/17373/statm: 2287 266 226 213 0 72 0
[pid=17374] ppid=17373 vsize=89416 CPUtime=1200.17 cores=1,3,5,7
/proc/17374/stat : 17374 (glucose) R 17373 17280 12469 0 -1 4202496 18297 0 0 0 119998 19 0 0 20 0 1 0 379276697 91561984 21916 33554432000 4194304 5208918 140737446978256 140737446976344 4229717 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/17374/statm: 22354 21916 105 248 0 22103 0
Current children cumulated CPU time (s) 1482.02
Current children cumulated vsize (KiB) 111332

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 17407
/proc/meminfo: memFree=31536812/32873844 swapFree=7124/7124
[pid=17280] ppid=17278 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17280/stat : 17280 (npSolver-pbo.sh) S 17278 17280 12469 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 379248504 9367552 274 33554432000 4194304 5064252 140737417314512 140737417313424 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17280/statm: 2287 274 233 213 0 72 0
[pid=17281] ppid=17280 vsize=3620 CPUtime=281.85 cores=1,3,5,7
/proc/17281/stat : 17281 (npSolver-pbo) S 17280 17280 12469 0 -1 4202496 2836 27045 0 0 3 2 28171 9 20 0 1 0 379248504 3706880 492 33554432000 4194304 6004724 140734933177104 140734933169456 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17281/statm: 905 492 172 442 0 459 0
[pid=17373] ppid=17281 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17373/stat : 17373 (satsolver.sh) S 17281 17280 12469 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 379276696 9367552 266 33554432000 4194304 5064252 140735042592432 140735042591344 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/17373/statm: 2287 266 226 213 0 72 0
[pid=17374] ppid=17373 vsize=89416 CPUtime=1260.16 cores=1,3,5,7
/proc/17374/stat : 17374 (glucose) R 17373 17280 12469 0 -1 4202496 18742 0 0 0 125996 20 0 0 20 0 1 0 379276697 91561984 21916 33554432000 4194304 5208918 140737446978256 140737446976344 4212757 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/17374/statm: 22354 21916 105 248 0 22103 0
Current children cumulated CPU time (s) 1542.01
Current children cumulated vsize (KiB) 111332

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 17410
/proc/meminfo: memFree=31555188/32873844 swapFree=7124/7124
[pid=17280] ppid=17278 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17280/stat : 17280 (npSolver-pbo.sh) S 17278 17280 12469 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 379248504 9367552 274 33554432000 4194304 5064252 140737417314512 140737417313424 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17280/statm: 2287 274 233 213 0 72 0
[pid=17281] ppid=17280 vsize=3620 CPUtime=281.85 cores=1,3,5,7
/proc/17281/stat : 17281 (npSolver-pbo) S 17280 17280 12469 0 -1 4202496 2836 27045 0 0 3 2 28171 9 20 0 1 0 379248504 3706880 492 33554432000 4194304 6004724 140734933177104 140734933169456 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17281/statm: 905 492 172 442 0 459 0
[pid=17373] ppid=17281 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17373/stat : 17373 (satsolver.sh) S 17281 17280 12469 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 379276696 9367552 266 33554432000 4194304 5064252 140735042592432 140735042591344 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/17373/statm: 2287 266 226 213 0 72 0
[pid=17374] ppid=17373 vsize=89416 CPUtime=1320.16 cores=1,3,5,7
/proc/17374/stat : 17374 (glucose) R 17373 17280 12469 0 -1 4202496 19187 0 0 0 131995 21 0 0 20 0 1 0 379276697 91561984 21916 33554432000 4194304 5208918 140737446978256 140737446974632 4229731 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/17374/statm: 22354 21916 105 248 0 22103 0
Current children cumulated CPU time (s) 1602.01
Current children cumulated vsize (KiB) 111332

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 17410
/proc/meminfo: memFree=31516100/32873844 swapFree=7124/7124
[pid=17280] ppid=17278 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17280/stat : 17280 (npSolver-pbo.sh) S 17278 17280 12469 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 379248504 9367552 274 33554432000 4194304 5064252 140737417314512 140737417313424 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17280/statm: 2287 274 233 213 0 72 0
[pid=17281] ppid=17280 vsize=3620 CPUtime=281.85 cores=1,3,5,7
/proc/17281/stat : 17281 (npSolver-pbo) S 17280 17280 12469 0 -1 4202496 2836 27045 0 0 3 2 28171 9 20 0 1 0 379248504 3706880 492 33554432000 4194304 6004724 140734933177104 140734933169456 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17281/statm: 905 492 172 442 0 459 0
[pid=17373] ppid=17281 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17373/stat : 17373 (satsolver.sh) S 17281 17280 12469 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 379276696 9367552 266 33554432000 4194304 5064252 140735042592432 140735042591344 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/17373/statm: 2287 266 226 213 0 72 0
[pid=17374] ppid=17373 vsize=89416 CPUtime=1380.15 cores=1,3,5,7
/proc/17374/stat : 17374 (glucose) R 17373 17280 12469 0 -1 4202496 19633 0 0 0 137993 22 0 0 20 0 1 0 379276697 91561984 21916 33554432000 4194304 5208918 140737446978256 140737446976344 4229712 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/17374/statm: 22354 21916 105 248 0 22103 0
Current children cumulated CPU time (s) 1662
Current children cumulated vsize (KiB) 111332

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 17410
/proc/meminfo: memFree=31586648/32873844 swapFree=7124/7124
[pid=17280] ppid=17278 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17280/stat : 17280 (npSolver-pbo.sh) S 17278 17280 12469 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 379248504 9367552 274 33554432000 4194304 5064252 140737417314512 140737417313424 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17280/statm: 2287 274 233 213 0 72 0
[pid=17281] ppid=17280 vsize=3620 CPUtime=281.85 cores=1,3,5,7
/proc/17281/stat : 17281 (npSolver-pbo) S 17280 17280 12469 0 -1 4202496 2836 27045 0 0 3 2 28171 9 20 0 1 0 379248504 3706880 492 33554432000 4194304 6004724 140734933177104 140734933169456 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17281/statm: 905 492 172 442 0 459 0
[pid=17373] ppid=17281 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17373/stat : 17373 (satsolver.sh) S 17281 17280 12469 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 379276696 9367552 266 33554432000 4194304 5064252 140735042592432 140735042591344 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/17373/statm: 2287 266 226 213 0 72 0
[pid=17374] ppid=17373 vsize=89416 CPUtime=1440.14 cores=1,3,5,7
/proc/17374/stat : 17374 (glucose) R 17373 17280 12469 0 -1 4202496 20080 0 0 0 143991 23 0 0 20 0 1 0 379276697 91561984 21917 33554432000 4194304 5208918 140737446978256 140737446976344 4229850 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/17374/statm: 22354 21917 105 248 0 22103 0
Current children cumulated CPU time (s) 1721.99
Current children cumulated vsize (KiB) 111332

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 17410
/proc/meminfo: memFree=31491948/32873844 swapFree=7124/7124
[pid=17280] ppid=17278 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17280/stat : 17280 (npSolver-pbo.sh) S 17278 17280 12469 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 379248504 9367552 274 33554432000 4194304 5064252 140737417314512 140737417313424 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17280/statm: 2287 274 233 213 0 72 0
[pid=17281] ppid=17280 vsize=3620 CPUtime=281.85 cores=1,3,5,7
/proc/17281/stat : 17281 (npSolver-pbo) S 17280 17280 12469 0 -1 4202496 2836 27045 0 0 3 2 28171 9 20 0 1 0 379248504 3706880 492 33554432000 4194304 6004724 140734933177104 140734933169456 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17281/statm: 905 492 172 442 0 459 0
[pid=17373] ppid=17281 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17373/stat : 17373 (satsolver.sh) S 17281 17280 12469 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 379276696 9367552 266 33554432000 4194304 5064252 140735042592432 140735042591344 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/17373/statm: 2287 266 226 213 0 72 0
[pid=17374] ppid=17373 vsize=138736 CPUtime=1500.13 cores=1,3,5,7
/proc/17374/stat : 17374 (glucose) R 17373 17280 12469 0 -1 4202496 20990 0 0 0 149989 24 0 0 20 0 1 0 379276697 142065664 30047 33554432000 4194304 5208918 140737446978256 140737446976248 4229471 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/17374/statm: 34684 30047 105 248 0 34433 0
Current children cumulated CPU time (s) 1781.98
Current children cumulated vsize (KiB) 160652



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 4/183 17410
/proc/meminfo: memFree=31471592/32873844 swapFree=7124/7124
[pid=17280] ppid=17278 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17280/stat : 17280 (npSolver-pbo.sh) S 17278 17280 12469 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 379248504 9367552 274 33554432000 4194304 5064252 140737417314512 140737417313424 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17280/statm: 2287 274 233 213 0 72 0
[pid=17281] ppid=17280 vsize=3620 CPUtime=281.85 cores=1,3,5,7
/proc/17281/stat : 17281 (npSolver-pbo) S 17280 17280 12469 0 -1 4202496 2836 27045 0 0 3 2 28171 9 20 0 1 0 379248504 3706880 492 33554432000 4194304 6004724 140734933177104 140734933169456 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17281/statm: 905 492 172 442 0 459 0
[pid=17373] ppid=17281 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17373/stat : 17373 (satsolver.sh) S 17281 17280 12469 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 379276696 9367552 266 33554432000 4194304 5064252 140735042592432 140735042591344 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/17373/statm: 2287 266 226 213 0 72 0
[pid=17374] ppid=17373 vsize=138736 CPUtime=1518.24 cores=1,3,5,7
/proc/17374/stat : 17374 (glucose) R 17373 17280 12469 0 -1 4202496 20996 0 0 0 151799 25 0 0 20 0 1 0 379276697 142065664 33119 33554432000 4194304 5208918 140737446978256 140737446976248 4229338 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/17374/statm: 34684 33119 105 248 0 34433 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 160652

Sending SIGTERM to process tree (bottom up)

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

Child status: 0
Real time (s): 1800.41
CPU time (s): 1800.12
CPU user time (s): 1799.74
CPU system time (s): 0.374943
CPU usage (%): 99.9837
Max. virtual memory (cumulated for all children) (KiB): 160652

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.74
system time used= 0.374943
maximum resident set size= 134416
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 51864
page faults= 0
swaps= 0
block input operations= 0
block output operations= 4240
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 110
involuntary context switches= 1930

runsolver used 2.91156 second user time and 8.63169 second system time

The end

Launcher Data

Begin job on node138 at 2012-06-08 06:53:54
IDJOB=3750949
IDBENCH=48212
IDSOLVER=2334
FILE ID=node138/3750949-1339131234
RUNJOBID= node138-1339110951-13766
PBS_JOBID= 14643715
Free space on /tmp= 70700 MiB

SOLVER NAME= npSolver 1.0
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mis/normalized-mis_200_25_3.opb
COMMAND LINE= DIR/npSolver-pbo.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3750949-1339131234/watcher-3750949-1339131234 -o /tmp/evaluation-result-3750949-1339131234/solver-3750949-1339131234 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo.sh HOME/instance-3750949-1339131234.opb 343495786 HOME HOME

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

MD5SUM BENCH= 1b4456ec5e57b53956abc30521c99789
RANDOM SEED=343495786

node138.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.347
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.69
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.347
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.347
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.347
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.347
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.347
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.347
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.92
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.347
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:        31554952 kB
Buffers:          118396 kB
Cached:           143936 kB
SwapCached:        19640 kB
Active:           370788 kB
Inactive:         148156 kB
Active(anon):     238432 kB
Inactive(anon):    20456 kB
Active(file):     132356 kB
Inactive(file):   127700 kB
Unevictable:        7124 kB
Mlocked:            7124 kB
SwapTotal:      67108856 kB
SwapFree:       67082140 kB
Dirty:              8196 kB
Writeback:             0 kB
AnonPages:        394004 kB
Mapped:             9800 kB
Shmem:                 0 kB
Slab:             641324 kB
SReclaimable:      82664 kB
SUnreclaim:       558660 kB
KernelStack:        1520 kB
PageTables:         4444 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     399688 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    294912 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= 70688 MiB
End job on node138 at 2012-06-08 07:23:55