Trace number 3755158

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 1.0 (fixed)OPTIMUM 1799.02 1799.24

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 current bound: 11
1678.16/1678.46	c current bound: 17
1678.16/1678.46	c (debug) using card networks
1678.33/1678.60	o 17
1678.33/1678.60	c current bound: 14
1678.34/1684.69	o 14
1678.34/1684.69	c current bound: 13
1697.44/1697.71	o 13
1697.44/1697.71	c current bound: 12
1798.95/1799.23	o 12
1798.95/1799.23	c display solution
1798.95/1799.23	s OPTIMUM FOUND
1798.95/1799.23	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-3755158-1339204119/watcher-3755158-1339204119 -o /tmp/evaluation-result-3755158-1339204119/solver-3755158-1339204119 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo.sh HOME/instance-3755158-1339204119.wbo 1208484641 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.78 2.23 2.07 3/180 4430
/proc/meminfo: memFree=28990080/32873844 swapFree=8656/8656
[pid=4430] ppid=4428 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4430/stat : 4430 (npSolver-wbo.sh) S 4428 4430 31464 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386540662 9367552 275 33554432000 4194304 5064252 140736338688080 140736338686992 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4430/statm: 2287 275 233 213 0 72 0

[startup+0.0589061 s]
/proc/loadavg: 2.78 2.23 2.07 3/180 4430
/proc/meminfo: memFree=28990080/32873844 swapFree=8656/8656
[pid=4430] ppid=4428 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4430/stat : 4430 (npSolver-wbo.sh) S 4428 4430 31464 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386540662 9367552 275 33554432000 4194304 5064252 140736338688080 140736338686992 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4430/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100278 s]
/proc/loadavg: 2.78 2.23 2.07 3/180 4430
/proc/meminfo: memFree=28990080/32873844 swapFree=8656/8656
[pid=4430] ppid=4428 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4430/stat : 4430 (npSolver-wbo.sh) S 4428 4430 31464 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386540662 9367552 275 33554432000 4194304 5064252 140736338688080 140736338686992 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4430/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300228 s]
/proc/loadavg: 2.78 2.23 2.07 3/180 4430
/proc/meminfo: memFree=28990080/32873844 swapFree=8656/8656
[pid=4430] ppid=4428 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4430/stat : 4430 (npSolver-wbo.sh) S 4428 4430 31464 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386540662 9367552 275 33554432000 4194304 5064252 140736338688080 140736338686992 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4430/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700245 s]
/proc/loadavg: 2.78 2.23 2.07 3/180 4430
/proc/meminfo: memFree=28990080/32873844 swapFree=8656/8656
[pid=4430] ppid=4428 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4430/stat : 4430 (npSolver-wbo.sh) S 4428 4430 31464 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386540662 9367552 275 33554432000 4194304 5064252 140736338688080 140736338686992 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4430/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50036 s]
/proc/loadavg: 2.78 2.23 2.07 3/183 4444
/proc/meminfo: memFree=29043756/32873844 swapFree=8656/8656
[pid=4430] ppid=4428 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4430/stat : 4430 (npSolver-wbo.sh) S 4428 4430 31464 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386540662 9367552 275 33554432000 4194304 5064252 140736338688080 140736338686992 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4430/statm: 2287 275 233 213 0 72 0
[pid=4431] ppid=4430 vsize=3656 CPUtime=0.03 cores=0,2,4,6
/proc/4431/stat : 4431 (npSolver-wbo) S 4430 4430 31464 0 -1 4202496 2185 5820 0 0 1 1 1 0 20 0 1 0 386540662 3743744 555 33554432000 4194304 6006132 140737458416512 140737458407920 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4431/statm: 914 555 165 443 0 467 0
[pid=4443] ppid=4431 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4443/stat : 4443 (satsolver.sh) S 4431 4430 31464 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 386540667 9367552 267 33554432000 4194304 5064252 140734700283760 140734700282672 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/4443/statm: 2287 267 226 213 0 72 0
[pid=4444] ppid=4443 vsize=9316 CPUtime=1.44 cores=0,2,4,6
/proc/4444/stat : 4444 (glucose) R 4443 4430 31464 0 -1 4202496 2437 0 0 0 144 0 0 0 20 0 1 0 386540668 9539584 1781 33554432000 4194304 5208918 140736712904720 140736712902872 4229335 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/4444/statm: 2329 1781 96 248 0 2078 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 31268

