Trace number 3714152

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

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/warehouse/
normalized-cap44_wcsp.wbo
MD5SUMeea9483bb210b3ae31db150f2467fbf7
Bench CategoryPARTIAL-BIGINT-LIN (both soft and hard constraints, big integers, linear constraints)
Best result obtained on this benchmarkMSAT
Best cost obtained on this benchmark10336274
Best CPU time to get the best result obtained on this benchmark1800.07
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables832
Total number of constraints1680
Number of soft constraints1614
Number of constraints which are clauses1614
Number of constraints which are cardinality constraints (but not clauses)66
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint16
Top cost 58368026
Min constraint cost 1
Max constraint cost 58368026
Sum of constraints costs 47051030826
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 17
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.01	c run usual solver
0.00/0.06	o 19207135
0.00/0.06	c current bound: 9603567
0.00/0.06	c fallback to adder encoding
35.66/35.77	c current bound: 14405351
35.66/35.77	c fallback to adder encoding
241.37/241.52	o 14404290
241.37/241.52	c current bound: 12003929
241.37/241.52	c fallback to adder encoding
704.94/705.19	o 11993344
704.94/705.19	c current bound: 10798456
704.94/705.19	c fallback to adder encoding
925.20/925.40	o 10796626
925.20/925.40	c current bound: 10200097
925.20/925.40	c fallback to adder encoding
1144.75/1145.01	o 10196748
1144.75/1145.01	c current bound: 9900158
1144.75/1145.01	c fallback to adder encoding
1214.64/1214.96	c current bound: 10048453
1214.64/1214.96	c fallback to adder encoding
1338.49/1338.82	c current bound: 10122601
1338.49/1338.82	c fallback to adder encoding
1501.38/1501.78	o 10115800
1501.38/1501.78	c current bound: 10082127
1501.38/1501.78	c fallback to adder encoding
1677.32/1677.79	o 10082110
1677.32/1677.79	c current bound: 10065282
1677.32/1677.79	c fallback to adder encoding
1800.02/1800.40	./satsolver.sh: line 5: 18142 Terminated              ./glucose $1 > $2 2> /dev/null
1800.02/1800.40	c error: unexpected solver exit code
1800.02/1800.40	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3714152-1338227895/watcher-3714152-1338227895 -o /tmp/evaluation-result-3714152-1338227895/solver-3714152-1338227895 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-I.sh HOME/instance-3714152-1338227895.wbo 13710201 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.14 2.06 2.01 4/177 17891
/proc/meminfo: memFree=28900088/32873852 swapFree=6856/6856
[pid=17891] ppid=17889 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17891/stat : 17891 (npSolver-wbo-I.) S 17889 17891 11794 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 288915433 9367552 275 33554432000 4194304 5064252 140737325839312 140737325838224 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17891/statm: 2287 275 233 213 0 72 0

