Trace number 3459263

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
Sat4j Resolution 2.3.0SAT 27.1619 26.438

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900559416.opb
MD5SUM5ce966422ddfb6c88d2a1f1dfd1b951a
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark1.80872
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables231
Total number of 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
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 647
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version 2.3.1.v20110525
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.18-164.el5
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		12995394264
0.00/0.09	c Max memory 		13063553024
0.00/0.09	c Total memory 		13063553024
0.00/0.09	c Number of processors 	8
0.00/0.11	c Pseudo Boolean Optimization
0.00/0.11	c --- Begin Solver configuration ---
0.00/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@13d4c61c
0.00/0.11	c Learn all clauses as in MiniSAT
0.00/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.00/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.00/0.11	c Expensive reason simplification
0.00/0.11	c Armin Biere (Picosat) restarts strategy
0.00/0.11	c Glucose learned constraints deletion strategy
0.00/0.11	c timeout=2147483s
0.00/0.11	c DB Simplification allowed=false
0.00/0.11	c --- End Solver configuration ---
0.00/0.11	c solving HOME/instance-3459263-1307135619.opb
0.00/0.11	c reading problem ... 
0.26/0.29	c ... done. Wall clock time 0.182s.
0.26/0.29	c #vars     231
0.26/0.29	c #constraints  2707
0.26/0.29	c constraints type 
0.26/0.30	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2442
0.26/0.30	c org.sat4j.minisat.constraints.card.MinWatchCard => 22
0.26/0.30	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 242
0.26/0.30	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
1.06/0.68	c cleaning 2497 clauses out of 5000 with flag 5000/5000
1.46/0.97	c cleaning 4250 clauses out of 8504 with flag 11001/11001
1.88/1.33	c cleaning 5623 clauses out of 11253 with flag 18000/18000
2.28/1.75	c cleaning 6811 clauses out of 13631 with flag 26001/26001
2.84/2.26	c cleaning 7905 clauses out of 15820 with flag 35001/35001
3.42/2.88	c cleaning 8946 clauses out of 17918 with flag 45004/45004
4.04/3.42	c cleaning 9482 clauses out of 18971 with flag 55003/55003
4.52/3.98	c cleaning 9740 clauses out of 19489 with flag 65003/65003
5.14/4.59	c cleaning 9868 clauses out of 19746 with flag 75000/75000
5.72/5.15	c cleaning 9936 clauses out of 19879 with flag 85001/85001
6.32/5.71	c cleaning 9964 clauses out of 19942 with flag 95000/95000
6.82/6.24	c cleaning 9982 clauses out of 19979 with flag 105001/105001
7.42/6.83	c cleaning 9992 clauses out of 19996 with flag 115000/115000
7.93/7.32	c cleaning 9997 clauses out of 20004 with flag 125000/125000
8.45/7.85	c cleaning 9995 clauses out of 20008 with flag 135001/135001
8.94/8.39	c cleaning 9997 clauses out of 20012 with flag 145000/145000
9.46/8.90	c cleaning 10004 clauses out of 20015 with flag 155000/155000
9.94/9.40	c cleaning 10001 clauses out of 20013 with flag 165002/165002
10.57/9.93	c cleaning 10000 clauses out of 20010 with flag 175000/175000
11.05/10.42	c cleaning 10000 clauses out of 20010 with flag 185000/185000
11.55/10.91	c cleaning 10002 clauses out of 20010 with flag 195000/195000
12.05/11.40	c cleaning 9998 clauses out of 20009 with flag 205001/205001
12.46/11.89	c cleaning 9998 clauses out of 20011 with flag 215001/215001
12.96/12.39	c cleaning 10003 clauses out of 20015 with flag 225003/225003
13.46/12.89	c cleaning 10000 clauses out of 20010 with flag 235001/235001
13.98/13.35	c cleaning 10002 clauses out of 20010 with flag 245001/245001
14.46/13.83	c cleaning 10000 clauses out of 20007 with flag 255000/255000
14.86/14.31	c cleaning 9999 clauses out of 20008 with flag 265001/265001
15.47/14.81	c cleaning 10001 clauses out of 20012 with flag 275004/275004
15.97/15.33	c cleaning 9998 clauses out of 20007 with flag 285000/285000
16.47/15.83	c cleaning 9999 clauses out of 20011 with flag 295002/295002
16.97/16.38	c cleaning 10003 clauses out of 20013 with flag 305003/305003
17.57/16.94	c cleaning 9999 clauses out of 20009 with flag 315002/315002
18.08/17.44	c cleaning 10002 clauses out of 20009 with flag 325001/325001
18.58/17.93	c cleaning 10000 clauses out of 20009 with flag 335003/335003
19.08/18.43	c cleaning 9999 clauses out of 20009 with flag 345003/345003
19.58/18.92	c cleaning 10000 clauses out of 20008 with flag 355001/355001
20.08/19.43	c cleaning 9998 clauses out of 20007 with flag 365000/365000
20.60/19.95	c cleaning 10000 clauses out of 20009 with flag 375000/375000
21.08/20.48	c cleaning 9997 clauses out of 20009 with flag 385000/385000
21.71/21.02	c cleaning 10001 clauses out of 20014 with flag 395002/395002
22.19/21.54	c cleaning 10002 clauses out of 20012 with flag 405001/405001
22.71/22.06	c cleaning 9999 clauses out of 20009 with flag 415000/415000
23.19/22.57	c cleaning 10004 clauses out of 20011 with flag 425001/425001
23.69/23.11	c cleaning 9998 clauses out of 20007 with flag 435001/435001
24.30/23.64	c cleaning 9996 clauses out of 20009 with flag 445001/445001
24.80/24.19	c cleaning 9987 clauses out of 20012 with flag 455000/455000
25.40/24.74	c cleaning 10008 clauses out of 20026 with flag 465001/465001
25.90/25.28	c cleaning 10001 clauses out of 20018 with flag 475001/475001
26.40/25.76	c cleaning 10005 clauses out of 20016 with flag 485000/485000
26.91/26.28	c cleaning 10004 clauses out of 20013 with flag 495002/495002
27.13/26.42	c starts		: 152
27.13/26.42	c conflicts		: 498068
27.13/26.42	c decisions		: 712681
27.13/26.42	c propagations		: 24266286
27.13/26.42	c inspects		: 257946170
27.13/26.42	c shortcuts		: 0
27.13/26.42	c learnt literals	: 0
27.13/26.42	c learnt binary clauses	: 0
27.13/26.42	c learnt ternary clauses	: 123
27.13/26.42	c learnt constraints	: 498068
27.13/26.42	c ignored constraints	: 0
27.13/26.42	c root simplifications	: 0
27.13/26.42	c removed literals (reason simplification)	: 2359865
27.13/26.42	c reason swapping (by a shorter reason)	: 0
27.13/26.42	c Calls to reduceDB	: 51
27.13/26.42	c number of reductions to clauses (during analyze)	: 0
27.13/26.42	c number of learned constraints concerned by reduction	: 0
27.13/26.42	c number of learning phase by resolution	: 0
27.13/26.42	c number of learning phase by cutting planes	: 0
27.13/26.42	c speed (assignments/second)	: 928853.052631579
27.13/26.42	c non guided choices	184
27.13/26.43	c learnt constraints type 
27.13/26.43	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 13075
27.13/26.43	c constraints type 
27.13/26.43	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2442
27.13/26.43	c org.sat4j.minisat.constraints.card.MinWatchCard => 22
27.13/26.43	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 242
27.13/26.43	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
27.13/26.43	s SATISFIABLE
27.13/26.43	v -x1 -x2 -x3 -x4 -x5 -x6 x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 x33 -x34 x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 x83 -x84 -x85 -x86 -x87 -x88 x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 x130 -x131 -x132 -x133 -x134 x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 x165 -x166 -x167 -x168 -x169 -x170 -x171 x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 -x187 -x188 x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 -x197 x198 -x199 -x200 -x201 -x202 -x203 -x204 -x205 -x206 -x207 -x208 -x209 -x210 x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 x219 -x220 -x221 -x222 x223 -x224 -x225 -x226 -x227 -x228 -x229 -x230 -x231 
27.13/26.43	c Total wall clock time (in seconds): 26.316

Verifier Data

OK	0

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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-3459263-1307135619/watcher-3459263-1307135619 -o /tmp/evaluation-result-3459263-1307135619/solver-3459263-1307135619 -C 1800 -W 1900 -M 15500 java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3459263-1307135619.opb 

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.07 2.04 2.19 3/590 27776
/proc/meminfo: memFree=31801084/32950928 swapFree=43925852/67111528
[pid=27776] ppid=27774 vsize=13526316 CPUtime=0 cores=0,2,4,6
/proc/27776/stat : 27776 (java) S 27774 27776 24211 0 -1 4202496 6164 0 1 0 0 0 0 0 25 0 2 0 825160740 13850947584 5866 33554432000 1073741824 1073778376 140734325668928 18446744073709551615 268284491749 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0
/proc/27776/statm: 3381579 5878 917 9 0 3372735 0
[pid=27776/tid=27777] ppid=27774 vsize=13526316 CPUtime=0 cores=0,2,4,6
/proc/27776/task/27777/stat : 27777 (java) R 27774 27776 24211 0 -1 4202560 5379 0 1 0 0 0 0 0 25 0 2 0 825160741 13850947584 6195 33554432000 1073741824 1073778376 140734325668928 18446744073709551615 268272383035 0 4 0 16784584 0 0 0 -1 2 0 0 0

