Trace number 3701823

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.0OPT3 696.286 696.553

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
roussel/factor-mod-B/factor-mod-size=7-P0=89-P1=17-P2=37-B.opb
MD5SUMb8556c61a91d14749acba7836969b871
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.017997
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3
Optimality of the best value was proved YES
Number of variables42
Total number of constraints5
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 constraints5
Minimum length of a constraint7
Maximum length of a constraint63
Number of terms in the objective function 7
Biggest coefficient in the objective function 64
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 127
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 8192
Number of bits of the biggest number in a constraint 14
Biggest sum of numbers in a constraint 32512
Number of bits of the biggest sum of numbers15
Number of products (including duplicates)98
Sum of products size (including duplicates)196
Number of different products98
Sum of products size196

Quality of the solution as a function of time


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

Solver Data

9.07/9.15	c run usual solver
106.29/106.62	c model valid
106.29/106.62	c current solution ok
111.30/111.75	o 71
111.30/111.75	c current bound: 35
271.28/271.64	c model valid
271.28/271.64	c current solution ok
271.44/271.91	o 35
271.44/271.91	c current bound: 17
308.79/309.00	c model valid
308.79/309.00	c current solution ok
308.80/309.27	o 3
308.80/309.27	c current bound: 1
311.44/311.92	c current bound: 2
695.96/696.50	c display solution
695.96/696.50	s OPTIMUM FOUND
695.96/696.50	v x1 x2 -x3 -x4 -x5 -x6 -x7 x8 -x9 -x10 x11 x12 -x13 -x14 x15 x16 x17 -x18 -x19 x20 x21 x22 x23 -x24 x25 -x26 -x27 x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 x38 x39 x40 x41 -x42 x43 x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 x64 x65 -x66 -x67 -x68 -x69 -x70 x71 x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 

Verifier Data

OK	3

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-3701823-1338072623/watcher-3701823-1338072623 -o /tmp/evaluation-result-3701823-1338072623/solver-3701823-1338072623 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo.sh HOME/instance-3701823-1338072623.opb 2028059730 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.01 2.00 3/180 15124
/proc/meminfo: memFree=28851240/32873648 swapFree=6604/6604
[pid=15124] ppid=15122 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15124/stat : 15124 (npSolver-pbo.sh) S 15122 15124 10843 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273386792 9367552 275 33554432000 4194304 5064252 140733621493056 140733621491968 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15124/statm: 2287 275 233 213 0 72 0

[startup+0.102301 s]
/proc/loadavg: 2.04 2.01 2.00 3/180 15124
/proc/meminfo: memFree=28851240/32873648 swapFree=6604/6604
[pid=15124] ppid=15122 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15124/stat : 15124 (npSolver-pbo.sh) S 15122 15124 10843 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273386792 9367552 275 33554432000 4194304 5064252 140733621493056 140733621491968 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15124/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.20026 s]
/proc/loadavg: 2.04 2.01 2.00 3/180 15124
/proc/meminfo: memFree=28851240/32873648 swapFree=6604/6604
[pid=15124] ppid=15122 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15124/stat : 15124 (npSolver-pbo.sh) S 15122 15124 10843 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273386792 9367552 275 33554432000 4194304 5064252 140733621493056 140733621491968 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15124/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300265 s]
/proc/loadavg: 2.04 2.01 2.00 3/180 15124
/proc/meminfo: memFree=28851240/32873648 swapFree=6604/6604
[pid=15124] ppid=15122 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15124/stat : 15124 (npSolver-pbo.sh) S 15122 15124 10843 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273386792 9367552 275 33554432000 4194304 5064252 140733621493056 140733621491968 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15124/statm: 2287 275 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.04 2.01 2.00 3/180 15124
/proc/meminfo: memFree=28851240/32873648 swapFree=6604/6604
[pid=15124] ppid=15122 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15124/stat : 15124 (npSolver-pbo.sh) S 15122 15124 10843 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273386792 9367552 275 33554432000 4194304 5064252 140733621493056 140733621491968 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15124/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50026 s]
/proc/loadavg: 2.04 2.01 2.00 3/182 15126
/proc/meminfo: memFree=28827892/32873648 swapFree=6604/6604
[pid=15124] ppid=15122 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15124/stat : 15124 (npSolver-pbo.sh) S 15122 15124 10843 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273386792 9367552 275 33554432000 4194304 5064252 140733621493056 140733621491968 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15124/statm: 2287 275 233 213 0 72 0
[pid=15125] ppid=15124 vsize=34888 CPUtime=1.48 cores=1,3,5,7
/proc/15125/stat : 15125 (npSolver-pbo) R 15124 15124 10843 0 -1 4202496 3200 0 0 0 148 0 0 0 20 0 1 0 273386792 35725312 7770 33554432000 4194304 5992684 140736701539744 140736701534920 4524999 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/15125/statm: 8722 7770 146 440 0 8278 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 44036

