Trace number 3752927

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

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110967142--soft-33-100-0.wbo
MD5SUMfa579923f1914e3dd4bd69a6764b2913
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark0.835872
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 constraints64
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 3426
Min constraint cost 1
Max constraint cost 99
Sum of constraints costs 3425
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1145
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
17.56/17.69	o 1027
17.56/17.69	c starting approximation
17.56/17.69	c factor = 2
17.56/17.69	c current bound: 513
57.75/57.86	c current bound: 513
98.32/98.42	c current bound: 513
139.33/139.49	c current bound: 513
179.51/179.66	c current bound: 513
219.21/219.33	c current bound: 513
259.21/259.38	c current bound: 513
299.61/299.74	c current bound: 513
340.02/340.15	c current bound: 513
380.68/380.82	c current bound: 513
421.18/421.37	c current bound: 513
461.77/461.96	c current bound: 513
501.48/501.62	c current bound: 513
541.26/541.46	c current bound: 513
581.16/581.36	c current bound: 513
620.65/620.88	c current bound: 513
660.26/660.47	c current bound: 513
700.53/700.71	c current bound: 513
740.43/740.66	c current bound: 513
780.62/780.87	c current bound: 513
820.81/821.08	c current bound: 513
861.49/861.75	c current bound: 513
902.30/902.54	c current bound: 513
942.15/942.41	c current bound: 513
982.28/982.55	c current bound: 513
1024.45/1024.73	c current bound: 513
1065.07/1065.35	c current bound: 513
1105.25/1105.55	c current bound: 513
1145.71/1146.01	c current bound: 513
1185.72/1186.07	c current bound: 513
1226.02/1226.39	c current bound: 513
1266.66/1267.00	c current bound: 513
1306.91/1307.25	c current bound: 513
1347.99/1348.34	c current bound: 513
1387.89/1388.22	c current bound: 513
1428.34/1428.71	c current bound: 513
1468.16/1468.60	c current bound: 513
1508.15/1508.59	c current bound: 513
1549.22/1549.61	c current bound: 513
1589.23/1589.69	c current bound: 513
1630.71/1631.18	c current bound: 513
1670.95/1671.46	c current bound: 513
1711.56/1712.00	c current bound: 513
1751.74/1752.25	c current bound: 513
1793.13/1793.63	c current bound: 513
1800.03/1800.50	./satsolver.sh: line 5:  7281 Terminated              ./glucose $1 > $2 2> /dev/null
1800.03/1800.50	c error: unexpected solver exit code
1800.03/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-3752927-1339199069/watcher-3752927-1339199069 -o /tmp/evaluation-result-3752927-1339199069/solver-3752927-1339199069 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-Itdqb.sh HOME/instance-3752927-1339199069.wbo 2123731000 HOME HOME 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 2.01 2.04 2.00 3/179 5820
/proc/meminfo: memFree=31308028/32873844 swapFree=7380/7380
[pid=5820] ppid=5818 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5820/stat : 5820 (npSolver-wbo-It) S 5818 5820 10289 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386033046 9367552 275 33554432000 4194304 5064252 140736678311360 140736678310272 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5820/statm: 2287 275 233 213 0 72 0

