Trace number 3753079

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
npSolver inc-topdown-quickBound (fixed)OPTIMUM 1796.28 1796.57

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/wcsp/coloring/
normalized-queen5-5-4_wcsp.wbo
MD5SUMaaeffaeae7d7089614c30e01f22ee722
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark12
Best CPU time to get the best result obtained on this benchmark1011.71
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables100
Total number of constraints665
Number of soft constraints640
Number of constraints which are clauses640
Number of constraints which are cardinality constraints (but not clauses)25
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint4
Top cost 161
Min constraint cost 1
Max constraint cost 1
Sum of constraints costs 640
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
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.04	o 23
0.00/0.04	c starting approximation
0.00/0.04	c factor = 1
0.00/0.04	c can not find a suitable factor, leaving approximation
0.00/0.04	c finished approximation
0.00/0.04	c (debug) using card networks
0.00/0.14	o 20
0.00/0.14	c (debug) using card networks
0.00/0.25	o 19
0.00/0.25	c (debug) using card networks
0.00/0.35	o 18
0.00/0.35	c (debug) using card networks
0.00/0.48	o 17
0.00/0.64	o 16
12.26/12.39	o 15
18.28/18.32	o 14
30.67/30.78	o 13
125.84/125.95	o 12
1796.18/1796.57	c display solution
1796.18/1796.57	s OPTIMUM FOUND
1796.18/1796.57	v -x1 -x2 -x3 x4 x5 -x6 -x7 -x8 -x9 -x10 x11 -x12 x13 -x14 -x15 -x16 -x17 x18 -x19 -x20 -x21 x22 -x23 -x24 -x25 x26 -x27 -x28 -x29 -x30 -x31 x32 x33 -x34 -x35 -x36 -x37 -x38 x39 -x40 x41 -x42 -x43 -x44 -x45 -x46 x47 -x48 x49 -x50 -x51 -x52 -x53 x54 -x55 -x56 -x57 -x58 -x59 x60 -x61 x62 -x63 -x64 -x65 -x66 -x67 x68 x69 -x70 -x71 -x72 -x73 -x74 x75 -x76 -x77 -x78 x79 -x80 -x81 -x82 x83 -x84 -x85 -x86 -x87 x88 -x89 x90 -x91 -x92 -x93 -x94 -x95 x96 x97 -x98 -x99 -x100 

Verifier Data

OK	12

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-3753079-1339213615/watcher-3753079-1339213615 -o /tmp/evaluation-result-3753079-1339213615/solver-3753079-1339213615 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-Itdqb.sh HOME/instance-3753079-1339213615.wbo 1520612729 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: 4.27 2.87 2.18 3/178 21421
/proc/meminfo: memFree=31461344/32873852 swapFree=7632/7632
[pid=21421] ppid=21419 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21421/stat : 21421 (npSolver-wbo-It) S 21419 21421 6170 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 387486500 9367552 275 33554432000 4194304 5064252 140733380328128 140733380327040 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21421/statm: 2287 275 233 213 0 72 0

