Trace number 3753203

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)? (TO) 1800.04 1800.41

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/
normalized-chnl40_41_pb.cnf.cr--soft-0-100-0.wbo
MD5SUM6ff912dc2f2e680571fd49caa2fcd856
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark5
Best CPU time to get the best result obtained on this benchmark1.3368
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables3280
Total number of constraints162
Number of soft constraints162
Number of constraints which are clauses82
Number of constraints which are cardinality constraints (but not clauses)80
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint40
Maximum length of a constraint41
Top cost 8163
Min constraint cost 1
Max constraint cost 99
Sum of constraints costs 8162
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 42
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.03	c run usual solver
0.00/0.91	o 2606
0.00/0.91	c starting approximation
0.00/0.91	c factor = 2
0.00/0.91	c factor still to low - shrinking to 2.53303
0.00/0.91	c approx number of clauses: 1e+06
0.00/0.91	c current bound: 1303
61.47/61.50	c current bound: 1303
121.73/121.99	c current bound: 1303
182.55/182.66	c current bound: 1303
242.45/242.73	c current bound: 1303
302.71/302.80	c current bound: 1303
363.16/363.48	c current bound: 1303
423.28/423.41	c current bound: 1303
484.15/484.51	c current bound: 1303
543.26/543.62	c current bound: 1303
603.42/603.79	c current bound: 1303
663.55/663.94	c current bound: 1303
723.50/723.71	c current bound: 1303
784.62/785.05	c current bound: 1303
844.67/844.91	c current bound: 1303
904.46/904.91	c current bound: 1303
965.18/965.64	c current bound: 1303
1024.60/1025.07	c current bound: 1303
1084.72/1085.21	c current bound: 1303
1145.27/1145.77	c current bound: 1303
1204.21/1204.72	c current bound: 1303
1263.74/1264.25	c current bound: 1303
1324.38/1324.92	c current bound: 1303
1384.10/1384.65	c current bound: 1303
1444.48/1445.03	c current bound: 1303
1504.60/1505.17	c current bound: 1303
1563.84/1564.26	c current bound: 1303
1624.34/1624.75	c current bound: 1303
1683.38/1683.98	c current bound: 1303
1743.52/1743.90	c current bound: 1303
1800.01/1800.40	./satsolver.sh: line 5: 16954 Terminated              ./glucose $1 > $2 2> /dev/null
1800.01/1800.40	c error: unexpected solver exit code
1800.01/1800.40	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3753203-1339207995/watcher-3753203-1339207995 -o /tmp/evaluation-result-3753203-1339207995/solver-3753203-1339207995 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-Itdqb.sh HOME/instance-3753203-1339207995.wbo 1952001884 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: 1.93 1.97 1.98 3/181 16722
/proc/meminfo: memFree=30660224/32873844 swapFree=7124/7124
[pid=16722] ppid=16720 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16722/stat : 16722 (npSolver-wbo-It) S 16720 16722 8611 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 30766533 9367552 275 33554432000 4194304 5064252 140734389729152 140734389728064 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16722/statm: 2287 275 233 213 0 72 0

