Trace number 3714585

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

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/roussel/
normalized-pigeon-cardinality-21-20--soft-0-100-0.wbo
MD5SUMd3c2a58e2c21bd8565bd5528336ef7ed
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.021996
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables420
Total number of constraints41
Number of soft constraints41
Number of constraints which are clauses21
Number of constraints which are cardinality constraints (but not clauses)20
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint20
Maximum length of a constraint21
Top cost 1724
Min constraint cost 1
Max constraint cost 99
Sum of constraints costs 1723
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 22
Number of bits of the biggest sum of numbers5
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.02	c run usual solver
0.00/0.38	o 530
0.00/0.38	c current bound: 265
6.65/6.73	o 50
6.65/6.73	c current bound: 25
6.71/7.22	o 17
6.71/7.22	c current bound: 8
7.21/7.58	o 4
7.21/7.58	c current bound: 2
8.08/8.10	o 2
8.08/8.10	c current bound: 1
8.16/8.20	o 1
8.16/8.20	c current bound: 0
8.16/8.20	c [SWC] exit 4
1800.07/1800.41	./satsolver.sh: line 5: 13274 Terminated              ./glucose $1 > $2 2> /dev/null
1800.07/1800.41	c error: unexpected solver exit code
1800.07/1800.41	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-3714585-1338208123/watcher-3714585-1338208123 -o /tmp/evaluation-result-3714585-1338208123/solver-3714585-1338208123 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-I.sh HOME/instance-3714585-1338208123.wbo 690525885 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.01 2.03 2.00 3/177 13225
/proc/meminfo: memFree=28766220/32873852 swapFree=6856/6856
[pid=13225] ppid=13223 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13225/stat : 13225 (npSolver-wbo-I.) S 13223 13225 11794 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 286938193 9367552 274 33554432000 4194304 5064252 140735019490208 140735019489120 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13225/statm: 2287 274 233 213 0 72 0

[startup+0.077455 s]
/proc/loadavg: 2.01 2.03 2.00 3/177 13225
/proc/meminfo: memFree=28766220/32873852 swapFree=6856/6856
[pid=13225] ppid=13223 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13225/stat : 13225 (npSolver-wbo-I.) S 13223 13225 11794 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 286938193 9367552 274 33554432000 4194304 5064252 140735019490208 140735019489120 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13225/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100298 s]
/proc/loadavg: 2.01 2.03 2.00 3/177 13225
/proc/meminfo: memFree=28766220/32873852 swapFree=6856/6856
[pid=13225] ppid=13223 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13225/stat : 13225 (npSolver-wbo-I.) S 13223 13225 11794 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 286938193 9367552 274 33554432000 4194304 5064252 140735019490208 140735019489120 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13225/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300248 s]
/proc/loadavg: 2.01 2.03 2.00 3/177 13225
/proc/meminfo: memFree=28766220/32873852 swapFree=6856/6856
[pid=13225] ppid=13223 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13225/stat : 13225 (npSolver-wbo-I.) S 13223 13225 11794 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 286938193 9367552 274 33554432000 4194304 5064252 140735019490208 140735019489120 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13225/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700194 s]
/proc/loadavg: 2.01 2.03 2.00 3/177 13225
/proc/meminfo: memFree=28766220/32873852 swapFree=6856/6856
[pid=13225] ppid=13223 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13225/stat : 13225 (npSolver-wbo-I.) S 13223 13225 11794 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 286938193 9367552 274 33554432000 4194304 5064252 140735019490208 140735019489120 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13225/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50033 s]
/proc/loadavg: 2.01 2.03 2.00 3/181 13239
/proc/meminfo: memFree=28753928/32873852 swapFree=6856/6856
[pid=13225] ppid=13223 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13225/stat : 13225 (npSolver-wbo-I.) S 13223 13225 11794 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 286938193 9367552 274 33554432000 4194304 5064252 140735019490208 140735019489120 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13225/statm: 2287 274 233 213 0 72 0
[pid=13226] ppid=13225 vsize=3796 CPUtime=0.38 cores=0,2,4,6
/proc/13226/stat : 13226 (npSolver-wbo) S 13225 13225 11794 0 -1 4202496 1282 8826 0 0 3 1 31 3 20 0 1 0 286938193 3887104 549 33554432000 4194304 5990268 140736340246528 140736340237968 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/13226/statm: 949 549 164 439 0 506 0
[pid=13238] ppid=13226 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13238/stat : 13238 (satsolver.sh) S 13226 13225 11794 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 286938233 9367552 266 33554432000 4194304 5064252 140734149934560 140734149933472 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/13238/statm: 2287 266 226 213 0 72 0
[pid=13239] ppid=13238 vsize=14008 CPUtime=1.09 cores=0,2,4,6
/proc/13239/stat : 13239 (glucose) R 13238 13225 11794 0 -1 4202496 2984 0 0 0 109 0 0 0 20 0 1 0 286938233 14344192 2767 33554432000 4194304 5208918 140737100131968 140737100130056 4231508 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/13239/statm: 3502 2767 96 248 0 3251 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 36100

