Trace number 3752970

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.14 1800.51

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/roussel/
normalized-pigeon-cardinality-51-50--soft-66-100-0.wbo
MD5SUMc9611a719411a0f5e82fa4122f33d8f1
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark0.264959
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables2550
Total number of constraints101
Number of soft constraints30
Number of constraints which are clauses51
Number of constraints which are cardinality constraints (but not clauses)50
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint50
Maximum length of a constraint51
Top cost 1659
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 1658
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 52
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.02	c run usual solver
0.00/0.14	o 344
0.00/0.14	c starting approximation
0.00/0.14	c factor = 2
0.00/0.14	c current bound: 172
34.35/34.49	c current bound: 172
68.25/68.36	c current bound: 172
102.35/102.44	c current bound: 172
136.44/136.57	c current bound: 172
171.15/171.21	c current bound: 172
205.13/205.22	c current bound: 172
239.13/239.23	c current bound: 172
276.22/276.38	c current bound: 172
310.71/310.89	c current bound: 172
344.70/344.89	c current bound: 172
378.69/378.86	c current bound: 172
412.79/412.96	c current bound: 172
446.69/446.81	c current bound: 172
480.58/480.78	c current bound: 172
515.17/515.39	c current bound: 172
549.06/549.25	c current bound: 172
582.95/583.19	c current bound: 172
617.75/617.90	c current bound: 172
651.54/651.79	c current bound: 172
685.94/686.13	c current bound: 172
720.04/720.23	c current bound: 172
754.52/754.75	c current bound: 172
789.21/789.44	c current bound: 172
825.10/825.39	c current bound: 172
859.30/859.56	c current bound: 172
893.20/893.47	c current bound: 172
927.18/927.40	c current bound: 172
961.19/961.45	c current bound: 172
995.28/995.52	c current bound: 172
1029.07/1029.35	c current bound: 172
1063.27/1063.57	c current bound: 172
1100.45/1100.72	c current bound: 172
1134.35/1134.65	c current bound: 172
1168.43/1168.78	c current bound: 172
1202.54/1202.81	c current bound: 172
1236.62/1236.97	c current bound: 172
1270.92/1271.24	c current bound: 172
1305.21/1305.56	c current bound: 172
1339.40/1339.76	c current bound: 172
1373.39/1373.74	c current bound: 172
1408.08/1408.43	c current bound: 172
1442.29/1442.65	c current bound: 172
1476.87/1477.24	c current bound: 172
1510.98/1511.31	c current bound: 172
1545.16/1545.56	c current bound: 172
1579.96/1580.31	c current bound: 172
1614.46/1614.86	c current bound: 172
1648.43/1648.89	c current bound: 172
1683.43/1683.81	c current bound: 172
1717.31/1717.79	c current bound: 172
1751.41/1751.86	c current bound: 172
1785.91/1786.37	c current bound: 172
1800.09/1800.50	./satsolver.sh: line 5: 30712 Terminated              ./glucose $1 > $2 2> /dev/null
1800.09/1800.50	c error: unexpected solver exit code
1800.09/1800.50	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-3752970-1339197282/watcher-3752970-1339197282 -o /tmp/evaluation-result-3752970-1339197282/solver-3752970-1339197282 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-Itdqb.sh HOME/instance-3752970-1339197282.wbo 24352366 HOME HOME 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 1.99 3/179 20789
/proc/meminfo: memFree=29800632/32873648 swapFree=7112/7112
[pid=20789] ppid=20787 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20789/stat : 20789 (npSolver-wbo-It) S 20787 20789 14220 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 385854118 9367552 275 33554432000 4194304 5064252 140735471018336 140735471017248 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/20789/statm: 2287 275 233 213 0 72 0