[startup+0.0331489 s]
/proc/loadavg: 1.93 1.97 1.98 3/181 16722
/proc/meminfo: memFree=30660224/32873844 swapFree=7124/7124
[pid=16722] ppid=16720 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16722/stat : 16722 (npSolver-wbo-It) S 16720 16722 8611 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 30766533 9367552 275 33554432000 4194304 5064252 140734389729152 140734389728064 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16722/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100302 s]
/proc/loadavg: 1.93 1.97 1.98 3/181 16722
/proc/meminfo: memFree=30660224/32873844 swapFree=7124/7124
[pid=16722] ppid=16720 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16722/stat : 16722 (npSolver-wbo-It) S 16720 16722 8611 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 30766533 9367552 275 33554432000 4194304 5064252 140734389729152 140734389728064 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16722/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300229 s]
/proc/loadavg: 1.93 1.97 1.98 3/181 16722
/proc/meminfo: memFree=30660224/32873844 swapFree=7124/7124
[pid=16722] ppid=16720 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16722/stat : 16722 (npSolver-wbo-It) S 16720 16722 8611 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 30766533 9367552 275 33554432000 4194304 5064252 140734389729152 140734389728064 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16722/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700229 s]
/proc/loadavg: 1.93 1.97 1.98 3/181 16722
/proc/meminfo: memFree=30660224/32873844 swapFree=7124/7124
[pid=16722] ppid=16720 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16722/stat : 16722 (npSolver-wbo-It) S 16720 16722 8611 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 30766533 9367552 275 33554432000 4194304 5064252 140734389729152 140734389728064 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16722/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50029 s]
/proc/loadavg: 1.93 1.97 1.98 3/184 16735
/proc/meminfo: memFree=30638460/32873844 swapFree=7124/7124
[pid=16722] ppid=16720 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16722/stat : 16722 (npSolver-wbo-It) S 16720 16722 8611 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 30766533 9367552 275 33554432000 4194304 5064252 140734389729152 140734389728064 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16722/statm: 2287 275 233 213 0 72 0
[pid=16723] ppid=16722 vsize=20008 CPUtime=0.97 cores=0,2,4,6
/proc/16723/stat : 16723 (npSolver-wbo) S 16722 16722 8611 0 -1 4202496 4278 9563 0 0 9 3 84 1 20 0 1 0 30766534 20488192 4076 33554432000 4194304 6006132 140734419711392 140734419702752 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16723/statm: 5002 4076 177 443 0 4555 0
[pid=16735] ppid=16723 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16735/stat : 16735 (satsolver.sh) S 16723 16722 8611 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 30766633 9367552 267 33554432000 4194304 5064252 140734884505344 140734884504256 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16735/statm: 2287 267 226 213 0 72 0
Current children cumulated CPU time (s) 0.97
Current children cumulated vsize (KiB) 38304

[startup+3.10032 s]
/proc/loadavg: 1.94 1.97 1.98 3/185 16736
/proc/meminfo: memFree=30590700/32873844 swapFree=7124/7124
[pid=16722] ppid=16720 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16722/stat : 16722 (npSolver-wbo-It) S 16720 16722 8611 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 30766533 9367552 275 33554432000 4194304 5064252 140734389729152 140734389728064 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16722/statm: 2287 275 233 213 0 72 0
[pid=16723] ppid=16722 vsize=20008 CPUtime=0.97 cores=0,2,4,6
/proc/16723/stat : 16723 (npSolver-wbo) S 16722 16722 8611 0 -1 4202496 4278 9563 0 0 9 3 84 1 20 0 1 0 30766534 20488192 4076 33554432000 4194304 6006132 140734419711392 140734419702752 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16723/statm: 5002 4076 177 443 0 4555 0
[pid=16735] ppid=16723 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16735/stat : 16735 (satsolver.sh) S 16723 16722 8611 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 30766633 9367552 267 33554432000 4194304 5064252 140734884505344 140734884504256 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16735/statm: 2287 267 226 213 0 72 0
[pid=16736] ppid=16735 vsize=46240 CPUtime=2.09 cores=0,2,4,6
/proc/16736/stat : 16736 (glucose) R 16735 16722 8611 0 -1 4202496 9508 0 0 0 207 2 0 0 20 0 1 0 30766634 47349760 9669 33554432000 4194304 5208918 140736917017856 140736917016264 4211656 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/16736/statm: 11560 9669 95 248 0 11309 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 84544

[startup+6.30032 s]
/proc/loadavg: 1.94 1.97 1.98 3/185 16736
/proc/meminfo: memFree=30571500/32873844 swapFree=7124/7124
[pid=16722] ppid=16720 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16722/stat : 16722 (npSolver-wbo-It) S 16720 16722 8611 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 30766533 9367552 275 33554432000 4194304 5064252 140734389729152 140734389728064 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16722/statm: 2287 275 233 213 0 72 0
[pid=16723] ppid=16722 vsize=20008 CPUtime=0.97 cores=0,2,4,6
/proc/16723/stat : 16723 (npSolver-wbo) S 16722 16722 8611 0 -1 4202496 4278 9563 0 0 9 3 84 1 20 0 1 0 30766534 20488192 4076 33554432000 4194304 6006132 140734419711392 140734419702752 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16723/statm: 5002 4076 177 443 0 4555 0
[pid=16735] ppid=16723 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16735/stat : 16735 (satsolver.sh) S 16723 16722 8611 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 30766633 9367552 267 33554432000 4194304 5064252 140734884505344 140734884504256 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16735/statm: 2287 267 226 213 0 72 0
[pid=16736] ppid=16735 vsize=50792 CPUtime=5.28 cores=0,2,4,6
/proc/16736/stat : 16736 (glucose) R 16735 16722 8611 0 -1 4202496 9896 0 0 0 526 2 0 0 20 0 1 0 30766634 52011008 10568 33554432000 4194304 5208918 140736917017856 140736917015704 4211871 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/16736/statm: 12698 10568 95 248 0 12447 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 89096