[startup+0.0909399 s]
/proc/loadavg: 4.27 2.87 2.18 3/178 21421
/proc/meminfo: memFree=31461344/32873852 swapFree=7632/7632
[pid=21421] ppid=21419 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21421/stat : 21421 (npSolver-wbo-It) S 21419 21421 6170 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 387486500 9367552 275 33554432000 4194304 5064252 140733380328128 140733380327040 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21421/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100272 s]
/proc/loadavg: 4.27 2.87 2.18 3/178 21421
/proc/meminfo: memFree=31461344/32873852 swapFree=7632/7632
[pid=21421] ppid=21419 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21421/stat : 21421 (npSolver-wbo-It) S 21419 21421 6170 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 387486500 9367552 275 33554432000 4194304 5064252 140733380328128 140733380327040 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21421/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300256 s]
/proc/loadavg: 4.27 2.87 2.18 3/178 21421
/proc/meminfo: memFree=31461344/32873852 swapFree=7632/7632
[pid=21421] ppid=21419 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21421/stat : 21421 (npSolver-wbo-It) S 21419 21421 6170 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 387486500 9367552 275 33554432000 4194304 5064252 140733380328128 140733380327040 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21421/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700215 s]
/proc/loadavg: 4.27 2.87 2.18 3/178 21421
/proc/meminfo: memFree=31461344/32873852 swapFree=7632/7632
[pid=21421] ppid=21419 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21421/stat : 21421 (npSolver-wbo-It) S 21419 21421 6170 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 387486500 9367552 275 33554432000 4194304 5064252 140733380328128 140733380327040 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21421/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50031 s]
/proc/loadavg: 4.27 2.87 2.18 3/182 21470
/proc/meminfo: memFree=31451404/32873852 swapFree=7632/7632
[pid=21421] ppid=21419 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21421/stat : 21421 (npSolver-wbo-It) S 21419 21421 6170 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 387486500 9367552 275 33554432000 4194304 5064252 140733380328128 140733380327040 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21421/statm: 2287 275 233 213 0 72 0
[pid=21422] ppid=21421 vsize=4588 CPUtime=0.63 cores=0,2,4,6
/proc/21422/stat : 21422 (npSolver-wbo) S 21421 21421 6170 0 -1 4202496 4339 30410 0 0 9 1 40 13 20 0 1 0 387486500 4698112 776 33554432000 4194304 6006132 140737240579504 140737240570896 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21422/statm: 1147 776 190 443 0 700 0
[pid=21469] ppid=21422 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21469/stat : 21469 (satsolver.sh) S 21422 21421 6170 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 387486565 9367552 266 33554432000 4194304 5064252 140735552867328 140735552866240 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/21469/statm: 2287 266 226 213 0 72 0
[pid=21470] ppid=21469 vsize=9548 CPUtime=0.83 cores=0,2,4,6
/proc/21470/stat : 21470 (glucose) R 21469 21421 6170 0 -1 4202496 2290 0 0 0 83 0 0 0 20 0 1 0 387486565 9777152 1850 33554432000 4194304 5208918 140735496230096 140735496228040 4212690 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/21470/statm: 2387 1850 96 248 0 2136 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 32432

[startup+3.10035 s]
/proc/loadavg: 4.27 2.87 2.18 4/182 21477
/proc/meminfo: memFree=31452148/32873852 swapFree=7632/7632
[pid=21421] ppid=21419 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21421/stat : 21421 (npSolver-wbo-It) S 21419 21421 6170 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 387486500 9367552 275 33554432000 4194304 5064252 140733380328128 140733380327040 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21421/statm: 2287 275 233 213 0 72 0
[pid=21422] ppid=21421 vsize=4588 CPUtime=0.63 cores=0,2,4,6
/proc/21422/stat : 21422 (npSolver-wbo) S 21421 21421 6170 0 -1 4202496 4339 30410 0 0 9 1 40 13 20 0 1 0 387486500 4698112 776 33554432000 4194304 6006132 140737240579504 140737240570896 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21422/statm: 1147 776 190 443 0 700 0
[pid=21469] ppid=21422 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21469/stat : 21469 (satsolver.sh) S 21422 21421 6170 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 387486565 9367552 266 33554432000 4194304 5064252 140735552867328 140735552866240 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/21469/statm: 2287 266 226 213 0 72 0
[pid=21470] ppid=21469 vsize=12704 CPUtime=2.44 cores=0,2,4,6
/proc/21470/stat : 21470 (glucose) R 21469 21421 6170 0 -1 4202496 3419 0 0 0 243 1 0 0 20 0 1 0 387486565 13008896 2526 33554432000 4194304 5208918 140735496230096 140735496228184 4229021 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/21470/statm: 3176 2526 96 248 0 2925 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 35588

[startup+6.30035 s]
/proc/loadavg: 4.17 2.87 2.19 3/182 21484
/proc/meminfo: memFree=31448440/32873852 swapFree=7632/7632
[pid=21421] ppid=21419 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21421/stat : 21421 (npSolver-wbo-It) S 21419 21421 6170 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 387486500 9367552 275 33554432000 4194304 5064252 140733380328128 140733380327040 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21421/statm: 2287 275 233 213 0 72 0
[pid=21422] ppid=21421 vsize=4588 CPUtime=0.63 cores=0,2,4,6
/proc/21422/stat : 21422 (npSolver-wbo) S 21421 21421 6170 0 -1 4202496 4339 30410 0 0 9 1 40 13 20 0 1 0 387486500 4698112 776 33554432000 4194304 6006132 140737240579504 140737240570896 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21422/statm: 1147 776 190 443 0 700 0
[pid=21469] ppid=21422 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21469/stat : 21469 (satsolver.sh) S 21422 21421 6170 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 387486565 9367552 266 33554432000 4194304 5064252 140735552867328 140735552866240 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/21469/statm: 2287 266 226 213 0 72 0
[pid=21470] ppid=21469 vsize=14352 CPUtime=5.64 cores=0,2,4,6
/proc/21470/stat : 21470 (glucose) R 21469 21421 6170 0 -1 4202496 4012 0 0 0 563 1 0 0 20 0 1 0 387486565 14696448 3083 33554432000 4194304 5208918 140735496230096 140735496227960 4229528 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/21470/statm: 3588 3083 96 248 0 3337 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 37236