[startup+3.10027 s]
/proc/loadavg: 2.04 2.01 2.00 3/182 15126
/proc/meminfo: memFree=28804984/32873648 swapFree=6604/6604
[pid=15124] ppid=15122 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15124/stat : 15124 (npSolver-pbo.sh) S 15122 15124 10843 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273386792 9367552 275 33554432000 4194304 5064252 140733621493056 140733621491968 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15124/statm: 2287 275 233 213 0 72 0
[pid=15125] ppid=15124 vsize=67656 CPUtime=3.09 cores=1,3,5,7
/proc/15125/stat : 15125 (npSolver-pbo) R 15124 15124 10843 0 -1 4202496 3741 0 0 0 308 1 0 0 20 0 1 0 273386792 69279744 14938 33554432000 4194304 5992684 140736701539744 140736701535272 4375282 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/15125/statm: 16914 14938 146 440 0 16470 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 76804

[startup+6.30027 s]
/proc/loadavg: 2.04 2.01 2.00 3/182 15126
/proc/meminfo: memFree=28741268/32873648 swapFree=6604/6604
[pid=15124] ppid=15122 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15124/stat : 15124 (npSolver-pbo.sh) S 15122 15124 10843 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273386792 9367552 275 33554432000 4194304 5064252 140733621493056 140733621491968 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15124/statm: 2287 275 233 213 0 72 0
[pid=15125] ppid=15124 vsize=133192 CPUtime=6.29 cores=1,3,5,7
/proc/15125/stat : 15125 (npSolver-pbo) R 15124 15124 10843 0 -1 4202496 4314 0 0 0 626 3 0 0 20 0 1 0 273386792 136388608 30298 33554432000 4194304 5992684 140736701539744 140736701534920 4809307 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/15125/statm: 33298 30298 146 440 0 32854 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 142340

[startup+12.7004 s]
/proc/loadavg: 2.03 2.01 2.00 3/184 15128
/proc/meminfo: memFree=28185892/32873648 swapFree=6604/6604
[pid=15124] ppid=15122 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15124/stat : 15124 (npSolver-pbo.sh) S 15122 15124 10843 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273386792 9367552 275 33554432000 4194304 5064252 140733621493056 140733621491968 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15124/statm: 2287 275 233 213 0 72 0
[pid=15125] ppid=15124 vsize=315524 CPUtime=9.12 cores=1,3,5,7
/proc/15125/stat : 15125 (npSolver-pbo) S 15124 15124 10843 0 -1 4202496 12902 0 0 0 879 33 0 0 20 0 1 0 273386792 323096576 56415 33554432000 4194304 5992684 140736701539744 140736701533776 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 1 0 0
/proc/15125/statm: 78881 56415 164 440 0 78437 0
[pid=15127] ppid=15125 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15127/stat : 15127 (cp2_pre.sh) S 15125 15124 10843 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 273387707 9367552 277 33554432000 4194304 5064252 140736885906720 140736885905424 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/15127/statm: 2287 277 234 213 0 72 0
[pid=15128] ppid=15127 vsize=436816 CPUtime=3.53 cores=1,3,5,7
/proc/15128/stat : 15128 (coprocessor) R 15127 15124 10843 0 -1 4202496 72648 0 0 0 337 16 0 0 20 0 1 0 273387708 447299584 103370 33554432000 4194304 6586260 140733406201264 140733406198008 4496489 0 0 4096 8404994 0 0 0 17 1 0 0 0 0 0
/proc/15128/statm: 109204 103370 166 584 0 108616 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 770636