[startup+3.10037 s]
/proc/loadavg: 2.88 2.26 2.08 3/183 4444
/proc/meminfo: memFree=29126652/32873844 swapFree=8656/8656
[pid=4430] ppid=4428 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4430/stat : 4430 (npSolver-wbo.sh) S 4428 4430 31464 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386540662 9367552 275 33554432000 4194304 5064252 140736338688080 140736338686992 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4430/statm: 2287 275 233 213 0 72 0
[pid=4431] ppid=4430 vsize=3656 CPUtime=0.03 cores=0,2,4,6
/proc/4431/stat : 4431 (npSolver-wbo) S 4430 4430 31464 0 -1 4202496 2185 5820 0 0 1 1 1 0 20 0 1 0 386540662 3743744 555 33554432000 4194304 6006132 140737458416512 140737458407920 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4431/statm: 914 555 165 443 0 467 0
[pid=4443] ppid=4431 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4443/stat : 4443 (satsolver.sh) S 4431 4430 31464 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 386540667 9367552 267 33554432000 4194304 5064252 140734700283760 140734700282672 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/4443/statm: 2287 267 226 213 0 72 0
[pid=4444] ppid=4443 vsize=11980 CPUtime=3.04 cores=0,2,4,6
/proc/4444/stat : 4444 (glucose) R 4443 4430 31464 0 -1 4202496 2992 0 0 0 304 0 0 0 20 0 1 0 386540668 12267520 2288 33554432000 4194304 5208918 140736712904720 140736712902664 4229145 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/4444/statm: 2995 2288 96 248 0 2744 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 33932

[startup+6.30036 s]
/proc/loadavg: 2.88 2.26 2.08 3/184 4445
/proc/meminfo: memFree=29330248/32873844 swapFree=8656/8656
[pid=4430] ppid=4428 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4430/stat : 4430 (npSolver-wbo.sh) S 4428 4430 31464 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386540662 9367552 275 33554432000 4194304 5064252 140736338688080 140736338686992 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4430/statm: 2287 275 233 213 0 72 0
[pid=4431] ppid=4430 vsize=3656 CPUtime=0.03 cores=0,2,4,6
/proc/4431/stat : 4431 (npSolver-wbo) S 4430 4430 31464 0 -1 4202496 2185 5820 0 0 1 1 1 0 20 0 1 0 386540662 3743744 555 33554432000 4194304 6006132 140737458416512 140737458407920 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4431/statm: 914 555 165 443 0 467 0
[pid=4443] ppid=4431 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4443/stat : 4443 (satsolver.sh) S 4431 4430 31464 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 386540667 9367552 267 33554432000 4194304 5064252 140734700283760 140734700282672 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/4443/statm: 2287 267 226 213 0 72 0
[pid=4444] ppid=4443 vsize=13644 CPUtime=6.23 cores=0,2,4,6
/proc/4444/stat : 4444 (glucose) R 4443 4430 31464 0 -1 4202496 3810 0 0 0 623 0 0 0 20 0 1 0 386540668 13971456 3020 33554432000 4194304 5208918 140736712904720 140736712902584 4229843 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/4444/statm: 3411 3020 96 248 0 3160 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 35596

