Trace number 3715924

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

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900567985--soft-0-100-0.wbo
MD5SUMe639daae290163b8abe4f9e3cf3dc11c
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark105.4
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables231
Total number of constraints2707
Number of soft constraints2707
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Top cost 136843
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 136842
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 669
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.02	c run usual solver
0.00/0.15	o 755
0.00/0.15	c starting approximation
0.00/0.15	c factor = 2
0.00/0.15	c factor still to low - shrinking to 6.23328
0.00/0.15	c approx number of clauses: 1e+06
0.00/0.15	c current bound: 377
73.97/74.31	c current bound: 377
148.44/148.56	c current bound: 377
222.36/222.72	c current bound: 377
296.33/296.69	c current bound: 377
370.97/371.34	c current bound: 377
445.39/445.52	c current bound: 377
519.17/519.36	c current bound: 377
592.87/593.02	c current bound: 377
664.93/665.36	c current bound: 377
738.94/739.20	c current bound: 377
812.63/812.89	c current bound: 377
885.23/885.42	c current bound: 377
957.89/958.18	c current bound: 377
1031.01/1031.51	c current bound: 377
1104.88/1105.38	c current bound: 377
1177.77/1178.08	c current bound: 377
1251.56/1251.84	c current bound: 377
1323.74/1324.28	c current bound: 377
1398.88/1399.44	c current bound: 377
1471.91/1472.47	c current bound: 377
1546.39/1546.97	c current bound: 377
1619.10/1619.69	c current bound: 377
1691.54/1692.14	c current bound: 377
1765.15/1765.56	c current bound: 377
1800.06/1800.40	./satsolver.sh: line 5: 32166 Terminated              ./glucose $1 > $2 2> /dev/null
1800.06/1800.40	c error: unexpected solver exit code
1800.06/1800.40	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3715924-1338230400/watcher-3715924-1338230400 -o /tmp/evaluation-result-3715924-1338230400/solver-3715924-1338230400 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-Itdqb.sh HOME/instance-3715924-1338230400.wbo 463723875 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.08 1.99 1.91 3/179 31713
/proc/meminfo: memFree=28723904/32873844 swapFree=6856/6856
[pid=31713] ppid=31711 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31713/stat : 31713 (npSolver-wbo-It) S 31711 31713 25271 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 289164936 9367552 275 33554432000 4194304 5064252 140733491835840 140733491834752 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/31713/statm: 2287 275 233 213 0 72 0

[startup+0.0628941 s]
/proc/loadavg: 2.08 1.99 1.91 3/179 31713
/proc/meminfo: memFree=28723904/32873844 swapFree=6856/6856
[pid=31713] ppid=31711 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31713/stat : 31713 (npSolver-wbo-It) S 31711 31713 25271 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 289164936 9367552 275 33554432000 4194304 5064252 140733491835840 140733491834752 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/31713/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100278 s]
/proc/loadavg: 2.08 1.99 1.91 3/179 31713
/proc/meminfo: memFree=28723904/32873844 swapFree=6856/6856
[pid=31713] ppid=31711 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31713/stat : 31713 (npSolver-wbo-It) S 31711 31713 25271 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 289164936 9367552 275 33554432000 4194304 5064252 140733491835840 140733491834752 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/31713/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300261 s]
/proc/loadavg: 2.08 1.99 1.91 3/179 31713
/proc/meminfo: memFree=28723904/32873844 swapFree=6856/6856
[pid=31713] ppid=31711 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31713/stat : 31713 (npSolver-wbo-It) S 31711 31713 25271 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 289164936 9367552 275 33554432000 4194304 5064252 140733491835840 140733491834752 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/31713/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700226 s]
/proc/loadavg: 2.08 1.99 1.91 3/179 31713
/proc/meminfo: memFree=28723904/32873844 swapFree=6856/6856
[pid=31713] ppid=31711 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31713/stat : 31713 (npSolver-wbo-It) S 31711 31713 25271 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 289164936 9367552 275 33554432000 4194304 5064252 140733491835840 140733491834752 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/31713/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50033 s]
/proc/loadavg: 2.08 1.99 1.91 3/184 31737
/proc/meminfo: memFree=28664776/32873844 swapFree=6856/6856
[pid=31713] ppid=31711 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31713/stat : 31713 (npSolver-wbo-It) S 31711 31713 25271 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 289164936 9367552 275 33554432000 4194304 5064252 140733491835840 140733491834752 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/31713/statm: 2287 275 233 213 0 72 0
[pid=31714] ppid=31713 vsize=11956 CPUtime=0.23 cores=0,2,4,6
/proc/31714/stat : 31714 (npSolver-wbo) S 31713 31713 25271 0 -1 4202496 3779 5947 0 0 10 2 9 2 20 0 1 0 289164936 12242944 2123 33554432000 4194304 5990268 140734199665472 140734199656880 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/31714/statm: 2989 2123 175 439 0 2546 0
[pid=31733] ppid=31714 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31733/stat : 31733 (satsolver.sh) S 31714 31713 25271 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 289164961 9367552 267 33554432000 4194304 5064252 140733720790752 140733720789664 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/31733/statm: 2287 267 226 213 0 72 0
[pid=31734] ppid=31733 vsize=48548 CPUtime=1.24 cores=0,2,4,6
/proc/31734/stat : 31734 (glucose) R 31733 31713 25271 0 -1 4202496 10537 0 0 0 122 2 0 0 20 0 1 0 289164961 49713152 11133 33554432000 4194304 5208918 140733432579408 140733432577816 4211656 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/31734/statm: 12137 11133 95 248 0 11886 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 78800

