Trace number 3753241

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.12 1800.62

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110967523--soft-0-100-0.wbo
MD5SUM36573e20f94a233c9b9c8f8613b15785
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.697893
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints101
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 4944
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 4943
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1188
Number of bits of the biggest sum of numbers11
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
6.38/6.40	o 1270
6.38/6.40	c starting approximation
6.38/6.40	c factor = 2
6.38/6.40	c current bound: 635
42.20/42.33	c current bound: 635
78.19/78.32	c current bound: 635
114.22/114.32	c current bound: 635
149.71/149.87	c current bound: 635
184.99/185.16	c current bound: 635
221.08/221.27	c current bound: 635
257.19/257.36	c current bound: 635
293.35/293.54	c current bound: 635
329.35/329.57	c current bound: 635
365.02/365.23	c current bound: 635
401.34/401.56	c current bound: 635
437.21/437.45	c current bound: 635
473.21/473.44	c current bound: 635
509.04/509.29	c current bound: 635
544.41/544.67	c current bound: 635
580.41/580.68	c current bound: 635
616.38/616.66	c current bound: 635
652.56/652.84	c current bound: 635
688.45/688.73	c current bound: 635
723.86/724.16	c current bound: 635
760.05/760.36	c current bound: 635
796.09/796.41	c current bound: 635
831.73/832.06	c current bound: 635
867.66/868.01	c current bound: 635
903.39/903.75	c current bound: 635
939.33/939.60	c current bound: 635
974.80/975.17	c current bound: 635
1010.89/1011.27	c current bound: 635
1046.38/1046.77	c current bound: 635
1081.81/1082.21	c current bound: 635
1117.92/1118.32	c current bound: 635
1154.11/1154.52	c current bound: 635
1190.11/1190.54	c current bound: 635
1225.90/1226.32	c current bound: 635
1261.48/1261.93	c current bound: 635
1297.41/1297.89	c current bound: 635
1333.30/1333.77	c current bound: 635
1369.20/1369.68	c current bound: 635
1405.04/1405.55	c current bound: 635
1440.81/1441.31	c current bound: 635
1476.58/1477.10	c current bound: 635
1512.57/1513.00	c current bound: 635
1548.69/1549.22	c current bound: 635
1584.53/1585.01	c current bound: 635
1620.02/1620.57	c current bound: 635
1655.85/1656.42	c current bound: 635
1691.96/1692.54	c current bound: 635
1727.96/1728.55	c current bound: 635
1763.57/1764.17	c current bound: 635
1799.67/1800.27	c current bound: 635
1800.09/1800.61	./satsolver.sh: line 5: 21393 Terminated              ./glucose $1 > $2 2> /dev/null
1800.09/1800.61	c error: unexpected solver exit code
1800.09/1800.61	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3753241-1339208272/watcher-3753241-1339208272 -o /tmp/evaluation-result-3753241-1339208272/solver-3753241-1339208272 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-Itdqb.sh HOME/instance-3753241-1339208272.wbo 463017761 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: 1.86 1.88 1.89 3/179 20547
/proc/meminfo: memFree=30083016/32873648 swapFree=7628/7628
[pid=20547] ppid=20545 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20547/stat : 20547 (npSolver-wbo-It) S 20545 20547 15057 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 386952697 9367552 274 33554432000 4194304 5064252 140735040449776 140735040448688 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/20547/statm: 2287 274 233 213 0 72 0