[startup+0.0484609 s]
/proc/loadavg: 2.00 2.00 1.99 3/179 20789
/proc/meminfo: memFree=29800632/32873648 swapFree=7112/7112
[pid=20789] ppid=20787 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20789/stat : 20789 (npSolver-wbo-It) S 20787 20789 14220 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 385854118 9367552 275 33554432000 4194304 5064252 140735471018336 140735471017248 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/20789/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100182 s]
/proc/loadavg: 2.00 2.00 1.99 3/179 20789
/proc/meminfo: memFree=29800632/32873648 swapFree=7112/7112
[pid=20789] ppid=20787 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20789/stat : 20789 (npSolver-wbo-It) S 20787 20789 14220 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 385854118 9367552 275 33554432000 4194304 5064252 140735471018336 140735471017248 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/20789/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300134 s]
/proc/loadavg: 2.00 2.00 1.99 3/179 20789
/proc/meminfo: memFree=29800632/32873648 swapFree=7112/7112
[pid=20789] ppid=20787 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20789/stat : 20789 (npSolver-wbo-It) S 20787 20789 14220 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 385854118 9367552 275 33554432000 4194304 5064252 140735471018336 140735471017248 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/20789/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700213 s]
/proc/loadavg: 2.00 2.00 1.99 3/179 20789
/proc/meminfo: memFree=29800632/32873648 swapFree=7112/7112
[pid=20789] ppid=20787 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20789/stat : 20789 (npSolver-wbo-It) S 20787 20789 14220 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 385854118 9367552 275 33554432000 4194304 5064252 140735471018336 140735471017248 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/20789/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: 2.00 2.00 1.99 3/183 20810
/proc/meminfo: memFree=29795264/32873648 swapFree=7112/7112
[pid=20789] ppid=20787 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20789/stat : 20789 (npSolver-wbo-It) S 20787 20789 14220 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 385854118 9367552 275 33554432000 4194304 5064252 140735471018336 140735471017248 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/20789/statm: 2287 275 233 213 0 72 0
[pid=20790] ppid=20789 vsize=3088 CPUtime=0.12 cores=1,3,5,7
/proc/20790/stat : 20790 (npSolver-wbo) S 20789 20789 14220 0 -1 4202496 2657 6139 0 0 1 1 9 1 20 0 1 0 385854118 3162112 434 33554432000 4194304 6006132 140735474218000 140735474209360 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/20790/statm: 772 434 177 443 0 325 0
[pid=20802] ppid=20790 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20802/stat : 20802 (satsolver.sh) S 20790 20789 14220 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 385854133 9367552 267 33554432000 4194304 5064252 140733642014400 140733642013312 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/20802/statm: 2287 267 226 213 0 72 0
[pid=20803] ppid=20802 vsize=11768 CPUtime=1.34 cores=1,3,5,7
/proc/20803/stat : 20803 (glucose) R 20802 20789 14220 0 -1 4202496 2293 0 0 0 134 0 0 0 20 0 1 0 385854133 12050432 2361 33554432000 4194304 5208918 140733747114544 140733747112392 4231508 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/20803/statm: 2942 2361 96 248 0 2691 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 33152

[startup+3.10037 s]
/proc/loadavg: 2.00 2.00 1.99 3/183 20810
/proc/meminfo: memFree=29786384/32873648 swapFree=7112/7112
[pid=20789] ppid=20787 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20789/stat : 20789 (npSolver-wbo-It) S 20787 20789 14220 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 385854118 9367552 275 33554432000 4194304 5064252 140735471018336 140735471017248 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/20789/statm: 2287 275 233 213 0 72 0
[pid=20790] ppid=20789 vsize=3088 CPUtime=0.12 cores=1,3,5,7
/proc/20790/stat : 20790 (npSolver-wbo) S 20789 20789 14220 0 -1 4202496 2657 6139 0 0 1 1 9 1 20 0 1 0 385854118 3162112 434 33554432000 4194304 6006132 140735474218000 140735474209360 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/20790/statm: 772 434 177 443 0 325 0
[pid=20802] ppid=20790 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20802/stat : 20802 (satsolver.sh) S 20790 20789 14220 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 385854133 9367552 267 33554432000 4194304 5064252 140733642014400 140733642013312 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/20802/statm: 2287 267 226 213 0 72 0
[pid=20803] ppid=20802 vsize=23600 CPUtime=2.94 cores=1,3,5,7
/proc/20803/stat : 20803 (glucose) R 20802 20789 14220 0 -1 4202496 4059 0 0 0 293 1 0 0 20 0 1 0 385854133 24166400 4731 33554432000 4194304 5208918 140733747114544 140733747112696 4211521 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/20803/statm: 5900 4731 96 248 0 5649 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 44984

