Trace number 3714594

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 NameAnswerCPU timeWall clock time
npSolver inc? (TO) 1800.07 1801.11

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/roussel/
normalized-pigeon-cardinality-65-60--soft-0-100-0.wbo
MD5SUM2e8bafba6181eaf32525647669a5fbcc
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark0.884865
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables3900
Total number of constraints125
Number of soft constraints125
Number of constraints which are clauses65
Number of constraints which are cardinality constraints (but not clauses)60
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint60
Maximum length of a constraint65
Top cost 6098
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 6097
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 66
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.20	c run usual solver
1.99/2.74	o 3540
1.99/2.74	c current bound: 1770
1.99/2.74	c fallback to adder encoding
2.19/3.02	o 1766
2.19/3.02	c current bound: 883
28.34/29.52	o 630
28.34/29.52	c current bound: 315
30.58/31.53	o 273
30.58/31.53	c current bound: 136
46.77/47.66	o 130
46.77/47.66	c current bound: 65
72.33/73.19	o 65
72.33/73.19	c current bound: 32
74.03/74.89	o 30
74.03/74.89	c current bound: 15
75.08/75.92	o 12
75.08/75.92	c current bound: 6
75.94/76.70	o 4
75.94/76.70	c current bound: 2
76.30/77.14	o 2
76.30/77.14	c current bound: 1
77.23/78.01	o 1
77.23/78.01	c current bound: 0
77.23/78.01	c [SWC] exit 4
1800.02/1801.10	./satsolver.sh: line 5: 32234 Terminated              ./glucose $1 > $2 2> /dev/null
1800.02/1801.10	c error: unexpected solver exit code
1800.02/1801.10	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-3714594-1338210757/watcher-3714594-1338210757 -o /tmp/evaluation-result-3714594-1338210757/solver-3714594-1338210757 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-I.sh HOME/instance-3714594-1338210757.wbo 185845533 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: 0.92 1.14 1.54 3/177 32110
/proc/meminfo: memFree=30702448/32873844 swapFree=7900/7900
[pid=32110] ppid=32108 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32110/stat : 32110 (npSolver-wbo-I.) S 32108 32110 27515 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287200237 9367552 274 33554432000 4194304 5064252 140736629445472 140736629444384 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32110/statm: 2287 274 233 213 0 72 0

[startup+0.0345649 s]
/proc/loadavg: 0.92 1.14 1.54 3/177 32110
/proc/meminfo: memFree=30702448/32873844 swapFree=7900/7900
[pid=32110] ppid=32108 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32110/stat : 32110 (npSolver-wbo-I.) S 32108 32110 27515 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287200237 9367552 274 33554432000 4194304 5064252 140736629445472 140736629444384 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32110/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100267 s]
/proc/loadavg: 0.92 1.14 1.54 3/177 32110
/proc/meminfo: memFree=30702448/32873844 swapFree=7900/7900
[pid=32110] ppid=32108 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32110/stat : 32110 (npSolver-wbo-I.) S 32108 32110 27515 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287200237 9367552 274 33554432000 4194304 5064252 140736629445472 140736629444384 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32110/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300258 s]
/proc/loadavg: 0.92 1.14 1.54 3/177 32110
/proc/meminfo: memFree=30702448/32873844 swapFree=7900/7900
[pid=32110] ppid=32108 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32110/stat : 32110 (npSolver-wbo-I.) S 32108 32110 27515 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287200237 9367552 274 33554432000 4194304 5064252 140736629445472 140736629444384 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32110/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700221 s]
/proc/loadavg: 0.92 1.14 1.54 3/177 32110
/proc/meminfo: memFree=30702448/32873844 swapFree=7900/7900
[pid=32110] ppid=32108 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32110/stat : 32110 (npSolver-wbo-I.) S 32108 32110 27515 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287200237 9367552 274 33554432000 4194304 5064252 140736629445472 140736629444384 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32110/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50041 s]
/proc/loadavg: 0.92 1.14 1.54 3/183 32116
/proc/meminfo: memFree=30513624/32873844 swapFree=7900/7900
[pid=32110] ppid=32108 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32110/stat : 32110 (npSolver-wbo-I.) S 32108 32110 27515 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287200237 9367552 274 33554432000 4194304 5064252 140736629445472 140736629444384 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32110/statm: 2287 274 233 213 0 72 0
[pid=32111] ppid=32110 vsize=8472 CPUtime=0.19 cores=1,3,5,7
/proc/32111/stat : 32111 (npSolver-wbo) S 32110 32110 27515 0 -1 4202496 3539 0 0 0 19 0 0 0 20 0 1 0 287200237 8675328 1429 33554432000 4194304 5990268 140733400566192 140733400559344 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/32111/statm: 2118 1429 156 439 0 1675 0
[pid=32113] ppid=32111 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32113/stat : 32113 (cp2_pre.sh) S 32111 32110 27515 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 287200258 9367552 277 33554432000 4194304 5064252 140735207874640 140735207873344 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/32113/statm: 2287 277 234 213 0 72 0
[pid=32114] ppid=32113 vsize=58128 CPUtime=1.28 cores=1,3,5,7
/proc/32114/stat : 32114 (coprocessor) R 32113 32110 27515 0 -1 4202496 12736 0 0 0 117 11 0 0 20 0 1 0 287200258 59523072 13825 33554432000 4194304 6586260 140734352365136 140734352360904 5732496 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/32114/statm: 14532 13825 198 584 0 13944 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 84896