[startup+0.074411 s]
/proc/loadavg: 1.86 1.88 1.89 3/179 20547
/proc/meminfo: memFree=30083016/32873648 swapFree=7628/7628
[pid=20547] ppid=20545 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20547/stat : 20547 (npSolver-wbo-It) S 20545 20547 15057 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 386952697 9367552 274 33554432000 4194304 5064252 140735040449776 140735040448688 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/20547/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100182 s]
/proc/loadavg: 1.86 1.88 1.89 3/179 20547
/proc/meminfo: memFree=30083016/32873648 swapFree=7628/7628
[pid=20547] ppid=20545 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20547/stat : 20547 (npSolver-wbo-It) S 20545 20547 15057 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 386952697 9367552 274 33554432000 4194304 5064252 140735040449776 140735040448688 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/20547/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300109 s]
/proc/loadavg: 1.86 1.88 1.89 3/179 20547
/proc/meminfo: memFree=30083016/32873648 swapFree=7628/7628
[pid=20547] ppid=20545 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20547/stat : 20547 (npSolver-wbo-It) S 20545 20547 15057 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 386952697 9367552 274 33554432000 4194304 5064252 140735040449776 140735040448688 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/20547/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700233 s]
/proc/loadavg: 1.86 1.88 1.89 3/179 20547
/proc/meminfo: memFree=30083016/32873648 swapFree=7628/7628
[pid=20547] ppid=20545 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20547/stat : 20547 (npSolver-wbo-It) S 20545 20547 15057 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 386952697 9367552 274 33554432000 4194304 5064252 140735040449776 140735040448688 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/20547/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50034 s]
/proc/loadavg: 1.86 1.88 1.89 3/183 20554
/proc/meminfo: memFree=30077784/32873648 swapFree=7628/7628
[pid=20547] ppid=20545 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20547/stat : 20547 (npSolver-wbo-It) S 20545 20547 15057 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 386952697 9367552 274 33554432000 4194304 5064252 140735040449776 140735040448688 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/20547/statm: 2287 274 233 213 0 72 0
[pid=20548] ppid=20547 vsize=3096 CPUtime=0.16 cores=1,3,5,7
/proc/20548/stat : 20548 (npSolver-wbo) S 20547 20547 15057 0 -1 4202496 1449 2209 0 0 2 0 14 0 20 0 1 0 386952697 3170304 381 33554432000 4194304 6006132 140735292918560 140735292912752 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/20548/statm: 774 381 158 443 0 327 0
[pid=20553] ppid=20548 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20553/stat : 20553 (satsolver.sh) S 20548 20547 15057 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 386952715 9367552 266 33554432000 4194304 5064252 140736773790992 140736773789904 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/20553/statm: 2287 266 226 213 0 72 0
[pid=20554] ppid=20553 vsize=12816 CPUtime=1.31 cores=1,3,5,7
/proc/20554/stat : 20554 (glucose) R 20553 20547 15057 0 -1 4202496 2808 0 0 0 131 0 0 0 20 0 1 0 386952715 13123584 2267 33554432000 4194304 5208918 140736679299072 140736679296920 4229528 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/20554/statm: 3204 2267 96 248 0 2953 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 34208

[startup+3.1003 s]
/proc/loadavg: 1.87 1.88 1.89 3/183 20554
/proc/meminfo: memFree=30071024/32873648 swapFree=7628/7628
[pid=20547] ppid=20545 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20547/stat : 20547 (npSolver-wbo-It) S 20545 20547 15057 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 386952697 9367552 274 33554432000 4194304 5064252 140735040449776 140735040448688 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/20547/statm: 2287 274 233 213 0 72 0
[pid=20548] ppid=20547 vsize=3096 CPUtime=0.16 cores=1,3,5,7
/proc/20548/stat : 20548 (npSolver-wbo) S 20547 20547 15057 0 -1 4202496 1449 2209 0 0 2 0 14 0 20 0 1 0 386952697 3170304 381 33554432000 4194304 6006132 140735292918560 140735292912752 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/20548/statm: 774 381 158 443 0 327 0
[pid=20553] ppid=20548 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20553/stat : 20553 (satsolver.sh) S 20548 20547 15057 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 386952715 9367552 266 33554432000 4194304 5064252 140736773790992 140736773789904 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/20553/statm: 2287 266 226 213 0 72 0
[pid=20554] ppid=20553 vsize=12816 CPUtime=2.91 cores=1,3,5,7
/proc/20554/stat : 20554 (glucose) R 20553 20547 15057 0 -1 4202496 3332 0 0 0 291 0 0 0 20 0 1 0 386952715 13123584 2786 33554432000 4194304 5208918 140736679299072 140736679297016 4229776 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/20554/statm: 3204 2786 96 248 0 2953 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 34208