[startup+3.10033 s]
/proc/loadavg: 2.08 1.99 1.91 3/184 31796
/proc/meminfo: memFree=28659704/32873844 swapFree=6856/6856
[pid=31713] ppid=31711 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31713/stat : 31713 (npSolver-wbo-It) S 31711 31713 25271 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 289164936 9367552 275 33554432000 4194304 5064252 140733491835840 140733491834752 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/31713/statm: 2287 275 233 213 0 72 0
[pid=31714] ppid=31713 vsize=11956 CPUtime=0.23 cores=0,2,4,6
/proc/31714/stat : 31714 (npSolver-wbo) S 31713 31713 25271 0 -1 4202496 3779 5947 0 0 10 2 9 2 20 0 1 0 289164936 12242944 2123 33554432000 4194304 5990268 140734199665472 140734199656880 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/31714/statm: 2989 2123 175 439 0 2546 0
[pid=31733] ppid=31714 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31733/stat : 31733 (satsolver.sh) S 31714 31713 25271 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 289164961 9367552 267 33554432000 4194304 5064252 140733720790752 140733720789664 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/31733/statm: 2287 267 226 213 0 72 0
[pid=31734] ppid=31733 vsize=48548 CPUtime=2.84 cores=0,2,4,6
/proc/31734/stat : 31734 (glucose) R 31733 31713 25271 0 -1 4202496 10601 0 0 0 282 2 0 0 20 0 1 0 289164961 49713152 11197 33554432000 4194304 5208918 140733432579408 140733432577816 4211744 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/31734/statm: 12137 11197 95 248 0 11886 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 78800

[startup+6.30033 s]
/proc/loadavg: 2.07 1.99 1.91 3/184 31796
/proc/meminfo: memFree=28623292/32873844 swapFree=6856/6856
[pid=31713] ppid=31711 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31713/stat : 31713 (npSolver-wbo-It) S 31711 31713 25271 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 289164936 9367552 275 33554432000 4194304 5064252 140733491835840 140733491834752 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/31713/statm: 2287 275 233 213 0 72 0
[pid=31714] ppid=31713 vsize=11956 CPUtime=0.23 cores=0,2,4,6
/proc/31714/stat : 31714 (npSolver-wbo) S 31713 31713 25271 0 -1 4202496 3779 5947 0 0 10 2 9 2 20 0 1 0 289164936 12242944 2123 33554432000 4194304 5990268 140734199665472 140734199656880 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/31714/statm: 2989 2123 175 439 0 2546 0
[pid=31733] ppid=31714 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31733/stat : 31733 (satsolver.sh) S 31714 31713 25271 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 289164961 9367552 267 33554432000 4194304 5064252 140733720790752 140733720789664 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/31733/statm: 2287 267 226 213 0 72 0
[pid=31734] ppid=31733 vsize=48548 CPUtime=6.04 cores=0,2,4,6
/proc/31734/stat : 31734 (glucose) R 31733 31713 25271 0 -1 4202496 10715 0 0 0 602 2 0 0 20 0 1 0 289164961 49713152 11311 33554432000 4194304 5208918 140733432579408 140733432577816 4211656 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/31734/statm: 12137 11311 95 248 0 11886 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 78800

