Trace number 3492658

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 27.5948 26.5853

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900554072--soft-33-100-0.wbo
MD5SUMbecc9aeeb3178c7d9d9e6e8b76e31de7
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard 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 benchmark27.5948
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 constraints1857
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 93863
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 93862
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 695
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.02/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.02/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.08	c See www.sat4j.org for details.
0.02/0.09	c version 2.3.1.v20110525
0.02/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.09	c java.vm.version	19.1-b02
0.02/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.09	c sun.arch.data.model	64
0.02/0.09	c java.version		1.6.0_24
0.02/0.09	c os.name		Linux
0.02/0.09	c os.version		2.6.18-164.el5
0.02/0.09	c os.arch		amd64
0.02/0.09	c Free memory 		9996466904
0.02/0.09	c Max memory 		10048897024
0.02/0.09	c Total memory 		10048897024
0.02/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-3492658-1307910234.wbo
0.10/0.11	c reading problem ... 
0.49/0.31	c ... done. Wall clock time 0.203s.
0.49/0.31	c #vars     2088
0.49/0.31	c #constraints  2707
0.49/0.31	c constraints type 
0.49/0.31	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2612
0.49/0.31	c org.sat4j.minisat.constraints.card.MinWatchCard => 5
0.49/0.31	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 72
0.49/0.31	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 18
0.76/0.44	c SATISFIABLE
0.76/0.44	c OPTIMIZING...
0.76/0.44	c Got one! Elapsed wall clock time (in seconds):0.329
0.76/0.44	o 711
0.76/0.49	c Got one! Elapsed wall clock time (in seconds):0.38
0.76/0.49	o 583
1.04/0.52	c Got one! Elapsed wall clock time (in seconds):0.412
1.04/0.52	o 404
1.04/0.54	c Got one! Elapsed wall clock time (in seconds):0.431
1.04/0.54	o 382
1.04/0.56	c Got one! Elapsed wall clock time (in seconds):0.45
1.04/0.56	o 339
1.04/0.59	c Got one! Elapsed wall clock time (in seconds):0.485
1.04/0.59	o 278
1.28/0.61	c Got one! Elapsed wall clock time (in seconds):0.504
1.28/0.61	o 239
1.28/0.64	c Got one! Elapsed wall clock time (in seconds):0.532
1.28/0.64	o 181
1.28/0.68	c Got one! Elapsed wall clock time (in seconds):0.57
1.28/0.68	o 152
1.44/0.70	c Got one! Elapsed wall clock time (in seconds):0.593
1.44/0.70	o 144
1.44/0.72	c Got one! Elapsed wall clock time (in seconds):0.615
1.44/0.72	o 142
1.54/0.80	c Got one! Elapsed wall clock time (in seconds):0.696
1.54/0.80	o 127
1.54/0.85	c Got one! Elapsed wall clock time (in seconds):0.739
1.54/0.85	o 126
1.65/0.93	c Got one! Elapsed wall clock time (in seconds):0.819
1.65/0.93	o 117
1.65/0.99	c Got one! Elapsed wall clock time (in seconds):0.882
1.65/0.99	o 112
2.05/1.32	c Got one! Elapsed wall clock time (in seconds):1.213
2.05/1.32	o 109
2.15/1.42	c Got one! Elapsed wall clock time (in seconds):1.313
2.15/1.42	o 101
2.45/1.74	c Got one! Elapsed wall clock time (in seconds):1.635
2.45/1.74	o 92
2.87/2.11	c Got one! Elapsed wall clock time (in seconds):1.997
2.87/2.11	o 87
3.09/2.32	c Got one! Elapsed wall clock time (in seconds):2.216
3.09/2.32	o 77
3.09/2.37	c Got one! Elapsed wall clock time (in seconds):2.259
3.09/2.37	o 66
3.19/2.47	c Got one! Elapsed wall clock time (in seconds):2.36
3.19/2.47	o 62
3.39/2.62	c Got one! Elapsed wall clock time (in seconds):2.51
3.39/2.62	o 52
3.49/2.79	c cleaning 6684 clauses out of 13378 with flag 1000/13378
3.63/2.89	c Got one! Elapsed wall clock time (in seconds):2.777
3.63/2.89	o 50
3.93/3.11	c Got one! Elapsed wall clock time (in seconds):3.003
3.93/3.11	o 39
4.23/3.47	c Got one! Elapsed wall clock time (in seconds):3.359
4.23/3.47	o 38
4.33/3.58	c cleaning 6968 clauses out of 13941 with flag 1000/20625
4.54/3.74	c Got one! Elapsed wall clock time (in seconds):3.631
4.54/3.74	o 34
5.04/4.24	c cleaning 5991 clauses out of 11991 with flag 4001/25643
5.19/4.33	c Got one! Elapsed wall clock time (in seconds):4.223
5.19/4.33	o 32
5.29/4.42	c Got one! Elapsed wall clock time (in seconds):4.316
5.29/4.42	o 28
5.29/4.48	c Got one! Elapsed wall clock time (in seconds):4.37
5.29/4.48	o 22
5.49/4.61	c Got one! Elapsed wall clock time (in seconds):4.499
5.49/4.61	o 21
5.89/5.03	c Got one! Elapsed wall clock time (in seconds):4.917
5.89/5.03	o 20
5.99/5.12	c cleaning 6754 clauses out of 13516 with flag 1000/33159
6.89/6.08	c cleaning 6377 clauses out of 12762 with flag 7000/39159
7.39/6.56	c Got one! Elapsed wall clock time (in seconds):6.447
7.39/6.56	o 14
7.89/7.03	c cleaning 8248 clauses out of 16503 with flag 5000/49277
8.19/7.32	c Got one! Elapsed wall clock time (in seconds):7.216
8.19/7.32	o 13
8.39/7.50	c cleaning 6842 clauses out of 13697 with flag 2001/54719
8.80/7.93	c cleaning 6425 clauses out of 12855 with flag 8001/60719
9.30/8.46	c cleaning 6710 clauses out of 13430 with flag 15001/67719
9.90/9.00	c cleaning 7354 clauses out of 14719 with flag 23000/75718
9.90/9.04	c Got one! Elapsed wall clock time (in seconds):8.93
9.90/9.04	o 5
10.20/9.39	c cleaning 6325 clauses out of 12655 with flag 5000/81008
10.60/9.77	c cleaning 6157 clauses out of 12330 with flag 11000/87008
11.10/10.21	c cleaning 6578 clauses out of 13173 with flag 18000/94008
11.50/10.68	c cleaning 7291 clauses out of 14597 with flag 26002/102010
12.11/11.22	c cleaning 8146 clauses out of 16304 with flag 35000/111008
12.11/11.28	c Got one! Elapsed wall clock time (in seconds):11.169
12.11/11.28	o 1
12.51/11.64	c cleaning 6971 clauses out of 13965 with flag 5000/116815
12.92/12.02	c cleaning 6492 clauses out of 12994 with flag 11000/122815
13.31/12.40	c cleaning 6748 clauses out of 13502 with flag 18000/129815
13.72/12.85	c cleaning 7373 clauses out of 14755 with flag 26001/137816
14.22/13.31	c cleaning 8186 clauses out of 16382 with flag 35001/146816
14.72/13.88	c cleaning 9089 clauses out of 18197 with flag 45002/156817
15.33/14.47	c cleaning 9549 clauses out of 19106 with flag 55000/166815
15.83/14.99	c cleaning 9770 clauses out of 19558 with flag 65001/176816
16.43/15.51	c cleaning 9884 clauses out of 19787 with flag 75000/186815
16.93/16.05	c cleaning 9949 clauses out of 19905 with flag 85002/196817
17.44/16.56	c cleaning 9973 clauses out of 19955 with flag 95001/206816
17.93/17.08	c cleaning 9988 clauses out of 19983 with flag 105002/216817
18.54/17.66	c cleaning 9992 clauses out of 19994 with flag 115001/226816
19.14/18.20	c cleaning 9990 clauses out of 20001 with flag 125000/236815
19.64/18.73	c cleaning 10003 clauses out of 20013 with flag 135002/246817
20.14/19.24	c cleaning 9999 clauses out of 20008 with flag 145000/256815
20.64/19.80	c cleaning 9996 clauses out of 20009 with flag 155000/266815
21.16/20.26	c cleaning 10001 clauses out of 20013 with flag 165000/276815
21.68/20.75	c cleaning 10000 clauses out of 20013 with flag 175001/286816
22.18/21.26	c cleaning 10004 clauses out of 20013 with flag 185001/296816
22.68/21.71	c cleaning 10000 clauses out of 20008 with flag 195000/306815
23.18/22.20	c cleaning 10001 clauses out of 20009 with flag 205001/316816
23.58/22.67	c cleaning 9999 clauses out of 20007 with flag 215000/326815
24.09/23.15	c cleaning 9999 clauses out of 20008 with flag 225000/336815
24.59/23.66	c cleaning 10005 clauses out of 20014 with flag 235005/346820
25.09/24.11	c cleaning 9996 clauses out of 20006 with flag 245002/356817
25.49/24.57	c cleaning 10000 clauses out of 20008 with flag 255000/366815
25.99/25.07	c cleaning 9998 clauses out of 20008 with flag 265000/376815
26.49/25.57	c cleaning 10002 clauses out of 20011 with flag 275001/386816
27.09/26.10	c cleaning 9996 clauses out of 20009 with flag 285002/396817
27.49/26.57	c starts		: 172
27.49/26.57	c conflicts		: 405271
27.49/26.57	c decisions		: 747485
27.49/26.57	c propagations		: 19227634
27.49/26.57	c inspects		: 223460711
27.49/26.57	c shortcuts		: 0
27.49/26.57	c learnt literals	: 8
27.49/26.57	c learnt binary clauses	: 48
27.49/26.57	c learnt ternary clauses	: 390
27.49/26.57	c learnt constraints	: 405262
27.49/26.57	c ignored constraints	: 0
27.49/26.57	c root simplifications	: 0
27.49/26.57	c removed literals (reason simplification)	: 1847217
27.49/26.57	c reason swapping (by a shorter reason)	: 0
27.49/26.57	c Calls to reduceDB	: 45
27.49/26.57	c number of reductions to clauses (during analyze)	: 0
27.49/26.57	c number of learned constraints concerned by reduction	: 0
27.49/26.57	c number of learning phase by resolution	: 0
27.49/26.57	c number of learning phase by cutting planes	: 0
27.49/26.57	c speed (assignments/second)	: 1257118.927754168
27.49/26.57	c non guided choices	4466
27.49/26.57	c learnt constraints type 
27.49/26.57	c constraints type 
27.49/26.57	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2612
27.49/26.57	c org.sat4j.minisat.constraints.card.MinWatchCard => 5
27.49/26.57	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 72
27.49/26.57	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 18
27.49/26.57	s OPTIMUM FOUND
27.49/26.57	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.49/26.57	c objective function=1
27.49/26.57	c Total wall clock time (in seconds): 26.467

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

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 1.99 1.97 1.91 3/192 29966
/proc/meminfo: memFree=2328228/32951124 swapFree=67062556/67111528
[pid=29966] ppid=29964 vsize=23028 CPUtime=0 cores=1,3,5,7
/proc/29966/stat : 29966 (java) R 29964 29966 27812 0 -1 4202496 505 0 0 0 0 0 0 0 24 0 1 0 981253865 23580672 246 33554432000 1073741824 1073778376 140736702645552 18446744073709551615 252453103360 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/29966/statm: 5757 257 199 9 0 124 0