[startup+0.073521 s]
/proc/loadavg: 2.14 2.06 2.01 4/177 17891
/proc/meminfo: memFree=28900088/32873852 swapFree=6856/6856
[pid=17891] ppid=17889 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17891/stat : 17891 (npSolver-wbo-I.) S 17889 17891 11794 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 288915433 9367552 275 33554432000 4194304 5064252 140737325839312 140737325838224 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17891/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100224 s]
/proc/loadavg: 2.14 2.06 2.01 4/177 17891
/proc/meminfo: memFree=28900088/32873852 swapFree=6856/6856
[pid=17891] ppid=17889 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17891/stat : 17891 (npSolver-wbo-I.) S 17889 17891 11794 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 288915433 9367552 275 33554432000 4194304 5064252 140737325839312 140737325838224 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17891/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300262 s]
/proc/loadavg: 2.14 2.06 2.01 4/177 17891
/proc/meminfo: memFree=28900088/32873852 swapFree=6856/6856
[pid=17891] ppid=17889 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17891/stat : 17891 (npSolver-wbo-I.) S 17889 17891 11794 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 288915433 9367552 275 33554432000 4194304 5064252 140737325839312 140737325838224 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17891/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700228 s]
/proc/loadavg: 2.14 2.06 2.01 4/177 17891
/proc/meminfo: memFree=28900088/32873852 swapFree=6856/6856
[pid=17891] ppid=17889 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17891/stat : 17891 (npSolver-wbo-I.) S 17889 17891 11794 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 288915433 9367552 275 33554432000 4194304 5064252 140737325839312 140737325838224 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17891/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50035 s]
/proc/loadavg: 2.14 2.06 2.01 3/181 17905
/proc/meminfo: memFree=28862852/32873852 swapFree=6856/6856
[pid=17891] ppid=17889 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17891/stat : 17891 (npSolver-wbo-I.) S 17889 17891 11794 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 288915433 9367552 275 33554432000 4194304 5064252 140737325839312 140737325838224 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17891/statm: 2287 275 233 213 0 72 0
[pid=17892] ppid=17891 vsize=11536 CPUtime=0.16 cores=0,2,4,6
/proc/17892/stat : 17892 (npSolver-wbo) S 17891 17891 11794 0 -1 4202496 3121 5163 0 0 12 1 2 1 20 0 1 0 288915433 11812864 2451 33554432000 4194304 5990268 140736097422896 140736097414336 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17892/statm: 2884 2451 164 439 0 2441 0
[pid=17904] ppid=17892 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17904/stat : 17904 (satsolver.sh) S 17892 17891 11794 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 288915450 9367552 266 33554432000 4194304 5064252 140735126086384 140735126085296 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/17904/statm: 2287 266 226 213 0 72 0
[pid=17905] ppid=17904 vsize=26304 CPUtime=1.3 cores=0,2,4,6
/proc/17905/stat : 17905 (glucose) R 17904 17891 11794 0 -1 4202496 6077 0 0 0 129 1 0 0 20 0 1 0 288915451 26935296 5781 33554432000 4194304 5208918 140736169994160 140736169991992 4205234 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/17905/statm: 6576 5781 105 248 0 6325 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 56136

[startup+3.10039 s]
/proc/loadavg: 2.14 2.06 2.01 3/181 17905
/proc/meminfo: memFree=28860984/32873852 swapFree=6856/6856
[pid=17891] ppid=17889 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17891/stat : 17891 (npSolver-wbo-I.) S 17889 17891 11794 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 288915433 9367552 275 33554432000 4194304 5064252 140737325839312 140737325838224 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17891/statm: 2287 275 233 213 0 72 0
[pid=17892] ppid=17891 vsize=11536 CPUtime=0.16 cores=0,2,4,6
/proc/17892/stat : 17892 (npSolver-wbo) S 17891 17891 11794 0 -1 4202496 3121 5163 0 0 12 1 2 1 20 0 1 0 288915433 11812864 2451 33554432000 4194304 5990268 140736097422896 140736097414336 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17892/statm: 2884 2451 164 439 0 2441 0
[pid=17904] ppid=17892 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17904/stat : 17904 (satsolver.sh) S 17892 17891 11794 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 288915450 9367552 266 33554432000 4194304 5064252 140735126086384 140735126085296 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/17904/statm: 2287 266 226 213 0 72 0
[pid=17905] ppid=17904 vsize=34136 CPUtime=2.91 cores=0,2,4,6
/proc/17905/stat : 17905 (glucose) R 17904 17891 11794 0 -1 4202496 6906 0 0 0 289 2 0 0 20 0 1 0 288915451 34955264 7352 33554432000 4194304 5208918 140736169994160 140736169991992 4229296 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/17905/statm: 8534 7352 105 248 0 8283 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 63968

