Trace number 3455458

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 Res//CP 2.3.0? (TO) 1800.36 912.517

General information on the benchmark

Name/DEC-SMALLINT-LIN/oliveras/
j120/normalized-j12056_10-unsat.opb
MD5SUM9569f42797128c8734a8cda484f54275
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 variables57354
Total number of constraints201250
Number of constraints which are clauses200306
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints944
Minimum length of a constraint1
Maximum length of a constraint120
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 17
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 677
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.03/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.03/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.08	c See www.sat4j.org for details.
0.03/0.08	c version 2.3.1.v20110525
0.03/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.03/0.08	c java.vm.version	19.1-b02
0.03/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.08	c sun.arch.data.model	64
0.03/0.08	c java.version		1.6.0_24
0.03/0.08	c os.name		Linux
0.03/0.08	c os.version		2.6.18-164.el5
0.03/0.08	c os.arch		amd64
0.03/0.08	c Free memory 		9996466904
0.03/0.08	c Max memory 		10048897024
0.03/0.08	c Total memory 		10048897024
0.03/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@67ee3914
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 Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1c691f36
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 phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No 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-3455458-1307196935.opb
0.10/0.11	c reading problem ... 
2.99/1.82	c ... done. Wall clock time 1.717s.
2.99/1.82	c #vars     57354
2.99/1.82	c #constraints  185530
2.99/1.82	c constraints type 
2.99/1.83	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 23823
2.99/1.83	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 154272
2.99/1.83	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 944
2.99/1.83	c constraints type 
2.99/1.83	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 154272
2.99/1.83	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 23823
2.99/1.83	c org.sat4j.pb.constraints.pb.MaxWatchPb => 944
9.93/4.85	c cleaning 2497 clauses out of 4999 with flag 5000/5000
16.98/8.33	c cleaning 4239 clauses out of 8500 with flag 11000/11000
23.67/11.77	c cleaning 5622 clauses out of 11261 with flag 18000/18000
31.33/15.70	c cleaning 6807 clauses out of 13639 with flag 26002/26002
39.36/19.72	c cleaning 7909 clauses out of 15830 with flag 35001/35001
48.59/24.44	c cleaning 8926 clauses out of 17919 with flag 45000/45000
59.40/29.93	c cleaning 9986 clauses out of 19994 with flag 56001/56001
71.22/35.91	c cleaning 10990 clauses out of 22007 with flag 68000/68000
84.13/42.54	c cleaning 12001 clauses out of 24017 with flag 81000/81000
96.94/49.09	c cleaning 12995 clauses out of 26019 with flag 95003/95003
110.77/56.07	c cleaning 14000 clauses out of 28021 with flag 110001/110001
126.73/64.16	c cleaning 15000 clauses out of 30020 with flag 126000/126000
143.00/72.47	c cleaning 0 clauses out of 5001 with flag 0/5001
144.67/73.23	c cleaning 15988 clauses out of 32021 with flag 143001/143001
165.25/83.68	c cleaning 17010 clauses out of 34033 with flag 161001/161001
183.99/93.15	c cleaning 17938 clauses out of 36022 with flag 180000/180000
204.22/103.45	c cleaning 19018 clauses out of 38084 with flag 200000/200000
225.28/114.19	c cleaning 20023 clauses out of 40067 with flag 221001/221001
247.77/125.53	c cleaning 21013 clauses out of 42043 with flag 243000/243000
274.24/138.94	c cleaning 21991 clauses out of 44030 with flag 266000/266000
300.31/152.26	c cleaning 22994 clauses out of 46039 with flag 290000/290000
329.54/167.01	c cleaning 23994 clauses out of 48045 with flag 315000/315000
359.18/182.00	c cleaning 24998 clauses out of 50051 with flag 341000/341000
393.07/199.15	c cleaning 25955 clauses out of 52053 with flag 368000/368000
431.68/218.75	c cleaning 26967 clauses out of 54098 with flag 396000/396000
455.09/230.67	c cleaning 0 clauses out of 11002 with flag 0/11002
463.81/235.27	c cleaning 28052 clauses out of 56131 with flag 425000/425000
499.98/253.56	c cleaning 29000 clauses out of 58081 with flag 455002/455002
539.30/273.55	c cleaning 30022 clauses out of 60082 with flag 486003/486003
584.65/296.42	c cleaning 30993 clauses out of 62057 with flag 518000/518000
630.35/319.50	c cleaning 32013 clauses out of 64064 with flag 551000/551000
683.25/346.22	c cleaning 32991 clauses out of 66051 with flag 585000/585000
726.46/368.21	c cleaning 33997 clauses out of 68060 with flag 620000/620000
770.43/390.47	c cleaning 35026 clauses out of 70063 with flag 656000/656000
809.30/410.10	c cleaning 35990 clauses out of 72037 with flag 693000/693000
858.18/434.87	c cleaning 37001 clauses out of 74047 with flag 731001/731001
905.20/458.74	c cleaning 38010 clauses out of 76046 with flag 770001/770001
956.26/484.55	c cleaning 39009 clauses out of 78035 with flag 810000/810000
995.06/504.26	c cleaning 0 clauses out of 18001 with flag 0/18001
1013.81/513.92	c cleaning 39989 clauses out of 80028 with flag 851002/851002
1073.91/544.47	c cleaning 41000 clauses out of 82037 with flag 893000/893000
1124.27/569.92	c cleaning 41987 clauses out of 84037 with flag 936001/936001
1182.63/599.49	c cleaning 43015 clauses out of 86049 with flag 980001/980001
1239.17/628.07	c cleaning 43997 clauses out of 88033 with flag 1025000/1025000
1298.51/658.29	c cleaning 45005 clauses out of 90036 with flag 1071000/1071000
1356.46/687.55	c cleaning 45996 clauses out of 92031 with flag 1118000/1118000
1422.91/721.19	c cleaning 46987 clauses out of 94035 with flag 1166000/1166000
1481.44/750.72	c cleaning 47996 clauses out of 96048 with flag 1215000/1215000
1550.35/785.71	c cleaning 48995 clauses out of 98053 with flag 1265001/1265001
1615.59/818.72	c cleaning 50009 clauses out of 100059 with flag 1316002/1316002
1687.06/854.83	c cleaning 51013 clauses out of 102049 with flag 1368001/1368001
1769.33/896.36	c cleaning 51980 clauses out of 104035 with flag 1421000/1421000
1800.06/912.32	c starts		: 206
1800.06/912.32	c conflicts		: 1440050
1800.06/912.32	c decisions		: 1884671
1800.06/912.32	c propagations		: 1367923113
1800.06/912.32	c inspects		: 5011958239
1800.06/912.32	c shortcuts		: 0
1800.06/912.32	c learnt literals	: 11
1800.06/912.32	c learnt binary clauses	: 97
1800.06/912.32	c learnt ternary clauses	: 1415
1800.06/912.32	c learnt constraints	: 1440039
1800.06/912.32	c ignored constraints	: 0
1800.06/912.32	c root simplifications	: 0
1800.06/912.32	c removed literals (reason simplification)	: 29315345
1800.06/912.32	c reason swapping (by a shorter reason)	: 0
1800.06/912.32	c Calls to reduceDB	: 49
1800.06/912.32	c number of reductions to clauses (during analyze)	: 0
1800.06/912.32	c number of learned constraints concerned by reduction	: 0
1800.06/912.32	c number of learning phase by resolution	: 0
1800.06/912.32	c number of learning phase by cutting planes	: 0
1800.06/912.32	c speed (assignments/second)	: 1502392.1155149331
1800.06/912.32	c non guided choices	6122
1800.06/912.35	c learnt constraints type 
1800.06/912.35	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 97
1800.06/912.35	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 71009
1800.06/912.35	c constraints type 
1800.06/912.35	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 23823
1800.06/912.35	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 154272
1800.06/912.35	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 944
1800.06/912.35	c constraints type 
1800.06/912.35	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 154272
1800.06/912.35	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 23823
1800.06/912.35	c org.sat4j.pb.constraints.pb.MaxWatchPb => 944
1800.06/912.35	s UNKNOWN
1800.06/912.35	c Total wall clock time (in seconds): 912.24

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3455458-1307196935/watcher-3455458-1307196935 -o /tmp/evaluation-result-3455458-1307196935/solver-3455458-1307196935 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3455458-1307196935.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: 4.09 3.84 3.63 2/494 6267
/proc/meminfo: memFree=18579420/32950928 swapFree=61858088/67111528
[pid=6267] ppid=6265 vsize=10430980 CPUtime=0 cores=0,2,4,6
/proc/6267/stat : 6267 (java) S 6265 6267 5363 0 -1 4202496 1781 0 1 0 0 0 0 0 25 0 2 0 831293190 10681323520 1482 33554432000 1073741824 1073778376 140737201434736 18446744073709551615 274485770213 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/6267/statm: 2607745 1496 906 9 0 2598901 0
[pid=6267/tid=6268] ppid=6265 vsize=10444316 CPUtime=0 cores=0,2,4,6
/proc/6267/task/6268/stat : 6268 (java) R 6265 6267 5363 0 -1 4202560 6683 0 1 0 0 0 0 0 25 0 2 0 831293191 10694979584 7499 33554432000 1073741824 1073778376 140737201434736 18446744073709551615 274473661499 0 4 0 16784584 0 0 0 -1 2 0 0 0

