Trace number 3753318

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 (fixed)? (TO) 1800.14 1800.62

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB10/oliveras/j30/
normalized-j308_1-unsat--soft-0-100-0.wbo
MD5SUM591706804da9a76ba42d2e694fd25fcb
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark19
Best CPU time to get the best result obtained on this benchmark0.024995
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables2728
Total number of constraints8382
Number of soft constraints8382
Number of constraints which are clauses8210
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints172
Minimum length of a constraint1
Maximum length of a constraint17
Top cost 422384
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 422383
Biggest number in a constraint 32
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 143
Number of bits of the biggest sum of numbers8
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.15	c run usual solver
0.00/0.98	o 216
0.00/0.98	c fallback to adder encoding
87.05/87.17	o 215
87.05/87.17	c fallback to adder encoding
145.24/145.37	o 214
145.24/145.37	c fallback to adder encoding
256.30/256.88	o 213
256.30/256.88	c fallback to adder encoding
357.72/358.29	o 212
357.72/358.29	c fallback to adder encoding
462.35/462.94	o 211
462.35/462.94	c fallback to adder encoding
585.24/585.43	o 210
585.24/585.43	c fallback to adder encoding
714.74/714.99	o 209
714.74/714.99	c fallback to adder encoding
804.29/804.50	o 208
804.29/804.50	c fallback to adder encoding
871.08/871.34	o 207
871.08/871.34	c fallback to adder encoding
938.18/938.45	o 206
938.18/938.45	c fallback to adder encoding
1019.89/1020.56	o 205
1019.89/1020.56	c fallback to adder encoding
1084.63/1084.90	o 204
1084.63/1084.90	c fallback to adder encoding
1185.83/1186.59	o 203
1185.83/1186.59	c fallback to adder encoding
1282.31/1282.62	o 202
1282.31/1282.62	c fallback to adder encoding
1349.09/1349.41	o 201
1349.09/1349.41	c fallback to adder encoding
1450.82/1451.59	o 200
1450.82/1451.59	c fallback to adder encoding
1548.54/1548.95	o 199
1548.54/1548.95	c fallback to adder encoding
1621.50/1622.34	o 198
1621.50/1622.34	c fallback to adder encoding
1686.73/1687.10	o 197
1686.73/1687.10	c fallback to adder encoding
1736.39/1736.90	o 196
1736.39/1736.90	c fallback to adder encoding
1800.09/1800.61	c error: unexpected solver exit code
1800.09/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-3753318-1339200084/watcher-3753318-1339200084 -o /tmp/evaluation-result-3753318-1339200084/solver-3753318-1339200084 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-Itd.sh HOME/instance-3753318-1339200084.wbo 546783771 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.03 2.03 2.00 3/180 17636
/proc/meminfo: memFree=30669604/32873844 swapFree=7896/7896
[pid=17636] ppid=17634 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17636/stat : 17636 (npSolver-wbo-It) S 17634 17636 8594 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386133829 9367552 275 33554432000 4194304 5064252 140734580378912 140734580377824 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17636/statm: 2287 275 233 213 0 72 0

