Trace number 3689595

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
Sat 4j PB Resolution 2.3.2 Snapshot? (TO) 1800.64 1775.96

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/
normalized-TateBritain_K87.opb
MD5SUM800363f05bcd3a7fdae42567bbf8c0cf
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables5916
Total number of constraints6092
Number of constraints which are clauses6005
Number of constraints which are cardinality constraints (but not clauses)87
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint87
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 88
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version 2.3.2.v20120418
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.08/0.11	c Pseudo Boolean Optimization by upper bound
0.08/0.11	c --- Begin Solver configuration ---
0.08/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
0.08/0.11	c Learn all clauses as in MiniSAT
0.08/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.11	c No reason simplification
0.08/0.11	c Armin Biere (Picosat) restarts strategy
0.08/0.11	c Glucose learned constraints deletion strategy
0.08/0.11	c timeout=2147483s
0.08/0.11	c DB Simplification allowed=false
0.08/0.11	c c --- End Solver configuration ---
0.08/0.11	c solving HOME/instance-3689595-1337891707.opb
0.08/0.11	c reading problem ... 
0.57/0.36	c ... done. Wall clock time 0.255s.
0.57/0.36	c declared #vars     5916
0.57/0.36	c #constraints  6092
0.57/0.36	c constraints type 
0.57/0.36	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4885
0.57/0.36	c org.sat4j.minisat.constraints.card.MinWatchCard => 87
0.57/0.36	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
0.57/0.36	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1118
0.57/0.36	c 6092 constraints processed.
1.80/1.11	c cleaning 2481 clauses out of 4991 with flag 5000/5000
2.55/1.82	c cleaning 4243 clauses out of 8510 with flag 11004/11004
3.36/2.65	c cleaning 5595 clauses out of 11258 with flag 18002/18002
4.38/3.64	c cleaning 6789 clauses out of 13657 with flag 26001/26001
5.63/4.81	c cleaning 7852 clauses out of 15866 with flag 35001/35001
6.93/6.16	c cleaning 8959 clauses out of 18014 with flag 45001/45001
8.36/7.55	c cleaning 9976 clauses out of 20053 with flag 56000/56000
9.96/9.16	c cleaning 10976 clauses out of 22077 with flag 68000/68000
11.57/10.75	c cleaning 11956 clauses out of 24102 with flag 81001/81001
13.38/12.54	c cleaning 12879 clauses out of 26145 with flag 95000/95000
15.40/14.57	c cleaning 14000 clauses out of 28267 with flag 110001/110001
17.72/16.86	c cleaning 15055 clauses out of 30270 with flag 126004/126004
20.15/19.24	c cleaning 15897 clauses out of 32210 with flag 143000/143000
22.78/21.86	c cleaning 16874 clauses out of 34313 with flag 161000/161000
25.62/24.69	c cleaning 18061 clauses out of 36442 with flag 180004/180004
29.56/28.56	c cleaning 19094 clauses out of 38379 with flag 200002/200002
32.63/31.52	c cleaning 19928 clauses out of 40283 with flag 221000/221000
35.85/34.75	c cleaning 20957 clauses out of 42354 with flag 243000/243000
39.48/38.34	c cleaning 22183 clauses out of 44397 with flag 266001/266001
43.60/42.49	c cleaning 22983 clauses out of 46213 with flag 290000/290000
48.04/46.83	c cleaning 23990 clauses out of 48230 with flag 315000/315000
52.17/51.00	c cleaning 24993 clauses out of 50241 with flag 341001/341001
57.23/55.97	c cleaning 25930 clauses out of 52247 with flag 368000/368000
61.58/60.27	c cleaning 26865 clauses out of 54317 with flag 396000/396000
67.30/65.91	c cleaning 27845 clauses out of 56451 with flag 425000/425000
73.44/72.00	c cleaning 29127 clauses out of 58607 with flag 455001/455001
78.51/77.05	c cleaning 30032 clauses out of 60479 with flag 486000/486000
84.03/82.55	c cleaning 30936 clauses out of 62446 with flag 518000/518000
91.06/89.51	c cleaning 32103 clauses out of 64509 with flag 551000/551000
98.94/97.35	c cleaning 33074 clauses out of 66409 with flag 585003/585003
106.35/104.60	c cleaning 34019 clauses out of 68334 with flag 620002/620002
113.63/111.85	c cleaning 34971 clauses out of 70316 with flag 656003/656003
120.09/118.22	c cleaning 36023 clauses out of 72342 with flag 693000/693000
127.32/125.41	c cleaning 36883 clauses out of 74320 with flag 731001/731001
134.16/132.22	c cleaning 38001 clauses out of 76436 with flag 770000/770000
142.49/140.58	c cleaning 39005 clauses out of 78436 with flag 810001/810001
151.05/149.07	c cleaning 40020 clauses out of 80430 with flag 851000/851000
160.20/158.13	c cleaning 40875 clauses out of 82411 with flag 893001/893001
170.07/167.97	c cleaning 41853 clauses out of 84535 with flag 936000/936000
177.69/175.56	c cleaning 43151 clauses out of 86682 with flag 980001/980001
186.35/184.11	c cleaning 44033 clauses out of 88530 with flag 1025000/1025000
196.78/194.54	c cleaning 44896 clauses out of 90498 with flag 1071001/1071001
205.51/203.23	c cleaning 45990 clauses out of 92602 with flag 1118001/1118001
215.34/213.04	c cleaning 47007 clauses out of 94612 with flag 1166002/1166002
225.33/222.98	c cleaning 47558 clauses out of 96603 with flag 1215000/1215000
238.37/235.98	c cleaning 48601 clauses out of 99045 with flag 1265000/1265000
250.18/247.63	c cleaning 49355 clauses out of 101444 with flag 1316000/1316000
267.49/264.70	c cleaning 50262 clauses out of 104089 with flag 1368000/1368000
286.48/283.60	c cleaning 51430 clauses out of 106828 with flag 1421001/1421001
298.77/295.70	c cleaning 52760 clauses out of 109397 with flag 1475000/1475000
312.85/309.78	c cleaning 53919 clauses out of 111637 with flag 1530000/1530000
324.51/321.36	c cleaning 54496 clauses out of 113718 with flag 1586000/1586000
339.18/335.89	c cleaning 55669 clauses out of 116224 with flag 1643002/1643002
354.31/350.84	c cleaning 57059 clauses out of 118560 with flag 1701007/1701007
371.05/367.48	c cleaning 57845 clauses out of 120497 with flag 1760003/1760003
399.27/395.43	c cleaning 59159 clauses out of 122649 with flag 1820000/1820000
420.74/416.51	c cleaning 60437 clauses out of 124490 with flag 1881000/1881000
442.74/438.37	c cleaning 60883 clauses out of 126053 with flag 1943000/1943000
462.41/457.86	c cleaning 62112 clauses out of 128173 with flag 2006003/2006003
480.40/475.60	c cleaning 62830 clauses out of 130058 with flag 2070000/2070000
496.89/491.95	c cleaning 63654 clauses out of 132231 with flag 2135003/2135003
512.27/507.16	c cleaning 64624 clauses out of 134575 with flag 2201001/2201001
530.44/525.11	c cleaning 65531 clauses out of 136950 with flag 2268000/2268000
549.82/544.39	c cleaning 66640 clauses out of 139420 with flag 2336001/2336001
578.78/573.07	c cleaning 67967 clauses out of 141780 with flag 2405001/2405001
600.12/594.01	c cleaning 68891 clauses out of 143812 with flag 2475000/2475000
619.44/613.13	c cleaning 69793 clauses out of 145923 with flag 2546002/2546002
642.89/636.37	c cleaning 70721 clauses out of 148128 with flag 2618000/2618000
675.70/668.63	c cleaning 71877 clauses out of 150407 with flag 2691000/2691000
705.09/697.77	c cleaning 73354 clauses out of 152530 with flag 2765000/2765000
731.60/723.93	c cleaning 74110 clauses out of 154177 with flag 2840001/2840001
758.60/750.65	c cleaning 75276 clauses out of 156066 with flag 2916000/2916000
787.97/779.62	c cleaning 76105 clauses out of 157790 with flag 2993000/2993000
831.62/822.57	c cleaning 77497 clauses out of 159685 with flag 3071000/3071000
852.58/843.20	c cleaning 77675 clauses out of 161188 with flag 3150000/3150000
878.54/868.75	c cleaning 79059 clauses out of 163513 with flag 3230000/3230000
902.06/891.95	c cleaning 79691 clauses out of 165454 with flag 3311000/3311000
933.72/923.06	c cleaning 81126 clauses out of 167763 with flag 3393000/3393000
976.36/965.00	c cleaning 81792 clauses out of 169637 with flag 3476000/3476000
998.89/987.21	c cleaning 82359 clauses out of 171849 with flag 3560004/3560004
1040.37/1028.03	c cleaning 83416 clauses out of 174486 with flag 3645000/3645000
1085.04/1071.90	c cleaning 85302 clauses out of 177071 with flag 3731001/3731001
1128.96/1115.04	c cleaning 85595 clauses out of 178768 with flag 3818000/3818000
1180.99/1166.25	c cleaning 86946 clauses out of 181174 with flag 3906001/3906001
1249.24/1233.46	c cleaning 88119 clauses out of 183229 with flag 3995002/3995002
1326.44/1309.59	c cleaning 89410 clauses out of 185109 with flag 4085001/4085001
1352.67/1335.41	c cleaning 89936 clauses out of 186698 with flag 4176000/4176000
1383.33/1365.68	c cleaning 90747 clauses out of 188762 with flag 4268000/4268000
1414.56/1396.33	c cleaning 91705 clauses out of 191015 with flag 4361000/4361000
1458.72/1439.82	c cleaning 93390 clauses out of 193310 with flag 4455000/4455000
1506.51/1487.01	c cleaning 94077 clauses out of 194920 with flag 4550000/4550000
1542.19/1522.16	c cleaning 94615 clauses out of 196846 with flag 4646003/4646003
1571.57/1550.90	c cleaning 95796 clauses out of 199231 with flag 4743003/4743003
1618.40/1597.02	c cleaning 97257 clauses out of 201432 with flag 4841000/4841000
1658.27/1636.38	c cleaning 98498 clauses out of 203176 with flag 4940001/4940001
1704.53/1681.84	c cleaning 99053 clauses out of 204677 with flag 5040001/5040001
1745.82/1722.42	c cleaning 100326 clauses out of 206623 with flag 5141000/5141000
1799.86/1775.78	c cleaning 101305 clauses out of 208298 with flag 5243001/5243001
1800.04/1775.91	c starts		: 273
1800.04/1775.91	c conflicts		: 5243014
1800.04/1775.91	c decisions		: 29183914
1800.04/1775.91	c propagations		: 1673952576
1800.04/1775.91	c inspects		: 11843462528
1800.04/1775.91	c shortcuts		: 0
1800.04/1775.91	c learnt literals	: 38
1800.04/1775.91	c learnt binary clauses	: 90349
1800.04/1775.91	c learnt ternary clauses	: 117354
1800.04/1775.91	c learnt constraints	: 5242976
1800.04/1775.91	c ignored constraints	: 0
1800.04/1775.91	c root simplifications	: 0
1800.04/1775.91	c removed literals (reason simplification)	: 0
1800.04/1775.91	c reason swapping (by a shorter reason)	: 0
1800.04/1775.91	c Calls to reduceDB	: 98
1800.04/1775.91	c number of reductions to clauses (during analyze)	: 0
1800.04/1775.91	c number of learned constraints concerned by reduction	: 0
1800.04/1775.91	c number of learning phase by resolution	: 0
1800.04/1775.91	c number of learning phase by cutting planes	: 0
1800.04/1775.91	c speed (assignments/second)	: 942790.2526061218
1800.04/1775.91	c non guided choices	4321
1800.13/1775.94	c learnt constraints type 
1800.13/1775.94	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 90350
1800.13/1775.94	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 16869
1800.13/1775.94	c constraints type 
1800.13/1775.94	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4885
1800.13/1775.94	c org.sat4j.minisat.constraints.card.MinWatchCard => 87
1800.13/1775.94	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1800.13/1775.94	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1118
1800.13/1775.94	c 6092 constraints processed.
1800.13/1775.94	s UNKNOWN
1800.13/1775.94	c Total wall clock time (in seconds): 1775.83

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3689595-1337891707/watcher-3689595-1337891707 -o /tmp/evaluation-result-3689595-1337891707/solver-3689595-1337891707 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3689595-1337891707.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.10 3/194 3592
/proc/meminfo: memFree=28876492/32873648 swapFree=7104/7104
[pid=3592] ppid=3590 vsize=8 CPUtime=0 cores=0,2,4,6
/proc/3592/stat : 3592 (java) R 3590 3592 30487 0 -1 4202496 251 0 0 0 0 0 0 0 20 0 1 0 255296129 8192 1 33554432000 0 0 0 140736245389672 214537235895 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/3592/statm: 66 3 0 0 0 23 0