[startup+6.30037 s]
/proc/loadavg: 2.00 2.00 1.99 3/183 20831
/proc/meminfo: memFree=29760824/32873648 swapFree=7112/7112
[pid=20789] ppid=20787 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20789/stat : 20789 (npSolver-wbo-It) S 20787 20789 14220 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 385854118 9367552 275 33554432000 4194304 5064252 140735471018336 140735471017248 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/20789/statm: 2287 275 233 213 0 72 0
[pid=20790] ppid=20789 vsize=3088 CPUtime=0.12 cores=1,3,5,7
/proc/20790/stat : 20790 (npSolver-wbo) S 20789 20789 14220 0 -1 4202496 2657 6139 0 0 1 1 9 1 20 0 1 0 385854118 3162112 434 33554432000 4194304 6006132 140735474218000 140735474209360 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/20790/statm: 772 434 177 443 0 325 0
[pid=20802] ppid=20790 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20802/stat : 20802 (satsolver.sh) S 20790 20789 14220 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 385854133 9367552 267 33554432000 4194304 5064252 140733642014400 140733642013312 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/20802/statm: 2287 267 226 213 0 72 0
[pid=20803] ppid=20802 vsize=72628 CPUtime=6.13 cores=1,3,5,7
/proc/20803/stat : 20803 (glucose) R 20802 20789 14220 0 -1 4202496 5062 0 0 0 612 1 0 0 20 0 1 0 385854133 74371072 15443 33554432000 4194304 5208918 140733747114544 140733747112488 4229365 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/20803/statm: 18157 15443 96 248 0 17906 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 94012

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 1.99 3/183 20866
/proc/meminfo: memFree=29741140/32873648 swapFree=7112/7112
[pid=20789] ppid=20787 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20789/stat : 20789 (npSolver-wbo-It) S 20787 20789 14220 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 385854118 9367552 275 33554432000 4194304 5064252 140735471018336 140735471017248 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/20789/statm: 2287 275 233 213 0 72 0
[pid=20790] ppid=20789 vsize=3088 CPUtime=0.12 cores=1,3,5,7
/proc/20790/stat : 20790 (npSolver-wbo) S 20789 20789 14220 0 -1 4202496 2657 6139 0 0 1 1 9 1 20 0 1 0 385854118 3162112 434 33554432000 4194304 6006132 140735474218000 140735474209360 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/20790/statm: 772 434 177 443 0 325 0
[pid=20802] ppid=20790 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20802/stat : 20802 (satsolver.sh) S 20790 20789 14220 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 385854133 9367552 267 33554432000 4194304 5064252 140733642014400 140733642013312 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/20802/statm: 2287 267 226 213 0 72 0
[pid=20803] ppid=20802 vsize=61132 CPUtime=12.54 cores=1,3,5,7
/proc/20803/stat : 20803 (glucose) R 20802 20789 14220 0 -1 4202496 5647 0 0 0 1252 2 0 0 20 0 1 0 385854133 62599168 14777 33554432000 4194304 5208918 140733747114544 140733747112488 4211525 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/20803/statm: 15283 14777 96 248 0 15032 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 82516

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 1.99 3/183 20936
/proc/meminfo: memFree=29739496/32873648 swapFree=7112/7112
[pid=20789] ppid=20787 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20789/stat : 20789 (npSolver-wbo-It) S 20787 20789 14220 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 385854118 9367552 275 33554432000 4194304 5064252 140735471018336 140735471017248 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/20789/statm: 2287 275 233 213 0 72 0
[pid=20790] ppid=20789 vsize=3088 CPUtime=0.12 cores=1,3,5,7
/proc/20790/stat : 20790 (npSolver-wbo) S 20789 20789 14220 0 -1 4202496 2657 6139 0 0 1 1 9 1 20 0 1 0 385854118 3162112 434 33554432000 4194304 6006132 140735474218000 140735474209360 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/20790/statm: 772 434 177 443 0 325 0
[pid=20802] ppid=20790 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20802/stat : 20802 (satsolver.sh) S 20790 20789 14220 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 385854133 9367552 267 33554432000 4194304 5064252 140733642014400 140733642013312 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/20802/statm: 2287 267 226 213 0 72 0
[pid=20803] ppid=20802 vsize=61132 CPUtime=25.33 cores=1,3,5,7
/proc/20803/stat : 20803 (glucose) R 20802 20789 14220 0 -1 4202496 6789 0 0 0 2530 3 0 0 20 0 1 0 385854133 62599168 14821 33554432000 4194304 5208918 140733747114544 140733747112632 4229528 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/20803/statm: 15283 14821 96 248 0 15032 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 82516