[startup+0.0311699 s]
/proc/loadavg: 2.03 2.03 2.00 3/180 17636
/proc/meminfo: memFree=30669604/32873844 swapFree=7896/7896
[pid=17636] ppid=17634 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17636/stat : 17636 (npSolver-wbo-It) S 17634 17636 8594 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386133829 9367552 275 33554432000 4194304 5064252 140734580378912 140734580377824 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17636/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.10038 s]
/proc/loadavg: 2.03 2.03 2.00 3/180 17636
/proc/meminfo: memFree=30669604/32873844 swapFree=7896/7896
[pid=17636] ppid=17634 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17636/stat : 17636 (npSolver-wbo-It) S 17634 17636 8594 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386133829 9367552 275 33554432000 4194304 5064252 140734580378912 140734580377824 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17636/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300333 s]
/proc/loadavg: 2.03 2.03 2.00 3/180 17636
/proc/meminfo: memFree=30669604/32873844 swapFree=7896/7896
[pid=17636] ppid=17634 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17636/stat : 17636 (npSolver-wbo-It) S 17634 17636 8594 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386133829 9367552 275 33554432000 4194304 5064252 140734580378912 140734580377824 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17636/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700276 s]
/proc/loadavg: 2.03 2.03 2.00 3/180 17636
/proc/meminfo: memFree=30669604/32873844 swapFree=7896/7896
[pid=17636] ppid=17634 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17636/stat : 17636 (npSolver-wbo-It) S 17634 17636 8594 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386133829 9367552 275 33554432000 4194304 5064252 140734580378912 140734580377824 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17636/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50037 s]
/proc/loadavg: 2.03 2.03 2.00 3/182 17648
/proc/meminfo: memFree=30652460/32873844 swapFree=7896/7896
[pid=17636] ppid=17634 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17636/stat : 17636 (npSolver-wbo-It) S 17634 17636 8594 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386133829 9367552 275 33554432000 4194304 5064252 140734580378912 140734580377824 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17636/statm: 2287 275 233 213 0 72 0
[pid=17637] ppid=17636 vsize=97680 CPUtime=1.47 cores=0,2,4,6
/proc/17637/stat : 17637 (npSolver-wbo) R 17636 17636 8594 0 -1 4202496 9309 13526 0 0 65 10 69 3 20 0 1 0 386133829 100024320 16761 33554432000 4194304 6006132 140736057237136 140736057229832 4582401 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/17637/statm: 24420 16761 178 443 0 23973 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 106828

[startup+3.10038 s]
/proc/loadavg: 2.03 2.03 2.00 3/184 17650
/proc/meminfo: memFree=30459884/32873844 swapFree=7896/7896
[pid=17636] ppid=17634 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17636/stat : 17636 (npSolver-wbo-It) S 17634 17636 8594 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386133829 9367552 275 33554432000 4194304 5064252 140734580378912 140734580377824 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17636/statm: 2287 275 233 213 0 72 0
[pid=17637] ppid=17636 vsize=97680 CPUtime=1.71 cores=0,2,4,6
/proc/17637/stat : 17637 (npSolver-wbo) S 17636 17636 8594 0 -1 4202496 9694 13526 0 0 82 17 69 3 20 0 1 0 386133829 100024320 19322 33554432000 4194304 6006132 140736057237136 140736057228528 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/17637/statm: 24420 19322 179 443 0 23973 0
[pid=17649] ppid=17637 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17649/stat : 17649 (satsolver.sh) S 17637 17636 8594 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 386134003 9367552 266 33554432000 4194304 5064252 140733595889440 140733595888352 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17649/statm: 2287 266 226 213 0 72 0
[pid=17650] ppid=17649 vsize=133668 CPUtime=1.35 cores=0,2,4,6
/proc/17650/stat : 17650 (glucose) R 17649 17636 8594 0 -1 4202496 28139 0 0 0 128 7 0 0 20 0 1 0 386134003 136876032 29806 33554432000 4194304 5208918 140736297807824 140736297805992 4228997 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/17650/statm: 33417 29806 104 248 0 33166 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 249644

[startup+6.30038 s]
/proc/loadavg: 2.03 2.03 2.00 3/184 17650
/proc/meminfo: memFree=30419664/32873844 swapFree=7896/7896
[pid=17636] ppid=17634 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17636/stat : 17636 (npSolver-wbo-It) S 17634 17636 8594 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386133829 9367552 275 33554432000 4194304 5064252 140734580378912 140734580377824 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17636/statm: 2287 275 233 213 0 72 0
[pid=17637] ppid=17636 vsize=97680 CPUtime=1.71 cores=0,2,4,6
/proc/17637/stat : 17637 (npSolver-wbo) S 17636 17636 8594 0 -1 4202496 9694 13526 0 0 82 17 69 3 20 0 1 0 386133829 100024320 19322 33554432000 4194304 6006132 140736057237136 140736057228528 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/17637/statm: 24420 19322 179 443 0 23973 0
[pid=17649] ppid=17637 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17649/stat : 17649 (satsolver.sh) S 17637 17636 8594 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 386134003 9367552 266 33554432000 4194304 5064252 140733595889440 140733595888352 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17649/statm: 2287 266 226 213 0 72 0
[pid=17650] ppid=17649 vsize=133668 CPUtime=4.55 cores=0,2,4,6
/proc/17650/stat : 17650 (glucose) R 17649 17636 8594 0 -1 4202496 28139 0 0 0 448 7 0 0 20 0 1 0 386134003 136876032 29806 33554432000 4194304 5208918 140736297807824 140736297805496 4210888 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/17650/statm: 33417 29806 104 248 0 33166 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 249644