[startup+12.7003 s]
/proc/loadavg: 2.07 1.99 1.91 3/184 31796
/proc/meminfo: memFree=28620792/32873844 swapFree=6856/6856
[pid=31713] ppid=31711 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31713/stat : 31713 (npSolver-wbo-It) S 31711 31713 25271 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 289164936 9367552 275 33554432000 4194304 5064252 140733491835840 140733491834752 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/31713/statm: 2287 275 233 213 0 72 0
[pid=31714] ppid=31713 vsize=11956 CPUtime=0.23 cores=0,2,4,6
/proc/31714/stat : 31714 (npSolver-wbo) S 31713 31713 25271 0 -1 4202496 3779 5947 0 0 10 2 9 2 20 0 1 0 289164936 12242944 2123 33554432000 4194304 5990268 140734199665472 140734199656880 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/31714/statm: 2989 2123 175 439 0 2546 0
[pid=31733] ppid=31714 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31733/stat : 31733 (satsolver.sh) S 31714 31713 25271 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 289164961 9367552 267 33554432000 4194304 5064252 140733720790752 140733720789664 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/31733/statm: 2287 267 226 213 0 72 0
[pid=31734] ppid=31733 vsize=52968 CPUtime=12.44 cores=0,2,4,6
/proc/31734/stat : 31734 (glucose) R 31733 31713 25271 0 -1 4202496 10959 0 0 0 1242 2 0 0 20 0 1 0 289164961 54239232 11554 33554432000 4194304 5208918 140733432579408 140733432577560 4211851 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/31734/statm: 13242 11554 95 248 0 12991 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 83220

[startup+25.5003 s]
/proc/loadavg: 2.05 1.99 1.91 3/184 31796
/proc/meminfo: memFree=28619852/32873844 swapFree=6856/6856
[pid=31713] ppid=31711 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31713/stat : 31713 (npSolver-wbo-It) S 31711 31713 25271 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 289164936 9367552 275 33554432000 4194304 5064252 140733491835840 140733491834752 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/31713/statm: 2287 275 233 213 0 72 0
[pid=31714] ppid=31713 vsize=11956 CPUtime=0.23 cores=0,2,4,6
/proc/31714/stat : 31714 (npSolver-wbo) S 31713 31713 25271 0 -1 4202496 3779 5947 0 0 10 2 9 2 20 0 1 0 289164936 12242944 2123 33554432000 4194304 5990268 140734199665472 140734199656880 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/31714/statm: 2989 2123 175 439 0 2546 0
[pid=31733] ppid=31714 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31733/stat : 31733 (satsolver.sh) S 31714 31713 25271 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 289164961 9367552 267 33554432000 4194304 5064252 140733720790752 140733720789664 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/31733/statm: 2287 267 226 213 0 72 0
[pid=31734] ppid=31733 vsize=53100 CPUtime=25.23 cores=0,2,4,6
/proc/31734/stat : 31734 (glucose) R 31733 31713 25271 0 -1 4202496 10995 0 0 0 2521 2 0 0 20 0 1 0 289164961 54374400 12100 33554432000 4194304 5208918 140733432579408 140733432577256 4211540 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/31734/statm: 13275 12100 95 248 0 13024 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 83352

