Trace number 3492015

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 2011-06-08OPTIMUM 14.2048 12.6291

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900551864--soft-0-100-0.wbo
MD5SUM917ecf2b03be28c1e7bdced93c48bfdc
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 benchmark14.2048
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 136614
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 136613
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 687
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

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.05/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.05/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.08	c See www.sat4j.org for details.
0.05/0.08	c version 2.3.1.v20110525
0.05/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.08	c java.vm.version	19.1-b02
0.05/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.08	c sun.arch.data.model	64
0.05/0.08	c java.version		1.6.0_24
0.05/0.08	c os.name		Linux
0.05/0.08	c os.version		2.6.18-164.el5
0.05/0.08	c os.arch		amd64
0.05/0.08	c Free memory 		9996466904
0.05/0.08	c Max memory 		10048897024
0.05/0.08	c Total memory 		10048897024
0.05/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@38540408
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3492015-1307911219.wbo
0.10/0.11	c reading problem ... 
0.50/0.31	c ... done. Wall clock time 0.208s.
0.50/0.31	c #vars     2938
0.50/0.31	c #constraints  2707
0.50/0.31	c constraints type 
0.50/0.31	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2684
0.50/0.31	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 23
1.10/0.52	c SATISFIABLE
1.10/0.52	c OPTIMIZING...
1.10/0.52	c Got one! Elapsed wall clock time (in seconds):0.413
1.10/0.52	o 410
1.10/0.56	c Got one! Elapsed wall clock time (in seconds):0.454
1.10/0.56	o 333
1.10/0.59	c Got one! Elapsed wall clock time (in seconds):0.484
1.10/0.59	o 240
1.37/0.61	c Got one! Elapsed wall clock time (in seconds):0.503
1.37/0.61	o 238
1.37/0.64	c Got one! Elapsed wall clock time (in seconds):0.53
1.37/0.64	o 236
1.37/0.69	c Got one! Elapsed wall clock time (in seconds):0.586
1.37/0.69	o 228
1.61/0.71	c Got one! Elapsed wall clock time (in seconds):0.605
1.61/0.71	o 120
1.61/0.74	c Got one! Elapsed wall clock time (in seconds):0.633
1.61/0.74	o 112
1.92/1.00	c Got one! Elapsed wall clock time (in seconds):0.895
1.92/1.00	o 92
1.92/1.05	c Got one! Elapsed wall clock time (in seconds):0.942
1.92/1.05	o 83
1.92/1.10	c Got one! Elapsed wall clock time (in seconds):0.99
1.92/1.10	o 75
2.41/1.52	c Got one! Elapsed wall clock time (in seconds):1.412
2.41/1.52	o 74
2.41/1.56	c Got one! Elapsed wall clock time (in seconds):1.452
2.41/1.56	o 71
2.51/1.67	c Got one! Elapsed wall clock time (in seconds):1.564
2.51/1.67	o 65
2.61/1.75	c Got one! Elapsed wall clock time (in seconds):1.645
2.61/1.75	o 63
2.61/1.78	c Got one! Elapsed wall clock time (in seconds):1.669
2.61/1.78	o 48
2.71/1.80	c Got one! Elapsed wall clock time (in seconds):1.696
2.71/1.80	o 45
2.71/1.85	c Got one! Elapsed wall clock time (in seconds):1.739
2.71/1.85	o 34
3.02/2.17	c Got one! Elapsed wall clock time (in seconds):2.063
3.02/2.17	o 31
3.22/2.31	c Got one! Elapsed wall clock time (in seconds):2.203
3.22/2.31	o 30
3.33/2.41	c Got one! Elapsed wall clock time (in seconds):2.3
3.33/2.41	o 26
3.33/2.49	c Got one! Elapsed wall clock time (in seconds):2.388
3.33/2.49	o 15
3.55/2.62	c Got one! Elapsed wall clock time (in seconds):2.511
3.55/2.62	o 12
3.65/2.76	c cleaning 6385 clauses out of 12775 with flag 1000/12775
3.90/2.98	c Got one! Elapsed wall clock time (in seconds):2.875
3.90/2.98	o 11
4.21/3.24	c cleaning 5933 clauses out of 11868 with flag 3002/18253
4.57/3.40	c Got one! Elapsed wall clock time (in seconds):3.296
4.57/3.40	o 10
4.77/3.57	c Got one! Elapsed wall clock time (in seconds):3.462
4.77/3.57	o 8
4.97/3.68	c cleaning 5752 clauses out of 11511 with flag 1001/23829
5.50/4.05	c cleaning 5877 clauses out of 11760 with flag 7002/29830
5.60/4.13	c Got one! Elapsed wall clock time (in seconds):4.026
5.60/4.13	o 7
5.91/4.40	c cleaning 5575 clauses out of 11162 with flag 4000/35109
6.10/4.67	c Got one! Elapsed wall clock time (in seconds):4.566
6.10/4.67	o 4
6.20/4.76	c cleaning 5657 clauses out of 11329 with flag 1000/40851
6.61/5.10	c cleaning 5833 clauses out of 11672 with flag 7000/46851
6.71/5.24	c Got one! Elapsed wall clock time (in seconds):5.129
6.71/5.24	o 2
6.91/5.45	c cleaning 5690 clauses out of 11388 with flag 3002/52400
7.21/5.77	c cleaning 5845 clauses out of 11696 with flag 9000/58398
7.61/6.11	c cleaning 6418 clauses out of 12851 with flag 16000/65398
8.01/6.57	c cleaning 7208 clauses out of 14434 with flag 24001/73399
8.11/6.63	c Got one! Elapsed wall clock time (in seconds):6.522
8.11/6.63	o 1
8.41/6.94	c cleaning 6597 clauses out of 13197 with flag 5002/79370
8.71/7.27	c cleaning 6286 clauses out of 12598 with flag 11000/85368
9.11/7.63	c cleaning 6650 clauses out of 13313 with flag 18001/92369
9.51/8.05	c cleaning 7328 clauses out of 14662 with flag 26000/100368
10.01/8.51	c cleaning 8165 clauses out of 16334 with flag 35000/109368
10.51/9.01	c cleaning 9079 clauses out of 18169 with flag 45000/119368
11.04/9.51	c cleaning 9542 clauses out of 19091 with flag 55001/129369
11.45/9.97	c cleaning 9771 clauses out of 19550 with flag 65002/139370
12.04/10.50	c cleaning 9878 clauses out of 19778 with flag 75001/149369
12.55/11.02	c cleaning 9949 clauses out of 19902 with flag 85003/159371
13.05/11.53	c cleaning 9968 clauses out of 19951 with flag 95001/169369
13.57/12.05	c cleaning 9989 clauses out of 19983 with flag 105001/179369
14.17/12.62	c starts		: 145
14.17/12.62	c conflicts		: 188946
14.17/12.62	c decisions		: 379200
14.17/12.62	c propagations		: 9009162
14.17/12.62	c inspects		: 109762348
14.17/12.62	c shortcuts		: 0
14.17/12.62	c learnt literals	: 7
14.17/12.62	c learnt binary clauses	: 23
14.17/12.62	c learnt ternary clauses	: 216
14.17/12.62	c learnt constraints	: 188938
14.17/12.62	c ignored constraints	: 0
14.17/12.62	c root simplifications	: 0
14.17/12.62	c removed literals (reason simplification)	: 909608
14.17/12.62	c reason swapping (by a shorter reason)	: 0
14.17/12.62	c Calls to reduceDB	: 23
14.17/12.62	c number of reductions to clauses (during analyze)	: 0
14.17/12.62	c number of learned constraints concerned by reduction	: 0
14.17/12.62	c number of learning phase by resolution	: 0
14.17/12.62	c number of learning phase by cutting planes	: 0
14.17/12.62	c speed (assignments/second)	: 1504787.3726407215
14.17/12.62	c non guided choices	3284
14.17/12.62	c learnt constraints type 
14.17/12.62	c constraints type 
14.17/12.62	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2684
14.17/12.62	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 23
14.17/12.62	s OPTIMUM FOUND
14.17/12.62	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 
14.17/12.62	c objective function=1
14.17/12.62	c Total wall clock time (in seconds): 12.511

Verifier Data

OK	1

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 /var/tmp/evaluation-result-3492015-1307911219/watcher-3492015-1307911219 -o /var/tmp/evaluation-result-3492015-1307911219/solver-3492015-1307911219 -C 1800 -W 1900 -M 15500 java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3492015-1307911219.wbo 

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: 1.93 2.01 1.99 2/195 17940
/proc/meminfo: memFree=1785728/32950928 swapFree=67079488/67111528
[pid=17940] ppid=17938 vsize=23028 CPUtime=0 cores=0,2,4,6
/proc/17940/stat : 17940 (java) R 17938 17940 15624 0 -1 4202496 955 0 0 0 0 0 0 0 25 0 1 0 902721574 23580672 697 33554432000 1073741824 1073778376 140733298140288 18446744073709551615 274469005201 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/17940/statm: 5757 697 513 9 0 124 0