[startup+0.039778 s]
/proc/loadavg: 1.99 1.97 1.91 3/192 29966
/proc/meminfo: memFree=2328228/32951124 swapFree=67062556/67111528
[pid=29966] ppid=29964 vsize=10466452 CPUtime=0.02 cores=1,3,5,7
/proc/29966/stat : 29966 (java) S 29964 29966 27812 0 -1 4202496 11083 0 1 0 2 0 0 0 24 0 12 0 981253865 10717646848 10779 33554432000 1073741824 1073778376 140736702645552 18446744073709551615 252469868517 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/29966/statm: 2616613 10780 1633 9 0 2607361 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 10466452

[startup+0.100731 s]
/proc/loadavg: 1.99 1.97 1.91 3/192 29966
/proc/meminfo: memFree=2328228/32951124 swapFree=67062556/67111528
[pid=29966] ppid=29964 vsize=10539888 CPUtime=0.1 cores=1,3,5,7
/proc/29966/stat : 29966 (java) S 29964 29966 27812 0 -1 4202496 13037 0 1 0 9 1 0 0 24 0 18 0 981253865 10792845312 12702 33554432000 1073741824 1073778376 140736702645552 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/29966/statm: 2634972 12702 2092 9 0 2625706 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10539888

[startup+0.305771 s]
/proc/loadavg: 1.99 1.97 1.91 3/192 29966
/proc/meminfo: memFree=2328228/32951124 swapFree=67062556/67111528
[pid=29966] ppid=29964 vsize=10540904 CPUtime=0.49 cores=1,3,5,7
/proc/29966/stat : 29966 (java) S 29964 29966 27812 0 -1 4202496 16482 0 1 0 47 2 0 0 24 0 18 0 981253865 10793885696 15539 33554432000 1073741824 1073778376 140736702645552 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/29966/statm: 2635226 15539 2201 9 0 2625960 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 10540904

[startup+0.700655 s]
/proc/loadavg: 1.99 1.97 1.91 3/192 29966
/proc/meminfo: memFree=2328228/32951124 swapFree=67062556/67111528
[pid=29966] ppid=29964 vsize=10544764 CPUtime=1.44 cores=1,3,5,7
/proc/29966/stat : 29966 (java) S 29964 29966 27812 0 -1 4202496 20553 0 1 0 142 2 0 0 24 0 19 0 981253865 10797838336 18723 33554432000 1073741824 1073778376 140736702645552 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/29966/statm: 2636191 18723 2225 9 0 2626925 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 10544764

[startup+1.50151 s]
/proc/loadavg: 1.99 1.97 1.91 3/211 29985
/proc/meminfo: memFree=2257492/32951124 swapFree=67062556/67111528
[pid=29966] ppid=29964 vsize=10544764 CPUtime=2.25 cores=1,3,5,7
/proc/29966/stat : 29966 (java) S 29964 29966 27812 0 -1 4202496 22307 0 1 0 222 3 0 0 24 0 19 0 981253865 10797838336 20476 33554432000 1073741824 1073778376 140736702645552 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/29966/statm: 2636191 20476 2227 9 0 2626925 0
[pid=29966/tid=29968] ppid=29964 vsize=10544764 CPUtime=1.47 cores=1,3,5,7
/proc/29966/task/29968/stat : 29968 (java) R 29964 29966 27812 0 -1 4202560 16811 0 1 0 146 1 0 0 20 0 19 0 981253866 10797838336 20476 33554432000 1073741824 1073778376 140736702645552 18446744073709551615 46912505777640 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=29966/tid=29969] ppid=29964 vsize=10544764 CPUtime=0 cores=1,3,5,7
/proc/29966/task/29969/stat : 29969 (java) S 29964 29966 27812 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981253868 10797838336 20476 33554432000 1073741824 1073778376 140736702645552 18446744073709551615 252469881753 0 4 0 16800975 18446604465383106624 0 0 -1 7 0 0 0
[pid=29966/tid=29970] ppid=29964 vsize=10544764 CPUtime=0 cores=1,3,5,7
/proc/29966/task/29970/stat : 29970 (java) S 29964 29966 27812 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981253868 10797838336 20476 33554432000 1073741824 1073778376 140736702645552 18446744073709551615 252469881753 0 4 0 16800975 18446604465383106624 0 0 -1 7 0 0 0
[pid=29966/tid=29971] ppid=29964 vsize=10544764 CPUtime=0 cores=1,3,5,7
/proc/29966/task/29971/stat : 29971 (java) S 29964 29966 27812 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981253868 10797838336 20476 33554432000 1073741824 1073778376 140736702645552 18446744073709551615 252469881753 0 4 0 16800975 18446604465383106624 0 0 -1 7 0 0 0
[pid=29966/tid=29972] ppid=29964 vsize=10544764 CPUtime=0 cores=1,3,5,7
/proc/29966/task/29972/stat : 29972 (java) S 29964 29966 27812 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981253868 10797838336 20476 33554432000 1073741824 1073778376 140736702645552 18446744073709551615 252469881753 0 4 0 16800975 18446604465383106624 0 0 -1 7 0 0 0
[pid=29966/tid=29973] ppid=29964 vsize=10544764 CPUtime=0 cores=1,3,5,7
/proc/29966/task/29973/stat : 29973 (java) S 29964 29966 27812 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981253868 10797838336 20476 33554432000 1073741824 1073778376 140736702645552 18446744073709551615 252469881753 0 4 0 16800975 18446604465383106624 0 0 -1 7 0 0 0
[pid=29966/tid=29974] ppid=29964 vsize=10544764 CPUtime=0 cores=1,3,5,7
/proc/29966/task/29974/stat : 29974 (java) S 29964 29966 27812 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981253868 10797838336 20476 33554432000 1073741824 1073778376 140736702645552 18446744073709551615 252469881753 0 4 0 16800975 18446604465383106624 0 0 -1 7 0 0 0
[pid=29966/tid=29975] ppid=29964 vsize=10544764 CPUtime=0 cores=1,3,5,7
/proc/29966/task/29975/stat : 29975 (java) S 29964 29966 27812 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981253868 10797838336 20476 33554432000 1073741824 1073778376 140736702645552 18446744073709551615 252469881753 0 4 0 16800975 18446604465383106624 0 0 -1 7 0 0 0
[pid=29966/tid=29976] ppid=29964 vsize=10544764 CPUtime=0 cores=1,3,5,7
/proc/29966/task/29976/stat : 29976 (java) S 29964 29966 27812 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981253868 10797838336 20476 33554432000 1073741824 1073778376 140736702645552 18446744073709551615 252469881753 0 4 0 16800975 18446604465383106624 0 0 -1 7 0 0 0
[pid=29966/tid=29977] ppid=29964 vsize=10544764 CPUtime=0 cores=1,3,5,7
/proc/29966/task/29977/stat : 29977 (java) S 29964 29966 27812 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 981253869 10797838336 20476 33554432000 1073741824 1073778376 140736702645552 18446744073709551615 252469882368 0 0 0 16800975 18446604465383106624 0 0 -1 1 0 0 0
[pid=29966/tid=29978] ppid=29964 vsize=10544764 CPUtime=0 cores=1,3,5,7
/proc/29966/task/29978/stat : 29978 (java) S 29964 29966 27812 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 981253869 10797838336 20476 33554432000 1073741824 1073778376 140736702645552 18446744073709551615 252469881753 0 4 0 16800975 18446604465383106624 0 0 -1 1 0 0 0
[pid=29966/tid=29979] ppid=29964 vsize=10544764 CPUtime=0 cores=1,3,5,7
/proc/29966/task/29979/stat : 29979 (java) S 29964 29966 27812 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 981253869 10797838336 20476 33554432000 1073741824 1073778376 140736702645552 18446744073709551615 252469881753 0 4 0 16800975 18446604465383106624 0 0 -1 1 0 0 0
[pid=29966/tid=29980] ppid=29964 vsize=10544764 CPUtime=0 cores=1,3,5,7
/proc/29966/task/29980/stat : 29980 (java) S 29964 29966 27812 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981253871 10797838336 20476 33554432000 1073741824 1073778376 140736702645552 18446744073709551615 252469889457 0 4 0 16800975 18446604465383106624 0 0 -1 1 0 0 0
[pid=29966/tid=29981] ppid=29964 vsize=10544764 CPUtime=0.4 cores=1,3,5,7
/proc/29966/task/29981/stat : 29981 (java) S 29964 29966 27812 0 -1 4202560 1721 0 0 0 40 0 0 0 15 0 19 0 981253871 10797838336 20476 33554432000 1073741824 1073778376 140736702645552 18446744073709551615 252469881753 0 4 0 16800975 18446604465383106624 0 0 -1 3 0 0 0
[pid=29966/tid=29982] ppid=29964 vsize=10544764 CPUtime=0.35 cores=1,3,5,7
/proc/29966/task/29982/stat : 29982 (java) S 29964 29966 27812 0 -1 4202560 2612 0 0 0 35 0 0 0 16 0 19 0 981253871 10797838336 20476 33554432000 1073741824 1073778376 140736702645552 18446744073709551615 252469881753 0 4 0 16800975 18446604465383106624 0 0 -1 5 0 0 0
[pid=29966/tid=29983] ppid=29964 vsize=10544764 CPUtime=0 cores=1,3,5,7
/proc/29966/task/29983/stat : 29983 (java) S 29964 29966 27812 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981253871 10797838336 20476 33554432000 1073741824 1073778376 140736702645552 18446744073709551615 252469881753 0 4 0 16800975 18446604465383106624 0 0 -1 1 0 0 0
[pid=29966/tid=29984] ppid=29964 vsize=10544764 CPUtime=0 cores=1,3,5,7
/proc/29966/task/29984/stat : 29984 (java) S 29964 29966 27812 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 981253871 10797838336 20476 33554432000 1073741824 1073778376 140736702645552 18446744073709551615 252469882368 0 4 0 16800975 18446604465383106624 0 0 -1 3 0 0 0
[pid=29966/tid=29985] ppid=29964 vsize=10544764 CPUtime=0 cores=1,3,5,7
/proc/29966/task/29985/stat : 29985 (java) S 29964 29966 27812 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 981253899 10797838336 20476 33554432000 1073741824 1073778376 140736702645552 18446744073709551615 252469882368 0 4 0 16800975 18446604465383106624 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.25
Current children cumulated vsize (KiB) 10544764