[startup+51.1003 s]
/proc/loadavg: 2.03 1.99 1.91 3/184 31796
/proc/meminfo: memFree=28614560/32873844 swapFree=6856/6856
[pid=31713] ppid=31711 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31713/stat : 31713 (npSolver-wbo-It) S 31711 31713 25271 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 289164936 9367552 275 33554432000 4194304 5064252 140733491835840 140733491834752 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/31713/statm: 2287 275 233 213 0 72 0
[pid=31714] ppid=31713 vsize=11956 CPUtime=0.23 cores=0,2,4,6
/proc/31714/stat : 31714 (npSolver-wbo) S 31713 31713 25271 0 -1 4202496 3779 5947 0 0 10 2 9 2 20 0 1 0 289164936 12242944 2123 33554432000 4194304 5990268 140734199665472 140734199656880 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/31714/statm: 2989 2123 175 439 0 2546 0
[pid=31733] ppid=31714 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31733/stat : 31733 (satsolver.sh) S 31714 31713 25271 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 289164961 9367552 267 33554432000 4194304 5064252 140733720790752 140733720789664 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/31733/statm: 2287 267 226 213 0 72 0
[pid=31734] ppid=31733 vsize=53232 CPUtime=50.83 cores=0,2,4,6
/proc/31734/stat : 31734 (glucose) R 31733 31713 25271 0 -1 4202496 11446 0 0 0 5081 2 0 0 20 0 1 0 289164961 54509568 12361 33554432000 4194304 5208918 140733432579408 140733432577256 4211553 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/31734/statm: 13308 12361 96 248 0 13057 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 83484

[startup+102.306 s]
/proc/loadavg: 2.01 1.99 1.91 3/183 31810
/proc/meminfo: memFree=28601392/32873844 swapFree=6856/6856
[pid=31713] ppid=31711 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31713/stat : 31713 (npSolver-wbo-It) S 31711 31713 25271 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 289164936 9367552 275 33554432000 4194304 5064252 140733491835840 140733491834752 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/31713/statm: 2287 275 233 213 0 72 0
[pid=31714] ppid=31713 vsize=20020 CPUtime=74.36 cores=0,2,4,6
/proc/31714/stat : 31714 (npSolver-wbo) S 31713 31713 25271 0 -1 4202496 5881 23291 0 0 18 3 7398 17 20 0 1 0 289164936 20500480 4390 33554432000 4194304 5990268 140734199665472 140734199656880 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/31714/statm: 5005 4390 176 439 0 4562 0
[pid=31809] ppid=31714 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31809/stat : 31809 (satsolver.sh) S 31714 31713 25271 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 289172376 9367552 267 33554432000 4194304 5064252 140734500176480 140734500175392 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/31809/statm: 2287 267 226 213 0 72 0
[pid=31810] ppid=31809 vsize=53100 CPUtime=27.89 cores=0,2,4,6
/proc/31810/stat : 31810 (glucose) R 31809 31713 25271 0 -1 4202496 10516 0 0 0 2787 2 0 0 20 0 1 0 289172376 54374400 12197 33554432000 4194304 5208918 140735900162432 140735900160280 4211620 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/31810/statm: 13275 12197 95 248 0 13024 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 91416

[startup+162.3 s]
/proc/loadavg: 2.00 1.99 1.91 3/183 31825
/proc/meminfo: memFree=28604040/32873844 swapFree=6856/6856
[pid=31713] ppid=31711 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31713/stat : 31713 (npSolver-wbo-It) S 31711 31713 25271 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 289164936 9367552 275 33554432000 4194304 5064252 140733491835840 140733491834752 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/31713/statm: 2287 275 233 213 0 72 0
[pid=31714] ppid=31713 vsize=20020 CPUtime=148.61 cores=0,2,4,6
/proc/31714/stat : 31714 (npSolver-wbo) S 31713 31713 25271 0 -1 4202496 7983 40916 0 0 26 5 14797 33 20 0 1 0 289164936 20500480 4390 33554432000 4194304 5990268 140734199665472 140734199656880 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/31714/statm: 5005 4390 176 439 0 4562 0
[pid=31824] ppid=31714 vsize=9148 CPUtime=0 cores=0,2,4,6

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