[startup+12.7002 s]
/proc/loadavg: 4.08 2.87 2.19 3/182 21498
/proc/meminfo: memFree=31445780/32873852 swapFree=7632/7632
[pid=21421] ppid=21419 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21421/stat : 21421 (npSolver-wbo-It) S 21419 21421 6170 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 387486500 9367552 275 33554432000 4194304 5064252 140733380328128 140733380327040 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21421/statm: 2287 275 233 213 0 72 0
[pid=21422] ppid=21421 vsize=4588 CPUtime=12.38 cores=0,2,4,6
/proc/21422/stat : 21422 (npSolver-wbo) S 21421 21421 6170 0 -1 4202496 4847 38226 0 0 10 2 1209 17 20 0 1 0 387486500 4698112 776 33554432000 4194304 6006132 140737240579504 140737240570896 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21422/statm: 1147 776 190 443 0 700 0
Current children cumulated CPU time (s) 12.38
Current children cumulated vsize (KiB) 13736

[startup+25.5003 s]
/proc/loadavg: 3.62 2.83 2.19 4/182 21547
/proc/meminfo: memFree=31451700/32873852 swapFree=7632/7632
[pid=21421] ppid=21419 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21421/stat : 21421 (npSolver-wbo-It) S 21419 21421 6170 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 387486500 9367552 275 33554432000 4194304 5064252 140733380328128 140733380327040 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21421/statm: 2287 275 233 213 0 72 0
[pid=21422] ppid=21421 vsize=4588 CPUtime=18.32 cores=0,2,4,6
/proc/21422/stat : 21422 (npSolver-wbo) S 21421 21421 6170 0 -1 4202496 5339 45006 0 0 11 2 1800 19 20 0 1 0 387486500 4698112 777 33554432000 4194304 6006132 140737240579504 140737240570896 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21422/statm: 1147 777 190 443 0 700 0
[pid=21525] ppid=21422 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21525/stat : 21525 (satsolver.sh) S 21422 21421 6170 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 387488334 9367552 267 33554432000 4194304 5064252 140734054455888 140734054454800 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/21525/statm: 2287 267 226 213 0 72 0
[pid=21526] ppid=21525 vsize=13520 CPUtime=7.14 cores=0,2,4,6
/proc/21526/stat : 21526 (glucose) R 21525 21421 6170 0 -1 4202496 3752 0 0 0 714 0 0 0 20 0 1 0 387488334 13844480 2996 33554432000 4194304 5208918 140734411441840 140734411439704 4229374 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/21526/statm: 3380 2996 96 248 0 3129 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 36404

[startup+51.1003 s]
/proc/loadavg: 3.22 2.79 2.19 3/182 21610
/proc/meminfo: memFree=31445412/32873852 swapFree=7632/7632
[pid=21421] ppid=21419 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21421/stat : 21421 (npSolver-wbo-It) S 21419 21421 6170 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 387486500 9367552 275 33554432000 4194304 5064252 140733380328128 140733380327040 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21421/statm: 2287 275 233 213 0 72 0
[pid=21422] ppid=21421 vsize=4588 CPUtime=30.78 cores=0,2,4,6
/proc/21422/stat : 21422 (npSolver-wbo) S 21421 21421 6170 0 -1 4202496 5692 52508 0 0 12 2 3042 22 20 0 1 0 387486500 4698112 777 33554432000 4194304 6006132 140737240579504 140737240570896 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21422/statm: 1147 777 190 443 0 700 0
[pid=21565] ppid=21422 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21565/stat : 21565 (satsolver.sh) S 21422 21421 6170 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 387489580 9367552 266 33554432000 4194304 5064252 140734231735440 140734231734352 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/21565/statm: 2287 266 226 213 0 72 0
[pid=21566] ppid=21565 vsize=20860 CPUtime=20.28 cores=0,2,4,6
/proc/21566/stat : 21566 (glucose) R 21565 21421 6170 0 -1 4202496 4717 0 0 0 2028 0 0 0 20 0 1 0 387489580 21360640 4350 33554432000 4194304 5208918 140735583095280 140735583093224 4229311 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/21566/statm: 5215 4350 96 248 0 4964 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 43744