[startup+0.047133 s]
/proc/loadavg: 2.01 2.04 2.00 3/179 5820
/proc/meminfo: memFree=31308028/32873844 swapFree=7380/7380
[pid=5820] ppid=5818 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5820/stat : 5820 (npSolver-wbo-It) S 5818 5820 10289 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386033046 9367552 275 33554432000 4194304 5064252 140736678311360 140736678310272 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5820/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100326 s]
/proc/loadavg: 2.01 2.04 2.00 3/179 5820
/proc/meminfo: memFree=31308028/32873844 swapFree=7380/7380
[pid=5820] ppid=5818 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5820/stat : 5820 (npSolver-wbo-It) S 5818 5820 10289 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386033046 9367552 275 33554432000 4194304 5064252 140736678311360 140736678310272 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5820/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300272 s]
/proc/loadavg: 2.01 2.04 2.00 3/179 5820
/proc/meminfo: memFree=31308028/32873844 swapFree=7380/7380
[pid=5820] ppid=5818 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5820/stat : 5820 (npSolver-wbo-It) S 5818 5820 10289 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386033046 9367552 275 33554432000 4194304 5064252 140736678311360 140736678310272 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5820/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.70026 s]
/proc/loadavg: 2.01 2.04 2.00 3/179 5820
/proc/meminfo: memFree=31308028/32873844 swapFree=7380/7380
[pid=5820] ppid=5818 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5820/stat : 5820 (npSolver-wbo-It) S 5818 5820 10289 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386033046 9367552 275 33554432000 4194304 5064252 140736678311360 140736678310272 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5820/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50035 s]
/proc/loadavg: 2.01 2.04 2.00 3/183 5827
/proc/meminfo: memFree=31300252/32873844 swapFree=7380/7380
[pid=5820] ppid=5818 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5820/stat : 5820 (npSolver-wbo-It) S 5818 5820 10289 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386033046 9367552 275 33554432000 4194304 5064252 140736678311360 140736678310272 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5820/statm: 2287 275 233 213 0 72 0
[pid=5821] ppid=5820 vsize=3096 CPUtime=0.18 cores=0,2,4,6
/proc/5821/stat : 5821 (npSolver-wbo) S 5820 5820 10289 0 -1 4202496 1451 2724 0 0 2 0 16 0 20 0 1 0 386033046 3170304 381 33554432000 4194304 6006132 140735764806736 140735764800928 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/5821/statm: 774 381 158 443 0 327 0
[pid=5826] ppid=5821 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5826/stat : 5826 (satsolver.sh) S 5821 5820 10289 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 386033067 9367552 266 33554432000 4194304 5064252 140737040427968 140737040426880 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5826/statm: 2287 266 226 213 0 72 0
[pid=5827] ppid=5826 vsize=9388 CPUtime=1.28 cores=0,2,4,6
/proc/5827/stat : 5827 (glucose) R 5826 5820 10289 0 -1 4202496 2402 0 0 0 128 0 0 0 20 0 1 0 386033067 9613312 1496 33554432000 4194304 5208918 140734758440528 140734758438472 4212463 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/5827/statm: 2347 1496 96 248 0 2096 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 30780

[startup+3.10036 s]
/proc/loadavg: 2.01 2.04 2.00 3/183 5827
/proc/meminfo: memFree=31291756/32873844 swapFree=7380/7380
[pid=5820] ppid=5818 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5820/stat : 5820 (npSolver-wbo-It) S 5818 5820 10289 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386033046 9367552 275 33554432000 4194304 5064252 140736678311360 140736678310272 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5820/statm: 2287 275 233 213 0 72 0
[pid=5821] ppid=5820 vsize=3096 CPUtime=0.18 cores=0,2,4,6
/proc/5821/stat : 5821 (npSolver-wbo) S 5820 5820 10289 0 -1 4202496 1451 2724 0 0 2 0 16 0 20 0 1 0 386033046 3170304 381 33554432000 4194304 6006132 140735764806736 140735764800928 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/5821/statm: 774 381 158 443 0 327 0
[pid=5826] ppid=5821 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5826/stat : 5826 (satsolver.sh) S 5821 5820 10289 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 386033067 9367552 266 33554432000 4194304 5064252 140737040427968 140737040426880 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5826/statm: 2287 266 226 213 0 72 0
[pid=5827] ppid=5826 vsize=18136 CPUtime=2.88 cores=0,2,4,6
/proc/5827/stat : 5827 (glucose) R 5826 5820 10289 0 -1 4202496 3719 0 0 0 288 0 0 0 20 0 1 0 386033067 18571264 3814 33554432000 4194304 5208918 140734758440528 140734758438392 4229456 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/5827/statm: 4534 3814 96 248 0 4283 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 39528