[startup+0.0344129 s]
/proc/loadavg: 4.09 3.84 3.63 2/494 6267
/proc/meminfo: memFree=18579420/32950928 swapFree=61858088/67111528
[pid=6267] ppid=6265 vsize=10465424 CPUtime=0.03 cores=0,2,4,6
/proc/6267/stat : 6267 (java) S 6265 6267 5363 0 -1 4202496 11030 0 1 0 2 1 0 0 25 0 11 0 831293190 10716594176 10728 33554432000 1073741824 1073778376 140737201434736 18446744073709551615 274485770213 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/6267/statm: 2616356 10729 1621 9 0 2607104 0
[pid=6267/tid=6268] ppid=6265 vsize=10465424 CPUtime=0.01 cores=0,2,4,6
/proc/6267/task/6268/stat : 6268 (java) R 6265 6267 5363 0 -1 4202560 9905 0 1 0 1 0 0 0 25 0 11 0 831293191 10716594176 10729 33554432000 1073741824 1073778376 140737201434736 18446744073709551615 47287281086371 0 4 0 16784584 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 10465424

[startup+0.105462 s]
/proc/loadavg: 4.09 3.84 3.63 2/494 6267
/proc/meminfo: memFree=18579420/32950928 swapFree=61858088/67111528
[pid=6267] ppid=6265 vsize=10540144 CPUtime=0.1 cores=0,2,4,6
/proc/6267/stat : 6267 (java) S 6265 6267 5363 0 -1 4202496 13163 0 1 0 9 1 0 0 25 0 18 0 831293190 10793107456 12859 33554432000 1073741824 1073778376 140737201434736 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6267/statm: 2635036 12859 2107 9 0 2625770 0
[pid=6267/tid=6268] ppid=6265 vsize=10540144 CPUtime=0.08 cores=0,2,4,6
/proc/6267/task/6268/stat : 6268 (java) R 6265 6267 5363 0 -1 4202560 11243 0 1 0 7 1 0 0 18 0 18 0 831293191 10793107456 12859 33554432000 1073741824 1073778376 140737201434736 18446744073709551615 46912505170474 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10540144

[startup+0.300424 s]
/proc/loadavg: 4.09 3.84 3.63 2/494 6267
/proc/meminfo: memFree=18579420/32950928 swapFree=61858088/67111528
[pid=6267] ppid=6265 vsize=10545316 CPUtime=0.5 cores=0,2,4,6
/proc/6267/stat : 6267 (java) S 6265 6267 5363 0 -1 4202496 17302 0 1 0 48 2 0 0 25 0 18 0 831293190 10798403584 16532 33554432000 1073741824 1073778376 140737201434736 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6267/statm: 2636329 16533 2201 9 0 2627063 0
[pid=6267/tid=6268] ppid=6265 vsize=10545316 CPUtime=0.28 cores=0,2,4,6
/proc/6267/task/6268/stat : 6268 (java) R 6265 6267 5363 0 -1 4202560 13704 0 1 0 26 2 0 0 18 0 18 0 831293191 10798403584 16533 33554432000 1073741824 1073778376 140737201434736 18446744073709551615 46912505608577 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 10545316

[startup+0.700361 s]
/proc/loadavg: 4.09 3.84 3.63 2/494 6267
/proc/meminfo: memFree=18579420/32950928 swapFree=61858088/67111528
[pid=6267] ppid=6265 vsize=10547484 CPUtime=1.31 cores=0,2,4,6
/proc/6267/stat : 6267 (java) S 6265 6267 5363 0 -1 4202496 50164 0 1 0 125 6 0 0 25 0 18 0 831293190 10800623616 47245 33554432000 1073741824 1073778376 140737201434736 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6267/statm: 2636871 47249 2222 9 0 2627605 0
[pid=6267/tid=6268] ppid=6265 vsize=10547484 CPUtime=0.68 cores=0,2,4,6
/proc/6267/task/6268/stat : 6268 (java) R 6265 6267 5363 0 -1 4202560 42503 0 1 0 62 6 0 0 18 0 18 0 831293191 10800623616 47250 33554432000 1073741824 1073778376 140737201434736 18446744073709551615 274485794251 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 10547484

