Trace number 3715284

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-topDown? (TO) 1800.1 1800.51

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/roussel/
normalized-pigeon-cardinality-51-50--soft-0-100-0.wbo
MD5SUMcff5777a0058b9c867497918edde4ff2
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.098984
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables2550
Total number of constraints101
Number of soft constraints101
Number of constraints which are clauses51
Number of constraints which are cardinality constraints (but not clauses)50
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint50
Maximum length of a constraint51
Top cost 5465
Min constraint cost 1
Max constraint cost 99
Sum of constraints costs 5464
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 52
Number of bits of the biggest sum of numbers6
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.16	c run usual solver
1.47/1.57	o 2643
1.47/1.57	c fallback to adder encoding
1.77/1.87	o 2575
1.77/1.87	c fallback to adder encoding
2.08/2.20	o 1900
2.08/2.20	c fallback to adder encoding
2.10/2.38	o 1412
12.87/13.00	o 372
27.66/27.97	o 294
43.06/43.34	o 276
51.46/51.63	o 274
68.57/68.85	o 270
91.88/92.16	o 221
105.69/105.96	o 219
121.91/122.18	o 217
136.34/136.63	o 216
150.45/150.62	o 192
156.89/157.18	o 183
161.43/161.64	o 179
165.67/165.95	o 169
169.02/169.30	o 168
171.73/171.90	o 146
173.73/173.90	o 141
179.60/179.86	o 128
181.65/181.92	o 126
184.05/184.32	o 118
185.47/185.73	o 111
186.73/186.98	o 100
188.49/188.75	o 95
194.07/194.33	o 57
194.41/194.61	o 52
198.59/198.84	o 40
201.79/202.03	o 32
203.82/204.00	o 31
205.17/205.41	o 29
207.01/207.28	o 28
208.01/208.25	o 21
210.93/211.11	o 11
213.50/213.78	o 9
215.60/215.88	o 3
216.79/217.03	o 2
1800.06/1800.50	./satsolver.sh: line 5: 31847 Terminated              ./glucose $1 > $2 2> /dev/null
1800.06/1800.50	c error: unexpected solver exit code
1800.06/1800.50	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-3715284-1338214214/watcher-3715284-1338214214 -o /tmp/evaluation-result-3715284-1338214214/solver-3715284-1338214214 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-Itd.sh HOME/instance-3715284-1338214214.wbo 1357708733 HOME HOME 

running on 4 cores: 0,2,4,6

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/180 31423
/proc/meminfo: memFree=30180352/32873844 swapFree=7388/7388
[pid=31423] ppid=31421 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31423/stat : 31423 (npSolver-wbo-It) S 31421 31423 26619 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287545758 9367552 274 33554432000 4194304 5064252 140734124854048 140734124852960 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/31423/statm: 2287 274 233 213 0 72 0