[startup+6.30032 s]
/proc/loadavg: 1.87 1.88 1.89 3/183 20554
/proc/meminfo: memFree=30068248/32873648 swapFree=7628/7628
[pid=20547] ppid=20545 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20547/stat : 20547 (npSolver-wbo-It) S 20545 20547 15057 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 386952697 9367552 274 33554432000 4194304 5064252 140735040449776 140735040448688 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/20547/statm: 2287 274 233 213 0 72 0
[pid=20548] ppid=20547 vsize=3096 CPUtime=0.16 cores=1,3,5,7
/proc/20548/stat : 20548 (npSolver-wbo) S 20547 20547 15057 0 -1 4202496 1449 2209 0 0 2 0 14 0 20 0 1 0 386952697 3170304 381 33554432000 4194304 6006132 140735292918560 140735292912752 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/20548/statm: 774 381 158 443 0 327 0
[pid=20553] ppid=20548 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20553/stat : 20553 (satsolver.sh) S 20548 20547 15057 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 386952715 9367552 266 33554432000 4194304 5064252 140736773790992 140736773789904 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/20553/statm: 2287 266 226 213 0 72 0
[pid=20554] ppid=20553 vsize=15532 CPUtime=6.11 cores=1,3,5,7
/proc/20554/stat : 20554 (glucose) R 20553 20547 15057 0 -1 4202496 4029 0 0 0 611 0 0 0 20 0 1 0 386952715 15904768 3455 33554432000 4194304 5208918 140736679299072 140736679296936 4229296 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/20554/statm: 3883 3455 96 248 0 3632 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 36924

[startup+12.7002 s]
/proc/loadavg: 1.97 1.90 1.90 3/183 20561
/proc/meminfo: memFree=30046480/32873648 swapFree=7628/7628
[pid=20547] ppid=20545 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20547/stat : 20547 (npSolver-wbo-It) S 20545 20547 15057 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 386952697 9367552 274 33554432000 4194304 5064252 140735040449776 140735040448688 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/20547/statm: 2287 274 233 213 0 72 0
[pid=20548] ppid=20547 vsize=7132 CPUtime=6.41 cores=1,3,5,7
/proc/20548/stat : 20548 (npSolver-wbo) S 20547 20547 15057 0 -1 4202496 2565 9122 0 0 4 2 634 1 20 0 1 0 386952697 7303168 1345 33554432000 4194304 6006132 140735292918560 140735292909920 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/20548/statm: 1783 1345 177 443 0 1336 0
[pid=20560] ppid=20548 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20560/stat : 20560 (satsolver.sh) S 20548 20547 15057 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 386953340 9367552 267 33554432000 4194304 5064252 140734048194384 140734048193296 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/20560/statm: 2287 267 226 213 0 72 0
[pid=20561] ppid=20560 vsize=32560 CPUtime=6.26 cores=1,3,5,7
/proc/20561/stat : 20561 (glucose) R 20560 20547 15057 0 -1 4202496 6289 0 0 0 625 1 0 0 20 0 1 0 386953340 33341440 7617 33554432000 4194304 5208918 140736176216240 140736176214104 4211553 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/20561/statm: 8140 7617 96 248 0 7889 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 57988

[startup+25.5003 s]
/proc/loadavg: 1.97 1.91 1.90 3/183 20606
/proc/meminfo: memFree=30140056/32873648 swapFree=7628/7628
[pid=20547] ppid=20545 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20547/stat : 20547 (npSolver-wbo-It) S 20545 20547 15057 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 386952697 9367552 274 33554432000 4194304 5064252 140735040449776 140735040448688 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/20547/statm: 2287 274 233 213 0 72 0
[pid=20548] ppid=20547 vsize=7132 CPUtime=6.41 cores=1,3,5,7
/proc/20548/stat : 20548 (npSolver-wbo) S 20547 20547 15057 0 -1 4202496 2565 9122 0 0 4 2 634 1 20 0 1 0 386952697 7303168 1345 33554432000 4194304 6006132 140735292918560 140735292909920 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/20548/statm: 1783 1345 177 443 0 1336 0
[pid=20560] ppid=20548 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20560/stat : 20560 (satsolver.sh) S 20548 20547 15057 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 386953340 9367552 267 33554432000 4194304 5064252 140734048194384 140734048193296 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/20560/statm: 2287 267 226 213 0 72 0
[pid=20561] ppid=20560 vsize=36980 CPUtime=19.05 cores=1,3,5,7
/proc/20561/stat : 20561 (glucose) R 20560 20547 15057 0 -1 4202496 6890 0 0 0 1904 1 0 0 20 0 1 0 386953340 37867520 8709 33554432000 4194304 5208918 140736176216240 140736176214104 4229538 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/20561/statm: 9245 8709 96 248 0 8994 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 62408