[startup+6.30038 s]
/proc/loadavg: 2.13 2.06 2.01 3/181 17905
/proc/meminfo: memFree=28872276/32873852 swapFree=6856/6856
[pid=17891] ppid=17889 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17891/stat : 17891 (npSolver-wbo-I.) S 17889 17891 11794 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 288915433 9367552 275 33554432000 4194304 5064252 140737325839312 140737325838224 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17891/statm: 2287 275 233 213 0 72 0
[pid=17892] ppid=17891 vsize=11536 CPUtime=0.16 cores=0,2,4,6
/proc/17892/stat : 17892 (npSolver-wbo) S 17891 17891 11794 0 -1 4202496 3121 5163 0 0 12 1 2 1 20 0 1 0 288915433 11812864 2451 33554432000 4194304 5990268 140736097422896 140736097414336 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17892/statm: 2884 2451 164 439 0 2441 0
[pid=17904] ppid=17892 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17904/stat : 17904 (satsolver.sh) S 17892 17891 11794 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 288915450 9367552 266 33554432000 4194304 5064252 140735126086384 140735126085296 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/17904/statm: 2287 266 226 213 0 72 0
[pid=17905] ppid=17904 vsize=34136 CPUtime=6.11 cores=0,2,4,6
/proc/17905/stat : 17905 (glucose) R 17904 17891 11794 0 -1 4202496 7161 0 0 0 609 2 0 0 20 0 1 0 288915451 34955264 7579 33554432000 4194304 5208918 140736169994160 140736169990536 4211641 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/17905/statm: 8534 7579 105 248 0 8283 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 63968

[startup+12.7004 s]
/proc/loadavg: 2.12 2.06 2.01 3/181 17905
/proc/meminfo: memFree=28850448/32873852 swapFree=6856/6856
[pid=17891] ppid=17889 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17891/stat : 17891 (npSolver-wbo-I.) S 17889 17891 11794 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 288915433 9367552 275 33554432000 4194304 5064252 140737325839312 140737325838224 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17891/statm: 2287 275 233 213 0 72 0
[pid=17892] ppid=17891 vsize=11536 CPUtime=0.16 cores=0,2,4,6
/proc/17892/stat : 17892 (npSolver-wbo) S 17891 17891 11794 0 -1 4202496 3121 5163 0 0 12 1 2 1 20 0 1 0 288915433 11812864 2451 33554432000 4194304 5990268 140736097422896 140736097414336 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17892/statm: 2884 2451 164 439 0 2441 0
[pid=17904] ppid=17892 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17904/stat : 17904 (satsolver.sh) S 17892 17891 11794 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 288915450 9367552 266 33554432000 4194304 5064252 140735126086384 140735126085296 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/17904/statm: 2287 266 226 213 0 72 0
[pid=17905] ppid=17904 vsize=45628 CPUtime=12.5 cores=0,2,4,6
/proc/17905/stat : 17905 (glucose) R 17904 17891 11794 0 -1 4202496 7487 0 0 0 1248 2 0 0 20 0 1 0 288915451 46723072 10452 33554432000 4194304 5208918 140736169994160 140736169990536 4229332 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/17905/statm: 11407 10452 105 248 0 11156 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 75460

[startup+25.5004 s]
/proc/loadavg: 2.17 2.07 2.02 3/180 17905
/proc/meminfo: memFree=28815948/32873852 swapFree=6856/6856
[pid=17891] ppid=17889 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17891/stat : 17891 (npSolver-wbo-I.) S 17889 17891 11794 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 288915433 9367552 275 33554432000 4194304 5064252 140737325839312 140737325838224 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17891/statm: 2287 275 233 213 0 72 0
[pid=17892] ppid=17891 vsize=11536 CPUtime=0.16 cores=0,2,4,6
/proc/17892/stat : 17892 (npSolver-wbo) S 17891 17891 11794 0 -1 4202496 3121 5163 0 0 12 1 2 1 20 0 1 0 288915433 11812864 2451 33554432000 4194304 5990268 140736097422896 140736097414336 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17892/statm: 2884 2451 164 439 0 2441 0
[pid=17904] ppid=17892 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17904/stat : 17904 (satsolver.sh) S 17892 17891 11794 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 288915450 9367552 266 33554432000 4194304 5064252 140735126086384 140735126085296 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/17904/statm: 2287 266 226 213 0 72 0
[pid=17905] ppid=17904 vsize=57232 CPUtime=25.31 cores=0,2,4,6
/proc/17905/stat : 17905 (glucose) R 17904 17891 11794 0 -1 4202496 8369 0 0 0 2528 3 0 0 20 0 1 0 288915451 58605568 13327 33554432000 4194304 5208918 140736169994160 140736169989928 4229347 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/17905/statm: 14308 13327 105 248 0 14057 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 87064