[startup+0.0983611 s]
/proc/loadavg: 2.00 2.00 2.10 3/194 3592
/proc/meminfo: memFree=28876492/32873648 swapFree=7104/7104
[pid=3592] ppid=3590 vsize=9558412 CPUtime=0.08 cores=0,2,4,6
/proc/3592/stat : 3592 (java) S 3590 3592 30487 0 -1 4202496 4371 0 1 0 8 0 0 0 20 0 18 0 255296129 9787813888 5051 33554432000 1073741824 1073778376 140736092583408 140736092574544 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3592/statm: 2389603 5051 2108 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558412

[startup+0.100185 s]
/proc/loadavg: 2.00 2.00 2.10 3/194 3592
/proc/meminfo: memFree=28876492/32873648 swapFree=7104/7104
[pid=3592] ppid=3590 vsize=9558412 CPUtime=0.08 cores=0,2,4,6
/proc/3592/stat : 3592 (java) S 3590 3592 30487 0 -1 4202496 4414 0 1 0 8 0 0 0 20 0 18 0 255296129 9787813888 5094 33554432000 1073741824 1073778376 140736092583408 140736092574544 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3592/statm: 2389603 5094 2108 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558412

[startup+0.30017 s]
/proc/loadavg: 2.00 2.00 2.10 3/194 3592
/proc/meminfo: memFree=28876492/32873648 swapFree=7104/7104
[pid=3592] ppid=3590 vsize=9558412 CPUtime=0.57 cores=0,2,4,6
/proc/3592/stat : 3592 (java) S 3590 3592 30487 0 -1 4202496 7229 0 1 0 56 1 0 0 20 0 18 0 255296129 9787813888 9379 33554432000 1073741824 1073778376 140736092583408 140736092574544 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3592/statm: 2389603 9379 2220 9 0 2380296 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 9558412