[startup+3.10033 s]
/proc/loadavg: 2.00 2.03 2.00 3/181 13239
/proc/meminfo: memFree=28749456/32873852 swapFree=6856/6856
[pid=13225] ppid=13223 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13225/stat : 13225 (npSolver-wbo-I.) S 13223 13225 11794 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 286938193 9367552 274 33554432000 4194304 5064252 140735019490208 140735019489120 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13225/statm: 2287 274 233 213 0 72 0
[pid=13226] ppid=13225 vsize=3796 CPUtime=0.38 cores=0,2,4,6
/proc/13226/stat : 13226 (npSolver-wbo) S 13225 13225 11794 0 -1 4202496 1282 8826 0 0 3 1 31 3 20 0 1 0 286938193 3887104 549 33554432000 4194304 5990268 140736340246528 140736340237968 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/13226/statm: 949 549 164 439 0 506 0
[pid=13238] ppid=13226 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13238/stat : 13238 (satsolver.sh) S 13226 13225 11794 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 286938233 9367552 266 33554432000 4194304 5064252 140734149934560 140734149933472 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/13238/statm: 2287 266 226 213 0 72 0
[pid=13239] ppid=13238 vsize=23916 CPUtime=2.69 cores=0,2,4,6
/proc/13239/stat : 13239 (glucose) R 13238 13225 11794 0 -1 4202496 5346 0 0 0 268 1 0 0 20 0 1 0 286938233 24489984 5223 33554432000 4194304 5208918 140737100131968 140737100129960 4229365 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/13239/statm: 5979 5223 96 248 0 5728 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 46008

[startup+6.30033 s]
/proc/loadavg: 2.00 2.03 2.00 3/181 13239
/proc/meminfo: memFree=28743004/32873852 swapFree=6856/6856
[pid=13225] ppid=13223 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13225/stat : 13225 (npSolver-wbo-I.) S 13223 13225 11794 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 286938193 9367552 274 33554432000 4194304 5064252 140735019490208 140735019489120 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13225/statm: 2287 274 233 213 0 72 0
[pid=13226] ppid=13225 vsize=3796 CPUtime=0.38 cores=0,2,4,6
/proc/13226/stat : 13226 (npSolver-wbo) S 13225 13225 11794 0 -1 4202496 1282 8826 0 0 3 1 31 3 20 0 1 0 286938193 3887104 549 33554432000 4194304 5990268 140736340246528 140736340237968 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/13226/statm: 949 549 164 439 0 506 0
[pid=13238] ppid=13226 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13238/stat : 13238 (satsolver.sh) S 13226 13225 11794 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 286938233 9367552 266 33554432000 4194304 5064252 140734149934560 140734149933472 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/13238/statm: 2287 266 226 213 0 72 0
[pid=13239] ppid=13238 vsize=28332 CPUtime=5.89 cores=0,2,4,6
/proc/13239/stat : 13239 (glucose) R 13238 13225 11794 0 -1 4202496 5982 0 0 0 588 1 0 0 20 0 1 0 286938233 29011968 5898 33554432000 4194304 5208918 140737100131968 140737100129832 4229365 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/13239/statm: 7083 5898 96 248 0 6832 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 50424