[startup+12.7003 s]
/proc/loadavg: 3.05 2.31 2.10 3/184 4445
/proc/meminfo: memFree=29772896/32873844 swapFree=8656/8656
[pid=4430] ppid=4428 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4430/stat : 4430 (npSolver-wbo.sh) S 4428 4430 31464 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386540662 9367552 275 33554432000 4194304 5064252 140736338688080 140736338686992 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4430/statm: 2287 275 233 213 0 72 0
[pid=4431] ppid=4430 vsize=3656 CPUtime=0.03 cores=0,2,4,6
/proc/4431/stat : 4431 (npSolver-wbo) S 4430 4430 31464 0 -1 4202496 2185 5820 0 0 1 1 1 0 20 0 1 0 386540662 3743744 555 33554432000 4194304 6006132 140737458416512 140737458407920 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4431/statm: 914 555 165 443 0 467 0
[pid=4443] ppid=4431 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4443/stat : 4443 (satsolver.sh) S 4431 4430 31464 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 386540667 9367552 267 33554432000 4194304 5064252 140734700283760 140734700282672 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/4443/statm: 2287 267 226 213 0 72 0
[pid=4444] ppid=4443 vsize=15388 CPUtime=12.63 cores=0,2,4,6
/proc/4444/stat : 4444 (glucose) R 4443 4430 31464 0 -1 4202496 3925 0 0 0 1263 0 0 0 20 0 1 0 386540668 15757312 3130 33554432000 4194304 5208918 140736712904720 140736712902664 4229776 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/4444/statm: 3847 3130 96 248 0 3596 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 37340

[startup+25.5004 s]
/proc/loadavg: 3.04 2.33 2.11 3/184 4445
/proc/meminfo: memFree=30146152/32873844 swapFree=8656/8656
[pid=4430] ppid=4428 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4430/stat : 4430 (npSolver-wbo.sh) S 4428 4430 31464 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386540662 9367552 275 33554432000 4194304 5064252 140736338688080 140736338686992 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4430/statm: 2287 275 233 213 0 72 0
[pid=4431] ppid=4430 vsize=3656 CPUtime=0.03 cores=0,2,4,6
/proc/4431/stat : 4431 (npSolver-wbo) S 4430 4430 31464 0 -1 4202496 2185 5820 0 0 1 1 1 0 20 0 1 0 386540662 3743744 555 33554432000 4194304 6006132 140737458416512 140737458407920 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4431/statm: 914 555 165 443 0 467 0
[pid=4443] ppid=4431 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4443/stat : 4443 (satsolver.sh) S 4431 4430 31464 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 386540667 9367552 267 33554432000 4194304 5064252 140734700283760 140734700282672 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/4443/statm: 2287 267 226 213 0 72 0
[pid=4444] ppid=4443 vsize=18064 CPUtime=25.43 cores=0,2,4,6
/proc/4444/stat : 4444 (glucose) R 4443 4430 31464 0 -1 4202496 4913 0 0 0 2543 0 0 0 20 0 1 0 386540668 18497536 4056 33554432000 4194304 5208918 140736712904720 140736712902584 4228975 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/4444/statm: 4516 4056 96 248 0 4265 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 40016

[startup+51.1004 s]
/proc/loadavg: 2.68 2.31 2.10 3/184 4445
/proc/meminfo: memFree=30110668/32873844 swapFree=8656/8656
[pid=4430] ppid=4428 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4430/stat : 4430 (npSolver-wbo.sh) S 4428 4430 31464 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386540662 9367552 275 33554432000 4194304 5064252 140736338688080 140736338686992 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4430/statm: 2287 275 233 213 0 72 0
[pid=4431] ppid=4430 vsize=3656 CPUtime=0.03 cores=0,2,4,6
/proc/4431/stat : 4431 (npSolver-wbo) S 4430 4430 31464 0 -1 4202496 2185 5820 0 0 1 1 1 0 20 0 1 0 386540662 3743744 555 33554432000 4194304 6006132 140737458416512 140737458407920 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4431/statm: 914 555 165 443 0 467 0
[pid=4443] ppid=4431 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4443/stat : 4443 (satsolver.sh) S 4431 4430 31464 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 386540667 9367552 267 33554432000 4194304 5064252 140734700283760 140734700282672 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/4443/statm: 2287 267 226 213 0 72 0
[pid=4444] ppid=4443 vsize=27128 CPUtime=51.03 cores=0,2,4,6
/proc/4444/stat : 4444 (glucose) R 4443 4430 31464 0 -1 4202496 5600 0 0 0 5102 1 0 0 20 0 1 0 386540668 27779072 6340 33554432000 4194304 5208918 140736712904720 140736712902584 4229028 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/4444/statm: 6782 6340 96 248 0 6531 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 49080