[startup+0.700154 s]
/proc/loadavg: 2.00 2.00 2.10 3/194 3592
/proc/meminfo: memFree=28876492/32873648 swapFree=7104/7104
[pid=3592] ppid=3590 vsize=9624976 CPUtime=1.34 cores=0,2,4,6
/proc/3592/stat : 3592 (java) S 3590 3592 30487 0 -1 4202496 8915 0 1 0 132 2 0 0 20 0 19 0 255296129 9855975424 15421 33554432000 1073741824 1073778376 140736092583408 140736092574544 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3592/statm: 2406244 15421 2247 9 0 2396937 0
Current children cumulated CPU time (s) 1.34
Current children cumulated vsize (KiB) 9624976

[startup+1.50053 s]
/proc/loadavg: 2.00 2.00 2.10 3/213 3611
/proc/meminfo: memFree=28821928/32873648 swapFree=7104/7104
[pid=3592] ppid=3590 vsize=9624976 CPUtime=2.23 cores=0,2,4,6
/proc/3592/stat : 3592 (java) S 3590 3592 30487 0 -1 4202496 8994 0 1 0 220 3 0 0 20 0 19 0 255296129 9855975424 18551 33554432000 1073741824 1073778376 140736092583408 140736092574544 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3592/statm: 2406244 18551 2275 9 0 2396937 0
[pid=3592/tid=3594] ppid=3590 vsize=9624976 CPUtime=1.45 cores=0,2,4,6
/proc/3592/task/3594/stat : 3594 (java) R 3590 3592 30487 0 -1 4202560 2523 0 1 0 143 2 0 0 20 0 19 0 255296130 9855975424 18551 33554432000 1073741824 1073778376 140736092583408 140415035191448 140414908030438 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=3592/tid=3595] ppid=3590 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/3592/task/3595/stat : 3595 (java) S 3590 3592 30487 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255296131 9855975424 18551 33554432000 1073741824 1073778376 140736092583408 140414879038504 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3592/tid=3596] ppid=3590 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/3592/task/3596/stat : 3596 (java) S 3590 3592 30487 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255296131 9855975424 18551 33554432000 1073741824 1073778376 140736092583408 140414877985704 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3592/tid=3597] ppid=3590 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/3592/task/3597/stat : 3597 (java) S 3590 3592 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255296131 9855975424 18551 33554432000 1073741824 1073778376 140736092583408 140414876932904 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3592/tid=3598] ppid=3590 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/3592/task/3598/stat : 3598 (java) S 3590 3592 30487 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 255296131 9855975424 18551 33554432000 1073741824 1073778376 140736092583408 140414875880104 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3592/tid=3599] ppid=3590 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/3592/task/3599/stat : 3599 (java) S 3590 3592 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255296131 9855975424 18551 33554432000 1073741824 1073778376 140736092583408 140414874827304 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3592/tid=3600] ppid=3590 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/3592/task/3600/stat : 3600 (java) S 3590 3592 30487 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 255296131 9855975424 18551 33554432000 1073741824 1073778376 140736092583408 140414873774504 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3592/tid=3601] ppid=3590 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/3592/task/3601/stat : 3601 (java) S 3590 3592 30487 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255296131 9855975424 18551 33554432000 1073741824 1073778376 140736092583408 140414872721704 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3592/tid=3602] ppid=3590 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/3592/task/3602/stat : 3602 (java) S 3590 3592 30487 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 255296131 9855975424 18551 33554432000 1073741824 1073778376 140736092583408 140414871668904 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3592/tid=3603] ppid=3590 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/3592/task/3603/stat : 3603 (java) S 3590 3592 30487 0 -1 4202560 31 0 0 0 0 0 0 0 20 0 19 0 255296132 9855975424 18551 33554432000 1073741824 1073778376 140736092583408 140414859471848 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3592/tid=3604] ppid=3590 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/3592/task/3604/stat : 3604 (java) S 3590 3592 30487 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255296133 9855975424 18551 33554432000 1073741824 1073778376 140736092583408 140414858417912 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3592/tid=3605] ppid=3590 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/3592/task/3605/stat : 3605 (java) S 3590 3592 30487 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255296133 9855975424 18551 33554432000 1073741824 1073778376 140736092583408 140414857365000 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3592/tid=3606] ppid=3590 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/3592/task/3606/stat : 3606 (java) S 3590 3592 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255296135 9855975424 18551 33554432000 1073741824 1073778376 140736092583408 140414856313488 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3592/tid=3607] ppid=3590 vsize=9624976 CPUtime=0.33 cores=0,2,4,6
/proc/3592/task/3607/stat : 3607 (java) S 3590 3592 30487 0 -1 4202560 2465 0 0 0 33 0 0 0 20 0 19 0 255296135 9855975424 18551 33554432000 1073741824 1073778376 140736092583408 140414855260600 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3592/tid=3608] ppid=3590 vsize=9624976 CPUtime=0.38 cores=0,2,4,6
/proc/3592/task/3608/stat : 3608 (java) S 3590 3592 30487 0 -1 4202560 2760 0 0 0 38 0 0 0 20 0 19 0 255296135 9855975424 18551 33554432000 1073741824 1073778376 140736092583408 140414854207800 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3592/tid=3609] ppid=3590 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/3592/task/3609/stat : 3609 (java) S 3590 3592 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255296135 9855975424 18551 33554432000 1073741824 1073778376 140736092583408 140414853155192 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3592/tid=3610] ppid=3590 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/3592/task/3610/stat : 3610 (java) S 3590 3592 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255296135 9855975424 18551 33554432000 1073741824 1073778376 140736092583408 140414852102600 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3592/tid=3611] ppid=3590 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/3592/task/3611/stat : 3611 (java) S 3590 3592 30487 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255296167 9855975424 18551 33554432000 1073741824 1073778376 140736092583408 140414851049128 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.23
Current children cumulated vsize (KiB) 9624976