[startup+1362.3 s]
/proc/loadavg: 2.08 2.02 1.93 3/183 32088
/proc/meminfo: memFree=28601808/32873844 swapFree=6856/6856
[pid=31713] ppid=31711 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31713/stat : 31713 (npSolver-wbo-It) S 31711 31713 25271 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 289164936 9367552 275 33554432000 4194304 5064252 140733491835840 140733491834752 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/31713/statm: 2287 275 233 213 0 72 0
[pid=31714] ppid=31713 vsize=20020 CPUtime=1324.12 cores=0,2,4,6
/proc/31714/stat : 31714 (npSolver-wbo) S 31713 31713 25271 0 -1 4202496 41615 322135 0 0 154 25 131955 278 20 0 1 0 289164936 20500480 4390 33554432000 4194304 5990268 140734199665472 140734199656880 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/31714/statm: 5005 4390 176 439 0 4562 0
[pid=32079] ppid=31714 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32079/stat : 32079 (satsolver.sh) S 31714 31713 25271 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 289297374 9367552 267 33554432000 4194304 5064252 140736388198512 140736388197424 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/32079/statm: 2287 267 226 213 0 72 0
[pid=32080] ppid=32079 vsize=53100 CPUtime=37.91 cores=0,2,4,6
/proc/32080/stat : 32080 (glucose) R 32079 31713 25271 0 -1 4202496 11560 0 0 0 3788 3 0 0 20 0 1 0 289297374 54374400 11746 33554432000 4194304 5208918 140736127123296 140736127121448 4211553 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/32080/statm: 13275 11746 96 248 0 13024 0
Current children cumulated CPU time (s) 1362.03
Current children cumulated vsize (KiB) 91416

[startup+1422.31 s]
/proc/loadavg: 2.03 2.01 1.93 3/183 32102
/proc/meminfo: memFree=28603012/32873844 swapFree=6856/6856
[pid=31713] ppid=31711 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31713/stat : 31713 (npSolver-wbo-It) S 31711 31713 25271 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 289164936 9367552 275 33554432000 4194304 5064252 140733491835840 140733491834752 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/31713/statm: 2287 275 233 213 0 72 0
[pid=31714] ppid=31713 vsize=20020 CPUtime=1399.27 cores=0,2,4,6
/proc/31714/stat : 31714 (npSolver-wbo) S 31713 31713 25271 0 -1 4202496 43717 340368 0 0 162 27 139444 294 20 0 1 0 289164936 20500480 4390 33554432000 4194304 5990268 140734199665472 140734199656880 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/31714/statm: 5005 4390 176 439 0 4562 0
[pid=32094] ppid=31714 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32094/stat : 32094 (satsolver.sh) S 31714 31713 25271 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 289304889 9367552 266 33554432000 4194304 5064252 140734114507760 140734114506672 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/32094/statm: 2287 266 226 213 0 72 0
[pid=32095] ppid=32094 vsize=53096 CPUtime=22.75 cores=0,2,4,6
/proc/32095/stat : 32095 (glucose) R 32094 31713 25271 0 -1 4202496 11420 0 0 0 2273 2 0 0 20 0 1 0 289304889 54370304 12107 33554432000 4194304 5208918 140736648389456 140736648387304 4211744 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/32095/statm: 13274 12107 95 248 0 13023 0
Current children cumulated CPU time (s) 1422.02
Current children cumulated vsize (KiB) 91412

[startup+1482.3 s]
/proc/loadavg: 2.07 2.03 1.94 3/183 32109
/proc/meminfo: memFree=28594448/32873844 swapFree=6856/6856
[pid=31713] ppid=31711 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31713/stat : 31713 (npSolver-wbo-It) S 31711 31713 25271 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 289164936 9367552 275 33554432000 4194304 5064252 140733491835840 140733491834752 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/31713/statm: 2287 275 233 213 0 72 0
[pid=31714] ppid=31713 vsize=20020 CPUtime=1472.29 cores=0,2,4,6
/proc/31714/stat : 31714 (npSolver-wbo) S 31713 31713 25271 0 -1 4202496 45819 358452 0 0 170 28 146719 312 20 0 1 0 289164936 20500480 4390 33554432000 4194304 5990268 140734199665472 140734199656880 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/31714/statm: 5005 4390 176 439 0 4562 0
[pid=32108] ppid=31714 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32108/stat : 32108 (satsolver.sh) S 31714 31713 25271 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 289312193 9367552 266 33554432000 4194304 5064252 140735128698224 140735128697136 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/32108/statm: 2287 266 226 213 0 72 0
[pid=32109] ppid=32108 vsize=52964 CPUtime=9.71 cores=0,2,4,6
/proc/32109/stat : 32109 (glucose) R 32108 31713 25271 0 -1 4202496 11063 0 0 0 970 1 0 0 20 0 1 0 289312193 54235136 11148 33554432000 4194304 5208918 140736098016528 140736098014680 4211635 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/32109/statm: 13241 11148 95 248 0 12990 0
Current children cumulated CPU time (s) 1482
Current children cumulated vsize (KiB) 91280

