Trace number 3714154

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.62

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/warehouse/
normalized-cap62_wcsp.wbo
MD5SUM832b6d889e2e04fac8730ab9437bdddf
Bench CategoryPARTIAL-BIGINT-LIN (both soft and hard constraints, big integers, linear constraints)
Best result obtained on this benchmarkMSAT
Best cost obtained on this benchmark9556215
Best CPU time to get the best result obtained on this benchmark1800.09
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 56493026
Min constraint cost 1
Max constraint cost 56493026
Sum of constraints costs 45549155826
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 19082135
0.00/0.06	c current bound: 9541067
0.00/0.06	c fallback to adder encoding
284.54/284.67	o 9540482
284.54/284.67	c current bound: 4770241
284.54/284.67	c fallback to adder encoding
285.91/286.16	c current bound: 7155362
285.91/286.16	c fallback to adder encoding
289.65/289.92	c current bound: 8347922
289.65/289.92	c fallback to adder encoding
299.25/299.55	c current bound: 8944202
299.25/299.55	c fallback to adder encoding
357.84/358.14	c current bound: 9242342
357.84/358.14	c fallback to adder encoding
400.52/400.83	c current bound: 9391412
400.52/400.83	c fallback to adder encoding
537.30/537.67	c current bound: 9465947
537.30/537.67	c fallback to adder encoding
721.78/722.11	c current bound: 9503215
721.78/722.11	c fallback to adder encoding
944.18/944.62	o 9500097
944.18/944.62	c current bound: 9483022
944.18/944.62	c fallback to adder encoding
1185.68/1186.20	o 9481835
1185.68/1186.20	c current bound: 9473891
1185.68/1186.20	c fallback to adder encoding
1415.68/1416.21	o 9473444
1415.68/1416.21	c current bound: 9469696
1415.68/1416.21	c fallback to adder encoding
1599.01/1599.57	o 9469492
1599.01/1599.57	c current bound: 9467720
1599.01/1599.57	c fallback to adder encoding
1800.07/1800.61	./satsolver.sh: line 5:  2545 Terminated              ./glucose $1 > $2 2> /dev/null
1800.07/1800.61	c error: unexpected solver exit code
1800.07/1800.61	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-3714154-1338224046/watcher-3714154-1338224046 -o /tmp/evaluation-result-3714154-1338224046/solver-3714154-1338224046 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-I.sh HOME/instance-3714154-1338224046.wbo 1912428435 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.02 2.00 3/179 2330
/proc/meminfo: memFree=29661100/32873844 swapFree=7900/7900
[pid=2330] ppid=2328 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2330/stat : 2330 (npSolver-wbo-I.) S 2328 2330 27515 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288529172 9367552 275 33554432000 4194304 5064252 140734176319344 140734176318256 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2330/statm: 2287 275 233 213 0 72 0