[startup+102.307 s]
/proc/loadavg: 2.59 2.68 2.18 4/181 21736
/proc/meminfo: memFree=31430060/32873852 swapFree=7632/7632
[pid=21421] ppid=21419 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21421/stat : 21421 (npSolver-wbo-It) S 21419 21421 6170 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 387486500 9367552 275 33554432000 4194304 5064252 140733380328128 140733380327040 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21421/statm: 2287 275 233 213 0 72 0
[pid=21422] ppid=21421 vsize=4588 CPUtime=30.78 cores=0,2,4,6
/proc/21422/stat : 21422 (npSolver-wbo) S 21421 21421 6170 0 -1 4202496 5692 52508 0 0 12 2 3042 22 20 0 1 0 387486500 4698112 777 33554432000 4194304 6006132 140737240579504 140737240570896 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21422/statm: 1147 777 190 443 0 700 0
[pid=21565] ppid=21422 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21565/stat : 21565 (satsolver.sh) S 21422 21421 6170 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 387489580 9367552 266 33554432000 4194304 5064252 140734231735440 140734231734352 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/21565/statm: 2287 266 226 213 0 72 0
[pid=21566] ppid=21565 vsize=38572 CPUtime=71.48 cores=0,2,4,6
/proc/21566/stat : 21566 (glucose) R 21565 21421 6170 0 -1 4202496 6614 0 0 0 7147 1 0 0 20 0 1 0 387489580 39497728 8183 33554432000 4194304 5208918 140735583095280 140735583093272 4230573 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/21566/statm: 9643 8183 102 248 0 9392 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 61456

[startup+162.3 s]
/proc/loadavg: 2.33 2.59 2.18 4/181 21890
/proc/meminfo: memFree=31441996/32873852 swapFree=7632/7632
[pid=21421] ppid=21419 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21421/stat : 21421 (npSolver-wbo-It) S 21419 21421 6170 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 387486500 9367552 275 33554432000 4194304 5064252 140733380328128 140733380327040 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21421/statm: 2287 275 233 213 0 72 0
[pid=21422] ppid=21421 vsize=4588 CPUtime=125.92 cores=0,2,4,6
/proc/21422/stat : 21422 (npSolver-wbo) S 21421 21421 6170 0 -1 4202496 6034 63036 0 0 13 2 12552 25 20 0 1 0 387486500 4698112 777 33554432000 4194304 6006132 140737240579504 140737240570896 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21422/statm: 1147 777 190 443 0 700 0
[pid=21801] ppid=21422 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21801/stat : 21801 (satsolver.sh) S 21422 21421 6170 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 387499097 9367552 267 33554432000 4194304 5064252 140733656471168 140733656470080 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/21801/statm: 2287 267 226 213 0 72 0
[pid=21802] ppid=21801 vsize=22784 CPUtime=36.31 cores=0,2,4,6
/proc/21802/stat : 21802 (glucose) R 21801 21421 6170 0 -1 4202496 5306 0 0 0 3631 0 0 0 20 0 1 0 387499097 23330816 4870 33554432000 4194304 5208918 140736806033072 140736806031016 4229365 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/21802/statm: 5696 4870 96 248 0 5445 0
Current children cumulated CPU time (s) 162.23

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

/proc/21801/statm: 2287 267 226 213 0 72 0
[pid=21802] ppid=21801 vsize=105996 CPUtime=1476.09 cores=0,2,4,6
/proc/21802/stat : 21802 (glucose) R 21801 21421 6170 0 -1 4202496 10349 0 0 0 147605 4 0 0 20 0 1 0 387499097 108539904 25603 33554432000 4194304 5208918 140736806033072 140736806029384 4229483 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/21802/statm: 26499 25603 103 248 0 26248 0
Current children cumulated CPU time (s) 1602.01
Current children cumulated vsize (KiB) 128880