[startup+3.10121 s]
/proc/loadavg: 1.99 1.97 1.91 3/211 29985
/proc/meminfo: memFree=2253028/32951124 swapFree=67062556/67111528
[pid=29966] ppid=29964 vsize=10544764 CPUtime=3.93 cores=1,3,5,7
/proc/29966/stat : 29966 (java) S 29964 29966 27812 0 -1 4202496 25697 0 1 0 390 3 0 0 24 0 19 0 981253865 10797838336 23801 33554432000 1073741824 1073778376 140736702645552 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/29966/statm: 2636191 23801 2254 9 0 2626925 0
[pid=29966/tid=29968] ppid=29964 vsize=10544764 CPUtime=3.06 cores=1,3,5,7
/proc/29966/task/29968/stat : 29968 (java) R 29964 29966 27812 0 -1 4202560 18466 0 1 0 304 2 0 0 25 0 19 0 981253866 10797838336 23801 33554432000 1073741824 1073778376 140736702645552 18446744073709551615 46912505735852 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=29966/tid=29969] ppid=29964 vsize=10544764 CPUtime=0 cores=1,3,5,7
/proc/29966/task/29969/stat : 29969 (java) S 29964 29966 27812 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 981253868 10797838336 23801 33554432000 1073741824 1073778376 140736702645552 18446744073709551615 252469881753 0 4 0 16800975 18446604465383106624 0 0 -1 7 0 0 0
[pid=29966/tid=29970] ppid=29964 vsize=10544764 CPUtime=0 cores=1,3,5,7
/proc/29966/task/29970/stat : 29970 (java) S 29964 29966 27812 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 981253868 10797838336 23801 33554432000 1073741824 1073778376 140736702645552 18446744073709551615 252469881753 0 4 0 16800975 18446604465383106624 0 0 -1 7 0 0 0
[pid=29966/tid=29971] ppid=29964 vsize=10544764 CPUtime=0 cores=1,3,5,7
/proc/29966/task/29971/stat : 29971 (java) S 29964 29966 27812 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 981253868 10797838336 23801 33554432000 1073741824 1073778376 140736702645552 18446744073709551615 252469881753 0 4 0 16800975 18446604465383106624 0 0 -1 7 0 0 0
[pid=29966/tid=29972] ppid=29964 vsize=10544764 CPUtime=0 cores=1,3,5,7
/proc/29966/task/29972/stat : 29972 (java) S 29964 29966 27812 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 981253868 10797838336 23801 33554432000 1073741824 1073778376 140736702645552 18446744073709551615 252469881753 0 4 0 16800975 18446604465383106624 0 0 -1 7 0 0 0
[pid=29966/tid=29973] ppid=29964 vsize=10544764 CPUtime=0 cores=1,3,5,7
/proc/29966/task/29973/stat : 29973 (java) S 29964 29966 27812 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 981253868 10797838336 23801 33554432000 1073741824 1073778376 140736702645552 18446744073709551615 252469881753 0 4 0 16800975 18446604465383106624 0 0 -1 7 0 0 0
[pid=29966/tid=29974] ppid=29964 vsize=10544764 CPUtime=0 cores=1,3,5,7
/proc/29966/task/29974/stat : 29974 (java) S 29964 29966 27812 0 -1 4202560 101 0 0 0 0 0 0 0 18 0 19 0 981253868 10797838336 23801 33554432000 1073741824 1073778376 140736702645552 18446744073709551615 252469881753 0 4 0 16800975 18446604465383106624 0 0 -1 3 0 0 0
[pid=29966/tid=29975] ppid=29964 vsize=10544764 CPUtime=0 cores=1,3,5,7
/proc/29966/task/29975/stat : 29975 (java) S 29964 29966 27812 0 -1 4202560 347 0 0 0 0 0 0 0 18 0 19 0 981253868 10797838336 23801 33554432000 1073741824 1073778376 140736702645552 18446744073709551615 252469881753 0 4 0 16800975 18446604465383106624 0 0 -1 7 0 0 0
[pid=29966/tid=29976] ppid=29964 vsize=10544764 CPUtime=0 cores=1,3,5,7
/proc/29966/task/29976/stat : 29976 (java) S 29964 29966 27812 0 -1 4202560 388 0 0 0 0 0 0 0 18 0 19 0 981253868 10797838336 23801 33554432000 1073741824 1073778376 140736702645552 18446744073709551615 252469881753 0 4 0 16800975 18446604465383106624 0 0 -1 7 0 0 0
[pid=29966/tid=29977] ppid=29964 vsize=10544764 CPUtime=0.01 cores=1,3,5,7
/proc/29966/task/29977/stat : 29977 (java) S 29964 29966 27812 0 -1 4202560 825 0 0 0 1 0 0 0 16 0 19 0 981253869 10797838336 23801 33554432000 1073741824 1073778376 140736702645552 18446744073709551615 252469882368 0 0 0 16800975 18446604465383106624 0 0 -1 1 0 0 0
[pid=29966/tid=29978] ppid=29964 vsize=10544764 CPUtime=0 cores=1,3,5,7
/proc/29966/task/29978/stat : 29978 (java) S 29964 29966 27812 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 981253869 10797838336 23801 33554432000 1073741824 1073778376 140736702645552 18446744073709551615 252469881753 0 4 0 16800975 18446604465383106624 0 0 -1 1 0 0 0
[pid=29966/tid=29979] ppid=29964 vsize=10544764 CPUtime=0 cores=1,3,5,7
/proc/29966/task/29979/stat : 29979 (java) S 29964 29966 27812 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 981253869 10797838336 23801 33554432000 1073741824 1073778376 140736702645552 18446744073709551615 252469881753 0 4 0 16800975 18446604465383106624 0 0 -1 1 0 0 0
[pid=29966/tid=29980] ppid=29964 vsize=10544764 CPUtime=0 cores=1,3,5,7
/proc/29966/task/29980/stat : 29980 (java) S 29964 29966 27812 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981253871 10797838336 23801 33554432000 1073741824 1073778376 140736702645552 18446744073709551615 252469889457 0 4 0 16800975 18446604465383106624 0 0 -1 1 0 0 0
[pid=29966/tid=29981] ppid=29964 vsize=10544764 CPUtime=0.42 cores=1,3,5,7
/proc/29966/task/29981/stat : 29981 (java) S 29964 29966 27812 0 -1 4202560 1727 0 0 0 42 0 0 0 15 0 19 0 981253871 10797838336 23801 33554432000 1073741824 1073778376 140736702645552 18446744073709551615 252469881753 0 4 0 16800975 18446604465383106624 0 0 -1 3 0 0 0
[pid=29966/tid=29982] ppid=29964 vsize=10544764 CPUtime=0.4 cores=1,3,5,7
/proc/29966/task/29982/stat : 29982 (java) S 29964 29966 27812 0 -1 4202560 2685 0 0 0 40 0 0 0 15 0 19 0 981253871 10797838336 23801 33554432000 1073741824 1073778376 140736702645552 18446744073709551615 252469881753 0 4 0 16800975 18446604465383106624 0 0 -1 5 0 0 0
[pid=29966/tid=29983] ppid=29964 vsize=10544764 CPUtime=0 cores=1,3,5,7
/proc/29966/task/29983/stat : 29983 (java) S 29964 29966 27812 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981253871 10797838336 23801 33554432000 1073741824 1073778376 140736702645552 18446744073709551615 252469881753 0 4 0 16800975 18446604465383106624 0 0 -1 1 0 0 0
[pid=29966/tid=29984] ppid=29964 vsize=10544764 CPUtime=0 cores=1,3,5,7
/proc/29966/task/29984/stat : 29984 (java) S 29964 29966 27812 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 981253871 10797838336 23801 33554432000 1073741824 1073778376 140736702645552 18446744073709551615 252469882368 0 4 0 16800975 18446604465383106624 0 0 -1 3 0 0 0
[pid=29966/tid=29985] ppid=29964 vsize=10544764 CPUtime=0 cores=1,3,5,7
/proc/29966/task/29985/stat : 29985 (java) S 29964 29966 27812 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 981253899 10797838336 23801 33554432000 1073741824 1073778376 140736702645552 18446744073709551615 252469882368 0 4 0 16800975 18446604465383106624 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.93
Current children cumulated vsize (KiB) 10544764