[startup+3.10053 s]
/proc/loadavg: 2.00 2.00 2.10 3/213 3611
/proc/meminfo: memFree=28806468/32873648 swapFree=7104/7104
[pid=3592] ppid=3590 vsize=9624976 CPUtime=3.88 cores=0,2,4,6
/proc/3592/stat : 3592 (java) S 3590 3592 30487 0 -1 4202496 9017 0 1 0 385 3 0 0 20 0 19 0 255296129 9855975424 20612 33554432000 1073741824 1073778376 140736092583408 140736092574544 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3592/statm: 2406244 20612 2275 9 0 2396937 0
[pid=3592/tid=3594] ppid=3590 vsize=9624976 CPUtime=3.01 cores=0,2,4,6
/proc/3592/task/3594/stat : 3594 (java) R 3590 3592 30487 0 -1 4202560 2524 0 1 0 299 2 0 0 20 0 19 0 255296130 9855975424 20612 33554432000 1073741824 1073778376 140736092583408 140415035191584 140414908079822 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=3592/tid=3595] ppid=3590 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/3592/task/3595/stat : 3595 (java) S 3590 3592 30487 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 255296131 9855975424 20612 33554432000 1073741824 1073778376 140736092583408 140414879038504 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3592/tid=3596] ppid=3590 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/3592/task/3596/stat : 3596 (java) S 3590 3592 30487 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255296131 9855975424 20612 33554432000 1073741824 1073778376 140736092583408 140414877985704 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3592/tid=3597] ppid=3590 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/3592/task/3597/stat : 3597 (java) S 3590 3592 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255296131 9855975424 20612 33554432000 1073741824 1073778376 140736092583408 140414876932904 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3592/tid=3598] ppid=3590 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/3592/task/3598/stat : 3598 (java) S 3590 3592 30487 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 255296131 9855975424 20612 33554432000 1073741824 1073778376 140736092583408 140414875880104 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3592/tid=3599] ppid=3590 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/3592/task/3599/stat : 3599 (java) S 3590 3592 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255296131 9855975424 20612 33554432000 1073741824 1073778376 140736092583408 140414874827304 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3592/tid=3600] ppid=3590 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/3592/task/3600/stat : 3600 (java) S 3590 3592 30487 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255296131 9855975424 20612 33554432000 1073741824 1073778376 140736092583408 140414873774504 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3592/tid=3601] ppid=3590 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/3592/task/3601/stat : 3601 (java) S 3590 3592 30487 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 255296131 9855975424 20612 33554432000 1073741824 1073778376 140736092583408 140414872721704 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3592/tid=3602] ppid=3590 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/3592/task/3602/stat : 3602 (java) S 3590 3592 30487 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 255296131 9855975424 20612 33554432000 1073741824 1073778376 140736092583408 140414871668904 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3592/tid=3603] ppid=3590 vsize=9624976 CPUtime=0.03 cores=0,2,4,6
/proc/3592/task/3603/stat : 3603 (java) S 3590 3592 30487 0 -1 4202560 32 0 0 0 3 0 0 0 20 0 19 0 255296132 9855975424 20612 33554432000 1073741824 1073778376 140736092583408 140414859471848 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3592/tid=3604] ppid=3590 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/3592/task/3604/stat : 3604 (java) S 3590 3592 30487 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255296133 9855975424 20612 33554432000 1073741824 1073778376 140736092583408 140414858417912 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3592/tid=3605] ppid=3590 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/3592/task/3605/stat : 3605 (java) S 3590 3592 30487 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255296133 9855975424 20612 33554432000 1073741824 1073778376 140736092583408 140414857365000 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3592/tid=3606] ppid=3590 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/3592/task/3606/stat : 3606 (java) S 3590 3592 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255296135 9855975424 20612 33554432000 1073741824 1073778376 140736092583408 140414856313488 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3592/tid=3607] ppid=3590 vsize=9624976 CPUtime=0.35 cores=0,2,4,6
/proc/3592/task/3607/stat : 3607 (java) S 3590 3592 30487 0 -1 4202560 2468 0 0 0 35 0 0 0 20 0 19 0 255296135 9855975424 20612 33554432000 1073741824 1073778376 140736092583408 140414855260600 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3592/tid=3608] ppid=3590 vsize=9624976 CPUtime=0.4 cores=0,2,4,6
/proc/3592/task/3608/stat : 3608 (java) S 3590 3592 30487 0 -1 4202560 2764 0 0 0 40 0 0 0 20 0 19 0 255296135 9855975424 20612 33554432000 1073741824 1073778376 140736092583408 140414854207800 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3592/tid=3609] ppid=3590 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/3592/task/3609/stat : 3609 (java) S 3590 3592 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255296135 9855975424 20612 33554432000 1073741824 1073778376 140736092583408 140414853155192 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3592/tid=3610] ppid=3590 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/3592/task/3610/stat : 3610 (java) S 3590 3592 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255296135 9855975424 20612 33554432000 1073741824 1073778376 140736092583408 140414852102600 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3592/tid=3611] ppid=3590 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/3592/task/3611/stat : 3611 (java) S 3590 3592 30487 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255296167 9855975424 20612 33554432000 1073741824 1073778376 140736092583408 140414851049128 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 3.88
Current children cumulated vsize (KiB) 9624976

[startup+6.30069 s]
/proc/loadavg: 2.00 2.00 2.10 2/193 3614
/proc/meminfo: memFree=29331656/32873648 swapFree=7104/7104
[pid=3592] ppid=3590 vsize=9624976 CPUtime=7.16 cores=0,2,4,6
/proc/3592/stat : 3592 (java) S 3590 3592 30487 0 -1 4202496 9131 0 1 0 712 4 0 0 20 0 19 0 255296129 9855975424 21124 33554432000 1073741824 1073778376 140736092583408 140736092574544 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3592/statm: 2406244 21124 2275 9 0 2396937 0
[pid=3592/tid=3594] ppid=3590 vsize=9624976 CPUtime=6.15 cores=0,2,4,6
/proc/3592/task/3594/stat : 3594 (java) R 3590 3592 30487 0 -1 4202560 2527 0 1 0 613 2 0 0 20 0 19 0 255296130 9855975424 21124 33554432000 1073741824 1073778376 140736092583408 140415035191584 140414908044301 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=3592/tid=3595] ppid=3590 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/3592/task/3595/stat : 3595 (java) S 3590 3592 30487 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 255296131 9855975424 21124 33554432000 1073741824 1073778376 140736092583408 140414879038504 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3592/tid=3596] ppid=3590 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/3592/task/3596/stat : 3596 (java) S 3590 3592 30487 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 255296131 9855975424 21124 33554432000 1073741824 1073778376 140736092583408 140414877985704 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3592/tid=3597] ppid=3590 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/3592/task/3597/stat : 3597 (java) S 3590 3592 30487 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 255296131 9855975424 21124 33554432000 1073741824 1073778376 140736092583408 140414876932904 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3592/tid=3598] ppid=3590 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/3592/task/3598/stat : 3598 (java) S 3590 3592 30487 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255296131 9855975424 21124 33554432000 1073741824 1073778376 140736092583408 140414875880104 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3592/tid=3599] ppid=3590 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/3592/task/3599/stat : 3599 (java) S 3590 3592 30487 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 255296131 9855975424 21124 33554432000 1073741824 1073778376 140736092583408 140414874827304 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3592/tid=3600] ppid=3590 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/3592/task/3600/stat : 3600 (java) S 3590 3592 30487 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 255296131 9855975424 21124 33554432000 1073741824 1073778376 140736092583408 140414873774504 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3592/tid=3601] ppid=3590 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/3592/task/3601/stat : 3601 (java) S 3590 3592 30487 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255296131 9855975424 21124 33554432000 1073741824 1073778376 140736092583408 140414872721704 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3592/tid=3602] ppid=3590 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/3592/task/3602/stat : 3602 (java) S 3590 3592 30487 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 255296131 9855975424 21124 33554432000 1073741824 1073778376 140736092583408 140414871668904 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3592/tid=3603] ppid=3590 vsize=9624976 CPUtime=0.08 cores=0,2,4,6
/proc/3592/task/3603/stat : 3603 (java) S 3590 3592 30487 0 -1 4202560 32 0 0 0 8 0 0 0 20 0 19 0 255296132 9855975424 21124 33554432000 1073741824 1073778376 140736092583408 140414859471848 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3592/tid=3604] ppid=3590 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/3592/task/3604/stat : 3604 (java) S 3590 3592 30487 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255296133 9855975424 21124 33554432000 1073741824 1073778376 140736092583408 140414858417912 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3592/tid=3605] ppid=3590 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/3592/task/3605/stat : 3605 (java) S 3590 3592 30487 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255296133 9855975424 21124 33554432000 1073741824 1073778376 140736092583408 140414857365000 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3592/tid=3606] ppid=3590 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/3592/task/3606/stat : 3606 (java) S 3590 3592 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255296135 9855975424 21124 33554432000 1073741824 1073778376 140736092583408 140414856313488 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3592/tid=3607] ppid=3590 vsize=9624976 CPUtime=0.39 cores=0,2,4,6
/proc/3592/task/3607/stat : 3607 (java) S 3590 3592 30487 0 -1 4202560 2566 0 0 0 39 0 0 0 20 0 19 0 255296135 9855975424 21124 33554432000 1073741824 1073778376 140736092583408 140414855260600 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3592/tid=3608] ppid=3590 vsize=9624976 CPUtime=0.41 cores=0,2,4,6
/proc/3592/task/3608/stat : 3608 (java) S 3590 3592 30487 0 -1 4202560 2765 0 0 0 41 0 0 0 20 0 19 0 255296135 9855975424 21124 33554432000 1073741824 1073778376 140736092583408 140414854207800 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3592/tid=3609] ppid=3590 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/3592/task/3609/stat : 3609 (java) S 3590 3592 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255296135 9855975424 21124 33554432000 1073741824 1073778376 140736092583408 140414853155192 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3592/tid=3610] ppid=3590 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/3592/task/3610/stat : 3610 (java) S 3590 3592 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255296135 9855975424 21124 33554432000 1073741824 1073778376 140736092583408 140414852102600 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3592/tid=3611] ppid=3590 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/3592/task/3611/stat : 3611 (java) S 3590 3592 30487 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255296167 9855975424 21124 33554432000 1073741824 1073778376 140736092583408 140414851049128 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.16
Current children cumulated vsize (KiB) 9624976