[startup+0.121732 s]
/proc/loadavg: 2.07 2.04 2.19 3/590 27776
/proc/meminfo: memFree=31801084/32950928 swapFree=43925852/67111528
[pid=27776] ppid=27774 vsize=13622404 CPUtime=0.12 cores=0,2,4,6
/proc/27776/stat : 27776 (java) S 27774 27776 24211 0 -1 4202496 15851 0 1 0 10 2 0 0 25 0 18 0 825160740 13949341696 15479 33554432000 1073741824 1073778376 140734325668928 18446744073709551615 268284491749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/27776/statm: 3405601 15480 2133 9 0 3396335 0
[pid=27776/tid=27777] ppid=27774 vsize=13622404 CPUtime=0.1 cores=0,2,4,6
/proc/27776/task/27777/stat : 27777 (java) R 27774 27776 24211 0 -1 4202560 13816 0 1 0 8 2 0 0 25 0 18 0 825160741 13949341696 15480 33554432000 1073741824 1073778376 140734325668928 18446744073709551615 47646594391102 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 13622404

[startup+0.20083 s]
/proc/loadavg: 2.07 2.04 2.19 3/590 27776
/proc/meminfo: memFree=31801084/32950928 swapFree=43925852/67111528
[pid=27776] ppid=27774 vsize=13623012 CPUtime=0.26 cores=0,2,4,6
/proc/27776/stat : 27776 (java) S 27774 27776 24211 0 -1 4202496 16486 0 1 0 23 3 0 0 25 0 18 0 825160740 13949964288 16114 33554432000 1073741824 1073778376 140734325668928 18446744073709551615 268284491749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/27776/statm: 3405753 16114 2170 9 0 3396487 0
[pid=27776/tid=27777] ppid=27774 vsize=13623012 CPUtime=0.18 cores=0,2,4,6
/proc/27776/task/27777/stat : 27777 (java) R 27774 27776 24211 0 -1 4202560 14253 0 1 0 16 2 0 0 25 0 18 0 825160741 13949964288 16114 33554432000 1073741824 1073778376 140734325668928 18446744073709551615 46912505179462 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 13623012

[startup+0.341341 s]
/proc/loadavg: 2.07 2.04 2.19 3/590 27776
/proc/meminfo: memFree=31801084/32950928 swapFree=43925852/67111528
[pid=27776] ppid=27774 vsize=13626768 CPUtime=0.59 cores=0,2,4,6
/proc/27776/stat : 27776 (java) S 27774 27776 24211 0 -1 4202496 19437 0 1 0 56 3 0 0 25 0 19 0 825160740 13953810432 18220 33554432000 1073741824 1073778376 140734325668928 18446744073709551615 268284491749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/27776/statm: 3406692 18264 2211 9 0 3397426 0
[pid=27776/tid=27777] ppid=27774 vsize=13626768 CPUtime=0.32 cores=0,2,4,6
/proc/27776/task/27777/stat : 27777 (java) R 27774 27776 24211 0 -1 4202560 15466 0 1 0 30 2 0 0 25 0 19 0 825160741 13953810432 18264 33554432000 1073741824 1073778376 140734325668928 18446744073709551615 46912505217127 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 13626768

[startup+0.700741 s]
/proc/loadavg: 2.07 2.04 2.19 3/590 27776
/proc/meminfo: memFree=31801084/32950928 swapFree=43925852/67111528
[pid=27776] ppid=27774 vsize=13626528 CPUtime=1.22 cores=0,2,4,6
/proc/27776/stat : 27776 (java) S 27774 27776 24211 0 -1 4202496 21509 0 1 0 118 4 0 0 25 0 19 0 825160740 13953564672 19221 33554432000 1073741824 1073778376 140734325668928 18446744073709551615 268284491749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/27776/statm: 3406632 19221 2251 9 0 3397366 0
[pid=27776/tid=27777] ppid=27774 vsize=13626528 CPUtime=0.67 cores=0,2,4,6
/proc/27776/task/27777/stat : 27777 (java) R 27774 27776 24211 0 -1 4202560 15762 0 1 0 64 3 0 0 25 0 19 0 825160741 13953564672 19221 33554432000 1073741824 1073778376 140734325668928 18446744073709551615 46912505679830 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 13626528

[startup+1.50071 s]
/proc/loadavg: 2.39 2.11 2.21 3/609 27795
/proc/meminfo: memFree=31729392/32950928 swapFree=43925852/67111528
[pid=27776] ppid=27774 vsize=13626528 CPUtime=2.08 cores=0,2,4,6
/proc/27776/stat : 27776 (java) S 27774 27776 24211 0 -1 4202496 22951 0 1 0 204 4 0 0 25 0 19 0 825160740 13953564672 19789 33554432000 1073741824 1073778376 140734325668928 18446744073709551615 268284491749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/27776/statm: 3406632 19789 2251 9 0 3397366 0
[pid=27776/tid=27777] ppid=27774 vsize=13626528 CPUtime=1.44 cores=0,2,4,6
/proc/27776/task/27777/stat : 27777 (java) R 27774 27776 24211 0 -1 4202560 15764 0 1 0 141 3 0 0 25 0 19 0 825160741 13953564672 19789 33554432000 1073741824 1073778376 140734325668928 18446744073709551615 46912505638183 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=27776/tid=27779] ppid=27774 vsize=13626528 CPUtime=0 cores=0,2,4,6
/proc/27776/task/27779/stat : 27779 (java) S 27774 27776 24211 0 -1 4202560 128 0 0 0 0 0 0 0 15 0 19 0 825160743 13953564672 19789 33554432000 1073741824 1073778376 140734325668928 18446744073709551615 268284504985 0 4 0 16800975 18446604443700697792 0 0 -1 0 0 0 0
[pid=27776/tid=27780] ppid=27774 vsize=13626528 CPUtime=0 cores=0,2,4,6
/proc/27776/task/27780/stat : 27780 (java) S 27774 27776 24211 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 825160743 13953564672 19789 33554432000 1073741824 1073778376 140734325668928 18446744073709551615 268284504985 0 4 0 16800975 18446604443700697792 0 0 -1 6 0 0 0
[pid=27776/tid=27781] ppid=27774 vsize=13626528 CPUtime=0 cores=0,2,4,6
/proc/27776/task/27781/stat : 27781 (java) S 27774 27776 24211 0 -1 4202560 14 0 0 0 0 0 0 0 15 0 19 0 825160743 13953564672 19789 33554432000 1073741824 1073778376 140734325668928 18446744073709551615 268284504985 0 4 0 16800975 18446604443700697792 0 0 -1 6 0 0 0
[pid=27776/tid=27782] ppid=27774 vsize=13626528 CPUtime=0 cores=0,2,4,6
/proc/27776/task/27782/stat : 27782 (java) S 27774 27776 24211 0 -1 4202560 78 0 0 0 0 0 0 0 15 0 19 0 825160743 13953564672 19789 33554432000 1073741824 1073778376 140734325668928 18446744073709551615 268284504985 0 4 0 16800975 18446604443700697792 0 0 -1 6 0 0 0
[pid=27776/tid=27783] ppid=27774 vsize=13626528 CPUtime=0 cores=0,2,4,6
/proc/27776/task/27783/stat : 27783 (java) S 27774 27776 24211 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 19 0 825160743 13953564672 19789 33554432000 1073741824 1073778376 140734325668928 18446744073709551615 268284504985 0 4 0 16800975 18446604443700697792 0 0 -1 0 0 0 0
[pid=27776/tid=27784] ppid=27774 vsize=13626528 CPUtime=0 cores=0,2,4,6
/proc/27776/task/27784/stat : 27784 (java) S 27774 27776 24211 0 -1 4202560 96 0 0 0 0 0 0 0 15 0 19 0 825160743 13953564672 19789 33554432000 1073741824 1073778376 140734325668928 18446744073709551615 268284504985 0 4 0 16800975 18446604443700697792 0 0 -1 4 0 0 0
[pid=27776/tid=27785] ppid=27774 vsize=13626528 CPUtime=0 cores=0,2,4,6
/proc/27776/task/27785/stat : 27785 (java) S 27774 27776 24211 0 -1 4202560 149 0 0 0 0 0 0 0 16 0 19 0 825160744 13953564672 19789 33554432000 1073741824 1073778376 140734325668928 18446744073709551615 268284504985 0 4 0 16800975 18446604443700697792 0 0 -1 0 0 0 0
[pid=27776/tid=27786] ppid=27774 vsize=13626528 CPUtime=0 cores=0,2,4,6
/proc/27776/task/27786/stat : 27786 (java) S 27774 27776 24211 0 -1 4202560 60 0 0 0 0 0 0 0 15 0 19 0 825160744 13953564672 19789 33554432000 1073741824 1073778376 140734325668928 18446744073709551615 268284504985 0 4 0 16800975 18446604443700697792 0 0 -1 6 0 0 0
[pid=27776/tid=27787] ppid=27774 vsize=13626528 CPUtime=0.03 cores=0,2,4,6
/proc/27776/task/27787/stat : 27787 (java) S 27774 27776 24211 0 -1 4202560 478 0 0 0 3 0 0 0 16 0 19 0 825160745 13953564672 19789 33554432000 1073741824 1073778376 140734325668928 18446744073709551615 268284505600 0 0 0 16800975 18446604443700697792 0 0 -1 2 0 0 0
[pid=27776/tid=27788] ppid=27774 vsize=13626528 CPUtime=0 cores=0,2,4,6
/proc/27776/task/27788/stat : 27788 (java) S 27774 27776 24211 0 -1 4202560 16 0 0 0 0 0 0 0 19 0 19 0 825160745 13953564672 19789 33554432000 1073741824 1073778376 140734325668928 18446744073709551615 268284504985 0 4 0 16800975 18446604443700697792 0 0 -1 2 0 0 0
[pid=27776/tid=27789] ppid=27774 vsize=13626528 CPUtime=0 cores=0,2,4,6
/proc/27776/task/27789/stat : 27789 (java) S 27774 27776 24211 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 825160745 13953564672 19789 33554432000 1073741824 1073778376 140734325668928 18446744073709551615 268284504985 0 4 0 16800975 18446604443700697792 0 0 -1 2 0 0 0
[pid=27776/tid=27790] ppid=27774 vsize=13626528 CPUtime=0 cores=0,2,4,6
/proc/27776/task/27790/stat : 27790 (java) S 27774 27776 24211 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 825160747 13953564672 19789 33554432000 1073741824 1073778376 140734325668928 18446744073709551615 268284512689 0 4 0 16800975 18446604443700697792 0 0 -1 2 0 0 0
[pid=27776/tid=27791] ppid=27774 vsize=13626528 CPUtime=0.28 cores=0,2,4,6
/proc/27776/task/27791/stat : 27791 (java) S 27774 27776 24211 0 -1 4202560 2794 0 0 0 28 0 0 0 15 0 19 0 825160747 13953564672 19789 33554432000 1073741824 1073778376 140734325668928 18446744073709551615 268284504985 0 4 0 16800975 18446604443700697792 0 0 -1 4 0 0 0
[pid=27776/tid=27792] ppid=27774 vsize=13626528 CPUtime=0.29 cores=0,2,4,6
/proc/27776/task/27792/stat : 27792 (java) S 27774 27776 24211 0 -1 4202560 2186 0 0 0 29 0 0 0 18 0 19 0 825160747 13953564672 19789 33554432000 1073741824 1073778376 140734325668928 18446744073709551615 268284504985 0 4 0 16800975 18446604443700697792 0 0 -1 0 0 0 0
[pid=27776/tid=27793] ppid=27774 vsize=13626528 CPUtime=0 cores=0,2,4,6
/proc/27776/task/27793/stat : 27793 (java) S 27774 27776 24211 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 825160747 13953564672 19789 33554432000 1073741824 1073778376 140734325668928 18446744073709551615 268284504985 0 4 0 16800975 18446604443700697792 0 0 -1 2 0 0 0
[pid=27776/tid=27794] ppid=27774 vsize=13626528 CPUtime=0 cores=0,2,4,6
/proc/27776/task/27794/stat : 27794 (java) S 27774 27776 24211 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 825160747 13953564672 19789 33554432000 1073741824 1073778376 140734325668928 18446744073709551615 268284505600 0 4 0 16800975 18446604443700697792 0 0 -1 6 0 0 0
[pid=27776/tid=27795] ppid=27774 vsize=13626528 CPUtime=0 cores=0,2,4,6
/proc/27776/task/27795/stat : 27795 (java) S 27774 27776 24211 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 825160771 13953564672 19789 33554432000 1073741824 1073778376 140734325668928 18446744073709551615 268284505600 0 4 0 16800975 18446604443700697792 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2.08
Current children cumulated vsize (KiB) 13626528