[startup+102.307 s]
/proc/loadavg: 2.27 2.25 2.09 3/185 4448
/proc/meminfo: memFree=30173104/32873844 swapFree=8656/8656
[pid=4430] ppid=4428 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4430/stat : 4430 (npSolver-wbo.sh) S 4428 4430 31464 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386540662 9367552 275 33554432000 4194304 5064252 140736338688080 140736338686992 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4430/statm: 2287 275 233 213 0 72 0
[pid=4431] ppid=4430 vsize=3656 CPUtime=0.03 cores=0,2,4,6
/proc/4431/stat : 4431 (npSolver-wbo) S 4430 4430 31464 0 -1 4202496 2185 5820 0 0 1 1 1 0 20 0 1 0 386540662 3743744 555 33554432000 4194304 6006132 140737458416512 140737458407920 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4431/statm: 914 555 165 443 0 467 0
[pid=4443] ppid=4431 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4443/stat : 4443 (satsolver.sh) S 4431 4430 31464 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 386540667 9367552 267 33554432000 4194304 5064252 140734700283760 140734700282672 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/4443/statm: 2287 267 226 213 0 72 0
[pid=4444] ppid=4443 vsize=35120 CPUtime=102.23 cores=0,2,4,6
/proc/4444/stat : 4444 (glucose) R 4443 4430 31464 0 -1 4202496 6303 0 0 0 10222 1 0 0 20 0 1 0 386540668 35962880 7505 33554432000 4194304 5208918 140736712904720 140736712902664 4229338 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/4444/statm: 8780 7505 102 248 0 8529 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 57072

[startup+162.3 s]
/proc/loadavg: 2.10 2.20 2.09 3/184 4448
/proc/meminfo: memFree=30132520/32873844 swapFree=8656/8656
[pid=4430] ppid=4428 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4430/stat : 4430 (npSolver-wbo.sh) S 4428 4430 31464 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386540662 9367552 275 33554432000 4194304 5064252 140736338688080 140736338686992 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4430/statm: 2287 275 233 213 0 72 0
[pid=4431] ppid=4430 vsize=3656 CPUtime=0.03 cores=0,2,4,6
/proc/4431/stat : 4431 (npSolver-wbo) S 4430 4430 31464 0 -1 4202496 2185 5820 0 0 1 1 1 0 20 0 1 0 386540662 3743744 555 33554432000 4194304 6006132 140737458416512 140737458407920 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4431/statm: 914 555 165 443 0 467 0
[pid=4443] ppid=4431 vsize=9148 CPUtime=0 cores=0,2,4,6

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

/proc/4430/statm: 2287 275 233 213 0 72 0
[pid=4431] ppid=4430 vsize=3656 CPUtime=0.03 cores=0,2,4,6
/proc/4431/stat : 4431 (npSolver-wbo) S 4430 4430 31464 0 -1 4202496 2185 5820 0 0 1 1 1 0 20 0 1 0 386540662 3743744 555 33554432000 4194304 6006132 140737458416512 140737458407920 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4431/statm: 914 555 165 443 0 467 0
[pid=4443] ppid=4431 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4443/stat : 4443 (satsolver.sh) S 4431 4430 31464 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 386540667 9367552 267 33554432000 4194304 5064252 140734700283760 140734700282672 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/4443/statm: 2287 267 226 213 0 72 0
[pid=4444] ppid=4443 vsize=105988 CPUtime=1481.99 cores=0,2,4,6
/proc/4444/stat : 4444 (glucose) R 4443 4430 31464 0 -1 4202496 10701 0 0 0 148195 4 0 0 20 0 1 0 386540668 108531712 25603 33554432000 4194304 5208918 140736712904720 140736712901032 4229365 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/4444/statm: 26497 25603 103 248 0 26246 0
Current children cumulated CPU time (s) 1482.02
Current children cumulated vsize (KiB) 127940