[startup+3.10033 s]
/proc/loadavg: 1.09 1.17 1.55 2/183 32123
/proc/meminfo: memFree=30491052/32873844 swapFree=7900/7900
[pid=32110] ppid=32108 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32110/stat : 32110 (npSolver-wbo-I.) S 32108 32110 27515 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287200237 9367552 274 33554432000 4194304 5064252 140736629445472 140736629444384 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32110/statm: 2287 274 233 213 0 72 0
[pid=32111] ppid=32110 vsize=21964 CPUtime=2.35 cores=1,3,5,7
/proc/32111/stat : 32111 (npSolver-wbo) R 32110 32110 27515 0 -1 4202496 6985 33020 0 0 30 10 171 24 20 0 1 0 287200237 22491136 4445 33554432000 4194304 5990268 140733400566192 140733400558208 4521640 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/32111/statm: 5491 4445 169 439 0 5048 0
Current children cumulated CPU time (s) 2.35
Current children cumulated vsize (KiB) 31112
heavy processes:

[startup+6.30041 s]
/proc/loadavg: 1.09 1.17 1.55 3/183 32133
/proc/meminfo: memFree=30382828/32873844 swapFree=7900/7900
[pid=32110] ppid=32108 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32110/stat : 32110 (npSolver-wbo-I.) S 32108 32110 27515 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287200237 9367552 274 33554432000 4194304 5064252 140736629445472 140736629444384 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32110/statm: 2287 274 233 213 0 72 0
[pid=32111] ppid=32110 vsize=30156 CPUtime=2.42 cores=1,3,5,7
/proc/32111/stat : 32111 (npSolver-wbo) S 32110 32110 27515 0 -1 4202496 8126 33020 0 0 35 12 171 24 20 0 1 0 287200237 30879744 4957 33554432000 4194304 5990268 140733400566192 140733400557632 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/32111/statm: 7539 4957 169 439 0 7096 0
[pid=32132] ppid=32111 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32132/stat : 32132 (satsolver.sh) S 32111 32110 27515 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 287200553 9367552 266 33554432000 4194304 5064252 140734352904496 140734352903408 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/32132/statm: 2287 266 226 213 0 72 0
[pid=32133] ppid=32132 vsize=80096 CPUtime=3.12 cores=1,3,5,7
/proc/32133/stat : 32133 (glucose) R 32132 32110 27515 0 -1 4202496 16990 0 0 0 309 3 0 0 20 0 1 0 287200554 82018304 18062 33554432000 4194304 5208918 140734556812528 140734556810488 4212869 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/32133/statm: 20024 18062 104 248 0 19773 0
Current children cumulated CPU time (s) 5.54
Current children cumulated vsize (KiB) 128548