[startup+3.10143 s]
/proc/loadavg: 2.39 2.11 2.21 3/609 27795
/proc/meminfo: memFree=31727284/32950928 swapFree=43925852/67111528
[pid=27776] ppid=27774 vsize=13626720 CPUtime=3.72 cores=0,2,4,6
/proc/27776/stat : 27776 (java) S 27774 27776 24211 0 -1 4202496 23362 0 1 0 368 4 0 0 25 0 19 0 825160740 13953761280 20197 33554432000 1073741824 1073778376 140734325668928 18446744073709551615 268284491749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/27776/statm: 3406680 20197 2251 9 0 3397414 0
[pid=27776/tid=27777] ppid=27774 vsize=13626720 CPUtime=2.99 cores=0,2,4,6
/proc/27776/task/27777/stat : 27777 (java) R 27774 27776 24211 0 -1 4202560 15767 0 1 0 296 3 0 0 25 0 19 0 825160741 13953761280 20197 33554432000 1073741824 1073778376 140734325668928 18446744073709551615 46912505679479 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=27776/tid=27779] ppid=27774 vsize=13626720 CPUtime=0 cores=0,2,4,6
/proc/27776/task/27779/stat : 27779 (java) S 27774 27776 24211 0 -1 4202560 128 0 0 0 0 0 0 0 15 0 19 0 825160743 13953761280 20197 33554432000 1073741824 1073778376 140734325668928 18446744073709551615 268284504985 0 4 0 16800975 18446604443700697792 0 0 -1 0 0 0 0
[pid=27776/tid=27780] ppid=27774 vsize=13626720 CPUtime=0 cores=0,2,4,6
/proc/27776/task/27780/stat : 27780 (java) S 27774 27776 24211 0 -1 4202560 44 0 0 0 0 0 0 0 16 0 19 0 825160743 13953761280 20197 33554432000 1073741824 1073778376 140734325668928 18446744073709551615 268284504985 0 4 0 16800975 18446604443700697792 0 0 -1 6 0 0 0
[pid=27776/tid=27781] ppid=27774 vsize=13626720 CPUtime=0 cores=0,2,4,6
/proc/27776/task/27781/stat : 27781 (java) S 27774 27776 24211 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 19 0 825160743 13953761280 20197 33554432000 1073741824 1073778376 140734325668928 18446744073709551615 268284504985 0 4 0 16800975 18446604443700697792 0 0 -1 0 0 0 0
[pid=27776/tid=27782] ppid=27774 vsize=13626720 CPUtime=0 cores=0,2,4,6
/proc/27776/task/27782/stat : 27782 (java) S 27774 27776 24211 0 -1 4202560 113 0 0 0 0 0 0 0 15 0 19 0 825160743 13953761280 20197 33554432000 1073741824 1073778376 140734325668928 18446744073709551615 268284504985 0 4 0 16800975 18446604443700697792 0 0 -1 6 0 0 0
[pid=27776/tid=27783] ppid=27774 vsize=13626720 CPUtime=0 cores=0,2,4,6
/proc/27776/task/27783/stat : 27783 (java) S 27774 27776 24211 0 -1 4202560 90 0 0 0 0 0 0 0 16 0 19 0 825160743 13953761280 20197 33554432000 1073741824 1073778376 140734325668928 18446744073709551615 268284504985 0 4 0 16800975 18446604443700697792 0 0 -1 0 0 0 0
[pid=27776/tid=27784] ppid=27774 vsize=13626720 CPUtime=0 cores=0,2,4,6
/proc/27776/task/27784/stat : 27784 (java) S 27774 27776 24211 0 -1 4202560 96 0 0 0 0 0 0 0 15 0 19 0 825160743 13953761280 20197 33554432000 1073741824 1073778376 140734325668928 18446744073709551615 268284504985 0 4 0 16800975 18446604443700697792 0 0 -1 4 0 0 0
[pid=27776/tid=27785] ppid=27774 vsize=13626720 CPUtime=0 cores=0,2,4,6
/proc/27776/task/27785/stat : 27785 (java) S 27774 27776 24211 0 -1 4202560 195 0 0 0 0 0 0 0 15 0 19 0 825160744 13953761280 20197 33554432000 1073741824 1073778376 140734325668928 18446744073709551615 268284504985 0 4 0 16800975 18446604443700697792 0 0 -1 6 0 0 0
[pid=27776/tid=27786] ppid=27774 vsize=13626720 CPUtime=0 cores=0,2,4,6
/proc/27776/task/27786/stat : 27786 (java) S 27774 27776 24211 0 -1 4202560 61 0 0 0 0 0 0 0 15 0 19 0 825160744 13953761280 20197 33554432000 1073741824 1073778376 140734325668928 18446744073709551615 268284504985 0 4 0 16800975 18446604443700697792 0 0 -1 4 0 0 0
[pid=27776/tid=27787] ppid=27774 vsize=13626720 CPUtime=0.07 cores=0,2,4,6
/proc/27776/task/27787/stat : 27787 (java) S 27774 27776 24211 0 -1 4202560 640 0 0 0 7 0 0 0 16 0 19 0 825160745 13953761280 20197 33554432000 1073741824 1073778376 140734325668928 18446744073709551615 268284505600 0 0 0 16800975 18446604443700697792 0 0 -1 2 0 0 0
[pid=27776/tid=27788] ppid=27774 vsize=13626720 CPUtime=0 cores=0,2,4,6
/proc/27776/task/27788/stat : 27788 (java) S 27774 27776 24211 0 -1 4202560 16 0 0 0 0 0 0 0 19 0 19 0 825160745 13953761280 20197 33554432000 1073741824 1073778376 140734325668928 18446744073709551615 268284504985 0 4 0 16800975 18446604443700697792 0 0 -1 2 0 0 0
[pid=27776/tid=27789] ppid=27774 vsize=13626720 CPUtime=0 cores=0,2,4,6
/proc/27776/task/27789/stat : 27789 (java) S 27774 27776 24211 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 825160745 13953761280 20197 33554432000 1073741824 1073778376 140734325668928 18446744073709551615 268284504985 0 4 0 16800975 18446604443700697792 0 0 -1 2 0 0 0
[pid=27776/tid=27790] ppid=27774 vsize=13626720 CPUtime=0 cores=0,2,4,6
/proc/27776/task/27790/stat : 27790 (java) S 27774 27776 24211 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 825160747 13953761280 20197 33554432000 1073741824 1073778376 140734325668928 18446744073709551615 268284512689 0 4 0 16800975 18446604443700697792 0 0 -1 2 0 0 0
[pid=27776/tid=27791] ppid=27774 vsize=13626720 CPUtime=0.31 cores=0,2,4,6
/proc/27776/task/27791/stat : 27791 (java) S 27774 27776 24211 0 -1 4202560 2845 0 0 0 31 0 0 0 15 0 19 0 825160747 13953761280 20197 33554432000 1073741824 1073778376 140734325668928 18446744073709551615 268284504985 0 4 0 16800975 18446604443700697792 0 0 -1 4 0 0 0
[pid=27776/tid=27792] ppid=27774 vsize=13626720 CPUtime=0.3 cores=0,2,4,6
/proc/27776/task/27792/stat : 27792 (java) S 27774 27776 24211 0 -1 4202560 2186 0 0 0 30 0 0 0 15 0 19 0 825160747 13953761280 20197 33554432000 1073741824 1073778376 140734325668928 18446744073709551615 268284504985 0 4 0 16800975 18446604443700697792 0 0 -1 0 0 0 0
[pid=27776/tid=27793] ppid=27774 vsize=13626720 CPUtime=0 cores=0,2,4,6
/proc/27776/task/27793/stat : 27793 (java) S 27774 27776 24211 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 825160747 13953761280 20197 33554432000 1073741824 1073778376 140734325668928 18446744073709551615 268284504985 0 4 0 16800975 18446604443700697792 0 0 -1 2 0 0 0
[pid=27776/tid=27794] ppid=27774 vsize=13626720 CPUtime=0 cores=0,2,4,6
/proc/27776/task/27794/stat : 27794 (java) S 27774 27776 24211 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 825160747 13953761280 20197 33554432000 1073741824 1073778376 140734325668928 18446744073709551615 268284505600 0 4 0 16800975 18446604443700697792 0 0 -1 6 0 0 0
[pid=27776/tid=27795] ppid=27774 vsize=13626720 CPUtime=0 cores=0,2,4,6
/proc/27776/task/27795/stat : 27795 (java) S 27774 27776 24211 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 825160771 13953761280 20197 33554432000 1073741824 1073778376 140734325668928 18446744073709551615 268284505600 0 4 0 16800975 18446604443700697792 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3.72
Current children cumulated vsize (KiB) 13626720