[startup+1542.3 s]
/proc/loadavg: 2.02 2.02 1.94 3/183 32116
/proc/meminfo: memFree=28595708/32873844 swapFree=6856/6856
[pid=31713] ppid=31711 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31713/stat : 31713 (npSolver-wbo-It) S 31711 31713 25271 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 289164936 9367552 275 33554432000 4194304 5064252 140733491835840 140733491834752 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/31713/statm: 2287 275 233 213 0 72 0
[pid=31714] ppid=31713 vsize=20020 CPUtime=1472.29 cores=0,2,4,6
/proc/31714/stat : 31714 (npSolver-wbo) S 31713 31713 25271 0 -1 4202496 45819 358452 0 0 170 28 146719 312 20 0 1 0 289164936 20500480 4390 33554432000 4194304 5990268 140734199665472 140734199656880 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/31714/statm: 5005 4390 176 439 0 4562 0
[pid=32108] ppid=31714 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32108/stat : 32108 (satsolver.sh) S 31714 31713 25271 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 289312193 9367552 266 33554432000 4194304 5064252 140735128698224 140735128697136 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/32108/statm: 2287 266 226 213 0 72 0
[pid=32109] ppid=32108 vsize=60592 CPUtime=69.7 cores=0,2,4,6
/proc/32109/stat : 32109 (glucose) R 32108 31713 25271 0 -1 4202496 12994 0 0 0 6968 2 0 0 20 0 1 0 289312193 62046208 12597 33554432000 4194304 5208918 140736098016528 140736098014472 4211501 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/32109/statm: 15148 12597 96 248 0 14897 0
Current children cumulated CPU time (s) 1541.99
Current children cumulated vsize (KiB) 98908

[startup+1602.3 s]
/proc/loadavg: 2.01 2.02 1.94 3/183 32130
/proc/meminfo: memFree=28596764/32873844 swapFree=6856/6856
[pid=31713] ppid=31711 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31713/stat : 31713 (npSolver-wbo-It) S 31711 31713 25271 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 289164936 9367552 275 33554432000 4194304 5064252 140733491835840 140733491834752 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/31713/statm: 2287 275 233 213 0 72 0
[pid=31714] ppid=31713 vsize=20020 CPUtime=1546.78 cores=0,2,4,6
/proc/31714/stat : 31714 (npSolver-wbo) S 31713 31713 25271 0 -1 4202496 47921 376038 0 0 179 29 154143 327 20 0 1 0 289164936 20500480 4390 33554432000 4194304 5990268 140734199665472 140734199656880 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/31714/statm: 5005 4390 176 439 0 4562 0
[pid=32122] ppid=31714 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32122/stat : 32122 (satsolver.sh) S 31714 31713 25271 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 289319642 9367552 267 33554432000 4194304 5064252 140735450622432 140735450621344 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/32122/statm: 2287 267 226 213 0 72 0
[pid=32123] ppid=32122 vsize=53360 CPUtime=55.21 cores=0,2,4,6
/proc/32123/stat : 32123 (glucose) R 32122 31713 25271 0 -1 4202496 11481 0 0 0 5519 2 0 0 20 0 1 0 289319642 54640640 12589 33554432000 4194304 5208918 140734686411088 140734686408936 4211744 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/32123/statm: 13340 12589 96 248 0 13089 0
Current children cumulated CPU time (s) 1601.99
Current children cumulated vsize (KiB) 91676

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 1.94 3/183 32145
/proc/meminfo: memFree=28600748/32873844 swapFree=6856/6856
[pid=31713] ppid=31711 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31713/stat : 31713 (npSolver-wbo-It) S 31711 31713 25271 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 289164936 9367552 275 33554432000 4194304 5064252 140733491835840 140733491834752 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/31713/statm: 2287 275 233 213 0 72 0
[pid=31714] ppid=31713 vsize=20020 CPUtime=1619.48 cores=0,2,4,6
/proc/31714/stat : 31714 (npSolver-wbo) S 31713 31713 25271 0 -1 4202496 50023 392776 0 0 186 30 161390 342 20 0 1 0 289164936 20500480 4390 33554432000 4194304 5990268 140734199665472 140734199656880 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/31714/statm: 5005 4390 176 439 0 4562 0
[pid=32136] ppid=31714 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32136/stat : 32136 (satsolver.sh) S 31714 31713 25271 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 289326914 9367552 266 33554432000 4194304 5064252 140734921708144 140734921707056 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/32136/statm: 2287 266 226 213 0 72 0
[pid=32137] ppid=32136 vsize=53232 CPUtime=42.5 cores=0,2,4,6
/proc/32137/stat : 32137 (glucose) R 32136 31713 25271 0 -1 4202496 11925 0 0 0 4248 2 0 0 20 0 1 0 289326914 54509568 11977 33554432000 4194304 5208918 140737413015152 140737413013000 4211584 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/32137/statm: 13308 11977 96 248 0 13057 0
Current children cumulated CPU time (s) 1661.98
Current children cumulated vsize (KiB) 91548