[startup+12.7005 s]
/proc/loadavg: 1.30 1.22 1.56 3/183 32150
/proc/meminfo: memFree=30374444/32873844 swapFree=7900/7900
[pid=32110] ppid=32108 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32110/stat : 32110 (npSolver-wbo-I.) S 32108 32110 27515 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287200237 9367552 274 33554432000 4194304 5064252 140736629445472 140736629444384 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32110/statm: 2287 274 233 213 0 72 0
[pid=32111] ppid=32110 vsize=30156 CPUtime=2.42 cores=1,3,5,7
/proc/32111/stat : 32111 (npSolver-wbo) S 32110 32110 27515 0 -1 4202496 8126 33020 0 0 35 12 171 24 20 0 1 0 287200237 30879744 4957 33554432000 4194304 5990268 140733400566192 140733400557632 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/32111/statm: 7539 4957 169 439 0 7096 0
[pid=32132] ppid=32111 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32132/stat : 32132 (satsolver.sh) S 32111 32110 27515 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 287200553 9367552 266 33554432000 4194304 5064252 140734352904496 140734352903408 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/32132/statm: 2287 266 226 213 0 72 0
[pid=32133] ppid=32132 vsize=88172 CPUtime=9.52 cores=1,3,5,7
/proc/32133/stat : 32133 (glucose) R 32132 32110 27515 0 -1 4202496 17652 0 0 0 948 4 0 0 20 0 1 0 287200554 90288128 19223 33554432000 4194304 5208918 140734556812528 140734556810376 4229330 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/32133/statm: 22043 19223 104 248 0 21792 0
Current children cumulated CPU time (s) 11.94
Current children cumulated vsize (KiB) 136624

[startup+25.5005 s]
/proc/loadavg: 1.41 1.24 1.56 3/183 32150
/proc/meminfo: memFree=30356024/32873844 swapFree=7900/7900
[pid=32110] ppid=32108 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32110/stat : 32110 (npSolver-wbo-I.) S 32108 32110 27515 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287200237 9367552 274 33554432000 4194304 5064252 140736629445472 140736629444384 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32110/statm: 2287 274 233 213 0 72 0
[pid=32111] ppid=32110 vsize=30156 CPUtime=2.42 cores=1,3,5,7
/proc/32111/stat : 32111 (npSolver-wbo) S 32110 32110 27515 0 -1 4202496 8126 33020 0 0 35 12 171 24 20 0 1 0 287200237 30879744 4957 33554432000 4194304 5990268 140733400566192 140733400557632 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/32111/statm: 7539 4957 169 439 0 7096 0
[pid=32132] ppid=32111 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32132/stat : 32132 (satsolver.sh) S 32111 32110 27515 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 287200553 9367552 266 33554432000 4194304 5064252 140734352904496 140734352903408 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/32132/statm: 2287 266 226 213 0 72 0
[pid=32133] ppid=32132 vsize=100044 CPUtime=22.32 cores=1,3,5,7
/proc/32133/stat : 32133 (glucose) R 32132 32110 27515 0 -1 4202496 18441 0 0 0 2227 5 0 0 20 0 1 0 287200554 102445056 22648 33554432000 4194304 5208918 140734556812528 140734556810472 4229504 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/32133/statm: 25011 22648 104 248 0 24760 0
Current children cumulated CPU time (s) 24.74
Current children cumulated vsize (KiB) 148496

[startup+51.1004 s]
/proc/loadavg: 1.61 1.30 1.57 3/183 32188
/proc/meminfo: memFree=30542980/32873844 swapFree=7900/7900
[pid=32110] ppid=32108 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32110/stat : 32110 (npSolver-wbo-I.) S 32108 32110 27515 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287200237 9367552 274 33554432000 4194304 5064252 140736629445472 140736629444384 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32110/statm: 2287 274 233 213 0 72 0
[pid=32111] ppid=32110 vsize=17484 CPUtime=46.91 cores=1,3,5,7
/proc/32111/stat : 32111 (npSolver-wbo) S 32110 32110 27515 0 -1 4202496 12214 87599 0 0 42 13 4574 62 20 0 1 0 287200237 17903616 3456 33554432000 4194304 5990268 140733400566192 140733400557632 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/32111/statm: 4371 3456 169 439 0 3928 0
[pid=32184] ppid=32111 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32184/stat : 32184 (satsolver.sh) S 32111 32110 27515 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287205003 9367552 267 33554432000 4194304 5064252 140735330044064 140735330042976 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/32184/statm: 2287 267 226 213 0 72 0
[pid=32185] ppid=32184 vsize=27892 CPUtime=3.42 cores=1,3,5,7
/proc/32185/stat : 32185 (glucose) R 32184 32110 27515 0 -1 4202496 6643 0 0 0 341 1 0 0 20 0 1 0 287205004 28561408 6322 33554432000 4194304 5208918 140734167015264 140734167013128 4229776 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/32185/statm: 6973 6322 103 248 0 6722 0
Current children cumulated CPU time (s) 50.33
Current children cumulated vsize (KiB) 63672