[startup+6.30074 s]
/proc/loadavg: 2.44 2.12 2.21 3/609 27795
/proc/meminfo: memFree=31725636/32950928 swapFree=43925852/67111528
[pid=27776] ppid=27774 vsize=13626720 CPUtime=6.92 cores=0,2,4,6
/proc/27776/stat : 27776 (java) S 27774 27776 24211 0 -1 4202496 23495 0 1 0 688 4 0 0 25 0 19 0 825160740 13953761280 20323 33554432000 1073741824 1073778376 140734325668928 18446744073709551615 268284491749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/27776/statm: 3406680 20323 2251 9 0 3397414 0
[pid=27776/tid=27777] ppid=27774 vsize=13626720 CPUtime=6.09 cores=0,2,4,6
/proc/27776/task/27777/stat : 27777 (java) R 27774 27776 24211 0 -1 4202560 15774 0 1 0 606 3 0 0 25 0 19 0 825160741 13953761280 20323 33554432000 1073741824 1073778376 140734325668928 18446744073709551615 46912505631350 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=27776/tid=27779] ppid=27774 vsize=13626720 CPUtime=0 cores=0,2,4,6
/proc/27776/task/27779/stat : 27779 (java) S 27774 27776 24211 0 -1 4202560 128 0 0 0 0 0 0 0 16 0 19 0 825160743 13953761280 20323 33554432000 1073741824 1073778376 140734325668928 18446744073709551615 268284504985 0 4 0 16800975 18446604443700697792 0 0 -1 4 0 0 0
[pid=27776/tid=27780] ppid=27774 vsize=13626720 CPUtime=0 cores=0,2,4,6
/proc/27776/task/27780/stat : 27780 (java) S 27774 27776 24211 0 -1 4202560 44 0 0 0 0 0 0 0 15 0 19 0 825160743 13953761280 20323 33554432000 1073741824 1073778376 140734325668928 18446744073709551615 268284504985 0 4 0 16800975 18446604443700697792 0 0 -1 6 0 0 0
[pid=27776/tid=27781] ppid=27774 vsize=13626720 CPUtime=0 cores=0,2,4,6
/proc/27776/task/27781/stat : 27781 (java) S 27774 27776 24211 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 19 0 825160743 13953761280 20323 33554432000 1073741824 1073778376 140734325668928 18446744073709551615 268284504985 0 4 0 16800975 18446604443700697792 0 0 -1 0 0 0 0
[pid=27776/tid=27782] ppid=27774 vsize=13626720 CPUtime=0 cores=0,2,4,6
/proc/27776/task/27782/stat : 27782 (java) S 27774 27776 24211 0 -1 4202560 114 0 0 0 0 0 0 0 15 0 19 0 825160743 13953761280 20323 33554432000 1073741824 1073778376 140734325668928 18446744073709551615 268284504985 0 4 0 16800975 18446604443700697792 0 0 -1 6 0 0 0
[pid=27776/tid=27783] ppid=27774 vsize=13626720 CPUtime=0 cores=0,2,4,6
/proc/27776/task/27783/stat : 27783 (java) S 27774 27776 24211 0 -1 4202560 90 0 0 0 0 0 0 0 15 0 19 0 825160743 13953761280 20323 33554432000 1073741824 1073778376 140734325668928 18446744073709551615 268284504985 0 4 0 16800975 18446604443700697792 0 0 -1 0 0 0 0
[pid=27776/tid=27784] ppid=27774 vsize=13626720 CPUtime=0 cores=0,2,4,6
/proc/27776/task/27784/stat : 27784 (java) S 27774 27776 24211 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 19 0 825160743 13953761280 20323 33554432000 1073741824 1073778376 140734325668928 18446744073709551615 268284504985 0 4 0 16800975 18446604443700697792 0 0 -1 6 0 0 0
[pid=27776/tid=27785] ppid=27774 vsize=13626720 CPUtime=0 cores=0,2,4,6
/proc/27776/task/27785/stat : 27785 (java) S 27774 27776 24211 0 -1 4202560 196 0 0 0 0 0 0 0 15 0 19 0 825160744 13953761280 20323 33554432000 1073741824 1073778376 140734325668928 18446744073709551615 268284504985 0 4 0 16800975 18446604443700697792 0 0 -1 6 0 0 0
[pid=27776/tid=27786] ppid=27774 vsize=13626720 CPUtime=0 cores=0,2,4,6
/proc/27776/task/27786/stat : 27786 (java) S 27774 27776 24211 0 -1 4202560 64 0 0 0 0 0 0 0 15 0 19 0 825160744 13953761280 20323 33554432000 1073741824 1073778376 140734325668928 18446744073709551615 268284504985 0 4 0 16800975 18446604443700697792 0 0 -1 4 0 0 0
[pid=27776/tid=27787] ppid=27774 vsize=13626720 CPUtime=0.16 cores=0,2,4,6
/proc/27776/task/27787/stat : 27787 (java) S 27774 27776 24211 0 -1 4202560 753 0 0 0 16 0 0 0 16 0 19 0 825160745 13953761280 20323 33554432000 1073741824 1073778376 140734325668928 18446744073709551615 268284505600 0 0 0 16800975 18446604443700697792 0 0 -1 2 0 0 0
[pid=27776/tid=27788] ppid=27774 vsize=13626720 CPUtime=0 cores=0,2,4,6
/proc/27776/task/27788/stat : 27788 (java) S 27774 27776 24211 0 -1 4202560 16 0 0 0 0 0 0 0 19 0 19 0 825160745 13953761280 20323 33554432000 1073741824 1073778376 140734325668928 18446744073709551615 268284504985 0 4 0 16800975 18446604443700697792 0 0 -1 2 0 0 0
[pid=27776/tid=27789] ppid=27774 vsize=13626720 CPUtime=0 cores=0,2,4,6
/proc/27776/task/27789/stat : 27789 (java) S 27774 27776 24211 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 825160745 13953761280 20323 33554432000 1073741824 1073778376 140734325668928 18446744073709551615 268284504985 0 4 0 16800975 18446604443700697792 0 0 -1 2 0 0 0
[pid=27776/tid=27790] ppid=27774 vsize=13626720 CPUtime=0 cores=0,2,4,6
/proc/27776/task/27790/stat : 27790 (java) S 27774 27776 24211 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 825160747 13953761280 20323 33554432000 1073741824 1073778376 140734325668928 18446744073709551615 268284512689 0 4 0 16800975 18446604443700697792 0 0 -1 2 0 0 0
[pid=27776/tid=27791] ppid=27774 vsize=13626720 CPUtime=0.31 cores=0,2,4,6
/proc/27776/task/27791/stat : 27791 (java) S 27774 27776 24211 0 -1 4202560 2845 0 0 0 31 0 0 0 15 0 19 0 825160747 13953761280 20323 33554432000 1073741824 1073778376 140734325668928 18446744073709551615 268284504985 0 4 0 16800975 18446604443700697792 0 0 -1 4 0 0 0
[pid=27776/tid=27792] ppid=27774 vsize=13626720 CPUtime=0.3 cores=0,2,4,6
/proc/27776/task/27792/stat : 27792 (java) S 27774 27776 24211 0 -1 4202560 2186 0 0 0 30 0 0 0 15 0 19 0 825160747 13953761280 20323 33554432000 1073741824 1073778376 140734325668928 18446744073709551615 268284504985 0 4 0 16800975 18446604443700697792 0 0 -1 0 0 0 0

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