[startup+51.1003 s]
/proc/loadavg: 1.98 1.91 1.90 3/183 20620
/proc/meminfo: memFree=30118756/32873648 swapFree=7628/7628
[pid=20547] ppid=20545 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20547/stat : 20547 (npSolver-wbo-It) S 20545 20547 15057 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 386952697 9367552 274 33554432000 4194304 5064252 140735040449776 140735040448688 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/20547/statm: 2287 274 233 213 0 72 0
[pid=20548] ppid=20547 vsize=7132 CPUtime=42.33 cores=1,3,5,7
/proc/20548/stat : 20548 (npSolver-wbo) S 20547 20547 15057 0 -1 4202496 3671 21137 0 0 7 2 4216 8 20 0 1 0 386952697 7303168 1345 33554432000 4194304 6006132 140735292918560 140735292909920 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/20548/statm: 1783 1345 177 443 0 1336 0
[pid=20619] ppid=20548 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20619/stat : 20619 (satsolver.sh) S 20548 20547 15057 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 386956933 9367552 266 33554432000 4194304 5064252 140736138080256 140736138079168 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/20619/statm: 2287 266 226 213 0 72 0
[pid=20620] ppid=20619 vsize=36976 CPUtime=8.72 cores=1,3,5,7
/proc/20620/stat : 20620 (glucose) R 20619 20547 15057 0 -1 4202496 7704 0 0 0 870 2 0 0 20 0 1 0 386956933 37863424 8708 33554432000 4194304 5208918 140736846379024 140736846376888 4211584 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/20620/statm: 9244 8708 96 248 0 8993 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 62404

[startup+102.307 s]
/proc/loadavg: 2.10 1.95 1.91 3/183 20641
/proc/meminfo: memFree=30115472/32873648 swapFree=7628/7628
[pid=20547] ppid=20545 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20547/stat : 20547 (npSolver-wbo-It) S 20545 20547 15057 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 386952697 9367552 274 33554432000 4194304 5064252 140735040449776 140735040448688 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/20547/statm: 2287 274 233 213 0 72 0
[pid=20548] ppid=20547 vsize=7132 CPUtime=78.31 cores=1,3,5,7
/proc/20548/stat : 20548 (npSolver-wbo) S 20547 20547 15057 0 -1 4202496 4777 33840 0 0 10 2 7804 15 20 0 1 0 386952697 7303168 1345 33554432000 4194304 6006132 140735292918560 140735292909920 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/20548/statm: 1783 1345 177 443 0 1336 0
[pid=20633] ppid=20548 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20633/stat : 20633 (satsolver.sh) S 20548 20547 15057 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 386960532 9367552 267 33554432000 4194304 5064252 140736242874912 140736242873824 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/20633/statm: 2287 267 226 213 0 72 0
[pid=20634] ppid=20633 vsize=39700 CPUtime=23.93 cores=1,3,5,7
/proc/20634/stat : 20634 (glucose) R 20633 20547 15057 0 -1 4202496 8113 0 0 0 2392 1 0 0 20 0 1 0 386960533 40652800 9407 33554432000 4194304 5208918 140733356155904 140733356153768 4211918 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/20634/statm: 9925 9407 96 248 0 9674 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 65128

[startup+162.3 s]
/proc/loadavg: 2.09 1.97 1.92 3/184 20673
/proc/meminfo: memFree=30117620/32873648 swapFree=7628/7628
[pid=20547] ppid=20545 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20547/stat : 20547 (npSolver-wbo-It) S 20545 20547 15057 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 386952697 9367552 274 33554432000 4194304 5064252 140735040449776 140735040448688 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/20547/statm: 2287 274 233 213 0 72 0
[pid=20548] ppid=20547 vsize=7132 CPUtime=149.83 cores=1,3,5,7
/proc/20548/stat : 20548 (npSolver-wbo) S 20547 20547 15057 0 -1 4202496 6989 59140 0 0 15 3 14938 27 20 0 1 0 386952697 7303168 1345 33554432000 4194304 6006132 140735292918560 140735292909920 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/20548/statm: 1783 1345 177 443 0 1336 0
[pid=20665] ppid=20548 vsize=9148 CPUtime=0 cores=1,3,5,7

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