[startup+12.7007 s]

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

[pid=3592/tid=3600] ppid=3590 vsize=9624976 CPUtime=3.63 cores=0,2,4,6
/proc/3592/task/3600/stat : 3600 (java) S 3590 3592 30487 0 -1 4202560 666 0 0 0 347 16 0 0 20 0 19 0 255296131 9855975424 199101 33554432000 1073741824 1073778376 140736092583408 140414873774504 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3592/tid=3601] ppid=3590 vsize=9624976 CPUtime=3.68 cores=0,2,4,6
/proc/3592/task/3601/stat : 3601 (java) S 3590 3592 30487 0 -1 4202560 544 0 0 0 354 14 0 0 20 0 19 0 255296131 9855975424 199101 33554432000 1073741824 1073778376 140736092583408 140414872721704 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3592/tid=3602] ppid=3590 vsize=9624976 CPUtime=3.81 cores=0,2,4,6
/proc/3592/task/3602/stat : 3602 (java) S 3590 3592 30487 0 -1 4202560 1056 0 0 0 363 18 0 0 20 0 19 0 255296131 9855975424 199101 33554432000 1073741824 1073778376 140736092583408 140414871668904 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3592/tid=3603] ppid=3590 vsize=9624976 CPUtime=4.3 cores=0,2,4,6
/proc/3592/task/3603/stat : 3603 (java) S 3590 3592 30487 0 -1 4202560 1295 0 0 0 424 6 0 0 20 0 19 0 255296132 9855975424 199101 33554432000 1073741824 1073778376 140736092583408 140414859471848 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3592/tid=3604] ppid=3590 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/3592/task/3604/stat : 3604 (java) S 3590 3592 30487 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255296133 9855975424 199101 33554432000 1073741824 1073778376 140736092583408 140414858417912 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3592/tid=3605] ppid=3590 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/3592/task/3605/stat : 3605 (java) S 3590 3592 30487 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255296133 9855975424 199101 33554432000 1073741824 1073778376 140736092583408 140414857365000 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3592/tid=3606] ppid=3590 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/3592/task/3606/stat : 3606 (java) S 3590 3592 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255296135 9855975424 199101 33554432000 1073741824 1073778376 140736092583408 140414856313488 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3592/tid=3607] ppid=3590 vsize=9624976 CPUtime=0.39 cores=0,2,4,6
/proc/3592/task/3607/stat : 3607 (java) S 3590 3592 30487 0 -1 4202560 2566 0 0 0 39 0 0 0 20 0 19 0 255296135 9855975424 199101 33554432000 1073741824 1073778376 140736092583408 140414855260600 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3592/tid=3608] ppid=3590 vsize=9624976 CPUtime=0.43 cores=0,2,4,6
/proc/3592/task/3608/stat : 3608 (java) S 3590 3592 30487 0 -1 4202560 2769 0 0 0 43 0 0 0 20 0 19 0 255296135 9855975424 199101 33554432000 1073741824 1073778376 140736092583408 140414854207800 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3592/tid=3609] ppid=3590 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/3592/task/3609/stat : 3609 (java) S 3590 3592 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255296135 9855975424 199101 33554432000 1073741824 1073778376 140736092583408 140414853155192 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3592/tid=3610] ppid=3590 vsize=9624976 CPUtime=0.49 cores=0,2,4,6
/proc/3592/task/3610/stat : 3610 (java) S 3590 3592 30487 0 -1 4202560 94 0 0 0 24 25 0 0 20 0 19 0 255296135 9855975424 199101 33554432000 1073741824 1073778376 140736092583408 140414852102600 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3592/tid=3611] ppid=3590 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/3592/task/3611/stat : 3611 (java) S 3590 3592 30487 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255296167 9855975424 199101 33554432000 1073741824 1073778376 140736092583408 140414851049128 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1684.74
Current children cumulated vsize (KiB) 9624976