[startup+1542.3 s]
/proc/loadavg: 1.00 1.02 1.31 2/175 4484
/proc/meminfo: memFree=31377028/32873844 swapFree=8656/8656
[pid=4430] ppid=4428 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4430/stat : 4430 (npSolver-wbo.sh) S 4428 4430 31464 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386540662 9367552 275 33554432000 4194304 5064252 140736338688080 140736338686992 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4430/statm: 2287 275 233 213 0 72 0
[pid=4431] ppid=4430 vsize=3656 CPUtime=0.03 cores=0,2,4,6
/proc/4431/stat : 4431 (npSolver-wbo) S 4430 4430 31464 0 -1 4202496 2185 5820 0 0 1 1 1 0 20 0 1 0 386540662 3743744 555 33554432000 4194304 6006132 140737458416512 140737458407920 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4431/statm: 914 555 165 443 0 467 0
[pid=4443] ppid=4431 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4443/stat : 4443 (satsolver.sh) S 4431 4430 31464 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 386540667 9367552 267 33554432000 4194304 5064252 140734700283760 140734700282672 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/4443/statm: 2287 267 226 213 0 72 0
[pid=4444] ppid=4443 vsize=105988 CPUtime=1541.98 cores=0,2,4,6
/proc/4444/stat : 4444 (glucose) R 4443 4430 31464 0 -1 4202496 10701 0 0 0 154194 4 0 0 20 0 1 0 386540668 108531712 25603 33554432000 4194304 5208918 140736712904720 140736712901032 4229365 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/4444/statm: 26497 25603 103 248 0 26246 0
Current children cumulated CPU time (s) 1542.01
Current children cumulated vsize (KiB) 127940

[startup+1602.3 s]
/proc/loadavg: 1.00 1.01 1.29 2/175 4484
/proc/meminfo: memFree=31377028/32873844 swapFree=8656/8656
[pid=4430] ppid=4428 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4430/stat : 4430 (npSolver-wbo.sh) S 4428 4430 31464 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386540662 9367552 275 33554432000 4194304 5064252 140736338688080 140736338686992 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4430/statm: 2287 275 233 213 0 72 0
[pid=4431] ppid=4430 vsize=3656 CPUtime=0.03 cores=0,2,4,6
/proc/4431/stat : 4431 (npSolver-wbo) S 4430 4430 31464 0 -1 4202496 2185 5820 0 0 1 1 1 0 20 0 1 0 386540662 3743744 555 33554432000 4194304 6006132 140737458416512 140737458407920 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4431/statm: 914 555 165 443 0 467 0
[pid=4443] ppid=4431 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4443/stat : 4443 (satsolver.sh) S 4431 4430 31464 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 386540667 9367552 267 33554432000 4194304 5064252 140734700283760 140734700282672 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/4443/statm: 2287 267 226 213 0 72 0
[pid=4444] ppid=4443 vsize=105988 CPUtime=1601.97 cores=0,2,4,6
/proc/4444/stat : 4444 (glucose) R 4443 4430 31464 0 -1 4202496 10701 0 0 0 160193 4 0 0 20 0 1 0 386540668 108531712 25603 33554432000 4194304 5208918 140736712904720 140736712901032 4229517 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/4444/statm: 26497 25603 103 248 0 26246 0
Current children cumulated CPU time (s) 1602
Current children cumulated vsize (KiB) 127940

[startup+1666.29 s]
/proc/loadavg: 1.22 1.06 1.29 3/175 4686
/proc/meminfo: memFree=31334544/32873844 swapFree=8656/8656
[pid=4430] ppid=4428 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4430/stat : 4430 (npSolver-wbo.sh) S 4428 4430 31464 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386540662 9367552 275 33554432000 4194304 5064252 140736338688080 140736338686992 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4430/statm: 2287 275 233 213 0 72 0
[pid=4431] ppid=4430 vsize=3656 CPUtime=0.03 cores=0,2,4,6
/proc/4431/stat : 4431 (npSolver-wbo) S 4430 4430 31464 0 -1 4202496 2185 5820 0 0 1 1 1 0 20 0 1 0 386540662 3743744 555 33554432000 4194304 6006132 140737458416512 140737458407920 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4431/statm: 914 555 165 443 0 467 0
[pid=4443] ppid=4431 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4443/stat : 4443 (satsolver.sh) S 4431 4430 31464 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 386540667 9367552 267 33554432000 4194304 5064252 140734700283760 140734700282672 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/4443/statm: 2287 267 226 213 0 72 0
[pid=4444] ppid=4443 vsize=105988 CPUtime=1665.95 cores=0,2,4,6
/proc/4444/stat : 4444 (glucose) R 4443 4430 31464 0 -1 4202496 10702 0 0 0 166591 4 0 0 20 0 1 0 386540668 108531712 26115 33554432000 4194304 5208918 140736712904720 140736712901096 4229688 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/4444/statm: 26497 26115 103 248 0 26246 0
Current children cumulated CPU time (s) 1665.98
Current children cumulated vsize (KiB) 127940