[startup+25.5004 s]
/proc/loadavg: 2.09 2.03 2.00 3/184 15128
/proc/meminfo: memFree=27739008/32873648 swapFree=6604/6604
[pid=15124] ppid=15122 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15124/stat : 15124 (npSolver-pbo.sh) S 15122 15124 10843 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273386792 9367552 275 33554432000 4194304 5064252 140733621493056 140733621491968 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15124/statm: 2287 275 233 213 0 72 0
[pid=15125] ppid=15124 vsize=315524 CPUtime=9.12 cores=1,3,5,7
/proc/15125/stat : 15125 (npSolver-pbo) S 15124 15124 10843 0 -1 4202496 12902 0 0 0 879 33 0 0 20 0 1 0 273386792 323096576 56415 33554432000 4194304 5992684 140736701539744 140736701533776 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 1 0 0
/proc/15125/statm: 78881 56415 164 440 0 78437 0
[pid=15127] ppid=15125 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15127/stat : 15127 (cp2_pre.sh) S 15125 15124 10843 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 273387707 9367552 277 33554432000 4194304 5064252 140736885906720 140736885905424 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/15127/statm: 2287 277 234 213 0 72 0
[pid=15128] ppid=15127 vsize=695732 CPUtime=16.33 cores=1,3,5,7
/proc/15128/stat : 15128 (coprocessor) R 15127 15124 10843 0 -1 4202496 106207 0 0 0 1595 38 0 0 20 0 1 0 273387708 712429568 167078 33554432000 4194304 6586260 140733406201264 140733406197016 5732496 0 0 4096 8404994 0 0 0 17 1 0 0 0 0 0
/proc/15128/statm: 173933 167078 195 584 0 173345 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 1029552

[startup+51.1004 s]
/proc/loadavg: 2.12 2.04 2.01 3/183 15131
/proc/meminfo: memFree=28168144/32873648 swapFree=6604/6604
[pid=15124] ppid=15122 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15124/stat : 15124 (npSolver-pbo.sh) S 15122 15124 10843 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273386792 9367552 275 33554432000 4194304 5064252 140733621493056 140733621491968 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15124/statm: 2287 275 233 213 0 72 0
[pid=15125] ppid=15124 vsize=315524 CPUtime=29.46 cores=1,3,5,7
/proc/15125/stat : 15125 (npSolver-pbo) S 15124 15124 10843 0 -1 4202496 12911 107110 0 0 879 33 1970 64 20 0 1 0 273386792 323096576 56415 33554432000 4194304 5992684 140736701539744 140736701534864 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 1 0 0
/proc/15125/statm: 78881 56415 164 440 0 78437 0
[pid=15130] ppid=15125 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15130/stat : 15130 (satsolver.sh) S 15125 15124 10843 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 273389755 9367552 267 33554432000 4194304 5064252 140736456665248 140736456664160 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/15130/statm: 2287 267 226 213 0 72 0
[pid=15131] ppid=15130 vsize=342336 CPUtime=21.45 cores=1,3,5,7
/proc/15131/stat : 15131 (glucose) R 15130 15124 10843 0 -1 4202496 30484 0 0 0 2133 12 0 0 20 0 1 0 273389756 350552064 79781 33554432000 4194304 5208918 140735902253344 140735902251192 4229251 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/15131/statm: 85584 79781 94 248 0 85333 0
Current children cumulated CPU time (s) 50.91
Current children cumulated vsize (KiB) 676156