[startup+1662.3 s]
/proc/loadavg: 2.01 2.00 2.00 4/181 25539
/proc/meminfo: memFree=31351516/32873852 swapFree=7632/7632
[pid=21421] ppid=21419 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21421/stat : 21421 (npSolver-wbo-It) S 21419 21421 6170 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 387486500 9367552 275 33554432000 4194304 5064252 140733380328128 140733380327040 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21421/statm: 2287 275 233 213 0 72 0
[pid=21422] ppid=21421 vsize=4588 CPUtime=125.92 cores=0,2,4,6
/proc/21422/stat : 21422 (npSolver-wbo) S 21421 21421 6170 0 -1 4202496 6034 63036 0 0 13 2 12552 25 20 0 1 0 387486500 4698112 777 33554432000 4194304 6006132 140737240579504 140737240570896 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21422/statm: 1147 777 190 443 0 700 0
[pid=21801] ppid=21422 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21801/stat : 21801 (satsolver.sh) S 21422 21421 6170 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 387499097 9367552 267 33554432000 4194304 5064252 140733656471168 140733656470080 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/21801/statm: 2287 267 226 213 0 72 0
[pid=21802] ppid=21801 vsize=105996 CPUtime=1536.08 cores=0,2,4,6
/proc/21802/stat : 21802 (glucose) R 21801 21421 6170 0 -1 4202496 10349 0 0 0 153604 4 0 0 20 0 1 0 387499097 108539904 25603 33554432000 4194304 5208918 140736806033072 140736806029384 4229699 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/21802/statm: 26499 25603 103 248 0 26248 0
Current children cumulated CPU time (s) 1662
Current children cumulated vsize (KiB) 128880

[startup+1722.3 s]
/proc/loadavg: 1.66 1.92 1.97 2/172 25648
/proc/meminfo: memFree=31435032/32873852 swapFree=7632/7632
[pid=21421] ppid=21419 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21421/stat : 21421 (npSolver-wbo-It) S 21419 21421 6170 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 387486500 9367552 275 33554432000 4194304 5064252 140733380328128 140733380327040 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21421/statm: 2287 275 233 213 0 72 0
[pid=21422] ppid=21421 vsize=4588 CPUtime=125.92 cores=0,2,4,6
/proc/21422/stat : 21422 (npSolver-wbo) S 21421 21421 6170 0 -1 4202496 6034 63036 0 0 13 2 12552 25 20 0 1 0 387486500 4698112 777 33554432000 4194304 6006132 140737240579504 140737240570896 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21422/statm: 1147 777 190 443 0 700 0
[pid=21801] ppid=21422 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21801/stat : 21801 (satsolver.sh) S 21422 21421 6170 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 387499097 9367552 267 33554432000 4194304 5064252 140733656471168 140733656470080 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/21801/statm: 2287 267 226 213 0 72 0
[pid=21802] ppid=21801 vsize=105996 CPUtime=1596.07 cores=0,2,4,6
/proc/21802/stat : 21802 (glucose) R 21801 21421 6170 0 -1 4202496 10349 0 0 0 159603 4 0 0 20 0 1 0 387499097 108539904 25603 33554432000 4194304 5208918 140736806033072 140736806029384 4212703 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/21802/statm: 26499 25603 103 248 0 26248 0
Current children cumulated CPU time (s) 1721.99
Current children cumulated vsize (KiB) 128880

[startup+1782.3 s]
/proc/loadavg: 1.24 1.75 1.91 2/172 25648
/proc/meminfo: memFree=31433108/32873852 swapFree=7632/7632
[pid=21421] ppid=21419 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21421/stat : 21421 (npSolver-wbo-It) S 21419 21421 6170 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 387486500 9367552 275 33554432000 4194304 5064252 140733380328128 140733380327040 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21421/statm: 2287 275 233 213 0 72 0
[pid=21422] ppid=21421 vsize=4588 CPUtime=125.92 cores=0,2,4,6
/proc/21422/stat : 21422 (npSolver-wbo) S 21421 21421 6170 0 -1 4202496 6034 63036 0 0 13 2 12552 25 20 0 1 0 387486500 4698112 777 33554432000 4194304 6006132 140737240579504 140737240570896 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21422/statm: 1147 777 190 443 0 700 0
[pid=21801] ppid=21422 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21801/stat : 21801 (satsolver.sh) S 21422 21421 6170 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 387499097 9367552 267 33554432000 4194304 5064252 140733656471168 140733656470080 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/21801/statm: 2287 267 226 213 0 72 0
[pid=21802] ppid=21801 vsize=105996 CPUtime=1656.06 cores=0,2,4,6
/proc/21802/stat : 21802 (glucose) R 21801 21421 6170 0 -1 4202496 10351 0 0 0 165602 4 0 0 20 0 1 0 387499097 108539904 26116 33554432000 4194304 5208918 140736806033072 140736806029448 4229748 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/21802/statm: 26499 26116 103 248 0 26248 0
Current children cumulated CPU time (s) 1781.98
Current children cumulated vsize (KiB) 128880

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