[startup+1726.49 s]
/proc/loadavg: 1.09 1.05 1.27 2/175 4714
/proc/meminfo: memFree=31426432/32873844 swapFree=8656/8656
[pid=4430] ppid=4428 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4430/stat : 4430 (npSolver-wbo.sh) S 4428 4430 31464 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386540662 9367552 275 33554432000 4194304 5064252 140736338688080 140736338686992 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4430/statm: 2287 275 233 213 0 72 0
[pid=4431] ppid=4430 vsize=4588 CPUtime=1697.49 cores=0,2,4,6
/proc/4431/stat : 4431 (npSolver-wbo) S 4430 4430 31464 0 -1 4202496 4017 38995 0 0 5 2 169720 22 20 0 1 0 386540662 4698112 742 33554432000 4194304 6006132 140737458416512 140737458407920 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4431/statm: 1147 742 178 443 0 700 0
[pid=4713] ppid=4431 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4713/stat : 4713 (satsolver.sh) S 4431 4430 31464 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 386710434 9367552 267 33554432000 4194304 5064252 140737109427904 140737109426816 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/4713/statm: 2287 267 226 213 0 72 0
[pid=4714] ppid=4713 vsize=23364 CPUtime=28.75 cores=0,2,4,6
/proc/4714/stat : 4714 (glucose) R 4713 4430 31464 0 -1 4202496 5611 0 0 0 2874 1 0 0 20 0 1 0 386710435 23924736 5168 33554432000 4194304 5208918 140733976029664 140733976027608 4223026 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/4714/statm: 5841 5168 96 248 0 5590 0
Current children cumulated CPU time (s) 1726.24
Current children cumulated vsize (KiB) 46248

[startup+1782.71 s]
/proc/loadavg: 1.02 1.03 1.25 3/175 4714
/proc/meminfo: memFree=31413524/32873844 swapFree=8656/8656
[pid=4430] ppid=4428 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4430/stat : 4430 (npSolver-wbo.sh) S 4428 4430 31464 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386540662 9367552 275 33554432000 4194304 5064252 140736338688080 140736338686992 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4430/statm: 2287 275 233 213 0 72 0
[pid=4431] ppid=4430 vsize=4588 CPUtime=1697.49 cores=0,2,4,6
/proc/4431/stat : 4431 (npSolver-wbo) S 4430 4430 31464 0 -1 4202496 4017 38995 0 0 5 2 169720 22 20 0 1 0 386540662 4698112 742 33554432000 4194304 6006132 140737458416512 140737458407920 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4431/statm: 1147 742 178 443 0 700 0
[pid=4713] ppid=4431 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4713/stat : 4713 (satsolver.sh) S 4431 4430 31464 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 386710434 9367552 267 33554432000 4194304 5064252 140737109427904 140737109426816 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/4713/statm: 2287 267 226 213 0 72 0
[pid=4714] ppid=4713 vsize=41284 CPUtime=84.96 cores=0,2,4,6
/proc/4714/stat : 4714 (glucose) R 4713 4430 31464 0 -1 4202496 8537 0 0 0 8494 2 0 0 20 0 1 0 386710435 42274816 8187 33554432000 4194304 5208918 140733976029664 140733976027608 4240593 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/4714/statm: 10321 8187 102 248 0 10070 0
Current children cumulated CPU time (s) 1782.45
Current children cumulated vsize (KiB) 64168

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