[startup+1362.3 s]
/proc/loadavg: 2.01 2.00 1.94 3/184 21196
/proc/meminfo: memFree=30120812/32873648 swapFree=7628/7628
[pid=20547] ppid=20545 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20547/stat : 20547 (npSolver-wbo-It) S 20545 20547 15057 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 386952697 9367552 274 33554432000 4194304 5064252 140735040449776 140735040448688 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/20547/statm: 2287 274 233 213 0 72 0
[pid=20548] ppid=20547 vsize=7132 CPUtime=1333.42 cores=1,3,5,7
/proc/20548/stat : 20548 (npSolver-wbo) S 20547 20547 15057 0 -1 4202496 43487 458549 0 0 101 14 132989 238 20 0 1 0 386952697 7303168 1345 33554432000 4194304 6006132 140735292918560 140735292909920 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/20548/statm: 1783 1345 177 443 0 1336 0
[pid=21187] ppid=20548 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21187/stat : 21187 (satsolver.sh) S 20548 20547 15057 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 387086077 9367552 266 33554432000 4194304 5064252 140734430555328 140734430554240 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21187/statm: 2287 266 226 213 0 72 0
[pid=21188] ppid=21187 vsize=32632 CPUtime=28.47 cores=1,3,5,7
/proc/21188/stat : 21188 (glucose) R 21187 20547 15057 0 -1 4202496 8636 0 0 0 2845 2 0 0 20 0 1 0 387086078 33415168 7688 33554432000 4194304 5208918 140737012053536 140737012051544 4229538 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21188/statm: 8158 7688 96 248 0 7907 0
Current children cumulated CPU time (s) 1361.89
Current children cumulated vsize (KiB) 58060

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.94 3/183 21224
/proc/meminfo: memFree=30117184/32873648 swapFree=7628/7628
[pid=20547] ppid=20545 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20547/stat : 20547 (npSolver-wbo-It) S 20545 20547 15057 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 386952697 9367552 274 33554432000 4194304 5064252 140735040449776 140735040448688 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/20547/statm: 2287 274 233 213 0 72 0
[pid=20548] ppid=20547 vsize=7132 CPUtime=1405.18 cores=1,3,5,7
/proc/20548/stat : 20548 (npSolver-wbo) S 20547 20547 15057 0 -1 4202496 45699 483325 0 0 106 15 140144 253 20 0 1 0 386952697 7303168 1345 33554432000 4194304 6006132 140735292918560 140735292909920 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/20548/statm: 1783 1345 177 443 0 1336 0
[pid=21216] ppid=20548 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21216/stat : 21216 (satsolver.sh) S 20548 20547 15057 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 387093255 9367552 266 33554432000 4194304 5064252 140733897363792 140733897362704 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21216/statm: 2287 266 226 213 0 72 0
[pid=21217] ppid=21216 vsize=36976 CPUtime=16.7 cores=1,3,5,7
/proc/21217/stat : 21217 (glucose) R 21216 20547 15057 0 -1 4202496 7591 0 0 0 1669 1 0 0 20 0 1 0 387093255 37863424 8726 33554432000 4194304 5208918 140736188387696 140736188385560 4211553 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21217/statm: 9244 8726 96 248 0 8993 0
Current children cumulated CPU time (s) 1421.88
Current children cumulated vsize (KiB) 62404

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/183 21252
/proc/meminfo: memFree=30122580/32873648 swapFree=7628/7628
[pid=20547] ppid=20545 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20547/stat : 20547 (npSolver-wbo-It) S 20545 20547 15057 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 386952697 9367552 274 33554432000 4194304 5064252 140735040449776 140735040448688 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/20547/statm: 2287 274 233 213 0 72 0
[pid=20548] ppid=20547 vsize=7132 CPUtime=1476.71 cores=1,3,5,7
/proc/20548/stat : 20548 (npSolver-wbo) S 20547 20547 15057 0 -1 4202496 47911 506443 0 0 111 16 147280 264 20 0 1 0 386952697 7303168 1345 33554432000 4194304 6006132 140735292918560 140735292909920 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/20548/statm: 1783 1345 177 443 0 1336 0
[pid=21251] ppid=20548 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21251/stat : 21251 (satsolver.sh) S 20548 20547 15057 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 387100410 9367552 266 33554432000 4194304 5064252 140733886545088 140733886544000 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21251/statm: 2287 266 226 213 0 72 0
[pid=21252] ppid=21251 vsize=32556 CPUtime=5.15 cores=1,3,5,7
/proc/21252/stat : 21252 (glucose) R 21251 20547 15057 0 -1 4202496 6624 0 0 0 514 1 0 0 20 0 1 0 387100411 33337344 7402 33554432000 4194304 5208918 140734564654336 140734564652200 4211668 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21252/statm: 8139 7402 96 248 0 7888 0
Current children cumulated CPU time (s) 1481.86
Current children cumulated vsize (KiB) 57984

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/183 21273
/proc/meminfo: memFree=30120864/32873648 swapFree=7628/7628
[pid=20547] ppid=20545 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20547/stat : 20547 (npSolver-wbo-It) S 20545 20547 15057 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 386952697 9367552 274 33554432000 4194304 5064252 140735040449776 140735040448688 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/20547/statm: 2287 274 233 213 0 72 0
[pid=20548] ppid=20547 vsize=7132 CPUtime=1512.6 cores=1,3,5,7
/proc/20548/stat : 20548 (npSolver-wbo) S 20547 20547 15057 0 -1 4202496 49017 518383 0 0 114 16 150859 271 20 0 1 0 386952697 7303168 1345 33554432000 4194304 6006132 140735292918560 140735292909920 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/20548/statm: 1783 1345 177 443 0 1336 0
[pid=21265] ppid=20548 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21265/stat : 21265 (satsolver.sh) S 20548 20547 15057 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 387104000 9367552 267 33554432000 4194304 5064252 140736170485504 140736170484416 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21265/statm: 2287 267 226 213 0 72 0
[pid=21266] ppid=21265 vsize=32628 CPUtime=29.25 cores=1,3,5,7
/proc/21266/stat : 21266 (glucose) R 21265 20547 15057 0 -1 4202496 7849 0 0 0 2924 1 0 0 20 0 1 0 387104000 33411072 7688 33554432000 4194304 5208918 140734516471504 140734516469512 4229374 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21266/statm: 8157 7688 96 248 0 7906 0
Current children cumulated CPU time (s) 1541.85
Current children cumulated vsize (KiB) 58056

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/183 21301
/proc/meminfo: memFree=30116960/32873648 swapFree=7628/7628
[pid=20547] ppid=20545 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20547/stat : 20547 (npSolver-wbo-It) S 20545 20547 15057 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 386952697 9367552 274 33554432000 4194304 5064252 140735040449776 140735040448688 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/20547/statm: 2287 274 233 213 0 72 0
[pid=20548] ppid=20547 vsize=7132 CPUtime=1584.59 cores=1,3,5,7
/proc/20548/stat : 20548 (npSolver-wbo) S 20547 20547 15057 0 -1 4202496 51229 541613 0 0 119 17 158041 282 20 0 1 0 386952697 7303168 1345 33554432000 4194304 6006132 140735292918560 140735292909920 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/20548/statm: 1783 1345 177 443 0 1336 0
[pid=21293] ppid=20548 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21293/stat : 21293 (satsolver.sh) S 20548 20547 15057 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 387111201 9367552 267 33554432000 4194304 5064252 140734177263824 140734177262736 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21293/statm: 2287 267 226 213 0 72 0
[pid=21294] ppid=21293 vsize=36980 CPUtime=17.23 cores=1,3,5,7
/proc/21294/stat : 21294 (glucose) R 21293 20547 15057 0 -1 4202496 7560 0 0 0 1722 1 0 0 20 0 1 0 387111202 37867520 8727 33554432000 4194304 5208918 140736880157312 140736880155176 4211632 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21294/statm: 9245 8727 96 248 0 8994 0
Current children cumulated CPU time (s) 1601.82
Current children cumulated vsize (KiB) 62408

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/183 21330
/proc/meminfo: memFree=30121804/32873648 swapFree=7628/7628
[pid=20547] ppid=20545 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20547/stat : 20547 (npSolver-wbo-It) S 20545 20547 15057 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 386952697 9367552 274 33554432000 4194304 5064252 140735040449776 140735040448688 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/20547/statm: 2287 274 233 213 0 72 0
[pid=20548] ppid=20547 vsize=7132 CPUtime=1655.98 cores=1,3,5,7
/proc/20548/stat : 20548 (npSolver-wbo) S 20547 20547 15057 0 -1 4202496 53441 565247 0 0 124 17 165161 296 20 0 1 0 386952697 7303168 1345 33554432000 4194304 6006132 140735292918560 140735292909920 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/20548/statm: 1783 1345 177 443 0 1336 0
[pid=21329] ppid=20548 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21329/stat : 21329 (satsolver.sh) S 20548 20547 15057 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 387118342 9367552 267 33554432000 4194304 5064252 140734766441744 140734766440656 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21329/statm: 2287 267 226 213 0 72 0
[pid=21330] ppid=21329 vsize=32560 CPUtime=5.84 cores=1,3,5,7
/proc/21330/stat : 21330 (glucose) R 21329 20547 15057 0 -1 4202496 6799 0 0 0 583 1 0 0 20 0 1 0 387118342 33341440 7332 33554432000 4194304 5208918 140733940558144 140733940556008 4211553 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21330/statm: 8140 7332 96 248 0 7889 0
Current children cumulated CPU time (s) 1661.82
Current children cumulated vsize (KiB) 57988