[startup+1785.5 s]
/proc/loadavg: 1.22 1.74 1.90 2/172 25648
/proc/meminfo: memFree=31433108/32873852 swapFree=7632/7632
[pid=21421] ppid=21419 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21421/stat : 21421 (npSolver-wbo-It) S 21419 21421 6170 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 387486500 9367552 275 33554432000 4194304 5064252 140733380328128 140733380327040 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21421/statm: 2287 275 233 213 0 72 0
[pid=21422] ppid=21421 vsize=4588 CPUtime=125.92 cores=0,2,4,6
/proc/21422/stat : 21422 (npSolver-wbo) S 21421 21421 6170 0 -1 4202496 6034 63036 0 0 13 2 12552 25 20 0 1 0 387486500 4698112 777 33554432000 4194304 6006132 140737240579504 140737240570896 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21422/statm: 1147 777 190 443 0 700 0
[pid=21801] ppid=21422 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21801/stat : 21801 (satsolver.sh) S 21422 21421 6170 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 387499097 9367552 267 33554432000 4194304 5064252 140733656471168 140733656470080 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/21801/statm: 2287 267 226 213 0 72 0
[pid=21802] ppid=21801 vsize=105996 CPUtime=1659.26 cores=0,2,4,6
/proc/21802/stat : 21802 (glucose) R 21801 21421 6170 0 -1 4202496 10351 0 0 0 165922 4 0 0 20 0 1 0 387499097 108539904 26116 33554432000 4194304 5208918 140736806033072 140736806029448 4229538 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/21802/statm: 26499 26116 103 248 0 26248 0
Current children cumulated CPU time (s) 1785.18
Current children cumulated vsize (KiB) 128880

[startup+1791.91 s]
/proc/loadavg: 1.20 1.72 1.90 2/171 25648
/proc/meminfo: memFree=31433240/32873852 swapFree=7632/7632
[pid=21421] ppid=21419 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21421/stat : 21421 (npSolver-wbo-It) S 21419 21421 6170 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 387486500 9367552 275 33554432000 4194304 5064252 140733380328128 140733380327040 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21421/statm: 2287 275 233 213 0 72 0
[pid=21422] ppid=21421 vsize=4588 CPUtime=125.92 cores=0,2,4,6
/proc/21422/stat : 21422 (npSolver-wbo) S 21421 21421 6170 0 -1 4202496 6034 63036 0 0 13 2 12552 25 20 0 1 0 387486500 4698112 777 33554432000 4194304 6006132 140737240579504 140737240570896 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21422/statm: 1147 777 190 443 0 700 0
[pid=21801] ppid=21422 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21801/stat : 21801 (satsolver.sh) S 21422 21421 6170 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 387499097 9367552 267 33554432000 4194304 5064252 140733656471168 140733656470080 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/21801/statm: 2287 267 226 213 0 72 0
[pid=21802] ppid=21801 vsize=105996 CPUtime=1665.66 cores=0,2,4,6
/proc/21802/stat : 21802 (glucose) R 21801 21421 6170 0 -1 4202496 10351 0 0 0 166562 4 0 0 20 0 1 0 387499097 108539904 26116 33554432000 4194304 5208918 140736806033072 140736806029448 4229483 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/21802/statm: 26499 26116 103 248 0 26248 0
Current children cumulated CPU time (s) 1791.58
Current children cumulated vsize (KiB) 128880