[startup+12.7003 s]
/proc/loadavg: 1.95 1.97 1.98 3/185 16736
/proc/meminfo: memFree=30573404/32873844 swapFree=7124/7124
[pid=16722] ppid=16720 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16722/stat : 16722 (npSolver-wbo-It) S 16720 16722 8611 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 30766533 9367552 275 33554432000 4194304 5064252 140734389729152 140734389728064 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16722/statm: 2287 275 233 213 0 72 0
[pid=16723] ppid=16722 vsize=20008 CPUtime=0.97 cores=0,2,4,6
/proc/16723/stat : 16723 (npSolver-wbo) S 16722 16722 8611 0 -1 4202496 4278 9563 0 0 9 3 84 1 20 0 1 0 30766534 20488192 4076 33554432000 4194304 6006132 140734419711392 140734419702752 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16723/statm: 5002 4076 177 443 0 4555 0
[pid=16735] ppid=16723 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16735/stat : 16735 (satsolver.sh) S 16723 16722 8611 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 30766633 9367552 267 33554432000 4194304 5064252 140734884505344 140734884504256 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16735/statm: 2287 267 226 213 0 72 0
[pid=16736] ppid=16735 vsize=58240 CPUtime=11.69 cores=0,2,4,6
/proc/16736/stat : 16736 (glucose) R 16735 16722 8611 0 -1 4202496 11184 0 0 0 1166 3 0 0 20 0 1 0 30766634 59637760 11524 33554432000 4194304 5208918 140736917017856 140736917016008 4211574 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/16736/statm: 14560 11524 96 248 0 14309 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 96544

[startup+25.5003 s]
/proc/loadavg: 1.95 1.97 1.98 3/185 16736
/proc/meminfo: memFree=30546344/32873844 swapFree=7124/7124
[pid=16722] ppid=16720 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16722/stat : 16722 (npSolver-wbo-It) S 16720 16722 8611 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 30766533 9367552 275 33554432000 4194304 5064252 140734389729152 140734389728064 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16722/statm: 2287 275 233 213 0 72 0
[pid=16723] ppid=16722 vsize=20008 CPUtime=0.97 cores=0,2,4,6
/proc/16723/stat : 16723 (npSolver-wbo) S 16722 16722 8611 0 -1 4202496 4278 9563 0 0 9 3 84 1 20 0 1 0 30766534 20488192 4076 33554432000 4194304 6006132 140734419711392 140734419702752 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16723/statm: 5002 4076 177 443 0 4555 0
[pid=16735] ppid=16723 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16735/stat : 16735 (satsolver.sh) S 16723 16722 8611 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 30766633 9367552 267 33554432000 4194304 5064252 140734884505344 140734884504256 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16735/statm: 2287 267 226 213 0 72 0
[pid=16736] ppid=16735 vsize=81540 CPUtime=24.49 cores=0,2,4,6
/proc/16736/stat : 16736 (glucose) R 16735 16722 8611 0 -1 4202496 12233 0 0 0 2445 4 0 0 20 0 1 0 30766634 83496960 18270 33554432000 4194304 5208918 140736917017856 140736917015720 4211656 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/16736/statm: 20385 18270 96 248 0 20134 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 119844