[startup+1722.3 s]
/proc/loadavg: 2.07 2.02 1.94 3/183 21351
/proc/meminfo: memFree=30119280/32873648 swapFree=7628/7628
[pid=20547] ppid=20545 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20547/stat : 20547 (npSolver-wbo-It) S 20545 20547 15057 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 386952697 9367552 274 33554432000 4194304 5064252 140735040449776 140735040448688 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/20547/statm: 2287 274 233 213 0 72 0
[pid=20548] ppid=20547 vsize=7132 CPUtime=1692.08 cores=1,3,5,7
/proc/20548/stat : 20548 (npSolver-wbo) S 20547 20547 15057 0 -1 4202496 54547 578011 0 0 127 17 168761 303 20 0 1 0 386952697 7303168 1345 33554432000 4194304 6006132 140735292918560 140735292909920 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/20548/statm: 1783 1345 177 443 0 1336 0
[pid=21343] ppid=20548 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21343/stat : 21343 (satsolver.sh) S 20548 20547 15057 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 387121954 9367552 266 33554432000 4194304 5064252 140736438824448 140736438823360 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21343/statm: 2287 266 226 213 0 72 0
[pid=21344] ppid=21343 vsize=32628 CPUtime=29.7 cores=1,3,5,7
/proc/21344/stat : 21344 (glucose) R 21343 20547 15057 0 -1 4202496 8499 0 0 0 2968 2 0 0 20 0 1 0 387121954 33411072 7686 33554432000 4194304 5208918 140737064389120 140737064387128 4229517 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21344/statm: 8157 7686 96 248 0 7906 0
Current children cumulated CPU time (s) 1721.78
Current children cumulated vsize (KiB) 58056