/proc/27776/task/27780/stat : 27780 (java) S 27774 27776 24211 0 -1 4202560 45 0 0 0 1 0 0 0 15 0 19 0 825160743 13953761280 20439 33554432000 1073741824 1073778376 140734325668928 18446744073709551615 268284504985 0 4 0 16800975 18446604443700697792 0 0 -1 2 0 0 0
[pid=27776/tid=27781] ppid=27774 vsize=13626720 CPUtime=0.02 cores=0,2,4,6
/proc/27776/task/27781/stat : 27781 (java) S 27774 27776 24211 0 -1 4202560 51 0 0 0 2 0 0 0 15 0 19 0 825160743 13953761280 20439 33554432000 1073741824 1073778376 140734325668928 18446744073709551615 268284504985 0 4 0 16800975 18446604443700697792 0 0 -1 6 0 0 0
[pid=27776/tid=27782] ppid=27774 vsize=13626720 CPUtime=0.02 cores=0,2,4,6
/proc/27776/task/27782/stat : 27782 (java) S 27774 27776 24211 0 -1 4202560 116 0 0 0 2 0 0 0 15 0 19 0 825160743 13953761280 20439 33554432000 1073741824 1073778376 140734325668928 18446744073709551615 268284504985 0 4 0 16800975 18446604443700697792 0 0 -1 6 0 0 0
[pid=27776/tid=27783] ppid=27774 vsize=13626720 CPUtime=0.02 cores=0,2,4,6
/proc/27776/task/27783/stat : 27783 (java) S 27774 27776 24211 0 -1 4202560 90 0 0 0 2 0 0 0 16 0 19 0 825160743 13953761280 20439 33554432000 1073741824 1073778376 140734325668928 18446744073709551615 268284504985 0 4 0 16800975 18446604443700697792 0 0 -1 4 0 0 0
[pid=27776/tid=27784] ppid=27774 vsize=13626720 CPUtime=0.01 cores=0,2,4,6
/proc/27776/task/27784/stat : 27784 (java) S 27774 27776 24211 0 -1 4202560 104 0 0 0 1 0 0 0 15 0 19 0 825160743 13953761280 20439 33554432000 1073741824 1073778376 140734325668928 18446744073709551615 268284504985 0 4 0 16800975 18446604443700697792 0 0 -1 6 0 0 0
[pid=27776/tid=27785] ppid=27774 vsize=13626720 CPUtime=0.02 cores=0,2,4,6
/proc/27776/task/27785/stat : 27785 (java) S 27774 27776 24211 0 -1 4202560 196 0 0 0 2 0 0 0 16 0 19 0 825160744 13953761280 20439 33554432000 1073741824 1073778376 140734325668928 18446744073709551615 268284504985 0 4 0 16800975 18446604443700697792 0 0 -1 2 0 0 0
[pid=27776/tid=27786] ppid=27774 vsize=13626720 CPUtime=0.02 cores=0,2,4,6
/proc/27776/task/27786/stat : 27786 (java) S 27774 27776 24211 0 -1 4202560 67 0 0 0 2 0 0 0 15 0 19 0 825160744 13953761280 20439 33554432000 1073741824 1073778376 140734325668928 18446744073709551615 268284504985 0 4 0 16800975 18446604443700697792 0 0 -1 2 0 0 0
[pid=27776/tid=27787] ppid=27774 vsize=13626720 CPUtime=0.72 cores=0,2,4,6
/proc/27776/task/27787/stat : 27787 (java) S 27774 27776 24211 0 -1 4202560 859 0 0 0 72 0 0 0 15 0 19 0 825160745 13953761280 20439 33554432000 1073741824 1073778376 140734325668928 18446744073709551615 268284505600 0 0 0 16800975 18446604443700697792 0 0 -1 0 0 0 0
[pid=27776/tid=27788] ppid=27774 vsize=13626720 CPUtime=0 cores=0,2,4,6
/proc/27776/task/27788/stat : 27788 (java) S 27774 27776 24211 0 -1 4202560 16 0 0 0 0 0 0 0 19 0 19 0 825160745 13953761280 20439 33554432000 1073741824 1073778376 140734325668928 18446744073709551615 268284504985 0 4 0 16800975 18446604443700697792 0 0 -1 2 0 0 0
[pid=27776/tid=27789] ppid=27774 vsize=13626720 CPUtime=0 cores=0,2,4,6
/proc/27776/task/27789/stat : 27789 (java) S 27774 27776 24211 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 825160745 13953761280 20439 33554432000 1073741824 1073778376 140734325668928 18446744073709551615 268284504985 0 4 0 16800975 18446604443700697792 0 0 -1 2 0 0 0
[pid=27776/tid=27790] ppid=27774 vsize=13626720 CPUtime=0 cores=0,2,4,6
/proc/27776/task/27790/stat : 27790 (java) S 27774 27776 24211 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 825160747 13953761280 20439 33554432000 1073741824 1073778376 140734325668928 18446744073709551615 268284512689 0 4 0 16800975 18446604443700697792 0 0 -1 2 0 0 0
[pid=27776/tid=27791] ppid=27774 vsize=13626720 CPUtime=0.31 cores=0,2,4,6
/proc/27776/task/27791/stat : 27791 (java) S 27774 27776 24211 0 -1 4202560 2845 0 0 0 31 0 0 0 15 0 19 0 825160747 13953761280 20439 33554432000 1073741824 1073778376 140734325668928 18446744073709551615 268284504985 0 4 0 16800975 18446604443700697792 0 0 -1 4 0 0 0
[pid=27776/tid=27792] ppid=27774 vsize=13626720 CPUtime=0.3 cores=0,2,4,6
/proc/27776/task/27792/stat : 27792 (java) S 27774 27776 24211 0 -1 4202560 2186 0 0 0 30 0 0 0 15 0 19 0 825160747 13953761280 20439 33554432000 1073741824 1073778376 140734325668928 18446744073709551615 268284504985 0 4 0 16800975 18446604443700697792 0 0 -1 0 0 0 0
[pid=27776/tid=27793] ppid=27774 vsize=13626720 CPUtime=0 cores=0,2,4,6
/proc/27776/task/27793/stat : 27793 (java) S 27774 27776 24211 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 825160747 13953761280 20439 33554432000 1073741824 1073778376 140734325668928 18446744073709551615 268284504985 0 4 0 16800975 18446604443700697792 0 0 -1 2 0 0 0
[pid=27776/tid=27794] ppid=27774 vsize=13626720 CPUtime=0 cores=0,2,4,6
/proc/27776/task/27794/stat : 27794 (java) S 27774 27776 24211 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 825160747 13953761280 20439 33554432000 1073741824 1073778376 140734325668928 18446744073709551615 268284505600 0 4 0 16800975 18446604443700697792 0 0 -1 2 0 0 0
[pid=27776/tid=27795] ppid=27774 vsize=13626720 CPUtime=0 cores=0,2,4,6
/proc/27776/task/27795/stat : 27795 (java) S 27774 27776 24211 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 825160771 13953761280 20439 33554432000 1073741824 1073778376 140734325668928 18446744073709551615 268284505600 0 4 0 16800975 18446604443700697792 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 26.2
Current children cumulated vsize (KiB) 13626720

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