[startup+51.1004 s]
/proc/loadavg: 1.93 1.98 1.98 3/183 21076
/proc/meminfo: memFree=29740092/32873648 swapFree=7112/7112
[pid=20789] ppid=20787 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20789/stat : 20789 (npSolver-wbo-It) S 20787 20789 14220 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 385854118 9367552 275 33554432000 4194304 5064252 140735471018336 140735471017248 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/20789/statm: 2287 275 233 213 0 72 0
[pid=20790] ppid=20789 vsize=3088 CPUtime=34.47 cores=1,3,5,7
/proc/20790/stat : 20790 (npSolver-wbo) S 20789 20789 14220 0 -1 4202496 2833 16579 0 0 2 2 3436 7 20 0 1 0 385854118 3162112 434 33554432000 4194304 6006132 140735474218000 140735474209360 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/20790/statm: 772 434 177 443 0 325 0
[pid=20991] ppid=20790 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20991/stat : 20991 (satsolver.sh) S 20790 20789 14220 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 385857567 9367552 267 33554432000 4194304 5064252 140733826873536 140733826872448 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/20991/statm: 2287 267 226 213 0 72 0
[pid=20992] ppid=20991 vsize=61132 CPUtime=16.59 cores=1,3,5,7
/proc/20992/stat : 20992 (glucose) R 20991 20789 14220 0 -1 4202496 5829 0 0 0 1657 2 0 0 20 0 1 0 385857567 62599168 14830 33554432000 4194304 5208918 140734992655632 140734992653720 4229776 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/20992/statm: 15283 14830 96 248 0 15032 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 82516

[startup+102.307 s]
/proc/loadavg: 1.97 1.98 1.98 3/183 21363
/proc/meminfo: memFree=29739740/32873648 swapFree=7112/7112
[pid=20789] ppid=20787 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20789/stat : 20789 (npSolver-wbo-It) S 20787 20789 14220 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 385854118 9367552 275 33554432000 4194304 5064252 140735471018336 140735471017248 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/20789/statm: 2287 275 233 213 0 72 0
[pid=20790] ppid=20789 vsize=3088 CPUtime=68.34 cores=1,3,5,7
/proc/20790/stat : 20790 (npSolver-wbo) S 20789 20789 14220 0 -1 4202496 3009 26048 0 0 2 2 6817 13 20 0 1 0 385854118 3162112 434 33554432000 4194304 6006132 140735474218000 140735474209360 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/20790/statm: 772 434 177 443 0 325 0
[pid=21180] ppid=20790 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21180/stat : 21180 (satsolver.sh) S 20790 20789 14220 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 385860955 9367552 266 33554432000 4194304 5064252 140734375531376 140734375530288 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/21180/statm: 2287 266 226 213 0 72 0
[pid=21181] ppid=21180 vsize=61128 CPUtime=33.92 cores=1,3,5,7
/proc/21181/stat : 21181 (glucose) R 21180 20789 14220 0 -1 4202496 7621 0 0 0 3387 5 0 0 20 0 1 0 385860955 62595072 14860 33554432000 4194304 5208918 140736844386528 140736844384616 4211918 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/21181/statm: 15282 14860 96 248 0 15031 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 82512

[startup+162.3 s]
/proc/loadavg: 2.02 2.00 1.99 3/183 21693
/proc/meminfo: memFree=29738492/32873648 swapFree=7112/7112
[pid=20789] ppid=20787 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20789/stat : 20789 (npSolver-wbo-It) S 20787 20789 14220 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 385854118 9367552 275 33554432000 4194304 5064252 140735471018336 140735471017248 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/20789/statm: 2287 275 233 213 0 72 0
[pid=20790] ppid=20789 vsize=3088 CPUtime=136.53 cores=1,3,5,7
/proc/20790/stat : 20790 (npSolver-wbo) S 20789 20789 14220 0 -1 4202496 3361 48203 0 0 2 2 13623 26 20 0 1 0 385854118 3162112 434 33554432000 4194304 6006132 140735474218000 140735474209360 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/20790/statm: 772 434 177 443 0 325 0
[pid=21559] ppid=20790 vsize=9148 CPUtime=0 cores=1,3,5,7

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