[startup+1722.3 s]
/proc/loadavg: 2.08 2.02 1.94 3/183 32159
/proc/meminfo: memFree=28605972/32873844 swapFree=6856/6856
[pid=31713] ppid=31711 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31713/stat : 31713 (npSolver-wbo-It) S 31711 31713 25271 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 289164936 9367552 275 33554432000 4194304 5064252 140733491835840 140733491834752 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/31713/statm: 2287 275 233 213 0 72 0
[pid=31714] ppid=31713 vsize=20020 CPUtime=1691.92 cores=0,2,4,6
/proc/31714/stat : 31714 (npSolver-wbo) S 31713 31713 25271 0 -1 4202496 52125 410220 0 0 194 32 168610 356 20 0 1 0 289164936 20500480 4390 33554432000 4194304 5990268 140734199665472 140734199656880 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/31714/statm: 5005 4390 176 439 0 4562 0
[pid=32151] ppid=31714 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32151/stat : 32151 (satsolver.sh) S 31714 31713 25271 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 289334159 9367552 266 33554432000 4194304 5064252 140734637035152 140734637034064 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/32151/statm: 2287 266 226 213 0 72 0
[pid=32152] ppid=32151 vsize=48676 CPUtime=30.04 cores=0,2,4,6
/proc/32152/stat : 32152 (glucose) R 32151 31713 25271 0 -1 4202496 12065 0 0 0 3003 1 0 0 20 0 1 0 289334160 49844224 10974 33554432000 4194304 5208918 140736453755120 140736453753208 4211656 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/32152/statm: 12169 10974 96 248 0 11918 0
Current children cumulated CPU time (s) 1721.96
Current children cumulated vsize (KiB) 86992