[startup+51.1003 s]
/proc/loadavg: 1.97 1.97 1.98 3/185 16736
/proc/meminfo: memFree=30526612/32873844 swapFree=7124/7124
[pid=16722] ppid=16720 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16722/stat : 16722 (npSolver-wbo-It) S 16720 16722 8611 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 30766533 9367552 275 33554432000 4194304 5064252 140734389729152 140734389728064 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16722/statm: 2287 275 233 213 0 72 0
[pid=16723] ppid=16722 vsize=20008 CPUtime=0.97 cores=0,2,4,6
/proc/16723/stat : 16723 (npSolver-wbo) S 16722 16722 8611 0 -1 4202496 4278 9563 0 0 9 3 84 1 20 0 1 0 30766534 20488192 4076 33554432000 4194304 6006132 140734419711392 140734419702752 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16723/statm: 5002 4076 177 443 0 4555 0
[pid=16735] ppid=16723 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16735/stat : 16735 (satsolver.sh) S 16723 16722 8611 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 30766633 9367552 267 33554432000 4194304 5064252 140734884505344 140734884504256 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16735/statm: 2287 267 226 213 0 72 0
[pid=16736] ppid=16735 vsize=100396 CPUtime=50.08 cores=0,2,4,6
/proc/16736/stat : 16736 (glucose) R 16735 16722 8611 0 -1 4202496 13294 0 0 0 5003 5 0 0 20 0 1 0 30766634 102805504 23170 33554432000 4194304 5208918 140736917017856 140736917015800 4211599 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/16736/statm: 25099 23170 96 248 0 24848 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 138700

[startup+102.307 s]
/proc/loadavg: 1.99 1.97 1.98 3/185 16743
/proc/meminfo: memFree=30472096/32873844 swapFree=7124/7124
[pid=16722] ppid=16720 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16722/stat : 16722 (npSolver-wbo-It) S 16720 16722 8611 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 30766533 9367552 275 33554432000 4194304 5064252 140734389729152 140734389728064 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16722/statm: 2287 275 233 213 0 72 0
[pid=16723] ppid=16722 vsize=20008 CPUtime=61.56 cores=0,2,4,6
/proc/16723/stat : 16723 (npSolver-wbo) S 16722 16722 8611 0 -1 4202496 6554 27033 0 0 17 4 6117 18 20 0 1 0 30766534 20488192 4076 33554432000 4194304 6006132 140734419711392 140734419702752 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16723/statm: 5002 4076 177 443 0 4555 0
[pid=16742] ppid=16723 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16742/stat : 16742 (satsolver.sh) S 16723 16722 8611 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 30772692 9367552 267 33554432000 4194304 5064252 140735517860144 140735517859056 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/16742/statm: 2287 267 226 213 0 72 0
[pid=16743] ppid=16742 vsize=100396 CPUtime=40.7 cores=0,2,4,6
/proc/16743/stat : 16743 (glucose) R 16742 16722 8611 0 -1 4202496 14033 0 0 0 4066 4 0 0 20 0 1 0 30772692 102805504 22125 33554432000 4194304 5208918 140734599603504 140734599601448 4211584 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/16743/statm: 25099 22125 96 248 0 24848 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 138700

[startup+162.3 s]
/proc/loadavg: 1.99 1.97 1.98 3/185 16750
/proc/meminfo: memFree=30470392/32873844 swapFree=7124/7124
[pid=16722] ppid=16720 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16722/stat : 16722 (npSolver-wbo-It) S 16720 16722 8611 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 30766533 9367552 275 33554432000 4194304 5064252 140734389729152 140734389728064 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16722/statm: 2287 275 233 213 0 72 0
[pid=16723] ppid=16722 vsize=20008 CPUtime=122.04 cores=0,2,4,6
/proc/16723/stat : 16723 (npSolver-wbo) S 16722 16722 8611 0 -1 4202496 8832 45768 0 0 24 5 12141 34 20 0 1 0 30766534 20488192 4076 33554432000 4194304 6006132 140734419711392 140734419702752 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16723/statm: 5002 4076 177 443 0 4555 0
[pid=16749] ppid=16723 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16749/stat : 16749 (satsolver.sh) S 16723 16722 8611 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 30778741 9367552 267 33554432000 4194304 5064252 140737135895808 140737135894720 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/16749/statm: 2287 267 226 213 0 72 0
[pid=16750] ppid=16749 vsize=100388 CPUtime=40.21 cores=0,2,4,6

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