[startup+6.30061 s]
/proc/loadavg: 1.99 1.97 1.91 3/211 29985
/proc/meminfo: memFree=2238048/32951124 swapFree=67062556/67111528
[pid=29966] ppid=29964 vsize=10544196 CPUtime=7.19 cores=1,3,5,7
/proc/29966/stat : 29966 (java) S 29964 29966 27812 0 -1 4202496 26528 0 1 0 716 3 0 0 24 0 19 0 981253865 10797256704 24230 33554432000 1073741824 1073778376 140736702645552 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/29966/statm: 2636049 24230 2254 9 0 2626783 0
[pid=29966/tid=29968] ppid=29964 vsize=10544196 CPUtime=6.19 cores=1,3,5,7
/proc/29966/task/29968/stat : 29968 (java) R 29964 29966 27812 0 -1 4202560 18472 0 1 0 617 2 0 0 25 0 19 0 981253866 10797256704 24230 33554432000 1073741824 1073778376 140736702645552 18446744073709551615 46912505709098 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=29966/tid=29969] ppid=29964 vsize=10544196 CPUtime=0 cores=1,3,5,7
/proc/29966/task/29969/stat : 29969 (java) S 29964 29966 27812 0 -1 4202560 239 0 0 0 0 0 0 0 15 0 19 0 981253868 10797256704 24230 33554432000 1073741824 1073778376 140736702645552 18446744073709551615 252469881753 0 4 0 16800975 18446604465383106624 0 0 -1 7 0 0 0
[pid=29966/tid=29970] ppid=29964 vsize=10544196 CPUtime=0 cores=1,3,5,7
/proc/29966/task/29970/stat : 29970 (java) S 29964 29966 27812 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 981253868 10797256704 24230 33554432000 1073741824 1073778376 140736702645552 18446744073709551615 252469881753 0 4 0 16800975 18446604465383106624 0 0 -1 7 0 0 0
[pid=29966/tid=29971] ppid=29964 vsize=10544196 CPUtime=0 cores=1,3,5,7
/proc/29966/task/29971/stat : 29971 (java) S 29964 29966 27812 0 -1 4202560 101 0 0 0 0 0 0 0 16 0 19 0 981253868 10797256704 24230 33554432000 1073741824 1073778376 140736702645552 18446744073709551615 252469881753 0 4 0 16800975 18446604465383106624 0 0 -1 7 0 0 0
[pid=29966/tid=29972] ppid=29964 vsize=10544196 CPUtime=0 cores=1,3,5,7
/proc/29966/task/29972/stat : 29972 (java) S 29964 29966 27812 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 981253868 10797256704 24230 33554432000 1073741824 1073778376 140736702645552 18446744073709551615 252469881753 0 4 0 16800975 18446604465383106624 0 0 -1 3 0 0 0
[pid=29966/tid=29973] ppid=29964 vsize=10544196 CPUtime=0 cores=1,3,5,7
/proc/29966/task/29973/stat : 29973 (java) S 29964 29966 27812 0 -1 4202560 50 0 0 0 0 0 0 0 15 0 19 0 981253868 10797256704 24230 33554432000 1073741824 1073778376 140736702645552 18446744073709551615 252469881753 0 4 0 16800975 18446604465383106624 0 0 -1 3 0 0 0
[pid=29966/tid=29974] ppid=29964 vsize=10544196 CPUtime=0 cores=1,3,5,7
/proc/29966/task/29974/stat : 29974 (java) S 29964 29966 27812 0 -1 4202560 132 0 0 0 0 0 0 0 15 0 19 0 981253868 10797256704 24230 33554432000 1073741824 1073778376 140736702645552 18446744073709551615 252469881753 0 4 0 16800975 18446604465383106624 0 0 -1 3 0 0 0
[pid=29966/tid=29975] ppid=29964 vsize=10544196 CPUtime=0 cores=1,3,5,7
/proc/29966/task/29975/stat : 29975 (java) S 29964 29966 27812 0 -1 4202560 347 0 0 0 0 0 0 0 15 0 19 0 981253868 10797256704 24230 33554432000 1073741824 1073778376 140736702645552 18446744073709551615 252469881753 0 4 0 16800975 18446604465383106624 0 0 -1 3 0 0 0
[pid=29966/tid=29976] ppid=29964 vsize=10544196 CPUtime=0 cores=1,3,5,7
/proc/29966/task/29976/stat : 29976 (java) S 29964 29966 27812 0 -1 4202560 420 0 0 0 0 0 0 0 15 0 19 0 981253868 10797256704 24230 33554432000 1073741824 1073778376 140736702645552 18446744073709551615 252469881753 0 4 0 16800975 18446604465383106624 0 0 -1 7 0 0 0
[pid=29966/tid=29977] ppid=29964 vsize=10544196 CPUtime=0.07 cores=1,3,5,7
/proc/29966/task/29977/stat : 29977 (java) S 29964 29966 27812 0 -1 4202560 1046 0 0 0 7 0 0 0 16 0 19 0 981253869 10797256704 24230 33554432000 1073741824 1073778376 140736702645552 18446744073709551615 252469882368 0 0 0 16800975 18446604465383106624 0 0 -1 1 0 0 0
[pid=29966/tid=29978] ppid=29964 vsize=10544196 CPUtime=0 cores=1,3,5,7
/proc/29966/task/29978/stat : 29978 (java) S 29964 29966 27812 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 981253869 10797256704 24230 33554432000 1073741824 1073778376 140736702645552 18446744073709551615 252469881753 0 4 0 16800975 18446604465383106624 0 0 -1 1 0 0 0
[pid=29966/tid=29979] ppid=29964 vsize=10544196 CPUtime=0 cores=1,3,5,7
/proc/29966/task/29979/stat : 29979 (java) S 29964 29966 27812 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 981253869 10797256704 24230 33554432000 1073741824 1073778376 140736702645552 18446744073709551615 252469881753 0 4 0 16800975 18446604465383106624 0 0 -1 1 0 0 0
[pid=29966/tid=29980] ppid=29964 vsize=10544196 CPUtime=0 cores=1,3,5,7
/proc/29966/task/29980/stat : 29980 (java) S 29964 29966 27812 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981253871 10797256704 24230 33554432000 1073741824 1073778376 140736702645552 18446744073709551615 252469889457 0 4 0 16800975 18446604465383106624 0 0 -1 1 0 0 0
[pid=29966/tid=29981] ppid=29964 vsize=10544196 CPUtime=0.47 cores=1,3,5,7
/proc/29966/task/29981/stat : 29981 (java) S 29964 29966 27812 0 -1 4202560 1874 0 0 0 47 0 0 0 15 0 19 0 981253871 10797256704 24230 33554432000 1073741824 1073778376 140736702645552 18446744073709551615 252469881753 0 4 0 16800975 18446604465383106624 0 0 -1 3 0 0 0
[pid=29966/tid=29982] ppid=29964 vsize=10544196 CPUtime=0.41 cores=1,3,5,7
/proc/29966/task/29982/stat : 29982 (java) S 29964 29966 27812 0 -1 4202560 2685 0 0 0 41 0 0 0 15 0 19 0 981253871 10797256704 24230 33554432000 1073741824 1073778376 140736702645552 18446744073709551615 252469881753 0 4 0 16800975 18446604465383106624 0 0 -1 5 0 0 0
[pid=29966/tid=29983] ppid=29964 vsize=10544196 CPUtime=0 cores=1,3,5,7
/proc/29966/task/29983/stat : 29983 (java) S 29964 29966 27812 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981253871 10797256704 24230 33554432000 1073741824 1073778376 140736702645552 18446744073709551615 252469881753 0 4 0 16800975 18446604465383106624 0 0 -1 1 0 0 0
[pid=29966/tid=29984] ppid=29964 vsize=10544196 CPUtime=0 cores=1,3,5,7
/proc/29966/task/29984/stat : 29984 (java) S 29964 29966 27812 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 981253871 10797256704 24230 33554432000 1073741824 1073778376 140736702645552 18446744073709551615 252469882368 0 4 0 16800975 18446604465383106624 0 0 -1 7 0 0 0
[pid=29966/tid=29985] ppid=29964 vsize=10544196 CPUtime=0 cores=1,3,5,7
/proc/29966/task/29985/stat : 29985 (java) S 29964 29966 27812 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 981253899 10797256704 24230 33554432000 1073741824 1073778376 140736702645552 18446744073709551615 252469882368 0 4 0 16800975 18446604465383106624 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 7.19
Current children cumulated vsize (KiB) 10544196