[startup+0.05943 s]
/proc/loadavg: 1.93 2.01 1.99 2/195 17940
/proc/meminfo: memFree=1785728/32950928 swapFree=67079488/67111528
[pid=17940] ppid=17938 vsize=10467616 CPUtime=0.05 cores=0,2,4,6
/proc/17940/stat : 17940 (java) S 17938 17940 15624 0 -1 4202496 11546 0 1 0 4 1 0 0 25 0 13 0 902721574 10718838784 11241 33554432000 1073741824 1073778376 140733298140288 18446744073709551615 274485770213 0 0 0 16800971 18446744073709551615 0 0 17 2 0 0 0
/proc/17940/statm: 2616904 11241 1691 9 0 2607652 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 10467616

[startup+0.100389 s]
/proc/loadavg: 1.93 2.01 1.99 2/195 17940
/proc/meminfo: memFree=1785728/32950928 swapFree=67079488/67111528
[pid=17940] ppid=17938 vsize=10539900 CPUtime=0.1 cores=0,2,4,6
/proc/17940/stat : 17940 (java) S 17938 17940 15624 0 -1 4202496 13084 0 1 0 9 1 0 0 25 0 18 0 902721574 10792857600 12740 33554432000 1073741824 1073778376 140733298140288 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/17940/statm: 2634975 12742 2093 9 0 2625709 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10539900

[startup+0.300356 s]
/proc/loadavg: 1.93 2.01 1.99 2/195 17940
/proc/meminfo: memFree=1785728/32950928 swapFree=67079488/67111528
[pid=17940] ppid=17938 vsize=10541640 CPUtime=0.5 cores=0,2,4,6
/proc/17940/stat : 17940 (java) S 17938 17940 15624 0 -1 4202496 16742 0 1 0 49 1 0 0 25 0 18 0 902721574 10794639360 15798 33554432000 1073741824 1073778376 140733298140288 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/17940/statm: 2635410 15802 2205 9 0 2626144 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 10541640

[startup+0.700335 s]
/proc/loadavg: 1.93 2.01 1.99 2/195 17940
/proc/meminfo: memFree=1785728/32950928 swapFree=67079488/67111528
[pid=17940] ppid=17938 vsize=10549644 CPUtime=1.61 cores=0,2,4,6
/proc/17940/stat : 17940 (java) S 17938 17940 15624 0 -1 4202496 23202 0 1 0 159 2 0 0 25 0 19 0 902721574 10802835456 20047 33554432000 1073741824 1073778376 140733298140288 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/17940/statm: 2637411 20047 2236 9 0 2628145 0
Current children cumulated CPU time (s) 1.61
Current children cumulated vsize (KiB) 10549644

[startup+1.50125 s]
/proc/loadavg: 1.93 2.01 1.99 3/214 17959
/proc/meminfo: memFree=1711944/32950928 swapFree=67079488/67111528
[pid=17940] ppid=17938 vsize=10549644 CPUtime=2.41 cores=0,2,4,6
/proc/17940/stat : 17940 (java) S 17938 17940 15624 0 -1 4202496 24531 0 1 0 239 2 0 0 25 0 19 0 902721574 10802835456 21375 33554432000 1073741824 1073778376 140733298140288 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/17940/statm: 2637411 21375 2238 9 0 2628145 0
[pid=17940/tid=17942] ppid=17938 vsize=10549644 CPUtime=1.48 cores=0,2,4,6
/proc/17940/task/17942/stat : 17942 (java) R 17938 17940 15624 0 -1 4202560 16191 0 1 0 147 1 0 0 25 0 19 0 902721574 10802835456 21375 33554432000 1073741824 1073778376 140733298140288 18446744073709551615 46912505678440 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=17940/tid=17943] ppid=17938 vsize=10549644 CPUtime=0 cores=0,2,4,6
/proc/17940/task/17943/stat : 17943 (java) S 17938 17940 15624 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902721576 10802835456 21375 33554432000 1073741824 1073778376 140733298140288 18446744073709551615 274485783449 0 4 0 16800975 18446604453984686272 0 0 -1 6 0 0 0
[pid=17940/tid=17944] ppid=17938 vsize=10549644 CPUtime=0 cores=0,2,4,6
/proc/17940/task/17944/stat : 17944 (java) S 17938 17940 15624 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902721576 10802835456 21375 33554432000 1073741824 1073778376 140733298140288 18446744073709551615 274485783449 0 4 0 16800975 18446604453984686272 0 0 -1 0 0 0 0
[pid=17940/tid=17945] ppid=17938 vsize=10549644 CPUtime=0 cores=0,2,4,6
/proc/17940/task/17945/stat : 17945 (java) S 17938 17940 15624 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902721576 10802835456 21375 33554432000 1073741824 1073778376 140733298140288 18446744073709551615 274485783449 0 4 0 16800975 18446604453984686272 0 0 -1 4 0 0 0
[pid=17940/tid=17946] ppid=17938 vsize=10549644 CPUtime=0 cores=0,2,4,6
/proc/17940/task/17946/stat : 17946 (java) S 17938 17940 15624 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902721576 10802835456 21375 33554432000 1073741824 1073778376 140733298140288 18446744073709551615 274485783449 0 4 0 16800975 18446604453984686272 0 0 -1 4 0 0 0
[pid=17940/tid=17947] ppid=17938 vsize=10549644 CPUtime=0 cores=0,2,4,6
/proc/17940/task/17947/stat : 17947 (java) S 17938 17940 15624 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902721576 10802835456 21375 33554432000 1073741824 1073778376 140733298140288 18446744073709551615 274485783449 0 4 0 16800975 18446604453984686272 0 0 -1 6 0 0 0
[pid=17940/tid=17948] ppid=17938 vsize=10549644 CPUtime=0 cores=0,2,4,6
/proc/17940/task/17948/stat : 17948 (java) S 17938 17940 15624 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902721576 10802835456 21375 33554432000 1073741824 1073778376 140733298140288 18446744073709551615 274485783449 0 4 0 16800975 18446604453984686272 0 0 -1 6 0 0 0
[pid=17940/tid=17949] ppid=17938 vsize=10549644 CPUtime=0 cores=0,2,4,6
/proc/17940/task/17949/stat : 17949 (java) S 17938 17940 15624 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902721576 10802835456 21375 33554432000 1073741824 1073778376 140733298140288 18446744073709551615 274485783449 0 4 0 16800975 18446604453984686272 0 0 -1 0 0 0 0
[pid=17940/tid=17950] ppid=17938 vsize=10549644 CPUtime=0 cores=0,2,4,6
/proc/17940/task/17950/stat : 17950 (java) S 17938 17940 15624 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902721576 10802835456 21375 33554432000 1073741824 1073778376 140733298140288 18446744073709551615 274485783449 0 4 0 16800975 18446604453984686272 0 0 -1 0 0 0 0
[pid=17940/tid=17951] ppid=17938 vsize=10549644 CPUtime=0 cores=0,2,4,6
/proc/17940/task/17951/stat : 17951 (java) S 17938 17940 15624 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 902721577 10802835456 21375 33554432000 1073741824 1073778376 140733298140288 18446744073709551615 274485784064 0 0 0 16800975 18446604453984686272 0 0 -1 2 0 0 0
[pid=17940/tid=17952] ppid=17938 vsize=10549644 CPUtime=0 cores=0,2,4,6
/proc/17940/task/17952/stat : 17952 (java) S 17938 17940 15624 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 902721578 10802835456 21375 33554432000 1073741824 1073778376 140733298140288 18446744073709551615 274485783449 0 4 0 16800975 18446604453984686272 0 0 -1 2 0 0 0
[pid=17940/tid=17953] ppid=17938 vsize=10549644 CPUtime=0 cores=0,2,4,6
/proc/17940/task/17953/stat : 17953 (java) S 17938 17940 15624 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902721578 10802835456 21375 33554432000 1073741824 1073778376 140733298140288 18446744073709551615 274485783449 0 4 0 16800975 18446604453984686272 0 0 -1 2 0 0 0
[pid=17940/tid=17954] ppid=17938 vsize=10549644 CPUtime=0 cores=0,2,4,6
/proc/17940/task/17954/stat : 17954 (java) S 17938 17940 15624 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902721580 10802835456 21375 33554432000 1073741824 1073778376 140733298140288 18446744073709551615 274485791153 0 4 0 16800975 18446604453984686272 0 0 -1 2 0 0 0
[pid=17940/tid=17955] ppid=17938 vsize=10549644 CPUtime=0.45 cores=0,2,4,6
/proc/17940/task/17955/stat : 17955 (java) S 17938 17940 15624 0 -1 4202560 2786 0 0 0 45 0 0 0 25 0 19 0 902721580 10802835456 21375 33554432000 1073741824 1073778376 140733298140288 18446744073709551615 274485783449 0 4 0 16800975 18446604453984686272 0 0 -1 4 0 0 0
[pid=17940/tid=17956] ppid=17938 vsize=10549644 CPUtime=0.46 cores=0,2,4,6
/proc/17940/task/17956/stat : 17956 (java) S 17938 17940 15624 0 -1 4202560 4392 0 0 0 46 0 0 0 25 0 19 0 902721580 10802835456 21375 33554432000 1073741824 1073778376 140733298140288 18446744073709551615 274485783449 0 4 0 16800975 18446604453984686272 0 0 -1 0 0 0 0
[pid=17940/tid=17957] ppid=17938 vsize=10549644 CPUtime=0 cores=0,2,4,6
/proc/17940/task/17957/stat : 17957 (java) S 17938 17940 15624 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902721580 10802835456 21375 33554432000 1073741824 1073778376 140733298140288 18446744073709551615 274485783449 0 4 0 16800975 18446604453984686272 0 0 -1 2 0 0 0
[pid=17940/tid=17958] ppid=17938 vsize=10549644 CPUtime=0 cores=0,2,4,6
/proc/17940/task/17958/stat : 17958 (java) S 17938 17940 15624 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902721580 10802835456 21375 33554432000 1073741824 1073778376 140733298140288 18446744073709551615 274485784064 0 4 0 16800975 18446604453984686272 0 0 -1 4 0 0 0
[pid=17940/tid=17959] ppid=17938 vsize=10549644 CPUtime=0 cores=0,2,4,6
/proc/17940/task/17959/stat : 17959 (java) S 17938 17940 15624 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902721610 10802835456 21375 33554432000 1073741824 1073778376 140733298140288 18446744073709551615 274485784064 0 4 0 16800975 18446604453984686272 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.41
Current children cumulated vsize (KiB) 10549644