[startup+0.0855921 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 2330
/proc/meminfo: memFree=29661100/32873844 swapFree=7900/7900
[pid=2330] ppid=2328 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2330/stat : 2330 (npSolver-wbo-I.) S 2328 2330 27515 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288529172 9367552 275 33554432000 4194304 5064252 140734176319344 140734176318256 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2330/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100222 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 2330
/proc/meminfo: memFree=29661100/32873844 swapFree=7900/7900
[pid=2330] ppid=2328 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2330/stat : 2330 (npSolver-wbo-I.) S 2328 2330 27515 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288529172 9367552 275 33554432000 4194304 5064252 140734176319344 140734176318256 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2330/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.00 2.02 2.00 3/179 2330
/proc/meminfo: memFree=29661100/32873844 swapFree=7900/7900
[pid=2330] ppid=2328 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2330/stat : 2330 (npSolver-wbo-I.) S 2328 2330 27515 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288529172 9367552 275 33554432000 4194304 5064252 140734176319344 140734176318256 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2330/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700232 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 2330
/proc/meminfo: memFree=29661100/32873844 swapFree=7900/7900
[pid=2330] ppid=2328 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2330/stat : 2330 (npSolver-wbo-I.) S 2328 2330 27515 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288529172 9367552 275 33554432000 4194304 5064252 140734176319344 140734176318256 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2330/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50039 s]
/proc/loadavg: 2.00 2.02 2.00 3/183 2344
/proc/meminfo: memFree=29624796/32873844 swapFree=7900/7900
[pid=2330] ppid=2328 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2330/stat : 2330 (npSolver-wbo-I.) S 2328 2330 27515 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288529172 9367552 275 33554432000 4194304 5064252 140734176319344 140734176318256 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2330/statm: 2287 275 233 213 0 72 0
[pid=2331] ppid=2330 vsize=11536 CPUtime=0.15 cores=0,2,4,6
/proc/2331/stat : 2331 (npSolver-wbo) S 2330 2330 27515 0 -1 4202496 2876 5679 0 0 11 2 2 0 20 0 1 0 288529172 11812864 2207 33554432000 4194304 5990268 140735590821072 140735590812512 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2331/statm: 2884 2207 163 439 0 2441 0
[pid=2343] ppid=2331 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2343/stat : 2343 (satsolver.sh) S 2331 2330 27515 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 288529190 9367552 267 33554432000 4194304 5064252 140736470521040 140736470519952 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/2343/statm: 2287 267 226 213 0 72 0
[pid=2344] ppid=2343 vsize=26128 CPUtime=1.3 cores=0,2,4,6
/proc/2344/stat : 2344 (glucose) R 2343 2330 27515 0 -1 4202496 6137 0 0 0 130 0 0 0 20 0 1 0 288529190 26755072 5565 33554432000 4194304 5208918 140737418924400 140737418922360 4229552 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2344/statm: 6532 5565 105 248 0 6281 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 55960

[startup+3.10038 s]
/proc/loadavg: 2.00 2.02 2.00 3/183 2344
/proc/meminfo: memFree=29622508/32873844 swapFree=7900/7900
[pid=2330] ppid=2328 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2330/stat : 2330 (npSolver-wbo-I.) S 2328 2330 27515 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288529172 9367552 275 33554432000 4194304 5064252 140734176319344 140734176318256 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2330/statm: 2287 275 233 213 0 72 0
[pid=2331] ppid=2330 vsize=11536 CPUtime=0.15 cores=0,2,4,6
/proc/2331/stat : 2331 (npSolver-wbo) S 2330 2330 27515 0 -1 4202496 2876 5679 0 0 11 2 2 0 20 0 1 0 288529172 11812864 2207 33554432000 4194304 5990268 140735590821072 140735590812512 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2331/statm: 2884 2207 163 439 0 2441 0
[pid=2343] ppid=2331 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2343/stat : 2343 (satsolver.sh) S 2331 2330 27515 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 288529190 9367552 267 33554432000 4194304 5064252 140736470521040 140736470519952 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/2343/statm: 2287 267 226 213 0 72 0
[pid=2344] ppid=2343 vsize=27472 CPUtime=2.91 cores=0,2,4,6
/proc/2344/stat : 2344 (glucose) R 2343 2330 27515 0 -1 4202496 7221 0 0 0 290 1 0 0 20 0 1 0 288529190 28131328 5904 33554432000 4194304 5208918 140737418924400 140737418922232 4213241 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2344/statm: 6868 5904 105 248 0 6617 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 57304

[startup+6.30039 s]
/proc/loadavg: 2.08 2.03 2.01 3/183 2344
/proc/meminfo: memFree=29615500/32873844 swapFree=7900/7900
[pid=2330] ppid=2328 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2330/stat : 2330 (npSolver-wbo-I.) S 2328 2330 27515 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288529172 9367552 275 33554432000 4194304 5064252 140734176319344 140734176318256 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2330/statm: 2287 275 233 213 0 72 0
[pid=2331] ppid=2330 vsize=11536 CPUtime=0.15 cores=0,2,4,6
/proc/2331/stat : 2331 (npSolver-wbo) S 2330 2330 27515 0 -1 4202496 2876 5679 0 0 11 2 2 0 20 0 1 0 288529172 11812864 2207 33554432000 4194304 5990268 140735590821072 140735590812512 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2331/statm: 2884 2207 163 439 0 2441 0
[pid=2343] ppid=2331 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2343/stat : 2343 (satsolver.sh) S 2331 2330 27515 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 288529190 9367552 267 33554432000 4194304 5064252 140736470521040 140736470519952 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/2343/statm: 2287 267 226 213 0 72 0
[pid=2344] ppid=2343 vsize=46104 CPUtime=6.11 cores=0,2,4,6
/proc/2344/stat : 2344 (glucose) R 2343 2330 27515 0 -1 4202496 8791 0 0 0 610 1 0 0 20 0 1 0 288529190 47210496 8637 33554432000 4194304 5208918 140737418924400 140737418922344 4211635 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2344/statm: 11526 8637 105 248 0 11275 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 75936