[startup+25.6013 s]
/proc/loadavg: 2.34 2.12 2.21 3/609 27796
/proc/meminfo: memFree=31724148/32950928 swapFree=43925852/67111528
[pid=27776] ppid=27774 vsize=13626720 CPUtime=26.3 cores=0,2,4,6
/proc/27776/stat : 27776 (java) S 27774 27776 24211 0 -1 4202496 23648 0 1 0 2626 4 0 0 25 0 19 0 825160740 13953761280 20439 33554432000 1073741824 1073778376 140734325668928 18446744073709551615 268284491749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/27776/statm: 3406680 20439 2251 9 0 3397414 0
[pid=27776/tid=27777] ppid=27774 vsize=13626720 CPUtime=24.77 cores=0,2,4,6
/proc/27776/task/27777/stat : 27777 (java) R 27774 27776 24211 0 -1 4202560 15811 0 1 0 2474 3 0 0 21 0 19 0 825160741 13953761280 20439 33554432000 1073741824 1073778376 140734325668928 18446744073709551615 46912505643340 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=27776/tid=27779] ppid=27774 vsize=13626720 CPUtime=0.01 cores=0,2,4,6
/proc/27776/task/27779/stat : 27779 (java) S 27774 27776 24211 0 -1 4202560 128 0 0 0 1 0 0 0 15 0 19 0 825160743 13953761280 20439 33554432000 1073741824 1073778376 140734325668928 18446744073709551615 268284504985 0 4 0 16800975 18446604443700697792 0 0 -1 6 0 0 0
[pid=27776/tid=27780] ppid=27774 vsize=13626720 CPUtime=0.01 cores=0,2,4,6
/proc/27776/task/27780/stat : 27780 (java) S 27774 27776 24211 0 -1 4202560 45 0 0 0 1 0 0 0 15 0 19 0 825160743 13953761280 20439 33554432000 1073741824 1073778376 140734325668928 18446744073709551615 268284504985 0 4 0 16800975 18446604443700697792 0 0 -1 2 0 0 0
[pid=27776/tid=27781] ppid=27774 vsize=13626720 CPUtime=0.02 cores=0,2,4,6
/proc/27776/task/27781/stat : 27781 (java) S 27774 27776 24211 0 -1 4202560 51 0 0 0 2 0 0 0 15 0 19 0 825160743 13953761280 20439 33554432000 1073741824 1073778376 140734325668928 18446744073709551615 268284504985 0 4 0 16800975 18446604443700697792 0 0 -1 6 0 0 0
[pid=27776/tid=27782] ppid=27774 vsize=13626720 CPUtime=0.02 cores=0,2,4,6
/proc/27776/task/27782/stat : 27782 (java) S 27774 27776 24211 0 -1 4202560 116 0 0 0 2 0 0 0 15 0 19 0 825160743 13953761280 20439 33554432000 1073741824 1073778376 140734325668928 18446744073709551615 268284504985 0 4 0 16800975 18446604443700697792 0 0 -1 6 0 0 0
[pid=27776/tid=27783] ppid=27774 vsize=13626720 CPUtime=0.02 cores=0,2,4,6
/proc/27776/task/27783/stat : 27783 (java) S 27774 27776 24211 0 -1 4202560 90 0 0 0 2 0 0 0 16 0 19 0 825160743 13953761280 20439 33554432000 1073741824 1073778376 140734325668928 18446744073709551615 268284504985 0 4 0 16800975 18446604443700697792 0 0 -1 4 0 0 0
[pid=27776/tid=27784] ppid=27774 vsize=13626720 CPUtime=0.01 cores=0,2,4,6
/proc/27776/task/27784/stat : 27784 (java) S 27774 27776 24211 0 -1 4202560 104 0 0 0 1 0 0 0 15 0 19 0 825160743 13953761280 20439 33554432000 1073741824 1073778376 140734325668928 18446744073709551615 268284504985 0 4 0 16800975 18446604443700697792 0 0 -1 6 0 0 0
[pid=27776/tid=27785] ppid=27774 vsize=13626720 CPUtime=0.02 cores=0,2,4,6
/proc/27776/task/27785/stat : 27785 (java) S 27774 27776 24211 0 -1 4202560 196 0 0 0 2 0 0 0 16 0 19 0 825160744 13953761280 20439 33554432000 1073741824 1073778376 140734325668928 18446744073709551615 268284504985 0 4 0 16800975 18446604443700697792 0 0 -1 2 0 0 0
[pid=27776/tid=27786] ppid=27774 vsize=13626720 CPUtime=0.02 cores=0,2,4,6
/proc/27776/task/27786/stat : 27786 (java) S 27774 27776 24211 0 -1 4202560 67 0 0 0 2 0 0 0 15 0 19 0 825160744 13953761280 20439 33554432000 1073741824 1073778376 140734325668928 18446744073709551615 268284504985 0 4 0 16800975 18446604443700697792 0 0 -1 2 0 0 0
[pid=27776/tid=27787] ppid=27774 vsize=13626720 CPUtime=0.72 cores=0,2,4,6
/proc/27776/task/27787/stat : 27787 (java) S 27774 27776 24211 0 -1 4202560 859 0 0 0 72 0 0 0 15 0 19 0 825160745 13953761280 20439 33554432000 1073741824 1073778376 140734325668928 18446744073709551615 268284505600 0 0 0 16800975 18446604443700697792 0 0 -1 0 0 0 0
[pid=27776/tid=27788] ppid=27774 vsize=13626720 CPUtime=0 cores=0,2,4,6
/proc/27776/task/27788/stat : 27788 (java) S 27774 27776 24211 0 -1 4202560 16 0 0 0 0 0 0 0 19 0 19 0 825160745 13953761280 20439 33554432000 1073741824 1073778376 140734325668928 18446744073709551615 268284504985 0 4 0 16800975 18446604443700697792 0 0 -1 2 0 0 0
[pid=27776/tid=27789] ppid=27774 vsize=13626720 CPUtime=0 cores=0,2,4,6
/proc/27776/task/27789/stat : 27789 (java) S 27774 27776 24211 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 825160745 13953761280 20439 33554432000 1073741824 1073778376 140734325668928 18446744073709551615 268284504985 0 4 0 16800975 18446604443700697792 0 0 -1 2 0 0 0
[pid=27776/tid=27790] ppid=27774 vsize=13626720 CPUtime=0 cores=0,2,4,6
/proc/27776/task/27790/stat : 27790 (java) S 27774 27776 24211 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 825160747 13953761280 20439 33554432000 1073741824 1073778376 140734325668928 18446744073709551615 268284512689 0 4 0 16800975 18446604443700697792 0 0 -1 2 0 0 0
[pid=27776/tid=27791] ppid=27774 vsize=13626720 CPUtime=0.31 cores=0,2,4,6
/proc/27776/task/27791/stat : 27791 (java) S 27774 27776 24211 0 -1 4202560 2845 0 0 0 31 0 0 0 15 0 19 0 825160747 13953761280 20439 33554432000 1073741824 1073778376 140734325668928 18446744073709551615 268284504985 0 4 0 16800975 18446604443700697792 0 0 -1 4 0 0 0
[pid=27776/tid=27792] ppid=27774 vsize=13626720 CPUtime=0.3 cores=0,2,4,6
/proc/27776/task/27792/stat : 27792 (java) S 27774 27776 24211 0 -1 4202560 2186 0 0 0 30 0 0 0 15 0 19 0 825160747 13953761280 20439 33554432000 1073741824 1073778376 140734325668928 18446744073709551615 268284504985 0 4 0 16800975 18446604443700697792 0 0 -1 0 0 0 0
[pid=27776/tid=27793] ppid=27774 vsize=13626720 CPUtime=0 cores=0,2,4,6
/proc/27776/task/27793/stat : 27793 (java) S 27774 27776 24211 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 825160747 13953761280 20439 33554432000 1073741824 1073778376 140734325668928 18446744073709551615 268284504985 0 4 0 16800975 18446604443700697792 0 0 -1 2 0 0 0
[pid=27776/tid=27794] ppid=27774 vsize=13626720 CPUtime=0 cores=0,2,4,6
/proc/27776/task/27794/stat : 27794 (java) S 27774 27776 24211 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 825160747 13953761280 20439 33554432000 1073741824 1073778376 140734325668928 18446744073709551615 268284505600 0 4 0 16800975 18446604443700697792 0 0 -1 2 0 0 0
[pid=27776/tid=27795] ppid=27774 vsize=13626720 CPUtime=0 cores=0,2,4,6
/proc/27776/task/27795/stat : 27795 (java) S 27774 27776 24211 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 825160771 13953761280 20439 33554432000 1073741824 1073778376 140734325668928 18446744073709551615 268284505600 0 4 0 16800975 18446604443700697792 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 26.3
Current children cumulated vsize (KiB) 13626720