[startup+1.50111 s]
/proc/loadavg: 4.09 3.84 3.63 4/512 6285
/proc/meminfo: memFree=18276972/32950928 swapFree=61858088/67111528
[pid=6267] ppid=6265 vsize=10554332 CPUtime=2.34 cores=0,2,4,6
/proc/6267/stat : 6267 (java) S 6265 6267 5363 0 -1 4202496 133549 0 1 0 217 17 0 0 25 0 18 0 831293190 10807635968 128652 33554432000 1073741824 1073778376 140737201434736 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6267/statm: 2638583 128652 2226 9 0 2629317 0
[pid=6267/tid=6268] ppid=6265 vsize=10554332 CPUtime=1.48 cores=0,2,4,6
/proc/6267/task/6268/stat : 6268 (java) R 6265 6267 5363 0 -1 4202560 121206 0 1 0 133 15 0 0 18 0 18 0 831293191 10807635968 128652 33554432000 1073741824 1073778376 140737201434736 18446744073709551615 46912505121134 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=6267/tid=6270] ppid=6265 vsize=10554332 CPUtime=0 cores=0,2,4,6
/proc/6267/task/6270/stat : 6270 (java) S 6265 6267 5363 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831293192 10807635968 128653 33554432000 1073741824 1073778376 140737201434736 18446744073709551615 274485783449 0 4 0 16800975 18446604445640757504 0 0 -1 6 0 0 0
[pid=6267/tid=6271] ppid=6265 vsize=10554332 CPUtime=0 cores=0,2,4,6
/proc/6267/task/6271/stat : 6271 (java) S 6265 6267 5363 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 831293192 10807635968 128654 33554432000 1073741824 1073778376 140737201434736 18446744073709551615 274485783449 0 4 0 16800975 18446604445640757504 0 0 -1 6 0 0 0
[pid=6267/tid=6272] ppid=6265 vsize=10554332 CPUtime=0 cores=0,2,4,6
/proc/6267/task/6272/stat : 6272 (java) S 6265 6267 5363 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831293192 10807635968 128654 33554432000 1073741824 1073778376 140737201434736 18446744073709551615 274485783449 0 4 0 16800975 18446604445640757504 0 0 -1 6 0 0 0
[pid=6267/tid=6273] ppid=6265 vsize=10554332 CPUtime=0 cores=0,2,4,6
/proc/6267/task/6273/stat : 6273 (java) S 6265 6267 5363 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831293192 10807635968 128656 33554432000 1073741824 1073778376 140737201434736 18446744073709551615 274485783449 0 4 0 16800975 18446604445640757504 0 0 -1 6 0 0 0
[pid=6267/tid=6274] ppid=6265 vsize=10554332 CPUtime=0 cores=0,2,4,6
/proc/6267/task/6274/stat : 6274 (java) S 6265 6267 5363 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831293192 10807635968 128658 33554432000 1073741824 1073778376 140737201434736 18446744073709551615 274485783449 0 4 0 16800975 18446604445640757504 0 0 -1 6 0 0 0
[pid=6267/tid=6275] ppid=6265 vsize=10554332 CPUtime=0 cores=0,2,4,6
/proc/6267/task/6275/stat : 6275 (java) S 6265 6267 5363 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831293192 10807635968 128660 33554432000 1073741824 1073778376 140737201434736 18446744073709551615 274485783449 0 4 0 16800975 18446604445640757504 0 0 -1 6 0 0 0
[pid=6267/tid=6276] ppid=6265 vsize=10554332 CPUtime=0 cores=0,2,4,6
/proc/6267/task/6276/stat : 6276 (java) S 6265 6267 5363 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831293192 10807635968 128663 33554432000 1073741824 1073778376 140737201434736 18446744073709551615 274485783449 0 4 0 16800975 18446604445640757504 0 0 -1 6 0 0 0
[pid=6267/tid=6277] ppid=6265 vsize=10554332 CPUtime=0 cores=0,2,4,6
/proc/6267/task/6277/stat : 6277 (java) S 6265 6267 5363 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831293192 10807635968 128665 33554432000 1073741824 1073778376 140737201434736 18446744073709551615 274485783449 0 4 0 16800975 18446604445640757504 0 0 -1 6 0 0 0
[pid=6267/tid=6278] ppid=6265 vsize=10554332 CPUtime=0 cores=0,2,4,6
/proc/6267/task/6278/stat : 6278 (java) S 6265 6267 5363 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 18 0 831293193 10807635968 128668 33554432000 1073741824 1073778376 140737201434736 18446744073709551615 274485784064 0 0 0 16800975 18446604445640757504 0 0 -1 6 0 0 0
[pid=6267/tid=6279] ppid=6265 vsize=10554332 CPUtime=0 cores=0,2,4,6
/proc/6267/task/6279/stat : 6279 (java) S 6265 6267 5363 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 831293194 10807635968 128672 33554432000 1073741824 1073778376 140737201434736 18446744073709551615 274485783449 0 4 0 16800975 18446604445640757504 0 0 -1 2 0 0 0
[pid=6267/tid=6280] ppid=6265 vsize=10554332 CPUtime=0 cores=0,2,4,6
/proc/6267/task/6280/stat : 6280 (java) S 6265 6267 5363 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 831293194 10807635968 128673 33554432000 1073741824 1073778376 140737201434736 18446744073709551615 274485783449 0 4 0 16800975 18446604445640757504 0 0 -1 2 0 0 0
[pid=6267/tid=6281] ppid=6265 vsize=10554332 CPUtime=0 cores=0,2,4,6
/proc/6267/task/6281/stat : 6281 (java) S 6265 6267 5363 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831293196 10807635968 128674 33554432000 1073741824 1073778376 140737201434736 18446744073709551615 274485791153 0 4 0 16800975 18446604445640757504 0 0 -1 6 0 0 0
[pid=6267/tid=6282] ppid=6265 vsize=10554332 CPUtime=0.47 cores=0,2,4,6
/proc/6267/task/6282/stat : 6282 (java) R 6265 6267 5363 0 -1 4202560 7052 0 0 0 47 0 0 0 18 0 18 0 831293196 10807635968 128675 33554432000 1073741824 1073778376 140737201434736 18446744073709551615 47287280656225 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=6267/tid=6283] ppid=6265 vsize=10554332 CPUtime=0.35 cores=0,2,4,6
/proc/6267/task/6283/stat : 6283 (java) R 6265 6267 5363 0 -1 4202560 4136 0 0 0 35 0 0 0 16 0 18 0 831293196 10807635968 128675 33554432000 1073741824 1073778376 140737201434736 18446744073709551615 47287281876392 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=6267/tid=6284] ppid=6265 vsize=10554332 CPUtime=0 cores=0,2,4,6
/proc/6267/task/6284/stat : 6284 (java) S 6265 6267 5363 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831293196 10807635968 128675 33554432000 1073741824 1073778376 140737201434736 18446744073709551615 274485783449 0 4 0 16800975 18446604445640757504 0 0 -1 6 0 0 0
[pid=6267/tid=6285] ppid=6265 vsize=10554332 CPUtime=0 cores=0,2,4,6
/proc/6267/task/6285/stat : 6285 (java) S 6265 6267 5363 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 831293196 10807635968 128675 33554432000 1073741824 1073778376 140737201434736 18446744073709551615 274485784064 0 4 0 16800975 18446604445640757504 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.34
Current children cumulated vsize (KiB) 10554332

[startup+3.10083 s]
/proc/loadavg: 4.09 3.84 3.63 7/516 6289
/proc/meminfo: memFree=17951564/32950928 swapFree=61858088/67111528
[pid=6267] ppid=6265 vsize=10559032 CPUtime=6.42 cores=0,2,4,6
/proc/6267/stat : 6267 (java) S 6265 6267 5363 0 -1 4202496 263710 0 1 0 612 30 0 0 25 0 22 0 831293190 10812448768 256246 33554432000 1073741824 1073778376 140737201434736 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6267/statm: 2639758 256246 2240 9 0 2630492 0
[pid=6267/tid=6268] ppid=6265 vsize=10559032 CPUtime=1.81 cores=0,2,4,6
/proc/6267/task/6268/stat : 6268 (java) S 6265 6267 5363 0 -1 4202560 145144 0 1 0 163 18 0 0 15 0 22 0 831293191 10812448768 256246 33554432000 1073741824 1073778376 140737201434736 18446744073709551615 274485784064 0 4 0 16800975 18446604445640757504 0 0 -1 6 0 0 0
[pid=6267/tid=6270] ppid=6265 vsize=10559032 CPUtime=0 cores=0,2,4,6
/proc/6267/task/6270/stat : 6270 (java) S 6265 6267 5363 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831293192 10812448768 256246 33554432000 1073741824 1073778376 140737201434736 18446744073709551615 274485783449 0 4 0 16800975 18446604445640757504 0 0 -1 6 0 0 0
[pid=6267/tid=6271] ppid=6265 vsize=10559032 CPUtime=0 cores=0,2,4,6
/proc/6267/task/6271/stat : 6271 (java) S 6265 6267 5363 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 831293192 10812448768 256247 33554432000 1073741824 1073778376 140737201434736 18446744073709551615 274485783449 0 4 0 16800975 18446604445640757504 0 0 -1 6 0 0 0
[pid=6267/tid=6272] ppid=6265 vsize=10559032 CPUtime=0 cores=0,2,4,6
/proc/6267/task/6272/stat : 6272 (java) S 6265 6267 5363 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831293192 10812448768 256247 33554432000 1073741824 1073778376 140737201434736 18446744073709551615 274485783449 0 4 0 16800975 18446604445640757504 0 0 -1 6 0 0 0
[pid=6267/tid=6273] ppid=6265 vsize=10559032 CPUtime=0 cores=0,2,4,6
/proc/6267/task/6273/stat : 6273 (java) S 6265 6267 5363 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831293192 10812448768 256247 33554432000 1073741824 1073778376 140737201434736 18446744073709551615 274485783449 0 4 0 16800975 18446604445640757504 0 0 -1 6 0 0 0
[pid=6267/tid=6274] ppid=6265 vsize=10559032 CPUtime=0 cores=0,2,4,6
/proc/6267/task/6274/stat : 6274 (java) S 6265 6267 5363 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831293192 10812448768 256247 33554432000 1073741824 1073778376 140737201434736 18446744073709551615 274485783449 0 4 0 16800975 18446604445640757504 0 0 -1 6 0 0 0
[pid=6267/tid=6275] ppid=6265 vsize=10559032 CPUtime=0 cores=0,2,4,6
/proc/6267/task/6275/stat : 6275 (java) S 6265 6267 5363 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831293192 10812448768 256247 33554432000 1073741824 1073778376 140737201434736 18446744073709551615 274485783449 0 4 0 16800975 18446604445640757504 0 0 -1 6 0 0 0
[pid=6267/tid=6276] ppid=6265 vsize=10559032 CPUtime=0 cores=0,2,4,6
/proc/6267/task/6276/stat : 6276 (java) S 6265 6267 5363 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831293192 10812448768 256247 33554432000 1073741824 1073778376 140737201434736 18446744073709551615 274485783449 0 4 0 16800975 18446604445640757504 0 0 -1 6 0 0 0
[pid=6267/tid=6277] ppid=6265 vsize=10559032 CPUtime=0 cores=0,2,4,6
/proc/6267/task/6277/stat : 6277 (java) S 6265 6267 5363 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831293192 10812448768 256247 33554432000 1073741824 1073778376 140737201434736 18446744073709551615 274485783449 0 4 0 16800975 18446604445640757504 0 0 -1 6 0 0 0
[pid=6267/tid=6278] ppid=6265 vsize=10559032 CPUtime=0 cores=0,2,4,6
/proc/6267/task/6278/stat : 6278 (java) S 6265 6267 5363 0 -1 4202560 6 0 0 0 0 0 0 0 16 0 22 0 831293193 10812448768 256247 33554432000 1073741824 1073778376 140737201434736 18446744073709551615 274485784064 0 0 0 16800975 18446604445640757504 0 0 -1 6 0 0 0
[pid=6267/tid=6279] ppid=6265 vsize=10559032 CPUtime=0 cores=0,2,4,6
/proc/6267/task/6279/stat : 6279 (java) S 6265 6267 5363 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 22 0 831293194 10812448768 256247 33554432000 1073741824 1073778376 140737201434736 18446744073709551615 274485783449 0 4 0 16800975 18446604445640757504 0 0 -1 2 0 0 0
[pid=6267/tid=6280] ppid=6265 vsize=10559032 CPUtime=0 cores=0,2,4,6
/proc/6267/task/6280/stat : 6280 (java) S 6265 6267 5363 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 831293194 10812448768 256247 33554432000 1073741824 1073778376 140737201434736 18446744073709551615 274485783449 0 4 0 16800975 18446604445640757504 0 0 -1 2 0 0 0
[pid=6267/tid=6281] ppid=6265 vsize=10559032 CPUtime=0 cores=0,2,4,6
/proc/6267/task/6281/stat : 6281 (java) S 6265 6267 5363 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831293196 10812448768 256247 33554432000 1073741824 1073778376 140737201434736 18446744073709551615 274485791153 0 4 0 16800975 18446604445640757504 0 0 -1 6 0 0 0
[pid=6267/tid=6282] ppid=6265 vsize=10559032 CPUtime=1.06 cores=0,2,4,6
/proc/6267/task/6282/stat : 6282 (java) S 6265 6267 5363 0 -1 4202560 9609 0 0 0 105 1 0 0 15 0 22 0 831293196 10812448768 256247 33554432000 1073741824 1073778376 140737201434736 18446744073709551615 274485783449 0 4 0 16800975 18446604445640757504 0 0 -1 0 0 0 0
[pid=6267/tid=6283] ppid=6265 vsize=10559032 CPUtime=1 cores=0,2,4,6
/proc/6267/task/6283/stat : 6283 (java) S 6265 6267 5363 0 -1 4202560 4480 0 0 0 100 0 0 0 15 0 22 0 831293196 10812448768 256247 33554432000 1073741824 1073778376 140737201434736 18446744073709551615 274485783449 0 4 0 16800975 18446604445640757504 0 0 -1 2 0 0 0
[pid=6267/tid=6284] ppid=6265 vsize=10559032 CPUtime=0 cores=0,2,4,6
/proc/6267/task/6284/stat : 6284 (java) S 6265 6267 5363 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831293196 10812448768 256247 33554432000 1073741824 1073778376 140737201434736 18446744073709551615 274485783449 0 4 0 16800975 18446604445640757504 0 0 -1 6 0 0 0
[pid=6267/tid=6285] ppid=6265 vsize=10559032 CPUtime=0 cores=0,2,4,6
/proc/6267/task/6285/stat : 6285 (java) S 6265 6267 5363 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 831293196 10812448768 256247 33554432000 1073741824 1073778376 140737201434736 18446744073709551615 274485784064 0 4 0 16800975 18446604445640757504 0 0 -1 6 0 0 0
[pid=6267/tid=6286] ppid=6265 vsize=10559032 CPUtime=1.27 cores=0,2,4,6
/proc/6267/task/6286/stat : 6286 (java) R 6265 6267 5363 0 -1 4202560 1058 0 0 0 127 0 0 0 25 0 22 0 831293373 10812448768 256247 33554432000 1073741824 1073778376 140737201434736 18446744073709551615 47287285554003 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=6267/tid=6287] ppid=6265 vsize=10559032 CPUtime=1.24 cores=0,2,4,6
/proc/6267/task/6287/stat : 6287 (java) R 6265 6267 5363 0 -1 4202560 102250 0 0 0 114 10 0 0 25 0 22 0 831293373 10812448768 256247 33554432000 1073741824 1073778376 140737201434736 18446744073709551615 46912506166937 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=6267/tid=6288] ppid=6265 vsize=10559032 CPUtime=0 cores=0,2,4,6
/proc/6267/task/6288/stat : 6288 (java) S 6265 6267 5363 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 22 0 831293379 10812448768 256247 33554432000 1073741824 1073778376 140737201434736 18446744073709551615 274485784064 0 4 0 16800975 18446604445640757504 0 0 -1 6 0 0 0
[pid=6267/tid=6289] ppid=6265 vsize=10559032 CPUtime=0 cores=0,2,4,6
/proc/6267/task/6289/stat : 6289 (java) S 6265 6267 5363 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 831293380 10812448768 256247 33554432000 1073741824 1073778376 140737201434736 18446744073709551615 274485784064 0 4 0 16800975 18446604445640757504 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 6.42
Current children cumulated vsize (KiB) 10559032