[startup+1782.3 s]
/proc/loadavg: 2.02 2.01 1.94 3/183 21379
/proc/meminfo: memFree=30116248/32873648 swapFree=7628/7628
[pid=20547] ppid=20545 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20547/stat : 20547 (npSolver-wbo-It) S 20545 20547 15057 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 386952697 9367552 274 33554432000 4194304 5064252 140735040449776 140735040448688 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/20547/statm: 2287 274 233 213 0 72 0
[pid=20548] ppid=20547 vsize=7132 CPUtime=1763.7 cores=1,3,5,7
/proc/20548/stat : 20548 (npSolver-wbo) S 20547 20547 15057 0 -1 4202496 56759 602290 0 0 132 18 175900 320 20 0 1 0 386952697 7303168 1345 33554432000 4194304 6006132 140735292918560 140735292909920 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/20548/statm: 1783 1345 177 443 0 1336 0
[pid=21378] ppid=20548 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21378/stat : 21378 (satsolver.sh) S 20548 20547 15057 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 387129117 9367552 267 33554432000 4194304 5064252 140734074218336 140734074217248 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21378/statm: 2287 267 226 213 0 72 0
[pid=21379] ppid=21378 vsize=36976 CPUtime=18.09 cores=1,3,5,7
/proc/21379/stat : 21379 (glucose) R 21378 20547 15057 0 -1 4202496 7636 0 0 0 1808 1 0 0 20 0 1 0 387129117 37863424 8726 33554432000 4194304 5208918 140733211852640 140733211850504 4229517 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21379/statm: 9244 8726 96 248 0 8993 0
Current children cumulated CPU time (s) 1781.79
Current children cumulated vsize (KiB) 62404



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 2.02 2.01 1.94 3/183 21393
/proc/meminfo: memFree=30139104/32873648 swapFree=7628/7628
[pid=20547] ppid=20545 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20547/stat : 20547 (npSolver-wbo-It) S 20545 20547 15057 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 386952697 9367552 274 33554432000 4194304 5064252 140735040449776 140735040448688 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/20547/statm: 2287 274 233 213 0 72 0
[pid=20548] ppid=20547 vsize=7132 CPUtime=1799.79 cores=1,3,5,7
/proc/20548/stat : 20548 (npSolver-wbo) S 20547 20547 15057 0 -1 4202496 57865 614377 0 0 135 18 179500 326 20 0 1 0 386952697 7303168 1345 33554432000 4194304 6006132 140735292918560 140735292909920 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/20548/statm: 1783 1345 177 443 0 1336 0
[pid=21392] ppid=20548 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21392/stat : 21392 (satsolver.sh) S 20548 20547 15057 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 387132727 9367552 267 33554432000 4194304 5064252 140735393568016 140735393566928 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21392/statm: 2287 267 226 213 0 72 0
[pid=21393] ppid=21392 vsize=20244 CPUtime=0.3 cores=1,3,5,7
/proc/21393/stat : 21393 (glucose) R 21392 20547 15057 0 -1 4202496 4164 0 0 0 30 0 0 0 20 0 1 0 387132727 20729856 4462 33554432000 4194304 5208918 140734289712176 140735393566952 4211656 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21393/statm: 5061 4462 95 248 0 4810 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 45672