[startup+26.0012 s]
/proc/loadavg: 2.34 2.12 2.21 3/609 27796
/proc/meminfo: memFree=31724148/32950928 swapFree=43925852/67111528
[pid=27776] ppid=27774 vsize=13626720 CPUtime=26.71 cores=0,2,4,6
/proc/27776/stat : 27776 (java) S 27774 27776 24211 0 -1 4202496 23653 0 1 0 2667 4 0 0 25 0 19 0 825160740 13953761280 20443 33554432000 1073741824 1073778376 140734325668928 18446744073709551615 268284491749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/27776/statm: 3406680 20443 2251 9 0 3397414 0
[pid=27776/tid=27777] ppid=27774 vsize=13626720 CPUtime=25.16 cores=0,2,4,6
/proc/27776/task/27777/stat : 27777 (java) R 27774 27776 24211 0 -1 4202560 15812 0 1 0 2513 3 0 0 22 0 19 0 825160741 13953761280 20443 33554432000 1073741824 1073778376 140734325668928 18446744073709551615 46912505366576 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=27776/tid=27779] ppid=27774 vsize=13626720 CPUtime=0.01 cores=0,2,4,6
/proc/27776/task/27779/stat : 27779 (java) S 27774 27776 24211 0 -1 4202560 128 0 0 0 1 0 0 0 15 0 19 0 825160743 13953761280 20443 33554432000 1073741824 1073778376 140734325668928 18446744073709551615 268284504985 0 4 0 16800975 18446604443700697792 0 0 -1 6 0 0 0
[pid=27776/tid=27780] ppid=27774 vsize=13626720 CPUtime=0.01 cores=0,2,4,6
/proc/27776/task/27780/stat : 27780 (java) S 27774 27776 24211 0 -1 4202560 45 0 0 0 1 0 0 0 15 0 19 0 825160743 13953761280 20443 33554432000 1073741824 1073778376 140734325668928 18446744073709551615 268284504985 0 4 0 16800975 18446604443700697792 0 0 -1 2 0 0 0
[pid=27776/tid=27781] ppid=27774 vsize=13626720 CPUtime=0.02 cores=0,2,4,6
/proc/27776/task/27781/stat : 27781 (java) S 27774 27776 24211 0 -1 4202560 51 0 0 0 2 0 0 0 15 0 19 0 825160743 13953761280 20443 33554432000 1073741824 1073778376 140734325668928 18446744073709551615 268284504985 0 4 0 16800975 18446604443700697792 0 0 -1 6 0 0 0
[pid=27776/tid=27782] ppid=27774 vsize=13626720 CPUtime=0.02 cores=0,2,4,6
/proc/27776/task/27782/stat : 27782 (java) S 27774 27776 24211 0 -1 4202560 116 0 0 0 2 0 0 0 15 0 19 0 825160743 13953761280 20443 33554432000 1073741824 1073778376 140734325668928 18446744073709551615 268284504985 0 4 0 16800975 18446604443700697792 0 0 -1 6 0 0 0
[pid=27776/tid=27783] ppid=27774 vsize=13626720 CPUtime=0.02 cores=0,2,4,6
/proc/27776/task/27783/stat : 27783 (java) S 27774 27776 24211 0 -1 4202560 90 0 0 0 2 0 0 0 15 0 19 0 825160743 13953761280 20443 33554432000 1073741824 1073778376 140734325668928 18446744073709551615 268284504985 0 4 0 16800975 18446604443700697792 0 0 -1 4 0 0 0
[pid=27776/tid=27784] ppid=27774 vsize=13626720 CPUtime=0.01 cores=0,2,4,6
/proc/27776/task/27784/stat : 27784 (java) S 27774 27776 24211 0 -1 4202560 104 0 0 0 1 0 0 0 15 0 19 0 825160743 13953761280 20443 33554432000 1073741824 1073778376 140734325668928 18446744073709551615 268284504985 0 4 0 16800975 18446604443700697792 0 0 -1 6 0 0 0
[pid=27776/tid=27785] ppid=27774 vsize=13626720 CPUtime=0.02 cores=0,2,4,6
/proc/27776/task/27785/stat : 27785 (java) S 27774 27776 24211 0 -1 4202560 196 0 0 0 2 0 0 0 16 0 19 0 825160744 13953761280 20443 33554432000 1073741824 1073778376 140734325668928 18446744073709551615 268284504985 0 4 0 16800975 18446604443700697792 0 0 -1 2 0 0 0
[pid=27776/tid=27786] ppid=27774 vsize=13626720 CPUtime=0.02 cores=0,2,4,6
/proc/27776/task/27786/stat : 27786 (java) S 27774 27776 24211 0 -1 4202560 69 0 0 0 2 0 0 0 16 0 19 0 825160744 13953761280 20443 33554432000 1073741824 1073778376 140734325668928 18446744073709551615 268284504985 0 4 0 16800975 18446604443700697792 0 0 -1 4 0 0 0
[pid=27776/tid=27787] ppid=27774 vsize=13626720 CPUtime=0.73 cores=0,2,4,6
/proc/27776/task/27787/stat : 27787 (java) S 27774 27776 24211 0 -1 4202560 861 0 0 0 73 0 0 0 15 0 19 0 825160745 13953761280 20443 33554432000 1073741824 1073778376 140734325668928 18446744073709551615 268284505600 0 0 0 16800975 18446604443700697792 0 0 -1 0 0 0 0
[pid=27776/tid=27788] ppid=27774 vsize=13626720 CPUtime=0 cores=0,2,4,6
/proc/27776/task/27788/stat : 27788 (java) S 27774 27776 24211 0 -1 4202560 16 0 0 0 0 0 0 0 19 0 19 0 825160745 13953761280 20443 33554432000 1073741824 1073778376 140734325668928 18446744073709551615 268284504985 0 4 0 16800975 18446604443700697792 0 0 -1 2 0 0 0
[pid=27776/tid=27789] ppid=27774 vsize=13626720 CPUtime=0 cores=0,2,4,6
/proc/27776/task/27789/stat : 27789 (java) S 27774 27776 24211 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 825160745 13953761280 20443 33554432000 1073741824 1073778376 140734325668928 18446744073709551615 268284504985 0 4 0 16800975 18446604443700697792 0 0 -1 2 0 0 0
[pid=27776/tid=27790] ppid=27774 vsize=13626720 CPUtime=0 cores=0,2,4,6
/proc/27776/task/27790/stat : 27790 (java) S 27774 27776 24211 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 825160747 13953761280 20443 33554432000 1073741824 1073778376 140734325668928 18446744073709551615 268284512689 0 4 0 16800975 18446604443700697792 0 0 -1 2 0 0 0
[pid=27776/tid=27791] ppid=27774 vsize=13626720 CPUtime=0.31 cores=0,2,4,6
/proc/27776/task/27791/stat : 27791 (java) S 27774 27776 24211 0 -1 4202560 2845 0 0 0 31 0 0 0 15 0 19 0 825160747 13953761280 20443 33554432000 1073741824 1073778376 140734325668928 18446744073709551615 268284504985 0 4 0 16800975 18446604443700697792 0 0 -1 4 0 0 0
[pid=27776/tid=27792] ppid=27774 vsize=13626720 CPUtime=0.3 cores=0,2,4,6
/proc/27776/task/27792/stat : 27792 (java) S 27774 27776 24211 0 -1 4202560 2186 0 0 0 30 0 0 0 15 0 19 0 825160747 13953761280 20443 33554432000 1073741824 1073778376 140734325668928 18446744073709551615 268284504985 0 4 0 16800975 18446604443700697792 0 0 -1 0 0 0 0
[pid=27776/tid=27793] ppid=27774 vsize=13626720 CPUtime=0 cores=0,2,4,6
/proc/27776/task/27793/stat : 27793 (java) S 27774 27776 24211 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 825160747 13953761280 20443 33554432000 1073741824 1073778376 140734325668928 18446744073709551615 268284504985 0 4 0 16800975 18446604443700697792 0 0 -1 2 0 0 0
[pid=27776/tid=27794] ppid=27774 vsize=13626720 CPUtime=0 cores=0,2,4,6
/proc/27776/task/27794/stat : 27794 (java) S 27774 27776 24211 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 825160747 13953761280 20443 33554432000 1073741824 1073778376 140734325668928 18446744073709551615 268284505600 0 4 0 16800975 18446604443700697792 0 0 -1 2 0 0 0
[pid=27776/tid=27795] ppid=27774 vsize=13626720 CPUtime=0 cores=0,2,4,6
/proc/27776/task/27795/stat : 27795 (java) S 27774 27776 24211 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 825160771 13953761280 20443 33554432000 1073741824 1073778376 140734325668928 18446744073709551615 268284505600 0 4 0 16800975 18446604443700697792 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 26.71
Current children cumulated vsize (KiB) 13626720