[startup+6.30131 s]
/proc/loadavg: 4.00 3.82 3.63 5/516 6290
/proc/meminfo: memFree=16667836/32950928 swapFree=61858088/67111528
[pid=6267] ppid=6265 vsize=10559032 CPUtime=12.93 cores=0,2,4,6
/proc/6267/stat : 6267 (java) S 6265 6267 5363 0 -1 4202496 503573 0 1 0 1237 56 0 0 25 0 22 0 831293190 10812448768 495999 33554432000 1073741824 1073778376 140737201434736 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6267/statm: 2639758 495999 2267 9 0 2630492 0
[pid=6267/tid=6268] ppid=6265 vsize=10559032 CPUtime=1.81 cores=0,2,4,6
/proc/6267/task/6268/stat : 6268 (java) S 6265 6267 5363 0 -1 4202560 145144 0 1 0 163 18 0 0 15 0 22 0 831293191 10812448768 495999 33554432000 1073741824 1073778376 140737201434736 18446744073709551615 274485784064 0 4 0 16800975 18446604445640757504 0 0 -1 6 0 0 0
[pid=6267/tid=6270] ppid=6265 vsize=10559032 CPUtime=0 cores=0,2,4,6
/proc/6267/task/6270/stat : 6270 (java) S 6265 6267 5363 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 22 0 831293192 10812448768 495999 33554432000 1073741824 1073778376 140737201434736 18446744073709551615 274485783449 0 4 0 16800975 18446604445640757504 0 0 -1 4 0 0 0
[pid=6267/tid=6271] ppid=6265 vsize=10559032 CPUtime=0 cores=0,2,4,6
/proc/6267/task/6271/stat : 6271 (java) S 6265 6267 5363 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 22 0 831293192 10812448768 495999 33554432000 1073741824 1073778376 140737201434736 18446744073709551615 274485783449 0 4 0 16800975 18446604445640757504 0 0 -1 0 0 0 0
[pid=6267/tid=6272] ppid=6265 vsize=10559032 CPUtime=0 cores=0,2,4,6
/proc/6267/task/6272/stat : 6272 (java) S 6265 6267 5363 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 831293192 10812448768 495999 33554432000 1073741824 1073778376 140737201434736 18446744073709551615 274485783449 0 4 0 16800975 18446604445640757504 0 0 -1 2 0 0 0
[pid=6267/tid=6273] ppid=6265 vsize=10559032 CPUtime=0 cores=0,2,4,6
/proc/6267/task/6273/stat : 6273 (java) S 6265 6267 5363 0 -1 4202560 306 0 0 0 0 0 0 0 18 0 22 0 831293192 10812448768 495999 33554432000 1073741824 1073778376 140737201434736 18446744073709551615 274485783449 0 4 0 16800975 18446604445640757504 0 0 -1 0 0 0 0
[pid=6267/tid=6274] ppid=6265 vsize=10559032 CPUtime=0.04 cores=0,2,4,6
/proc/6267/task/6274/stat : 6274 (java) S 6265 6267 5363 0 -1 4202560 2332 0 0 0 4 0 0 0 18 0 22 0 831293192 10812448768 495999 33554432000 1073741824 1073778376 140737201434736 18446744073709551615 274485783449 0 4 0 16800975 18446604445640757504 0 0 -1 2 0 0 0
[pid=6267/tid=6275] ppid=6265 vsize=10559032 CPUtime=0.06 cores=0,2,4,6
/proc/6267/task/6275/stat : 6275 (java) S 6265 6267 5363 0 -1 4202560 4487 0 0 0 6 0 0 0 18 0 22 0 831293192 10812448768 495999 33554432000 1073741824 1073778376 140737201434736 18446744073709551615 274485783449 0 4 0 16800975 18446604445640757504 0 0 -1 4 0 0 0
[pid=6267/tid=6276] ppid=6265 vsize=10559032 CPUtime=0.05 cores=0,2,4,6
/proc/6267/task/6276/stat : 6276 (java) S 6265 6267 5363 0 -1 4202560 3727 0 0 0 5 0 0 0 18 0 22 0 831293192 10812448768 495999 33554432000 1073741824 1073778376 140737201434736 18446744073709551615 274485783449 0 4 0 16800975 18446604445640757504 0 0 -1 0 0 0 0
[pid=6267/tid=6277] ppid=6265 vsize=10559032 CPUtime=0.05 cores=0,2,4,6
/proc/6267/task/6277/stat : 6277 (java) S 6265 6267 5363 0 -1 4202560 3452 0 0 0 5 0 0 0 18 0 22 0 831293192 10812448768 495999 33554432000 1073741824 1073778376 140737201434736 18446744073709551615 274485783449 0 4 0 16800975 18446604445640757504 0 0 -1 2 0 0 0
[pid=6267/tid=6278] ppid=6265 vsize=10559032 CPUtime=0.2 cores=0,2,4,6
/proc/6267/task/6278/stat : 6278 (java) S 6265 6267 5363 0 -1 4202560 17580 0 0 0 20 0 0 0 15 0 22 0 831293193 10812448768 495999 33554432000 1073741824 1073778376 140737201434736 18446744073709551615 274485784064 0 0 0 16800975 18446604445640757504 0 0 -1 0 0 0 0
[pid=6267/tid=6279] ppid=6265 vsize=10559032 CPUtime=0 cores=0,2,4,6
/proc/6267/task/6279/stat : 6279 (java) S 6265 6267 5363 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 831293194 10812448768 495999 33554432000 1073741824 1073778376 140737201434736 18446744073709551615 274485783449 0 4 0 16800975 18446604445640757504 0 0 -1 2 0 0 0
[pid=6267/tid=6280] ppid=6265 vsize=10559032 CPUtime=0 cores=0,2,4,6
/proc/6267/task/6280/stat : 6280 (java) S 6265 6267 5363 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 831293194 10812448768 495999 33554432000 1073741824 1073778376 140737201434736 18446744073709551615 274485783449 0 4 0 16800975 18446604445640757504 0 0 -1 2 0 0 0
[pid=6267/tid=6281] ppid=6265 vsize=10559032 CPUtime=0 cores=0,2,4,6
/proc/6267/task/6281/stat : 6281 (java) S 6265 6267 5363 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831293196 10812448768 495999 33554432000 1073741824 1073778376 140737201434736 18446744073709551615 274485791153 0 4 0 16800975 18446604445640757504 0 0 -1 6 0 0 0

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