[startup+102.307 s]
/proc/loadavg: 1.84 1.42 1.59 3/183 32263
/proc/meminfo: memFree=30534660/32873844 swapFree=7900/7900
[pid=32110] ppid=32108 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32110/stat : 32110 (npSolver-wbo-I.) S 32108 32110 27515 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287200237 9367552 274 33554432000 4194304 5064252 140736629445472 140736629444384 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32110/statm: 2287 274 233 213 0 72 0
[pid=32111] ppid=32110 vsize=17484 CPUtime=77.25 cores=1,3,5,7
/proc/32111/stat : 32111 (npSolver-wbo) S 32110 32110 27515 0 -1 4202496 15142 150106 0 0 44 14 7584 83 20 0 1 0 287200237 17903616 3456 33554432000 4194304 5990268 140733400566192 140733400557632 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/32111/statm: 4371 3456 169 439 0 3928 0
[pid=32233] ppid=32111 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32233/stat : 32233 (satsolver.sh) S 32111 32110 27515 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 287208038 9367552 266 33554432000 4194304 5064252 140734464855664 140734464854576 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/32233/statm: 2287 266 226 213 0 72 0
[pid=32234] ppid=32233 vsize=37832 CPUtime=24.27 cores=1,3,5,7
/proc/32234/stat : 32234 (glucose) R 32233 32110 27515 0 -1 4202496 8269 0 0 0 2426 1 0 0 20 0 1 0 287208038 38739968 8707 33554432000 4194304 5208918 140734920359056 140734920357144 4211916 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/32234/statm: 9458 8707 105 248 0 9207 0
Current children cumulated CPU time (s) 101.52
Current children cumulated vsize (KiB) 73612

[startup+162.3 s]
/proc/loadavg: 1.93 1.51 1.61 3/183 32277
/proc/meminfo: memFree=30481144/32873844 swapFree=7900/7900
[pid=32110] ppid=32108 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32110/stat : 32110 (npSolver-wbo-I.) S 32108 32110 27515 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287200237 9367552 274 33554432000 4194304 5064252 140736629445472 140736629444384 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32110/statm: 2287 274 233 213 0 72 0
[pid=32111] ppid=32110 vsize=17484 CPUtime=77.25 cores=1,3,5,7
/proc/32111/stat : 32111 (npSolver-wbo) S 32110 32110 27515 0 -1 4202496 15142 150106 0 0 44 14 7584 83 20 0 1 0 287200237 17903616 3456 33554432000 4194304 5990268 140733400566192 140733400557632 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/32111/statm: 4371 3456 169 439 0 3928 0
[pid=32233] ppid=32111 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32233/stat : 32233 (satsolver.sh) S 32111 32110 27515 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 287208038 9367552 266 33554432000 4194304 5064252 140734464855664 140734464854576 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/32233/statm: 2287 266 226 213 0 72 0
[pid=32234] ppid=32233 vsize=68720 CPUtime=84.26 cores=1,3,5,7
/proc/32234/stat : 32234 (glucose) R 32233 32110 27515 0 -1 4202496 10157 0 0 0 8424 2 0 0 20 0 1 0 287208038 70369280 16619 33554432000 4194304 5208918 140734920359056 140734920354744 4211147 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/32234/statm: 17180 16619 105 248 0 16929 0

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