[startup+12.7004 s]
/proc/loadavg: 2.07 2.03 2.00 3/183 2344
/proc/meminfo: memFree=29604160/32873844 swapFree=7900/7900
[pid=2330] ppid=2328 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2330/stat : 2330 (npSolver-wbo-I.) S 2328 2330 27515 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288529172 9367552 275 33554432000 4194304 5064252 140734176319344 140734176318256 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2330/statm: 2287 275 233 213 0 72 0
[pid=2331] ppid=2330 vsize=11536 CPUtime=0.15 cores=0,2,4,6
/proc/2331/stat : 2331 (npSolver-wbo) S 2330 2330 27515 0 -1 4202496 2876 5679 0 0 11 2 2 0 20 0 1 0 288529172 11812864 2207 33554432000 4194304 5990268 140735590821072 140735590812512 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2331/statm: 2884 2207 163 439 0 2441 0
[pid=2343] ppid=2331 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2343/stat : 2343 (satsolver.sh) S 2331 2330 27515 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 288529190 9367552 267 33554432000 4194304 5064252 140736470521040 140736470519952 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/2343/statm: 2287 267 226 213 0 72 0
[pid=2344] ppid=2343 vsize=46104 CPUtime=12.5 cores=0,2,4,6
/proc/2344/stat : 2344 (glucose) R 2343 2330 27515 0 -1 4202496 8920 0 0 0 1249 1 0 0 20 0 1 0 288529190 47210496 10809 33554432000 4194304 5208918 140737418924400 140737418920712 4211834 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2344/statm: 11526 10809 105 248 0 11275 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 75936

[startup+25.5004 s]
/proc/loadavg: 2.06 2.03 2.00 3/183 2344
/proc/meminfo: memFree=29597096/32873844 swapFree=7900/7900
[pid=2330] ppid=2328 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2330/stat : 2330 (npSolver-wbo-I.) S 2328 2330 27515 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288529172 9367552 275 33554432000 4194304 5064252 140734176319344 140734176318256 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2330/statm: 2287 275 233 213 0 72 0
[pid=2331] ppid=2330 vsize=11536 CPUtime=0.15 cores=0,2,4,6
/proc/2331/stat : 2331 (npSolver-wbo) S 2330 2330 27515 0 -1 4202496 2876 5679 0 0 11 2 2 0 20 0 1 0 288529172 11812864 2207 33554432000 4194304 5990268 140735590821072 140735590812512 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2331/statm: 2884 2207 163 439 0 2441 0
[pid=2343] ppid=2331 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2343/stat : 2343 (satsolver.sh) S 2331 2330 27515 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 288529190 9367552 267 33554432000 4194304 5064252 140736470521040 140736470519952 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/2343/statm: 2287 267 226 213 0 72 0
[pid=2344] ppid=2343 vsize=53288 CPUtime=25.31 cores=0,2,4,6
/proc/2344/stat : 2344 (glucose) R 2343 2330 27515 0 -1 4202496 9742 0 0 0 2529 2 0 0 20 0 1 0 288529190 54566912 12578 33554432000 4194304 5208918 140737418924400 140737418920168 4211605 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2344/statm: 13322 12578 105 248 0 13071 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 83120