[startup+1722.3 s]
/proc/loadavg: 2.00 2.07 2.07 3/213 3707
/proc/meminfo: memFree=28020904/32873648 swapFree=7104/7104
[pid=3592] ppid=3590 vsize=9624976 CPUtime=1745.72 cores=0,2,4,6
/proc/3592/stat : 3592 (java) S 3590 3592 30487 0 -1 4202496 17774 0 1 0 174411 161 0 0 20 0 19 0 255296129 9855975424 199658 33554432000 1073741824 1073778376 140736092583408 140736092574544 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3592/statm: 2406244 199658 2276 9 0 2396937 0
[pid=3592/tid=3594] ppid=3590 vsize=9624976 CPUtime=1709.15 cores=0,2,4,6
/proc/3592/task/3594/stat : 3594 (java) R 3590 3592 30487 0 -1 4202560 2893 0 1 0 170885 30 0 0 20 0 19 0 255296130 9855975424 199658 33554432000 1073741824 1073778376 140736092583408 140415035190760 140414908236460 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=3592/tid=3595] ppid=3590 vsize=9624976 CPUtime=4.12 cores=0,2,4,6
/proc/3592/task/3595/stat : 3595 (java) S 3590 3592 30487 0 -1 4202560 889 0 0 0 396 16 0 0 20 0 19 0 255296131 9855975424 199658 33554432000 1073741824 1073778376 140736092583408 140414879038504 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3592/tid=3596] ppid=3590 vsize=9624976 CPUtime=3.86 cores=0,2,4,6
/proc/3592/task/3596/stat : 3596 (java) S 3590 3592 30487 0 -1 4202560 999 0 0 0 372 14 0 0 20 0 19 0 255296131 9855975424 199658 33554432000 1073741824 1073778376 140736092583408 140414877985704 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3592/tid=3597] ppid=3590 vsize=9624976 CPUtime=3.85 cores=0,2,4,6
/proc/3592/task/3597/stat : 3597 (java) S 3590 3592 30487 0 -1 4202560 675 0 0 0 370 15 0 0 20 0 19 0 255296131 9855975424 199658 33554432000 1073741824 1073778376 140736092583408 140414876932904 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3592/tid=3598] ppid=3590 vsize=9624976 CPUtime=3.82 cores=0,2,4,6
/proc/3592/task/3598/stat : 3598 (java) S 3590 3592 30487 0 -1 4202560 790 0 0 0 366 16 0 0 20 0 19 0 255296131 9855975424 199658 33554432000 1073741824 1073778376 140736092583408 140414875880104 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3592/tid=3599] ppid=3590 vsize=9624976 CPUtime=3.8 cores=0,2,4,6
/proc/3592/task/3599/stat : 3599 (java) S 3590 3592 30487 0 -1 4202560 1038 0 0 0 365 15 0 0 20 0 19 0 255296131 9855975424 199658 33554432000 1073741824 1073778376 140736092583408 140414874827304 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3592/tid=3600] ppid=3590 vsize=9624976 CPUtime=3.77 cores=0,2,4,6
/proc/3592/task/3600/stat : 3600 (java) S 3590 3592 30487 0 -1 4202560 691 0 0 0 361 16 0 0 20 0 19 0 255296131 9855975424 199658 33554432000 1073741824 1073778376 140736092583408 140414873774504 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3592/tid=3601] ppid=3590 vsize=9624976 CPUtime=3.82 cores=0,2,4,6
/proc/3592/task/3601/stat : 3601 (java) S 3590 3592 30487 0 -1 4202560 627 0 0 0 367 15 0 0 20 0 19 0 255296131 9855975424 199658 33554432000 1073741824 1073778376 140736092583408 140414872721704 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3592/tid=3602] ppid=3590 vsize=9624976 CPUtime=3.98 cores=0,2,4,6
/proc/3592/task/3602/stat : 3602 (java) S 3590 3592 30487 0 -1 4202560 1248 0 0 0 380 18 0 0 20 0 19 0 255296131 9855975424 199658 33554432000 1073741824 1073778376 140736092583408 140414871668904 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3592/tid=3603] ppid=3590 vsize=9624976 CPUtime=4.37 cores=0,2,4,6
/proc/3592/task/3603/stat : 3603 (java) S 3590 3592 30487 0 -1 4202560 1311 0 0 0 431 6 0 0 20 0 19 0 255296132 9855975424 199658 33554432000 1073741824 1073778376 140736092583408 140414859471848 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3592/tid=3604] ppid=3590 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/3592/task/3604/stat : 3604 (java) S 3590 3592 30487 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255296133 9855975424 199658 33554432000 1073741824 1073778376 140736092583408 140414858417912 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3592/tid=3605] ppid=3590 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/3592/task/3605/stat : 3605 (java) S 3590 3592 30487 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255296133 9855975424 199658 33554432000 1073741824 1073778376 140736092583408 140414857365000 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3592/tid=3606] ppid=3590 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/3592/task/3606/stat : 3606 (java) S 3590 3592 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255296135 9855975424 199658 33554432000 1073741824 1073778376 140736092583408 140414856313488 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3592/tid=3607] ppid=3590 vsize=9624976 CPUtime=0.39 cores=0,2,4,6
/proc/3592/task/3607/stat : 3607 (java) S 3590 3592 30487 0 -1 4202560 2566 0 0 0 39 0 0 0 20 0 19 0 255296135 9855975424 199658 33554432000 1073741824 1073778376 140736092583408 140414855260600 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3592/tid=3608] ppid=3590 vsize=9624976 CPUtime=0.43 cores=0,2,4,6
/proc/3592/task/3608/stat : 3608 (java) S 3590 3592 30487 0 -1 4202560 2769 0 0 0 43 0 0 0 20 0 19 0 255296135 9855975424 199658 33554432000 1073741824 1073778376 140736092583408 140414854207800 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3592/tid=3609] ppid=3590 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/3592/task/3609/stat : 3609 (java) S 3590 3592 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255296135 9855975424 199658 33554432000 1073741824 1073778376 140736092583408 140414853155192 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3592/tid=3610] ppid=3590 vsize=9624976 CPUtime=0.51 cores=0,2,4,6
/proc/3592/task/3610/stat : 3610 (java) S 3590 3592 30487 0 -1 4202560 98 0 0 0 25 26 0 0 20 0 19 0 255296135 9855975424 199658 33554432000 1073741824 1073778376 140736092583408 140414852102600 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3592/tid=3611] ppid=3590 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/3592/task/3611/stat : 3611 (java) S 3590 3592 30487 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255296167 9855975424 199658 33554432000 1073741824 1073778376 140736092583408 140414851049128 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1745.72
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1775.81 s]
/proc/loadavg: 2.05 2.07 2.07 3/213 3707
/proc/meminfo: memFree=28055696/32873648 swapFree=7104/7104
[pid=3592] ppid=3590 vsize=9624976 CPUtime=1800.04 cores=0,2,4,6
/proc/3592/stat : 3592 (java) S 3590 3592 30487 0 -1 4202496 17805 0 1 0 179841 163 0 0 20 0 19 0 255296129 9855975424 197045 33554432000 1073741824 1073778376 140736092583408 140736092574544 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3592/statm: 2406244 197045 2276 9 0 2396937 0
[pid=3592/tid=3594] ppid=3590 vsize=9624976 CPUtime=1762.3 cores=0,2,4,6
/proc/3592/task/3594/stat : 3594 (java) S 3590 3592 30487 0 -1 4202560 2904 0 1 0 176199 31 0 0 20 0 19 0 255296130 9855975424 197045 33554432000 1073741824 1073778376 140736092583408 140415035191384 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3592/tid=3595] ppid=3590 vsize=9624976 CPUtime=4.26 cores=0,2,4,6
/proc/3592/task/3595/stat : 3595 (java) S 3590 3592 30487 0 -1 4202560 889 0 0 0 410 16 0 0 20 0 19 0 255296131 9855975424 197045 33554432000 1073741824 1073778376 140736092583408 140414879038504 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3592/tid=3596] ppid=3590 vsize=9624976 CPUtime=3.99 cores=0,2,4,6
/proc/3592/task/3596/stat : 3596 (java) S 3590 3592 30487 0 -1 4202560 1000 0 0 0 385 14 0 0 20 0 19 0 255296131 9855975424 197045 33554432000 1073741824 1073778376 140736092583408 140414877985704 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3592/tid=3597] ppid=3590 vsize=9624976 CPUtime=4 cores=0,2,4,6
/proc/3592/task/3597/stat : 3597 (java) S 3590 3592 30487 0 -1 4202560 675 0 0 0 385 15 0 0 20 0 19 0 255296131 9855975424 197045 33554432000 1073741824 1073778376 140736092583408 140414876932904 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3592/tid=3598] ppid=3590 vsize=9624976 CPUtime=3.97 cores=0,2,4,6
/proc/3592/task/3598/stat : 3598 (java) S 3590 3592 30487 0 -1 4202560 790 0 0 0 380 17 0 0 20 0 19 0 255296131 9855975424 197045 33554432000 1073741824 1073778376 140736092583408 140414875880104 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3592/tid=3599] ppid=3590 vsize=9624976 CPUtime=3.92 cores=0,2,4,6
/proc/3592/task/3599/stat : 3599 (java) S 3590 3592 30487 0 -1 4202560 1038 0 0 0 377 15 0 0 20 0 19 0 255296131 9855975424 197045 33554432000 1073741824 1073778376 140736092583408 140414874827304 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3592/tid=3600] ppid=3590 vsize=9624976 CPUtime=3.9 cores=0,2,4,6
/proc/3592/task/3600/stat : 3600 (java) S 3590 3592 30487 0 -1 4202560 691 0 0 0 373 17 0 0 20 0 19 0 255296131 9855975424 197045 33554432000 1073741824 1073778376 140736092583408 140414873774504 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3592/tid=3601] ppid=3590 vsize=9624976 CPUtime=3.97 cores=0,2,4,6
/proc/3592/task/3601/stat : 3601 (java) S 3590 3592 30487 0 -1 4202560 630 0 0 0 382 15 0 0 20 0 19 0 255296131 9855975424 197045 33554432000 1073741824 1073778376 140736092583408 140414872721704 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3592/tid=3602] ppid=3590 vsize=9624976 CPUtime=4.09 cores=0,2,4,6
/proc/3592/task/3602/stat : 3602 (java) S 3590 3592 30487 0 -1 4202560 1248 0 0 0 390 19 0 0 20 0 19 0 255296131 9855975424 197045 33554432000 1073741824 1073778376 140736092583408 140414871668904 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3592/tid=3603] ppid=3590 vsize=9624976 CPUtime=4.45 cores=0,2,4,6
/proc/3592/task/3603/stat : 3603 (java) R 3590 3592 30487 0 -1 4202560 1323 0 0 0 439 6 0 0 20 0 19 0 255296132 9855975424 197045 33554432000 1073741824 1073778376 140736092583408 140414859470824 140415037386939 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=3592/tid=3604] ppid=3590 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/3592/task/3604/stat : 3604 (java) S 3590 3592 30487 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255296133 9855975424 197045 33554432000 1073741824 1073778376 140736092583408 140414858417912 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3592/tid=3605] ppid=3590 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/3592/task/3605/stat : 3605 (java) S 3590 3592 30487 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255296133 9855975424 197045 33554432000 1073741824 1073778376 140736092583408 140414857365000 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3592/tid=3606] ppid=3590 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/3592/task/3606/stat : 3606 (java) S 3590 3592 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255296135 9855975424 197045 33554432000 1073741824 1073778376 140736092583408 140414856313488 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3592/tid=3607] ppid=3590 vsize=9624976 CPUtime=0.39 cores=0,2,4,6
/proc/3592/task/3607/stat : 3607 (java) S 3590 3592 30487 0 -1 4202560 2566 0 0 0 39 0 0 0 20 0 19 0 255296135 9855975424 197045 33554432000 1073741824 1073778376 140736092583408 140414855260600 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3592/tid=3608] ppid=3590 vsize=9624976 CPUtime=0.43 cores=0,2,4,6
/proc/3592/task/3608/stat : 3608 (java) S 3590 3592 30487 0 -1 4202560 2769 0 0 0 43 0 0 0 20 0 19 0 255296135 9855975424 197045 33554432000 1073741824 1073778376 140736092583408 140414854207800 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3592/tid=3609] ppid=3590 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/3592/task/3609/stat : 3609 (java) S 3590 3592 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255296135 9855975424 197045 33554432000 1073741824 1073778376 140736092583408 140414853155192 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3592/tid=3610] ppid=3590 vsize=9624976 CPUtime=0.53 cores=0,2,4,6
/proc/3592/task/3610/stat : 3610 (java) S 3590 3592 30487 0 -1 4202560 102 0 0 0 26 27 0 0 20 0 19 0 255296135 9855975424 197045 33554432000 1073741824 1073778376 140736092583408 140414852102600 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3592/tid=3611] ppid=3590 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/3592/task/3611/stat : 3611 (java) S 3590 3592 30487 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255296167 9855975424 197045 33554432000 1073741824 1073778376 140736092583408 140414851049128 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 9624976

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1775.91 s]
/proc/loadavg: 2.05 2.07 2.07 3/213 3707
/proc/meminfo: memFree=28055696/32873648 swapFree=7104/7104
[pid=3592] ppid=3590 vsize=9758104 CPUtime=1800.13 cores=0,2,4,6
/proc/3592/stat : 3592 (java) S 3590 3592 30487 0 -1 4202496 17833 0 1 0 179850 163 0 0 20 0 21 0 255296129 9992298496 197073 33554432000 1073741824 1073778376 140736092583408 140736092574544 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3592/statm: 2439526 197073 2276 9 0 2430219 0
[pid=3592/tid=3594] ppid=3590 vsize=9758104 CPUtime=1762.3 cores=0,2,4,6
/proc/3592/task/3594/stat : 3594 (java) R 3590 3592 30487 0 -1 4202560 2904 0 1 0 176199 31 0 0 20 0 21 0 255296130 9992298496 197073 33554432000 1073741824 1073778376 140736092583408 140415035191704 140414908079465 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=3592/tid=3595] ppid=3590 vsize=9758104 CPUtime=4.26 cores=0,2,4,6
/proc/3592/task/3595/stat : 3595 (java) S 3590 3592 30487 0 -1 4202560 889 0 0 0 410 16 0 0 20 0 21 0 255296131 9992298496 197073 33554432000 1073741824 1073778376 140736092583408 140414879038504 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3592/tid=3596] ppid=3590 vsize=9758104 CPUtime=3.99 cores=0,2,4,6
/proc/3592/task/3596/stat : 3596 (java) S 3590 3592 30487 0 -1 4202560 1000 0 0 0 385 14 0 0 20 0 21 0 255296131 9992298496 197073 33554432000 1073741824 1073778376 140736092583408 140414877985704 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3592/tid=3597] ppid=3590 vsize=9758104 CPUtime=4 cores=0,2,4,6
/proc/3592/task/3597/stat : 3597 (java) S 3590 3592 30487 0 -1 4202560 675 0 0 0 385 15 0 0 20 0 21 0 255296131 9992298496 197073 33554432000 1073741824 1073778376 140736092583408 140414876932904 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3592/tid=3598] ppid=3590 vsize=9758104 CPUtime=3.97 cores=0,2,4,6
/proc/3592/task/3598/stat : 3598 (java) S 3590 3592 30487 0 -1 4202560 790 0 0 0 380 17 0 0 20 0 21 0 255296131 9992298496 197073 33554432000 1073741824 1073778376 140736092583408 140414875880104 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3592/tid=3599] ppid=3590 vsize=9758104 CPUtime=3.92 cores=0,2,4,6
/proc/3592/task/3599/stat : 3599 (java) S 3590 3592 30487 0 -1 4202560 1038 0 0 0 377 15 0 0 20 0 21 0 255296131 9992298496 197073 33554432000 1073741824 1073778376 140736092583408 140414874827304 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3592/tid=3600] ppid=3590 vsize=9758104 CPUtime=3.9 cores=0,2,4,6
/proc/3592/task/3600/stat : 3600 (java) S 3590 3592 30487 0 -1 4202560 691 0 0 0 373 17 0 0 20 0 21 0 255296131 9992298496 197073 33554432000 1073741824 1073778376 140736092583408 140414873774504 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3592/tid=3601] ppid=3590 vsize=9758104 CPUtime=3.97 cores=0,2,4,6
/proc/3592/task/3601/stat : 3601 (java) S 3590 3592 30487 0 -1 4202560 630 0 0 0 382 15 0 0 20 0 21 0 255296131 9992298496 197073 33554432000 1073741824 1073778376 140736092583408 140414872721704 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3592/tid=3602] ppid=3590 vsize=9758104 CPUtime=4.09 cores=0,2,4,6
/proc/3592/task/3602/stat : 3602 (java) S 3590 3592 30487 0 -1 4202560 1248 0 0 0 390 19 0 0 20 0 21 0 255296131 9992298496 197073 33554432000 1073741824 1073778376 140736092583408 140414871668904 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3592/tid=3603] ppid=3590 vsize=9758104 CPUtime=4.54 cores=0,2,4,6
/proc/3592/task/3603/stat : 3603 (java) S 3590 3592 30487 0 -1 4202560 1323 0 0 0 448 6 0 0 20 0 21 0 255296132 9992298496 197073 33554432000 1073741824 1073778376 140736092583408 140414859471848 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3592/tid=3604] ppid=3590 vsize=9758104 CPUtime=0 cores=0,2,4,6
/proc/3592/task/3604/stat : 3604 (java) S 3590 3592 30487 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 255296133 9992298496 197073 33554432000 1073741824 1073778376 140736092583408 140414858417912 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3592/tid=3605] ppid=3590 vsize=9758104 CPUtime=0 cores=0,2,4,6
/proc/3592/task/3605/stat : 3605 (java) S 3590 3592 30487 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 21 0 255296133 9992298496 197073 33554432000 1073741824 1073778376 140736092583408 140414857365000 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3592/tid=3606] ppid=3590 vsize=9758104 CPUtime=0 cores=0,2,4,6
/proc/3592/task/3606/stat : 3606 (java) S 3590 3592 30487 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 21 0 255296135 9992298496 197073 33554432000 1073741824 1073778376 140736092583408 140414856313488 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3592/tid=3607] ppid=3590 vsize=9758104 CPUtime=0.39 cores=0,2,4,6
/proc/3592/task/3607/stat : 3607 (java) S 3590 3592 30487 0 -1 4202560 2566 0 0 0 39 0 0 0 20 0 21 0 255296135 9992298496 197073 33554432000 1073741824 1073778376 140736092583408 140414855260600 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3592/tid=3608] ppid=3590 vsize=9758104 CPUtime=0.43 cores=0,2,4,6
/proc/3592/task/3608/stat : 3608 (java) S 3590 3592 30487 0 -1 4202560 2769 0 0 0 43 0 0 0 20 0 21 0 255296135 9992298496 197073 33554432000 1073741824 1073778376 140736092583408 140414854207800 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3592/tid=3609] ppid=3590 vsize=9758104 CPUtime=0 cores=0,2,4,6
/proc/3592/task/3609/stat : 3609 (java) S 3590 3592 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 255296135 9992298496 197073 33554432000 1073741824 1073778376 140736092583408 140414853155192 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3592/tid=3610] ppid=3590 vsize=9758104 CPUtime=0.53 cores=0,2,4,6
/proc/3592/task/3610/stat : 3610 (java) S 3590 3592 30487 0 -1 4202560 102 0 0 0 26 27 0 0 20 0 21 0 255296135 9992298496 197073 33554432000 1073741824 1073778376 140736092583408 140414852102600 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3592/tid=3611] ppid=3590 vsize=9758104 CPUtime=0 cores=0,2,4,6
/proc/3592/task/3611/stat : 3611 (java) S 3590 3592 30487 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 255296167 9992298496 197073 33554432000 1073741824 1073778376 140736092583408 140414851049128 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.13
Current children cumulated vsize (KiB) 9758104