Sending SIGTERM to process tree (bottom up)

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

Child status: 0
Real time (s): 1800.62
CPU time (s): 1800.12
CPU user time (s): 1796.66
CPU system time (s): 3.46547
CPU usage (%): 99.9727
Max. virtual memory (cumulated for all children) (KiB): 76736

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.66
system time used= 3.46547
maximum resident set size= 46504
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 677395
page faults= 0
swaps= 0
block input operations= 0
block output operations= 242400
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4920
involuntary context switches= 2337

runsolver used 4.75528 second user time and 12.1092 second system time

The end

Launcher Data

Begin job on node127 at 2012-06-09 04:17:52
IDJOB=3753241
IDBENCH=79215
IDSOLVER=2336
FILE ID=node127/3753241-1339208272
RUNJOBID= node127-1339204646-15074
PBS_JOBID= 14643865
Free space on /tmp= 70448 MiB

SOLVER NAME= npSolver inc-topdown-quickBound
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1110967523--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-3753241-1339208272/watcher-3753241-1339208272 -o /tmp/evaluation-result-3753241-1339208272/solver-3753241-1339208272 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo-Itdqb.sh HOME/instance-3753241-1339208272.wbo 463017761 HOME HOME

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

MD5SUM BENCH= 36573e20f94a233c9b9c8f8613b15785
RANDOM SEED=463017761

node127.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.348
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.69
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.348
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.348
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.94
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        30083536 kB
Buffers:          500316 kB
Cached:          1265376 kB
SwapCached:         2000 kB
Active:          1800156 kB
Inactive:          79384 kB
Active(anon):     101748 kB
Inactive(anon):     7524 kB
Active(file):    1698408 kB
Inactive(file):    71860 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67103464 kB
Dirty:              8404 kB
Writeback:             0 kB
AnonPages:        133404 kB
Mapped:            11448 kB
Shmem:                92 kB
Slab:             772240 kB
SReclaimable:     215524 kB
SUnreclaim:       556716 kB
KernelStack:        1528 kB
PageTables:         4280 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     235732 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     73728 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= 70448 MiB
End job on node127 at 2012-06-09 04:47:53