[startup+6.30035 s]
/proc/loadavg: 2.01 2.04 2.00 3/183 5827
/proc/meminfo: memFree=31283940/32873844 swapFree=7380/7380
[pid=5820] ppid=5818 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5820/stat : 5820 (npSolver-wbo-It) S 5818 5820 10289 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386033046 9367552 275 33554432000 4194304 5064252 140736678311360 140736678310272 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5820/statm: 2287 275 233 213 0 72 0
[pid=5821] ppid=5820 vsize=3096 CPUtime=0.18 cores=0,2,4,6
/proc/5821/stat : 5821 (npSolver-wbo) S 5820 5820 10289 0 -1 4202496 1451 2724 0 0 2 0 16 0 20 0 1 0 386033046 3170304 381 33554432000 4194304 6006132 140735764806736 140735764800928 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/5821/statm: 774 381 158 443 0 327 0
[pid=5826] ppid=5821 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5826/stat : 5826 (satsolver.sh) S 5821 5820 10289 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 386033067 9367552 266 33554432000 4194304 5064252 140737040427968 140737040426880 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5826/statm: 2287 266 226 213 0 72 0
[pid=5827] ppid=5826 vsize=19196 CPUtime=6.08 cores=0,2,4,6
/proc/5827/stat : 5827 (glucose) R 5826 5820 10289 0 -1 4202496 4580 0 0 0 608 0 0 0 20 0 1 0 386033067 19656704 4221 33554432000 4194304 5208918 140734758440528 140734758438472 4229517 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/5827/statm: 4799 4221 96 248 0 4548 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 40588

[startup+12.7003 s]
/proc/loadavg: 2.01 2.04 2.00 3/183 5834
/proc/meminfo: memFree=31285504/32873844 swapFree=7380/7380
[pid=5820] ppid=5818 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5820/stat : 5820 (npSolver-wbo-It) S 5818 5820 10289 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386033046 9367552 275 33554432000 4194304 5064252 140736678311360 140736678310272 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5820/statm: 2287 275 233 213 0 72 0
[pid=5821] ppid=5820 vsize=3096 CPUtime=0.18 cores=0,2,4,6
/proc/5821/stat : 5821 (npSolver-wbo) S 5820 5820 10289 0 -1 4202496 1451 2724 0 0 2 0 16 0 20 0 1 0 386033046 3170304 381 33554432000 4194304 6006132 140735764806736 140735764800928 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/5821/statm: 774 381 158 443 0 327 0
[pid=5826] ppid=5821 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5826/stat : 5826 (satsolver.sh) S 5821 5820 10289 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 386033067 9367552 266 33554432000 4194304 5064252 140737040427968 140737040426880 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5826/statm: 2287 266 226 213 0 72 0
[pid=5827] ppid=5826 vsize=21944 CPUtime=12.47 cores=0,2,4,6
/proc/5827/stat : 5827 (glucose) R 5826 5820 10289 0 -1 4202496 5450 0 0 0 1247 0 0 0 20 0 1 0 386033067 22470656 5054 33554432000 4194304 5208918 140734758440528 140734758438392 4229347 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/5827/statm: 5486 5054 96 248 0 5235 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 43336

[startup+25.5004 s]
/proc/loadavg: 2.00 2.04 2.00 3/177 5859
/proc/meminfo: memFree=31299860/32873844 swapFree=7380/7380
[pid=5820] ppid=5818 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5820/stat : 5820 (npSolver-wbo-It) S 5818 5820 10289 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386033046 9367552 275 33554432000 4194304 5064252 140736678311360 140736678310272 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5820/statm: 2287 275 233 213 0 72 0
[pid=5821] ppid=5820 vsize=5920 CPUtime=17.68 cores=0,2,4,6
/proc/5821/stat : 5821 (npSolver-wbo) S 5820 5820 10289 0 -1 4202496 2281 11998 0 0 3 2 1761 2 20 0 1 0 386033046 6062080 1076 33554432000 4194304 6006132 140735764806736 140735764798096 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5821/statm: 1480 1076 177 443 0 1033 0
[pid=5840] ppid=5821 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5840/stat : 5840 (satsolver.sh) S 5821 5820 10289 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 386034817 9367552 267 33554432000 4194304 5064252 140734137418880 140734137417792 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/5840/statm: 2287 267 226 213 0 72 0
[pid=5841] ppid=5840 vsize=24768 CPUtime=7.77 cores=0,2,4,6
/proc/5841/stat : 5841 (glucose) R 5840 5820 10289 0 -1 4202496 5220 0 0 0 777 0 0 0 20 0 1 0 386034818 25362432 5807 33554432000 4194304 5208918 140736599167456 140736599165400 4211553 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5841/statm: 6192 5807 96 248 0 5941 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 48984