[startup+1782.3 s]
/proc/loadavg: 2.03 2.02 1.94 3/182 32173
/proc/meminfo: memFree=28603536/32873844 swapFree=6856/6856
[pid=31713] ppid=31711 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31713/stat : 31713 (npSolver-wbo-It) S 31711 31713 25271 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 289164936 9367552 275 33554432000 4194304 5064252 140733491835840 140733491834752 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/31713/statm: 2287 275 233 213 0 72 0
[pid=31714] ppid=31713 vsize=20020 CPUtime=1765.33 cores=0,2,4,6
/proc/31714/stat : 31714 (npSolver-wbo) S 31713 31713 25271 0 -1 4202496 54227 428799 0 0 202 34 175926 371 20 0 1 0 289164936 20500480 4390 33554432000 4194304 5990268 140734199665472 140734199656880 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/31714/statm: 5005 4390 176 439 0 4562 0
[pid=32165] ppid=31714 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32165/stat : 32165 (satsolver.sh) S 31714 31713 25271 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 289341501 9367552 267 33554432000 4194304 5064252 140735584235248 140735584234160 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/32165/statm: 2287 267 226 213 0 72 0
[pid=32166] ppid=32165 vsize=53104 CPUtime=16.63 cores=0,2,4,6
/proc/32166/stat : 32166 (glucose) R 32165 31713 25271 0 -1 4202496 11235 0 0 0 1661 2 0 0 20 0 1 0 289341501 54378496 11829 33554432000 4194304 5208918 140737292035760 140737292033608 4211553 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/32166/statm: 13276 11829 95 248 0 13025 0
Current children cumulated CPU time (s) 1781.96
Current children cumulated vsize (KiB) 91420



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.02 2.02 1.94 3/183 32176
/proc/meminfo: memFree=28605232/32873844 swapFree=6856/6856
[pid=31713] ppid=31711 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31713/stat : 31713 (npSolver-wbo-It) S 31711 31713 25271 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 289164936 9367552 275 33554432000 4194304 5064252 140733491835840 140733491834752 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/31713/statm: 2287 275 233 213 0 72 0
[pid=31714] ppid=31713 vsize=20020 CPUtime=1765.33 cores=0,2,4,6
/proc/31714/stat : 31714 (npSolver-wbo) S 31713 31713 25271 0 -1 4202496 54227 428799 0 0 202 34 175926 371 20 0 1 0 289164936 20500480 4390 33554432000 4194304 5990268 140734199665472 140734199656880 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/31714/statm: 5005 4390 176 439 0 4562 0
[pid=32165] ppid=31714 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32165/stat : 32165 (satsolver.sh) S 31714 31713 25271 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 289341501 9367552 267 33554432000 4194304 5064252 140735584235248 140735584234160 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/32165/statm: 2287 267 226 213 0 72 0
[pid=32166] ppid=32165 vsize=53104 CPUtime=34.73 cores=0,2,4,6
/proc/32166/stat : 32166 (glucose) R 32165 31713 25271 0 -1 4202496 11525 0 0 0 3471 2 0 0 20 0 1 0 289341501 54378496 11417 33554432000 4194304 5208918 140737292035760 140737292033912 4211553 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/32166/statm: 13276 11417 96 248 0 13025 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 91420

Sending SIGTERM to process tree (bottom up)

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

Child status: 0
Real time (s): 1800.41
CPU time (s): 1800.09
CPU user time (s): 1796.01
CPU system time (s): 4.08138
CPU usage (%): 99.9822
Max. virtual memory (cumulated for all children) (KiB): 98916

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.01
system time used= 4.08138
maximum resident set size= 57700
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 495541
page faults= 0
swaps= 0
block input operations= 0
block output operations= 360000
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7359
involuntary context switches= 2097

runsolver used 2.82257 second user time and 7.02793 second system time

The end

Launcher Data

Begin job on node144 at 2012-05-28 20:40:00
IDJOB=3715924
IDBENCH=79259
IDSOLVER=2297
FILE ID=node144/3715924-1338230400
RUNJOBID= node144-1338226780-25287
PBS_JOBID= 14624625
Free space on /tmp= 71464 MiB

SOLVER NAME= npSolver inc-topdown-quickBound
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900567985--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-3715924-1338230400/watcher-3715924-1338230400 -o /tmp/evaluation-result-3715924-1338230400/solver-3715924-1338230400 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo-Itdqb.sh HOME/instance-3715924-1338230400.wbo 463723875 HOME HOME

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

MD5SUM BENCH= e639daae290163b8abe4f9e3cf3dc11c
RANDOM SEED=463723875

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28724276 kB
Buffers:          561332 kB
Cached:          2700280 kB
SwapCached:            0 kB
Active:          1109752 kB
Inactive:        2189608 kB
Active(anon):      32780 kB
Inactive(anon):        0 kB
Active(file):    1076972 kB
Inactive(file):  2189608 kB
Unevictable:        6856 kB
Mlocked:            6856 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              9688 kB
Writeback:             0 kB
AnonPages:         45224 kB
Mapped:            15520 kB
Shmem:               200 kB
Slab:             710980 kB
SReclaimable:     151988 kB
SUnreclaim:       558992 kB
KernelStack:        1520 kB
PageTables:         4372 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     147048 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= 71444 MiB
End job on node144 at 2012-05-28 21:10:01