[startup+1422.31 s]
/proc/loadavg: 2.00 1.97 1.86 3/184 32288
/proc/meminfo: memFree=30189616/32873844 swapFree=7900/7900
[pid=32110] ppid=32108 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32110/stat : 32110 (npSolver-wbo-I.) S 32108 32110 27515 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287200237 9367552 274 33554432000 4194304 5064252 140736629445472 140736629444384 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32110/statm: 2287 274 233 213 0 72 0
[pid=32111] ppid=32110 vsize=17484 CPUtime=77.25 cores=1,3,5,7
/proc/32111/stat : 32111 (npSolver-wbo) S 32110 32110 27515 0 -1 4202496 15142 150106 0 0 44 14 7584 83 20 0 1 0 287200237 17903616 3456 33554432000 4194304 5990268 140733400566192 140733400557632 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/32111/statm: 4371 3456 169 439 0 3928 0
[pid=32233] ppid=32111 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32233/stat : 32233 (satsolver.sh) S 32111 32110 27515 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 287208038 9367552 266 33554432000 4194304 5064252 140734464855664 140734464854576 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/32233/statm: 2287 266 226 213 0 72 0
[pid=32234] ppid=32233 vsize=237580 CPUtime=1344.04 cores=1,3,5,7
/proc/32234/stat : 32234 (glucose) R 32233 32110 27515 0 -1 4202496 30305 0 0 0 134361 43 0 0 20 0 1 0 287208038 243281920 54760 33554432000 4194304 5208918 140734920359056 140734920355432 4229483 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/32234/statm: 59395 54760 105 248 0 59144 0
Current children cumulated CPU time (s) 1421.29
Current children cumulated vsize (KiB) 273360

[startup+1482.3 s]
/proc/loadavg: 2.00 1.97 1.87 3/183 32288
/proc/meminfo: memFree=30189516/32873844 swapFree=7900/7900
[pid=32110] ppid=32108 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32110/stat : 32110 (npSolver-wbo-I.) S 32108 32110 27515 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287200237 9367552 274 33554432000 4194304 5064252 140736629445472 140736629444384 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32110/statm: 2287 274 233 213 0 72 0
[pid=32111] ppid=32110 vsize=17484 CPUtime=77.25 cores=1,3,5,7
/proc/32111/stat : 32111 (npSolver-wbo) S 32110 32110 27515 0 -1 4202496 15142 150106 0 0 44 14 7584 83 20 0 1 0 287200237 17903616 3456 33554432000 4194304 5990268 140733400566192 140733400557632 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/32111/statm: 4371 3456 169 439 0 3928 0
[pid=32233] ppid=32111 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32233/stat : 32233 (satsolver.sh) S 32111 32110 27515 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 287208038 9367552 266 33554432000 4194304 5064252 140734464855664 140734464854576 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/32233/statm: 2287 266 226 213 0 72 0
[pid=32234] ppid=32233 vsize=237580 CPUtime=1404.03 cores=1,3,5,7
/proc/32234/stat : 32234 (glucose) R 32233 32110 27515 0 -1 4202496 30971 0 0 0 140358 45 0 0 20 0 1 0 287208038 243281920 55272 33554432000 4194304 5208918 140734920359056 140734920355432 4229374 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/32234/statm: 59395 55272 105 248 0 59144 0
Current children cumulated CPU time (s) 1481.28
Current children cumulated vsize (KiB) 273360

[startup+1542.3 s]
/proc/loadavg: 2.00 1.97 1.88 3/183 32288
/proc/meminfo: memFree=30176684/32873844 swapFree=7900/7900
[pid=32110] ppid=32108 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32110/stat : 32110 (npSolver-wbo-I.) S 32108 32110 27515 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287200237 9367552 274 33554432000 4194304 5064252 140736629445472 140736629444384 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32110/statm: 2287 274 233 213 0 72 0
[pid=32111] ppid=32110 vsize=17484 CPUtime=77.25 cores=1,3,5,7
/proc/32111/stat : 32111 (npSolver-wbo) S 32110 32110 27515 0 -1 4202496 15142 150106 0 0 44 14 7584 83 20 0 1 0 287200237 17903616 3456 33554432000 4194304 5990268 140733400566192 140733400557632 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/32111/statm: 4371 3456 169 439 0 3928 0
[pid=32233] ppid=32111 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32233/stat : 32233 (satsolver.sh) S 32111 32110 27515 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 287208038 9367552 266 33554432000 4194304 5064252 140734464855664 140734464854576 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/32233/statm: 2287 266 226 213 0 72 0
[pid=32234] ppid=32233 vsize=237580 CPUtime=1464.01 cores=1,3,5,7
/proc/32234/stat : 32234 (glucose) R 32233 32110 27515 0 -1 4202496 31169 0 0 0 146355 46 0 0 20 0 1 0 287208038 243281920 55339 33554432000 4194304 5208918 140734920359056 140734920354760 4229311 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/32234/statm: 59395 55339 105 248 0 59144 0
Current children cumulated CPU time (s) 1541.26
Current children cumulated vsize (KiB) 273360