[startup+51.1004 s]
/proc/loadavg: 2.00 2.03 2.00 3/183 5907
/proc/meminfo: memFree=31275956/32873844 swapFree=7380/7380
[pid=5820] ppid=5818 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5820/stat : 5820 (npSolver-wbo-It) S 5818 5820 10289 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386033046 9367552 275 33554432000 4194304 5064252 140736678311360 140736678310272 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5820/statm: 2287 275 233 213 0 72 0
[pid=5821] ppid=5820 vsize=5920 CPUtime=17.68 cores=0,2,4,6
/proc/5821/stat : 5821 (npSolver-wbo) S 5820 5820 10289 0 -1 4202496 2281 11998 0 0 3 2 1761 2 20 0 1 0 386033046 6062080 1076 33554432000 4194304 6006132 140735764806736 140735764798096 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5821/statm: 1480 1076 177 443 0 1033 0
[pid=5840] ppid=5821 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5840/stat : 5840 (satsolver.sh) S 5821 5820 10289 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 386034817 9367552 267 33554432000 4194304 5064252 140734137418880 140734137417792 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/5840/statm: 2287 267 226 213 0 72 0
[pid=5841] ppid=5840 vsize=36588 CPUtime=33.37 cores=0,2,4,6
/proc/5841/stat : 5841 (glucose) R 5840 5820 10289 0 -1 4202496 6716 0 0 0 3335 2 0 0 20 0 1 0 386034818 37466112 8738 33554432000 4194304 5208918 140736599167456 140736599165544 4211584 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5841/statm: 9147 8738 96 248 0 8896 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 60804

