Trace number 3701263

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.09 1800.41

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb56-25-opb/normalized-frb56-25-2.opb
MD5SUM62a6bdf0e089cd0b8a79007277394096
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-52
Best CPU time to get the best result obtained on this benchmark1800.05
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -54
Optimality of the best value was proved NO
Number of variables1400
Total number of constraints109401
Number of constraints which are clauses109401
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint2
Number of terms in the objective function 1400
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 1400
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1400
Number of bits of the biggest sum of numbers11
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.22	c run usual solver
0.00/0.56	c model valid
0.00/0.56	c current solution ok
0.00/0.73	o 0
0.00/0.73	c current bound: 700
0.00/0.73	c (debug) using card networks
4.38/4.41	c current bound: 1050
4.38/4.41	c (debug) using card networks
10.87/10.96	c current bound: 1225
10.87/10.96	c (debug) using card networks
20.16/20.28	c current bound: 1313
20.16/20.28	c (debug) using card networks
33.36/33.49	c current bound: 1357
33.36/33.49	c (debug) using card networks
45.86/45.94	c model valid
45.86/45.94	c current solution ok
45.86/45.95	o -44
45.86/45.95	c current bound: 1335
45.86/45.95	c (debug) using card networks
65.23/65.31	c current bound: 1346
65.23/65.31	c (debug) using card networks
1800.06/1800.40	./satsolver.sh: line 5: 12429 Terminated              ./glucose $1 > $2 2> /dev/null
1800.06/1800.40	c error: unexpected solver exit code
1800.06/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-3701263-1338061568/watcher-3701263-1338061568 -o /tmp/evaluation-result-3701263-1338061568/solver-3701263-1338061568 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo.sh HOME/instance-3701263-1338061568.opb 1053661165 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.00 2.00 2.00 3/179 12373
/proc/meminfo: memFree=28701056/32873648 swapFree=6596/6596
[pid=12373] ppid=12371 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12373/stat : 12373 (npSolver-pbo.sh) S 12371 12373 10843 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 272281337 9367552 274 33554432000 4194304 5064252 140734662897504 140734662896416 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12373/statm: 2287 274 233 213 0 72 0