[startup+51.1004 s]
/proc/loadavg: 2.25 2.10 2.02 3/181 17913
/proc/meminfo: memFree=28803212/32873852 swapFree=6856/6856
[pid=17891] ppid=17889 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17891/stat : 17891 (npSolver-wbo-I.) S 17889 17891 11794 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 288915433 9367552 275 33554432000 4194304 5064252 140737325839312 140737325838224 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17891/statm: 2287 275 233 213 0 72 0
[pid=17892] ppid=17891 vsize=19728 CPUtime=35.87 cores=0,2,4,6
/proc/17892/stat : 17892 (npSolver-wbo) S 17891 17891 11794 0 -1 4202496 5145 17622 0 0 22 3 3556 6 20 0 1 0 288915433 20201472 4278 33554432000 4194304 5990268 140736097422896 140736097414336 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17892/statm: 4932 4278 164 439 0 4489 0
[pid=17912] ppid=17892 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17912/stat : 17912 (satsolver.sh) S 17892 17891 11794 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 288919022 9367552 267 33554432000 4194304 5064252 140734036588736 140734036587648 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/17912/statm: 2287 267 226 213 0 72 0
[pid=17913] ppid=17912 vsize=45992 CPUtime=15.19 cores=0,2,4,6
/proc/17913/stat : 17913 (glucose) R 17912 17891 11794 0 -1 4202496 8589 0 0 0 1517 2 0 0 20 0 1 0 288919022 47095808 10717 33554432000 4194304 5208918 140737464699008 140737464695384 4229311 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/17913/statm: 11498 10717 105 248 0 11247 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 84016

[startup+102.306 s]
/proc/loadavg: 2.11 2.08 2.02 3/181 17913
/proc/meminfo: memFree=28759084/32873852 swapFree=6856/6856
[pid=17891] ppid=17889 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17891/stat : 17891 (npSolver-wbo-I.) S 17889 17891 11794 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 288915433 9367552 275 33554432000 4194304 5064252 140737325839312 140737325838224 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17891/statm: 2287 275 233 213 0 72 0
[pid=17892] ppid=17891 vsize=19728 CPUtime=35.87 cores=0,2,4,6
/proc/17892/stat : 17892 (npSolver-wbo) S 17891 17891 11794 0 -1 4202496 5145 17622 0 0 22 3 3556 6 20 0 1 0 288915433 20201472 4278 33554432000 4194304 5990268 140736097422896 140736097414336 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17892/statm: 4932 4278 164 439 0 4489 0
[pid=17912] ppid=17892 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17912/stat : 17912 (satsolver.sh) S 17892 17891 11794 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 288919022 9367552 267 33554432000 4194304 5064252 140734036588736 140734036587648 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/17912/statm: 2287 267 226 213 0 72 0
[pid=17913] ppid=17912 vsize=88944 CPUtime=66.38 cores=0,2,4,6
/proc/17913/stat : 17913 (glucose) R 17912 17891 11794 0 -1 4202496 11490 0 0 0 6634 4 0 0 20 0 1 0 288919022 91078656 21516 33554432000 4194304 5208918 140737464699008 140737464695384 4229347 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/17913/statm: 22236 21516 105 248 0 21985 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 126968

[startup+162.3 s]
/proc/loadavg: 2.08 2.08 2.02 3/182 17916
/proc/meminfo: memFree=28688132/32873852 swapFree=6856/6856
[pid=17891] ppid=17889 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17891/stat : 17891 (npSolver-wbo-I.) S 17889 17891 11794 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 288915433 9367552 275 33554432000 4194304 5064252 140737325839312 140737325838224 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17891/statm: 2287 275 233 213 0 72 0
[pid=17892] ppid=17891 vsize=19728 CPUtime=35.87 cores=0,2,4,6
/proc/17892/stat : 17892 (npSolver-wbo) S 17891 17891 11794 0 -1 4202496 5145 17622 0 0 22 3 3556 6 20 0 1 0 288915433 20201472 4278 33554432000 4194304 5990268 140736097422896 140736097414336 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17892/statm: 4932 4278 164 439 0 4489 0
[pid=17912] ppid=17892 vsize=9148 CPUtime=0 cores=0,2,4,6

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