/proc/6267/task/6270/stat : 6270 (java) S 6265 6267 5363 0 -1 4202560 12656 0 0 0 99 1 0 0 15 0 22 0 831293192 10812448768 990076 33554432000 1073741824 1073778376 140737201434736 18446744073709551615 274485783449 0 4 0 16800975 18446604445640757504 0 0 -1 0 0 0 0
[pid=6267/tid=6271] ppid=6265 vsize=10559032 CPUtime=0.9 cores=0,2,4,6
/proc/6267/task/6271/stat : 6271 (java) S 6265 6267 5363 0 -1 4202560 9978 0 0 0 89 1 0 0 15 0 22 0 831293192 10812448768 990076 33554432000 1073741824 1073778376 140737201434736 18446744073709551615 274485783449 0 4 0 16800975 18446604445640757504 0 0 -1 6 0 0 0
[pid=6267/tid=6272] ppid=6265 vsize=10559032 CPUtime=0.85 cores=0,2,4,6
/proc/6267/task/6272/stat : 6272 (java) S 6265 6267 5363 0 -1 4202560 12289 0 0 0 84 1 0 0 16 0 22 0 831293192 10812448768 990076 33554432000 1073741824 1073778376 140737201434736 18446744073709551615 274485783449 0 4 0 16800975 18446604445640757504 0 0 -1 4 0 0 0
[pid=6267/tid=6273] ppid=6265 vsize=10559032 CPUtime=0.91 cores=0,2,4,6
/proc/6267/task/6273/stat : 6273 (java) S 6265 6267 5363 0 -1 4202560 11154 0 0 0 90 1 0 0 16 0 22 0 831293192 10812448768 990076 33554432000 1073741824 1073778376 140737201434736 18446744073709551615 274485783449 0 4 0 16800975 18446604445640757504 0 0 -1 4 0 0 0
[pid=6267/tid=6274] ppid=6265 vsize=10559032 CPUtime=1 cores=0,2,4,6
/proc/6267/task/6274/stat : 6274 (java) S 6265 6267 5363 0 -1 4202560 15435 0 0 0 99 1 0 0 16 0 22 0 831293192 10812448768 990076 33554432000 1073741824 1073778376 140737201434736 18446744073709551615 274485783449 0 4 0 16800975 18446604445640757504 0 0 -1 0 0 0 0
[pid=6267/tid=6275] ppid=6265 vsize=10559032 CPUtime=0.85 cores=0,2,4,6
/proc/6267/task/6275/stat : 6275 (java) S 6265 6267 5363 0 -1 4202560 10395 0 0 0 84 1 0 0 15 0 22 0 831293192 10812448768 990076 33554432000 1073741824 1073778376 140737201434736 18446744073709551615 274485783449 0 4 0 16800975 18446604445640757504 0 0 -1 4 0 0 0
[pid=6267/tid=6276] ppid=6265 vsize=10559032 CPUtime=0.9 cores=0,2,4,6
/proc/6267/task/6276/stat : 6276 (java) S 6265 6267 5363 0 -1 4202560 10732 0 0 0 89 1 0 0 16 0 22 0 831293192 10812448768 990076 33554432000 1073741824 1073778376 140737201434736 18446744073709551615 274485783449 0 4 0 16800975 18446604445640757504 0 0 -1 6 0 0 0
[pid=6267/tid=6277] ppid=6265 vsize=10559032 CPUtime=0.95 cores=0,2,4,6
/proc/6267/task/6277/stat : 6277 (java) S 6265 6267 5363 0 -1 4202560 12195 0 0 0 94 1 0 0 15 0 22 0 831293192 10812448768 990076 33554432000 1073741824 1073778376 140737201434736 18446744073709551615 274485783449 0 4 0 16800975 18446604445640757504 0 0 -1 0 0 0 0
[pid=6267/tid=6278] ppid=6265 vsize=10559032 CPUtime=26.88 cores=0,2,4,6
/proc/6267/task/6278/stat : 6278 (java) S 6265 6267 5363 0 -1 4202560 60092 0 0 0 2681 7 0 0 15 0 22 0 831293193 10812448768 990076 33554432000 1073741824 1073778376 140737201434736 18446744073709551615 274485784064 0 0 0 16800975 18446604445640757504 0 0 -1 2 0 0 0
[pid=6267/tid=6279] ppid=6265 vsize=10559032 CPUtime=0 cores=0,2,4,6
/proc/6267/task/6279/stat : 6279 (java) S 6265 6267 5363 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 831293194 10812448768 990076 33554432000 1073741824 1073778376 140737201434736 18446744073709551615 274485783449 0 4 0 16800975 18446604445640757504 0 0 -1 2 0 0 0
[pid=6267/tid=6280] ppid=6265 vsize=10559032 CPUtime=0 cores=0,2,4,6
/proc/6267/task/6280/stat : 6280 (java) S 6265 6267 5363 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 831293194 10812448768 990076 33554432000 1073741824 1073778376 140737201434736 18446744073709551615 274485783449 0 4 0 16800975 18446604445640757504 0 0 -1 2 0 0 0
[pid=6267/tid=6281] ppid=6265 vsize=10559032 CPUtime=0 cores=0,2,4,6
/proc/6267/task/6281/stat : 6281 (java) S 6265 6267 5363 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831293196 10812448768 990076 33554432000 1073741824 1073778376 140737201434736 18446744073709551615 274485791153 0 4 0 16800975 18446604445640757504 0 0 -1 6 0 0 0
[pid=6267/tid=6282] ppid=6265 vsize=10559032 CPUtime=1.58 cores=0,2,4,6
/proc/6267/task/6282/stat : 6282 (java) S 6265 6267 5363 0 -1 4202560 13492 0 0 0 157 1 0 0 16 0 22 0 831293196 10812448768 990076 33554432000 1073741824 1073778376 140737201434736 18446744073709551615 274485783449 0 4 0 16800975 18446604445640757504 0 0 -1 0 0 0 0
[pid=6267/tid=6283] ppid=6265 vsize=10559032 CPUtime=1.34 cores=0,2,4,6
/proc/6267/task/6283/stat : 6283 (java) S 6265 6267 5363 0 -1 4202560 4509 0 0 0 134 0 0 0 15 0 22 0 831293196 10812448768 990076 33554432000 1073741824 1073778376 140737201434736 18446744073709551615 274485783449 0 4 0 16800975 18446604445640757504 0 0 -1 2 0 0 0
[pid=6267/tid=6284] ppid=6265 vsize=10559032 CPUtime=0 cores=0,2,4,6
/proc/6267/task/6284/stat : 6284 (java) S 6265 6267 5363 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831293196 10812448768 990076 33554432000 1073741824 1073778376 140737201434736 18446744073709551615 274485783449 0 4 0 16800975 18446604445640757504 0 0 -1 6 0 0 0
[pid=6267/tid=6285] ppid=6265 vsize=10559032 CPUtime=0 cores=0,2,4,6
/proc/6267/task/6285/stat : 6285 (java) S 6265 6267 5363 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 22 0 831293196 10812448768 990076 33554432000 1073741824 1073778376 140737201434736 18446744073709551615 274485784064 0 4 0 16800975 18446604445640757504 0 0 -1 0 0 0 0
[pid=6267/tid=6286] ppid=6265 vsize=10559032 CPUtime=791.4 cores=0,2,4,6
/proc/6267/task/6286/stat : 6286 (java) R 6265 6267 5363 0 -1 4202560 1421 0 0 0 79139 1 0 0 23 0 22 0 831293373 10812448768 990076 33554432000 1073741824 1073778376 140737201434736 18446744073709551615 46912505166104 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=6267/tid=6287] ppid=6265 vsize=10559032 CPUtime=791.46 cores=0,2,4,6
/proc/6267/task/6287/stat : 6287 (java) R 6265 6267 5363 0 -1 4202560 682707 0 0 0 79076 70 0 0 23 0 22 0 831293373 10812448768 990076 33554432000 1073741824 1073778376 140737201434736 18446744073709551615 46912506220284 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=6267/tid=6288] ppid=6265 vsize=10559032 CPUtime=0 cores=0,2,4,6
/proc/6267/task/6288/stat : 6288 (java) S 6265 6267 5363 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 22 0 831293379 10812448768 990076 33554432000 1073741824 1073778376 140737201434736 18446744073709551615 274485784064 0 4 0 16800975 18446604445640757504 0 0 -1 6 0 0 0
[pid=6267/tid=6289] ppid=6265 vsize=10559032 CPUtime=0 cores=0,2,4,6
/proc/6267/task/6289/stat : 6289 (java) S 6265 6267 5363 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 831293380 10812448768 990076 33554432000 1073741824 1073778376 140737201434736 18446744073709551615 274485784064 0 4 0 16800975 18446604445640757504 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1621.95
Current children cumulated vsize (KiB) 10559032