[startup+12.7004 s]
/proc/loadavg: 2.03 2.03 2.00 3/184 17650
/proc/meminfo: memFree=30423020/32873844 swapFree=7896/7896
[pid=17636] ppid=17634 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17636/stat : 17636 (npSolver-wbo-It) S 17634 17636 8594 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386133829 9367552 275 33554432000 4194304 5064252 140734580378912 140734580377824 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17636/statm: 2287 275 233 213 0 72 0
[pid=17637] ppid=17636 vsize=97680 CPUtime=1.71 cores=0,2,4,6
/proc/17637/stat : 17637 (npSolver-wbo) S 17636 17636 8594 0 -1 4202496 9694 13526 0 0 82 17 69 3 20 0 1 0 386133829 100024320 19322 33554432000 4194304 6006132 140736057237136 140736057228528 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/17637/statm: 24420 19322 179 443 0 23973 0
[pid=17649] ppid=17637 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17649/stat : 17649 (satsolver.sh) S 17637 17636 8594 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 386134003 9367552 266 33554432000 4194304 5064252 140733595889440 140733595888352 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17649/statm: 2287 266 226 213 0 72 0
[pid=17650] ppid=17649 vsize=133952 CPUtime=10.95 cores=0,2,4,6
/proc/17650/stat : 17650 (glucose) R 17649 17636 8594 0 -1 4202496 28214 0 0 0 1088 7 0 0 20 0 1 0 386134003 137166848 29881 33554432000 4194304 5208918 140736297807824 140736297805784 4205710 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/17650/statm: 33488 29881 104 248 0 33237 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 249928

[startup+25.5004 s]
/proc/loadavg: 2.02 2.03 2.00 3/184 17650
/proc/meminfo: memFree=30422672/32873844 swapFree=7896/7896
[pid=17636] ppid=17634 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17636/stat : 17636 (npSolver-wbo-It) S 17634 17636 8594 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386133829 9367552 275 33554432000 4194304 5064252 140734580378912 140734580377824 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17636/statm: 2287 275 233 213 0 72 0
[pid=17637] ppid=17636 vsize=97680 CPUtime=1.71 cores=0,2,4,6
/proc/17637/stat : 17637 (npSolver-wbo) S 17636 17636 8594 0 -1 4202496 9694 13526 0 0 82 17 69 3 20 0 1 0 386133829 100024320 19322 33554432000 4194304 6006132 140736057237136 140736057228528 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/17637/statm: 24420 19322 179 443 0 23973 0
[pid=17649] ppid=17637 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17649/stat : 17649 (satsolver.sh) S 17637 17636 8594 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 386134003 9367552 266 33554432000 4194304 5064252 140733595889440 140733595888352 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17649/statm: 2287 266 226 213 0 72 0
[pid=17650] ppid=17649 vsize=134216 CPUtime=23.74 cores=0,2,4,6
/proc/17650/stat : 17650 (glucose) R 17649 17636 8594 0 -1 4202496 28305 0 0 0 2367 7 0 0 20 0 1 0 386134003 137437184 29972 33554432000 4194304 5208918 140736297807824 140736297805672 4228997 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/17650/statm: 33554 29972 104 248 0 33303 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 250192