[startup+0.0534389 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 31423
/proc/meminfo: memFree=30180352/32873844 swapFree=7388/7388
[pid=31423] ppid=31421 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31423/stat : 31423 (npSolver-wbo-It) S 31421 31423 26619 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287545758 9367552 274 33554432000 4194304 5064252 140734124854048 140734124852960 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/31423/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100347 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 31423
/proc/meminfo: memFree=30180352/32873844 swapFree=7388/7388
[pid=31423] ppid=31421 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31423/stat : 31423 (npSolver-wbo-It) S 31421 31423 26619 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287545758 9367552 274 33554432000 4194304 5064252 140734124854048 140734124852960 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/31423/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300165 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 31423
/proc/meminfo: memFree=30180352/32873844 swapFree=7388/7388
[pid=31423] ppid=31421 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31423/stat : 31423 (npSolver-wbo-It) S 31421 31423 26619 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287545758 9367552 274 33554432000 4194304 5064252 140734124854048 140734124852960 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/31423/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700114 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 31423
/proc/meminfo: memFree=30180352/32873844 swapFree=7388/7388
[pid=31423] ppid=31421 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31423/stat : 31423 (npSolver-wbo-It) S 31421 31423 26619 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287545758 9367552 274 33554432000 4194304 5064252 140734124854048 140734124852960 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/31423/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50024 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 31427
/proc/meminfo: memFree=30131400/32873844 swapFree=7388/7388
[pid=31423] ppid=31421 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31423/stat : 31423 (npSolver-wbo-It) S 31421 31423 26619 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287545758 9367552 274 33554432000 4194304 5064252 140734124854048 140734124852960 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/31423/statm: 2287 274 233 213 0 72 0
[pid=31424] ppid=31423 vsize=7792 CPUtime=1.47 cores=0,2,4,6
/proc/31424/stat : 31424 (npSolver-wbo) R 31423 31423 26619 0 -1 4202496 3379 18689 0 0 15 1 115 16 20 0 1 0 287545758 7979008 1448 33554432000 4194304 5990268 140735047574928 140735047568656 4414648 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/31424/statm: 1948 1448 160 439 0 1505 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 16940

[startup+3.10029 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 31447
/proc/meminfo: memFree=30156616/32873844 swapFree=7388/7388
[pid=31423] ppid=31421 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31423/stat : 31423 (npSolver-wbo-It) S 31421 31423 26619 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287545758 9367552 274 33554432000 4194304 5064252 140734124854048 140734124852960 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/31423/statm: 2287 274 233 213 0 72 0
[pid=31424] ppid=31423 vsize=26196 CPUtime=2.44 cores=0,2,4,6
/proc/31424/stat : 31424 (npSolver-wbo) S 31423 31423 26619 0 -1 4202496 8934 45468 0 0 37 10 173 24 20 0 1 0 287545758 26824704 4848 33554432000 4194304 5990268 140735047574928 140735047566352 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/31424/statm: 6549 4848 170 439 0 6106 0
Current children cumulated CPU time (s) 2.44
Current children cumulated vsize (KiB) 35344
heavy processes:

[startup+6.30037 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 31458
/proc/meminfo: memFree=30057840/32873844 swapFree=7388/7388
[pid=31423] ppid=31421 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31423/stat : 31423 (npSolver-wbo-It) S 31421 31423 26619 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287545758 9367552 274 33554432000 4194304 5064252 140734124854048 140734124852960 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/31423/statm: 2287 274 233 213 0 72 0
[pid=31424] ppid=31423 vsize=26196 CPUtime=2.44 cores=0,2,4,6
/proc/31424/stat : 31424 (npSolver-wbo) S 31423 31423 26619 0 -1 4202496 8934 45468 0 0 37 10 173 24 20 0 1 0 287545758 26824704 4848 33554432000 4194304 5990268 140735047574928 140735047566352 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/31424/statm: 6549 4848 170 439 0 6106 0
[pid=31457] ppid=31424 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31457/stat : 31457 (satsolver.sh) S 31424 31423 26619 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 287546014 9367552 267 33554432000 4194304 5064252 140737229511200 140737229510112 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/31457/statm: 2287 267 226 213 0 72 0
[pid=31458] ppid=31457 vsize=102428 CPUtime=3.73 cores=0,2,4,6
/proc/31458/stat : 31458 (glucose) R 31457 31423 26619 0 -1 4202496 19481 0 0 0 370 3 0 0 20 0 1 0 287546014 104886272 21928 33554432000 4194304 5208918 140736569790832 140736569788680 4229280 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/31458/statm: 25607 21928 102 248 0 25356 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 146920

[startup+12.7002 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 31458
/proc/meminfo: memFree=30054452/32873844 swapFree=7388/7388
[pid=31423] ppid=31421 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31423/stat : 31423 (npSolver-wbo-It) S 31421 31423 26619 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287545758 9367552 274 33554432000 4194304 5064252 140734124854048 140734124852960 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/31423/statm: 2287 274 233 213 0 72 0
[pid=31424] ppid=31423 vsize=26196 CPUtime=12.35 cores=0,2,4,6
/proc/31424/stat : 31424 (npSolver-wbo) S 31423 31423 26619 0 -1 4202496 8941 66073 0 0 37 10 1159 29 20 0 1 0 287545758 26824704 4848 33554432000 4194304 5990268 140735047574928 140735047565840 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/31424/statm: 6549 4848 170 439 0 6106 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 35344

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 31465
/proc/meminfo: memFree=30118392/32873844 swapFree=7388/7388
[pid=31423] ppid=31421 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31423/stat : 31423 (npSolver-wbo-It) S 31421 31423 26619 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287545758 9367552 274 33554432000 4194304 5064252 140734124854048 140734124852960 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/31423/statm: 2287 274 233 213 0 72 0
[pid=31424] ppid=31423 vsize=15476 CPUtime=12.92 cores=0,2,4,6
/proc/31424/stat : 31424 (npSolver-wbo) S 31423 31423 26619 0 -1 4202496 10863 72201 0 0 41 11 1191 49 20 0 1 0 287545758 15847424 3298 33554432000 4194304 5990268 140735047574928 140735047566352 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/31424/statm: 3869 3298 170 439 0 3426 0
[pid=31464] ppid=31424 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31464/stat : 31464 (satsolver.sh) S 31424 31423 26619 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287547063 9367552 267 33554432000 4194304 5064252 140736240036368 140736240035280 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/31464/statm: 2287 267 226 213 0 72 0
[pid=31465] ppid=31464 vsize=52840 CPUtime=12.44 cores=0,2,4,6
/proc/31465/stat : 31465 (glucose) R 31464 31423 26619 0 -1 4202496 10784 0 0 0 1242 2 0 0 20 0 1 0 287547063 54108160 12099 33554432000 4194304 5208918 140737110254944 140737110252808 4229244 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/31465/statm: 13210 12099 104 248 0 12959 0
Current children cumulated CPU time (s) 25.36
Current children cumulated vsize (KiB) 86612

[startup+51.1005 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 31480
/proc/meminfo: memFree=30100560/32873844 swapFree=7388/7388
[pid=31423] ppid=31421 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31423/stat : 31423 (npSolver-wbo-It) S 31421 31423 26619 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287545758 9367552 274 33554432000 4194304 5064252 140734124854048 140734124852960 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/31423/statm: 2287 274 233 213 0 72 0
[pid=31424] ppid=31423 vsize=15476 CPUtime=43.24 cores=0,2,4,6
/proc/31424/stat : 31424 (npSolver-wbo) S 31423 31423 26619 0 -1 4202496 14664 103164 0 0 48 12 4199 65 20 0 1 0 287545758 15847424 3298 33554432000 4194304 5990268 140735047574928 140735047566352 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/31424/statm: 3869 3298 170 439 0 3426 0
[pid=31479] ppid=31424 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31479/stat : 31479 (satsolver.sh) S 31424 31423 26619 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287550095 9367552 267 33554432000 4194304 5064252 140733678387408 140733678386320 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/31479/statm: 2287 267 226 213 0 72 0
[pid=31480] ppid=31479 vsize=30628 CPUtime=7.72 cores=0,2,4,6
/proc/31480/stat : 31480 (glucose) R 31479 31423 26619 0 -1 4202496 7640 0 0 0 770 2 0 0 20 0 1 0 287550096 31363072 6972 33554432000 4194304 5208918 140735199361424 140735199359512 4229466 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/31480/statm: 7657 6972 104 248 0 7406 0
Current children cumulated CPU time (s) 50.96
Current children cumulated vsize (KiB) 64400

[startup+102.307 s]
/proc/loadavg: 2.05 2.01 2.00 3/183 31651
/proc/meminfo: memFree=30123276/32873844 swapFree=7388/7388
[pid=31423] ppid=31421 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31423/stat : 31423 (npSolver-wbo-It) S 31421 31423 26619 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287545758 9367552 274 33554432000 4194304 5064252 140734124854048 140734124852960 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/31423/statm: 2287 274 233 213 0 72 0
[pid=31424] ppid=31423 vsize=15476 CPUtime=92.05 cores=0,2,4,6
/proc/31424/stat : 31424 (npSolver-wbo) S 31423 31423 26619 0 -1 4202496 20155 142513 0 0 58 13 9043 91 20 0 1 0 287545758 15847424 3298 33554432000 4194304 5990268 140735047574928 140735047566352 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/31424/statm: 3869 3298 170 439 0 3426 0
[pid=31643] ppid=31424 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31643/stat : 31643 (satsolver.sh) S 31424 31423 26619 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287554977 9367552 267 33554432000 4194304 5064252 140735422833968 140735422832880 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/31643/statm: 2287 267 226 213 0 72 0
[pid=31644] ppid=31643 vsize=41344 CPUtime=10.1 cores=0,2,4,6
/proc/31644/stat : 31644 (glucose) R 31643 31423 26619 0 -1 4202496 7757 0 0 0 1008 2 0 0 20 0 1 0 287554977 42336256 8894 33554432000 4194304 5208918 140735192837152 140735192835016 4211553 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/31644/statm: 10336 8894 104 248 0 10085 0
Current children cumulated CPU time (s) 102.15
Current children cumulated vsize (KiB) 75116

[startup+162.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 31689
/proc/meminfo: memFree=30073604/32873844 swapFree=7388/7388
[pid=31423] ppid=31421 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31423/stat : 31423 (npSolver-wbo-It) S 31421 31423 26619 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287545758 9367552 274 33554432000 4194304 5064252 140734124854048 140734124852960 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/31423/statm: 2287 274 233 213 0 72 0
[pid=31424] ppid=31423 vsize=15476 CPUtime=161.5 cores=0,2,4,6
/proc/31424/stat : 31424 (npSolver-wbo) S 31423 31423 26619 0 -1 4202496 28265 221452 0 0 73 15 15928 134 20 0 1 0 287545758 15847424 3298 33554432000 4194304 5990268 140735047574928 140735047566352 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/31424/statm: 3869 3298 170 439 0 3426 0
Current children cumulated CPU time (s) 161.5
Current children cumulated vsize (KiB) 24624

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 31847
/proc/meminfo: memFree=30048832/32873844 swapFree=7388/7388
[pid=31423] ppid=31421 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31423/stat : 31423 (npSolver-wbo-It) S 31421 31423 26619 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287545758 9367552 274 33554432000 4194304 5064252 140734124854048 140734124852960 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/31423/statm: 2287 274 233 213 0 72 0
[pid=31424] ppid=31423 vsize=15476 CPUtime=216.85 cores=0,2,4,6
/proc/31424/stat : 31424 (npSolver-wbo) S 31423 31423 26619 0 -1 4202496 44101 458360 0 0 96 20 21353 216 20 0 1 0 287545758 15847424 3298 33554432000 4194304 5990268 140735047574928 140735047566352 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/31424/statm: 3869 3298 170 439 0 3426 0
[pid=31846] ppid=31424 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31846/stat : 31846 (satsolver.sh) S 31424 31423 26619 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287567461 9367552 267 33554432000 4194304 5064252 140733216468672 140733216467584 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/31846/statm: 2287 267 226 213 0 72 0
[pid=31847] ppid=31846 vsize=21276 CPUtime=5.25 cores=0,2,4,6
/proc/31847/stat : 31847 (glucose) R 31846 31423 26619 0 -1 4202496 5547 0 0 0 524 1 0 0 20 0 1 0 287567461 21786624 4570 33554432000 4194304 5208918 140734781506496 140734781504440 4231200 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/31847/statm: 5319 4570 105 248 0 5068 0

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


[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 31857
/proc/meminfo: memFree=29841212/32873844 swapFree=7388/7388
[pid=31423] ppid=31421 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31423/stat : 31423 (npSolver-wbo-It) S 31421 31423 26619 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287545758 9367552 274 33554432000 4194304 5064252 140734124854048 140734124852960 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/31423/statm: 2287 274 233 213 0 72 0
[pid=31424] ppid=31423 vsize=15476 CPUtime=216.85 cores=0,2,4,6
/proc/31424/stat : 31424 (npSolver-wbo) S 31423 31423 26619 0 -1 4202496 44101 458360 0 0 96 20 21353 216 20 0 1 0 287545758 15847424 3298 33554432000 4194304 5990268 140735047574928 140735047566352 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/31424/statm: 3869 3298 170 439 0 3426 0
[pid=31846] ppid=31424 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31846/stat : 31846 (satsolver.sh) S 31424 31423 26619 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287567461 9367552 267 33554432000 4194304 5064252 140733216468672 140733216467584 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/31846/statm: 2287 267 226 213 0 72 0
[pid=31847] ppid=31846 vsize=206060 CPUtime=1205.07 cores=0,2,4,6
/proc/31847/stat : 31847 (glucose) R 31846 31423 26619 0 -1 4202496 28735 0 0 0 120464 43 0 0 20 0 1 0 287567461 211005440 46700 33554432000 4194304 5208918 140734781506496 140734781502872 4211897 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/31847/statm: 51515 46700 105 248 0 51264 0
Current children cumulated CPU time (s) 1421.92
Current children cumulated vsize (KiB) 239832

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 31857
/proc/meminfo: memFree=29827128/32873844 swapFree=7388/7388
[pid=31423] ppid=31421 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31423/stat : 31423 (npSolver-wbo-It) S 31421 31423 26619 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287545758 9367552 274 33554432000 4194304 5064252 140734124854048 140734124852960 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/31423/statm: 2287 274 233 213 0 72 0
[pid=31424] ppid=31423 vsize=15476 CPUtime=216.85 cores=0,2,4,6
/proc/31424/stat : 31424 (npSolver-wbo) S 31423 31423 26619 0 -1 4202496 44101 458360 0 0 96 20 21353 216 20 0 1 0 287545758 15847424 3298 33554432000 4194304 5990268 140735047574928 140735047566352 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/31424/statm: 3869 3298 170 439 0 3426 0
[pid=31846] ppid=31424 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31846/stat : 31846 (satsolver.sh) S 31424 31423 26619 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287567461 9367552 267 33554432000 4194304 5064252 140733216468672 140733216467584 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/31846/statm: 2287 267 226 213 0 72 0
[pid=31847] ppid=31846 vsize=206060 CPUtime=1265.05 cores=0,2,4,6
/proc/31847/stat : 31847 (glucose) R 31846 31423 26619 0 -1 4202496 29200 0 0 0 126460 45 0 0 20 0 1 0 287567461 211005440 47791 33554432000 4194304 5208918 140734781506496 140734781502872 4211668 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/31847/statm: 51515 47791 105 248 0 51264 0
Current children cumulated CPU time (s) 1481.9
Current children cumulated vsize (KiB) 239832

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 31858
/proc/meminfo: memFree=29859360/32873844 swapFree=7388/7388
[pid=31423] ppid=31421 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31423/stat : 31423 (npSolver-wbo-It) S 31421 31423 26619 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287545758 9367552 274 33554432000 4194304 5064252 140734124854048 140734124852960 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/31423/statm: 2287 274 233 213 0 72 0
[pid=31424] ppid=31423 vsize=15476 CPUtime=216.85 cores=0,2,4,6
/proc/31424/stat : 31424 (npSolver-wbo) S 31423 31423 26619 0 -1 4202496 44101 458360 0 0 96 20 21353 216 20 0 1 0 287545758 15847424 3298 33554432000 4194304 5990268 140735047574928 140735047566352 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/31424/statm: 3869 3298 170 439 0 3426 0
[pid=31846] ppid=31424 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31846/stat : 31846 (satsolver.sh) S 31424 31423 26619 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287567461 9367552 267 33554432000 4194304 5064252 140733216468672 140733216467584 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/31846/statm: 2287 267 226 213 0 72 0
[pid=31847] ppid=31846 vsize=206060 CPUtime=1325.04 cores=0,2,4,6
/proc/31847/stat : 31847 (glucose) R 31846 31423 26619 0 -1 4202496 29672 0 0 0 132458 46 0 0 20 0 1 0 287567461 211005440 49730 33554432000 4194304 5208918 140734781506496 140734781502872 4229319 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/31847/statm: 51515 49730 105 248 0 51264 0
Current children cumulated CPU time (s) 1541.89
Current children cumulated vsize (KiB) 239832

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 31859
/proc/meminfo: memFree=29849224/32873844 swapFree=7388/7388
[pid=31423] ppid=31421 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31423/stat : 31423 (npSolver-wbo-It) S 31421 31423 26619 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287545758 9367552 274 33554432000 4194304 5064252 140734124854048 140734124852960 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/31423/statm: 2287 274 233 213 0 72 0
[pid=31424] ppid=31423 vsize=15476 CPUtime=216.85 cores=0,2,4,6
/proc/31424/stat : 31424 (npSolver-wbo) S 31423 31423 26619 0 -1 4202496 44101 458360 0 0 96 20 21353 216 20 0 1 0 287545758 15847424 3298 33554432000 4194304 5990268 140735047574928 140735047566352 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/31424/statm: 3869 3298 170 439 0 3426 0
[pid=31846] ppid=31424 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31846/stat : 31846 (satsolver.sh) S 31424 31423 26619 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287567461 9367552 267 33554432000 4194304 5064252 140733216468672 140733216467584 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/31846/statm: 2287 267 226 213 0 72 0
[pid=31847] ppid=31846 vsize=206060 CPUtime=1385.03 cores=0,2,4,6
/proc/31847/stat : 31847 (glucose) R 31846 31423 26619 0 -1 4202496 30918 0 0 0 138455 48 0 0 20 0 1 0 287567461 211005440 50800 33554432000 4194304 5208918 140734781506496 140734781502872 4228997 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/31847/statm: 51515 50800 105 248 0 51264 0
Current children cumulated CPU time (s) 1601.88
Current children cumulated vsize (KiB) 239832

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 31859
/proc/meminfo: memFree=29840076/32873844 swapFree=7388/7388
[pid=31423] ppid=31421 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31423/stat : 31423 (npSolver-wbo-It) S 31421 31423 26619 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287545758 9367552 274 33554432000 4194304 5064252 140734124854048 140734124852960 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/31423/statm: 2287 274 233 213 0 72 0
[pid=31424] ppid=31423 vsize=15476 CPUtime=216.85 cores=0,2,4,6
/proc/31424/stat : 31424 (npSolver-wbo) S 31423 31423 26619 0 -1 4202496 44101 458360 0 0 96 20 21353 216 20 0 1 0 287545758 15847424 3298 33554432000 4194304 5990268 140735047574928 140735047566352 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/31424/statm: 3869 3298 170 439 0 3426 0
[pid=31846] ppid=31424 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31846/stat : 31846 (satsolver.sh) S 31424 31423 26619 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287567461 9367552 267 33554432000 4194304 5064252 140733216468672 140733216467584 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/31846/statm: 2287 267 226 213 0 72 0
[pid=31847] ppid=31846 vsize=256148 CPUtime=1445.02 cores=0,2,4,6
/proc/31847/stat : 31847 (glucose) R 31846 31423 26619 0 -1 4202496 32887 0 0 0 144450 52 0 0 20 0 1 0 287567461 262295552 52591 33554432000 4194304 5208918 140734781506496 140734781502872 4229365 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/31847/statm: 64037 52591 105 248 0 63786 0
Current children cumulated CPU time (s) 1661.87
Current children cumulated vsize (KiB) 289920

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 31859
/proc/meminfo: memFree=29841924/32873844 swapFree=7388/7388
[pid=31423] ppid=31421 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31423/stat : 31423 (npSolver-wbo-It) S 31421 31423 26619 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287545758 9367552 274 33554432000 4194304 5064252 140734124854048 140734124852960 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/31423/statm: 2287 274 233 213 0 72 0
[pid=31424] ppid=31423 vsize=15476 CPUtime=216.85 cores=0,2,4,6
/proc/31424/stat : 31424 (npSolver-wbo) S 31423 31423 26619 0 -1 4202496 44101 458360 0 0 96 20 21353 216 20 0 1 0 287545758 15847424 3298 33554432000 4194304 5990268 140735047574928 140735047566352 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/31424/statm: 3869 3298 170 439 0 3426 0
[pid=31846] ppid=31424 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31846/stat : 31846 (satsolver.sh) S 31424 31423 26619 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287567461 9367552 267 33554432000 4194304 5064252 140733216468672 140733216467584 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/31846/statm: 2287 267 226 213 0 72 0
[pid=31847] ppid=31846 vsize=256148 CPUtime=1505.01 cores=0,2,4,6
/proc/31847/stat : 31847 (glucose) R 31846 31423 26619 0 -1 4202496 34075 0 0 0 150446 55 0 0 20 0 1 0 287567461 262295552 53103 33554432000 4194304 5208918 140734781506496 140734781502872 4212869 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/31847/statm: 64037 53103 105 248 0 63786 0
Current children cumulated CPU time (s) 1721.86
Current children cumulated vsize (KiB) 289920

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 31859
/proc/meminfo: memFree=29837924/32873844 swapFree=7388/7388
[pid=31423] ppid=31421 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31423/stat : 31423 (npSolver-wbo-It) S 31421 31423 26619 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287545758 9367552 274 33554432000 4194304 5064252 140734124854048 140734124852960 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/31423/statm: 2287 274 233 213 0 72 0
[pid=31424] ppid=31423 vsize=15476 CPUtime=216.85 cores=0,2,4,6
/proc/31424/stat : 31424 (npSolver-wbo) S 31423 31423 26619 0 -1 4202496 44101 458360 0 0 96 20 21353 216 20 0 1 0 287545758 15847424 3298 33554432000 4194304 5990268 140735047574928 140735047566352 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/31424/statm: 3869 3298 170 439 0 3426 0
[pid=31846] ppid=31424 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31846/stat : 31846 (satsolver.sh) S 31424 31423 26619 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287567461 9367552 267 33554432000 4194304 5064252 140733216468672 140733216467584 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/31846/statm: 2287 267 226 213 0 72 0
[pid=31847] ppid=31846 vsize=256148 CPUtime=1565.01 cores=0,2,4,6
/proc/31847/stat : 31847 (glucose) R 31846 31423 26619 0 -1 4202496 35261 0 0 0 156443 58 0 0 20 0 1 0 287567461 262295552 54127 33554432000 4194304 5208918 140734781506496 140734781502808 4229319 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/31847/statm: 64037 54127 105 248 0 63786 0
Current children cumulated CPU time (s) 1781.86
Current children cumulated vsize (KiB) 289920



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 31862
/proc/meminfo: memFree=29841064/32873844 swapFree=7388/7388
[pid=31423] ppid=31421 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31423/stat : 31423 (npSolver-wbo-It) S 31421 31423 26619 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287545758 9367552 274 33554432000 4194304 5064252 140734124854048 140734124852960 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/31423/statm: 2287 274 233 213 0 72 0
[pid=31424] ppid=31423 vsize=15476 CPUtime=216.85 cores=0,2,4,6
/proc/31424/stat : 31424 (npSolver-wbo) S 31423 31423 26619 0 -1 4202496 44101 458360 0 0 96 20 21353 216 20 0 1 0 287545758 15847424 3298 33554432000 4194304 5990268 140735047574928 140735047566352 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/31424/statm: 3869 3298 170 439 0 3426 0
[pid=31846] ppid=31424 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31846/stat : 31846 (satsolver.sh) S 31424 31423 26619 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287567461 9367552 267 33554432000 4194304 5064252 140733216468672 140733216467584 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/31846/statm: 2287 267 226 213 0 72 0
[pid=31847] ppid=31846 vsize=206060 CPUtime=1583.21 cores=0,2,4,6
/proc/31847/stat : 31847 (glucose) R 31846 31423 26619 0 -1 4202496 35605 0 0 0 158262 59 0 0 20 0 1 0 287567461 211005440 49218 33554432000 4194304 5208918 140734781506496 140734781502872 4205174 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/31847/statm: 51515 49218 105 248 0 51264 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 239832

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 31862
/proc/meminfo: memFree=29841064/32873844 swapFree=7388/7388
[pid=31423] ppid=31421 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31423/stat : 31423 (npSolver-wbo-It) S 31421 31423 26619 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287545758 9367552 274 33554432000 4194304 5064252 140734124854048 140734124852960 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/31423/statm: 2287 274 233 213 0 72 0
[pid=31424] ppid=31423 vsize=15476 CPUtime=216.85 cores=0,2,4,6
/proc/31424/stat : 31424 (npSolver-wbo) S 31423 31423 26619 0 -1 4202496 44101 458360 0 0 96 20 21353 216 20 0 1 0 287545758 15847424 3298 33554432000 4194304 5990268 140735047574928 140735047566352 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/31424/statm: 3869 3298 170 439 0 3426 0
[pid=31846] ppid=31424 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31846/stat : 31846 (satsolver.sh) S 31424 31423 26619 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287567461 9367552 267 33554432000 4194304 5064252 140733216468672 140733216467584 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/31846/statm: 2287 267 226 213 0 72 0
[pid=31847] ppid=31846 vsize=206060 CPUtime=1583.21 cores=0,2,4,6
/proc/31847/stat : 31847 (glucose) R 31846 31423 26619 0 -1 4202496 35605 0 0 0 158262 59 0 0 20 0 1 0 287567461 211005440 49218 33554432000 4194304 5208918 140734781506496 140734781502872 4205174 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/31847/statm: 51515 49218 105 248 0 51264 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 239832

Child status: 0
Real time (s): 1800.51
CPU time (s): 1800.1
CPU user time (s): 1797.13
CPU system time (s): 2.96655
CPU usage (%): 99.9771
Max. virtual memory (cumulated for all children) (KiB): 370060

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.13
system time used= 2.96655
maximum resident set size= 279008
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 539056
page faults= 0
swaps= 0
block input operations= 0
block output operations= 246856
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5550
involuntary context switches= 2860

runsolver used 4.06438 second user time and 13.5989 second system time

The end

Launcher Data

Begin job on node147 at 2012-05-28 16:10:14
IDJOB=3715284
IDBENCH=79180
IDSOLVER=2296
FILE ID=node147/3715284-1338214214
RUNJOBID= node147-1338192581-26635
PBS_JOBID= 14624579
Free space on /tmp= 71648 MiB

SOLVER NAME= npSolver inc-topDown
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/roussel/normalized-pigeon-cardinality-51-50--soft-0-100-0.wbo
COMMAND LINE= DIR/npSolver-wbo-Itd.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3715284-1338214214/watcher-3715284-1338214214 -o /tmp/evaluation-result-3715284-1338214214/solver-3715284-1338214214 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo-Itd.sh HOME/instance-3715284-1338214214.wbo 1357708733 HOME HOME

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

MD5SUM BENCH= cff5777a0058b9c867497918edde4ff2
RANDOM SEED=1357708733

node147.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.951
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.90
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.951
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.951
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.87
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.951
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.951
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.951
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		: 2666.951
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.951
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:        30180880 kB
Buffers:          378004 kB
Cached:          1269208 kB
SwapCached:         5068 kB
Active:           881676 kB
Inactive:         984240 kB
Active(anon):     213684 kB
Inactive(anon):     7584 kB
Active(file):     667992 kB
Inactive(file):   976656 kB
Unevictable:        7388 kB
Mlocked:            7388 kB
SwapTotal:      67108856 kB
SwapFree:       67098668 kB
Dirty:              8252 kB
Writeback:             0 kB
AnonPages:        222176 kB
Mapped:            10676 kB
Shmem:                 0 kB
Slab:             686192 kB
SReclaimable:     127408 kB
SUnreclaim:       558784 kB
KernelStack:        1528 kB
PageTables:         4768 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     364024 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    174080 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= 71624 MiB
End job on node147 at 2012-05-28 16:40:14