[startup+882.301 s]
/proc/loadavg: 3.98 3.98 3.82 5/516 6364
/proc/meminfo: memFree=12267220/32950928 swapFree=61858088/67111528
[pid=6267] ppid=6265 vsize=10559032 CPUtime=1741.29 cores=0,2,4,6
/proc/6267/stat : 6267 (java) S 6265 6267 5363 0 -1 4202496 1010153 0 1 0 174017 112 0 0 25 0 22 0 831293190 10812448768 996656 33554432000 1073741824 1073778376 140737201434736 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6267/statm: 2639758 996656 2267 9 0 2630492 0
[pid=6267/tid=6268] ppid=6265 vsize=10559032 CPUtime=1.81 cores=0,2,4,6
/proc/6267/task/6268/stat : 6268 (java) S 6265 6267 5363 0 -1 4202560 145160 0 1 0 163 18 0 0 15 0 22 0 831293191 10812448768 996656 33554432000 1073741824 1073778376 140737201434736 18446744073709551615 274485784064 0 4 0 16800975 18446604445640757504 0 0 -1 4 0 0 0
[pid=6267/tid=6270] ppid=6265 vsize=10559032 CPUtime=1.12 cores=0,2,4,6
/proc/6267/task/6270/stat : 6270 (java) S 6265 6267 5363 0 -1 4202560 14139 0 0 0 111 1 0 0 16 0 22 0 831293192 10812448768 996656 33554432000 1073741824 1073778376 140737201434736 18446744073709551615 274485783449 0 4 0 16800975 18446604445640757504 0 0 -1 4 0 0 0
[pid=6267/tid=6271] ppid=6265 vsize=10559032 CPUtime=0.97 cores=0,2,4,6
/proc/6267/task/6271/stat : 6271 (java) S 6265 6267 5363 0 -1 4202560 10396 0 0 0 96 1 0 0 15 0 22 0 831293192 10812448768 996656 33554432000 1073741824 1073778376 140737201434736 18446744073709551615 274485783449 0 4 0 16800975 18446604445640757504 0 0 -1 6 0 0 0
[pid=6267/tid=6272] ppid=6265 vsize=10559032 CPUtime=0.9 cores=0,2,4,6
/proc/6267/task/6272/stat : 6272 (java) S 6265 6267 5363 0 -1 4202560 12788 0 0 0 89 1 0 0 16 0 22 0 831293192 10812448768 996656 33554432000 1073741824 1073778376 140737201434736 18446744073709551615 274485783449 0 4 0 16800975 18446604445640757504 0 0 -1 2 0 0 0
[pid=6267/tid=6273] ppid=6265 vsize=10559032 CPUtime=0.94 cores=0,2,4,6
/proc/6267/task/6273/stat : 6273 (java) S 6265 6267 5363 0 -1 4202560 11757 0 0 0 93 1 0 0 15 0 22 0 831293192 10812448768 996656 33554432000 1073741824 1073778376 140737201434736 18446744073709551615 274485783449 0 4 0 16800975 18446604445640757504 0 0 -1 6 0 0 0
[pid=6267/tid=6274] ppid=6265 vsize=10559032 CPUtime=1.05 cores=0,2,4,6
/proc/6267/task/6274/stat : 6274 (java) S 6265 6267 5363 0 -1 4202560 15816 0 0 0 104 1 0 0 16 0 22 0 831293192 10812448768 996656 33554432000 1073741824 1073778376 140737201434736 18446744073709551615 274485783449 0 4 0 16800975 18446604445640757504 0 0 -1 6 0 0 0
[pid=6267/tid=6275] ppid=6265 vsize=10559032 CPUtime=0.91 cores=0,2,4,6
/proc/6267/task/6275/stat : 6275 (java) S 6265 6267 5363 0 -1 4202560 11339 0 0 0 90 1 0 0 15 0 22 0 831293192 10812448768 996656 33554432000 1073741824 1073778376 140737201434736 18446744073709551615 274485783449 0 4 0 16800975 18446604445640757504 0 0 -1 0 0 0 0
[pid=6267/tid=6276] ppid=6265 vsize=10559032 CPUtime=0.97 cores=0,2,4,6
/proc/6267/task/6276/stat : 6276 (java) S 6265 6267 5363 0 -1 4202560 11988 0 0 0 96 1 0 0 16 0 22 0 831293192 10812448768 996656 33554432000 1073741824 1073778376 140737201434736 18446744073709551615 274485783449 0 4 0 16800975 18446604445640757504 0 0 -1 0 0 0 0
[pid=6267/tid=6277] ppid=6265 vsize=10559032 CPUtime=0.99 cores=0,2,4,6
/proc/6267/task/6277/stat : 6277 (java) S 6265 6267 5363 0 -1 4202560 13014 0 0 0 98 1 0 0 15 0 22 0 831293192 10812448768 996656 33554432000 1073741824 1073778376 140737201434736 18446744073709551615 274485783449 0 4 0 16800975 18446604445640757504 0 0 -1 4 0 0 0
[pid=6267/tid=6278] ppid=6265 vsize=10559032 CPUtime=27.77 cores=0,2,4,6
/proc/6267/task/6278/stat : 6278 (java) S 6265 6267 5363 0 -1 4202560 60412 0 0 0 2770 7 0 0 15 0 22 0 831293193 10812448768 996656 33554432000 1073741824 1073778376 140737201434736 18446744073709551615 274485784064 0 0 0 16800975 18446604445640757504 0 0 -1 2 0 0 0
[pid=6267/tid=6279] ppid=6265 vsize=10559032 CPUtime=0 cores=0,2,4,6
/proc/6267/task/6279/stat : 6279 (java) S 6265 6267 5363 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 831293194 10812448768 996656 33554432000 1073741824 1073778376 140737201434736 18446744073709551615 274485783449 0 4 0 16800975 18446604445640757504 0 0 -1 2 0 0 0
[pid=6267/tid=6280] ppid=6265 vsize=10559032 CPUtime=0 cores=0,2,4,6
/proc/6267/task/6280/stat : 6280 (java) S 6265 6267 5363 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 831293194 10812448768 996656 33554432000 1073741824 1073778376 140737201434736 18446744073709551615 274485783449 0 4 0 16800975 18446604445640757504 0 0 -1 2 0 0 0
[pid=6267/tid=6281] ppid=6265 vsize=10559032 CPUtime=0 cores=0,2,4,6
/proc/6267/task/6281/stat : 6281 (java) S 6265 6267 5363 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831293196 10812448768 996656 33554432000 1073741824 1073778376 140737201434736 18446744073709551615 274485791153 0 4 0 16800975 18446604445640757504 0 0 -1 6 0 0 0
[pid=6267/tid=6282] ppid=6265 vsize=10559032 CPUtime=1.58 cores=0,2,4,6
/proc/6267/task/6282/stat : 6282 (java) S 6265 6267 5363 0 -1 4202560 13492 0 0 0 157 1 0 0 16 0 22 0 831293196 10812448768 996656 33554432000 1073741824 1073778376 140737201434736 18446744073709551615 274485783449 0 4 0 16800975 18446604445640757504 0 0 -1 0 0 0 0
[pid=6267/tid=6283] ppid=6265 vsize=10559032 CPUtime=1.34 cores=0,2,4,6
/proc/6267/task/6283/stat : 6283 (java) S 6265 6267 5363 0 -1 4202560 4509 0 0 0 134 0 0 0 15 0 22 0 831293196 10812448768 996656 33554432000 1073741824 1073778376 140737201434736 18446744073709551615 274485783449 0 4 0 16800975 18446604445640757504 0 0 -1 2 0 0 0
[pid=6267/tid=6284] ppid=6265 vsize=10559032 CPUtime=0 cores=0,2,4,6
/proc/6267/task/6284/stat : 6284 (java) S 6265 6267 5363 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831293196 10812448768 996656 33554432000 1073741824 1073778376 140737201434736 18446744073709551615 274485783449 0 4 0 16800975 18446604445640757504 0 0 -1 6 0 0 0
[pid=6267/tid=6285] ppid=6265 vsize=10559032 CPUtime=0 cores=0,2,4,6
/proc/6267/task/6285/stat : 6285 (java) S 6265 6267 5363 0 -1 4202560 51 0 0 0 0 0 0 0 15 0 22 0 831293196 10812448768 996656 33554432000 1073741824 1073778376 140737201434736 18446744073709551615 274485784064 0 4 0 16800975 18446604445640757504 0 0 -1 0 0 0 0
[pid=6267/tid=6286] ppid=6265 vsize=10559032 CPUtime=850.37 cores=0,2,4,6
/proc/6267/task/6286/stat : 6286 (java) R 6265 6267 5363 0 -1 4202560 1424 0 0 0 85036 1 0 0 25 0 22 0 831293373 10812448768 996656 33554432000 1073741824 1073778376 140737201434736 18446744073709551615 46912506126116 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=6267/tid=6287] ppid=6265 vsize=10559032 CPUtime=850.43 cores=0,2,4,6
/proc/6267/task/6287/stat : 6287 (java) R 6265 6267 5363 0 -1 4202560 682710 0 0 0 84973 70 0 0 25 0 22 0 831293373 10812448768 996656 33554432000 1073741824 1073778376 140737201434736 18446744073709551615 46912506236875 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=6267/tid=6288] ppid=6265 vsize=10559032 CPUtime=0 cores=0,2,4,6
/proc/6267/task/6288/stat : 6288 (java) S 6265 6267 5363 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 22 0 831293379 10812448768 996656 33554432000 1073741824 1073778376 140737201434736 18446744073709551615 274485784064 0 4 0 16800975 18446604445640757504 0 0 -1 6 0 0 0
[pid=6267/tid=6289] ppid=6265 vsize=10559032 CPUtime=0 cores=0,2,4,6
/proc/6267/task/6289/stat : 6289 (java) S 6265 6267 5363 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 831293380 10812448768 996656 33554432000 1073741824 1073778376 140737201434736 18446744073709551615 274485784064 0 4 0 16800975 18446604445640757504 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1741.29
Current children cumulated vsize (KiB) 10559032



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+912.301 s]
/proc/loadavg: 3.99 3.98 3.83 5/516 6365
/proc/meminfo: memFree=12253292/32950928 swapFree=61858088/67111528
[pid=6267] ppid=6265 vsize=10559032 CPUtime=1800.06 cores=0,2,4,6
/proc/6267/stat : 6267 (java) S 6265 6267 5363 0 -1 4202496 1013632 0 1 0 179894 112 0 0 25 0 22 0 831293190 10812448768 1000075 33554432000 1073741824 1073778376 140737201434736 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6267/statm: 2639758 1000075 2267 9 0 2630492 0
[pid=6267/tid=6268] ppid=6265 vsize=10559032 CPUtime=1.81 cores=0,2,4,6
/proc/6267/task/6268/stat : 6268 (java) S 6265 6267 5363 0 -1 4202560 145162 0 1 0 163 18 0 0 15 0 22 0 831293191 10812448768 1000075 33554432000 1073741824 1073778376 140737201434736 18446744073709551615 274485784064 0 4 0 16800975 18446604445640757504 0 0 -1 4 0 0 0
[pid=6267/tid=6270] ppid=6265 vsize=10559032 CPUtime=1.12 cores=0,2,4,6
/proc/6267/task/6270/stat : 6270 (java) S 6265 6267 5363 0 -1 4202560 14139 0 0 0 111 1 0 0 16 0 22 0 831293192 10812448768 1000075 33554432000 1073741824 1073778376 140737201434736 18446744073709551615 274485783449 0 4 0 16800975 18446604445640757504 0 0 -1 4 0 0 0
[pid=6267/tid=6271] ppid=6265 vsize=10559032 CPUtime=0.99 cores=0,2,4,6
/proc/6267/task/6271/stat : 6271 (java) S 6265 6267 5363 0 -1 4202560 10811 0 0 0 98 1 0 0 15 0 22 0 831293192 10812448768 1000075 33554432000 1073741824 1073778376 140737201434736 18446744073709551615 274485783449 0 4 0 16800975 18446604445640757504 0 0 -1 6 0 0 0
[pid=6267/tid=6272] ppid=6265 vsize=10559032 CPUtime=0.96 cores=0,2,4,6
/proc/6267/task/6272/stat : 6272 (java) S 6265 6267 5363 0 -1 4202560 13650 0 0 0 95 1 0 0 16 0 22 0 831293192 10812448768 1000075 33554432000 1073741824 1073778376 140737201434736 18446744073709551615 274485783449 0 4 0 16800975 18446604445640757504 0 0 -1 4 0 0 0
[pid=6267/tid=6273] ppid=6265 vsize=10559032 CPUtime=0.96 cores=0,2,4,6
/proc/6267/task/6273/stat : 6273 (java) S 6265 6267 5363 0 -1 4202560 11758 0 0 0 95 1 0 0 16 0 22 0 831293192 10812448768 1000075 33554432000 1073741824 1073778376 140737201434736 18446744073709551615 274485783449 0 4 0 16800975 18446604445640757504 0 0 -1 6 0 0 0
[pid=6267/tid=6274] ppid=6265 vsize=10559032 CPUtime=1.1 cores=0,2,4,6
/proc/6267/task/6274/stat : 6274 (java) S 6265 6267 5363 0 -1 4202560 16604 0 0 0 108 2 0 0 16 0 22 0 831293192 10812448768 1000075 33554432000 1073741824 1073778376 140737201434736 18446744073709551615 274485783449 0 4 0 16800975 18446604445640757504 0 0 -1 6 0 0 0
[pid=6267/tid=6275] ppid=6265 vsize=10559032 CPUtime=0.95 cores=0,2,4,6
/proc/6267/task/6275/stat : 6275 (java) S 6265 6267 5363 0 -1 4202560 12266 0 0 0 94 1 0 0 15 0 22 0 831293192 10812448768 1000075 33554432000 1073741824 1073778376 140737201434736 18446744073709551615 274485783449 0 4 0 16800975 18446604445640757504 0 0 -1 0 0 0 0
[pid=6267/tid=6276] ppid=6265 vsize=10559032 CPUtime=0.99 cores=0,2,4,6
/proc/6267/task/6276/stat : 6276 (java) S 6265 6267 5363 0 -1 4202560 11993 0 0 0 98 1 0 0 16 0 22 0 831293192 10812448768 1000075 33554432000 1073741824 1073778376 140737201434736 18446744073709551615 274485783449 0 4 0 16800975 18446604445640757504 0 0 -1 0 0 0 0
[pid=6267/tid=6277] ppid=6265 vsize=10559032 CPUtime=1.01 cores=0,2,4,6
/proc/6267/task/6277/stat : 6277 (java) S 6265 6267 5363 0 -1 4202560 13487 0 0 0 100 1 0 0 16 0 22 0 831293192 10812448768 1000075 33554432000 1073741824 1073778376 140737201434736 18446744073709551615 274485783449 0 4 0 16800975 18446604445640757504 0 0 -1 4 0 0 0
[pid=6267/tid=6278] ppid=6265 vsize=10559032 CPUtime=29.11 cores=0,2,4,6
/proc/6267/task/6278/stat : 6278 (java) S 6265 6267 5363 0 -1 4202560 60415 0 0 0 2904 7 0 0 15 0 22 0 831293193 10812448768 1000075 33554432000 1073741824 1073778376 140737201434736 18446744073709551615 274485784064 0 0 0 16800975 18446604445640757504 0 0 -1 2 0 0 0
[pid=6267/tid=6279] ppid=6265 vsize=10559032 CPUtime=0 cores=0,2,4,6
/proc/6267/task/6279/stat : 6279 (java) S 6265 6267 5363 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 831293194 10812448768 1000075 33554432000 1073741824 1073778376 140737201434736 18446744073709551615 274485783449 0 4 0 16800975 18446604445640757504 0 0 -1 2 0 0 0
[pid=6267/tid=6280] ppid=6265 vsize=10559032 CPUtime=0 cores=0,2,4,6
/proc/6267/task/6280/stat : 6280 (java) S 6265 6267 5363 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 831293194 10812448768 1000075 33554432000 1073741824 1073778376 140737201434736 18446744073709551615 274485783449 0 4 0 16800975 18446604445640757504 0 0 -1 2 0 0 0
[pid=6267/tid=6281] ppid=6265 vsize=10559032 CPUtime=0 cores=0,2,4,6
/proc/6267/task/6281/stat : 6281 (java) S 6265 6267 5363 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831293196 10812448768 1000075 33554432000 1073741824 1073778376 140737201434736 18446744073709551615 274485791153 0 4 0 16800975 18446604445640757504 0 0 -1 6 0 0 0
[pid=6267/tid=6282] ppid=6265 vsize=10559032 CPUtime=1.58 cores=0,2,4,6
/proc/6267/task/6282/stat : 6282 (java) S 6265 6267 5363 0 -1 4202560 13492 0 0 0 157 1 0 0 16 0 22 0 831293196 10812448768 1000075 33554432000 1073741824 1073778376 140737201434736 18446744073709551615 274485783449 0 4 0 16800975 18446604445640757504 0 0 -1 0 0 0 0
[pid=6267/tid=6283] ppid=6265 vsize=10559032 CPUtime=1.34 cores=0,2,4,6
/proc/6267/task/6283/stat : 6283 (java) S 6265 6267 5363 0 -1 4202560 4509 0 0 0 134 0 0 0 15 0 22 0 831293196 10812448768 1000075 33554432000 1073741824 1073778376 140737201434736 18446744073709551615 274485783449 0 4 0 16800975 18446604445640757504 0 0 -1 2 0 0 0
[pid=6267/tid=6284] ppid=6265 vsize=10559032 CPUtime=0 cores=0,2,4,6
/proc/6267/task/6284/stat : 6284 (java) S 6265 6267 5363 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831293196 10812448768 1000075 33554432000 1073741824 1073778376 140737201434736 18446744073709551615 274485783449 0 4 0 16800975 18446604445640757504 0 0 -1 6 0 0 0
[pid=6267/tid=6285] ppid=6265 vsize=10559032 CPUtime=0 cores=0,2,4,6
/proc/6267/task/6285/stat : 6285 (java) S 6265 6267 5363 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 22 0 831293196 10812448768 1000075 33554432000 1073741824 1073778376 140737201434736 18446744073709551615 274485784064 0 4 0 16800975 18446604445640757504 0 0 -1 0 0 0 0
[pid=6267/tid=6286] ppid=6265 vsize=10559032 CPUtime=878.98 cores=0,2,4,6
/proc/6267/task/6286/stat : 6286 (java) R 6265 6267 5363 0 -1 4202560 1425 0 0 0 87897 1 0 0 25 0 22 0 831293373 10812448768 1000075 33554432000 1073741824 1073778376 140737201434736 18446744073709551615 46912505366511 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=6267/tid=6287] ppid=6265 vsize=10559032 CPUtime=879.05 cores=0,2,4,6
/proc/6267/task/6287/stat : 6287 (java) R 6265 6267 5363 0 -1 4202560 682710 0 0 0 87835 70 0 0 25 0 22 0 831293373 10812448768 1000075 33554432000 1073741824 1073778376 140737201434736 18446744073709551615 46912506236840 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=6267/tid=6288] ppid=6265 vsize=10559032 CPUtime=0 cores=0,2,4,6
/proc/6267/task/6288/stat : 6288 (java) S 6265 6267 5363 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 22 0 831293379 10812448768 1000075 33554432000 1073741824 1073778376 140737201434736 18446744073709551615 274485784064 0 4 0 16800975 18446604445640757504 0 0 -1 6 0 0 0
[pid=6267/tid=6289] ppid=6265 vsize=10559032 CPUtime=0 cores=0,2,4,6
/proc/6267/task/6289/stat : 6289 (java) S 6265 6267 5363 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 831293380 10812448768 1000075 33554432000 1073741824 1073778376 140737201434736 18446744073709551615 274485784064 0 4 0 16800975 18446604445640757504 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 10559032

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

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