[startup+3.10097 s]
/proc/loadavg: 1.93 2.01 1.99 3/214 17959
/proc/meminfo: memFree=1701012/32950928 swapFree=67079488/67111528
[pid=17940] ppid=17938 vsize=10549644 CPUtime=4.1 cores=0,2,4,6
/proc/17940/stat : 17940 (java) S 17938 17940 15624 0 -1 4202496 29989 0 1 0 407 3 0 0 25 0 19 0 902721574 10802835456 26502 33554432000 1073741824 1073778376 140733298140288 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/17940/statm: 2637411 26502 2264 9 0 2628145 0
[pid=17940/tid=17942] ppid=17938 vsize=10549644 CPUtime=3.06 cores=0,2,4,6
/proc/17940/task/17942/stat : 17942 (java) R 17938 17940 15624 0 -1 4202560 19462 0 1 0 304 2 0 0 25 0 19 0 902721574 10802835456 26502 33554432000 1073741824 1073778376 140733298140288 18446744073709551615 46912505700831 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=17940/tid=17943] ppid=17938 vsize=10549644 CPUtime=0 cores=0,2,4,6
/proc/17940/task/17943/stat : 17943 (java) S 17938 17940 15624 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 902721576 10802835456 26502 33554432000 1073741824 1073778376 140733298140288 18446744073709551615 274485783449 0 4 0 16800975 18446604453984686272 0 0 -1 6 0 0 0
[pid=17940/tid=17944] ppid=17938 vsize=10549644 CPUtime=0 cores=0,2,4,6
/proc/17940/task/17944/stat : 17944 (java) S 17938 17940 15624 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 902721576 10802835456 26502 33554432000 1073741824 1073778376 140733298140288 18446744073709551615 274485783449 0 4 0 16800975 18446604453984686272 0 0 -1 0 0 0 0
[pid=17940/tid=17945] ppid=17938 vsize=10549644 CPUtime=0 cores=0,2,4,6
/proc/17940/task/17945/stat : 17945 (java) S 17938 17940 15624 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 902721576 10802835456 26502 33554432000 1073741824 1073778376 140733298140288 18446744073709551615 274485783449 0 4 0 16800975 18446604453984686272 0 0 -1 4 0 0 0
[pid=17940/tid=17946] ppid=17938 vsize=10549644 CPUtime=0 cores=0,2,4,6
/proc/17940/task/17946/stat : 17946 (java) S 17938 17940 15624 0 -1 4202560 435 0 0 0 0 0 0 0 18 0 19 0 902721576 10802835456 26502 33554432000 1073741824 1073778376 140733298140288 18446744073709551615 274485783449 0 4 0 16800975 18446604453984686272 0 0 -1 0 0 0 0
[pid=17940/tid=17947] ppid=17938 vsize=10549644 CPUtime=0 cores=0,2,4,6
/proc/17940/task/17947/stat : 17947 (java) S 17938 17940 15624 0 -1 4202560 97 0 0 0 0 0 0 0 18 0 19 0 902721576 10802835456 26502 33554432000 1073741824 1073778376 140733298140288 18446744073709551615 274485783449 0 4 0 16800975 18446604453984686272 0 0 -1 6 0 0 0
[pid=17940/tid=17948] ppid=17938 vsize=10549644 CPUtime=0 cores=0,2,4,6
/proc/17940/task/17948/stat : 17948 (java) S 17938 17940 15624 0 -1 4202560 159 0 0 0 0 0 0 0 18 0 19 0 902721576 10802835456 26502 33554432000 1073741824 1073778376 140733298140288 18446744073709551615 274485783449 0 4 0 16800975 18446604453984686272 0 0 -1 6 0 0 0
[pid=17940/tid=17949] ppid=17938 vsize=10549644 CPUtime=0 cores=0,2,4,6
/proc/17940/task/17949/stat : 17949 (java) S 17938 17940 15624 0 -1 4202560 167 0 0 0 0 0 0 0 18 0 19 0 902721576 10802835456 26502 33554432000 1073741824 1073778376 140733298140288 18446744073709551615 274485783449 0 4 0 16800975 18446604453984686272 0 0 -1 0 0 0 0
[pid=17940/tid=17950] ppid=17938 vsize=10549644 CPUtime=0 cores=0,2,4,6
/proc/17940/task/17950/stat : 17950 (java) S 17938 17940 15624 0 -1 4202560 72 0 0 0 0 0 0 0 18 0 19 0 902721576 10802835456 26502 33554432000 1073741824 1073778376 140733298140288 18446744073709551615 274485783449 0 4 0 16800975 18446604453984686272 0 0 -1 0 0 0 0
[pid=17940/tid=17951] ppid=17938 vsize=10549644 CPUtime=0.01 cores=0,2,4,6
/proc/17940/task/17951/stat : 17951 (java) S 17938 17940 15624 0 -1 4202560 918 0 0 0 1 0 0 0 16 0 19 0 902721577 10802835456 26502 33554432000 1073741824 1073778376 140733298140288 18446744073709551615 274485784064 0 0 0 16800975 18446604453984686272 0 0 -1 2 0 0 0
[pid=17940/tid=17952] ppid=17938 vsize=10549644 CPUtime=0 cores=0,2,4,6
/proc/17940/task/17952/stat : 17952 (java) S 17938 17940 15624 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 902721578 10802835456 26502 33554432000 1073741824 1073778376 140733298140288 18446744073709551615 274485783449 0 4 0 16800975 18446604453984686272 0 0 -1 2 0 0 0
[pid=17940/tid=17953] ppid=17938 vsize=10549644 CPUtime=0 cores=0,2,4,6
/proc/17940/task/17953/stat : 17953 (java) S 17938 17940 15624 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 902721578 10802835456 26502 33554432000 1073741824 1073778376 140733298140288 18446744073709551615 274485783449 0 4 0 16800975 18446604453984686272 0 0 -1 2 0 0 0
[pid=17940/tid=17954] ppid=17938 vsize=10549644 CPUtime=0 cores=0,2,4,6
/proc/17940/task/17954/stat : 17954 (java) S 17938 17940 15624 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902721580 10802835456 26502 33554432000 1073741824 1073778376 140733298140288 18446744073709551615 274485791153 0 4 0 16800975 18446604453984686272 0 0 -1 2 0 0 0
[pid=17940/tid=17955] ppid=17938 vsize=10549644 CPUtime=0.5 cores=0,2,4,6
/proc/17940/task/17955/stat : 17955 (java) S 17938 17940 15624 0 -1 4202560 3121 0 0 0 50 0 0 0 15 0 19 0 902721580 10802835456 26502 33554432000 1073741824 1073778376 140733298140288 18446744073709551615 274485783449 0 4 0 16800975 18446604453984686272 0 0 -1 4 0 0 0
[pid=17940/tid=17956] ppid=17938 vsize=10549644 CPUtime=0.49 cores=0,2,4,6
/proc/17940/task/17956/stat : 17956 (java) S 17938 17940 15624 0 -1 4202560 4403 0 0 0 49 0 0 0 15 0 19 0 902721580 10802835456 26502 33554432000 1073741824 1073778376 140733298140288 18446744073709551615 274485783449 0 4 0 16800975 18446604453984686272 0 0 -1 0 0 0 0
[pid=17940/tid=17957] ppid=17938 vsize=10549644 CPUtime=0 cores=0,2,4,6
/proc/17940/task/17957/stat : 17957 (java) S 17938 17940 15624 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902721580 10802835456 26502 33554432000 1073741824 1073778376 140733298140288 18446744073709551615 274485783449 0 4 0 16800975 18446604453984686272 0 0 -1 2 0 0 0
[pid=17940/tid=17958] ppid=17938 vsize=10549644 CPUtime=0 cores=0,2,4,6
/proc/17940/task/17958/stat : 17958 (java) S 17938 17940 15624 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902721580 10802835456 26502 33554432000 1073741824 1073778376 140733298140288 18446744073709551615 274485784064 0 4 0 16800975 18446604453984686272 0 0 -1 4 0 0 0
[pid=17940/tid=17959] ppid=17938 vsize=10549644 CPUtime=0 cores=0,2,4,6
/proc/17940/task/17959/stat : 17959 (java) S 17938 17940 15624 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902721610 10802835456 26502 33554432000 1073741824 1073778376 140733298140288 18446744073709551615 274485784064 0 4 0 16800975 18446604453984686272 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4.1
Current children cumulated vsize (KiB) 10549644