[startup+1422.31 s]
/proc/loadavg: 1.95 2.00 1.99 3/183 28684
/proc/meminfo: memFree=29735836/32873648 swapFree=7112/7112
[pid=20789] ppid=20787 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20789/stat : 20789 (npSolver-wbo-It) S 20787 20789 14220 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 385854118 9367552 275 33554432000 4194304 5064252 140735471018336 140735471017248 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/20789/statm: 2287 275 233 213 0 72 0
[pid=20790] ppid=20789 vsize=3088 CPUtime=1408.14 cores=1,3,5,7
/proc/20790/stat : 20790 (npSolver-wbo) S 20789 20789 14220 0 -1 4202496 9873 442487 0 0 11 3 140537 263 20 0 1 0 385854118 3162112 434 33554432000 4194304 6006132 140735474218000 140735474209360 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/20790/statm: 772 434 177 443 0 325 0
[pid=28613] ppid=20790 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28613/stat : 28613 (satsolver.sh) S 20790 20789 14220 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 385994961 9367552 267 33554432000 4194304 5064252 140734953683152 140734953682064 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/28613/statm: 2287 267 226 213 0 72 0
[pid=28614] ppid=28613 vsize=61132 CPUtime=13.85 cores=1,3,5,7
/proc/28614/stat : 28614 (glucose) R 28613 20789 14220 0 -1 4202496 5619 0 0 0 1383 2 0 0 20 0 1 0 385994961 62599168 14816 33554432000 4194304 5208918 140737466656400 140737466654344 4229528 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/28614/statm: 15283 14816 96 248 0 15032 0
Current children cumulated CPU time (s) 1421.99
Current children cumulated vsize (KiB) 82516