[startup+1602.3 s]
/proc/loadavg: 2.00 1.97 1.88 3/183 32288
/proc/meminfo: memFree=30181028/32873844 swapFree=7900/7900
[pid=32110] ppid=32108 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32110/stat : 32110 (npSolver-wbo-I.) S 32108 32110 27515 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287200237 9367552 274 33554432000 4194304 5064252 140736629445472 140736629444384 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32110/statm: 2287 274 233 213 0 72 0
[pid=32111] ppid=32110 vsize=17484 CPUtime=77.25 cores=1,3,5,7
/proc/32111/stat : 32111 (npSolver-wbo) S 32110 32110 27515 0 -1 4202496 15142 150106 0 0 44 14 7584 83 20 0 1 0 287200237 17903616 3456 33554432000 4194304 5990268 140733400566192 140733400557632 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/32111/statm: 4371 3456 169 439 0 3928 0
[pid=32233] ppid=32111 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32233/stat : 32233 (satsolver.sh) S 32111 32110 27515 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 287208038 9367552 266 33554432000 4194304 5064252 140734464855664 140734464854576 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/32233/statm: 2287 266 226 213 0 72 0
[pid=32234] ppid=32233 vsize=237580 CPUtime=1524 cores=1,3,5,7
/proc/32234/stat : 32234 (glucose) R 32233 32110 27515 0 -1 4202496 31959 0 0 0 152352 48 0 0 20 0 1 0 287208038 243281920 55406 33554432000 4194304 5208918 140734920359056 140734920355368 4229319 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/32234/statm: 59395 55406 105 248 0 59144 0
Current children cumulated CPU time (s) 1601.25
Current children cumulated vsize (KiB) 273360

[startup+1662.3 s]
/proc/loadavg: 2.00 1.97 1.89 3/184 32292
/proc/meminfo: memFree=30185628/32873844 swapFree=7900/7900
[pid=32110] ppid=32108 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32110/stat : 32110 (npSolver-wbo-I.) S 32108 32110 27515 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287200237 9367552 274 33554432000 4194304 5064252 140736629445472 140736629444384 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32110/statm: 2287 274 233 213 0 72 0
[pid=32111] ppid=32110 vsize=17484 CPUtime=77.25 cores=1,3,5,7
/proc/32111/stat : 32111 (npSolver-wbo) S 32110 32110 27515 0 -1 4202496 15142 150106 0 0 44 14 7584 83 20 0 1 0 287200237 17903616 3456 33554432000 4194304 5990268 140733400566192 140733400557632 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/32111/statm: 4371 3456 169 439 0 3928 0
[pid=32233] ppid=32111 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32233/stat : 32233 (satsolver.sh) S 32111 32110 27515 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 287208038 9367552 266 33554432000 4194304 5064252 140734464855664 140734464854576 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/32233/statm: 2287 266 226 213 0 72 0
[pid=32234] ppid=32233 vsize=237580 CPUtime=1584 cores=1,3,5,7
/proc/32234/stat : 32234 (glucose) R 32233 32110 27515 0 -1 4202496 32555 0 0 0 158350 50 0 0 20 0 1 0 287208038 243281920 55742 33554432000 4194304 5208918 140734920359056 140734920355432 4229319 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/32234/statm: 59395 55742 105 248 0 59144 0
Current children cumulated CPU time (s) 1661.25
Current children cumulated vsize (KiB) 273360