[startup+1795.1 s]
/proc/loadavg: 1.20 1.72 1.90 2/172 25649
/proc/meminfo: memFree=31433232/32873852 swapFree=7632/7632
[pid=21421] ppid=21419 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21421/stat : 21421 (npSolver-wbo-It) S 21419 21421 6170 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 387486500 9367552 275 33554432000 4194304 5064252 140733380328128 140733380327040 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21421/statm: 2287 275 233 213 0 72 0
[pid=21422] ppid=21421 vsize=4588 CPUtime=125.92 cores=0,2,4,6
/proc/21422/stat : 21422 (npSolver-wbo) S 21421 21421 6170 0 -1 4202496 6034 63036 0 0 13 2 12552 25 20 0 1 0 387486500 4698112 777 33554432000 4194304 6006132 140737240579504 140737240570896 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21422/statm: 1147 777 190 443 0 700 0
[pid=21801] ppid=21422 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21801/stat : 21801 (satsolver.sh) S 21422 21421 6170 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 387499097 9367552 267 33554432000 4194304 5064252 140733656471168 140733656470080 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/21801/statm: 2287 267 226 213 0 72 0
[pid=21802] ppid=21801 vsize=105996 CPUtime=1668.86 cores=0,2,4,6
/proc/21802/stat : 21802 (glucose) R 21801 21421 6170 0 -1 4202496 10351 0 0 0 166882 4 0 0 20 0 1 0 387499097 108539904 26116 33554432000 4194304 5208918 140736806033072 140736806029448 4229021 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/21802/statm: 26499 26116 103 248 0 26248 0
Current children cumulated CPU time (s) 1794.78
Current children cumulated vsize (KiB) 128880

[startup+1795.9 s]
/proc/loadavg: 1.20 1.72 1.90 2/172 25649
/proc/meminfo: memFree=31433232/32873852 swapFree=7632/7632
[pid=21421] ppid=21419 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21421/stat : 21421 (npSolver-wbo-It) S 21419 21421 6170 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 387486500 9367552 275 33554432000 4194304 5064252 140733380328128 140733380327040 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21421/statm: 2287 275 233 213 0 72 0
[pid=21422] ppid=21421 vsize=4588 CPUtime=125.92 cores=0,2,4,6
/proc/21422/stat : 21422 (npSolver-wbo) S 21421 21421 6170 0 -1 4202496 6034 63036 0 0 13 2 12552 25 20 0 1 0 387486500 4698112 777 33554432000 4194304 6006132 140737240579504 140737240570896 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21422/statm: 1147 777 190 443 0 700 0
[pid=21801] ppid=21422 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21801/stat : 21801 (satsolver.sh) S 21422 21421 6170 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 387499097 9367552 267 33554432000 4194304 5064252 140733656471168 140733656470080 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/21801/statm: 2287 267 226 213 0 72 0
[pid=21802] ppid=21801 vsize=105996 CPUtime=1669.66 cores=0,2,4,6
/proc/21802/stat : 21802 (glucose) R 21801 21421 6170 0 -1 4202496 10351 0 0 0 166962 4 0 0 20 0 1 0 387499097 108539904 26116 33554432000 4194304 5208918 140736806033072 140736806029448 4229493 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/21802/statm: 26499 26116 103 248 0 26248 0
Current children cumulated CPU time (s) 1795.58
Current children cumulated vsize (KiB) 128880

[startup+1796.31 s]
/proc/loadavg: 1.19 1.71 1.89 2/172 25649
/proc/meminfo: memFree=31433232/32873852 swapFree=7632/7632
[pid=21421] ppid=21419 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21421/stat : 21421 (npSolver-wbo-It) S 21419 21421 6170 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 387486500 9367552 275 33554432000 4194304 5064252 140733380328128 140733380327040 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21421/statm: 2287 275 233 213 0 72 0
[pid=21422] ppid=21421 vsize=4588 CPUtime=125.92 cores=0,2,4,6
/proc/21422/stat : 21422 (npSolver-wbo) S 21421 21421 6170 0 -1 4202496 6034 63036 0 0 13 2 12552 25 20 0 1 0 387486500 4698112 777 33554432000 4194304 6006132 140737240579504 140737240570896 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21422/statm: 1147 777 190 443 0 700 0
[pid=21801] ppid=21422 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21801/stat : 21801 (satsolver.sh) S 21422 21421 6170 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 387499097 9367552 267 33554432000 4194304 5064252 140733656471168 140733656470080 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/21801/statm: 2287 267 226 213 0 72 0
[pid=21802] ppid=21801 vsize=105996 CPUtime=1670.06 cores=0,2,4,6
/proc/21802/stat : 21802 (glucose) R 21801 21421 6170 0 -1 4202496 10351 0 0 0 167002 4 0 0 20 0 1 0 387499097 108539904 26116 33554432000 4194304 5208918 140736806033072 140736806029448 4212476 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/21802/statm: 26499 26116 103 248 0 26248 0
Current children cumulated CPU time (s) 1795.98
Current children cumulated vsize (KiB) 128880