[startup+51.1004 s]
/proc/loadavg: 2.01 2.02 2.00 3/183 17650
/proc/meminfo: memFree=30422556/32873844 swapFree=7896/7896
[pid=17636] ppid=17634 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17636/stat : 17636 (npSolver-wbo-It) S 17634 17636 8594 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386133829 9367552 275 33554432000 4194304 5064252 140734580378912 140734580377824 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17636/statm: 2287 275 233 213 0 72 0
[pid=17637] ppid=17636 vsize=97680 CPUtime=1.71 cores=0,2,4,6
/proc/17637/stat : 17637 (npSolver-wbo) S 17636 17636 8594 0 -1 4202496 9694 13526 0 0 82 17 69 3 20 0 1 0 386133829 100024320 19322 33554432000 4194304 6006132 140736057237136 140736057228528 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/17637/statm: 24420 19322 179 443 0 23973 0
[pid=17649] ppid=17637 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17649/stat : 17649 (satsolver.sh) S 17637 17636 8594 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 386134003 9367552 266 33554432000 4194304 5064252 140733595889440 140733595888352 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17649/statm: 2287 266 226 213 0 72 0
[pid=17650] ppid=17649 vsize=134652 CPUtime=49.34 cores=0,2,4,6
/proc/17650/stat : 17650 (glucose) R 17649 17636 8594 0 -1 4202496 28377 0 0 0 4927 7 0 0 20 0 1 0 386134003 137883648 30044 33554432000 4194304 5208918 140736297807824 140736297805496 4211744 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/17650/statm: 33663 30044 104 248 0 33412 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 250628

[startup+102.307 s]
/proc/loadavg: 2.00 2.02 2.00 3/183 17657
/proc/meminfo: memFree=30447648/32873844 swapFree=7896/7896
[pid=17636] ppid=17634 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17636/stat : 17636 (npSolver-wbo-It) S 17634 17636 8594 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386133829 9367552 275 33554432000 4194304 5064252 140734580378912 140734580377824 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17636/statm: 2287 275 233 213 0 72 0
[pid=17637] ppid=17636 vsize=81300 CPUtime=87.9 cores=0,2,4,6
/proc/17637/stat : 17637 (npSolver-wbo) S 17636 17636 8594 0 -1 4202496 15750 49164 0 0 148 27 8582 33 20 0 1 0 386133829 83251200 15260 33554432000 4194304 6006132 140736057237136 140736057228528 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/17637/statm: 20325 15260 180 443 0 19878 0
[pid=17656] ppid=17637 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17656/stat : 17656 (satsolver.sh) S 17637 17636 8594 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 386142622 9367552 266 33554432000 4194304 5064252 140734371023792 140734371022704 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17656/statm: 2287 266 226 213 0 72 0
[pid=17657] ppid=17656 vsize=134652 CPUtime=14.36 cores=0,2,4,6
/proc/17657/stat : 17657 (glucose) R 17656 17636 8594 0 -1 4202496 27294 0 0 0 1431 5 0 0 20 0 1 0 386142622 137883648 30459 33554432000 4194304 5208918 140735942468896 140735942466744 4210905 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/17657/statm: 33663 30459 104 248 0 33412 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 234248