[startup+912.425 s]
/proc/loadavg: 3.99 3.98 3.83 5/516 6365
/proc/meminfo: memFree=12253292/32950928 swapFree=61858088/67111528
[pid=6267] ppid=6265 vsize=0 CPUtime=1800.27 cores=0,2,4,6
/proc/6267/stat : 6267 (java) Z 6265 6267 5363 0 -1 4203548 1013662 0 1 0 179907 120 0 0 17 0 2 0 831293190 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6267/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.27
Current children cumulated vsize (KiB) 0

[startup+912.501 s]
/proc/loadavg: 3.99 3.98 3.83 5/516 6365
/proc/meminfo: memFree=12253292/32950928 swapFree=61858088/67111528
[pid=6267] ppid=6265 vsize=0 CPUtime=1800.34 cores=0,2,4,6
/proc/6267/stat : 6267 (java) Z 6265 6267 5363 0 -1 4203548 1013662 0 1 0 179907 127 0 0 17 0 2 0 831293190 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6267/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.34
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 912.517
CPU time (s): 1800.36
CPU user time (s): 1799.07
CPU system time (s): 1.2918
CPU usage (%): 197.297
Max. virtual memory (cumulated for all children) (KiB): 10559032

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.07
system time used= 1.2918
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1013662
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= 24666
involuntary context switches= 12778