[startup+6.3013 s]
/proc/loadavg: 1.93 2.01 1.99 3/214 17959
/proc/meminfo: memFree=1666416/32950928 swapFree=67079488/67111528
[pid=17940] ppid=17938 vsize=10549644 CPUtime=7.81 cores=0,2,4,6
/proc/17940/stat : 17940 (java) S 17938 17940 15624 0 -1 4202496 38451 0 1 0 776 5 0 0 25 0 19 0 902721574 10802835456 31794 33554432000 1073741824 1073778376 140733298140288 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/17940/statm: 2637411 31794 2264 9 0 2628145 0
[pid=17940/tid=17942] ppid=17938 vsize=10549644 CPUtime=6.11 cores=0,2,4,6
/proc/17940/task/17942/stat : 17942 (java) R 17938 17940 15624 0 -1 4202560 19471 0 1 0 609 2 0 0 25 0 19 0 902721574 10802835456 31794 33554432000 1073741824 1073778376 140733298140288 18446744073709551615 46912505715526 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=17940/tid=17943] ppid=17938 vsize=10549644 CPUtime=0 cores=0,2,4,6
/proc/17940/task/17943/stat : 17943 (java) S 17938 17940 15624 0 -1 4202560 128 0 0 0 0 0 0 0 15 0 19 0 902721576 10802835456 31794 33554432000 1073741824 1073778376 140733298140288 18446744073709551615 274485783449 0 4 0 16800975 18446604453984686272 0 0 -1 0 0 0 0
[pid=17940/tid=17944] ppid=17938 vsize=10549644 CPUtime=0 cores=0,2,4,6
/proc/17940/task/17944/stat : 17944 (java) S 17938 17940 15624 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 902721576 10802835456 31794 33554432000 1073741824 1073778376 140733298140288 18446744073709551615 274485783449 0 4 0 16800975 18446604453984686272 0 0 -1 0 0 0 0
[pid=17940/tid=17945] ppid=17938 vsize=10549644 CPUtime=0 cores=0,2,4,6
/proc/17940/task/17945/stat : 17945 (java) S 17938 17940 15624 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 902721576 10802835456 31794 33554432000 1073741824 1073778376 140733298140288 18446744073709551615 274485783449 0 4 0 16800975 18446604453984686272 0 0 -1 4 0 0 0
[pid=17940/tid=17946] ppid=17938 vsize=10549644 CPUtime=0 cores=0,2,4,6
/proc/17940/task/17946/stat : 17946 (java) S 17938 17940 15624 0 -1 4202560 472 0 0 0 0 0 0 0 15 0 19 0 902721576 10802835456 31794 33554432000 1073741824 1073778376 140733298140288 18446744073709551615 274485783449 0 4 0 16800975 18446604453984686272 0 0 -1 4 0 0 0
[pid=17940/tid=17947] ppid=17938 vsize=10549644 CPUtime=0 cores=0,2,4,6
/proc/17940/task/17947/stat : 17947 (java) S 17938 17940 15624 0 -1 4202560 98 0 0 0 0 0 0 0 15 0 19 0 902721576 10802835456 31794 33554432000 1073741824 1073778376 140733298140288 18446744073709551615 274485783449 0 4 0 16800975 18446604453984686272 0 0 -1 4 0 0 0
[pid=17940/tid=17948] ppid=17938 vsize=10549644 CPUtime=0 cores=0,2,4,6
/proc/17940/task/17948/stat : 17948 (java) S 17938 17940 15624 0 -1 4202560 160 0 0 0 0 0 0 0 15 0 19 0 902721576 10802835456 31794 33554432000 1073741824 1073778376 140733298140288 18446744073709551615 274485783449 0 4 0 16800975 18446604453984686272 0 0 -1 6 0 0 0
[pid=17940/tid=17949] ppid=17938 vsize=10549644 CPUtime=0 cores=0,2,4,6
/proc/17940/task/17949/stat : 17949 (java) S 17938 17940 15624 0 -1 4202560 168 0 0 0 0 0 0 0 15 0 19 0 902721576 10802835456 31794 33554432000 1073741824 1073778376 140733298140288 18446744073709551615 274485783449 0 4 0 16800975 18446604453984686272 0 0 -1 0 0 0 0
[pid=17940/tid=17950] ppid=17938 vsize=10549644 CPUtime=0 cores=0,2,4,6
/proc/17940/task/17950/stat : 17950 (java) S 17938 17940 15624 0 -1 4202560 170 0 0 0 0 0 0 0 15 0 19 0 902721576 10802835456 31794 33554432000 1073741824 1073778376 140733298140288 18446744073709551615 274485783449 0 4 0 16800975 18446604453984686272 0 0 -1 4 0 0 0
[pid=17940/tid=17951] ppid=17938 vsize=10549644 CPUtime=0.14 cores=0,2,4,6
/proc/17940/task/17951/stat : 17951 (java) S 17938 17940 15624 0 -1 4202560 1125 0 0 0 14 0 0 0 16 0 19 0 902721577 10802835456 31794 33554432000 1073741824 1073778376 140733298140288 18446744073709551615 274485784064 0 0 0 16800975 18446604453984686272 0 0 -1 2 0 0 0
[pid=17940/tid=17952] ppid=17938 vsize=10549644 CPUtime=0 cores=0,2,4,6
/proc/17940/task/17952/stat : 17952 (java) S 17938 17940 15624 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 902721578 10802835456 31794 33554432000 1073741824 1073778376 140733298140288 18446744073709551615 274485783449 0 4 0 16800975 18446604453984686272 0 0 -1 2 0 0 0
[pid=17940/tid=17953] ppid=17938 vsize=10549644 CPUtime=0 cores=0,2,4,6
/proc/17940/task/17953/stat : 17953 (java) S 17938 17940 15624 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 902721578 10802835456 31794 33554432000 1073741824 1073778376 140733298140288 18446744073709551615 274485783449 0 4 0 16800975 18446604453984686272 0 0 -1 2 0 0 0
[pid=17940/tid=17954] ppid=17938 vsize=10549644 CPUtime=0 cores=0,2,4,6
/proc/17940/task/17954/stat : 17954 (java) S 17938 17940 15624 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902721580 10802835456 31794 33554432000 1073741824 1073778376 140733298140288 18446744073709551615 274485791153 0 4 0 16800975 18446604453984686272 0 0 -1 2 0 0 0
[pid=17940/tid=17955] ppid=17938 vsize=10549644 CPUtime=0.95 cores=0,2,4,6
/proc/17940/task/17955/stat : 17955 (java) S 17938 17940 15624 0 -1 4202560 11055 0 0 0 93 2 0 0 16 0 19 0 902721580 10802835456 31794 33554432000 1073741824 1073778376 140733298140288 18446744073709551615 274485783449 0 4 0 16800975 18446604453984686272 0 0 -1 4 0 0 0
[pid=17940/tid=17956] ppid=17938 vsize=10549644 CPUtime=0.55 cores=0,2,4,6
/proc/17940/task/17956/stat : 17956 (java) S 17938 17940 15624 0 -1 4202560 4440 0 0 0 55 0 0 0 15 0 19 0 902721580 10802835456 31794 33554432000 1073741824 1073778376 140733298140288 18446744073709551615 274485783449 0 4 0 16800975 18446604453984686272 0 0 -1 0 0 0 0
[pid=17940/tid=17957] ppid=17938 vsize=10549644 CPUtime=0 cores=0,2,4,6
/proc/17940/task/17957/stat : 17957 (java) S 17938 17940 15624 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902721580 10802835456 31794 33554432000 1073741824 1073778376 140733298140288 18446744073709551615 274485783449 0 4 0 16800975 18446604453984686272 0 0 -1 2 0 0 0
[pid=17940/tid=17958] ppid=17938 vsize=10549644 CPUtime=0 cores=0,2,4,6
/proc/17940/task/17958/stat : 17958 (java) S 17938 17940 15624 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902721580 10802835456 31794 33554432000 1073741824 1073778376 140733298140288 18446744073709551615 274485784064 0 4 0 16800975 18446604453984686272 0 0 -1 4 0 0 0
[pid=17940/tid=17959] ppid=17938 vsize=10549644 CPUtime=0 cores=0,2,4,6
/proc/17940/task/17959/stat : 17959 (java) S 17938 17940 15624 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902721610 10802835456 31794 33554432000 1073741824 1073778376 140733298140288 18446744073709551615 274485784064 0 4 0 16800975 18446604453984686272 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 7.81
Current children cumulated vsize (KiB) 10549644

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

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