[startup+12.7014 s]

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

/proc/29966/task/29970/stat : 29970 (java) S 29964 29966 27812 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 981253868 10796331008 24014 33554432000 1073741824 1073778376 140736702645552 18446744073709551615 252469881753 0 4 0 16800975 18446604465383106624 0 0 -1 3 0 0 0
[pid=29966/tid=29971] ppid=29964 vsize=10543292 CPUtime=0 cores=1,3,5,7
/proc/29966/task/29971/stat : 29971 (java) S 29964 29966 27812 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 19 0 981253868 10796331008 24014 33554432000 1073741824 1073778376 140736702645552 18446744073709551615 252469881753 0 4 0 16800975 18446604465383106624 0 0 -1 7 0 0 0
[pid=29966/tid=29972] ppid=29964 vsize=10543292 CPUtime=0 cores=1,3,5,7
/proc/29966/task/29972/stat : 29972 (java) S 29964 29966 27812 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 981253868 10796331008 24014 33554432000 1073741824 1073778376 140736702645552 18446744073709551615 252469881753 0 4 0 16800975 18446604465383106624 0 0 -1 5 0 0 0
[pid=29966/tid=29973] ppid=29964 vsize=10543292 CPUtime=0 cores=1,3,5,7
/proc/29966/task/29973/stat : 29973 (java) S 29964 29966 27812 0 -1 4202560 50 0 0 0 0 0 0 0 15 0 19 0 981253868 10796331008 24014 33554432000 1073741824 1073778376 140736702645552 18446744073709551615 252469881753 0 4 0 16800975 18446604465383106624 0 0 -1 5 0 0 0
[pid=29966/tid=29974] ppid=29964 vsize=10543292 CPUtime=0 cores=1,3,5,7
/proc/29966/task/29974/stat : 29974 (java) S 29964 29966 27812 0 -1 4202560 134 0 0 0 0 0 0 0 16 0 19 0 981253868 10796331008 24014 33554432000 1073741824 1073778376 140736702645552 18446744073709551615 252469881753 0 4 0 16800975 18446604465383106624 0 0 -1 3 0 0 0
[pid=29966/tid=29975] ppid=29964 vsize=10543292 CPUtime=0 cores=1,3,5,7
/proc/29966/task/29975/stat : 29975 (java) S 29964 29966 27812 0 -1 4202560 349 0 0 0 0 0 0 0 15 0 19 0 981253868 10796331008 24014 33554432000 1073741824 1073778376 140736702645552 18446744073709551615 252469881753 0 4 0 16800975 18446604465383106624 0 0 -1 5 0 0 0
[pid=29966/tid=29976] ppid=29964 vsize=10543292 CPUtime=0 cores=1,3,5,7
/proc/29966/task/29976/stat : 29976 (java) S 29964 29966 27812 0 -1 4202560 422 0 0 0 0 0 0 0 15 0 19 0 981253868 10796331008 24014 33554432000 1073741824 1073778376 140736702645552 18446744073709551615 252469881753 0 4 0 16800975 18446604465383106624 0 0 -1 7 0 0 0
[pid=29966/tid=29977] ppid=29964 vsize=10543292 CPUtime=0.26 cores=1,3,5,7
/proc/29966/task/29977/stat : 29977 (java) S 29964 29966 27812 0 -1 4202560 1046 0 0 0 26 0 0 0 16 0 19 0 981253869 10796331008 24014 33554432000 1073741824 1073778376 140736702645552 18446744073709551615 252469882368 0 0 0 16800975 18446604465383106624 0 0 -1 1 0 0 0
[pid=29966/tid=29978] ppid=29964 vsize=10543292 CPUtime=0 cores=1,3,5,7
/proc/29966/task/29978/stat : 29978 (java) S 29964 29966 27812 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 981253869 10796331008 24014 33554432000 1073741824 1073778376 140736702645552 18446744073709551615 252469881753 0 4 0 16800975 18446604465383106624 0 0 -1 1 0 0 0
[pid=29966/tid=29979] ppid=29964 vsize=10543292 CPUtime=0 cores=1,3,5,7
/proc/29966/task/29979/stat : 29979 (java) S 29964 29966 27812 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 981253869 10796331008 24014 33554432000 1073741824 1073778376 140736702645552 18446744073709551615 252469881753 0 4 0 16800975 18446604465383106624 0 0 -1 1 0 0 0
[pid=29966/tid=29980] ppid=29964 vsize=10543292 CPUtime=0 cores=1,3,5,7
/proc/29966/task/29980/stat : 29980 (java) S 29964 29966 27812 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981253871 10796331008 24014 33554432000 1073741824 1073778376 140736702645552 18446744073709551615 252469889457 0 4 0 16800975 18446604465383106624 0 0 -1 1 0 0 0
[pid=29966/tid=29981] ppid=29964 vsize=10543292 CPUtime=0.47 cores=1,3,5,7
/proc/29966/task/29981/stat : 29981 (java) S 29964 29966 27812 0 -1 4202560 1874 0 0 0 47 0 0 0 15 0 19 0 981253871 10796331008 24014 33554432000 1073741824 1073778376 140736702645552 18446744073709551615 252469881753 0 4 0 16800975 18446604465383106624 0 0 -1 3 0 0 0
[pid=29966/tid=29982] ppid=29964 vsize=10543292 CPUtime=0.41 cores=1,3,5,7
/proc/29966/task/29982/stat : 29982 (java) S 29964 29966 27812 0 -1 4202560 2685 0 0 0 41 0 0 0 15 0 19 0 981253871 10796331008 24014 33554432000 1073741824 1073778376 140736702645552 18446744073709551615 252469881753 0 4 0 16800975 18446604465383106624 0 0 -1 5 0 0 0
[pid=29966/tid=29983] ppid=29964 vsize=10543292 CPUtime=0 cores=1,3,5,7
/proc/29966/task/29983/stat : 29983 (java) S 29964 29966 27812 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981253871 10796331008 24014 33554432000 1073741824 1073778376 140736702645552 18446744073709551615 252469881753 0 4 0 16800975 18446604465383106624 0 0 -1 1 0 0 0
[pid=29966/tid=29984] ppid=29964 vsize=10543292 CPUtime=0 cores=1,3,5,7
/proc/29966/task/29984/stat : 29984 (java) S 29964 29966 27812 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 981253871 10796331008 24014 33554432000 1073741824 1073778376 140736702645552 18446744073709551615 252469882368 0 4 0 16800975 18446604465383106624 0 0 -1 7 0 0 0
[pid=29966/tid=29985] ppid=29964 vsize=10543292 CPUtime=0 cores=1,3,5,7
/proc/29966/task/29985/stat : 29985 (java) S 29964 29966 27812 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 981253899 10796331008 24014 33554432000 1073741824 1073778376 140736702645552 18446744073709551615 252469882368 0 4 0 16800975 18446604465383106624 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 13.61
Current children cumulated vsize (KiB) 10543292