[startup+26.4012 s]
/proc/loadavg: 2.39 2.13 2.21 3/609 27796
/proc/meminfo: memFree=31723652/32950928 swapFree=43925852/67111528
[pid=27776] ppid=27774 vsize=13626720 CPUtime=27.13 cores=0,2,4,6
/proc/27776/stat : 27776 (java) S 27774 27776 24211 0 -1 4202496 23672 0 1 0 2709 4 0 0 25 0 19 0 825160740 13953761280 20461 33554432000 1073741824 1073778376 140734325668928 18446744073709551615 268284491749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/27776/statm: 3406680 20461 2251 9 0 3397414 0
[pid=27776/tid=27777] ppid=27774 vsize=13626720 CPUtime=25.56 cores=0,2,4,6
/proc/27776/task/27777/stat : 27777 (java) R 27774 27776 24211 0 -1 4202560 15813 0 1 0 2553 3 0 0 23 0 19 0 825160741 13953761280 20461 33554432000 1073741824 1073778376 140734325668928 18446744073709551615 46912505692400 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=27776/tid=27779] ppid=27774 vsize=13626720 CPUtime=0.01 cores=0,2,4,6
/proc/27776/task/27779/stat : 27779 (java) S 27774 27776 24211 0 -1 4202560 128 0 0 0 1 0 0 0 16 0 19 0 825160743 13953761280 20461 33554432000 1073741824 1073778376 140734325668928 18446744073709551615 268284504985 0 4 0 16800975 18446604443700697792 0 0 -1 2 0 0 0
[pid=27776/tid=27780] ppid=27774 vsize=13626720 CPUtime=0.01 cores=0,2,4,6
/proc/27776/task/27780/stat : 27780 (java) S 27774 27776 24211 0 -1 4202560 45 0 0 0 1 0 0 0 15 0 19 0 825160743 13953761280 20461 33554432000 1073741824 1073778376 140734325668928 18446744073709551615 268284504985 0 4 0 16800975 18446604443700697792 0 0 -1 2 0 0 0
[pid=27776/tid=27781] ppid=27774 vsize=13626720 CPUtime=0.02 cores=0,2,4,6
/proc/27776/task/27781/stat : 27781 (java) S 27774 27776 24211 0 -1 4202560 51 0 0 0 2 0 0 0 16 0 19 0 825160743 13953761280 20461 33554432000 1073741824 1073778376 140734325668928 18446744073709551615 268284504985 0 4 0 16800975 18446604443700697792 0 0 -1 6 0 0 0
[pid=27776/tid=27782] ppid=27774 vsize=13626720 CPUtime=0.02 cores=0,2,4,6
/proc/27776/task/27782/stat : 27782 (java) S 27774 27776 24211 0 -1 4202560 116 0 0 0 2 0 0 0 15 0 19 0 825160743 13953761280 20461 33554432000 1073741824 1073778376 140734325668928 18446744073709551615 268284504985 0 4 0 16800975 18446604443700697792 0 0 -1 6 0 0 0
[pid=27776/tid=27783] ppid=27774 vsize=13626720 CPUtime=0.02 cores=0,2,4,6
/proc/27776/task/27783/stat : 27783 (java) S 27774 27776 24211 0 -1 4202560 90 0 0 0 2 0 0 0 15 0 19 0 825160743 13953761280 20461 33554432000 1073741824 1073778376 140734325668928 18446744073709551615 268284504985 0 4 0 16800975 18446604443700697792 0 0 -1 4 0 0 0
[pid=27776/tid=27784] ppid=27774 vsize=13626720 CPUtime=0.01 cores=0,2,4,6
/proc/27776/task/27784/stat : 27784 (java) S 27774 27776 24211 0 -1 4202560 104 0 0 0 1 0 0 0 15 0 19 0 825160743 13953761280 20461 33554432000 1073741824 1073778376 140734325668928 18446744073709551615 268284504985 0 4 0 16800975 18446604443700697792 0 0 -1 6 0 0 0
[pid=27776/tid=27785] ppid=27774 vsize=13626720 CPUtime=0.02 cores=0,2,4,6
/proc/27776/task/27785/stat : 27785 (java) S 27774 27776 24211 0 -1 4202560 196 0 0 0 2 0 0 0 15 0 19 0 825160744 13953761280 20461 33554432000 1073741824 1073778376 140734325668928 18446744073709551615 268284504985 0 4 0 16800975 18446604443700697792 0 0 -1 2 0 0 0
[pid=27776/tid=27786] ppid=27774 vsize=13626720 CPUtime=0.02 cores=0,2,4,6
/proc/27776/task/27786/stat : 27786 (java) S 27774 27776 24211 0 -1 4202560 69 0 0 0 2 0 0 0 16 0 19 0 825160744 13953761280 20461 33554432000 1073741824 1073778376 140734325668928 18446744073709551615 268284504985 0 4 0 16800975 18446604443700697792 0 0 -1 4 0 0 0
[pid=27776/tid=27787] ppid=27774 vsize=13626720 CPUtime=0.75 cores=0,2,4,6
/proc/27776/task/27787/stat : 27787 (java) S 27774 27776 24211 0 -1 4202560 879 0 0 0 75 0 0 0 15 0 19 0 825160745 13953761280 20461 33554432000 1073741824 1073778376 140734325668928 18446744073709551615 268284505600 0 0 0 16800975 18446604443700697792 0 0 -1 0 0 0 0
[pid=27776/tid=27788] ppid=27774 vsize=13626720 CPUtime=0 cores=0,2,4,6
/proc/27776/task/27788/stat : 27788 (java) S 27774 27776 24211 0 -1 4202560 16 0 0 0 0 0 0 0 19 0 19 0 825160745 13953761280 20461 33554432000 1073741824 1073778376 140734325668928 18446744073709551615 268284504985 0 4 0 16800975 18446604443700697792 0 0 -1 2 0 0 0
[pid=27776/tid=27789] ppid=27774 vsize=13626720 CPUtime=0 cores=0,2,4,6
/proc/27776/task/27789/stat : 27789 (java) S 27774 27776 24211 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 825160745 13953761280 20461 33554432000 1073741824 1073778376 140734325668928 18446744073709551615 268284504985 0 4 0 16800975 18446604443700697792 0 0 -1 2 0 0 0
[pid=27776/tid=27790] ppid=27774 vsize=13626720 CPUtime=0 cores=0,2,4,6
/proc/27776/task/27790/stat : 27790 (java) S 27774 27776 24211 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 825160747 13953761280 20461 33554432000 1073741824 1073778376 140734325668928 18446744073709551615 268284512689 0 4 0 16800975 18446604443700697792 0 0 -1 2 0 0 0
[pid=27776/tid=27791] ppid=27774 vsize=13626720 CPUtime=0.31 cores=0,2,4,6
/proc/27776/task/27791/stat : 27791 (java) S 27774 27776 24211 0 -1 4202560 2845 0 0 0 31 0 0 0 15 0 19 0 825160747 13953761280 20461 33554432000 1073741824 1073778376 140734325668928 18446744073709551615 268284504985 0 4 0 16800975 18446604443700697792 0 0 -1 4 0 0 0
[pid=27776/tid=27792] ppid=27774 vsize=13626720 CPUtime=0.3 cores=0,2,4,6
/proc/27776/task/27792/stat : 27792 (java) S 27774 27776 24211 0 -1 4202560 2186 0 0 0 30 0 0 0 15 0 19 0 825160747 13953761280 20461 33554432000 1073741824 1073778376 140734325668928 18446744073709551615 268284504985 0 4 0 16800975 18446604443700697792 0 0 -1 0 0 0 0
[pid=27776/tid=27793] ppid=27774 vsize=13626720 CPUtime=0 cores=0,2,4,6
/proc/27776/task/27793/stat : 27793 (java) S 27774 27776 24211 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 825160747 13953761280 20461 33554432000 1073741824 1073778376 140734325668928 18446744073709551615 268284504985 0 4 0 16800975 18446604443700697792 0 0 -1 2 0 0 0
[pid=27776/tid=27794] ppid=27774 vsize=13626720 CPUtime=0 cores=0,2,4,6
/proc/27776/task/27794/stat : 27794 (java) S 27774 27776 24211 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 825160747 13953761280 20461 33554432000 1073741824 1073778376 140734325668928 18446744073709551615 268284505600 0 4 0 16800975 18446604443700697792 0 0 -1 2 0 0 0
[pid=27776/tid=27795] ppid=27774 vsize=13626720 CPUtime=0 cores=0,2,4,6
/proc/27776/task/27795/stat : 27795 (java) S 27774 27776 24211 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 825160771 13953761280 20461 33554432000 1073741824 1073778376 140734325668928 18446744073709551615 268284505600 0 4 0 16800975 18446604443700697792 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 27.13
Current children cumulated vsize (KiB) 13626720

Child status: 10
Real time (s): 26.438
CPU time (s): 27.1619
CPU user time (s): 27.1079
CPU system time (s): 0.053991
CPU usage (%): 102.738
Max. virtual memory (cumulated for all children) (KiB): 13626768

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 27.1079
system time used= 0.053991
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23702
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2237
involuntary context switches= 910

runsolver used 0.167974 second user time and 0.359945 second system time

The end

Launcher Data

Begin job on node122 at 2011-06-03 23:13:39
IDJOB=3459263
IDBENCH=1343
IDSOLVER=1952
FILE ID=node122/3459263-1307135619
RUNJOBID= node122-1307133514-27530
PBS_JOBID= 13508794
Free space on /tmp= 73808 MiB

SOLVER NAME= Sat4j Resolution 2.3.0
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900559416.opb
COMMAND LINE= java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3459263-1307135619/watcher-3459263-1307135619 -o /tmp/evaluation-result-3459263-1307135619/solver-3459263-1307135619 -C 1800 -W 1900 -M 15500  java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3459263-1307135619.opb

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

MD5SUM BENCH= 5ce966422ddfb6c88d2a1f1dfd1b951a
RANDOM SEED=1486437707

node122.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.820
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.64
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.820
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.820
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.820
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.820
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.820
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.820
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.820
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.97
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      31801348 kB
Buffers:        297400 kB
Cached:         416108 kB
SwapCached:      16832 kB
Active:         423692 kB
Inactive:       412172 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31801348 kB
SwapTotal:    67111528 kB
SwapFree:     43925852 kB
Dirty:             456 kB
Writeback:           0 kB
AnonPages:      119924 kB
Mapped:          17432 kB
Slab:           149252 kB
PageTables:      93436 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 194160932 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73808 MiB
End job on node122 at 2011-06-03 23:14:06