[startup+12.7003 s]
/proc/loadavg: 2.08 2.04 2.01 3/181 13274
/proc/meminfo: memFree=28714824/32873852 swapFree=6856/6856
[pid=13225] ppid=13223 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13225/stat : 13225 (npSolver-wbo-I.) S 13223 13225 11794 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 286938193 9367552 274 33554432000 4194304 5064252 140735019490208 140735019489120 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13225/statm: 2287 274 233 213 0 72 0
[pid=13226] ppid=13225 vsize=2772 CPUtime=8.18 cores=0,2,4,6
/proc/13226/stat : 13226 (npSolver-wbo) S 13225 13225 11794 0 -1 4202496 1755 38076 0 0 3 1 802 12 20 0 1 0 286938193 2838528 367 33554432000 4194304 5990268 140736340246528 140736340237968 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/13226/statm: 693 367 165 439 0 250 0
[pid=13273] ppid=13226 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13273/stat : 13273 (satsolver.sh) S 13226 13225 11794 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 286939013 9367552 266 33554432000 4194304 5064252 140733495701792 140733495700704 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/13273/statm: 2287 266 226 213 0 72 0
[pid=13274] ppid=13273 vsize=13876 CPUtime=4.47 cores=0,2,4,6
/proc/13274/stat : 13274 (glucose) R 13273 13225 11794 0 -1 4202496 3276 0 0 0 447 0 0 0 20 0 1 0 286939013 14209024 2991 33554432000 4194304 5208918 140737293284736 140737293281048 4211553 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/13274/statm: 3469 2991 104 248 0 3218 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 34944

[startup+25.5003 s]
/proc/loadavg: 2.07 2.04 2.00 3/181 13274
/proc/meminfo: memFree=28703796/32873852 swapFree=6856/6856
[pid=13225] ppid=13223 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13225/stat : 13225 (npSolver-wbo-I.) S 13223 13225 11794 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 286938193 9367552 274 33554432000 4194304 5064252 140735019490208 140735019489120 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13225/statm: 2287 274 233 213 0 72 0
[pid=13226] ppid=13225 vsize=2772 CPUtime=8.18 cores=0,2,4,6
/proc/13226/stat : 13226 (npSolver-wbo) S 13225 13225 11794 0 -1 4202496 1755 38076 0 0 3 1 802 12 20 0 1 0 286938193 2838528 367 33554432000 4194304 5990268 140736340246528 140736340237968 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/13226/statm: 693 367 165 439 0 250 0
[pid=13273] ppid=13226 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13273/stat : 13273 (satsolver.sh) S 13226 13225 11794 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 286939013 9367552 266 33554432000 4194304 5064252 140733495701792 140733495700704 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/13273/statm: 2287 266 226 213 0 72 0
[pid=13274] ppid=13273 vsize=33864 CPUtime=17.27 cores=0,2,4,6
/proc/13274/stat : 13274 (glucose) R 13273 13225 11794 0 -1 4202496 4907 0 0 0 1726 1 0 0 20 0 1 0 286939013 34676736 6390 33554432000 4194304 5208918 140737293284736 140737293281112 4229456 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/13274/statm: 8466 6390 104 248 0 8215 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 54932