[startup+25.501 s]
/proc/loadavg: 1.99 1.97 1.91 3/211 29986
/proc/meminfo: memFree=2238412/32951124 swapFree=67062556/67111528
[pid=29966] ppid=29964 vsize=10543292 CPUtime=26.49 cores=1,3,5,7
/proc/29966/stat : 29966 (java) S 29964 29966 27812 0 -1 4202496 26916 0 1 0 2645 4 0 0 24 0 19 0 981253865 10796331008 24217 33554432000 1073741824 1073778376 140736702645552 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/29966/statm: 2635823 24217 2255 9 0 2626557 0
[pid=29966/tid=29968] ppid=29964 vsize=10543292 CPUtime=24.75 cores=1,3,5,7
/proc/29966/task/29968/stat : 29968 (java) R 29964 29966 27812 0 -1 4202560 18510 0 1 0 2473 2 0 0 19 0 19 0 981253866 10796331008 24217 33554432000 1073741824 1073778376 140736702645552 18446744073709551615 46912505708384 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=29966/tid=29969] ppid=29964 vsize=10543292 CPUtime=0.01 cores=1,3,5,7
/proc/29966/task/29969/stat : 29969 (java) S 29964 29966 27812 0 -1 4202560 241 0 0 0 1 0 0 0 15 0 19 0 981253868 10796331008 24217 33554432000 1073741824 1073778376 140736702645552 18446744073709551615 252469881753 0 4 0 16800975 18446604465383106624 0 0 -1 5 0 0 0
[pid=29966/tid=29970] ppid=29964 vsize=10543292 CPUtime=0.01 cores=1,3,5,7
/proc/29966/task/29970/stat : 29970 (java) S 29964 29966 27812 0 -1 4202560 7 0 0 0 1 0 0 0 15 0 19 0 981253868 10796331008 24217 33554432000 1073741824 1073778376 140736702645552 18446744073709551615 252469881753 0 4 0 16800975 18446604465383106624 0 0 -1 5 0 0 0
[pid=29966/tid=29971] ppid=29964 vsize=10543292 CPUtime=0.01 cores=1,3,5,7
/proc/29966/task/29971/stat : 29971 (java) S 29964 29966 27812 0 -1 4202560 106 0 0 0 1 0 0 0 15 0 19 0 981253868 10796331008 24217 33554432000 1073741824 1073778376 140736702645552 18446744073709551615 252469881753 0 4 0 16800975 18446604465383106624 0 0 -1 7 0 0 0
[pid=29966/tid=29972] ppid=29964 vsize=10543292 CPUtime=0.01 cores=1,3,5,7
/proc/29966/task/29972/stat : 29972 (java) S 29964 29966 27812 0 -1 4202560 13 0 0 0 1 0 0 0 15 0 19 0 981253868 10796331008 24217 33554432000 1073741824 1073778376 140736702645552 18446744073709551615 252469881753 0 4 0 16800975 18446604465383106624 0 0 -1 3 0 0 0
[pid=29966/tid=29973] ppid=29964 vsize=10543292 CPUtime=0 cores=1,3,5,7
/proc/29966/task/29973/stat : 29973 (java) S 29964 29966 27812 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 19 0 981253868 10796331008 24217 33554432000 1073741824 1073778376 140736702645552 18446744073709551615 252469881753 0 4 0 16800975 18446604465383106624 0 0 -1 3 0 0 0
[pid=29966/tid=29974] ppid=29964 vsize=10543292 CPUtime=0 cores=1,3,5,7
/proc/29966/task/29974/stat : 29974 (java) S 29964 29966 27812 0 -1 4202560 137 0 0 0 0 0 0 0 15 0 19 0 981253868 10796331008 24217 33554432000 1073741824 1073778376 140736702645552 18446744073709551615 252469881753 0 4 0 16800975 18446604465383106624 0 0 -1 3 0 0 0
[pid=29966/tid=29975] ppid=29964 vsize=10543292 CPUtime=0.01 cores=1,3,5,7
/proc/29966/task/29975/stat : 29975 (java) S 29964 29966 27812 0 -1 4202560 350 0 0 0 1 0 0 0 15 0 19 0 981253868 10796331008 24217 33554432000 1073741824 1073778376 140736702645552 18446744073709551615 252469881753 0 4 0 16800975 18446604465383106624 0 0 -1 7 0 0 0
[pid=29966/tid=29976] ppid=29964 vsize=10543292 CPUtime=0.01 cores=1,3,5,7
/proc/29966/task/29976/stat : 29976 (java) S 29964 29966 27812 0 -1 4202560 426 0 0 0 1 0 0 0 16 0 19 0 981253868 10796331008 24217 33554432000 1073741824 1073778376 140736702645552 18446744073709551615 252469881753 0 4 0 16800975 18446604465383106624 0 0 -1 5 0 0 0
[pid=29966/tid=29977] ppid=29964 vsize=10543292 CPUtime=0.66 cores=1,3,5,7
/proc/29966/task/29977/stat : 29977 (java) S 29964 29966 27812 0 -1 4202560 1221 0 0 0 66 0 0 0 16 0 19 0 981253869 10796331008 24217 33554432000 1073741824 1073778376 140736702645552 18446744073709551615 252469882368 0 0 0 16800975 18446604465383106624 0 0 -1 1 0 0 0
[pid=29966/tid=29978] ppid=29964 vsize=10543292 CPUtime=0 cores=1,3,5,7
/proc/29966/task/29978/stat : 29978 (java) S 29964 29966 27812 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 981253869 10796331008 24217 33554432000 1073741824 1073778376 140736702645552 18446744073709551615 252469881753 0 4 0 16800975 18446604465383106624 0 0 -1 1 0 0 0
[pid=29966/tid=29979] ppid=29964 vsize=10543292 CPUtime=0 cores=1,3,5,7
/proc/29966/task/29979/stat : 29979 (java) S 29964 29966 27812 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 981253869 10796331008 24217 33554432000 1073741824 1073778376 140736702645552 18446744073709551615 252469881753 0 4 0 16800975 18446604465383106624 0 0 -1 1 0 0 0
[pid=29966/tid=29980] ppid=29964 vsize=10543292 CPUtime=0 cores=1,3,5,7
/proc/29966/task/29980/stat : 29980 (java) S 29964 29966 27812 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981253871 10796331008 24217 33554432000 1073741824 1073778376 140736702645552 18446744073709551615 252469889457 0 4 0 16800975 18446604465383106624 0 0 -1 1 0 0 0
[pid=29966/tid=29981] ppid=29964 vsize=10543292 CPUtime=0.52 cores=1,3,5,7
/proc/29966/task/29981/stat : 29981 (java) S 29964 29966 27812 0 -1 4202560 2014 0 0 0 52 0 0 0 15 0 19 0 981253871 10796331008 24217 33554432000 1073741824 1073778376 140736702645552 18446744073709551615 252469881753 0 4 0 16800975 18446604465383106624 0 0 -1 3 0 0 0
[pid=29966/tid=29982] ppid=29964 vsize=10543292 CPUtime=0.42 cores=1,3,5,7
/proc/29966/task/29982/stat : 29982 (java) S 29964 29966 27812 0 -1 4202560 2685 0 0 0 42 0 0 0 15 0 19 0 981253871 10796331008 24217 33554432000 1073741824 1073778376 140736702645552 18446744073709551615 252469881753 0 4 0 16800975 18446604465383106624 0 0 -1 5 0 0 0
[pid=29966/tid=29983] ppid=29964 vsize=10543292 CPUtime=0 cores=1,3,5,7
/proc/29966/task/29983/stat : 29983 (java) S 29964 29966 27812 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981253871 10796331008 24217 33554432000 1073741824 1073778376 140736702645552 18446744073709551615 252469881753 0 4 0 16800975 18446604465383106624 0 0 -1 1 0 0 0
[pid=29966/tid=29984] ppid=29964 vsize=10543292 CPUtime=0 cores=1,3,5,7
/proc/29966/task/29984/stat : 29984 (java) S 29964 29966 27812 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 981253871 10796331008 24217 33554432000 1073741824 1073778376 140736702645552 18446744073709551615 252469882368 0 4 0 16800975 18446604465383106624 0 0 -1 5 0 0 0
[pid=29966/tid=29985] ppid=29964 vsize=10543292 CPUtime=0 cores=1,3,5,7
/proc/29966/task/29985/stat : 29985 (java) S 29964 29966 27812 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 981253899 10796331008 24217 33554432000 1073741824 1073778376 140736702645552 18446744073709551615 252469882368 0 4 0 16800975 18446604465383106624 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 26.49
Current children cumulated vsize (KiB) 10543292

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