[startup+102.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/183 15138
/proc/meminfo: memFree=28226576/32873648 swapFree=6604/6604
[pid=15124] ppid=15122 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15124/stat : 15124 (npSolver-pbo.sh) S 15122 15124 10843 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273386792 9367552 275 33554432000 4194304 5064252 140733621493056 140733621491968 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15124/statm: 2287 275 233 213 0 72 0
[pid=15125] ppid=15124 vsize=315524 CPUtime=29.46 cores=1,3,5,7
/proc/15125/stat : 15125 (npSolver-pbo) S 15124 15124 10843 0 -1 4202496 12911 107110 0 0 879 33 1970 64 20 0 1 0 273386792 323096576 56415 33554432000 4194304 5992684 140736701539744 140736701534864 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 1 0 0
/proc/15125/statm: 78881 56415 164 440 0 78437 0
[pid=15130] ppid=15125 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15130/stat : 15130 (satsolver.sh) S 15125 15124 10843 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 273389755 9367552 267 33554432000 4194304 5064252 140736456665248 140736456664160 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/15130/statm: 2287 267 226 213 0 72 0
[pid=15131] ppid=15130 vsize=343016 CPUtime=72.64 cores=1,3,5,7
/proc/15131/stat : 15131 (glucose) R 15130 15124 10843 0 -1 4202496 30703 0 0 0 7252 12 0 0 20 0 1 0 273389756 351248384 80000 33554432000 4194304 5208918 140735902253344 140735902251016 4228997 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/15131/statm: 85754 80000 103 248 0 85503 0
Current children cumulated CPU time (s) 102.1
Current children cumulated vsize (KiB) 676836

[startup+162.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/183 15145
/proc/meminfo: memFree=27899268/32873648 swapFree=6604/6604
[pid=15124] ppid=15122 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15124/stat : 15124 (npSolver-pbo.sh) S 15122 15124 10843 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273386792 9367552 275 33554432000 4194304 5064252 140733621493056 140733621491968 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15124/statm: 2287 275 233 213 0 72 0
[pid=15125] ppid=15124 vsize=315528 CPUtime=111.58 cores=1,3,5,7
/proc/15125/stat : 15125 (npSolver-pbo) S 15124 15124 10843 0 -1 4202496 13321 159950 0 0 968 433 9646 111 20 0 1 0 273386792 323100672 56427 33554432000 4194304 5992684 140736701539744 140736701532064 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 1 0 0
/proc/15125/statm: 78882 56427 175 440 0 78438 0
[pid=15144] ppid=15125 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15144/stat : 15144 (satsolver.sh) S 15125 15124 10843 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 273397967 9367552 266 33554432000 4194304 5064252 140733918974096 140733918973008 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/15144/statm: 2287 266 226 213 0 72 0
[pid=15145] ppid=15144 vsize=458868 CPUtime=50.52 cores=1,3,5,7
/proc/15145/stat : 15145 (glucose) R 15144 15124 10843 0 -1 4202496 52426 0 0 0 5035 17 0 0 20 0 1 0 273397968 469880832 104849 33554432000 4194304 5208918 140736366441904 140736366439752 4229338 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/15145/statm: 114717 104849 103 248 0 114466 0
Current children cumulated CPU time (s) 162.1
Current children cumulated vsize (KiB) 792692

[startup+222.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/183 15146
/proc/meminfo: memFree=27865000/32873648 swapFree=6604/6604
[pid=15124] ppid=15122 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15124/stat : 15124 (npSolver-pbo.sh) S 15122 15124 10843 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273386792 9367552 275 33554432000 4194304 5064252 140733621493056 140733621491968 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15124/statm: 2287 275 233 213 0 72 0
[pid=15125] ppid=15124 vsize=315528 CPUtime=111.58 cores=1,3,5,7
/proc/15125/stat : 15125 (npSolver-pbo) S 15124 15124 10843 0 -1 4202496 13321 159950 0 0 968 433 9646 111 20 0 1 0 273386792 323100672 56427 33554432000 4194304 5992684 140736701539744 140736701532064 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 1 0 0
/proc/15125/statm: 78882 56427 175 440 0 78438 0
[pid=15144] ppid=15125 vsize=9148 CPUtime=0 cores=1,3,5,7

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


[startup+582.307 s]
/proc/loadavg: 2.00 2.02 2.00 3/184 15178
/proc/meminfo: memFree=27815304/32873648 swapFree=6604/6604
[pid=15124] ppid=15122 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15124/stat : 15124 (npSolver-pbo.sh) S 15122 15124 10843 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273386792 9367552 275 33554432000 4194304 5064252 140733621493056 140733621491968 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15124/statm: 2287 275 233 213 0 72 0
[pid=15125] ppid=15124 vsize=315528 CPUtime=311.72 cores=1,3,5,7
/proc/15125/stat : 15125 (npSolver-pbo) S 15124 15124 10843 0 -1 4202496 14388 314014 0 0 972 434 29512 254 20 0 1 0 273386792 323100672 56427 33554432000 4194304 5992684 140736701539744 140736701532064 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 1 0 0
/proc/15125/statm: 78882 56427 175 440 0 78438 0
[pid=15166] ppid=15125 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15166/stat : 15166 (satsolver.sh) S 15125 15124 10843 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 273417984 9367552 266 33554432000 4194304 5064252 140737150455216 140737150454128 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/15166/statm: 2287 266 226 213 0 72 0
[pid=15167] ppid=15166 vsize=639464 CPUtime=270.31 cores=1,3,5,7
/proc/15167/stat : 15167 (glucose) R 15166 15124 10843 0 -1 4202496 64038 0 0 0 27004 27 0 0 20 0 1 0 273417985 654811136 124960 33554432000 4194304 5208918 140734620222288 140734620220344 4229328 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/15167/statm: 159866 124960 103 248 0 159615 0
Current children cumulated CPU time (s) 582.03
Current children cumulated vsize (KiB) 973288

[startup+642.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/184 15201
/proc/meminfo: memFree=27756704/32873648 swapFree=6604/6604
[pid=15124] ppid=15122 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15124/stat : 15124 (npSolver-pbo.sh) S 15122 15124 10843 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273386792 9367552 275 33554432000 4194304 5064252 140733621493056 140733621491968 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15124/statm: 2287 275 233 213 0 72 0
[pid=15125] ppid=15124 vsize=315528 CPUtime=311.72 cores=1,3,5,7
/proc/15125/stat : 15125 (npSolver-pbo) S 15124 15124 10843 0 -1 4202496 14388 314014 0 0 972 434 29512 254 20 0 1 0 273386792 323100672 56427 33554432000 4194304 5992684 140736701539744 140736701532064 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 1 0 0
/proc/15125/statm: 78882 56427 175 440 0 78438 0
[pid=15166] ppid=15125 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15166/stat : 15166 (satsolver.sh) S 15125 15124 10843 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 273417984 9367552 266 33554432000 4194304 5064252 140737150455216 140737150454128 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/15166/statm: 2287 266 226 213 0 72 0
[pid=15167] ppid=15166 vsize=646900 CPUtime=330.29 cores=1,3,5,7
/proc/15167/stat : 15167 (glucose) R 15166 15124 10843 0 -1 4202496 65209 0 0 0 33002 27 0 0 20 0 1 0 273417985 662425600 128175 33554432000 4194304 5208918 140734620222288 140734620220136 4229296 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/15167/statm: 161725 128175 103 248 0 161474 0
Current children cumulated CPU time (s) 642.01
Current children cumulated vsize (KiB) 980724

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

[startup+665.907 s]
/proc/loadavg: 2.00 2.01 2.00 3/184 15201
/proc/meminfo: memFree=27758552/32873648 swapFree=6604/6604
[pid=15124] ppid=15122 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15124/stat : 15124 (npSolver-pbo.sh) S 15122 15124 10843 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273386792 9367552 275 33554432000 4194304 5064252 140733621493056 140733621491968 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15124/statm: 2287 275 233 213 0 72 0
[pid=15125] ppid=15124 vsize=315528 CPUtime=311.72 cores=1,3,5,7
/proc/15125/stat : 15125 (npSolver-pbo) S 15124 15124 10843 0 -1 4202496 14388 314014 0 0 972 434 29512 254 20 0 1 0 273386792 323100672 56427 33554432000 4194304 5992684 140736701539744 140736701532064 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 1 0 0
/proc/15125/statm: 78882 56427 175 440 0 78438 0
[pid=15166] ppid=15125 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15166/stat : 15166 (satsolver.sh) S 15125 15124 10843 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 273417984 9367552 266 33554432000 4194304 5064252 140737150455216 140737150454128 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/15166/statm: 2287 266 226 213 0 72 0
[pid=15167] ppid=15166 vsize=651400 CPUtime=353.89 cores=1,3,5,7
/proc/15167/stat : 15167 (glucose) R 15166 15124 10843 0 -1 4202496 66068 0 0 0 35362 27 0 0 20 0 1 0 273417985 667033600 130056 33554432000 4194304 5208918 140734620222288 140734620220344 4229460 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/15167/statm: 162850 130056 103 248 0 162599 0
Current children cumulated CPU time (s) 665.61
Current children cumulated vsize (KiB) 985224

[startup+678.7 s]
/proc/loadavg: 2.00 2.01 2.00 3/184 15201
/proc/meminfo: memFree=27750584/32873648 swapFree=6604/6604
[pid=15124] ppid=15122 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15124/stat : 15124 (npSolver-pbo.sh) S 15122 15124 10843 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273386792 9367552 275 33554432000 4194304 5064252 140733621493056 140733621491968 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15124/statm: 2287 275 233 213 0 72 0
[pid=15125] ppid=15124 vsize=315528 CPUtime=311.72 cores=1,3,5,7
/proc/15125/stat : 15125 (npSolver-pbo) S 15124 15124 10843 0 -1 4202496 14388 314014 0 0 972 434 29512 254 20 0 1 0 273386792 323100672 56427 33554432000 4194304 5992684 140736701539744 140736701532064 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 1 0 0
/proc/15125/statm: 78882 56427 175 440 0 78438 0
[pid=15166] ppid=15125 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15166/stat : 15166 (satsolver.sh) S 15125 15124 10843 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 273417984 9367552 266 33554432000 4194304 5064252 140737150455216 140737150454128 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/15166/statm: 2287 266 226 213 0 72 0
[pid=15167] ppid=15166 vsize=651400 CPUtime=366.68 cores=1,3,5,7
/proc/15167/stat : 15167 (glucose) R 15166 15124 10843 0 -1 4202496 66068 0 0 0 36641 27 0 0 20 0 1 0 273417985 667033600 130056 33554432000 4194304 5208918 140734620222288 140734620220344 4228997 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/15167/statm: 162850 130056 103 248 0 162599 0
Current children cumulated CPU time (s) 678.4
Current children cumulated vsize (KiB) 985224

[startup+685.1 s]
/proc/loadavg: 2.00 2.01 2.00 3/184 15201
/proc/meminfo: memFree=27746428/32873648 swapFree=6604/6604
[pid=15124] ppid=15122 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15124/stat : 15124 (npSolver-pbo.sh) S 15122 15124 10843 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273386792 9367552 275 33554432000 4194304 5064252 140733621493056 140733621491968 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15124/statm: 2287 275 233 213 0 72 0
[pid=15125] ppid=15124 vsize=315528 CPUtime=311.72 cores=1,3,5,7
/proc/15125/stat : 15125 (npSolver-pbo) S 15124 15124 10843 0 -1 4202496 14388 314014 0 0 972 434 29512 254 20 0 1 0 273386792 323100672 56427 33554432000 4194304 5992684 140736701539744 140736701532064 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 1 0 0
/proc/15125/statm: 78882 56427 175 440 0 78438 0
[pid=15166] ppid=15125 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15166/stat : 15166 (satsolver.sh) S 15125 15124 10843 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 273417984 9367552 266 33554432000 4194304 5064252 140737150455216 140737150454128 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/15166/statm: 2287 266 226 213 0 72 0
[pid=15167] ppid=15166 vsize=653564 CPUtime=373.09 cores=1,3,5,7
/proc/15167/stat : 15167 (glucose) R 15166 15124 10843 0 -1 4202496 66608 0 0 0 37281 28 0 0 20 0 1 0 273417985 669249536 130596 33554432000 4194304 5208918 140734620222288 140734620220184 4229296 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/15167/statm: 163391 130596 103 248 0 163140 0
Current children cumulated CPU time (s) 684.81
Current children cumulated vsize (KiB) 987388

[startup+691.5 s]
/proc/loadavg: 1.92 1.99 1.99 3/184 15208
/proc/meminfo: memFree=27998316/32873648 swapFree=6604/6604
[pid=15124] ppid=15122 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15124/stat : 15124 (npSolver-pbo.sh) S 15122 15124 10843 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273386792 9367552 275 33554432000 4194304 5064252 140733621493056 140733621491968 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15124/statm: 2287 275 233 213 0 72 0
[pid=15125] ppid=15124 vsize=315528 CPUtime=311.72 cores=1,3,5,7
/proc/15125/stat : 15125 (npSolver-pbo) S 15124 15124 10843 0 -1 4202496 14388 314014 0 0 972 434 29512 254 20 0 1 0 273386792 323100672 56427 33554432000 4194304 5992684 140736701539744 140736701532064 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 1 0 0
/proc/15125/statm: 78882 56427 175 440 0 78438 0
[pid=15166] ppid=15125 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15166/stat : 15166 (satsolver.sh) S 15125 15124 10843 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 273417984 9367552 266 33554432000 4194304 5064252 140737150455216 140737150454128 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/15166/statm: 2287 266 226 213 0 72 0
[pid=15167] ppid=15166 vsize=439916 CPUtime=379.48 cores=1,3,5,7
/proc/15167/stat : 15167 (glucose) R 15166 15124 10843 0 -1 4202496 67141 0 0 0 37918 30 0 0 20 0 1 0 273417985 450473984 95094 33554432000 4194304 5208918 140734620222288 140734620220360 4229251 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/15167/statm: 109979 95094 104 248 0 109728 0
Current children cumulated CPU time (s) 691.2
Current children cumulated vsize (KiB) 773740

[startup+694.7 s]
/proc/loadavg: 1.93 1.99 1.99 3/184 15208
/proc/meminfo: memFree=27993228/32873648 swapFree=6604/6604
[pid=15124] ppid=15122 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15124/stat : 15124 (npSolver-pbo.sh) S 15122 15124 10843 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273386792 9367552 275 33554432000 4194304 5064252 140733621493056 140733621491968 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15124/statm: 2287 275 233 213 0 72 0
[pid=15125] ppid=15124 vsize=315528 CPUtime=311.72 cores=1,3,5,7
/proc/15125/stat : 15125 (npSolver-pbo) S 15124 15124 10843 0 -1 4202496 14388 314014 0 0 972 434 29512 254 20 0 1 0 273386792 323100672 56427 33554432000 4194304 5992684 140736701539744 140736701532064 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 1 0 0
/proc/15125/statm: 78882 56427 175 440 0 78438 0
[pid=15166] ppid=15125 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15166/stat : 15166 (satsolver.sh) S 15125 15124 10843 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 273417984 9367552 266 33554432000 4194304 5064252 140737150455216 140737150454128 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/15166/statm: 2287 266 226 213 0 72 0
[pid=15167] ppid=15166 vsize=439916 CPUtime=382.68 cores=1,3,5,7
/proc/15167/stat : 15167 (glucose) R 15166 15124 10843 0 -1 4202496 67142 0 0 0 38238 30 0 0 20 0 1 0 273417985 450473984 95606 33554432000 4194304 5208918 140734620222288 140734620220360 4229512 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/15167/statm: 109979 95606 104 248 0 109728 0
Current children cumulated CPU time (s) 694.4
Current children cumulated vsize (KiB) 773740

[startup+695.5 s]
/proc/loadavg: 1.93 1.99 1.99 3/184 15208
/proc/meminfo: memFree=28066024/32873648 swapFree=6604/6604
[pid=15124] ppid=15122 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15124/stat : 15124 (npSolver-pbo.sh) S 15122 15124 10843 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273386792 9367552 275 33554432000 4194304 5064252 140733621493056 140733621491968 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15124/statm: 2287 275 233 213 0 72 0
[pid=15125] ppid=15124 vsize=315528 CPUtime=311.72 cores=1,3,5,7
/proc/15125/stat : 15125 (npSolver-pbo) S 15124 15124 10843 0 -1 4202496 14388 314014 0 0 972 434 29512 254 20 0 1 0 273386792 323100672 56427 33554432000 4194304 5992684 140736701539744 140736701532064 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 1 0 0
/proc/15125/statm: 78882 56427 175 440 0 78438 0
[pid=15166] ppid=15125 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15166/stat : 15166 (satsolver.sh) S 15125 15124 10843 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 273417984 9367552 266 33554432000 4194304 5064252 140737150455216 140737150454128 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/15166/statm: 2287 266 226 213 0 72 0
[pid=15167] ppid=15166 vsize=359008 CPUtime=383.49 cores=1,3,5,7
/proc/15167/stat : 15167 (glucose) R 15166 15124 10843 0 -1 4202496 67381 0 0 0 38318 31 0 0 20 0 1 0 273417985 367624192 77457 33554432000 4194304 5208918 140734620222288 140734620220360 4229365 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/15167/statm: 89752 77457 104 248 0 89501 0
Current children cumulated CPU time (s) 695.21
Current children cumulated vsize (KiB) 692832

[startup+696.3 s]
/proc/loadavg: 1.93 1.99 1.99 3/184 15208
/proc/meminfo: memFree=28066024/32873648 swapFree=6604/6604
[pid=15124] ppid=15122 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15124/stat : 15124 (npSolver-pbo.sh) S 15122 15124 10843 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273386792 9367552 275 33554432000 4194304 5064252 140733621493056 140733621491968 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15124/statm: 2287 275 233 213 0 72 0
[pid=15125] ppid=15124 vsize=315528 CPUtime=695.96 cores=1,3,5,7
/proc/15125/stat : 15125 (npSolver-pbo) S 15124 15124 10843 0 -1 4202496 14410 384719 0 0 972 434 67902 288 20 0 1 0 273386792 323100672 56427 33554432000 4194304 5992684 140736701539744 140736701532640 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 1 0 0
/proc/15125/statm: 78882 56427 175 440 0 78438 0
Current children cumulated CPU time (s) 695.96
Current children cumulated vsize (KiB) 324676

[startup+696.5 s]
/proc/loadavg: 1.93 1.99 1.99 3/184 15208
/proc/meminfo: memFree=28066024/32873648 swapFree=6604/6604
[pid=15124] ppid=15122 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15124/stat : 15124 (npSolver-pbo.sh) S 15122 15124 10843 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273386792 9367552 275 33554432000 4194304 5064252 140733621493056 140733621491968 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15124/statm: 2287 275 233 213 0 72 0
[pid=15125] ppid=15124 vsize=315528 CPUtime=695.96 cores=1,3,5,7
/proc/15125/stat : 15125 (npSolver-pbo) S 15124 15124 10843 0 -1 4202496 14410 384719 0 0 972 434 67902 288 20 0 1 0 273386792 323100672 56427 33554432000 4194304 5992684 140736701539744 140736701532640 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 1 0 0
/proc/15125/statm: 78882 56427 175 440 0 78438 0
Current children cumulated CPU time (s) 695.96
Current children cumulated vsize (KiB) 324676

Child status: 0
Real time (s): 696.553
CPU time (s): 696.286
CPU user time (s): 688.747
CPU system time (s): 7.53885
CPU usage (%): 99.9616
Max. virtual memory (cumulated for all children) (KiB): 1117616

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 688.747
system time used= 7.53885
maximum resident set size= 668320
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 400480
page faults= 0
swaps= 0
block input operations= 8
block output operations= 2765840
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1735
involuntary context switches= 1031

runsolver used 1.22581 second user time and 3.22651 second system time

The end

Launcher Data

Begin job on node148 at 2012-05-27 00:50:23
IDJOB=3701823
IDBENCH=47915
IDSOLVER=2277
FILE ID=node148/3701823-1338072623
RUNJOBID= node148-1338052086-10860
PBS_JOBID= 14624389
Free space on /tmp= 71676 MiB

SOLVER NAME= npSolver 1.0
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=7-P0=89-P1=17-P2=37-B.opb
COMMAND LINE= DIR/npSolver-pbo.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3701823-1338072623/watcher-3701823-1338072623 -o /tmp/evaluation-result-3701823-1338072623/solver-3701823-1338072623 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo.sh HOME/instance-3701823-1338072623.opb 2028059730 HOME HOME

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

MD5SUM BENCH= b8556c61a91d14749acba7836969b871
RANDOM SEED=2028059730

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:        28851132 kB
Buffers:          293472 kB
Cached:          2753508 kB
SwapCached:          552 kB
Active:           593184 kB
Inactive:        2591260 kB
Active(anon):     127592 kB
Inactive(anon):    12332 kB
Active(file):     465592 kB
Inactive(file):  2578928 kB
Unevictable:        6604 kB
Mlocked:            6604 kB
SwapTotal:      67108856 kB
SwapFree:       67108016 kB
Dirty:              8296 kB
Writeback:             4 kB
AnonPages:        157568 kB
Mapped:            15336 kB
Shmem:                96 kB
Slab:             686064 kB
SReclaimable:     129864 kB
SUnreclaim:       556200 kB
KernelStack:        1480 kB
PageTables:         3988 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     283800 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    122880 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= 71500 MiB
End job on node148 at 2012-05-27 01:02:00