/proc/17940/task/17943/stat : 17943 (java) S 17938 17940 15624 0 -1 4202560 140 0 0 0 0 0 0 0 16 0 19 0 902721576 10802835456 27185 33554432000 1073741824 1073778376 140733298140288 18446744073709551615 274485783449 0 4 0 16800975 18446604453984686272 0 0 -1 4 0 0 0
[pid=17940/tid=17944] ppid=17938 vsize=10549644 CPUtime=0 cores=0,2,4,6
/proc/17940/task/17944/stat : 17944 (java) S 17938 17940 15624 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 19 0 902721576 10802835456 27185 33554432000 1073741824 1073778376 140733298140288 18446744073709551615 274485783449 0 4 0 16800975 18446604453984686272 0 0 -1 6 0 0 0
[pid=17940/tid=17945] ppid=17938 vsize=10549644 CPUtime=0 cores=0,2,4,6
/proc/17940/task/17945/stat : 17945 (java) S 17938 17940 15624 0 -1 4202560 15 0 0 0 0 0 0 0 15 0 19 0 902721576 10802835456 27185 33554432000 1073741824 1073778376 140733298140288 18446744073709551615 274485783449 0 4 0 16800975 18446604453984686272 0 0 -1 6 0 0 0
[pid=17940/tid=17946] ppid=17938 vsize=10549644 CPUtime=0 cores=0,2,4,6
/proc/17940/task/17946/stat : 17946 (java) S 17938 17940 15624 0 -1 4202560 475 0 0 0 0 0 0 0 15 0 19 0 902721576 10802835456 27185 33554432000 1073741824 1073778376 140733298140288 18446744073709551615 274485783449 0 4 0 16800975 18446604453984686272 0 0 -1 0 0 0 0
[pid=17940/tid=17947] ppid=17938 vsize=10549644 CPUtime=0 cores=0,2,4,6
/proc/17940/task/17947/stat : 17947 (java) S 17938 17940 15624 0 -1 4202560 100 0 0 0 0 0 0 0 16 0 19 0 902721576 10802835456 27185 33554432000 1073741824 1073778376 140733298140288 18446744073709551615 274485783449 0 4 0 16800975 18446604453984686272 0 0 -1 6 0 0 0
[pid=17940/tid=17948] ppid=17938 vsize=10549644 CPUtime=0 cores=0,2,4,6
/proc/17940/task/17948/stat : 17948 (java) S 17938 17940 15624 0 -1 4202560 167 0 0 0 0 0 0 0 15 0 19 0 902721576 10802835456 27185 33554432000 1073741824 1073778376 140733298140288 18446744073709551615 274485783449 0 4 0 16800975 18446604453984686272 0 0 -1 4 0 0 0
[pid=17940/tid=17949] ppid=17938 vsize=10549644 CPUtime=0.01 cores=0,2,4,6
/proc/17940/task/17949/stat : 17949 (java) S 17938 17940 15624 0 -1 4202560 170 0 0 0 1 0 0 0 15 0 19 0 902721576 10802835456 27185 33554432000 1073741824 1073778376 140733298140288 18446744073709551615 274485783449 0 4 0 16800975 18446604453984686272 0 0 -1 4 0 0 0
[pid=17940/tid=17950] ppid=17938 vsize=10549644 CPUtime=0 cores=0,2,4,6
/proc/17940/task/17950/stat : 17950 (java) S 17938 17940 15624 0 -1 4202560 174 0 0 0 0 0 0 0 15 0 19 0 902721576 10802835456 27185 33554432000 1073741824 1073778376 140733298140288 18446744073709551615 274485783449 0 4 0 16800975 18446604453984686272 0 0 -1 0 0 0 0
[pid=17940/tid=17951] ppid=17938 vsize=10549644 CPUtime=0.33 cores=0,2,4,6
/proc/17940/task/17951/stat : 17951 (java) S 17938 17940 15624 0 -1 4202560 1240 0 0 0 33 0 0 0 16 0 19 0 902721577 10802835456 27185 33554432000 1073741824 1073778376 140733298140288 18446744073709551615 274485784064 0 0 0 16800975 18446604453984686272 0 0 -1 2 0 0 0
[pid=17940/tid=17952] ppid=17938 vsize=10549644 CPUtime=0 cores=0,2,4,6
/proc/17940/task/17952/stat : 17952 (java) S 17938 17940 15624 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 902721578 10802835456 27185 33554432000 1073741824 1073778376 140733298140288 18446744073709551615 274485783449 0 4 0 16800975 18446604453984686272 0 0 -1 2 0 0 0
[pid=17940/tid=17953] ppid=17938 vsize=10549644 CPUtime=0 cores=0,2,4,6
/proc/17940/task/17953/stat : 17953 (java) S 17938 17940 15624 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 902721578 10802835456 27185 33554432000 1073741824 1073778376 140733298140288 18446744073709551615 274485783449 0 4 0 16800975 18446604453984686272 0 0 -1 2 0 0 0
[pid=17940/tid=17954] ppid=17938 vsize=10549644 CPUtime=0 cores=0,2,4,6
/proc/17940/task/17954/stat : 17954 (java) S 17938 17940 15624 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902721580 10802835456 27185 33554432000 1073741824 1073778376 140733298140288 18446744073709551615 274485791153 0 4 0 16800975 18446604453984686272 0 0 -1 2 0 0 0
[pid=17940/tid=17955] ppid=17938 vsize=10549644 CPUtime=0.97 cores=0,2,4,6
/proc/17940/task/17955/stat : 17955 (java) S 17938 17940 15624 0 -1 4202560 11055 0 0 0 95 2 0 0 15 0 19 0 902721580 10802835456 27185 33554432000 1073741824 1073778376 140733298140288 18446744073709551615 274485783449 0 4 0 16800975 18446604453984686272 0 0 -1 4 0 0 0
[pid=17940/tid=17956] ppid=17938 vsize=10549644 CPUtime=0.56 cores=0,2,4,6
/proc/17940/task/17956/stat : 17956 (java) S 17938 17940 15624 0 -1 4202560 4440 0 0 0 56 0 0 0 15 0 19 0 902721580 10802835456 27185 33554432000 1073741824 1073778376 140733298140288 18446744073709551615 274485783449 0 4 0 16800975 18446604453984686272 0 0 -1 0 0 0 0
[pid=17940/tid=17957] ppid=17938 vsize=10549644 CPUtime=0 cores=0,2,4,6
/proc/17940/task/17957/stat : 17957 (java) S 17938 17940 15624 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902721580 10802835456 27185 33554432000 1073741824 1073778376 140733298140288 18446744073709551615 274485783449 0 4 0 16800975 18446604453984686272 0 0 -1 2 0 0 0
[pid=17940/tid=17958] ppid=17938 vsize=10549644 CPUtime=0 cores=0,2,4,6
/proc/17940/task/17958/stat : 17958 (java) S 17938 17940 15624 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902721580 10802835456 27185 33554432000 1073741824 1073778376 140733298140288 18446744073709551615 274485784064 0 4 0 16800975 18446604453984686272 0 0 -1 4 0 0 0
[pid=17940/tid=17959] ppid=17938 vsize=10549644 CPUtime=0 cores=0,2,4,6
/proc/17940/task/17959/stat : 17959 (java) S 17938 17940 15624 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902721610 10802835456 27185 33554432000 1073741824 1073778376 140733298140288 18446744073709551615 274485784064 0 4 0 16800975 18446604453984686272 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 13.46
Current children cumulated vsize (KiB) 10549644