[startup+102.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/183 5949
/proc/meminfo: memFree=31288004/32873844 swapFree=7380/7380
[pid=5820] ppid=5818 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5820/stat : 5820 (npSolver-wbo-It) S 5818 5820 10289 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386033046 9367552 275 33554432000 4194304 5064252 140736678311360 140736678310272 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5820/statm: 2287 275 233 213 0 72 0
[pid=5821] ppid=5820 vsize=5920 CPUtime=98.39 cores=0,2,4,6
/proc/5821/stat : 5821 (npSolver-wbo) S 5820 5820 10289 0 -1 4202496 3923 33416 0 0 6 3 9818 12 20 0 1 0 386033046 6062080 1076 33554432000 4194304 6006132 140735764806736 140735764798096 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5821/statm: 1480 1076 177 443 0 1033 0
[pid=5948] ppid=5821 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5948/stat : 5948 (satsolver.sh) S 5821 5820 10289 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 386042890 9367552 267 33554432000 4194304 5064252 140734373176256 140734373175168 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/5948/statm: 2287 267 226 213 0 72 0
[pid=5949] ppid=5948 vsize=17696 CPUtime=3.85 cores=0,2,4,6
/proc/5949/stat : 5949 (glucose) R 5948 5820 10289 0 -1 4202496 4975 0 0 0 384 1 0 0 20 0 1 0 386042891 18120704 4014 33554432000 4194304 5208918 140733812833872 140733812831960 4211656 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5949/statm: 4424 4014 96 248 0 4173 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 41912

[startup+162.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/183 5991
/proc/meminfo: memFree=31272048/32873844 swapFree=7380/7380
[pid=5820] ppid=5818 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5820/stat : 5820 (npSolver-wbo-It) S 5818 5820 10289 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386033046 9367552 275 33554432000 4194304 5064252 140736678311360 140736678310272 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5820/statm: 2287 275 233 213 0 72 0
[pid=5821] ppid=5820 vsize=5920 CPUtime=139.45 cores=0,2,4,6
/proc/5821/stat : 5821 (npSolver-wbo) S 5820 5820 10289 0 -1 4202496 4744 44333 0 0 8 3 13917 17 20 0 1 0 386033046 6062080 1076 33554432000 4194304 6006132 140735764806736 140735764798096 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5821/statm: 1480 1076 177 443 0 1033 0
[pid=5976] ppid=5821 vsize=9148 CPUtime=0 cores=0,2,4,6

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


[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 6941
/proc/meminfo: memFree=31274416/32873844 swapFree=7380/7380
[pid=5820] ppid=5818 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5820/stat : 5820 (npSolver-wbo-It) S 5818 5820 10289 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386033046 9367552 275 33554432000 4194304 5064252 140736678311360 140736678310272 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5820/statm: 2287 275 233 213 0 72 0
[pid=5821] ppid=5820 vsize=5920 CPUtime=1348.06 cores=0,2,4,6
/proc/5821/stat : 5821 (npSolver-wbo) S 5820 5820 10289 0 -1 4202496 29374 357649 0 0 54 9 134578 165 20 0 1 0 386033046 6062080 1076 33554432000 4194304 6006132 140735764806736 140735764798096 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5821/statm: 1480 1076 177 443 0 1033 0
[pid=6933] ppid=5821 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6933/stat : 6933 (satsolver.sh) S 5821 5820 10289 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 386167882 9367552 267 33554432000 4194304 5064252 140736858378624 140736858377536 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/6933/statm: 2287 267 226 213 0 72 0
[pid=6934] ppid=6933 vsize=29188 CPUtime=13.92 cores=0,2,4,6
/proc/6934/stat : 6934 (glucose) R 6933 5820 10289 0 -1 4202496 5902 0 0 0 1391 1 0 0 20 0 1 0 386167882 29888512 6872 33554432000 4194304 5208918 140735573192432 140735573190296 4211553 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/6934/statm: 7297 6872 96 248 0 7046 0
Current children cumulated CPU time (s) 1361.98
Current children cumulated vsize (KiB) 53404

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 6983
/proc/meminfo: memFree=31262552/32873844 swapFree=7380/7380
[pid=5820] ppid=5818 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5820/stat : 5820 (npSolver-wbo-It) S 5818 5820 10289 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386033046 9367552 275 33554432000 4194304 5064252 140736678311360 140736678310272 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5820/statm: 2287 275 233 213 0 72 0
[pid=5821] ppid=5820 vsize=5920 CPUtime=1387.93 cores=0,2,4,6
/proc/5821/stat : 5821 (npSolver-wbo) S 5820 5820 10289 0 -1 4202496 30195 367957 0 0 56 10 138558 169 20 0 1 0 386033046 6062080 1076 33554432000 4194304 6006132 140735764806736 140735764798096 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5821/statm: 1480 1076 177 443 0 1033 0
[pid=6961] ppid=5821 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6961/stat : 6961 (satsolver.sh) S 5821 5820 10289 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 386171870 9367552 266 33554432000 4194304 5064252 140733534026592 140733534025504 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/6961/statm: 2287 266 226 213 0 72 0
[pid=6962] ppid=6961 vsize=36588 CPUtime=34.05 cores=0,2,4,6
/proc/6962/stat : 6962 (glucose) R 6961 5820 10289 0 -1 4202496 6440 0 0 0 3404 1 0 0 20 0 1 0 386171870 37466112 8738 33554432000 4194304 5208918 140735722594144 140735722592232 4211584 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/6962/statm: 9147 8738 96 248 0 8896 0
Current children cumulated CPU time (s) 1421.98
Current children cumulated vsize (KiB) 60804

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 7032
/proc/meminfo: memFree=31272052/32873844 swapFree=7380/7380
[pid=5820] ppid=5818 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5820/stat : 5820 (npSolver-wbo-It) S 5818 5820 10289 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386033046 9367552 275 33554432000 4194304 5064252 140736678311360 140736678310272 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5820/statm: 2287 275 233 213 0 72 0
[pid=5821] ppid=5820 vsize=5920 CPUtime=1468.29 cores=0,2,4,6
/proc/5821/stat : 5821 (npSolver-wbo) S 5820 5820 10289 0 -1 4202496 31837 387684 0 0 59 10 146581 179 20 0 1 0 386033046 6062080 1076 33554432000 4194304 6006132 140735764806736 140735764798096 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5821/statm: 1480 1076 177 443 0 1033 0
[pid=7024] ppid=5821 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7024/stat : 7024 (satsolver.sh) S 5821 5820 10289 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 386179908 9367552 267 33554432000 4194304 5064252 140733739955136 140733739954048 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/7024/statm: 2287 267 226 213 0 72 0
[pid=7025] ppid=7024 vsize=29196 CPUtime=13.67 cores=0,2,4,6
/proc/7025/stat : 7025 (glucose) R 7024 5820 10289 0 -1 4202496 6323 0 0 0 1366 1 0 0 20 0 1 0 386179908 29896704 6873 33554432000 4194304 5208918 140737283192064 140737283189928 4229517 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/7025/statm: 7299 6873 96 248 0 7048 0
Current children cumulated CPU time (s) 1481.96
Current children cumulated vsize (KiB) 53412

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 7078
/proc/meminfo: memFree=31260288/32873844 swapFree=7380/7380
[pid=5820] ppid=5818 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5820/stat : 5820 (npSolver-wbo-It) S 5818 5820 10289 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386033046 9367552 275 33554432000 4194304 5064252 140736678311360 140736678310272 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5820/statm: 2287 275 233 213 0 72 0
[pid=5821] ppid=5820 vsize=5920 CPUtime=1508.27 cores=0,2,4,6
/proc/5821/stat : 5821 (npSolver-wbo) S 5820 5820 10289 0 -1 4202496 32658 399184 0 0 61 10 150572 184 20 0 1 0 386033046 6062080 1076 33554432000 4194304 6006132 140735764806736 140735764798096 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5821/statm: 1480 1076 177 443 0 1033 0
[pid=7060] ppid=5821 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7060/stat : 7060 (satsolver.sh) S 5821 5820 10289 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 386183907 9367552 267 33554432000 4194304 5064252 140736057410704 140736057409616 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/7060/statm: 2287 267 226 213 0 72 0
[pid=7061] ppid=7060 vsize=36592 CPUtime=33.68 cores=0,2,4,6
/proc/7061/stat : 7061 (glucose) R 7060 5820 10289 0 -1 4202496 6731 0 0 0 3367 1 0 0 20 0 1 0 386183907 37470208 8738 33554432000 4194304 5208918 140733754611840 140733754609928 4211553 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/7061/statm: 9148 8738 96 248 0 8897 0
Current children cumulated CPU time (s) 1541.95
Current children cumulated vsize (KiB) 60808

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 7127
/proc/meminfo: memFree=31268148/32873844 swapFree=7380/7380
[pid=5820] ppid=5818 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5820/stat : 5820 (npSolver-wbo-It) S 5818 5820 10289 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386033046 9367552 275 33554432000 4194304 5064252 140736678311360 140736678310272 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5820/statm: 2287 275 233 213 0 72 0
[pid=5821] ppid=5820 vsize=5920 CPUtime=1589.37 cores=0,2,4,6
/proc/5821/stat : 5821 (npSolver-wbo) S 5820 5820 10289 0 -1 4202496 34300 420663 0 0 64 11 158668 194 20 0 1 0 386033046 6062080 1076 33554432000 4194304 6006132 140735764806736 140735764798096 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5821/statm: 1480 1076 177 443 0 1033 0
[pid=7119] ppid=5821 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7119/stat : 7119 (satsolver.sh) S 5821 5820 10289 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 386192018 9367552 267 33554432000 4194304 5064252 140735998105808 140735998104720 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/7119/statm: 2287 267 226 213 0 72 0
[pid=7120] ppid=7119 vsize=29192 CPUtime=12.57 cores=0,2,4,6
/proc/7120/stat : 7120 (glucose) R 7119 5820 10289 0 -1 4202496 5646 0 0 0 1257 0 0 0 20 0 1 0 386192018 29892608 6873 33554432000 4194304 5208918 140733335122768 140733335120632 4229577 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/7120/statm: 7298 6873 96 248 0 7047 0
Current children cumulated CPU time (s) 1601.94
Current children cumulated vsize (KiB) 53408

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 7176
/proc/meminfo: memFree=31275448/32873844 swapFree=7380/7380
[pid=5820] ppid=5818 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5820/stat : 5820 (npSolver-wbo-It) S 5818 5820 10289 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386033046 9367552 275 33554432000 4194304 5064252 140736678311360 140736678310272 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5820/statm: 2287 275 233 213 0 72 0
[pid=5821] ppid=5820 vsize=5920 CPUtime=1630.77 cores=0,2,4,6
/proc/5821/stat : 5821 (npSolver-wbo) S 5820 5820 10289 0 -1 4202496 35121 430710 0 0 65 11 162804 197 20 0 1 0 386033046 6062080 1076 33554432000 4194304 6006132 140735764806736 140735764798096 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5821/statm: 1480 1076 177 443 0 1033 0
[pid=7154] ppid=5821 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7154/stat : 7154 (satsolver.sh) S 5821 5820 10289 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 386196166 9367552 266 33554432000 4194304 5064252 140736579964976 140736579963888 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/7154/statm: 2287 266 226 213 0 72 0
[pid=7155] ppid=7154 vsize=36596 CPUtime=31.08 cores=0,2,4,6
/proc/7155/stat : 7155 (glucose) R 7154 5820 10289 0 -1 4202496 6736 0 0 0 3107 1 0 0 20 0 1 0 386196166 37474304 8714 33554432000 4194304 5208918 140734074803248 140734074801192 4212476 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/7155/statm: 9149 8714 96 248 0 8898 0
Current children cumulated CPU time (s) 1661.85
Current children cumulated vsize (KiB) 60812

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 7225
/proc/meminfo: memFree=31289364/32873844 swapFree=7380/7380
[pid=5820] ppid=5818 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5820/stat : 5820 (npSolver-wbo-It) S 5818 5820 10289 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386033046 9367552 275 33554432000 4194304 5064252 140736678311360 140736678310272 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5820/statm: 2287 275 233 213 0 72 0
[pid=5821] ppid=5820 vsize=5920 CPUtime=1711.58 cores=0,2,4,6
/proc/5821/stat : 5821 (npSolver-wbo) S 5820 5820 10289 0 -1 4202496 36763 451338 0 0 68 12 170871 207 20 0 1 0 386033046 6062080 1076 33554432000 4194304 6006132 140735764806736 140735764798096 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5821/statm: 1480 1076 177 443 0 1033 0
[pid=7217] ppid=5821 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7217/stat : 7217 (satsolver.sh) S 5821 5820 10289 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 386204248 9367552 267 33554432000 4194304 5064252 140737367193808 140737367192720 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/7217/statm: 2287 267 226 213 0 72 0
[pid=7218] ppid=7217 vsize=24768 CPUtime=10.27 cores=0,2,4,6
/proc/7218/stat : 7218 (glucose) R 7217 5820 10289 0 -1 4202496 5316 0 0 0 1026 1 0 0 20 0 1 0 386204248 25362432 5783 33554432000 4194304 5208918 140735805828416 140735805826360 4229460 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/7218/statm: 6192 5783 96 248 0 5941 0
Current children cumulated CPU time (s) 1721.85
Current children cumulated vsize (KiB) 48984

[startup+1782.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/183 7267
/proc/meminfo: memFree=31270124/32873844 swapFree=7380/7380
[pid=5820] ppid=5818 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5820/stat : 5820 (npSolver-wbo-It) S 5818 5820 10289 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386033046 9367552 275 33554432000 4194304 5064252 140736678311360 140736678310272 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5820/statm: 2287 275 233 213 0 72 0
[pid=5821] ppid=5820 vsize=5920 CPUtime=1751.84 cores=0,2,4,6
/proc/5821/stat : 5821 (npSolver-wbo) S 5820 5820 10289 0 -1 4202496 37584 462539 0 0 70 12 174890 212 20 0 1 0 386033046 6062080 1076 33554432000 4194304 6006132 140735764806736 140735764798096 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5821/statm: 1480 1076 177 443 0 1033 0
[pid=7245] ppid=5821 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7245/stat : 7245 (satsolver.sh) S 5821 5820 10289 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 386208274 9367552 267 33554432000 4194304 5064252 140733791250112 140733791249024 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/7245/statm: 2287 267 226 213 0 72 0
[pid=7246] ppid=7245 vsize=36592 CPUtime=30.01 cores=0,2,4,6
/proc/7246/stat : 7246 (glucose) R 7245 5820 10289 0 -1 4202496 6570 0 0 0 3000 1 0 0 20 0 1 0 386208274 37470208 8583 33554432000 4194304 5208918 140735221554544 140735221552488 4229538 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/7246/statm: 9148 8583 96 248 0 8897 0
Current children cumulated CPU time (s) 1781.85
Current children cumulated vsize (KiB) 60808



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.03 2.01 2.00 3/183 7281
/proc/meminfo: memFree=31278812/32873844 swapFree=7380/7380
[pid=5820] ppid=5818 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5820/stat : 5820 (npSolver-wbo-It) S 5818 5820 10289 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386033046 9367552 275 33554432000 4194304 5064252 140736678311360 140736678310272 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5820/statm: 2287 275 233 213 0 72 0
[pid=5821] ppid=5820 vsize=5920 CPUtime=1793.19 cores=0,2,4,6
/proc/5821/stat : 5821 (npSolver-wbo) S 5820 5820 10289 0 -1 4202496 38405 472942 0 0 71 12 179020 216 20 0 1 0 386033046 6062080 1076 33554432000 4194304 6006132 140735764806736 140735764798096 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5821/statm: 1480 1076 177 443 0 1033 0
[pid=7280] ppid=5821 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7280/stat : 7280 (satsolver.sh) S 5821 5820 10289 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 386212411 9367552 267 33554432000 4194304 5064252 140733764628848 140733764627760 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/7280/statm: 2287 267 226 213 0 72 0
[pid=7281] ppid=7280 vsize=24768 CPUtime=6.84 cores=0,2,4,6
/proc/7281/stat : 7281 (glucose) R 7280 5820 10289 0 -1 4202496 5520 0 0 0 684 0 0 0 20 0 1 0 386212411 25362432 5783 33554432000 4194304 5208918 140736020673360 140736020671304 4229504 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/7281/statm: 6192 5783 96 248 0 5941 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 48984

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.51
CPU time (s): 1800.07
CPU user time (s): 1797.77
CPU system time (s): 2.30065
CPU usage (%): 99.9755
Max. virtual memory (cumulated for all children) (KiB): 79488

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.77
system time used= 2.30065
maximum resident set size= 49164
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 517859
page faults= 0
swaps= 0
block input operations= 0
block output operations= 119576
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2552
involuntary context switches= 2308

runsolver used 11.1133 second user time and 12.1602 second system time

The end

Launcher Data

Begin job on node118 at 2012-06-09 01:44:29
IDJOB=3752927
IDBENCH=78783
IDSOLVER=2336
FILE ID=node118/3752927-1339199069
RUNJOBID= node118-1339184624-11432
PBS_JOBID= 14643819
Free space on /tmp= 70788 MiB

SOLVER NAME= npSolver inc-topdown-quickBound
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1110967142--soft-33-100-0.wbo
COMMAND LINE= DIR/npSolver-wbo-Itdqb.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3752927-1339199069/watcher-3752927-1339199069 -o /tmp/evaluation-result-3752927-1339199069/solver-3752927-1339199069 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo-Itdqb.sh HOME/instance-3752927-1339199069.wbo 2123731000 HOME HOME

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

MD5SUM BENCH= fa579923f1914e3dd4bd69a6764b2913
RANDOM SEED=2123731000

node118.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.212
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.42
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.212
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	: 5438.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.212
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.212
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.212
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	: 5320.68
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.212
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.212
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.212
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:       32873844 kB
MemFree:        31308564 kB
Buffers:          320744 kB
Cached:           330140 kB
SwapCached:         6500 kB
Active:           354620 kB
Inactive:         328276 kB
Active(anon):      24556 kB
Inactive(anon):     6640 kB
Active(file):     330064 kB
Inactive(file):   321636 kB
Unevictable:        7380 kB
Mlocked:            7380 kB
SwapTotal:      67108856 kB
SwapFree:       67095476 kB
Dirty:              9528 kB
Writeback:             0 kB
AnonPages:         34496 kB
Mapped:             9876 kB
Shmem:                 0 kB
Slab:             741172 kB
SReclaimable:     180892 kB
SUnreclaim:       560280 kB
KernelStack:        1520 kB
PageTables:         4024 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     148092 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     12288 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70776 MiB
End job on node118 at 2012-06-09 02:14:30