Child status: 143
Real time (s): 1775.96
CPU time (s): 1800.64
CPU user time (s): 1798.58
CPU system time (s): 2.06169
CPU usage (%): 101.39
Max. virtual memory (cumulated for all children) (KiB): 9758104

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.58
system time used= 2.06169
maximum resident set size= 827212
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17845
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1720
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 47970
involuntary context switches= 59521

runsolver used 5.74313 second user time and 14.5808 second system time

The end

Launcher Data

Begin job on node127 at 2012-05-24 22:35:07
IDJOB=3689595
IDBENCH=90113
IDSOLVER=2269
FILE ID=node127/3689595-1337891707
RUNJOBID= node127-1337889909-3243
PBS_JOBID= 14620077
Free space on /tmp= 71664 MiB

SOLVER NAME= Sat 4j PB Resolution 2.3.2 Snapshot
BENCH NAME= PB12/normalized-PB12/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/normalized-TateBritain_K87.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3689595-1337891707/watcher-3689595-1337891707 -o /tmp/evaluation-result-3689595-1337891707/solver-3689595-1337891707 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3689595-1337891707.opb

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

MD5SUM BENCH= 800363f05bcd3a7fdae42567bbf8c0cf
RANDOM SEED=912687745

node127.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        28876492 kB
Buffers:          249604 kB
Cached:          2428204 kB
SwapCached:            0 kB
Active:           954044 kB
Inactive:        2266956 kB
Active(anon):     545648 kB
Inactive(anon):        0 kB
Active(file):     408396 kB
Inactive(file):  2266956 kB
Unevictable:        7104 kB
Mlocked:            7104 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               756 kB
Writeback:             0 kB
AnonPages:        550336 kB
Mapped:            22644 kB
Shmem:               200 kB
Slab:             638744 kB
SReclaimable:      83020 kB
SUnreclaim:       555724 kB
KernelStack:        1592 kB
PageTables:         5220 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1083352 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    518144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71672 MiB
End job on node127 at 2012-05-24 23:04:45