[startup+51.1004 s]
/proc/loadavg: 2.12 2.04 2.01 3/183 2344
/proc/meminfo: memFree=29598644/32873844 swapFree=7900/7900
[pid=2330] ppid=2328 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2330/stat : 2330 (npSolver-wbo-I.) S 2328 2330 27515 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288529172 9367552 275 33554432000 4194304 5064252 140734176319344 140734176318256 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2330/statm: 2287 275 233 213 0 72 0
[pid=2331] ppid=2330 vsize=11536 CPUtime=0.15 cores=0,2,4,6
/proc/2331/stat : 2331 (npSolver-wbo) S 2330 2330 27515 0 -1 4202496 2876 5679 0 0 11 2 2 0 20 0 1 0 288529172 11812864 2207 33554432000 4194304 5990268 140735590821072 140735590812512 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2331/statm: 2884 2207 163 439 0 2441 0
[pid=2343] ppid=2331 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2343/stat : 2343 (satsolver.sh) S 2331 2330 27515 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 288529190 9367552 267 33554432000 4194304 5064252 140736470521040 140736470519952 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/2343/statm: 2287 267 226 213 0 72 0
[pid=2344] ppid=2343 vsize=76564 CPUtime=50.9 cores=0,2,4,6
/proc/2344/stat : 2344 (glucose) R 2343 2330 27515 0 -1 4202496 11857 0 0 0 5087 3 0 0 20 0 1 0 288529190 78401536 12846 33554432000 4194304 5208918 140737418924400 140737418920712 4229326 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2344/statm: 19141 12846 105 248 0 18890 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 106396

[startup+102.307 s]
/proc/loadavg: 2.05 2.03 2.00 3/183 2344
/proc/meminfo: memFree=29563024/32873844 swapFree=7900/7900
[pid=2330] ppid=2328 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2330/stat : 2330 (npSolver-wbo-I.) S 2328 2330 27515 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288529172 9367552 275 33554432000 4194304 5064252 140734176319344 140734176318256 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2330/statm: 2287 275 233 213 0 72 0
[pid=2331] ppid=2330 vsize=11536 CPUtime=0.15 cores=0,2,4,6
/proc/2331/stat : 2331 (npSolver-wbo) S 2330 2330 27515 0 -1 4202496 2876 5679 0 0 11 2 2 0 20 0 1 0 288529172 11812864 2207 33554432000 4194304 5990268 140735590821072 140735590812512 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2331/statm: 2884 2207 163 439 0 2441 0
[pid=2343] ppid=2331 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2343/stat : 2343 (satsolver.sh) S 2331 2330 27515 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 288529190 9367552 267 33554432000 4194304 5064252 140736470521040 140736470519952 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/2343/statm: 2287 267 226 213 0 72 0
[pid=2344] ppid=2343 vsize=107044 CPUtime=102.1 cores=0,2,4,6
/proc/2344/stat : 2344 (glucose) R 2343 2330 27515 0 -1 4202496 12538 0 0 0 10205 5 0 0 20 0 1 0 288529190 109613056 21151 33554432000 4194304 5208918 140737418924400 140737418922488 4211656 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2344/statm: 26761 21151 105 248 0 26510 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 136876