[startup+1482.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/183 29020
/proc/meminfo: memFree=29769520/32873648 swapFree=7112/7112
[pid=20789] ppid=20787 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20789/stat : 20789 (npSolver-wbo-It) S 20787 20789 14220 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 385854118 9367552 275 33554432000 4194304 5064252 140735471018336 140735471017248 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/20789/statm: 2287 275 233 213 0 72 0
[pid=20790] ppid=20789 vsize=3088 CPUtime=1476.93 cores=1,3,5,7
/proc/20790/stat : 20790 (npSolver-wbo) S 20789 20789 14220 0 -1 4202496 10225 464028 0 0 11 3 147404 275 20 0 1 0 385854118 3162112 434 33554432000 4194304 6006132 140735474218000 140735474209360 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/20790/statm: 772 434 177 443 0 325 0
[pid=28991] ppid=20790 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28991/stat : 28991 (satsolver.sh) S 20790 20789 14220 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 386001842 9367552 267 33554432000 4194304 5064252 140733240168448 140733240167360 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/28991/statm: 2287 267 226 213 0 72 0
[pid=28992] ppid=28991 vsize=42276 CPUtime=5.04 cores=1,3,5,7
/proc/28992/stat : 28992 (glucose) R 28991 20789 14220 0 -1 4202496 6061 0 0 0 503 1 0 0 20 0 1 0 386001842 43290624 10107 33554432000 4194304 5208918 140734835091264 140734835089208 4229528 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/28992/statm: 10569 10107 96 248 0 10318 0
Current children cumulated CPU time (s) 1481.97
Current children cumulated vsize (KiB) 63660

[startup+1542.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/184 29352
/proc/meminfo: memFree=29708740/32873648 swapFree=7112/7112
[pid=20789] ppid=20787 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20789/stat : 20789 (npSolver-wbo-It) S 20787 20789 14220 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 385854118 9367552 275 33554432000 4194304 5064252 140735471018336 140735471017248 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/20789/statm: 2287 275 233 213 0 72 0
[pid=20790] ppid=20789 vsize=3088 CPUtime=1510.99 cores=1,3,5,7
/proc/20790/stat : 20790 (npSolver-wbo) S 20789 20789 14220 0 -1 4202496 10401 475262 0 0 11 3 150804 281 20 0 1 0 385854118 3162112 434 33554432000 4194304 6006132 140735474218000 140735474209360 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/20790/statm: 772 434 177 443 0 325 0
[pid=29180] ppid=20790 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29180/stat : 29180 (satsolver.sh) S 20790 20789 14220 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 386005249 9367552 267 33554432000 4194304 5064252 140736479541664 140736479540576 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/29180/statm: 2287 267 226 213 0 72 0
[pid=29181] ppid=29180 vsize=110448 CPUtime=30.97 cores=1,3,5,7
/proc/29181/stat : 29181 (glucose) R 29180 20789 14220 0 -1 4202496 6806 0 0 0 3092 5 0 0 20 0 1 0 386005249 113098752 22826 33554432000 4194304 5208918 140737448353504 140737448351592 4229528 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/29181/statm: 27612 22826 96 248 0 27361 0
Current children cumulated CPU time (s) 1541.96
Current children cumulated vsize (KiB) 131832

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 29681
/proc/meminfo: memFree=29731352/32873648 swapFree=7112/7112
[pid=20789] ppid=20787 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20789/stat : 20789 (npSolver-wbo-It) S 20787 20789 14220 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 385854118 9367552 275 33554432000 4194304 5064252 140735471018336 140735471017248 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/20789/statm: 2287 275 233 213 0 72 0
[pid=20790] ppid=20789 vsize=3088 CPUtime=1579.99 cores=1,3,5,7
/proc/20790/stat : 20790 (npSolver-wbo) S 20789 20789 14220 0 -1 4202496 10753 496041 0 0 12 3 157689 295 20 0 1 0 385854118 3162112 434 33554432000 4194304 6006132 140735474218000 140735474209360 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/20790/statm: 772 434 177 443 0 325 0
[pid=29568] ppid=20790 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29568/stat : 29568 (satsolver.sh) S 20790 20789 14220 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 386012149 9367552 266 33554432000 4194304 5064252 140737098633696 140737098632608 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/29568/statm: 2287 266 226 213 0 72 0
[pid=29569] ppid=29568 vsize=61128 CPUtime=21.96 cores=1,3,5,7
/proc/29569/stat : 29569 (glucose) R 29568 20789 14220 0 -1 4202496 6513 0 0 0 2193 3 0 0 20 0 1 0 386012150 62595072 14820 33554432000 4194304 5208918 140734204393600 140734204391688 4229504 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/29569/statm: 15282 14820 96 248 0 15031 0
Current children cumulated CPU time (s) 1601.95
Current children cumulated vsize (KiB) 82512

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 30018
/proc/meminfo: memFree=29735680/32873648 swapFree=7112/7112
[pid=20789] ppid=20787 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20789/stat : 20789 (npSolver-wbo-It) S 20787 20789 14220 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 385854118 9367552 275 33554432000 4194304 5064252 140735471018336 140735471017248 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/20789/statm: 2287 275 233 213 0 72 0
[pid=20790] ppid=20789 vsize=3088 CPUtime=1648.53 cores=1,3,5,7
/proc/20790/stat : 20790 (npSolver-wbo) S 20789 20789 14220 0 -1 4202496 11105 518041 0 0 12 3 164532 306 20 0 1 0 385854118 3162112 434 33554432000 4194304 6006132 140735474218000 140735474209360 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/20790/statm: 772 434 177 443 0 325 0
[pid=29946] ppid=20790 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29946/stat : 29946 (satsolver.sh) S 20790 20789 14220 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 386019007 9367552 266 33554432000 4194304 5064252 140734112914192 140734112913104 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/29946/statm: 2287 266 226 213 0 72 0
[pid=29947] ppid=29946 vsize=61132 CPUtime=13.39 cores=1,3,5,7
/proc/29947/stat : 29947 (glucose) R 29946 20789 14220 0 -1 4202496 6827 0 0 0 1337 2 0 0 20 0 1 0 386019007 62599168 14777 33554432000 4194304 5208918 140735654768992 140735654766936 4229528 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/29947/statm: 15283 14777 96 248 0 15032 0
Current children cumulated CPU time (s) 1661.92
Current children cumulated vsize (KiB) 82516

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 30353
/proc/meminfo: memFree=29780444/32873648 swapFree=7112/7112
[pid=20789] ppid=20787 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20789/stat : 20789 (npSolver-wbo-It) S 20787 20789 14220 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 385854118 9367552 275 33554432000 4194304 5064252 140735471018336 140735471017248 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/20789/statm: 2287 275 233 213 0 72 0
[pid=20790] ppid=20789 vsize=3088 CPUtime=1717.42 cores=1,3,5,7
/proc/20790/stat : 20790 (npSolver-wbo) S 20789 20789 14220 0 -1 4202496 11457 539087 0 0 13 3 171408 318 20 0 1 0 385854118 3162112 434 33554432000 4194304 6006132 140735474218000 140735474209360 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/20790/statm: 772 434 177 443 0 325 0
[pid=30333] ppid=20790 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30333/stat : 30333 (satsolver.sh) S 20790 20789 14220 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 386025897 9367552 267 33554432000 4194304 5064252 140735594652880 140735594651792 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/30333/statm: 2287 267 226 213 0 72 0
[pid=30334] ppid=30333 vsize=42272 CPUtime=4.49 cores=1,3,5,7
/proc/30334/stat : 30334 (glucose) R 30333 20789 14220 0 -1 4202496 5161 0 0 0 448 1 0 0 20 0 1 0 386025897 43286528 10123 33554432000 4194304 5208918 140736847880160 140736847878104 4211553 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/30334/statm: 10568 10123 96 248 0 10317 0
Current children cumulated CPU time (s) 1721.91
Current children cumulated vsize (KiB) 63656

[startup+1782.3 s]
/proc/loadavg: 1.96 1.98 1.99 3/183 30677
/proc/meminfo: memFree=29733236/32873648 swapFree=7112/7112
[pid=20789] ppid=20787 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20789/stat : 20789 (npSolver-wbo-It) S 20787 20789 14220 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 385854118 9367552 275 33554432000 4194304 5064252 140735471018336 140735471017248 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/20789/statm: 2287 275 233 213 0 72 0
[pid=20790] ppid=20789 vsize=3088 CPUtime=1751.48 cores=1,3,5,7
/proc/20790/stat : 20790 (npSolver-wbo) S 20789 20789 14220 0 -1 4202496 11633 549219 0 0 13 3 174808 324 20 0 1 0 385854118 3162112 434 33554432000 4194304 6006132 140735474218000 140735474209360 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/20790/statm: 772 434 177 443 0 325 0
[pid=30522] ppid=20790 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30522/stat : 30522 (satsolver.sh) S 20790 20789 14220 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 386029304 9367552 266 33554432000 4194304 5064252 140734431318144 140734431317056 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/30522/statm: 2287 266 226 213 0 72 0
[pid=30523] ppid=30522 vsize=61132 CPUtime=30.42 cores=1,3,5,7
/proc/30523/stat : 30523 (glucose) R 30522 20789 14220 0 -1 4202496 7152 0 0 0 3038 4 0 0 20 0 1 0 386029304 62599168 14821 33554432000 4194304 5208918 140733414056496 140733414054584 4229992 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/30523/statm: 15283 14821 96 248 0 15032 0
Current children cumulated CPU time (s) 1781.9
Current children cumulated vsize (KiB) 82516



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 1.97 1.98 1.99 3/183 30764
/proc/meminfo: memFree=29727528/32873648 swapFree=7112/7112
[pid=20789] ppid=20787 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20789/stat : 20789 (npSolver-wbo-It) S 20787 20789 14220 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 385854118 9367552 275 33554432000 4194304 5064252 140735471018336 140735471017248 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/20789/statm: 2287 275 233 213 0 72 0
[pid=20790] ppid=20789 vsize=3088 CPUtime=1785.98 cores=1,3,5,7
/proc/20790/stat : 20790 (npSolver-wbo) S 20789 20789 14220 0 -1 4202496 11809 560017 0 0 13 3 178252 330 20 0 1 0 385854118 3162112 434 33554432000 4194304 6006132 140735474218000 140735474209360 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/20790/statm: 772 434 177 443 0 325 0
[pid=30711] ppid=20790 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30711/stat : 30711 (satsolver.sh) S 20790 20789 14220 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 386032755 9367552 266 33554432000 4194304 5064252 140736485108928 140736485107840 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/30711/statm: 2287 266 226 213 0 72 0
[pid=30712] ppid=30711 vsize=61132 CPUtime=14.11 cores=1,3,5,7
/proc/30712/stat : 30712 (glucose) R 30711 20789 14220 0 -1 4202496 5598 0 0 0 1409 2 0 0 20 0 1 0 386032756 62599168 14786 33554432000 4194304 5208918 140734012144592 140734012142536 4211834 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/30712/statm: 15283 14786 96 248 0 15032 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 82516

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.5 s]
/proc/loadavg: 1.97 1.98 1.99 3/183 30764
/proc/meminfo: memFree=29727528/32873648 swapFree=7112/7112
[pid=20789] ppid=20787 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20789/stat : 20789 (npSolver-wbo-It) S 20787 20789 14220 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 385854118 9367552 275 33554432000 4194304 5064252 140735471018336 140735471017248 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/20789/statm: 2287 275 233 213 0 72 0
[pid=20790] ppid=20789 vsize=3088 CPUtime=1785.98 cores=1,3,5,7
/proc/20790/stat : 20790 (npSolver-wbo) S 20789 20789 14220 0 -1 4202496 11809 560017 0 0 13 3 178252 330 20 0 1 0 385854118 3162112 434 33554432000 4194304 6006132 140735474218000 140735474209360 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/20790/statm: 772 434 177 443 0 325 0
[pid=30711] ppid=20790 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30711/stat : 30711 (satsolver.sh) S 20790 20789 14220 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 386032755 9367552 266 33554432000 4194304 5064252 140736485108928 140736485107840 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/30711/statm: 2287 266 226 213 0 72 0
[pid=30712] ppid=30711 vsize=61132 CPUtime=14.11 cores=1,3,5,7
/proc/30712/stat : 30712 (glucose) R 30711 20789 14220 0 -1 4202496 5598 0 0 0 1409 2 0 0 20 0 1 0 386032756 62599168 14786 33554432000 4194304 5208918 140734012144592 140734012142536 4211834 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/30712/statm: 15283 14786 96 248 0 15032 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 82516

Child status: 0
Real time (s): 1800.51
CPU time (s): 1800.14
CPU user time (s): 1796.76
CPU system time (s): 3.37349
CPU usage (%): 99.9794
Max. virtual memory (cumulated for all children) (KiB): 131840

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.76
system time used= 3.37349
maximum resident set size= 99104
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 578415
page faults= 0
swaps= 0
block input operations= 0
block output operations= 34600
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 812
involuntary context switches= 2367

runsolver used 5.2442 second user time and 14.0809 second system time

The end

Launcher Data

Begin job on node126 at 2012-06-09 01:14:42
IDJOB=3752970
IDBENCH=78743
IDSOLVER=2336
FILE ID=node126/3752970-1339197282
RUNJOBID= node126-1339184648-15265
PBS_JOBID= 14643821
Free space on /tmp= 70740 MiB

SOLVER NAME= npSolver inc-topdown-quickBound
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/roussel/normalized-pigeon-cardinality-51-50--soft-66-100-0.wbo
COMMAND LINE= DIR/npSolver-wbo-Itdqb.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3752970-1339197282/watcher-3752970-1339197282 -o /tmp/evaluation-result-3752970-1339197282/solver-3752970-1339197282 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo-Itdqb.sh HOME/instance-3752970-1339197282.wbo 24352366 HOME HOME

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

MD5SUM BENCH= c9611a719411a0f5e82fa4122f33d8f1
RANDOM SEED=24352366

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
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	: 5332.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        29801532 kB
Buffers:          552952 kB
Cached:          1524428 kB
SwapCached:         8292 kB
Active:          2008376 kB
Inactive:          99732 kB
Active(anon):      20632 kB
Inactive(anon):    11060 kB
Active(file):    1987744 kB
Inactive(file):    88672 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67095016 kB
Dirty:             18844 kB
Writeback:             0 kB
AnonPages:         36792 kB
Mapped:            10400 kB
Shmem:                 0 kB
Slab:             823668 kB
SReclaimable:     267040 kB
SUnreclaim:       556628 kB
KernelStack:        1528 kB
PageTables:         4004 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     149624 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70732 MiB
End job on node126 at 2012-06-09 01:44:43