[startup+12.3014 s]
/proc/loadavg: 1.94 2.01 1.99 3/214 17959
/proc/meminfo: memFree=1683776/32950928 swapFree=67079488/67111528
[pid=17940] ppid=17938 vsize=10549644 CPUtime=13.87 cores=0,2,4,6
/proc/17940/stat : 17940 (java) S 17938 17940 15624 0 -1 4202496 38653 0 1 0 1381 6 0 0 25 0 19 0 902721574 10802835456 27218 33554432000 1073741824 1073778376 140733298140288 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/17940/statm: 2637411 27218 2264 9 0 2628145 0
[pid=17940/tid=17942] ppid=17938 vsize=10549644 CPUtime=11.89 cores=0,2,4,6
/proc/17940/task/17942/stat : 17942 (java) R 17938 17940 15624 0 -1 4202560 19484 0 1 0 1187 2 0 0 25 0 19 0 902721574 10802835456 27218 33554432000 1073741824 1073778376 140733298140288 18446744073709551615 46912505700573 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=17940/tid=17943] ppid=17938 vsize=10549644 CPUtime=0 cores=0,2,4,6
/proc/17940/task/17943/stat : 17943 (java) S 17938 17940 15624 0 -1 4202560 140 0 0 0 0 0 0 0 15 0 19 0 902721576 10802835456 27218 33554432000 1073741824 1073778376 140733298140288 18446744073709551615 274485783449 0 4 0 16800975 18446604453984686272 0 0 -1 4 0 0 0
[pid=17940/tid=17944] ppid=17938 vsize=10549644 CPUtime=0 cores=0,2,4,6
/proc/17940/task/17944/stat : 17944 (java) S 17938 17940 15624 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 19 0 902721576 10802835456 27218 33554432000 1073741824 1073778376 140733298140288 18446744073709551615 274485783449 0 4 0 16800975 18446604453984686272 0 0 -1 6 0 0 0
[pid=17940/tid=17945] ppid=17938 vsize=10549644 CPUtime=0 cores=0,2,4,6
/proc/17940/task/17945/stat : 17945 (java) S 17938 17940 15624 0 -1 4202560 15 0 0 0 0 0 0 0 15 0 19 0 902721576 10802835456 27218 33554432000 1073741824 1073778376 140733298140288 18446744073709551615 274485783449 0 4 0 16800975 18446604453984686272 0 0 -1 6 0 0 0
[pid=17940/tid=17946] ppid=17938 vsize=10549644 CPUtime=0 cores=0,2,4,6
/proc/17940/task/17946/stat : 17946 (java) S 17938 17940 15624 0 -1 4202560 475 0 0 0 0 0 0 0 15 0 19 0 902721576 10802835456 27218 33554432000 1073741824 1073778376 140733298140288 18446744073709551615 274485783449 0 4 0 16800975 18446604453984686272 0 0 -1 6 0 0 0
[pid=17940/tid=17947] ppid=17938 vsize=10549644 CPUtime=0.01 cores=0,2,4,6
/proc/17940/task/17947/stat : 17947 (java) S 17938 17940 15624 0 -1 4202560 102 0 0 0 1 0 0 0 16 0 19 0 902721576 10802835456 27218 33554432000 1073741824 1073778376 140733298140288 18446744073709551615 274485783449 0 4 0 16800975 18446604453984686272 0 0 -1 6 0 0 0
[pid=17940/tid=17948] ppid=17938 vsize=10549644 CPUtime=0 cores=0,2,4,6
/proc/17940/task/17948/stat : 17948 (java) S 17938 17940 15624 0 -1 4202560 167 0 0 0 0 0 0 0 15 0 19 0 902721576 10802835456 27218 33554432000 1073741824 1073778376 140733298140288 18446744073709551615 274485783449 0 4 0 16800975 18446604453984686272 0 0 -1 4 0 0 0
[pid=17940/tid=17949] ppid=17938 vsize=10549644 CPUtime=0.01 cores=0,2,4,6
/proc/17940/task/17949/stat : 17949 (java) S 17938 17940 15624 0 -1 4202560 170 0 0 0 1 0 0 0 15 0 19 0 902721576 10802835456 27218 33554432000 1073741824 1073778376 140733298140288 18446744073709551615 274485783449 0 4 0 16800975 18446604453984686272 0 0 -1 4 0 0 0
[pid=17940/tid=17950] ppid=17938 vsize=10549644 CPUtime=0.01 cores=0,2,4,6
/proc/17940/task/17950/stat : 17950 (java) S 17938 17940 15624 0 -1 4202560 174 0 0 0 1 0 0 0 16 0 19 0 902721576 10802835456 27218 33554432000 1073741824 1073778376 140733298140288 18446744073709551615 274485783449 0 4 0 16800975 18446604453984686272 0 0 -1 0 0 0 0
[pid=17940/tid=17951] ppid=17938 vsize=10549644 CPUtime=0.34 cores=0,2,4,6
/proc/17940/task/17951/stat : 17951 (java) S 17938 17940 15624 0 -1 4202560 1271 0 0 0 34 0 0 0 16 0 19 0 902721577 10802835456 27218 33554432000 1073741824 1073778376 140733298140288 18446744073709551615 274485784064 0 0 0 16800975 18446604453984686272 0 0 -1 2 0 0 0
[pid=17940/tid=17952] ppid=17938 vsize=10549644 CPUtime=0 cores=0,2,4,6
/proc/17940/task/17952/stat : 17952 (java) S 17938 17940 15624 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 902721578 10802835456 27218 33554432000 1073741824 1073778376 140733298140288 18446744073709551615 274485783449 0 4 0 16800975 18446604453984686272 0 0 -1 2 0 0 0
[pid=17940/tid=17953] ppid=17938 vsize=10549644 CPUtime=0 cores=0,2,4,6
/proc/17940/task/17953/stat : 17953 (java) S 17938 17940 15624 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 902721578 10802835456 27218 33554432000 1073741824 1073778376 140733298140288 18446744073709551615 274485783449 0 4 0 16800975 18446604453984686272 0 0 -1 2 0 0 0
[pid=17940/tid=17954] ppid=17938 vsize=10549644 CPUtime=0 cores=0,2,4,6
/proc/17940/task/17954/stat : 17954 (java) S 17938 17940 15624 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902721580 10802835456 27218 33554432000 1073741824 1073778376 140733298140288 18446744073709551615 274485791153 0 4 0 16800975 18446604453984686272 0 0 -1 2 0 0 0
[pid=17940/tid=17955] ppid=17938 vsize=10549644 CPUtime=0.97 cores=0,2,4,6
/proc/17940/task/17955/stat : 17955 (java) S 17938 17940 15624 0 -1 4202560 11055 0 0 0 95 2 0 0 15 0 19 0 902721580 10802835456 27218 33554432000 1073741824 1073778376 140733298140288 18446744073709551615 274485783449 0 4 0 16800975 18446604453984686272 0 0 -1 4 0 0 0
[pid=17940/tid=17956] ppid=17938 vsize=10549644 CPUtime=0.56 cores=0,2,4,6
/proc/17940/task/17956/stat : 17956 (java) S 17938 17940 15624 0 -1 4202560 4440 0 0 0 56 0 0 0 15 0 19 0 902721580 10802835456 27218 33554432000 1073741824 1073778376 140733298140288 18446744073709551615 274485783449 0 4 0 16800975 18446604453984686272 0 0 -1 0 0 0 0
[pid=17940/tid=17957] ppid=17938 vsize=10549644 CPUtime=0 cores=0,2,4,6
/proc/17940/task/17957/stat : 17957 (java) S 17938 17940 15624 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902721580 10802835456 27218 33554432000 1073741824 1073778376 140733298140288 18446744073709551615 274485783449 0 4 0 16800975 18446604453984686272 0 0 -1 2 0 0 0
[pid=17940/tid=17958] ppid=17938 vsize=10549644 CPUtime=0 cores=0,2,4,6
/proc/17940/task/17958/stat : 17958 (java) S 17938 17940 15624 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902721580 10802835456 27218 33554432000 1073741824 1073778376 140733298140288 18446744073709551615 274485784064 0 4 0 16800975 18446604453984686272 0 0 -1 4 0 0 0
[pid=17940/tid=17959] ppid=17938 vsize=10549644 CPUtime=0 cores=0,2,4,6
/proc/17940/task/17959/stat : 17959 (java) S 17938 17940 15624 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902721610 10802835456 27218 33554432000 1073741824 1073778376 140733298140288 18446744073709551615 274485784064 0 4 0 16800975 18446604453984686272 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 13.87
Current children cumulated vsize (KiB) 10549644