[startup+162.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/183 2344
/proc/meminfo: memFree=29562404/32873844 swapFree=7900/7900
[pid=2330] ppid=2328 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2330/stat : 2330 (npSolver-wbo-I.) S 2328 2330 27515 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288529172 9367552 275 33554432000 4194304 5064252 140734176319344 140734176318256 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2330/statm: 2287 275 233 213 0 72 0
[pid=2331] ppid=2330 vsize=11536 CPUtime=0.15 cores=0,2,4,6
/proc/2331/stat : 2331 (npSolver-wbo) S 2330 2330 27515 0 -1 4202496 2876 5679 0 0 11 2 2 0 20 0 1 0 288529172 11812864 2207 33554432000 4194304 5990268 140735590821072 140735590812512 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2331/statm: 2884 2207 163 439 0 2441 0
[pid=2343] ppid=2331 vsize=9148 CPUtime=0 cores=0,2,4,6

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


[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 2513
/proc/meminfo: memFree=30394996/32873844 swapFree=7900/7900
[pid=2330] ppid=2328 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2330/stat : 2330 (npSolver-wbo-I.) S 2328 2330 27515 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288529172 9367552 275 33554432000 4194304 5064252 140734176319344 140734176318256 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2330/statm: 2287 275 233 213 0 72 0
[pid=2331] ppid=2330 vsize=19724 CPUtime=1185.91 cores=0,2,4,6
/proc/2331/stat : 2331 (npSolver-wbo) S 2330 2330 27515 0 -1 4202496 21949 143705 0 0 115 16 118386 74 20 0 1 0 288529172 20197376 4153 33554432000 4194304 5990268 140735590821072 140735590812512 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2331/statm: 4931 4153 164 439 0 4488 0
[pid=2512] ppid=2331 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2512/stat : 2512 (satsolver.sh) S 2331 2330 27515 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 288647804 9367552 266 33554432000 4194304 5064252 140737064693376 140737064692288 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/2512/statm: 2287 266 226 213 0 72 0
[pid=2513] ppid=2512 vsize=106880 CPUtime=175.93 cores=0,2,4,6
/proc/2513/stat : 2513 (glucose) R 2512 2330 27515 0 -1 4202496 11518 0 0 0 17588 5 0 0 20 0 1 0 288647804 109445120 20506 33554432000 4194304 5208918 140734793219200 140734793215576 4230008 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2513/statm: 26720 20506 105 248 0 26469 0
Current children cumulated CPU time (s) 1361.84
Current children cumulated vsize (KiB) 144900

[startup+1422.31 s]
/proc/loadavg: 2.11 2.03 2.01 3/183 2527
/proc/meminfo: memFree=30524836/32873844 swapFree=7900/7900
[pid=2330] ppid=2328 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2330/stat : 2330 (npSolver-wbo-I.) S 2328 2330 27515 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288529172 9367552 275 33554432000 4194304 5064252 140734176319344 140734176318256 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2330/statm: 2287 275 233 213 0 72 0
[pid=2331] ppid=2330 vsize=19724 CPUtime=1415.88 cores=0,2,4,6
/proc/2331/stat : 2331 (npSolver-wbo) S 2330 2330 27515 0 -1 4202496 23873 159119 0 0 126 17 141360 85 20 0 1 0 288529172 20197376 4153 33554432000 4194304 5990268 140735590821072 140735590812512 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2331/statm: 4931 4153 164 439 0 4488 0
[pid=2526] ppid=2331 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2526/stat : 2526 (satsolver.sh) S 2331 2330 27515 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 288670805 9367552 266 33554432000 4194304 5064252 140733803839472 140733803838384 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/2526/statm: 2287 266 226 213 0 72 0
[pid=2527] ppid=2526 vsize=46424 CPUtime=5.96 cores=0,2,4,6
/proc/2527/stat : 2527 (glucose) R 2526 2330 27515 0 -1 4202496 6648 0 0 0 595 1 0 0 20 0 1 0 288670805 47538176 8740 33554432000 4194304 5208918 140737411218800 140737411216744 4212192 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2527/statm: 11606 8740 105 248 0 11355 0
Current children cumulated CPU time (s) 1421.84
Current children cumulated vsize (KiB) 84444

[startup+1482.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/183 2528
/proc/meminfo: memFree=30465936/32873844 swapFree=7900/7900
[pid=2330] ppid=2328 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2330/stat : 2330 (npSolver-wbo-I.) S 2328 2330 27515 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288529172 9367552 275 33554432000 4194304 5064252 140734176319344 140734176318256 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2330/statm: 2287 275 233 213 0 72 0
[pid=2331] ppid=2330 vsize=19724 CPUtime=1415.88 cores=0,2,4,6
/proc/2331/stat : 2331 (npSolver-wbo) S 2330 2330 27515 0 -1 4202496 23873 159119 0 0 126 17 141360 85 20 0 1 0 288529172 20197376 4153 33554432000 4194304 5990268 140735590821072 140735590812512 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2331/statm: 4931 4153 164 439 0 4488 0
[pid=2526] ppid=2331 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2526/stat : 2526 (satsolver.sh) S 2331 2330 27515 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 288670805 9367552 266 33554432000 4194304 5064252 140733803839472 140733803838384 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/2526/statm: 2287 266 226 213 0 72 0
[pid=2527] ppid=2526 vsize=76880 CPUtime=65.94 cores=0,2,4,6
/proc/2527/stat : 2527 (glucose) R 2526 2330 27515 0 -1 4202496 9038 0 0 0 6591 3 0 0 20 0 1 0 288670805 78725120 17213 33554432000 4194304 5208918 140737411218800 140737411215176 4229504 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2527/statm: 19220 17213 105 248 0 18969 0
Current children cumulated CPU time (s) 1481.82
Current children cumulated vsize (KiB) 114900

[startup+1542.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/183 2535
/proc/meminfo: memFree=30483680/32873844 swapFree=7900/7900
[pid=2330] ppid=2328 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2330/stat : 2330 (npSolver-wbo-I.) S 2328 2330 27515 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288529172 9367552 275 33554432000 4194304 5064252 140734176319344 140734176318256 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2330/statm: 2287 275 233 213 0 72 0
[pid=2331] ppid=2330 vsize=19724 CPUtime=1415.88 cores=0,2,4,6
/proc/2331/stat : 2331 (npSolver-wbo) S 2330 2330 27515 0 -1 4202496 23873 159119 0 0 126 17 141360 85 20 0 1 0 288529172 20197376 4153 33554432000 4194304 5990268 140735590821072 140735590812512 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2331/statm: 4931 4153 164 439 0 4488 0
[pid=2526] ppid=2331 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2526/stat : 2526 (satsolver.sh) S 2331 2330 27515 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 288670805 9367552 266 33554432000 4194304 5064252 140733803839472 140733803838384 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/2526/statm: 2287 266 226 213 0 72 0
[pid=2527] ppid=2526 vsize=107228 CPUtime=125.93 cores=0,2,4,6
/proc/2527/stat : 2527 (glucose) R 2526 2330 27515 0 -1 4202496 9192 0 0 0 12589 4 0 0 20 0 1 0 288670805 109801472 21759 33554432000 4194304 5208918 140737411218800 140737411215176 4213121 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2527/statm: 26807 21759 105 248 0 26556 0
Current children cumulated CPU time (s) 1541.81
Current children cumulated vsize (KiB) 145248

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/184 2545
/proc/meminfo: memFree=30505060/32873844 swapFree=7900/7900
[pid=2330] ppid=2328 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2330/stat : 2330 (npSolver-wbo-I.) S 2328 2330 27515 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288529172 9367552 275 33554432000 4194304 5064252 140734176319344 140734176318256 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2330/statm: 2287 275 233 213 0 72 0
[pid=2331] ppid=2330 vsize=19724 CPUtime=1599.21 cores=0,2,4,6
/proc/2331/stat : 2331 (npSolver-wbo) S 2330 2330 27515 0 -1 4202496 25797 172773 0 0 137 18 159672 94 20 0 1 0 288529172 20197376 4153 33554432000 4194304 5990268 140735590821072 140735590812512 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2331/statm: 4931 4153 164 439 0 4488 0
[pid=2544] ppid=2331 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2544/stat : 2544 (satsolver.sh) S 2331 2330 27515 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 288689141 9367552 266 33554432000 4194304 5064252 140733449216000 140733449214912 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/2544/statm: 2287 266 226 213 0 72 0
[pid=2545] ppid=2544 vsize=26876 CPUtime=2.59 cores=0,2,4,6
/proc/2545/stat : 2545 (glucose) R 2544 2330 27515 0 -1 4202496 5851 0 0 0 258 1 0 0 20 0 1 0 288689141 27521024 5903 33554432000 4194304 5208918 140734963708736 140734963705048 4231665 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2545/statm: 6719 5903 105 248 0 6468 0
Current children cumulated CPU time (s) 1601.8
Current children cumulated vsize (KiB) 64896

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 2545
/proc/meminfo: memFree=30452452/32873844 swapFree=7900/7900
[pid=2330] ppid=2328 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2330/stat : 2330 (npSolver-wbo-I.) S 2328 2330 27515 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288529172 9367552 275 33554432000 4194304 5064252 140734176319344 140734176318256 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2330/statm: 2287 275 233 213 0 72 0
[pid=2331] ppid=2330 vsize=19724 CPUtime=1599.21 cores=0,2,4,6
/proc/2331/stat : 2331 (npSolver-wbo) S 2330 2330 27515 0 -1 4202496 25797 172773 0 0 137 18 159672 94 20 0 1 0 288529172 20197376 4153 33554432000 4194304 5990268 140735590821072 140735590812512 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2331/statm: 4931 4153 164 439 0 4488 0
[pid=2544] ppid=2331 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2544/stat : 2544 (satsolver.sh) S 2331 2330 27515 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 288689141 9367552 266 33554432000 4194304 5064252 140733449216000 140733449214912 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/2544/statm: 2287 266 226 213 0 72 0
[pid=2545] ppid=2544 vsize=106992 CPUtime=62.58 cores=0,2,4,6
/proc/2545/stat : 2545 (glucose) R 2544 2330 27515 0 -1 4202496 9375 0 0 0 6254 4 0 0 20 0 1 0 288689141 109559808 19151 33554432000 4194304 5208918 140734963708736 140734963706680 4229319 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2545/statm: 26748 19151 105 248 0 26497 0
Current children cumulated CPU time (s) 1661.79
Current children cumulated vsize (KiB) 145012

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 2545
/proc/meminfo: memFree=30374320/32873844 swapFree=7900/7900
[pid=2330] ppid=2328 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2330/stat : 2330 (npSolver-wbo-I.) S 2328 2330 27515 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288529172 9367552 275 33554432000 4194304 5064252 140734176319344 140734176318256 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2330/statm: 2287 275 233 213 0 72 0
[pid=2331] ppid=2330 vsize=19724 CPUtime=1599.21 cores=0,2,4,6
/proc/2331/stat : 2331 (npSolver-wbo) S 2330 2330 27515 0 -1 4202496 25797 172773 0 0 137 18 159672 94 20 0 1 0 288529172 20197376 4153 33554432000 4194304 5990268 140735590821072 140735590812512 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2331/statm: 4931 4153 164 439 0 4488 0
[pid=2544] ppid=2331 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2544/stat : 2544 (satsolver.sh) S 2331 2330 27515 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 288689141 9367552 266 33554432000 4194304 5064252 140733449216000 140733449214912 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/2544/statm: 2287 266 226 213 0 72 0
[pid=2545] ppid=2544 vsize=156312 CPUtime=122.56 cores=0,2,4,6
/proc/2545/stat : 2545 (glucose) R 2544 2330 27515 0 -1 4202496 10128 0 0 0 12251 5 0 0 20 0 1 0 288689141 160063488 29238 33554432000 4194304 5208918 140734963708736 140734963706728 4229850 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2545/statm: 39078 29238 105 248 0 38827 0
Current children cumulated CPU time (s) 1721.77
Current children cumulated vsize (KiB) 194332

[startup+1782.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/183 2546
/proc/meminfo: memFree=30410032/32873844 swapFree=7900/7900
[pid=2330] ppid=2328 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2330/stat : 2330 (npSolver-wbo-I.) S 2328 2330 27515 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288529172 9367552 275 33554432000 4194304 5064252 140734176319344 140734176318256 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2330/statm: 2287 275 233 213 0 72 0
[pid=2331] ppid=2330 vsize=19724 CPUtime=1599.21 cores=0,2,4,6
/proc/2331/stat : 2331 (npSolver-wbo) S 2330 2330 27515 0 -1 4202496 25797 172773 0 0 137 18 159672 94 20 0 1 0 288529172 20197376 4153 33554432000 4194304 5990268 140735590821072 140735590812512 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2331/statm: 4931 4153 164 439 0 4488 0
[pid=2544] ppid=2331 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2544/stat : 2544 (satsolver.sh) S 2331 2330 27515 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 288689141 9367552 266 33554432000 4194304 5064252 140733449216000 140733449214912 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/2544/statm: 2287 266 226 213 0 72 0
[pid=2545] ppid=2544 vsize=106992 CPUtime=182.56 cores=0,2,4,6
/proc/2545/stat : 2545 (glucose) R 2544 2330 27515 0 -1 4202496 10883 0 0 0 18249 7 0 0 20 0 1 0 288689141 109559808 21199 33554432000 4194304 5208918 140734963708736 140734963705112 4228997 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2545/statm: 26748 21199 105 248 0 26497 0
Current children cumulated CPU time (s) 1781.77
Current children cumulated vsize (KiB) 145012



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 2.05 2.01 2.00 3/183 2546
/proc/meminfo: memFree=30351820/32873844 swapFree=7900/7900
[pid=2330] ppid=2328 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2330/stat : 2330 (npSolver-wbo-I.) S 2328 2330 27515 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288529172 9367552 275 33554432000 4194304 5064252 140734176319344 140734176318256 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2330/statm: 2287 275 233 213 0 72 0
[pid=2331] ppid=2330 vsize=19724 CPUtime=1599.21 cores=0,2,4,6
/proc/2331/stat : 2331 (npSolver-wbo) S 2330 2330 27515 0 -1 4202496 25797 172773 0 0 137 18 159672 94 20 0 1 0 288529172 20197376 4153 33554432000 4194304 5990268 140735590821072 140735590812512 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2331/statm: 4931 4153 164 439 0 4488 0
[pid=2544] ppid=2331 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2544/stat : 2544 (satsolver.sh) S 2331 2330 27515 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 288689141 9367552 266 33554432000 4194304 5064252 140733449216000 140733449214912 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/2544/statm: 2287 266 226 213 0 72 0
[pid=2545] ppid=2544 vsize=156312 CPUtime=200.86 cores=0,2,4,6
/proc/2545/stat : 2545 (glucose) R 2544 2330 27515 0 -1 4202496 11261 0 0 0 20079 7 0 0 20 0 1 0 288689141 160063488 31286 33554432000 4194304 5208918 140734963708736 140734963706728 4228997 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2545/statm: 39078 31286 105 248 0 38827 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 194332

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.62
CPU time (s): 1800.11
CPU user time (s): 1798.9
CPU system time (s): 1.21481
CPU usage (%): 99.972
Max. virtual memory (cumulated for all children) (KiB): 226196

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.9
system time used= 1.21481
maximum resident set size= 168256
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 210821
page faults= 0
swaps= 0
block input operations= 0
block output operations= 166288
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 751
involuntary context switches= 2285

runsolver used 3.58645 second user time and 7.9178 second system time

The end

Launcher Data

Begin job on node137 at 2012-05-28 18:54:06
IDJOB=3714154
IDBENCH=79492
IDSOLVER=2295
FILE ID=node137/3714154-1338224046
RUNJOBID= node137-1338210757-32081
PBS_JOBID= 14624572
Free space on /tmp= 71044 MiB

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

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

MD5SUM BENCH= 832b6d889e2e04fac8730ab9437bdddf
RANDOM SEED=1912428435

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        29661628 kB
Buffers:          419748 kB
Cached:          1118932 kB
SwapCached:        20904 kB
Active:          2123756 kB
Inactive:         219708 kB
Active(anon):     784076 kB
Inactive(anon):    22936 kB
Active(file):    1339680 kB
Inactive(file):   196772 kB
Unevictable:        7900 kB
Mlocked:            7900 kB
SwapTotal:      67108856 kB
SwapFree:       67082664 kB
Dirty:              8444 kB
Writeback:             0 kB
AnonPages:        793080 kB
Mapped:            10656 kB
Shmem:                 0 kB
Slab:             724772 kB
SReclaimable:     166080 kB
SUnreclaim:       558692 kB
KernelStack:        1480 kB
PageTables:         5384 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1009108 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    716800 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= 71236 MiB
End job on node137 at 2012-05-28 19:24:07