[startup+1362.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/185 16901
/proc/meminfo: memFree=30445000/32873844 swapFree=7124/7124
[pid=16722] ppid=16720 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16722/stat : 16722 (npSolver-wbo-It) S 16720 16722 8611 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 30766533 9367552 275 33554432000 4194304 5064252 140734389729152 140734389728064 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16722/statm: 2287 275 233 213 0 72 0
[pid=16723] ppid=16722 vsize=20008 CPUtime=1324.7 cores=0,2,4,6
/proc/16723/stat : 16723 (npSolver-wbo) S 16722 16722 8611 0 -1 4202496 54372 401588 0 0 168 22 131955 325 20 0 1 0 30766534 20488192 4076 33554432000 4194304 6006132 140734419711392 140734419702752 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16723/statm: 5002 4076 177 443 0 4555 0
[pid=16900] ppid=16723 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16900/stat : 16900 (satsolver.sh) S 16723 16722 8611 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 30899034 9367552 267 33554432000 4194304 5064252 140736534138064 140736534136976 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/16900/statm: 2287 267 226 213 0 72 0
[pid=16901] ppid=16900 vsize=100388 CPUtime=37.27 cores=0,2,4,6
/proc/16901/stat : 16901 (glucose) R 16900 16722 8611 0 -1 4202496 13195 0 0 0 3724 3 0 0 20 0 1 0 30899034 102797312 18501 33554432000 4194304 5208918 140733697071248 140733697069336 4211871 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/16901/statm: 25097 18501 96 248 0 24846 0
Current children cumulated CPU time (s) 1361.97
Current children cumulated vsize (KiB) 138692

[startup+1422.31 s]
/proc/loadavg: 2.00 2.02 2.00 3/185 16908
/proc/meminfo: memFree=30432756/32873844 swapFree=7124/7124
[pid=16722] ppid=16720 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16722/stat : 16722 (npSolver-wbo-It) S 16720 16722 8611 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 30766533 9367552 275 33554432000 4194304 5064252 140734389729152 140734389728064 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16722/statm: 2287 275 233 213 0 72 0
[pid=16723] ppid=16722 vsize=20008 CPUtime=1384.42 cores=0,2,4,6
/proc/16723/stat : 16723 (npSolver-wbo) S 16722 16722 8611 0 -1 4202496 56648 419024 0 0 175 23 137905 339 20 0 1 0 30766534 20488192 4076 33554432000 4194304 6006132 140734419711392 140734419702752 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16723/statm: 5002 4076 177 443 0 4555 0
[pid=16907] ppid=16723 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16907/stat : 16907 (satsolver.sh) S 16723 16722 8611 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 30905007 9367552 267 33554432000 4194304 5064252 140736606873408 140736606872320 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/16907/statm: 2287 267 226 213 0 72 0
[pid=16908] ppid=16907 vsize=100396 CPUtime=37.55 cores=0,2,4,6
/proc/16908/stat : 16908 (glucose) R 16907 16722 8611 0 -1 4202496 12209 0 0 0 3752 3 0 0 20 0 1 0 30905008 102805504 19021 33554432000 4194304 5208918 140735426831584 140735426829672 4211656 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/16908/statm: 25099 19021 96 248 0 24848 0
Current children cumulated CPU time (s) 1421.97
Current children cumulated vsize (KiB) 138700

[startup+1482.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/185 16915
/proc/meminfo: memFree=30504152/32873844 swapFree=7124/7124
[pid=16722] ppid=16720 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16722/stat : 16722 (npSolver-wbo-It) S 16720 16722 8611 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 30766533 9367552 275 33554432000 4194304 5064252 140734389729152 140734389728064 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16722/statm: 2287 275 233 213 0 72 0
[pid=16723] ppid=16722 vsize=20008 CPUtime=1444.79 cores=0,2,4,6
/proc/16723/stat : 16723 (npSolver-wbo) S 16722 16722 8611 0 -1 4202496 58926 435987 0 0 183 24 143920 352 20 0 1 0 30766534 20488192 4076 33554432000 4194304 6006132 140734419711392 140734419702752 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16723/statm: 5002 4076 177 443 0 4555 0
[pid=16914] ppid=16723 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16914/stat : 16914 (satsolver.sh) S 16723 16722 8611 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 30911045 9367552 267 33554432000 4194304 5064252 140737429987040 140737429985952 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/16914/statm: 2287 267 226 213 0 72 0
[pid=16915] ppid=16914 vsize=100388 CPUtime=37.17 cores=0,2,4,6
/proc/16915/stat : 16915 (glucose) R 16914 16722 8611 0 -1 4202496 13186 0 0 0 3714 3 0 0 20 0 1 0 30911046 102797312 18501 33554432000 4194304 5208918 140734993762592 140734993760680 4211732 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/16915/statm: 25097 18501 96 248 0 24846 0
Current children cumulated CPU time (s) 1481.96
Current children cumulated vsize (KiB) 138692

[startup+1542.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/185 16923
/proc/meminfo: memFree=30439540/32873844 swapFree=7124/7124
[pid=16722] ppid=16720 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16722/stat : 16722 (npSolver-wbo-It) S 16720 16722 8611 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 30766533 9367552 275 33554432000 4194304 5064252 140734389729152 140734389728064 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16722/statm: 2287 275 233 213 0 72 0
[pid=16723] ppid=16722 vsize=20008 CPUtime=1504.9 cores=0,2,4,6
/proc/16723/stat : 16723 (npSolver-wbo) S 16722 16722 8611 0 -1 4202496 61202 453414 0 0 190 24 149909 367 20 0 1 0 30766534 20488192 4076 33554432000 4194304 6006132 140734419711392 140734419702752 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16723/statm: 5002 4076 177 443 0 4555 0
[pid=16921] ppid=16723 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16921/stat : 16921 (satsolver.sh) S 16723 16722 8611 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 30917059 9367552 267 33554432000 4194304 5064252 140736248249024 140736248247936 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/16921/statm: 2287 267 226 213 0 72 0
[pid=16922] ppid=16921 vsize=100392 CPUtime=37.03 cores=0,2,4,6
/proc/16922/stat : 16922 (glucose) R 16921 16722 8611 0 -1 4202496 14440 0 0 0 3700 3 0 0 20 0 1 0 30917059 102801408 19405 33554432000 4194304 5208918 140736515559360 140736515557304 4211656 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/16922/statm: 25098 19405 96 248 0 24847 0
Current children cumulated CPU time (s) 1541.93
Current children cumulated vsize (KiB) 138696

[startup+1602.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/185 16930
/proc/meminfo: memFree=30432768/32873844 swapFree=7124/7124
[pid=16722] ppid=16720 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16722/stat : 16722 (npSolver-wbo-It) S 16720 16722 8611 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 30766533 9367552 275 33554432000 4194304 5064252 140734389729152 140734389728064 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16722/statm: 2287 275 233 213 0 72 0
[pid=16723] ppid=16722 vsize=20008 CPUtime=1564 cores=0,2,4,6
/proc/16723/stat : 16723 (npSolver-wbo) S 16722 16722 8611 0 -1 4202496 63480 472097 0 0 198 25 155796 381 20 0 1 0 30766534 20488192 4076 33554432000 4194304 6006132 140734419711392 140734419702752 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16723/statm: 5002 4076 177 443 0 4555 0
[pid=16929] ppid=16723 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16929/stat : 16929 (satsolver.sh) S 16723 16722 8611 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 30922968 9367552 267 33554432000 4194304 5064252 140735714032064 140735714030976 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/16929/statm: 2287 267 226 213 0 72 0
[pid=16930] ppid=16929 vsize=100392 CPUtime=37.93 cores=0,2,4,6
/proc/16930/stat : 16930 (glucose) R 16929 16722 8611 0 -1 4202496 12258 0 0 0 3791 2 0 0 20 0 1 0 30922968 102801408 18502 33554432000 4194304 5208918 140735379276432 140735379274520 4211712 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/16930/statm: 25098 18502 96 248 0 24847 0
Current children cumulated CPU time (s) 1601.93
Current children cumulated vsize (KiB) 138696

[startup+1662.3 s]
/proc/loadavg: 2.07 2.04 2.01 3/186 16940
/proc/meminfo: memFree=30423796/32873844 swapFree=7124/7124
[pid=16722] ppid=16720 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16722/stat : 16722 (npSolver-wbo-It) S 16720 16722 8611 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 30766533 9367552 275 33554432000 4194304 5064252 140734389729152 140734389728064 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16722/statm: 2287 275 233 213 0 72 0
[pid=16723] ppid=16722 vsize=20008 CPUtime=1624.47 cores=0,2,4,6
/proc/16723/stat : 16723 (npSolver-wbo) S 16722 16722 8611 0 -1 4202496 65756 489624 0 0 205 26 161823 393 20 0 1 0 30766534 20488192 4076 33554432000 4194304 6006132 140734419711392 140734419702752 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16723/statm: 5002 4076 177 443 0 4555 0
[pid=16939] ppid=16723 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16939/stat : 16939 (satsolver.sh) S 16723 16722 8611 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 30929017 9367552 265 33554432000 4194304 5064252 140733667083168 140733667082080 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/16939/statm: 2287 265 226 213 0 72 0
[pid=16940] ppid=16939 vsize=100388 CPUtime=37.45 cores=0,2,4,6
/proc/16940/stat : 16940 (glucose) R 16939 16722 8611 0 -1 4202496 12836 0 0 0 3741 4 0 0 20 0 1 0 30929017 102797312 19737 33554432000 4194304 5208918 140735181832096 140735181830040 4211599 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/16940/statm: 25097 19737 96 248 0 24846 0
Current children cumulated CPU time (s) 1661.92
Current children cumulated vsize (KiB) 138692

[startup+1722.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/185 16947
/proc/meminfo: memFree=30408220/32873844 swapFree=7124/7124
[pid=16722] ppid=16720 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16722/stat : 16722 (npSolver-wbo-It) S 16720 16722 8611 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 30766533 9367552 275 33554432000 4194304 5064252 140734389729152 140734389728064 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16722/statm: 2287 275 233 213 0 72 0
[pid=16723] ppid=16722 vsize=20008 CPUtime=1683.69 cores=0,2,4,6
/proc/16723/stat : 16723 (npSolver-wbo) S 16722 16722 8611 0 -1 4202496 68034 506727 0 0 212 27 167722 408 20 0 1 0 30766534 20488192 4076 33554432000 4194304 6006132 140734419711392 140734419702752 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16723/statm: 5002 4076 177 443 0 4555 0
[pid=16946] ppid=16723 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16946/stat : 16946 (satsolver.sh) S 16723 16722 8611 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 30934940 9367552 267 33554432000 4194304 5064252 140736721045456 140736721044368 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/16946/statm: 2287 267 226 213 0 72 0
[pid=16947] ppid=16946 vsize=100392 CPUtime=38.21 cores=0,2,4,6
/proc/16947/stat : 16947 (glucose) R 16946 16722 8611 0 -1 4202496 12889 0 0 0 3818 3 0 0 20 0 1 0 30934940 102801408 21598 33554432000 4194304 5208918 140734083376880 140734083374824 4211580 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/16947/statm: 25098 21598 96 248 0 24847 0
Current children cumulated CPU time (s) 1721.9
Current children cumulated vsize (KiB) 138696

[startup+1782.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/185 16954
/proc/meminfo: memFree=30387264/32873844 swapFree=7124/7124
[pid=16722] ppid=16720 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16722/stat : 16722 (npSolver-wbo-It) S 16720 16722 8611 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 30766533 9367552 275 33554432000 4194304 5064252 140734389729152 140734389728064 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16722/statm: 2287 275 233 213 0 72 0
[pid=16723] ppid=16722 vsize=20008 CPUtime=1743.6 cores=0,2,4,6
/proc/16723/stat : 16723 (npSolver-wbo) S 16722 16722 8611 0 -1 4202496 70310 523828 0 0 219 28 173692 421 20 0 1 0 30766534 20488192 4076 33554432000 4194304 6006132 140734419711392 140734419702752 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16723/statm: 5002 4076 177 443 0 4555 0
[pid=16953] ppid=16723 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16953/stat : 16953 (satsolver.sh) S 16723 16722 8611 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 30940931 9367552 265 33554432000 4194304 5064252 140736878498592 140736878497504 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/16953/statm: 2287 265 226 213 0 72 0
[pid=16954] ppid=16953 vsize=100396 CPUtime=38.3 cores=0,2,4,6
/proc/16954/stat : 16954 (glucose) R 16953 16722 8611 0 -1 4202496 12301 0 0 0 3827 3 0 0 20 0 1 0 30940932 102805504 18502 33554432000 4194304 5208918 140733812856128 140733812854216 4211570 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/16954/statm: 25099 18502 96 248 0 24848 0
Current children cumulated CPU time (s) 1781.9
Current children cumulated vsize (KiB) 138700



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.02 2.00 3/185 17006
/proc/meminfo: memFree=30517172/32873844 swapFree=7124/7124
[pid=16722] ppid=16720 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16722/stat : 16722 (npSolver-wbo-It) S 16720 16722 8611 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 30766533 9367552 275 33554432000 4194304 5064252 140734389729152 140734389728064 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16722/statm: 2287 275 233 213 0 72 0
[pid=16723] ppid=16722 vsize=20008 CPUtime=1743.6 cores=0,2,4,6
/proc/16723/stat : 16723 (npSolver-wbo) S 16722 16722 8611 0 -1 4202496 70310 523828 0 0 219 28 173692 421 20 0 1 0 30766534 20488192 4076 33554432000 4194304 6006132 140734419711392 140734419702752 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16723/statm: 5002 4076 177 443 0 4555 0
[pid=16953] ppid=16723 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16953/stat : 16953 (satsolver.sh) S 16723 16722 8611 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 30940931 9367552 265 33554432000 4194304 5064252 140736878498592 140736878497504 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/16953/statm: 2287 265 226 213 0 72 0
[pid=16954] ppid=16953 vsize=100396 CPUtime=56.41 cores=0,2,4,6
/proc/16954/stat : 16954 (glucose) R 16953 16722 8611 0 -1 4202496 12886 0 0 0 5637 4 0 0 20 0 1 0 30940932 102805504 23170 33554432000 4194304 5208918 140733812856128 140733812854072 4229456 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/16954/statm: 25099 23170 96 248 0 24848 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 138700

Sending SIGTERM to process tree (bottom up)

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

Child status: 0
Real time (s): 1800.41
CPU time (s): 1800.04
CPU user time (s): 1795.49
CPU system time (s): 4.54831
CPU usage (%): 99.9793
Max. virtual memory (cumulated for all children) (KiB): 150196

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.49
system time used= 4.54831
maximum resident set size= 97932
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 608013
page faults= 0
swaps= 0
block input operations= 0
block output operations= 360192
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7465
involuntary context switches= 2291

runsolver used 3.41548 second user time and 8.50671 second system time

The end

Launcher Data

Begin job on node134 at 2012-06-09 04:13:15
IDJOB=3753203
IDBENCH=79166
IDSOLVER=2336
FILE ID=node134/3753203-1339207995
RUNJOBID= node134-1339204370-8627
PBS_JOBID= 14643850
Free space on /tmp= 71136 MiB

SOLVER NAME= npSolver inc-topdown-quickBound
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/normalized-chnl40_41_pb.cnf.cr--soft-0-100-0.wbo
COMMAND LINE= DIR/npSolver-wbo-Itdqb.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3753203-1339207995/watcher-3753203-1339207995 -o /tmp/evaluation-result-3753203-1339207995/solver-3753203-1339207995 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo-Itdqb.sh HOME/instance-3753203-1339207995.wbo 1952001884 HOME HOME

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

MD5SUM BENCH= 6ff912dc2f2e680571fd49caa2fcd856
RANDOM SEED=1952001884

node134.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.091
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.18
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.091
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	: 5332.55
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.091
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	: 5332.55
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.091
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	: 5332.55
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.091
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	: 5332.55
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.091
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	: 5332.56
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.091
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	: 5332.56
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.091
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	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        30660596 kB
Buffers:          377136 kB
Cached:           950428 kB
SwapCached:            0 kB
Active:           539136 kB
Inactive:         844960 kB
Active(anon):      43616 kB
Inactive(anon):    11184 kB
Active(file):     495520 kB
Inactive(file):   833776 kB
Unevictable:        7124 kB
Mlocked:            7124 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             17384 kB
Writeback:             0 kB
AnonPages:         71304 kB
Mapped:            15120 kB
Shmem:               212 kB
Slab:             689372 kB
SReclaimable:     130640 kB
SUnreclaim:       558732 kB
KernelStack:        1536 kB
PageTables:         4192 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     167904 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:     40960 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= 71120 MiB
End job on node134 at 2012-06-09 04:43:15