[startup+1788.96 s]
/proc/loadavg: 1.02 1.03 1.25 3/175 4714
/proc/meminfo: memFree=31413524/32873844 swapFree=8656/8656
[pid=4430] ppid=4428 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4430/stat : 4430 (npSolver-wbo.sh) S 4428 4430 31464 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386540662 9367552 275 33554432000 4194304 5064252 140736338688080 140736338686992 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4430/statm: 2287 275 233 213 0 72 0
[pid=4431] ppid=4430 vsize=4588 CPUtime=1697.49 cores=0,2,4,6
/proc/4431/stat : 4431 (npSolver-wbo) S 4430 4430 31464 0 -1 4202496 4017 38995 0 0 5 2 169720 22 20 0 1 0 386540662 4698112 742 33554432000 4194304 6006132 140737458416512 140737458407920 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4431/statm: 1147 742 178 443 0 700 0
[pid=4713] ppid=4431 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4713/stat : 4713 (satsolver.sh) S 4431 4430 31464 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 386710434 9367552 267 33554432000 4194304 5064252 140737109427904 140737109426816 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/4713/statm: 2287 267 226 213 0 72 0
[pid=4714] ppid=4713 vsize=41284 CPUtime=91.21 cores=0,2,4,6
/proc/4714/stat : 4714 (glucose) R 4713 4430 31464 0 -1 4202496 8537 0 0 0 9119 2 0 0 20 0 1 0 386710435 42274816 8187 33554432000 4194304 5208918 140733976029664 140733976027608 4229183 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/4714/statm: 10321 8187 102 248 0 10070 0
Current children cumulated CPU time (s) 1788.7
Current children cumulated vsize (KiB) 64168

[startup+1794.03 s]
/proc/loadavg: 1.02 1.03 1.25 3/175 4714
/proc/meminfo: memFree=31413524/32873844 swapFree=8656/8656
[pid=4430] ppid=4428 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4430/stat : 4430 (npSolver-wbo.sh) S 4428 4430 31464 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386540662 9367552 275 33554432000 4194304 5064252 140736338688080 140736338686992 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4430/statm: 2287 275 233 213 0 72 0
[pid=4431] ppid=4430 vsize=4588 CPUtime=1697.49 cores=0,2,4,6
/proc/4431/stat : 4431 (npSolver-wbo) S 4430 4430 31464 0 -1 4202496 4017 38995 0 0 5 2 169720 22 20 0 1 0 386540662 4698112 742 33554432000 4194304 6006132 140737458416512 140737458407920 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4431/statm: 1147 742 178 443 0 700 0
[pid=4713] ppid=4431 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4713/stat : 4713 (satsolver.sh) S 4431 4430 31464 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 386710434 9367552 267 33554432000 4194304 5064252 140737109427904 140737109426816 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/4713/statm: 2287 267 226 213 0 72 0
[pid=4714] ppid=4713 vsize=41284 CPUtime=96.28 cores=0,2,4,6
/proc/4714/stat : 4714 (glucose) R 4713 4430 31464 0 -1 4202496 8537 0 0 0 9626 2 0 0 20 0 1 0 386710435 42274816 8187 33554432000 4194304 5208918 140733976029664 140733976027608 4229021 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/4714/statm: 10321 8187 102 248 0 10070 0
Current children cumulated CPU time (s) 1793.77
Current children cumulated vsize (KiB) 64168

[startup+1799.19 s]
/proc/loadavg: 1.02 1.03 1.25 3/175 4714
/proc/meminfo: memFree=31413524/32873844 swapFree=8656/8656
[pid=4430] ppid=4428 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4430/stat : 4430 (npSolver-wbo.sh) S 4428 4430 31464 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386540662 9367552 275 33554432000 4194304 5064252 140736338688080 140736338686992 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4430/statm: 2287 275 233 213 0 72 0
[pid=4431] ppid=4430 vsize=4588 CPUtime=1798.95 cores=0,2,4,6
/proc/4431/stat : 4431 (npSolver-wbo) R 4430 4430 31464 0 -1 4202496 4023 48140 0 0 5 2 179863 25 20 0 1 0 386540662 4698112 742 33554432000 4194304 6006132 140737458416512 140737458407920 4919041 0 65536 4102 0 0 0 0 17 0 0 0 0 0 0
/proc/4431/statm: 1147 742 178 443 0 700 0
Current children cumulated CPU time (s) 1798.95
Current children cumulated vsize (KiB) 13736