[startup+26.3009 s]
/proc/loadavg: 1.99 1.97 1.91 3/211 29986
/proc/meminfo: memFree=2238412/32951124 swapFree=67062556/67111528
[pid=29966] ppid=29964 vsize=10543292 CPUtime=27.29 cores=1,3,5,7
/proc/29966/stat : 29966 (java) S 29964 29966 27812 0 -1 4202496 26919 0 1 0 2725 4 0 0 24 0 19 0 981253865 10796331008 24218 33554432000 1073741824 1073778376 140736702645552 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/29966/statm: 2635823 24218 2255 9 0 2626557 0
[pid=29966/tid=29968] ppid=29964 vsize=10543292 CPUtime=25.52 cores=1,3,5,7
/proc/29966/task/29968/stat : 29968 (java) R 29964 29966 27812 0 -1 4202560 18513 0 1 0 2550 2 0 0 17 0 19 0 981253866 10796331008 24218 33554432000 1073741824 1073778376 140736702645552 18446744073709551615 46912505708558 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=29966/tid=29969] ppid=29964 vsize=10543292 CPUtime=0.01 cores=1,3,5,7
/proc/29966/task/29969/stat : 29969 (java) S 29964 29966 27812 0 -1 4202560 241 0 0 0 1 0 0 0 15 0 19 0 981253868 10796331008 24218 33554432000 1073741824 1073778376 140736702645552 18446744073709551615 252469881753 0 4 0 16800975 18446604465383106624 0 0 -1 7 0 0 0
[pid=29966/tid=29970] ppid=29964 vsize=10543292 CPUtime=0.01 cores=1,3,5,7
/proc/29966/task/29970/stat : 29970 (java) S 29964 29966 27812 0 -1 4202560 7 0 0 0 1 0 0 0 15 0 19 0 981253868 10796331008 24218 33554432000 1073741824 1073778376 140736702645552 18446744073709551615 252469881753 0 4 0 16800975 18446604465383106624 0 0 -1 5 0 0 0
[pid=29966/tid=29971] ppid=29964 vsize=10543292 CPUtime=0.01 cores=1,3,5,7
/proc/29966/task/29971/stat : 29971 (java) S 29964 29966 27812 0 -1 4202560 106 0 0 0 1 0 0 0 15 0 19 0 981253868 10796331008 24218 33554432000 1073741824 1073778376 140736702645552 18446744073709551615 252469881753 0 4 0 16800975 18446604465383106624 0 0 -1 7 0 0 0
[pid=29966/tid=29972] ppid=29964 vsize=10543292 CPUtime=0.01 cores=1,3,5,7
/proc/29966/task/29972/stat : 29972 (java) S 29964 29966 27812 0 -1 4202560 13 0 0 0 1 0 0 0 15 0 19 0 981253868 10796331008 24218 33554432000 1073741824 1073778376 140736702645552 18446744073709551615 252469881753 0 4 0 16800975 18446604465383106624 0 0 -1 3 0 0 0
[pid=29966/tid=29973] ppid=29964 vsize=10543292 CPUtime=0.01 cores=1,3,5,7
/proc/29966/task/29973/stat : 29973 (java) S 29964 29966 27812 0 -1 4202560 53 0 0 0 1 0 0 0 15 0 19 0 981253868 10796331008 24218 33554432000 1073741824 1073778376 140736702645552 18446744073709551615 252469881753 0 4 0 16800975 18446604465383106624 0 0 -1 3 0 0 0
[pid=29966/tid=29974] ppid=29964 vsize=10543292 CPUtime=0 cores=1,3,5,7
/proc/29966/task/29974/stat : 29974 (java) S 29964 29966 27812 0 -1 4202560 137 0 0 0 0 0 0 0 15 0 19 0 981253868 10796331008 24218 33554432000 1073741824 1073778376 140736702645552 18446744073709551615 252469881753 0 4 0 16800975 18446604465383106624 0 0 -1 7 0 0 0
[pid=29966/tid=29975] ppid=29964 vsize=10543292 CPUtime=0.01 cores=1,3,5,7
/proc/29966/task/29975/stat : 29975 (java) S 29964 29966 27812 0 -1 4202560 350 0 0 0 1 0 0 0 15 0 19 0 981253868 10796331008 24218 33554432000 1073741824 1073778376 140736702645552 18446744073709551615 252469881753 0 4 0 16800975 18446604465383106624 0 0 -1 7 0 0 0
[pid=29966/tid=29976] ppid=29964 vsize=10543292 CPUtime=0.01 cores=1,3,5,7
/proc/29966/task/29976/stat : 29976 (java) S 29964 29966 27812 0 -1 4202560 426 0 0 0 1 0 0 0 15 0 19 0 981253868 10796331008 24218 33554432000 1073741824 1073778376 140736702645552 18446744073709551615 252469881753 0 4 0 16800975 18446604465383106624 0 0 -1 5 0 0 0
[pid=29966/tid=29977] ppid=29964 vsize=10543292 CPUtime=0.69 cores=1,3,5,7
/proc/29966/task/29977/stat : 29977 (java) S 29964 29966 27812 0 -1 4202560 1221 0 0 0 69 0 0 0 16 0 19 0 981253869 10796331008 24218 33554432000 1073741824 1073778376 140736702645552 18446744073709551615 252469882368 0 0 0 16800975 18446604465383106624 0 0 -1 1 0 0 0
[pid=29966/tid=29978] ppid=29964 vsize=10543292 CPUtime=0 cores=1,3,5,7
/proc/29966/task/29978/stat : 29978 (java) S 29964 29966 27812 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 981253869 10796331008 24218 33554432000 1073741824 1073778376 140736702645552 18446744073709551615 252469881753 0 4 0 16800975 18446604465383106624 0 0 -1 1 0 0 0
[pid=29966/tid=29979] ppid=29964 vsize=10543292 CPUtime=0 cores=1,3,5,7
/proc/29966/task/29979/stat : 29979 (java) S 29964 29966 27812 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 981253869 10796331008 24218 33554432000 1073741824 1073778376 140736702645552 18446744073709551615 252469881753 0 4 0 16800975 18446604465383106624 0 0 -1 1 0 0 0
[pid=29966/tid=29980] ppid=29964 vsize=10543292 CPUtime=0 cores=1,3,5,7
/proc/29966/task/29980/stat : 29980 (java) S 29964 29966 27812 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981253871 10796331008 24218 33554432000 1073741824 1073778376 140736702645552 18446744073709551615 252469889457 0 4 0 16800975 18446604465383106624 0 0 -1 1 0 0 0
[pid=29966/tid=29981] ppid=29964 vsize=10543292 CPUtime=0.52 cores=1,3,5,7
/proc/29966/task/29981/stat : 29981 (java) S 29964 29966 27812 0 -1 4202560 2014 0 0 0 52 0 0 0 15 0 19 0 981253871 10796331008 24218 33554432000 1073741824 1073778376 140736702645552 18446744073709551615 252469881753 0 4 0 16800975 18446604465383106624 0 0 -1 3 0 0 0
[pid=29966/tid=29982] ppid=29964 vsize=10543292 CPUtime=0.42 cores=1,3,5,7
/proc/29966/task/29982/stat : 29982 (java) S 29964 29966 27812 0 -1 4202560 2685 0 0 0 42 0 0 0 15 0 19 0 981253871 10796331008 24218 33554432000 1073741824 1073778376 140736702645552 18446744073709551615 252469881753 0 4 0 16800975 18446604465383106624 0 0 -1 5 0 0 0
[pid=29966/tid=29983] ppid=29964 vsize=10543292 CPUtime=0 cores=1,3,5,7
/proc/29966/task/29983/stat : 29983 (java) S 29964 29966 27812 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981253871 10796331008 24218 33554432000 1073741824 1073778376 140736702645552 18446744073709551615 252469881753 0 4 0 16800975 18446604465383106624 0 0 -1 1 0 0 0
[pid=29966/tid=29984] ppid=29964 vsize=10543292 CPUtime=0 cores=1,3,5,7
/proc/29966/task/29984/stat : 29984 (java) S 29964 29966 27812 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 981253871 10796331008 24218 33554432000 1073741824 1073778376 140736702645552 18446744073709551615 252469882368 0 4 0 16800975 18446604465383106624 0 0 -1 5 0 0 0
[pid=29966/tid=29985] ppid=29964 vsize=10543292 CPUtime=0 cores=1,3,5,7
/proc/29966/task/29985/stat : 29985 (java) S 29964 29966 27812 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 981253899 10796331008 24218 33554432000 1073741824 1073778376 140736702645552 18446744073709551615 252469882368 0 4 0 16800975 18446604465383106624 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 27.29
Current children cumulated vsize (KiB) 10543292