[startup+12.5013 s]
/proc/loadavg: 1.94 2.01 1.99 3/214 17959
/proc/meminfo: memFree=1683776/32950928 swapFree=67079488/67111528
[pid=17940] ppid=17938 vsize=10549644 CPUtime=14.07 cores=0,2,4,6
/proc/17940/stat : 17940 (java) S 17938 17940 15624 0 -1 4202496 38653 0 1 0 1401 6 0 0 25 0 19 0 902721574 10802835456 27218 33554432000 1073741824 1073778376 140733298140288 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/17940/statm: 2637411 27218 2264 9 0 2628145 0
[pid=17940/tid=17942] ppid=17938 vsize=10549644 CPUtime=12.09 cores=0,2,4,6
/proc/17940/task/17942/stat : 17942 (java) R 17938 17940 15624 0 -1 4202560 19484 0 1 0 1207 2 0 0 25 0 19 0 902721574 10802835456 27218 33554432000 1073741824 1073778376 140733298140288 18446744073709551615 46912505701752 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=17940/tid=17943] ppid=17938 vsize=10549644 CPUtime=0 cores=0,2,4,6
/proc/17940/task/17943/stat : 17943 (java) S 17938 17940 15624 0 -1 4202560 140 0 0 0 0 0 0 0 15 0 19 0 902721576 10802835456 27218 33554432000 1073741824 1073778376 140733298140288 18446744073709551615 274485783449 0 4 0 16800975 18446604453984686272 0 0 -1 4 0 0 0
[pid=17940/tid=17944] ppid=17938 vsize=10549644 CPUtime=0 cores=0,2,4,6
/proc/17940/task/17944/stat : 17944 (java) S 17938 17940 15624 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 19 0 902721576 10802835456 27218 33554432000 1073741824 1073778376 140733298140288 18446744073709551615 274485783449 0 4 0 16800975 18446604453984686272 0 0 -1 6 0 0 0
[pid=17940/tid=17945] ppid=17938 vsize=10549644 CPUtime=0 cores=0,2,4,6
/proc/17940/task/17945/stat : 17945 (java) S 17938 17940 15624 0 -1 4202560 15 0 0 0 0 0 0 0 15 0 19 0 902721576 10802835456 27218 33554432000 1073741824 1073778376 140733298140288 18446744073709551615 274485783449 0 4 0 16800975 18446604453984686272 0 0 -1 6 0 0 0
[pid=17940/tid=17946] ppid=17938 vsize=10549644 CPUtime=0 cores=0,2,4,6
/proc/17940/task/17946/stat : 17946 (java) S 17938 17940 15624 0 -1 4202560 475 0 0 0 0 0 0 0 15 0 19 0 902721576 10802835456 27218 33554432000 1073741824 1073778376 140733298140288 18446744073709551615 274485783449 0 4 0 16800975 18446604453984686272 0 0 -1 6 0 0 0
[pid=17940/tid=17947] ppid=17938 vsize=10549644 CPUtime=0.01 cores=0,2,4,6
/proc/17940/task/17947/stat : 17947 (java) S 17938 17940 15624 0 -1 4202560 102 0 0 0 1 0 0 0 16 0 19 0 902721576 10802835456 27218 33554432000 1073741824 1073778376 140733298140288 18446744073709551615 274485783449 0 4 0 16800975 18446604453984686272 0 0 -1 6 0 0 0
[pid=17940/tid=17948] ppid=17938 vsize=10549644 CPUtime=0 cores=0,2,4,6
/proc/17940/task/17948/stat : 17948 (java) S 17938 17940 15624 0 -1 4202560 167 0 0 0 0 0 0 0 15 0 19 0 902721576 10802835456 27218 33554432000 1073741824 1073778376 140733298140288 18446744073709551615 274485783449 0 4 0 16800975 18446604453984686272 0 0 -1 4 0 0 0
[pid=17940/tid=17949] ppid=17938 vsize=10549644 CPUtime=0.01 cores=0,2,4,6
/proc/17940/task/17949/stat : 17949 (java) S 17938 17940 15624 0 -1 4202560 170 0 0 0 1 0 0 0 15 0 19 0 902721576 10802835456 27218 33554432000 1073741824 1073778376 140733298140288 18446744073709551615 274485783449 0 4 0 16800975 18446604453984686272 0 0 -1 4 0 0 0
[pid=17940/tid=17950] ppid=17938 vsize=10549644 CPUtime=0.01 cores=0,2,4,6
/proc/17940/task/17950/stat : 17950 (java) S 17938 17940 15624 0 -1 4202560 174 0 0 0 1 0 0 0 16 0 19 0 902721576 10802835456 27218 33554432000 1073741824 1073778376 140733298140288 18446744073709551615 274485783449 0 4 0 16800975 18446604453984686272 0 0 -1 0 0 0 0
[pid=17940/tid=17951] ppid=17938 vsize=10549644 CPUtime=0.34 cores=0,2,4,6
/proc/17940/task/17951/stat : 17951 (java) S 17938 17940 15624 0 -1 4202560 1271 0 0 0 34 0 0 0 16 0 19 0 902721577 10802835456 27218 33554432000 1073741824 1073778376 140733298140288 18446744073709551615 274485784064 0 0 0 16800975 18446604453984686272 0 0 -1 2 0 0 0
[pid=17940/tid=17952] ppid=17938 vsize=10549644 CPUtime=0 cores=0,2,4,6
/proc/17940/task/17952/stat : 17952 (java) S 17938 17940 15624 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 902721578 10802835456 27218 33554432000 1073741824 1073778376 140733298140288 18446744073709551615 274485783449 0 4 0 16800975 18446604453984686272 0 0 -1 2 0 0 0
[pid=17940/tid=17953] ppid=17938 vsize=10549644 CPUtime=0 cores=0,2,4,6
/proc/17940/task/17953/stat : 17953 (java) S 17938 17940 15624 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 902721578 10802835456 27218 33554432000 1073741824 1073778376 140733298140288 18446744073709551615 274485783449 0 4 0 16800975 18446604453984686272 0 0 -1 2 0 0 0
[pid=17940/tid=17954] ppid=17938 vsize=10549644 CPUtime=0 cores=0,2,4,6
/proc/17940/task/17954/stat : 17954 (java) S 17938 17940 15624 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902721580 10802835456 27218 33554432000 1073741824 1073778376 140733298140288 18446744073709551615 274485791153 0 4 0 16800975 18446604453984686272 0 0 -1 2 0 0 0
[pid=17940/tid=17955] ppid=17938 vsize=10549644 CPUtime=0.97 cores=0,2,4,6
/proc/17940/task/17955/stat : 17955 (java) S 17938 17940 15624 0 -1 4202560 11055 0 0 0 95 2 0 0 15 0 19 0 902721580 10802835456 27218 33554432000 1073741824 1073778376 140733298140288 18446744073709551615 274485783449 0 4 0 16800975 18446604453984686272 0 0 -1 4 0 0 0
[pid=17940/tid=17956] ppid=17938 vsize=10549644 CPUtime=0.56 cores=0,2,4,6
/proc/17940/task/17956/stat : 17956 (java) S 17938 17940 15624 0 -1 4202560 4440 0 0 0 56 0 0 0 15 0 19 0 902721580 10802835456 27218 33554432000 1073741824 1073778376 140733298140288 18446744073709551615 274485783449 0 4 0 16800975 18446604453984686272 0 0 -1 0 0 0 0
[pid=17940/tid=17957] ppid=17938 vsize=10549644 CPUtime=0 cores=0,2,4,6
/proc/17940/task/17957/stat : 17957 (java) S 17938 17940 15624 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902721580 10802835456 27218 33554432000 1073741824 1073778376 140733298140288 18446744073709551615 274485783449 0 4 0 16800975 18446604453984686272 0 0 -1 2 0 0 0
[pid=17940/tid=17958] ppid=17938 vsize=10549644 CPUtime=0 cores=0,2,4,6
/proc/17940/task/17958/stat : 17958 (java) S 17938 17940 15624 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902721580 10802835456 27218 33554432000 1073741824 1073778376 140733298140288 18446744073709551615 274485784064 0 4 0 16800975 18446604453984686272 0 0 -1 4 0 0 0
[pid=17940/tid=17959] ppid=17938 vsize=10549644 CPUtime=0 cores=0,2,4,6
/proc/17940/task/17959/stat : 17959 (java) S 17938 17940 15624 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902721610 10802835456 27218 33554432000 1073741824 1073778376 140733298140288 18446744073709551615 274485784064 0 4 0 16800975 18446604453984686272 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 14.07
Current children cumulated vsize (KiB) 10549644