[startup+1796.5 s]
/proc/loadavg: 1.19 1.71 1.89 2/172 25649
/proc/meminfo: memFree=31433232/32873852 swapFree=7632/7632
[pid=21421] ppid=21419 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21421/stat : 21421 (npSolver-wbo-It) S 21419 21421 6170 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 387486500 9367552 275 33554432000 4194304 5064252 140733380328128 140733380327040 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21421/statm: 2287 275 233 213 0 72 0
[pid=21422] ppid=21421 vsize=4588 CPUtime=125.92 cores=0,2,4,6
/proc/21422/stat : 21422 (npSolver-wbo) S 21421 21421 6170 0 -1 4202496 6034 63036 0 0 13 2 12552 25 20 0 1 0 387486500 4698112 777 33554432000 4194304 6006132 140737240579504 140737240570896 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21422/statm: 1147 777 190 443 0 700 0
[pid=21801] ppid=21422 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21801/stat : 21801 (satsolver.sh) S 21422 21421 6170 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 387499097 9367552 267 33554432000 4194304 5064252 140733656471168 140733656470080 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/21801/statm: 2287 267 226 213 0 72 0
[pid=21802] ppid=21801 vsize=105996 CPUtime=1670.26 cores=0,2,4,6
/proc/21802/stat : 21802 (glucose) R 21801 21421 6170 0 -1 4202496 10351 0 0 0 167022 4 0 0 20 0 1 0 387499097 108539904 26116 33554432000 4194304 5208918 140736806033072 140736806029448 4228924 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/21802/statm: 26499 26116 103 248 0 26248 0
Current children cumulated CPU time (s) 1796.18
Current children cumulated vsize (KiB) 128880

Child status: 0
Real time (s): 1796.57
CPU time (s): 1796.28
CPU user time (s): 1795.94
CPU system time (s): 0.343947
CPU usage (%): 99.9836
Max. virtual memory (cumulated for all children) (KiB): 136428

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.94
system time used= 0.343947
maximum resident set size= 104468
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 83696
page faults= 0
swaps= 0
block input operations= 0
block output operations= 14488
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 356
involuntary context switches= 2056

runsolver used 4.43233 second user time and 10.5624 second system time

The end

Launcher Data

Begin job on node131 at 2012-06-09 05:46:55
IDJOB=3753079
IDBENCH=79656
IDSOLVER=2336
FILE ID=node131/3753079-1339213615
RUNJOBID= node131-1339209855-8259
PBS_JOBID= 14643882
Free space on /tmp= 71096 MiB

SOLVER NAME= npSolver inc-topdown-quickBound
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/wcsp/coloring/normalized-queen5-5-4_wcsp.wbo
COMMAND LINE= DIR/npSolver-wbo-Itdqb.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3753079-1339213615/watcher-3753079-1339213615 -o /tmp/evaluation-result-3753079-1339213615/solver-3753079-1339213615 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo-Itdqb.sh HOME/instance-3753079-1339213615.wbo 1520612729 HOME HOME

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

MD5SUM BENCH= aaeffaeae7d7089614c30e01f22ee722
RANDOM SEED=1520612729

node131.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.805
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.61
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.805
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.805
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.91
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.805
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.805
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.805
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.805
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.92
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.805
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873852 kB
MemFree:        31461716 kB
Buffers:          259176 kB
Cached:           192524 kB
SwapCached:         3456 kB
Active:           347028 kB
Inactive:         177136 kB
Active(anon):      69796 kB
Inactive(anon):     4860 kB
Active(file):     277232 kB
Inactive(file):   172276 kB
Unevictable:        7632 kB
Mlocked:            7632 kB
SwapTotal:      67108856 kB
SwapFree:       67098424 kB
Dirty:             18388 kB
Writeback:             0 kB
AnonPages:         78300 kB
Mapped:            10036 kB
Shmem:                 0 kB
Slab:             748752 kB
SReclaimable:     188716 kB
SUnreclaim:       560036 kB
KernelStack:        1464 kB
PageTables:         4072 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:     197196 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:     16384 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= 71104 MiB
End job on node131 at 2012-06-09 06:16:51