[startup+26.5009 s]
/proc/loadavg: 1.99 1.97 1.91 3/211 29986
/proc/meminfo: memFree=2238412/32951124 swapFree=67062556/67111528
[pid=29966] ppid=29964 vsize=10543292 CPUtime=27.49 cores=1,3,5,7
/proc/29966/stat : 29966 (java) S 29964 29966 27812 0 -1 4202496 26919 0 1 0 2745 4 0 0 24 0 19 0 981253865 10796331008 24218 33554432000 1073741824 1073778376 140736702645552 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/29966/statm: 2635823 24218 2255 9 0 2626557 0
[pid=29966/tid=29968] ppid=29964 vsize=10543292 CPUtime=25.72 cores=1,3,5,7
/proc/29966/task/29968/stat : 29968 (java) R 29964 29966 27812 0 -1 4202560 18513 0 1 0 2570 2 0 0 18 0 19 0 981253866 10796331008 24218 33554432000 1073741824 1073778376 140736702645552 18446744073709551615 46912505717769 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=29966/tid=29969] ppid=29964 vsize=10543292 CPUtime=0.01 cores=1,3,5,7
/proc/29966/task/29969/stat : 29969 (java) S 29964 29966 27812 0 -1 4202560 241 0 0 0 1 0 0 0 15 0 19 0 981253868 10796331008 24218 33554432000 1073741824 1073778376 140736702645552 18446744073709551615 252469881753 0 4 0 16800975 18446604465383106624 0 0 -1 7 0 0 0
[pid=29966/tid=29970] ppid=29964 vsize=10543292 CPUtime=0.01 cores=1,3,5,7
/proc/29966/task/29970/stat : 29970 (java) S 29964 29966 27812 0 -1 4202560 7 0 0 0 1 0 0 0 15 0 19 0 981253868 10796331008 24218 33554432000 1073741824 1073778376 140736702645552 18446744073709551615 252469881753 0 4 0 16800975 18446604465383106624 0 0 -1 5 0 0 0
[pid=29966/tid=29971] ppid=29964 vsize=10543292 CPUtime=0.01 cores=1,3,5,7
/proc/29966/task/29971/stat : 29971 (java) S 29964 29966 27812 0 -1 4202560 106 0 0 0 1 0 0 0 15 0 19 0 981253868 10796331008 24218 33554432000 1073741824 1073778376 140736702645552 18446744073709551615 252469881753 0 4 0 16800975 18446604465383106624 0 0 -1 7 0 0 0
[pid=29966/tid=29972] ppid=29964 vsize=10543292 CPUtime=0.01 cores=1,3,5,7
/proc/29966/task/29972/stat : 29972 (java) S 29964 29966 27812 0 -1 4202560 13 0 0 0 1 0 0 0 15 0 19 0 981253868 10796331008 24218 33554432000 1073741824 1073778376 140736702645552 18446744073709551615 252469881753 0 4 0 16800975 18446604465383106624 0 0 -1 3 0 0 0
[pid=29966/tid=29973] ppid=29964 vsize=10543292 CPUtime=0.01 cores=1,3,5,7
/proc/29966/task/29973/stat : 29973 (java) S 29964 29966 27812 0 -1 4202560 53 0 0 0 1 0 0 0 15 0 19 0 981253868 10796331008 24218 33554432000 1073741824 1073778376 140736702645552 18446744073709551615 252469881753 0 4 0 16800975 18446604465383106624 0 0 -1 3 0 0 0
[pid=29966/tid=29974] ppid=29964 vsize=10543292 CPUtime=0 cores=1,3,5,7
/proc/29966/task/29974/stat : 29974 (java) S 29964 29966 27812 0 -1 4202560 137 0 0 0 0 0 0 0 15 0 19 0 981253868 10796331008 24218 33554432000 1073741824 1073778376 140736702645552 18446744073709551615 252469881753 0 4 0 16800975 18446604465383106624 0 0 -1 7 0 0 0
[pid=29966/tid=29975] ppid=29964 vsize=10543292 CPUtime=0.01 cores=1,3,5,7
/proc/29966/task/29975/stat : 29975 (java) S 29964 29966 27812 0 -1 4202560 350 0 0 0 1 0 0 0 15 0 19 0 981253868 10796331008 24218 33554432000 1073741824 1073778376 140736702645552 18446744073709551615 252469881753 0 4 0 16800975 18446604465383106624 0 0 -1 7 0 0 0
[pid=29966/tid=29976] ppid=29964 vsize=10543292 CPUtime=0.01 cores=1,3,5,7
/proc/29966/task/29976/stat : 29976 (java) S 29964 29966 27812 0 -1 4202560 426 0 0 0 1 0 0 0 15 0 19 0 981253868 10796331008 24218 33554432000 1073741824 1073778376 140736702645552 18446744073709551615 252469881753 0 4 0 16800975 18446604465383106624 0 0 -1 5 0 0 0
[pid=29966/tid=29977] ppid=29964 vsize=10543292 CPUtime=0.69 cores=1,3,5,7
/proc/29966/task/29977/stat : 29977 (java) S 29964 29966 27812 0 -1 4202560 1221 0 0 0 69 0 0 0 16 0 19 0 981253869 10796331008 24218 33554432000 1073741824 1073778376 140736702645552 18446744073709551615 252469882368 0 0 0 16800975 18446604465383106624 0 0 -1 1 0 0 0
[pid=29966/tid=29978] ppid=29964 vsize=10543292 CPUtime=0 cores=1,3,5,7
/proc/29966/task/29978/stat : 29978 (java) S 29964 29966 27812 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 981253869 10796331008 24218 33554432000 1073741824 1073778376 140736702645552 18446744073709551615 252469881753 0 4 0 16800975 18446604465383106624 0 0 -1 1 0 0 0
[pid=29966/tid=29979] ppid=29964 vsize=10543292 CPUtime=0 cores=1,3,5,7
/proc/29966/task/29979/stat : 29979 (java) S 29964 29966 27812 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 981253869 10796331008 24218 33554432000 1073741824 1073778376 140736702645552 18446744073709551615 252469881753 0 4 0 16800975 18446604465383106624 0 0 -1 1 0 0 0
[pid=29966/tid=29980] ppid=29964 vsize=10543292 CPUtime=0 cores=1,3,5,7
/proc/29966/task/29980/stat : 29980 (java) S 29964 29966 27812 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981253871 10796331008 24218 33554432000 1073741824 1073778376 140736702645552 18446744073709551615 252469889457 0 4 0 16800975 18446604465383106624 0 0 -1 1 0 0 0
[pid=29966/tid=29981] ppid=29964 vsize=10543292 CPUtime=0.52 cores=1,3,5,7
/proc/29966/task/29981/stat : 29981 (java) S 29964 29966 27812 0 -1 4202560 2014 0 0 0 52 0 0 0 15 0 19 0 981253871 10796331008 24218 33554432000 1073741824 1073778376 140736702645552 18446744073709551615 252469881753 0 4 0 16800975 18446604465383106624 0 0 -1 3 0 0 0
[pid=29966/tid=29982] ppid=29964 vsize=10543292 CPUtime=0.42 cores=1,3,5,7
/proc/29966/task/29982/stat : 29982 (java) S 29964 29966 27812 0 -1 4202560 2685 0 0 0 42 0 0 0 15 0 19 0 981253871 10796331008 24218 33554432000 1073741824 1073778376 140736702645552 18446744073709551615 252469881753 0 4 0 16800975 18446604465383106624 0 0 -1 5 0 0 0
[pid=29966/tid=29983] ppid=29964 vsize=10543292 CPUtime=0 cores=1,3,5,7
/proc/29966/task/29983/stat : 29983 (java) S 29964 29966 27812 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981253871 10796331008 24218 33554432000 1073741824 1073778376 140736702645552 18446744073709551615 252469881753 0 4 0 16800975 18446604465383106624 0 0 -1 1 0 0 0
[pid=29966/tid=29984] ppid=29964 vsize=10543292 CPUtime=0 cores=1,3,5,7
/proc/29966/task/29984/stat : 29984 (java) S 29964 29966 27812 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 981253871 10796331008 24218 33554432000 1073741824 1073778376 140736702645552 18446744073709551615 252469882368 0 4 0 16800975 18446604465383106624 0 0 -1 5 0 0 0
[pid=29966/tid=29985] ppid=29964 vsize=10543292 CPUtime=0 cores=1,3,5,7
/proc/29966/task/29985/stat : 29985 (java) S 29964 29966 27812 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 981253899 10796331008 24218 33554432000 1073741824 1073778376 140736702645552 18446744073709551615 252469882368 0 4 0 16800975 18446604465383106624 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 27.49
Current children cumulated vsize (KiB) 10543292

Child status: 30
Real time (s): 26.5853
CPU time (s): 27.5948
CPU user time (s): 27.5438
CPU system time (s): 0.050992
CPU usage (%): 103.797
Max. virtual memory (cumulated for all children) (KiB): 10544764

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 27.5438
system time used= 0.050992
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26939
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= 2119
involuntary context switches= 725

runsolver used 0.057991 second user time and 0.093985 second system time

The end

Launcher Data

Begin job on node111 at 2011-06-12 22:23:54
IDJOB=3492658
IDBENCH=78943
IDSOLVER=1982
FILE ID=node111/3492658-1307910234
RUNJOBID= node111-1307908264-29685
PBS_JOBID= 13559593
Free space on /var/tmp= 2884 MiB

SOLVER NAME= Sat4j Resolution 2011-06-08
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900554072--soft-33-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-3492658-1307910234/watcher-3492658-1307910234 -o /var/tmp/evaluation-result-3492658-1307910234/solver-3492658-1307910234 -C 1800 -W 1900 -M 15500  java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3492658-1307910234.wbo

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

MD5SUM BENCH= becc9aeeb3178c7d9d9e6e8b76e31de7
RANDOM SEED=1456450752

node111.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.849
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.69
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.849
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	: 5428.12
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.849
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.849
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.86
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.849
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.849
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.83
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.849
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.67
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.849
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       2328896 kB
Buffers:         61096 kB
Cached:       29532092 kB
SwapCached:      11248 kB
Active:       14713252 kB
Inactive:     14980040 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       2328896 kB
SwapTotal:    67111528 kB
SwapFree:     67062556 kB
Dirty:             496 kB
Writeback:           0 kB
AnonPages:       97828 kB
Mapped:          18544 kB
Slab:           865156 kB
PageTables:       4544 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 10518868 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= 2884 MiB
End job on node111 at 2011-06-12 22:24:21