[startup+1722.3 s]
/proc/loadavg: 2.00 1.97 1.89 3/183 32292
/proc/meminfo: memFree=30177552/32873844 swapFree=7900/7900
[pid=32110] ppid=32108 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32110/stat : 32110 (npSolver-wbo-I.) S 32108 32110 27515 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287200237 9367552 274 33554432000 4194304 5064252 140736629445472 140736629444384 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32110/statm: 2287 274 233 213 0 72 0
[pid=32111] ppid=32110 vsize=17484 CPUtime=77.25 cores=1,3,5,7
/proc/32111/stat : 32111 (npSolver-wbo) S 32110 32110 27515 0 -1 4202496 15142 150106 0 0 44 14 7584 83 20 0 1 0 287200237 17903616 3456 33554432000 4194304 5990268 140733400566192 140733400557632 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/32111/statm: 4371 3456 169 439 0 3928 0
[pid=32233] ppid=32111 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32233/stat : 32233 (satsolver.sh) S 32111 32110 27515 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 287208038 9367552 266 33554432000 4194304 5064252 140734464855664 140734464854576 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/32233/statm: 2287 266 226 213 0 72 0
[pid=32234] ppid=32233 vsize=237580 CPUtime=1643.98 cores=1,3,5,7
/proc/32234/stat : 32234 (glucose) R 32233 32110 27515 0 -1 4202496 32935 0 0 0 164346 52 0 0 20 0 1 0 287208038 243281920 55230 33554432000 4194304 5208918 140734920359056 140734920355432 4213597 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/32234/statm: 59395 55230 105 248 0 59144 0
Current children cumulated CPU time (s) 1721.23
Current children cumulated vsize (KiB) 273360

[startup+1782.3 s]
/proc/loadavg: 2.05 1.99 1.90 3/183 32292
/proc/meminfo: memFree=30185496/32873844 swapFree=7900/7900
[pid=32110] ppid=32108 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32110/stat : 32110 (npSolver-wbo-I.) S 32108 32110 27515 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287200237 9367552 274 33554432000 4194304 5064252 140736629445472 140736629444384 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32110/statm: 2287 274 233 213 0 72 0
[pid=32111] ppid=32110 vsize=17484 CPUtime=77.25 cores=1,3,5,7
/proc/32111/stat : 32111 (npSolver-wbo) S 32110 32110 27515 0 -1 4202496 15142 150106 0 0 44 14 7584 83 20 0 1 0 287200237 17903616 3456 33554432000 4194304 5990268 140733400566192 140733400557632 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/32111/statm: 4371 3456 169 439 0 3928 0
[pid=32233] ppid=32111 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32233/stat : 32233 (satsolver.sh) S 32111 32110 27515 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 287208038 9367552 266 33554432000 4194304 5064252 140734464855664 140734464854576 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/32233/statm: 2287 266 226 213 0 72 0
[pid=32234] ppid=32233 vsize=237580 CPUtime=1703.97 cores=1,3,5,7
/proc/32234/stat : 32234 (glucose) R 32233 32110 27515 0 -1 4202496 33314 0 0 0 170342 55 0 0 20 0 1 0 287208038 243281920 55230 33554432000 4194304 5208918 140734920359056 140734920355432 4228997 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/32234/statm: 59395 55230 105 248 0 59144 0
Current children cumulated CPU time (s) 1781.22
Current children cumulated vsize (KiB) 273360



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.1 s]
/proc/loadavg: 2.04 1.99 1.91 3/181 32342
/proc/meminfo: memFree=30449076/32873844 swapFree=7900/7900
[pid=32110] ppid=32108 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32110/stat : 32110 (npSolver-wbo-I.) S 32108 32110 27515 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287200237 9367552 274 33554432000 4194304 5064252 140736629445472 140736629444384 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32110/statm: 2287 274 233 213 0 72 0
[pid=32111] ppid=32110 vsize=17484 CPUtime=77.25 cores=1,3,5,7
/proc/32111/stat : 32111 (npSolver-wbo) S 32110 32110 27515 0 -1 4202496 15142 150106 0 0 44 14 7584 83 20 0 1 0 287200237 17903616 3456 33554432000 4194304 5990268 140733400566192 140733400557632 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/32111/statm: 4371 3456 169 439 0 3928 0
[pid=32233] ppid=32111 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32233/stat : 32233 (satsolver.sh) S 32111 32110 27515 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 287208038 9367552 266 33554432000 4194304 5064252 140734464855664 140734464854576 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/32233/statm: 2287 266 226 213 0 72 0
[pid=32234] ppid=32233 vsize=237580 CPUtime=1722.77 cores=1,3,5,7
/proc/32234/stat : 32234 (glucose) R 32233 32110 27515 0 -1 4202496 33318 0 0 0 172222 55 0 0 20 0 1 0 287208038 243281920 57278 33554432000 4194304 5208918 140734920359056 140734920355432 4229538 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/32234/statm: 59395 57278 105 248 0 59144 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 273360