[startup+0.0566051 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12373
/proc/meminfo: memFree=28701056/32873648 swapFree=6596/6596
[pid=12373] ppid=12371 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12373/stat : 12373 (npSolver-pbo.sh) S 12371 12373 10843 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 272281337 9367552 274 33554432000 4194304 5064252 140734662897504 140734662896416 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12373/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12373
/proc/meminfo: memFree=28701056/32873648 swapFree=6596/6596
[pid=12373] ppid=12371 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12373/stat : 12373 (npSolver-pbo.sh) S 12371 12373 10843 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 272281337 9367552 274 33554432000 4194304 5064252 140734662897504 140734662896416 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12373/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.30028 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12373
/proc/meminfo: memFree=28701056/32873648 swapFree=6596/6596
[pid=12373] ppid=12371 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12373/stat : 12373 (npSolver-pbo.sh) S 12371 12373 10843 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 272281337 9367552 274 33554432000 4194304 5064252 140734662897504 140734662896416 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12373/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700265 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12373
/proc/meminfo: memFree=28701056/32873648 swapFree=6596/6596
[pid=12373] ppid=12371 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12373/stat : 12373 (npSolver-pbo.sh) S 12371 12373 10843 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 272281337 9367552 274 33554432000 4194304 5064252 140734662897504 140734662896416 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12373/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50042 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 12387
/proc/meminfo: memFree=28658124/32873648 swapFree=6596/6596
[pid=12373] ppid=12371 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12373/stat : 12373 (npSolver-pbo.sh) S 12371 12373 10843 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 272281337 9367552 274 33554432000 4194304 5064252 140734662897504 140734662896416 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12373/statm: 2287 274 233 213 0 72 0
[pid=12374] ppid=12373 vsize=10464 CPUtime=0.77 cores=1,3,5,7
/proc/12374/stat : 12374 (npSolver-pbo) S 12373 12373 10843 0 -1 4202496 3424 8777 0 0 41 15 20 1 20 0 1 0 272281338 10715136 1773 33554432000 4194304 5992684 140735859644064 140735859636384 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12374/statm: 2616 1773 177 440 0 2172 0
[pid=12386] ppid=12374 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12386/stat : 12386 (satsolver.sh) S 12374 12373 10843 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 272281417 9367552 266 33554432000 4194304 5064252 140736458318544 140736458317456 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/12386/statm: 2287 266 226 213 0 72 0
[pid=12387] ppid=12386 vsize=37364 CPUtime=0.69 cores=1,3,5,7
/proc/12387/stat : 12387 (glucose) R 12386 12373 10843 0 -1 4202496 8008 0 0 0 69 0 0 0 20 0 1 0 272281417 38260736 7825 33554432000 4194304 5208918 140734869747392 140734869745224 4229145 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/12387/statm: 9341 7825 95 248 0 9090 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 66124

[startup+3.10042 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 12387
/proc/meminfo: memFree=28657612/32873648 swapFree=6596/6596
[pid=12373] ppid=12371 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12373/stat : 12373 (npSolver-pbo.sh) S 12371 12373 10843 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 272281337 9367552 274 33554432000 4194304 5064252 140734662897504 140734662896416 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12373/statm: 2287 274 233 213 0 72 0
[pid=12374] ppid=12373 vsize=10464 CPUtime=0.77 cores=1,3,5,7
/proc/12374/stat : 12374 (npSolver-pbo) S 12373 12373 10843 0 -1 4202496 3424 8777 0 0 41 15 20 1 20 0 1 0 272281338 10715136 1773 33554432000 4194304 5992684 140735859644064 140735859636384 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12374/statm: 2616 1773 177 440 0 2172 0
[pid=12386] ppid=12374 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12386/stat : 12386 (satsolver.sh) S 12374 12373 10843 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 272281417 9367552 266 33554432000 4194304 5064252 140736458318544 140736458317456 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/12386/statm: 2287 266 226 213 0 72 0
[pid=12387] ppid=12386 vsize=37364 CPUtime=2.29 cores=1,3,5,7
/proc/12387/stat : 12387 (glucose) R 12386 12373 10843 0 -1 4202496 8076 0 0 0 229 0 0 0 20 0 1 0 272281417 38260736 8403 33554432000 4194304 5208918 140734869747392 140734869745224 4229251 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/12387/statm: 9341 8403 103 248 0 9090 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 66124

[startup+6.30042 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 12394
/proc/meminfo: memFree=28652800/32873648 swapFree=6596/6596
[pid=12373] ppid=12371 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12373/stat : 12373 (npSolver-pbo.sh) S 12371 12373 10843 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 272281337 9367552 274 33554432000 4194304 5064252 140734662897504 140734662896416 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12373/statm: 2287 274 233 213 0 72 0
[pid=12374] ppid=12373 vsize=12520 CPUtime=4.45 cores=1,3,5,7
/proc/12374/stat : 12374 (npSolver-pbo) S 12373 12373 10843 0 -1 4202496 4758 20202 0 0 46 15 380 4 20 0 1 0 272281338 12820480 2347 33554432000 4194304 5992684 140735859644064 140735859636384 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12374/statm: 3130 2347 177 440 0 2686 0
[pid=12393] ppid=12374 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12393/stat : 12393 (satsolver.sh) S 12374 12373 10843 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 272281784 9367552 267 33554432000 4194304 5064252 140736174356864 140736174355776 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/12393/statm: 2287 267 226 213 0 72 0
[pid=12394] ppid=12393 vsize=38524 CPUtime=1.82 cores=1,3,5,7
/proc/12394/stat : 12394 (glucose) R 12393 12373 10843 0 -1 4202496 8494 0 0 0 180 2 0 0 20 0 1 0 272281785 39448576 8327 33554432000 4194304 5208918 140734592572384 140734592570216 4229021 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/12394/statm: 9631 8327 95 248 0 9380 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 69340

[startup+12.7004 s]
/proc/loadavg: 2.07 2.02 2.00 3/183 12401
/proc/meminfo: memFree=28653752/32873648 swapFree=6596/6596
[pid=12373] ppid=12371 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12373/stat : 12373 (npSolver-pbo.sh) S 12371 12373 10843 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 272281337 9367552 274 33554432000 4194304 5064252 140734662897504 140734662896416 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12373/statm: 2287 274 233 213 0 72 0
[pid=12374] ppid=12373 vsize=12520 CPUtime=11 cores=1,3,5,7
/proc/12374/stat : 12374 (npSolver-pbo) S 12373 12373 10843 0 -1 4202496 6092 31810 0 0 51 16 1026 7 20 0 1 0 272281338 12820480 2347 33554432000 4194304 5992684 140735859644064 140735859636384 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12374/statm: 3130 2347 177 440 0 2686 0
[pid=12400] ppid=12374 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12400/stat : 12400 (satsolver.sh) S 12374 12373 10843 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 272282440 9367552 267 33554432000 4194304 5064252 140733945672256 140733945671168 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/12400/statm: 2287 267 226 213 0 72 0
[pid=12401] ppid=12400 vsize=38348 CPUtime=1.66 cores=1,3,5,7
/proc/12401/stat : 12401 (glucose) R 12400 12373 10843 0 -1 4202496 8502 0 0 0 165 1 0 0 20 0 1 0 272282440 39268352 8316 33554432000 4194304 5208918 140737235121488 140737235119320 4205181 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/12401/statm: 9587 8316 95 248 0 9336 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 69164

[startup+25.5004 s]
/proc/loadavg: 2.06 2.02 2.00 3/183 12408
/proc/meminfo: memFree=28653476/32873648 swapFree=6596/6596
[pid=12373] ppid=12371 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12373/stat : 12373 (npSolver-pbo.sh) S 12371 12373 10843 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 272281337 9367552 274 33554432000 4194304 5064252 140734662897504 140734662896416 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12373/statm: 2287 274 233 213 0 72 0
[pid=12374] ppid=12373 vsize=12520 CPUtime=20.32 cores=1,3,5,7
/proc/12374/stat : 12374 (npSolver-pbo) S 12373 12373 10843 0 -1 4202496 7426 44307 0 0 56 17 1948 11 20 0 1 0 272281338 12820480 2347 33554432000 4194304 5992684 140735859644064 140735859636384 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12374/statm: 3130 2347 177 440 0 2686 0
[pid=12407] ppid=12374 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12407/stat : 12407 (satsolver.sh) S 12374 12373 10843 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 272283372 9367552 266 33554432000 4194304 5064252 140735680524320 140735680523232 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/12407/statm: 2287 266 226 213 0 72 0
[pid=12408] ppid=12407 vsize=38796 CPUtime=5.15 cores=1,3,5,7
/proc/12408/stat : 12408 (glucose) R 12407 12373 10843 0 -1 4202496 8571 0 0 0 514 1 0 0 20 0 1 0 272283372 39727104 8448 33554432000 4194304 5208918 140735692743056 140735692740888 4229251 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/12408/statm: 9699 8448 101 248 0 9448 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 69612

[startup+51.1004 s]
/proc/loadavg: 2.04 2.01 2.00 3/183 12422
/proc/meminfo: memFree=28648384/32873648 swapFree=6596/6596
[pid=12373] ppid=12371 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12373/stat : 12373 (npSolver-pbo.sh) S 12371 12373 10843 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 272281337 9367552 274 33554432000 4194304 5064252 140734662897504 140734662896416 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12373/statm: 2287 274 233 213 0 72 0
[pid=12374] ppid=12373 vsize=12520 CPUtime=45.97 cores=1,3,5,7
/proc/12374/stat : 12374 (npSolver-pbo) S 12373 12373 10843 0 -1 4202496 10121 70667 0 0 78 18 4478 23 20 0 1 0 272281338 12820480 2347 33554432000 4194304 5992684 140735859644064 140735859636384 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12374/statm: 3130 2347 177 440 0 2686 0
[pid=12421] ppid=12374 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12421/stat : 12421 (satsolver.sh) S 12374 12373 10843 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272285939 9367552 266 33554432000 4194304 5064252 140736947079888 140736947078800 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/12421/statm: 2287 266 226 213 0 72 0
[pid=12422] ppid=12421 vsize=38792 CPUtime=5.07 cores=1,3,5,7
/proc/12422/stat : 12422 (glucose) R 12421 12373 10843 0 -1 4202496 8499 0 0 0 506 1 0 0 20 0 1 0 272285939 39723008 8926 33554432000 4194304 5208918 140734176958768 140734176956600 4205148 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/12422/statm: 9698 8926 103 248 0 9447 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 69608

[startup+102.307 s]
/proc/loadavg: 2.09 2.02 2.01 3/183 12429
/proc/meminfo: memFree=28613372/32873648 swapFree=6596/6596
[pid=12373] ppid=12371 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12373/stat : 12373 (npSolver-pbo.sh) S 12371 12373 10843 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 272281337 9367552 274 33554432000 4194304 5064252 140734662897504 140734662896416 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12373/statm: 2287 274 233 213 0 72 0
[pid=12374] ppid=12373 vsize=12520 CPUtime=65.32 cores=1,3,5,7
/proc/12374/stat : 12374 (npSolver-pbo) S 12373 12373 10843 0 -1 4202496 11455 84246 0 0 83 19 6403 27 20 0 1 0 272281338 12820480 2347 33554432000 4194304 5992684 140735859644064 140735859636384 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12374/statm: 3130 2347 177 440 0 2686 0
[pid=12428] ppid=12374 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12428/stat : 12428 (satsolver.sh) S 12374 12373 10843 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272287875 9367552 266 33554432000 4194304 5064252 140733531122576 140733531121488 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/12428/statm: 2287 266 226 213 0 72 0
[pid=12429] ppid=12428 vsize=65848 CPUtime=36.92 cores=1,3,5,7
/proc/12429/stat : 12429 (glucose) R 12428 12373 10843 0 -1 4202496 12372 0 0 0 3690 2 0 0 20 0 1 0 272287875 67428352 15745 33554432000 4194304 5208918 140734770282016 140734770278328 4205238 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/12429/statm: 16462 15745 105 248 0 16211 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 96664

[startup+162.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/183 12429
/proc/meminfo: memFree=28593580/32873648 swapFree=6596/6596
[pid=12373] ppid=12371 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12373/stat : 12373 (npSolver-pbo.sh) S 12371 12373 10843 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 272281337 9367552 274 33554432000 4194304 5064252 140734662897504 140734662896416 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12373/statm: 2287 274 233 213 0 72 0
[pid=12374] ppid=12373 vsize=12520 CPUtime=65.32 cores=1,3,5,7
/proc/12374/stat : 12374 (npSolver-pbo) S 12373 12373 10843 0 -1 4202496 11455 84246 0 0 83 19 6403 27 20 0 1 0 272281338 12820480 2347 33554432000 4194304 5992684 140735859644064 140735859636384 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12374/statm: 3130 2347 177 440 0 2686 0
[pid=12428] ppid=12374 vsize=9148 CPUtime=0 cores=1,3,5,7

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


[startup+1362.3 s]
/proc/loadavg: 2.05 2.02 2.00 3/183 12575
/proc/meminfo: memFree=28461512/32873648 swapFree=6596/6596
[pid=12373] ppid=12371 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12373/stat : 12373 (npSolver-pbo.sh) S 12371 12373 10843 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 272281337 9367552 274 33554432000 4194304 5064252 140734662897504 140734662896416 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12373/statm: 2287 274 233 213 0 72 0
[pid=12374] ppid=12373 vsize=12520 CPUtime=65.32 cores=1,3,5,7
/proc/12374/stat : 12374 (npSolver-pbo) S 12373 12373 10843 0 -1 4202496 11455 84246 0 0 83 19 6403 27 20 0 1 0 272281338 12820480 2347 33554432000 4194304 5992684 140735859644064 140735859636384 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12374/statm: 3130 2347 177 440 0 2686 0
[pid=12428] ppid=12374 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12428/stat : 12428 (satsolver.sh) S 12374 12373 10843 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272287875 9367552 266 33554432000 4194304 5064252 140733531122576 140733531121488 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/12428/statm: 2287 266 226 213 0 72 0
[pid=12429] ppid=12428 vsize=133356 CPUtime=1296.71 cores=1,3,5,7
/proc/12429/stat : 12429 (glucose) R 12428 12373 10843 0 -1 4202496 38381 0 0 0 129627 44 0 0 20 0 1 0 272287875 136556544 32650 33554432000 4194304 5208918 140734770282016 140734770280104 4228997 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/12429/statm: 33339 32650 105 248 0 33088 0
Current children cumulated CPU time (s) 1362.03
Current children cumulated vsize (KiB) 164172

[startup+1422.31 s]
/proc/loadavg: 2.05 2.03 2.00 3/183 12575
/proc/meminfo: memFree=28470128/32873648 swapFree=6596/6596
[pid=12373] ppid=12371 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12373/stat : 12373 (npSolver-pbo.sh) S 12371 12373 10843 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 272281337 9367552 274 33554432000 4194304 5064252 140734662897504 140734662896416 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12373/statm: 2287 274 233 213 0 72 0
[pid=12374] ppid=12373 vsize=12520 CPUtime=65.32 cores=1,3,5,7
/proc/12374/stat : 12374 (npSolver-pbo) S 12373 12373 10843 0 -1 4202496 11455 84246 0 0 83 19 6403 27 20 0 1 0 272281338 12820480 2347 33554432000 4194304 5992684 140735859644064 140735859636384 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12374/statm: 3130 2347 177 440 0 2686 0
[pid=12428] ppid=12374 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12428/stat : 12428 (satsolver.sh) S 12374 12373 10843 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272287875 9367552 266 33554432000 4194304 5064252 140733531122576 140733531121488 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/12428/statm: 2287 266 226 213 0 72 0
[pid=12429] ppid=12428 vsize=133356 CPUtime=1356.7 cores=1,3,5,7
/proc/12429/stat : 12429 (glucose) R 12428 12373 10843 0 -1 4202496 39378 0 0 0 135625 45 0 0 20 0 1 0 272287875 136556544 32650 33554432000 4194304 5208918 140734770282016 140734770280104 4229532 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/12429/statm: 33339 32650 105 248 0 33088 0
Current children cumulated CPU time (s) 1422.02
Current children cumulated vsize (KiB) 164172

[startup+1482.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/183 12579
/proc/meminfo: memFree=28441044/32873648 swapFree=6596/6596
[pid=12373] ppid=12371 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12373/stat : 12373 (npSolver-pbo.sh) S 12371 12373 10843 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 272281337 9367552 274 33554432000 4194304 5064252 140734662897504 140734662896416 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12373/statm: 2287 274 233 213 0 72 0
[pid=12374] ppid=12373 vsize=12520 CPUtime=65.32 cores=1,3,5,7
/proc/12374/stat : 12374 (npSolver-pbo) S 12373 12373 10843 0 -1 4202496 11455 84246 0 0 83 19 6403 27 20 0 1 0 272281338 12820480 2347 33554432000 4194304 5992684 140735859644064 140735859636384 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12374/statm: 3130 2347 177 440 0 2686 0
[pid=12428] ppid=12374 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12428/stat : 12428 (satsolver.sh) S 12374 12373 10843 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272287875 9367552 266 33554432000 4194304 5064252 140733531122576 140733531121488 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/12428/statm: 2287 266 226 213 0 72 0
[pid=12429] ppid=12428 vsize=213496 CPUtime=1416.69 cores=1,3,5,7
/proc/12429/stat : 12429 (glucose) R 12428 12373 10843 0 -1 4202496 40810 0 0 0 141621 48 0 0 20 0 1 0 272287875 218619904 49478 33554432000 4194304 5208918 140734770282016 140734770280168 4229389 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/12429/statm: 53374 49478 105 248 0 53123 0
Current children cumulated CPU time (s) 1482.01
Current children cumulated vsize (KiB) 244312

[startup+1542.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/183 12580
/proc/meminfo: memFree=28422176/32873648 swapFree=6596/6596
[pid=12373] ppid=12371 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12373/stat : 12373 (npSolver-pbo.sh) S 12371 12373 10843 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 272281337 9367552 274 33554432000 4194304 5064252 140734662897504 140734662896416 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12373/statm: 2287 274 233 213 0 72 0
[pid=12374] ppid=12373 vsize=12520 CPUtime=65.32 cores=1,3,5,7
/proc/12374/stat : 12374 (npSolver-pbo) S 12373 12373 10843 0 -1 4202496 11455 84246 0 0 83 19 6403 27 20 0 1 0 272281338 12820480 2347 33554432000 4194304 5992684 140735859644064 140735859636384 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12374/statm: 3130 2347 177 440 0 2686 0
[pid=12428] ppid=12374 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12428/stat : 12428 (satsolver.sh) S 12374 12373 10843 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272287875 9367552 266 33554432000 4194304 5064252 140733531122576 140733531121488 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/12428/statm: 2287 266 226 213 0 72 0
[pid=12429] ppid=12428 vsize=182676 CPUtime=1476.68 cores=1,3,5,7
/proc/12429/stat : 12429 (glucose) R 12428 12373 10843 0 -1 4202496 42207 0 0 0 147618 50 0 0 20 0 1 0 272287875 187060224 42243 33554432000 4194304 5208918 140734770282016 140734770280008 4229021 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/12429/statm: 45669 42243 105 248 0 45418 0
Current children cumulated CPU time (s) 1542
Current children cumulated vsize (KiB) 213492

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 12580
/proc/meminfo: memFree=28457044/32873648 swapFree=6596/6596
[pid=12373] ppid=12371 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12373/stat : 12373 (npSolver-pbo.sh) S 12371 12373 10843 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 272281337 9367552 274 33554432000 4194304 5064252 140734662897504 140734662896416 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12373/statm: 2287 274 233 213 0 72 0
[pid=12374] ppid=12373 vsize=12520 CPUtime=65.32 cores=1,3,5,7
/proc/12374/stat : 12374 (npSolver-pbo) S 12373 12373 10843 0 -1 4202496 11455 84246 0 0 83 19 6403 27 20 0 1 0 272281338 12820480 2347 33554432000 4194304 5992684 140735859644064 140735859636384 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12374/statm: 3130 2347 177 440 0 2686 0
[pid=12428] ppid=12374 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12428/stat : 12428 (satsolver.sh) S 12374 12373 10843 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272287875 9367552 266 33554432000 4194304 5064252 140733531122576 140733531121488 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/12428/statm: 2287 266 226 213 0 72 0
[pid=12429] ppid=12428 vsize=182676 CPUtime=1536.66 cores=1,3,5,7
/proc/12429/stat : 12429 (glucose) R 12428 12373 10843 0 -1 4202496 43229 0 0 0 153614 52 0 0 20 0 1 0 272287875 187060224 44803 33554432000 4194304 5208918 140734770282016 140734770277784 4229344 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/12429/statm: 45669 44803 105 248 0 45418 0
Current children cumulated CPU time (s) 1601.98
Current children cumulated vsize (KiB) 213492

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 12580
/proc/meminfo: memFree=28392848/32873648 swapFree=6596/6596
[pid=12373] ppid=12371 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12373/stat : 12373 (npSolver-pbo.sh) S 12371 12373 10843 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 272281337 9367552 274 33554432000 4194304 5064252 140734662897504 140734662896416 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12373/statm: 2287 274 233 213 0 72 0
[pid=12374] ppid=12373 vsize=12520 CPUtime=65.32 cores=1,3,5,7
/proc/12374/stat : 12374 (npSolver-pbo) S 12373 12373 10843 0 -1 4202496 11455 84246 0 0 83 19 6403 27 20 0 1 0 272281338 12820480 2347 33554432000 4194304 5992684 140735859644064 140735859636384 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12374/statm: 3130 2347 177 440 0 2686 0
[pid=12428] ppid=12374 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12428/stat : 12428 (satsolver.sh) S 12374 12373 10843 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272287875 9367552 266 33554432000 4194304 5064252 140733531122576 140733531121488 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/12428/statm: 2287 266 226 213 0 72 0
[pid=12429] ppid=12428 vsize=213496 CPUtime=1596.66 cores=1,3,5,7
/proc/12429/stat : 12429 (glucose) R 12428 12373 10843 0 -1 4202496 44821 0 0 0 159611 55 0 0 20 0 1 0 272287875 218619904 46918 33554432000 4194304 5208918 140734770282016 140734770280168 4205192 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/12429/statm: 53374 46918 105 248 0 53123 0
Current children cumulated CPU time (s) 1661.98
Current children cumulated vsize (KiB) 244312

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 12580
/proc/meminfo: memFree=28396996/32873648 swapFree=6596/6596
[pid=12373] ppid=12371 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12373/stat : 12373 (npSolver-pbo.sh) S 12371 12373 10843 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 272281337 9367552 274 33554432000 4194304 5064252 140734662897504 140734662896416 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12373/statm: 2287 274 233 213 0 72 0
[pid=12374] ppid=12373 vsize=12520 CPUtime=65.32 cores=1,3,5,7
/proc/12374/stat : 12374 (npSolver-pbo) S 12373 12373 10843 0 -1 4202496 11455 84246 0 0 83 19 6403 27 20 0 1 0 272281338 12820480 2347 33554432000 4194304 5992684 140735859644064 140735859636384 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12374/statm: 3130 2347 177 440 0 2686 0
[pid=12428] ppid=12374 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12428/stat : 12428 (satsolver.sh) S 12374 12373 10843 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272287875 9367552 266 33554432000 4194304 5064252 140733531122576 140733531121488 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/12428/statm: 2287 266 226 213 0 72 0
[pid=12429] ppid=12428 vsize=133356 CPUtime=1656.64 cores=1,3,5,7
/proc/12429/stat : 12429 (glucose) R 12428 12373 10843 0 -1 4202496 45831 0 0 0 165607 57 0 0 20 0 1 0 272287875 136556544 32650 33554432000 4194304 5208918 140734770282016 140734770278392 4216416 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/12429/statm: 33339 32650 105 248 0 33088 0
Current children cumulated CPU time (s) 1721.96
Current children cumulated vsize (KiB) 164172

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 12581
/proc/meminfo: memFree=28455504/32873648 swapFree=6596/6596
[pid=12373] ppid=12371 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12373/stat : 12373 (npSolver-pbo.sh) S 12371 12373 10843 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 272281337 9367552 274 33554432000 4194304 5064252 140734662897504 140734662896416 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12373/statm: 2287 274 233 213 0 72 0
[pid=12374] ppid=12373 vsize=12520 CPUtime=65.32 cores=1,3,5,7
/proc/12374/stat : 12374 (npSolver-pbo) S 12373 12373 10843 0 -1 4202496 11455 84246 0 0 83 19 6403 27 20 0 1 0 272281338 12820480 2347 33554432000 4194304 5992684 140735859644064 140735859636384 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12374/statm: 3130 2347 177 440 0 2686 0
[pid=12428] ppid=12374 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12428/stat : 12428 (satsolver.sh) S 12374 12373 10843 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272287875 9367552 266 33554432000 4194304 5064252 140733531122576 140733531121488 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/12428/statm: 2287 266 226 213 0 72 0
[pid=12429] ppid=12428 vsize=133356 CPUtime=1716.63 cores=1,3,5,7
/proc/12429/stat : 12429 (glucose) R 12428 12373 10843 0 -1 4202496 46826 0 0 0 171604 59 0 0 20 0 1 0 272287875 136556544 32650 33554432000 4194304 5208918 140734770282016 140734770280104 4229748 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/12429/statm: 33339 32650 105 248 0 33088 0
Current children cumulated CPU time (s) 1781.95
Current children cumulated vsize (KiB) 164172



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 12581
/proc/meminfo: memFree=28460732/32873648 swapFree=6596/6596
[pid=12373] ppid=12371 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12373/stat : 12373 (npSolver-pbo.sh) S 12371 12373 10843 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 272281337 9367552 274 33554432000 4194304 5064252 140734662897504 140734662896416 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12373/statm: 2287 274 233 213 0 72 0
[pid=12374] ppid=12373 vsize=12520 CPUtime=65.32 cores=1,3,5,7
/proc/12374/stat : 12374 (npSolver-pbo) S 12373 12373 10843 0 -1 4202496 11455 84246 0 0 83 19 6403 27 20 0 1 0 272281338 12820480 2347 33554432000 4194304 5992684 140735859644064 140735859636384 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12374/statm: 3130 2347 177 440 0 2686 0
[pid=12428] ppid=12374 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12428/stat : 12428 (satsolver.sh) S 12374 12373 10843 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272287875 9367552 266 33554432000 4194304 5064252 140733531122576 140733531121488 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/12428/statm: 2287 266 226 213 0 72 0
[pid=12429] ppid=12428 vsize=182676 CPUtime=1734.74 cores=1,3,5,7
/proc/12429/stat : 12429 (glucose) R 12428 12373 10843 0 -1 4202496 47225 0 0 0 173414 60 0 0 20 0 1 0 272287875 187060224 44291 33554432000 4194304 5208918 140734770282016 140734770280008 4229319 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/12429/statm: 45669 44291 105 248 0 45418 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 213492

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.09
CPU user time (s): 1799.02
CPU system time (s): 1.07883
CPU usage (%): 99.9825
Max. virtual memory (cumulated for all children) (KiB): 244312

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.02
system time used= 1.07883
maximum resident set size= 206104
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 143914
page faults= 0
swaps= 0
block input operations= 0
block output operations= 70112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 350
involuntary context switches= 1934

runsolver used 2.6306 second user time and 7.29089 second system time

The end

Launcher Data

Begin job on node148 at 2012-05-26 21:46:08
IDJOB=3701263
IDBENCH=2248
IDSOLVER=2277
FILE ID=node148/3701263-1338061568
RUNJOBID= node148-1338052086-10860
PBS_JOBID= 14624389
Free space on /tmp= 71676 MiB

SOLVER NAME= npSolver 1.0
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/~kexu/benchmarks/frb56-25-opb/normalized-frb56-25-2.opb
COMMAND LINE= DIR/npSolver-pbo.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3701263-1338061568/watcher-3701263-1338061568 -o /tmp/evaluation-result-3701263-1338061568/solver-3701263-1338061568 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo.sh HOME/instance-3701263-1338061568.opb 1053661165 HOME HOME

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

MD5SUM BENCH= 62a6bdf0e089cd0b8a79007277394096
RANDOM SEED=1053661165

node148.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.284
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.56
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.284
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.94
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.284
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.92
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.284
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.284
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.90
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.284
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.284
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		: 2667.284
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        28701320 kB
Buffers:          311168 kB
Cached:          2976440 kB
SwapCached:            0 kB
Active:           650392 kB
Inactive:        2725116 kB
Active(anon):      90068 kB
Inactive(anon):        0 kB
Active(file):     560324 kB
Inactive(file):  2725116 kB
Unevictable:        6596 kB
Mlocked:            6596 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             10936 kB
Writeback:             0 kB
AnonPages:        202432 kB
Mapped:            15460 kB
Shmem:               200 kB
Slab:             654408 kB
SReclaimable:      98680 kB
SUnreclaim:       555728 kB
KernelStack:        1520 kB
PageTables:         4016 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     210032 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    169984 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71660 MiB
End job on node148 at 2012-05-26 22:16:09