[startup+162.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 17664
/proc/meminfo: memFree=30429756/32873844 swapFree=7896/7896
[pid=17636] ppid=17634 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17636/stat : 17636 (npSolver-wbo-It) S 17634 17636 8594 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386133829 9367552 275 33554432000 4194304 5064252 140734580378912 140734580377824 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17636/statm: 2287 275 233 213 0 72 0
[pid=17637] ppid=17636 vsize=81300 CPUtime=146.09 cores=0,2,4,6
/proc/17637/stat : 17637 (npSolver-wbo) S 17636 17636 8594 0 -1 4202496 21805 83839 0 0 215 36 14298 60 20 0 1 0 386133829 83251200 15260 33554432000 4194304 6006132 140736057237136 140736057228528 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/17637/statm: 20325 15260 180 443 0 19878 0
[pid=17663] ppid=17637 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17663/stat : 17663 (satsolver.sh) S 17637 17636 8594 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 386148442 9367552 267 33554432000 4194304 5064252 140735897169376 140735897168288 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17663/statm: 2287 267 226 213 0 72 0
[pid=17664] ppid=17663 vsize=133808 CPUtime=16.15 cores=0,2,4,6
/proc/17664/stat : 17664 (glucose) R 17663 17636 8594 0 -1 4202496 26943 0 0 0 1609 6 0 0 20 0 1 0 386148443 137019392 29897 33554432000 4194304 5208918 140735376417952 140735376415800 4228997 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/17664/statm: 33452 29897 104 248 0 33201 0
Current children cumulated CPU time (s) 162.24

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


[startup+1362.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 18149
/proc/meminfo: memFree=30349152/32873844 swapFree=7896/7896
[pid=17636] ppid=17634 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17636/stat : 17636 (npSolver-wbo-It) S 17634 17636 8594 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386133829 9367552 275 33554432000 4194304 5064252 140734580378912 140734580377824 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17636/statm: 2287 275 233 213 0 72 0
[pid=17637] ppid=17636 vsize=81300 CPUtime=1349.87 cores=0,2,4,6
/proc/17637/stat : 17637 (npSolver-wbo) S 17636 17636 8594 0 -1 4202496 100520 529806 0 0 1085 154 133326 422 20 0 1 0 386133829 83251200 15260 33554432000 4194304 6006132 140736057237136 140736057228528 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/17637/statm: 20325 15260 180 443 0 19878 0
[pid=18148] ppid=17637 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18148/stat : 18148 (satsolver.sh) S 17637 17636 8594 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 386268847 9367552 267 33554432000 4194304 5064252 140733531103792 140733531102704 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18148/statm: 2287 267 226 213 0 72 0
[pid=18149] ppid=18148 vsize=134828 CPUtime=12.11 cores=0,2,4,6
/proc/18149/stat : 18149 (glucose) R 18148 17636 8594 0 -1 4202496 28492 0 0 0 1206 5 0 0 20 0 1 0 386268847 138063872 30133 33554432000 4194304 5208918 140733977131296 140733977129144 4211049 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/18149/statm: 33707 30133 104 248 0 33456 0
Current children cumulated CPU time (s) 1361.98
Current children cumulated vsize (KiB) 234424

[startup+1422.31 s]
/proc/loadavg: 2.01 2.00 2.00 3/183 18150
/proc/meminfo: memFree=30296108/32873844 swapFree=7896/7896
[pid=17636] ppid=17634 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17636/stat : 17636 (npSolver-wbo-It) S 17634 17636 8594 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386133829 9367552 275 33554432000 4194304 5064252 140734580378912 140734580377824 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17636/statm: 2287 275 233 213 0 72 0
[pid=17637] ppid=17636 vsize=81300 CPUtime=1349.87 cores=0,2,4,6
/proc/17637/stat : 17637 (npSolver-wbo) S 17636 17636 8594 0 -1 4202496 100520 529806 0 0 1085 154 133326 422 20 0 1 0 386133829 83251200 15260 33554432000 4194304 6006132 140736057237136 140736057228528 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/17637/statm: 20325 15260 180 443 0 19878 0
[pid=18148] ppid=17637 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18148/stat : 18148 (satsolver.sh) S 17637 17636 8594 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 386268847 9367552 267 33554432000 4194304 5064252 140733531103792 140733531102704 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18148/statm: 2287 267 226 213 0 72 0
[pid=18149] ppid=18148 vsize=138236 CPUtime=72.11 cores=0,2,4,6
/proc/18149/stat : 18149 (glucose) R 18148 17636 8594 0 -1 4202496 29424 0 0 0 7205 6 0 0 20 0 1 0 386268847 141553664 31960 33554432000 4194304 5208918 140733977131296 140733977128968 4211553 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/18149/statm: 34559 31960 104 248 0 34308 0
Current children cumulated CPU time (s) 1421.98
Current children cumulated vsize (KiB) 237832

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 18157
/proc/meminfo: memFree=30302848/32873844 swapFree=7896/7896
[pid=17636] ppid=17634 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17636/stat : 17636 (npSolver-wbo-It) S 17634 17636 8594 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386133829 9367552 275 33554432000 4194304 5064252 140734580378912 140734580377824 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17636/statm: 2287 275 233 213 0 72 0
[pid=17637] ppid=17636 vsize=81300 CPUtime=1452.02 cores=0,2,4,6
/proc/17637/stat : 17637 (npSolver-wbo) S 17636 17636 8594 0 -1 4202496 106575 565325 0 0 1152 162 143440 448 20 0 1 0 386133829 83251200 15260 33554432000 4194304 6006132 140736057237136 140736057228528 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/17637/statm: 20325 15260 180 443 0 19878 0
[pid=18156] ppid=17637 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18156/stat : 18156 (satsolver.sh) S 17637 17636 8594 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 386279064 9367552 267 33554432000 4194304 5064252 140735920029616 140735920028528 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18156/statm: 2287 267 226 213 0 72 0
[pid=18157] ppid=18156 vsize=134000 CPUtime=29.93 cores=0,2,4,6
/proc/18157/stat : 18157 (glucose) R 18156 17636 8594 0 -1 4202496 25562 0 0 0 2987 6 0 0 20 0 1 0 386279064 137216000 29927 33554432000 4194304 5208918 140735671601424 140735671599272 4229319 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/18157/statm: 33500 29927 104 248 0 33249 0
Current children cumulated CPU time (s) 1481.95
Current children cumulated vsize (KiB) 233596

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 18164
/proc/meminfo: memFree=30354224/32873844 swapFree=7896/7896
[pid=17636] ppid=17634 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17636/stat : 17636 (npSolver-wbo-It) S 17634 17636 8594 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386133829 9367552 275 33554432000 4194304 5064252 140734580378912 140734580377824 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17636/statm: 2287 275 233 213 0 72 0
[pid=17637] ppid=17636 vsize=81300 CPUtime=1452.02 cores=0,2,4,6
/proc/17637/stat : 17637 (npSolver-wbo) S 17636 17636 8594 0 -1 4202496 106575 565325 0 0 1152 162 143440 448 20 0 1 0 386133829 83251200 15260 33554432000 4194304 6006132 140736057237136 140736057228528 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/17637/statm: 20325 15260 180 443 0 19878 0
[pid=18156] ppid=17637 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18156/stat : 18156 (satsolver.sh) S 17637 17636 8594 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 386279064 9367552 267 33554432000 4194304 5064252 140735920029616 140735920028528 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18156/statm: 2287 267 226 213 0 72 0
[pid=18157] ppid=18156 vsize=135604 CPUtime=89.92 cores=0,2,4,6
/proc/18157/stat : 18157 (glucose) R 18156 17636 8594 0 -1 4202496 25972 0 0 0 8986 6 0 0 20 0 1 0 386279064 138858496 30849 33554432000 4194304 5208918 140735671601424 140735671599272 4211182 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/18157/statm: 33901 30849 104 248 0 33650 0
Current children cumulated CPU time (s) 1541.94
Current children cumulated vsize (KiB) 235200

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 18171
/proc/meminfo: memFree=30344012/32873844 swapFree=7896/7896
[pid=17636] ppid=17634 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17636/stat : 17636 (npSolver-wbo-It) S 17634 17636 8594 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386133829 9367552 275 33554432000 4194304 5064252 140734580378912 140734580377824 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17636/statm: 2287 275 233 213 0 72 0
[pid=17637] ppid=17636 vsize=81300 CPUtime=1549.38 cores=0,2,4,6
/proc/17637/stat : 17637 (npSolver-wbo) S 17636 17636 8594 0 -1 4202496 112630 598248 0 0 1220 171 153071 476 20 0 1 0 386133829 83251200 15260 33554432000 4194304 6006132 140736057237136 140736057228528 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/17637/statm: 20325 15260 180 443 0 19878 0
[pid=18170] ppid=17637 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18170/stat : 18170 (satsolver.sh) S 17637 17636 8594 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 386288800 9367552 266 33554432000 4194304 5064252 140734209411984 140734209410896 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18170/statm: 2287 266 226 213 0 72 0
[pid=18171] ppid=18170 vsize=137564 CPUtime=52.56 cores=0,2,4,6
/proc/18171/stat : 18171 (glucose) R 18170 17636 8594 0 -1 4202496 29213 0 0 0 5249 7 0 0 20 0 1 0 386288801 140865536 30891 33554432000 4194304 5208918 140734083554112 140734083552008 4205640 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/18171/statm: 34391 30891 104 248 0 34140 0
Current children cumulated CPU time (s) 1601.94
Current children cumulated vsize (KiB) 237160

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 18178
/proc/meminfo: memFree=30327384/32873844 swapFree=7896/7896
[pid=17636] ppid=17634 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17636/stat : 17636 (npSolver-wbo-It) S 17634 17636 8594 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386133829 9367552 275 33554432000 4194304 5064252 140734580378912 140734580377824 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17636/statm: 2287 275 233 213 0 72 0
[pid=17637] ppid=17636 vsize=81300 CPUtime=1622.73 cores=0,2,4,6
/proc/17637/stat : 17637 (npSolver-wbo) S 17636 17636 8594 0 -1 4202496 118685 634123 0 0 1286 180 160302 505 20 0 1 0 386133829 83251200 15260 33554432000 4194304 6006132 140736057237136 140736057228528 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/17637/statm: 20325 15260 180 443 0 19878 0
[pid=18177] ppid=17637 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18177/stat : 18177 (satsolver.sh) S 17637 17636 8594 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 386296139 9367552 266 33554432000 4194304 5064252 140735716395824 140735716394736 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18177/statm: 2287 266 226 213 0 72 0
[pid=18178] ppid=18177 vsize=135760 CPUtime=39.18 cores=0,2,4,6
/proc/18178/stat : 18178 (glucose) R 18177 17636 8594 0 -1 4202496 27851 0 0 0 3911 7 0 0 20 0 1 0 386296139 139018240 30599 33554432000 4194304 5208918 140736529599328 140736529597080 4211561 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/18178/statm: 33940 30599 104 248 0 33689 0
Current children cumulated CPU time (s) 1661.91
Current children cumulated vsize (KiB) 235356

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 18196
/proc/meminfo: memFree=30353424/32873844 swapFree=7896/7896
[pid=17636] ppid=17634 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17636/stat : 17636 (npSolver-wbo-It) S 17634 17636 8594 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386133829 9367552 275 33554432000 4194304 5064252 140734580378912 140734580377824 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17636/statm: 2287 275 233 213 0 72 0
[pid=17637] ppid=17636 vsize=81300 CPUtime=1687.5 cores=0,2,4,6
/proc/17637/stat : 17637 (npSolver-wbo) S 17636 17636 8594 0 -1 4202496 124740 668796 0 0 1353 190 166673 534 20 0 1 0 386133829 83251200 15260 33554432000 4194304 6006132 140736057237136 140736057228528 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/17637/statm: 20325 15260 180 443 0 19878 0
[pid=18184] ppid=17637 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18184/stat : 18184 (satsolver.sh) S 17637 17636 8594 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 386302615 9367552 267 33554432000 4194304 5064252 140736439609456 140736439608368 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18184/statm: 2287 267 226 213 0 72 0
[pid=18185] ppid=18184 vsize=137844 CPUtime=34.42 cores=0,2,4,6
/proc/18185/stat : 18185 (glucose) R 18184 17636 8594 0 -1 4202496 26682 0 0 0 3436 6 0 0 20 0 1 0 386302615 141152256 31410 33554432000 4194304 5208918 140736301391552 140736301389224 4211537 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/18185/statm: 34461 31410 104 248 0 34210 0
Current children cumulated CPU time (s) 1721.92
Current children cumulated vsize (KiB) 237440

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 18203
/proc/meminfo: memFree=30355432/32873844 swapFree=7896/7896
[pid=17636] ppid=17634 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17636/stat : 17636 (npSolver-wbo-It) S 17634 17636 8594 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386133829 9367552 275 33554432000 4194304 5064252 140734580378912 140734580377824 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17636/statm: 2287 275 233 213 0 72 0
[pid=17637] ppid=17636 vsize=81300 CPUtime=1737.17 cores=0,2,4,6
/proc/17637/stat : 17637 (npSolver-wbo) S 17636 17636 8594 0 -1 4202496 130795 701680 0 0 1419 199 171539 560 20 0 1 0 386133829 83251200 15260 33554432000 4194304 6006132 140736057237136 140736057228528 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/17637/statm: 20325 15260 180 443 0 19878 0
[pid=18202] ppid=17637 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18202/stat : 18202 (satsolver.sh) S 17637 17636 8594 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 386307595 9367552 266 33554432000 4194304 5064252 140735675626400 140735675625312 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18202/statm: 2287 266 226 213 0 72 0
[pid=18203] ppid=18202 vsize=133988 CPUtime=44.62 cores=0,2,4,6
/proc/18203/stat : 18203 (glucose) R 18202 17636 8594 0 -1 4202496 27320 0 0 0 4455 7 0 0 20 0 1 0 386307596 137203712 30103 33554432000 4194304 5208918 140735737961072 140735737958920 4229365 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/18203/statm: 33497 30103 104 248 0 33246 0
Current children cumulated CPU time (s) 1781.79
Current children cumulated vsize (KiB) 233584



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 18203
/proc/meminfo: memFree=30352360/32873844 swapFree=7896/7896
[pid=17636] ppid=17634 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17636/stat : 17636 (npSolver-wbo-It) S 17634 17636 8594 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386133829 9367552 275 33554432000 4194304 5064252 140734580378912 140734580377824 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17636/statm: 2287 275 233 213 0 72 0
[pid=17637] ppid=17636 vsize=81300 CPUtime=1737.17 cores=0,2,4,6
/proc/17637/stat : 17637 (npSolver-wbo) S 17636 17636 8594 0 -1 4202496 130795 701680 0 0 1419 199 171539 560 20 0 1 0 386133829 83251200 15260 33554432000 4194304 6006132 140736057237136 140736057228528 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/17637/statm: 20325 15260 180 443 0 19878 0
[pid=18202] ppid=17637 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18202/stat : 18202 (satsolver.sh) S 17637 17636 8594 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 386307595 9367552 266 33554432000 4194304 5064252 140735675626400 140735675625312 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18202/statm: 2287 266 226 213 0 72 0
[pid=18203] ppid=18202 vsize=134680 CPUtime=62.92 cores=0,2,4,6
/proc/18203/stat : 18203 (glucose) R 18202 17636 8594 0 -1 4202496 27513 0 0 0 6285 7 0 0 20 0 1 0 386307596 137912320 30299 33554432000 4194304 5208918 140735737961072 140735737958920 4228997 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/18203/statm: 33670 30299 104 248 0 33419 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 234276

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.14
CPU user time (s): 1792.45
CPU system time (s): 7.69083
CPU usage (%): 99.9732
Max. virtual memory (cumulated for all children) (KiB): 296700

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1792.45
system time used= 7.69083
maximum resident set size= 156228
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 860966
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2091688
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 11089
involuntary context switches= 2170

runsolver used 5.9181 second user time and 15.4217 second system time

The end

Launcher Data

Begin job on node136 at 2012-06-09 02:01:24
IDJOB=3753318
IDBENCH=79346
IDSOLVER=2337
FILE ID=node136/3753318-1339200084
RUNJOBID= node136-1339183022-10012
PBS_JOBID= 14643823
Free space on /tmp= 70320 MiB

SOLVER NAME= npSolver inc-topDown
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB10/oliveras/j30/normalized-j308_1-unsat--soft-0-100-0.wbo
COMMAND LINE= DIR/npSolver-wbo-Itd.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3753318-1339200084/watcher-3753318-1339200084 -o /tmp/evaluation-result-3753318-1339200084/solver-3753318-1339200084 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo-Itd.sh HOME/instance-3753318-1339200084.wbo 546783771 HOME HOME

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

MD5SUM BENCH= 591706804da9a76ba42d2e694fd25fcb
RANDOM SEED=546783771

node136.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.247
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.49
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.247
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		: 2667.247
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.94
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.247
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.90
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.247
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.90
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.247
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		: 2667.247
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.247
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:        30669952 kB
Buffers:          791412 kB
Cached:           402232 kB
SwapCached:        20432 kB
Active:          1097668 kB
Inactive:         193040 kB
Active(anon):      75500 kB
Inactive(anon):    22684 kB
Active(file):    1022168 kB
Inactive(file):   170356 kB
Unevictable:        7896 kB
Mlocked:            7896 kB
SwapTotal:      67108856 kB
SwapFree:       67083240 kB
Dirty:              8604 kB
Writeback:             0 kB
AnonPages:        178120 kB
Mapped:            10060 kB
Shmem:                 0 kB
Slab:             770032 kB
SReclaimable:     211476 kB
SUnreclaim:       558556 kB
KernelStack:        1528 kB
PageTables:         4216 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     204720 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    143360 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= 70244 MiB
End job on node136 at 2012-06-09 02:31:24