Sending SIGTERM to process tree (bottom up)

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

[startup+1801.1 s]
/proc/loadavg: 2.04 1.99 1.91 3/181 32342
/proc/meminfo: memFree=30449076/32873844 swapFree=7900/7900
[pid=32110] ppid=32108 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32110/stat : 32110 (npSolver-wbo-I.) S 32108 32110 27515 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287200237 9367552 274 33554432000 4194304 5064252 140736629445472 140736629444384 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32110/statm: 2287 274 233 213 0 72 0
[pid=32111] ppid=32110 vsize=17484 CPUtime=77.25 cores=1,3,5,7
/proc/32111/stat : 32111 (npSolver-wbo) S 32110 32110 27515 0 -1 4202496 15142 150106 0 0 44 14 7584 83 20 0 1 0 287200237 17903616 3456 33554432000 4194304 5990268 140733400566192 140733400557632 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/32111/statm: 4371 3456 169 439 0 3928 0
[pid=32233] ppid=32111 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32233/stat : 32233 (satsolver.sh) S 32111 32110 27515 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 287208038 9367552 266 33554432000 4194304 5064252 140734464855664 140734464854576 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/32233/statm: 2287 266 226 213 0 72 0
[pid=32234] ppid=32233 vsize=237580 CPUtime=1722.77 cores=1,3,5,7
/proc/32234/stat : 32234 (glucose) R 32233 32110 27515 0 -1 4202496 33318 0 0 0 172222 55 0 0 20 0 1 0 287208038 243281920 57278 33554432000 4194304 5208918 140734920359056 140734920355432 4229538 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/32234/statm: 59395 57278 105 248 0 59144 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 273360

Child status: 0
Real time (s): 1801.11
CPU time (s): 1800.07
CPU user time (s): 1798.52
CPU system time (s): 1.54976
CPU usage (%): 99.9422
Max. virtual memory (cumulated for all children) (KiB): 403588

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.52
system time used= 1.54976
maximum resident set size= 302084
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 199554
page faults= 0
swaps= 0
block input operations= 0
block output operations= 101896
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2013
involuntary context switches= 2047

runsolver used 3.33949 second user time and 8.5567 second system time

The end

Launcher Data

Begin job on node137 at 2012-05-28 15:12:37
IDJOB=3714594
IDBENCH=79186
IDSOLVER=2295
FILE ID=node137/3714594-1338210757
RUNJOBID= node137-1338210757-32082
PBS_JOBID= 14624572
Free space on /tmp= 71256 MiB

SOLVER NAME= npSolver inc
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/roussel/normalized-pigeon-cardinality-65-60--soft-0-100-0.wbo
COMMAND LINE= DIR/npSolver-wbo-I.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3714594-1338210757/watcher-3714594-1338210757 -o /tmp/evaluation-result-3714594-1338210757/solver-3714594-1338210757 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo-I.sh HOME/instance-3714594-1338210757.wbo 185845533 HOME HOME

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

MD5SUM BENCH= 2e8bafba6181eaf32525647669a5fbcc
RANDOM SEED=185845533

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

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

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

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.600
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		: 2666.600
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.600
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:        30704564 kB
Buffers:          387476 kB
Cached:           899580 kB
SwapCached:        20904 kB
Active:          1095956 kB
Inactive:         215916 kB
Active(anon):       3912 kB
Inactive(anon):    22936 kB
Active(file):    1092044 kB
Inactive(file):   192980 kB
Unevictable:        7900 kB
Mlocked:            7900 kB
SwapTotal:      67108856 kB
SwapFree:       67082664 kB
Dirty:             16264 kB
Writeback:             0 kB
AnonPages:         12900 kB
Mapped:            10248 kB
Shmem:                 0 kB
Slab:             717352 kB
SReclaimable:     158892 kB
SUnreclaim:       558460 kB
KernelStack:        1416 kB
PageTables:         4312 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     127796 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 71240 MiB
End job on node137 at 2012-05-28 15:42:38