[startup+12.6012 s]
/proc/loadavg: 1.94 2.01 1.99 3/214 17959
/proc/meminfo: memFree=1683776/32950928 swapFree=67079488/67111528
[pid=17940] ppid=17938 vsize=10549644 CPUtime=14.17 cores=0,2,4,6
/proc/17940/stat : 17940 (java) S 17938 17940 15624 0 -1 4202496 38655 0 1 0 1411 6 0 0 25 0 19 0 902721574 10802835456 27220 33554432000 1073741824 1073778376 140733298140288 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/17940/statm: 2637411 27220 2264 9 0 2628145 0
[pid=17940/tid=17942] ppid=17938 vsize=10549644 CPUtime=12.19 cores=0,2,4,6
/proc/17940/task/17942/stat : 17942 (java) R 17938 17940 15624 0 -1 4202560 19486 0 1 0 1217 2 0 0 25 0 19 0 902721574 10802835456 27220 33554432000 1073741824 1073778376 140733298140288 18446744073709551615 46912505794656 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=17940/tid=17943] ppid=17938 vsize=10549644 CPUtime=0 cores=0,2,4,6
/proc/17940/task/17943/stat : 17943 (java) S 17938 17940 15624 0 -1 4202560 140 0 0 0 0 0 0 0 15 0 19 0 902721576 10802835456 27220 33554432000 1073741824 1073778376 140733298140288 18446744073709551615 274485783449 0 4 0 16800975 18446604453984686272 0 0 -1 4 0 0 0
[pid=17940/tid=17944] ppid=17938 vsize=10549644 CPUtime=0 cores=0,2,4,6
/proc/17940/task/17944/stat : 17944 (java) S 17938 17940 15624 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 19 0 902721576 10802835456 27220 33554432000 1073741824 1073778376 140733298140288 18446744073709551615 274485783449 0 4 0 16800975 18446604453984686272 0 0 -1 6 0 0 0
[pid=17940/tid=17945] ppid=17938 vsize=10549644 CPUtime=0 cores=0,2,4,6
/proc/17940/task/17945/stat : 17945 (java) S 17938 17940 15624 0 -1 4202560 15 0 0 0 0 0 0 0 15 0 19 0 902721576 10802835456 27220 33554432000 1073741824 1073778376 140733298140288 18446744073709551615 274485783449 0 4 0 16800975 18446604453984686272 0 0 -1 6 0 0 0
[pid=17940/tid=17946] ppid=17938 vsize=10549644 CPUtime=0 cores=0,2,4,6
/proc/17940/task/17946/stat : 17946 (java) S 17938 17940 15624 0 -1 4202560 475 0 0 0 0 0 0 0 15 0 19 0 902721576 10802835456 27220 33554432000 1073741824 1073778376 140733298140288 18446744073709551615 274485783449 0 4 0 16800975 18446604453984686272 0 0 -1 6 0 0 0
[pid=17940/tid=17947] ppid=17938 vsize=10549644 CPUtime=0.01 cores=0,2,4,6
/proc/17940/task/17947/stat : 17947 (java) S 17938 17940 15624 0 -1 4202560 102 0 0 0 1 0 0 0 16 0 19 0 902721576 10802835456 27220 33554432000 1073741824 1073778376 140733298140288 18446744073709551615 274485783449 0 4 0 16800975 18446604453984686272 0 0 -1 6 0 0 0
[pid=17940/tid=17948] ppid=17938 vsize=10549644 CPUtime=0 cores=0,2,4,6
/proc/17940/task/17948/stat : 17948 (java) S 17938 17940 15624 0 -1 4202560 167 0 0 0 0 0 0 0 15 0 19 0 902721576 10802835456 27220 33554432000 1073741824 1073778376 140733298140288 18446744073709551615 274485783449 0 4 0 16800975 18446604453984686272 0 0 -1 4 0 0 0
[pid=17940/tid=17949] ppid=17938 vsize=10549644 CPUtime=0.01 cores=0,2,4,6
/proc/17940/task/17949/stat : 17949 (java) S 17938 17940 15624 0 -1 4202560 170 0 0 0 1 0 0 0 15 0 19 0 902721576 10802835456 27220 33554432000 1073741824 1073778376 140733298140288 18446744073709551615 274485783449 0 4 0 16800975 18446604453984686272 0 0 -1 4 0 0 0
[pid=17940/tid=17950] ppid=17938 vsize=10549644 CPUtime=0.01 cores=0,2,4,6
/proc/17940/task/17950/stat : 17950 (java) S 17938 17940 15624 0 -1 4202560 174 0 0 0 1 0 0 0 16 0 19 0 902721576 10802835456 27220 33554432000 1073741824 1073778376 140733298140288 18446744073709551615 274485783449 0 4 0 16800975 18446604453984686272 0 0 -1 0 0 0 0
[pid=17940/tid=17951] ppid=17938 vsize=10549644 CPUtime=0.34 cores=0,2,4,6
/proc/17940/task/17951/stat : 17951 (java) S 17938 17940 15624 0 -1 4202560 1271 0 0 0 34 0 0 0 16 0 19 0 902721577 10802835456 27220 33554432000 1073741824 1073778376 140733298140288 18446744073709551615 274485784064 0 0 0 16800975 18446604453984686272 0 0 -1 2 0 0 0
[pid=17940/tid=17952] ppid=17938 vsize=10549644 CPUtime=0 cores=0,2,4,6
/proc/17940/task/17952/stat : 17952 (java) S 17938 17940 15624 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 902721578 10802835456 27220 33554432000 1073741824 1073778376 140733298140288 18446744073709551615 274485783449 0 4 0 16800975 18446604453984686272 0 0 -1 2 0 0 0
[pid=17940/tid=17953] ppid=17938 vsize=10549644 CPUtime=0 cores=0,2,4,6
/proc/17940/task/17953/stat : 17953 (java) S 17938 17940 15624 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 902721578 10802835456 27220 33554432000 1073741824 1073778376 140733298140288 18446744073709551615 274485783449 0 4 0 16800975 18446604453984686272 0 0 -1 2 0 0 0
[pid=17940/tid=17954] ppid=17938 vsize=10549644 CPUtime=0 cores=0,2,4,6
/proc/17940/task/17954/stat : 17954 (java) S 17938 17940 15624 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902721580 10802835456 27220 33554432000 1073741824 1073778376 140733298140288 18446744073709551615 274485791153 0 4 0 16800975 18446604453984686272 0 0 -1 2 0 0 0
[pid=17940/tid=17955] ppid=17938 vsize=10549644 CPUtime=0.97 cores=0,2,4,6
/proc/17940/task/17955/stat : 17955 (java) S 17938 17940 15624 0 -1 4202560 11055 0 0 0 95 2 0 0 15 0 19 0 902721580 10802835456 27220 33554432000 1073741824 1073778376 140733298140288 18446744073709551615 274485783449 0 4 0 16800975 18446604453984686272 0 0 -1 4 0 0 0
[pid=17940/tid=17956] ppid=17938 vsize=10549644 CPUtime=0.56 cores=0,2,4,6
/proc/17940/task/17956/stat : 17956 (java) S 17938 17940 15624 0 -1 4202560 4440 0 0 0 56 0 0 0 15 0 19 0 902721580 10802835456 27220 33554432000 1073741824 1073778376 140733298140288 18446744073709551615 274485783449 0 4 0 16800975 18446604453984686272 0 0 -1 0 0 0 0
[pid=17940/tid=17957] ppid=17938 vsize=10549644 CPUtime=0 cores=0,2,4,6
/proc/17940/task/17957/stat : 17957 (java) S 17938 17940 15624 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902721580 10802835456 27220 33554432000 1073741824 1073778376 140733298140288 18446744073709551615 274485783449 0 4 0 16800975 18446604453984686272 0 0 -1 2 0 0 0
[pid=17940/tid=17958] ppid=17938 vsize=10549644 CPUtime=0 cores=0,2,4,6
/proc/17940/task/17958/stat : 17958 (java) S 17938 17940 15624 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902721580 10802835456 27220 33554432000 1073741824 1073778376 140733298140288 18446744073709551615 274485784064 0 4 0 16800975 18446604453984686272 0 0 -1 4 0 0 0
[pid=17940/tid=17959] ppid=17938 vsize=10549644 CPUtime=0 cores=0,2,4,6
/proc/17940/task/17959/stat : 17959 (java) S 17938 17940 15624 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902721610 10802835456 27220 33554432000 1073741824 1073778376 140733298140288 18446744073709551615 274485784064 0 4 0 16800975 18446604453984686272 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 14.17
Current children cumulated vsize (KiB) 10549644

Child status: 30
Real time (s): 12.6291
CPU time (s): 14.2048
CPU user time (s): 14.1388
CPU system time (s): 0.065989
CPU usage (%): 112.477
Max. virtual memory (cumulated for all children) (KiB): 10549644

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 14.1388
system time used= 0.065989
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38683
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= 1180
involuntary context switches= 467

runsolver used 0.025996 second user time and 0.047992 second system time

The end

Launcher Data

Begin job on node125 at 2011-06-12 22:40:19
IDJOB=3492015
IDBENCH=79257
IDSOLVER=1982
FILE ID=node125/3492015-1307911219
RUNJOBID= node125-1307907420-16977
PBS_JOBID= 13559581
Free space on /var/tmp= 2892 MiB

SOLVER NAME= Sat4j Resolution 2011-06-08
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900551864--soft-0-100-0.wbo
COMMAND LINE= java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3492015-1307911219/watcher-3492015-1307911219 -o /var/tmp/evaluation-result-3492015-1307911219/solver-3492015-1307911219 -C 1800 -W 1900 -M 15500  java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3492015-1307911219.wbo

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

MD5SUM BENCH= 917ecf2b03be28c1e7bdced93c48bfdc
RANDOM SEED=2013166044

node125.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.828
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.65
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.828
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	: 5266.55
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.828
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.84
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.828
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.74
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.828
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.82
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.828
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.74
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.828
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.828
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:       1786008 kB
Buffers:         65388 kB
Cached:       30030744 kB
SwapCached:       3272 kB
Active:       15240956 kB
Inactive:     14981244 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       1786008 kB
SwapTotal:    67111528 kB
SwapFree:     67079488 kB
Dirty:             480 kB
Writeback:           0 kB
AnonPages:      124472 kB
Mapped:          22316 kB
Slab:           878624 kB
PageTables:       5032 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 10545960 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 /var/tmp at the end= 2892 MiB
End job on node125 at 2011-06-12 22:40:32