runsolver used 4.38733 second user time and 9.8785 second system time

The end

Launcher Data

Begin job on node125 at 2011-06-04 16:15:35
IDJOB=3455458
IDBENCH=73545
IDSOLVER=1950
FILE ID=node125/3455458-1307196935
RUNJOBID= node125-1307196005-5382
PBS_JOBID= 13508885
Free space on /tmp= 73784 MiB

SOLVER NAME= Sat4j Res//CP 2.3.0
BENCH NAME= PB10/normalized-PB10/DEC-SMALLINT-LIN/oliveras/j120/normalized-j12056_10-unsat.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3455458-1307196935/watcher-3455458-1307196935 -o /tmp/evaluation-result-3455458-1307196935/solver-3455458-1307196935 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3455458-1307196935.opb

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

MD5SUM BENCH= 9569f42797128c8734a8cda484f54275
RANDOM SEED=1989749602

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.65
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5266.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      18579700 kB
Buffers:        360300 kB
Cached:        3525676 kB
SwapCached:       3616 kB
Active:       10654560 kB
Inactive:      3368860 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      18579700 kB
SwapTotal:    67111528 kB
SwapFree:     61858088 kB
Dirty:            7408 kB
Writeback:           0 kB
AnonPages:    10135116 kB
Mapped:          42448 kB
Slab:           215336 kB
PageTables:      65304 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 140390436 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73776 MiB
End job on node125 at 2011-06-04 16:30:50