[startup+1799.21 s]
/proc/loadavg: 1.02 1.03 1.24 2/175 4717
/proc/meminfo: memFree=31435388/32873844 swapFree=8656/8656
[pid=4430] ppid=4428 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4430/stat : 4430 (npSolver-wbo.sh) S 4428 4430 31464 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386540662 9367552 275 33554432000 4194304 5064252 140736338688080 140736338686992 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4430/statm: 2287 275 233 213 0 72 0
[pid=4431] ppid=4430 vsize=4588 CPUtime=1798.95 cores=0,2,4,6
/proc/4431/stat : 4431 (npSolver-wbo) S 4430 4430 31464 0 -1 4202496 4024 48140 0 0 5 2 179863 25 20 0 1 0 386540662 4698112 742 33554432000 4194304 6006132 140737458416512 140737458407408 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4431/statm: 1147 742 178 443 0 700 0
[pid=4715] ppid=4431 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4715/stat : 4715 (cp2_post.sh) S 4431 4430 31464 0 -1 4202496 610 225 0 0 0 0 0 0 20 0 1 0 386720581 9367552 266 33554432000 4194304 5064252 140734186179776 140734186178064 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4715/statm: 2287 266 225 213 0 72 0
[pid=4717] ppid=4715 vsize=6480 CPUtime=0 cores=0,2,4,6
/proc/4717/stat : 4717 (coprocessor) R 4715 4430 31464 0 -1 4202496 1214 0 0 0 0 0 0 0 20 0 1 0 386720582 6635520 1122 33554432000 4194304 6586260 140734704520416 140734704517432 5480064 0 0 4096 8404994 0 0 0 17 6 0 0 0 0 0
/proc/4717/statm: 1620 1122 148 584 0 1032 0
Current children cumulated CPU time (s) 1798.95
Current children cumulated vsize (KiB) 29364

Child status: 0
Real time (s): 1799.24
CPU time (s): 1799.02
CPU user time (s): 1798.7
CPU system time (s): 0.320951
CPU usage (%): 99.9882
Max. virtual memory (cumulated for all children) (KiB): 135488

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.7
system time used= 0.320951
maximum resident set size= 104464
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 55944
page faults= 0
swaps= 0
block input operations= 0
block output operations= 6720
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 192
involuntary context switches= 1952

runsolver used 3.88041 second user time and 9.59554 second system time

The end

Launcher Data

Begin job on node102 at 2012-06-09 03:08:41
IDJOB=3755158
IDBENCH=79656
IDSOLVER=2339
FILE ID=node102/3755158-1339204119
RUNJOBID= node102-1339183373-383
PBS_JOBID= 14643844
Free space on /tmp= 66712 MiB

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

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

MD5SUM BENCH= aaeffaeae7d7089614c30e01f22ee722
RANDOM SEED=1208484641

node102.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		: 2667.178
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	: 5334.35
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		: 2667.178
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.90
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		: 2667.178
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		: 2667.178
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		: 2667.178
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		: 2667.178
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	: 5438.54
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		: 2667.178
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		: 2667.178
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:        28990608 kB
Buffers:          313992 kB
Cached:          1588508 kB
SwapCached:         2672 kB
Active:          2874060 kB
Inactive:          53360 kB
Active(anon):    1021228 kB
Inactive(anon):     6024 kB
Active(file):    1852832 kB
Inactive(file):    47336 kB
Unevictable:        8656 kB
Mlocked:            8656 kB
SwapTotal:      67108856 kB
SwapFree:       67099988 kB
Dirty:           1142892 kB
Writeback:             0 kB
AnonPages:       1033616 kB
Mapped:            10028 kB
Shmem:                 0 kB
Slab:             806512 kB
SReclaimable:     243712 kB
SUnreclaim:       562800 kB
KernelStack:        1464 kB
PageTables:         6116 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1206860 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    573440 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= 71216 MiB
End job on node102 at 2012-06-09 03:38:58