[startup+51.1004 s]
/proc/loadavg: 2.05 2.04 2.00 3/181 13274
/proc/meminfo: memFree=28686608/32873852 swapFree=6856/6856
[pid=13225] ppid=13223 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13225/stat : 13225 (npSolver-wbo-I.) S 13223 13225 11794 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 286938193 9367552 274 33554432000 4194304 5064252 140735019490208 140735019489120 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13225/statm: 2287 274 233 213 0 72 0
[pid=13226] ppid=13225 vsize=2772 CPUtime=8.18 cores=0,2,4,6
/proc/13226/stat : 13226 (npSolver-wbo) S 13225 13225 11794 0 -1 4202496 1755 38076 0 0 3 1 802 12 20 0 1 0 286938193 2838528 367 33554432000 4194304 5990268 140736340246528 140736340237968 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/13226/statm: 693 367 165 439 0 250 0
[pid=13273] ppid=13226 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13273/stat : 13273 (satsolver.sh) S 13226 13225 11794 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 286939013 9367552 266 33554432000 4194304 5064252 140733495701792 140733495700704 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/13273/statm: 2287 266 226 213 0 72 0
[pid=13274] ppid=13273 vsize=41408 CPUtime=42.87 cores=0,2,4,6
/proc/13274/stat : 13274 (glucose) R 13273 13225 11794 0 -1 4202496 6266 0 0 0 4285 2 0 0 20 0 1 0 286939013 42401792 9758 33554432000 4194304 5208918 140737293284736 140737293282600 4229528 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/13274/statm: 10352 9758 104 248 0 10101 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 62476

[startup+102.306 s]
/proc/loadavg: 2.11 2.06 2.01 3/182 13277
/proc/meminfo: memFree=28644716/32873852 swapFree=6856/6856
[pid=13225] ppid=13223 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13225/stat : 13225 (npSolver-wbo-I.) S 13223 13225 11794 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 286938193 9367552 274 33554432000 4194304 5064252 140735019490208 140735019489120 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13225/statm: 2287 274 233 213 0 72 0
[pid=13226] ppid=13225 vsize=2772 CPUtime=8.18 cores=0,2,4,6
/proc/13226/stat : 13226 (npSolver-wbo) S 13225 13225 11794 0 -1 4202496 1755 38076 0 0 3 1 802 12 20 0 1 0 286938193 2838528 367 33554432000 4194304 5990268 140736340246528 140736340237968 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/13226/statm: 693 367 165 439 0 250 0
[pid=13273] ppid=13226 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13273/stat : 13273 (satsolver.sh) S 13226 13225 11794 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 286939013 9367552 266 33554432000 4194304 5064252 140733495701792 140733495700704 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/13273/statm: 2287 266 226 213 0 72 0
[pid=13274] ppid=13273 vsize=83360 CPUtime=94.06 cores=0,2,4,6
/proc/13274/stat : 13274 (glucose) R 13273 13225 11794 0 -1 4202496 7379 0 0 0 9403 3 0 0 20 0 1 0 286939013 85360640 14043 33554432000 4194304 5208918 140737293284736 140737293281112 4229460 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/13274/statm: 20840 14043 104 248 0 20589 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 104428

[startup+162.3 s]
/proc/loadavg: 2.11 2.06 2.01 3/181 13277
/proc/meminfo: memFree=28655832/32873852 swapFree=6856/6856
[pid=13225] ppid=13223 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13225/stat : 13225 (npSolver-wbo-I.) S 13223 13225 11794 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 286938193 9367552 274 33554432000 4194304 5064252 140735019490208 140735019489120 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13225/statm: 2287 274 233 213 0 72 0
[pid=13226] ppid=13225 vsize=2772 CPUtime=8.18 cores=0,2,4,6
/proc/13226/stat : 13226 (npSolver-wbo) S 13225 13225 11794 0 -1 4202496 1755 38076 0 0 3 1 802 12 20 0 1 0 286938193 2838528 367 33554432000 4194304 5990268 140736340246528 140736340237968 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/13226/statm: 693 367 165 439 0 250 0
[pid=13273] ppid=13226 vsize=9148 CPUtime=0 cores=0,2,4,6

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