[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 18099
/proc/meminfo: memFree=28796788/32873852 swapFree=6856/6856
[pid=17891] ppid=17889 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17891/stat : 17891 (npSolver-wbo-I.) S 17889 17891 11794 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 288915433 9367552 275 33554432000 4194304 5064252 140737325839312 140737325838224 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17891/statm: 2287 275 233 213 0 72 0
[pid=17892] ppid=17891 vsize=19724 CPUtime=1338.66 cores=0,2,4,6
/proc/17892/stat : 17892 (npSolver-wbo) S 17891 17891 11794 0 -1 4202496 17385 119082 0 0 85 12 133688 81 20 0 1 0 288915433 20197376 4278 33554432000 4194304 5990268 140736097422896 140736097414336 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17892/statm: 4931 4278 164 439 0 4488 0
[pid=18098] ppid=17892 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18098/stat : 18098 (satsolver.sh) S 17892 17891 11794 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 289049327 9367552 266 33554432000 4194304 5064252 140734217933568 140734217932480 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/18098/statm: 2287 266 226 213 0 72 0
[pid=18099] ppid=18098 vsize=57776 CPUtime=23.34 cores=0,2,4,6
/proc/18099/stat : 18099 (glucose) R 18098 17891 11794 0 -1 4202496 9433 0 0 0 2331 3 0 0 20 0 1 0 289049327 59162624 13499 33554432000 4194304 5208918 140734797930544 140734797926232 4211561 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/18099/statm: 14444 13499 105 248 0 14193 0
Current children cumulated CPU time (s) 1362
Current children cumulated vsize (KiB) 95796

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 18106
/proc/meminfo: memFree=28794188/32873852 swapFree=6856/6856
[pid=17891] ppid=17889 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17891/stat : 17891 (npSolver-wbo-I.) S 17889 17891 11794 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 288915433 9367552 275 33554432000 4194304 5064252 140737325839312 140737325838224 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17891/statm: 2287 275 233 213 0 72 0
[pid=17892] ppid=17891 vsize=19724 CPUtime=1338.66 cores=0,2,4,6
/proc/17892/stat : 17892 (npSolver-wbo) S 17891 17891 11794 0 -1 4202496 17385 119082 0 0 85 12 133688 81 20 0 1 0 288915433 20197376 4278 33554432000 4194304 5990268 140736097422896 140736097414336 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17892/statm: 4931 4278 164 439 0 4488 0
[pid=18098] ppid=17892 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18098/stat : 18098 (satsolver.sh) S 17892 17891 11794 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 289049327 9367552 266 33554432000 4194304 5064252 140734217933568 140734217932480 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/18098/statm: 2287 266 226 213 0 72 0
[pid=18099] ppid=18098 vsize=107240 CPUtime=83.33 cores=0,2,4,6
/proc/18099/stat : 18099 (glucose) R 18098 17891 11794 0 -1 4202496 11742 0 0 0 8329 4 0 0 20 0 1 0 289049327 109813760 20351 33554432000 4194304 5208918 140734797930544 140734797926920 4211635 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/18099/statm: 26810 20351 105 248 0 26559 0
Current children cumulated CPU time (s) 1421.99
Current children cumulated vsize (KiB) 145260

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 18113
/proc/meminfo: memFree=28768476/32873852 swapFree=6856/6856
[pid=17891] ppid=17889 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17891/stat : 17891 (npSolver-wbo-I.) S 17889 17891 11794 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 288915433 9367552 275 33554432000 4194304 5064252 140737325839312 140737325838224 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17891/statm: 2287 275 233 213 0 72 0
[pid=17892] ppid=17891 vsize=19724 CPUtime=1338.66 cores=0,2,4,6
/proc/17892/stat : 17892 (npSolver-wbo) S 17891 17891 11794 0 -1 4202496 17385 119082 0 0 85 12 133688 81 20 0 1 0 288915433 20197376 4278 33554432000 4194304 5990268 140736097422896 140736097414336 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17892/statm: 4931 4278 164 439 0 4488 0
[pid=18098] ppid=17892 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18098/stat : 18098 (satsolver.sh) S 17892 17891 11794 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 289049327 9367552 266 33554432000 4194304 5064252 140734217933568 140734217932480 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/18098/statm: 2287 266 226 213 0 72 0
[pid=18099] ppid=18098 vsize=156560 CPUtime=143.31 cores=0,2,4,6
/proc/18099/stat : 18099 (glucose) R 18098 17891 11794 0 -1 4202496 12070 0 0 0 14325 6 0 0 20 0 1 0 289049327 160317440 29631 33554432000 4194304 5208918 140734797930544 140734797928536 4229251 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/18099/statm: 39140 29631 105 248 0 38889 0
Current children cumulated CPU time (s) 1481.97
Current children cumulated vsize (KiB) 194580

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 18127
/proc/meminfo: memFree=28854868/32873852 swapFree=6856/6856
[pid=17891] ppid=17889 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17891/stat : 17891 (npSolver-wbo-I.) S 17889 17891 11794 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 288915433 9367552 275 33554432000 4194304 5064252 140737325839312 140737325838224 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17891/statm: 2287 275 233 213 0 72 0
[pid=17892] ppid=17891 vsize=19724 CPUtime=1501.57 cores=0,2,4,6
/proc/17892/stat : 17892 (npSolver-wbo) S 17891 17891 11794 0 -1 4202496 19433 134890 0 0 95 13 149958 91 20 0 1 0 288915433 20197376 4278 33554432000 4194304 5990268 140736097422896 140736097414336 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17892/statm: 4931 4278 164 439 0 4488 0
[pid=18119] ppid=17892 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18119/stat : 18119 (satsolver.sh) S 17892 17891 11794 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 289065623 9367552 266 33554432000 4194304 5064252 140733426797264 140733426796176 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/18119/statm: 2287 266 226 213 0 72 0
[pid=18120] ppid=18119 vsize=76312 CPUtime=40.37 cores=0,2,4,6
/proc/18120/stat : 18120 (glucose) R 18119 17891 11794 0 -1 4202496 9796 0 0 0 4034 3 0 0 20 0 1 0 289065623 78143488 10973 33554432000 4194304 5208918 140734752528224 140734752524600 4229365 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/18120/statm: 19078 10973 105 248 0 18827 0
Current children cumulated CPU time (s) 1541.94
Current children cumulated vsize (KiB) 114332

[startup+1602.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/181 18128
/proc/meminfo: memFree=28778592/32873852 swapFree=6856/6856
[pid=17891] ppid=17889 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17891/stat : 17891 (npSolver-wbo-I.) S 17889 17891 11794 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 288915433 9367552 275 33554432000 4194304 5064252 140737325839312 140737325838224 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17891/statm: 2287 275 233 213 0 72 0
[pid=17892] ppid=17891 vsize=19724 CPUtime=1501.57 cores=0,2,4,6
/proc/17892/stat : 17892 (npSolver-wbo) S 17891 17891 11794 0 -1 4202496 19433 134890 0 0 95 13 149958 91 20 0 1 0 288915433 20197376 4278 33554432000 4194304 5990268 140736097422896 140736097414336 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17892/statm: 4931 4278 164 439 0 4488 0
[pid=18119] ppid=17892 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18119/stat : 18119 (satsolver.sh) S 17892 17891 11794 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 289065623 9367552 266 33554432000 4194304 5064252 140733426797264 140733426796176 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/18119/statm: 2287 266 226 213 0 72 0
[pid=18120] ppid=18119 vsize=106784 CPUtime=100.36 cores=0,2,4,6
/proc/18120/stat : 18120 (glucose) R 18119 17891 11794 0 -1 4202496 11655 0 0 0 10031 5 0 0 20 0 1 0 289065623 109346816 20499 33554432000 4194304 5208918 140734752528224 140734752526312 4229776 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/18120/statm: 26696 20499 105 248 0 26445 0
Current children cumulated CPU time (s) 1601.93
Current children cumulated vsize (KiB) 144804

[startup+1662.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/181 18135
/proc/meminfo: memFree=28746068/32873852 swapFree=6856/6856
[pid=17891] ppid=17889 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17891/stat : 17891 (npSolver-wbo-I.) S 17889 17891 11794 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 288915433 9367552 275 33554432000 4194304 5064252 140737325839312 140737325838224 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17891/statm: 2287 275 233 213 0 72 0
[pid=17892] ppid=17891 vsize=19724 CPUtime=1501.57 cores=0,2,4,6
/proc/17892/stat : 17892 (npSolver-wbo) S 17891 17891 11794 0 -1 4202496 19433 134890 0 0 95 13 149958 91 20 0 1 0 288915433 20197376 4278 33554432000 4194304 5990268 140736097422896 140736097414336 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17892/statm: 4931 4278 164 439 0 4488 0
[pid=18119] ppid=17892 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18119/stat : 18119 (satsolver.sh) S 17892 17891 11794 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 289065623 9367552 266 33554432000 4194304 5064252 140733426797264 140733426796176 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/18119/statm: 2287 266 226 213 0 72 0
[pid=18120] ppid=18119 vsize=156104 CPUtime=160.36 cores=0,2,4,6
/proc/18120/stat : 18120 (glucose) R 18119 17891 11794 0 -1 4202496 13172 0 0 0 16029 7 0 0 20 0 1 0 289065623 159850496 32249 33554432000 4194304 5208918 140734752528224 140734752524600 4211648 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/18120/statm: 39026 32249 105 248 0 38775 0
Current children cumulated CPU time (s) 1661.93
Current children cumulated vsize (KiB) 194124

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 18142
/proc/meminfo: memFree=28782568/32873852 swapFree=6856/6856
[pid=17891] ppid=17889 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17891/stat : 17891 (npSolver-wbo-I.) S 17889 17891 11794 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 288915433 9367552 275 33554432000 4194304 5064252 140737325839312 140737325838224 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17891/statm: 2287 275 233 213 0 72 0
[pid=17892] ppid=17891 vsize=19724 CPUtime=1677.57 cores=0,2,4,6
/proc/17892/stat : 17892 (npSolver-wbo) S 17891 17891 11794 0 -1 4202496 21481 152298 0 0 106 15 167533 103 20 0 1 0 288915433 20197376 4278 33554432000 4194304 5990268 140736097422896 140736097414336 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17892/statm: 4931 4278 164 439 0 4488 0
[pid=18141] ppid=17892 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18141/stat : 18141 (satsolver.sh) S 17892 17891 11794 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 289083224 9367552 266 33554432000 4194304 5064252 140736227110272 140736227109184 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/18141/statm: 2287 266 226 213 0 72 0
[pid=18142] ppid=18141 vsize=76164 CPUtime=44.37 cores=0,2,4,6
/proc/18142/stat : 18142 (glucose) R 18141 17891 11794 0 -1 4202496 11271 0 0 0 4434 3 0 0 20 0 1 0 289083224 77991936 16497 33554432000 4194304 5208918 140734338101424 140734338097800 4229504 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/18142/statm: 19041 16497 105 248 0 18790 0
Current children cumulated CPU time (s) 1721.94
Current children cumulated vsize (KiB) 114184

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 18149
/proc/meminfo: memFree=28803160/32873852 swapFree=6856/6856
[pid=17891] ppid=17889 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17891/stat : 17891 (npSolver-wbo-I.) S 17889 17891 11794 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 288915433 9367552 275 33554432000 4194304 5064252 140737325839312 140737325838224 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17891/statm: 2287 275 233 213 0 72 0
[pid=17892] ppid=17891 vsize=19724 CPUtime=1677.57 cores=0,2,4,6
/proc/17892/stat : 17892 (npSolver-wbo) S 17891 17891 11794 0 -1 4202496 21481 152298 0 0 106 15 167533 103 20 0 1 0 288915433 20197376 4278 33554432000 4194304 5990268 140736097422896 140736097414336 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17892/statm: 4931 4278 164 439 0 4488 0
[pid=18141] ppid=17892 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18141/stat : 18141 (satsolver.sh) S 17892 17891 11794 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 289083224 9367552 266 33554432000 4194304 5064252 140736227110272 140736227109184 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/18141/statm: 2287 266 226 213 0 72 0
[pid=18142] ppid=18141 vsize=155908 CPUtime=104.35 cores=0,2,4,6
/proc/18142/stat : 18142 (glucose) R 18141 17891 11794 0 -1 4202496 12368 0 0 0 10431 4 0 0 20 0 1 0 289083224 159649792 28346 33554432000 4194304 5208918 140734338101424 140734338097800 4211635 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/18142/statm: 38977 28346 105 248 0 38726 0
Current children cumulated CPU time (s) 1781.92
Current children cumulated vsize (KiB) 193928



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 18156
/proc/meminfo: memFree=28804080/32873852 swapFree=6856/6856
[pid=17891] ppid=17889 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17891/stat : 17891 (npSolver-wbo-I.) S 17889 17891 11794 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 288915433 9367552 275 33554432000 4194304 5064252 140737325839312 140737325838224 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17891/statm: 2287 275 233 213 0 72 0
[pid=17892] ppid=17891 vsize=19724 CPUtime=1677.57 cores=0,2,4,6
/proc/17892/stat : 17892 (npSolver-wbo) S 17891 17891 11794 0 -1 4202496 21481 152298 0 0 106 15 167533 103 20 0 1 0 288915433 20197376 4278 33554432000 4194304 5990268 140736097422896 140736097414336 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17892/statm: 4931 4278 164 439 0 4488 0
[pid=18141] ppid=17892 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18141/stat : 18141 (satsolver.sh) S 17892 17891 11794 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 289083224 9367552 266 33554432000 4194304 5064252 140736227110272 140736227109184 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/18141/statm: 2287 266 226 213 0 72 0
[pid=18142] ppid=18141 vsize=106588 CPUtime=122.45 cores=0,2,4,6
/proc/18142/stat : 18142 (glucose) R 18141 17891 11794 0 -1 4202496 12372 0 0 0 12241 4 0 0 20 0 1 0 289083224 109146112 20492 33554432000 4194304 5208918 140734338101424 140734338097800 4229344 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/18142/statm: 26647 20492 105 248 0 26396 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 144608

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.05
CPU user time (s): 1798.81
CPU system time (s): 1.24181
CPU usage (%): 99.9801
Max. virtual memory (cumulated for all children) (KiB): 274392

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.81
system time used= 1.24181
maximum resident set size= 199072
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 187141
page faults= 0
swaps= 0
block input operations= 0
block output operations= 131688
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 863
involuntary context switches= 1986

runsolver used 2.67759 second user time and 7.15291 second system time

The end

Launcher Data

Begin job on node128 at 2012-05-28 19:58:15
IDJOB=3714152
IDBENCH=79526
IDSOLVER=2295
FILE ID=node128/3714152-1338227895
RUNJOBID= node128-1338195517-11810
PBS_JOBID= 14624607
Free space on /tmp= 71240 MiB

SOLVER NAME= npSolver inc
BENCH NAME= PB10/normalized-PB10/PARTIAL-BIGINT-LIN/wcsp/warehouse/normalized-cap44_wcsp.wbo
COMMAND LINE= DIR/npSolver-wbo-I.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3714152-1338227895/watcher-3714152-1338227895 -o /tmp/evaluation-result-3714152-1338227895/solver-3714152-1338227895 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo-I.sh HOME/instance-3714152-1338227895.wbo 13710201 HOME HOME

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

MD5SUM BENCH= eea9483bb210b3ae31db150f2467fbf7
RANDOM SEED=13710201

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:        28901080 kB
Buffers:          502520 kB
Cached:          2521896 kB
SwapCached:          584 kB
Active:          1330512 kB
Inactive:        1778156 kB
Active(anon):      74448 kB
Inactive(anon):    12300 kB
Active(file):    1256064 kB
Inactive(file):  1765856 kB
Unevictable:        6856 kB
Mlocked:            6856 kB
SwapTotal:      67108856 kB
SwapFree:       67107332 kB
Dirty:             14472 kB
Writeback:             0 kB
AnonPages:        117248 kB
Mapped:            15296 kB
Shmem:               200 kB
Slab:             726076 kB
SReclaimable:     168380 kB
SUnreclaim:       557696 kB
KernelStack:        1504 kB
PageTables:         4184 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:     201596 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 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= 71224 MiB
End job on node128 at 2012-05-28 20:28:16