[startup+1362.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/181 13389
/proc/meminfo: memFree=28658472/32873852 swapFree=6856/6856
[pid=13225] ppid=13223 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13225/stat : 13225 (npSolver-wbo-I.) S 13223 13225 11794 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 286938193 9367552 274 33554432000 4194304 5064252 140735019490208 140735019489120 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13225/statm: 2287 274 233 213 0 72 0
[pid=13226] ppid=13225 vsize=2772 CPUtime=8.18 cores=0,2,4,6
/proc/13226/stat : 13226 (npSolver-wbo) S 13225 13225 11794 0 -1 4202496 1755 38076 0 0 3 1 802 12 20 0 1 0 286938193 2838528 367 33554432000 4194304 5990268 140736340246528 140736340237968 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/13226/statm: 693 367 165 439 0 250 0
[pid=13273] ppid=13226 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13273/stat : 13273 (satsolver.sh) S 13226 13225 11794 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 286939013 9367552 266 33554432000 4194304 5064252 140733495701792 140733495700704 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/13273/statm: 2287 266 226 213 0 72 0
[pid=13274] ppid=13273 vsize=146144 CPUtime=1353.84 cores=0,2,4,6
/proc/13274/stat : 13274 (glucose) R 13273 13225 11794 0 -1 4202496 23647 0 0 0 135356 28 0 0 20 0 1 0 286939013 149651456 34984 33554432000 4194304 5208918 140737293284736 140737293282728 4229365 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/13274/statm: 36536 34984 104 248 0 36285 0
Current children cumulated CPU time (s) 1362.02
Current children cumulated vsize (KiB) 167212

[startup+1422.31 s]
/proc/loadavg: 2.01 2.01 2.00 3/181 13389
/proc/meminfo: memFree=28650500/32873852 swapFree=6856/6856
[pid=13225] ppid=13223 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13225/stat : 13225 (npSolver-wbo-I.) S 13223 13225 11794 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 286938193 9367552 274 33554432000 4194304 5064252 140735019490208 140735019489120 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13225/statm: 2287 274 233 213 0 72 0
[pid=13226] ppid=13225 vsize=2772 CPUtime=8.18 cores=0,2,4,6
/proc/13226/stat : 13226 (npSolver-wbo) S 13225 13225 11794 0 -1 4202496 1755 38076 0 0 3 1 802 12 20 0 1 0 286938193 2838528 367 33554432000 4194304 5990268 140736340246528 140736340237968 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/13226/statm: 693 367 165 439 0 250 0
[pid=13273] ppid=13226 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13273/stat : 13273 (satsolver.sh) S 13226 13225 11794 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 286939013 9367552 266 33554432000 4194304 5064252 140733495701792 140733495700704 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/13273/statm: 2287 266 226 213 0 72 0
[pid=13274] ppid=13273 vsize=146144 CPUtime=1413.85 cores=0,2,4,6
/proc/13274/stat : 13274 (glucose) R 13273 13225 11794 0 -1 4202496 24246 0 0 0 141355 30 0 0 20 0 1 0 286939013 149651456 34472 33554432000 4194304 5208918 140737293284736 140737293282728 4229504 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/13274/statm: 36536 34472 104 248 0 36285 0
Current children cumulated CPU time (s) 1422.03
Current children cumulated vsize (KiB) 167212

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 13389
/proc/meminfo: memFree=28669848/32873852 swapFree=6856/6856
[pid=13225] ppid=13223 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13225/stat : 13225 (npSolver-wbo-I.) S 13223 13225 11794 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 286938193 9367552 274 33554432000 4194304 5064252 140735019490208 140735019489120 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13225/statm: 2287 274 233 213 0 72 0
[pid=13226] ppid=13225 vsize=2772 CPUtime=8.18 cores=0,2,4,6
/proc/13226/stat : 13226 (npSolver-wbo) S 13225 13225 11794 0 -1 4202496 1755 38076 0 0 3 1 802 12 20 0 1 0 286938193 2838528 367 33554432000 4194304 5990268 140736340246528 140736340237968 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/13226/statm: 693 367 165 439 0 250 0
[pid=13273] ppid=13226 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13273/stat : 13273 (satsolver.sh) S 13226 13225 11794 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 286939013 9367552 266 33554432000 4194304 5064252 140733495701792 140733495700704 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/13273/statm: 2287 266 226 213 0 72 0
[pid=13274] ppid=13273 vsize=147140 CPUtime=1473.83 cores=0,2,4,6
/proc/13274/stat : 13274 (glucose) R 13273 13225 11794 0 -1 4202496 25099 0 0 0 147351 32 0 0 20 0 1 0 286939013 150671360 33186 33554432000 4194304 5208918 140737293284736 140737293282728 4229538 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/13274/statm: 36785 33186 104 248 0 36534 0
Current children cumulated CPU time (s) 1482.01
Current children cumulated vsize (KiB) 168208

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 13390
/proc/meminfo: memFree=28665724/32873852 swapFree=6860/6860
[pid=13225] ppid=13223 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13225/stat : 13225 (npSolver-wbo-I.) S 13223 13225 11794 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 286938193 9367552 274 33554432000 4194304 5064252 140735019490208 140735019489120 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13225/statm: 2287 274 233 213 0 72 0
[pid=13226] ppid=13225 vsize=2772 CPUtime=8.18 cores=0,2,4,6
/proc/13226/stat : 13226 (npSolver-wbo) S 13225 13225 11794 0 -1 4202496 1755 38076 0 0 3 1 802 12 20 0 1 0 286938193 2838528 367 33554432000 4194304 5990268 140736340246528 140736340237968 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/13226/statm: 693 367 165 439 0 250 0
[pid=13273] ppid=13226 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13273/stat : 13273 (satsolver.sh) S 13226 13225 11794 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 286939013 9367552 266 33554432000 4194304 5064252 140733495701792 140733495700704 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/13273/statm: 2287 266 226 213 0 72 0
[pid=13274] ppid=13273 vsize=147424 CPUtime=1533.82 cores=0,2,4,6
/proc/13274/stat : 13274 (glucose) R 13273 13225 11794 0 -1 4202496 25771 0 0 0 153349 33 0 0 20 0 1 0 286939013 150962176 32233 33554432000 4194304 5208918 140737293284736 140737293282728 4229471 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/13274/statm: 36856 32233 104 248 0 36605 0
Current children cumulated CPU time (s) 1542
Current children cumulated vsize (KiB) 168492

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 13390
/proc/meminfo: memFree=28655208/32873852 swapFree=6856/6856
[pid=13225] ppid=13223 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13225/stat : 13225 (npSolver-wbo-I.) S 13223 13225 11794 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 286938193 9367552 274 33554432000 4194304 5064252 140735019490208 140735019489120 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13225/statm: 2287 274 233 213 0 72 0
[pid=13226] ppid=13225 vsize=2772 CPUtime=8.18 cores=0,2,4,6
/proc/13226/stat : 13226 (npSolver-wbo) S 13225 13225 11794 0 -1 4202496 1755 38076 0 0 3 1 802 12 20 0 1 0 286938193 2838528 367 33554432000 4194304 5990268 140736340246528 140736340237968 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/13226/statm: 693 367 165 439 0 250 0
[pid=13273] ppid=13226 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13273/stat : 13273 (satsolver.sh) S 13226 13225 11794 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 286939013 9367552 266 33554432000 4194304 5064252 140733495701792 140733495700704 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/13273/statm: 2287 266 226 213 0 72 0
[pid=13274] ppid=13273 vsize=149632 CPUtime=1593.82 cores=0,2,4,6
/proc/13274/stat : 13274 (glucose) R 13273 13225 11794 0 -1 4202496 26941 0 0 0 159347 35 0 0 20 0 1 0 286939013 153223168 32785 33554432000 4194304 5208918 140737293284736 140737293282728 4229770 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/13274/statm: 37408 32785 104 248 0 37157 0
Current children cumulated CPU time (s) 1602
Current children cumulated vsize (KiB) 170700

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 13390
/proc/meminfo: memFree=28624128/32873852 swapFree=6856/6856
[pid=13225] ppid=13223 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13225/stat : 13225 (npSolver-wbo-I.) S 13223 13225 11794 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 286938193 9367552 274 33554432000 4194304 5064252 140735019490208 140735019489120 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13225/statm: 2287 274 233 213 0 72 0
[pid=13226] ppid=13225 vsize=2772 CPUtime=8.18 cores=0,2,4,6
/proc/13226/stat : 13226 (npSolver-wbo) S 13225 13225 11794 0 -1 4202496 1755 38076 0 0 3 1 802 12 20 0 1 0 286938193 2838528 367 33554432000 4194304 5990268 140736340246528 140736340237968 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/13226/statm: 693 367 165 439 0 250 0
[pid=13273] ppid=13226 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13273/stat : 13273 (satsolver.sh) S 13226 13225 11794 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 286939013 9367552 266 33554432000 4194304 5064252 140733495701792 140733495700704 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/13273/statm: 2287 266 226 213 0 72 0
[pid=13274] ppid=13273 vsize=180452 CPUtime=1653.81 cores=0,2,4,6
/proc/13274/stat : 13274 (glucose) R 13273 13225 11794 0 -1 4202496 27021 0 0 0 165345 36 0 0 20 0 1 0 286939013 184782848 38996 33554432000 4194304 5208918 140737293284736 140737293282888 4229365 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/13274/statm: 45113 38996 104 248 0 44862 0
Current children cumulated CPU time (s) 1661.99
Current children cumulated vsize (KiB) 201520

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 13390
/proc/meminfo: memFree=28621048/32873852 swapFree=6856/6856
[pid=13225] ppid=13223 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13225/stat : 13225 (npSolver-wbo-I.) S 13223 13225 11794 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 286938193 9367552 274 33554432000 4194304 5064252 140735019490208 140735019489120 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13225/statm: 2287 274 233 213 0 72 0
[pid=13226] ppid=13225 vsize=2772 CPUtime=8.18 cores=0,2,4,6
/proc/13226/stat : 13226 (npSolver-wbo) S 13225 13225 11794 0 -1 4202496 1755 38076 0 0 3 1 802 12 20 0 1 0 286938193 2838528 367 33554432000 4194304 5990268 140736340246528 140736340237968 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/13226/statm: 693 367 165 439 0 250 0
[pid=13273] ppid=13226 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13273/stat : 13273 (satsolver.sh) S 13226 13225 11794 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 286939013 9367552 266 33554432000 4194304 5064252 140733495701792 140733495700704 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/13273/statm: 2287 266 226 213 0 72 0
[pid=13274] ppid=13273 vsize=181444 CPUtime=1713.8 cores=0,2,4,6
/proc/13274/stat : 13274 (glucose) R 13273 13225 11794 0 -1 4202496 27875 0 0 0 171342 38 0 0 20 0 1 0 286939013 185798656 38732 33554432000 4194304 5208918 140737293284736 140737293282888 4229296 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/13274/statm: 45361 38732 104 248 0 45110 0
Current children cumulated CPU time (s) 1721.98
Current children cumulated vsize (KiB) 202512

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 13390
/proc/meminfo: memFree=28623076/32873852 swapFree=6856/6856
[pid=13225] ppid=13223 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13225/stat : 13225 (npSolver-wbo-I.) S 13223 13225 11794 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 286938193 9367552 274 33554432000 4194304 5064252 140735019490208 140735019489120 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13225/statm: 2287 274 233 213 0 72 0
[pid=13226] ppid=13225 vsize=2772 CPUtime=8.18 cores=0,2,4,6
/proc/13226/stat : 13226 (npSolver-wbo) S 13225 13225 11794 0 -1 4202496 1755 38076 0 0 3 1 802 12 20 0 1 0 286938193 2838528 367 33554432000 4194304 5990268 140736340246528 140736340237968 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/13226/statm: 693 367 165 439 0 250 0
[pid=13273] ppid=13226 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13273/stat : 13273 (satsolver.sh) S 13226 13225 11794 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 286939013 9367552 266 33554432000 4194304 5064252 140733495701792 140733495700704 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/13273/statm: 2287 266 226 213 0 72 0
[pid=13274] ppid=13273 vsize=150912 CPUtime=1773.78 cores=0,2,4,6
/proc/13274/stat : 13274 (glucose) R 13273 13225 11794 0 -1 4202496 28480 0 0 0 177339 39 0 0 20 0 1 0 286939013 154533888 37201 33554432000 4194304 5208918 140737293284736 140737293282728 4229296 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/13274/statm: 37728 37201 104 248 0 37477 0
Current children cumulated CPU time (s) 1781.96
Current children cumulated vsize (KiB) 171980



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 13390
/proc/meminfo: memFree=28630664/32873852 swapFree=6856/6856
[pid=13225] ppid=13223 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13225/stat : 13225 (npSolver-wbo-I.) S 13223 13225 11794 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 286938193 9367552 274 33554432000 4194304 5064252 140735019490208 140735019489120 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13225/statm: 2287 274 233 213 0 72 0
[pid=13226] ppid=13225 vsize=2772 CPUtime=8.18 cores=0,2,4,6
/proc/13226/stat : 13226 (npSolver-wbo) S 13225 13225 11794 0 -1 4202496 1755 38076 0 0 3 1 802 12 20 0 1 0 286938193 2838528 367 33554432000 4194304 5990268 140736340246528 140736340237968 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/13226/statm: 693 367 165 439 0 250 0
[pid=13273] ppid=13226 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13273/stat : 13273 (satsolver.sh) S 13226 13225 11794 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 286939013 9367552 266 33554432000 4194304 5064252 140733495701792 140733495700704 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/13273/statm: 2287 266 226 213 0 72 0
[pid=13274] ppid=13273 vsize=181732 CPUtime=1791.89 cores=0,2,4,6
/proc/13274/stat : 13274 (glucose) R 13273 13225 11794 0 -1 4202496 28552 0 0 0 179149 40 0 0 20 0 1 0 286939013 186093568 39316 33554432000 4194304 5208918 140737293284736 140737293282888 4229717 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/13274/statm: 45433 39316 104 248 0 45182 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 202800

Sending SIGTERM to process tree (bottom up)

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

Child status: 0
Real time (s): 1800.41
CPU time (s): 1800.11
CPU user time (s): 1799.56
CPU system time (s): 0.550916
CPU usage (%): 99.9831
Max. virtual memory (cumulated for all children) (KiB): 202800

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.56
system time used= 0.550916
maximum resident set size= 167220
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 69372
page faults= 0
swaps= 0
block input operations= 0
block output operations= 5784
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 156
involuntary context switches= 2031

runsolver used 2.71859 second user time and 7.11492 second system time

The end

Launcher Data

Begin job on node128 at 2012-05-28 14:28:43
IDJOB=3714585
IDBENCH=79173
IDSOLVER=2295
FILE ID=node128/3714585-1338208123
RUNJOBID= node128-1338195517-11810
PBS_JOBID= 14624607
Free space on /tmp= 71228 MiB

SOLVER NAME= npSolver inc
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/roussel/normalized-pigeon-cardinality-21-20--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-3714585-1338208123/watcher-3714585-1338208123 -o /tmp/evaluation-result-3714585-1338208123/solver-3714585-1338208123 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo-I.sh HOME/instance-3714585-1338208123.wbo 690525885 HOME HOME

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

MD5SUM BENCH= d3c2a58e2c21bd8565bd5528336ef7ed
RANDOM SEED=690525885

node128.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.389
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	: 5332.77
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.389
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.389
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	: 5438.56
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.389
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.389
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.389
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.389
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.389
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:       32873852 kB
MemFree:        28766748 kB
Buffers:          489380 kB
Cached:          2531588 kB
SwapCached:          584 kB
Active:          1466480 kB
Inactive:        1776616 kB
Active(anon):     211836 kB
Inactive(anon):    12300 kB
Active(file):    1254644 kB
Inactive(file):  1764316 kB
Unevictable:        6856 kB
Mlocked:            6856 kB
SwapTotal:      67108856 kB
SwapFree:       67107332 kB
Dirty:              8208 kB
Writeback:             0 kB
AnonPages:        248296 kB
Mapped:            15348 kB
Shmem:               200 kB
Slab:             725520 kB
SReclaimable:     167884 kB
SUnreclaim:       557636 kB
KernelStack:        1504 kB
PageTables:         4636 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:     363332 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:    196608 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= 71232 MiB
End job on node128 at 2012-05-28 14:58:43