Trace number 3690136

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 RES // CP 2.3.2 Snapshot? (TO) 1800.78 916.05

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/Multihop/
normalized-minisat50_6_9_9_mh.opb
MD5SUM361e90d7cecbe172d79499041722735d
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark5617829
Best CPU time to get the best result obtained on this benchmark1801.07
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables250200
Total number of constraints605407
Number of constraints which are clauses477850
Number of constraints which are cardinality constraints (but not clauses)57
Number of constraints which are nor clauses,nor cardinality constraints127500
Minimum length of a constraint2
Maximum length of a constraint3725
Number of terms in the objective function 129800
Biggest coefficient in the objective function 99897344
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 68832465136
Number of bits of the sum of numbers in the objective function 37
Biggest number in a constraint 99897344
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 68832465136
Number of bits of the biggest sum of numbers37
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.02/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.02/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.08	c See www.sat4j.org for details.
0.02/0.08	c version 2.3.2.v20120418
0.02/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.08	c java.vm.version	19.1-b02
0.02/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.08	c sun.arch.data.model	64
0.02/0.08	c java.version		1.6.0_24
0.02/0.08	c os.name		Linux
0.02/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.02/0.08	c os.arch		amd64
0.02/0.08	c Free memory 		501472288
0.02/0.08	c Max memory 		7480803328
0.02/0.08	c Total memory 		504102912
0.02/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
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@63415de6
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 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@23174b07
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 c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3690136-1337888105.opb
0.10/0.11	c reading problem ... 
7.29/4.75	c ... done. Wall clock time 4.642s.
7.29/4.75	c declared #vars     250200
7.29/4.75	c #constraints  610311
7.29/4.75	c constraints type 
7.29/4.75	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 121326
7.29/4.75	c org.sat4j.minisat.constraints.cnf.UnitClauses => 3
7.29/4.75	c org.sat4j.minisat.constraints.card.MinWatchCard => 57
7.29/4.75	c ignored satisfied constraints => 3
7.29/4.75	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 367550
7.29/4.75	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 121375
7.29/4.75	c 610314 constraints processed.
7.29/4.75	c constraints type 
7.29/4.75	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 367550
7.29/4.75	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 121326
7.29/4.75	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 57
7.29/4.75	c ignored satisfied constraints => 3
7.29/4.75	c org.sat4j.pb.constraints.pb.UnitClausesPB => 3
7.29/4.75	c org.sat4j.pb.constraints.pb.MaxWatchPb => 121375
7.29/4.75	c 610314 constraints processed.
7.29/4.75	c objective function length is 129800 literals
125.70/63.21	c cleaning 2486 clauses out of 5000 with flag 5000/5000
194.07/97.64	c cleaning 4255 clauses out of 8519 with flag 11005/11005
249.57/125.86	c cleaning 5623 clauses out of 11259 with flag 18000/18000
310.16/156.48	c cleaning 6786 clauses out of 13636 with flag 26000/26000
374.32/189.21	c cleaning 7925 clauses out of 15850 with flag 35000/35000
459.19/232.20	c cleaning 8937 clauses out of 17925 with flag 45000/45000
566.86/286.61	c cleaning 9971 clauses out of 19990 with flag 56002/56002
678.48/343.07	c cleaning 10988 clauses out of 22017 with flag 68000/68000
797.16/403.28	c cleaning 12003 clauses out of 24029 with flag 81000/81000
849.11/429.84	c cleaning 13004 clauses out of 26026 with flag 95000/95000
898.66/455.30	c cleaning 13994 clauses out of 28022 with flag 110000/110000
1041.23/527.14	c cleaning 15001 clauses out of 30029 with flag 126001/126001
1163.08/589.94	c cleaning 16000 clauses out of 32027 with flag 143000/143000
1268.51/643.03	c cleaning 16973 clauses out of 34027 with flag 161000/161000
1406.08/713.92	c cleaning 17986 clauses out of 36054 with flag 180000/180000
1551.44/787.17	c cleaning 19025 clauses out of 38071 with flag 200003/200003
1773.50/901.17	c cleaning 19998 clauses out of 40044 with flag 221001/221001
1800.20/916.01	c starts		: 119
1800.20/916.01	c conflicts		: 223394
1800.20/916.01	c decisions		: 1269460
1800.20/916.01	c propagations		: 193510482
1800.20/916.01	c inspects		: 4220289666
1800.20/916.01	c shortcuts		: 0
1800.20/916.01	c learnt literals	: 0
1800.20/916.01	c learnt binary clauses	: 3
1800.20/916.01	c learnt ternary clauses	: 2
1800.20/916.01	c learnt constraints	: 223394
1800.20/916.01	c ignored constraints	: 0
1800.20/916.01	c root simplifications	: 0
1800.20/916.01	c removed literals (reason simplification)	: 2494814
1800.20/916.01	c reason swapping (by a shorter reason)	: 0
1800.20/916.01	c Calls to reduceDB	: 17
1800.20/916.01	c number of reductions to clauses (during analyze)	: 0
1800.20/916.01	c number of learned constraints concerned by reduction	: 0
1800.20/916.01	c number of learning phase by resolution	: 0
1800.20/916.01	c number of learning phase by cutting planes	: 0
1800.20/916.01	c speed (assignments/second)	: 212380.770872821
1800.20/916.01	c non guided choices	0
1800.20/916.02	c learnt constraints type 
1800.20/916.02	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 3
1800.20/916.02	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 22437
1800.20/916.02	c constraints type 
1800.20/916.02	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 121326
1800.20/916.02	c org.sat4j.minisat.constraints.cnf.UnitClauses => 3
1800.20/916.02	c org.sat4j.minisat.constraints.card.MinWatchCard => 57
1800.20/916.02	c ignored satisfied constraints => 3
1800.20/916.02	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 367550
1800.20/916.02	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 121375
1800.20/916.02	c 610314 constraints processed.
1800.20/916.02	c constraints type 
1800.20/916.02	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 367550
1800.20/916.02	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 121326
1800.20/916.02	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 57
1800.20/916.02	c ignored satisfied constraints => 3
1800.20/916.02	c org.sat4j.pb.constraints.pb.UnitClausesPB => 3
1800.20/916.02	c org.sat4j.pb.constraints.pb.MaxWatchPb => 121375
1800.20/916.02	c 610314 constraints processed.
1800.20/916.02	s UNKNOWN
1800.20/916.02	c Total wall clock time (in seconds): 915.911

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-3690136-1337888105/watcher-3690136-1337888105 -o /tmp/evaluation-result-3690136-1337888105/solver-3690136-1337888105 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3690136-1337888105.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: 3.68 3.96 3.97 3/195 4042
/proc/meminfo: memFree=24857904/32873852 swapFree=6848/6848
[pid=4042] ppid=4040 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/4042/stat : 4042 (java) R 4040 4042 32594 0 -1 4202496 980 0 0 0 0 0 0 0 20 0 1 0 254936438 23793664 709 33554432000 1073741824 1073778376 140735965631472 140735965620536 273439307112 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/4042/statm: 5809 710 524 9 0 128 0

[startup+0.033141 s]
/proc/loadavg: 3.68 3.96 3.97 3/195 4042
/proc/meminfo: memFree=24857904/32873852 swapFree=6848/6848
[pid=4042] ppid=4040 vsize=9225560 CPUtime=0.02 cores=0,2,4,6
/proc/4042/stat : 4042 (java) S 4040 4042 32594 0 -1 4202496 2985 0 1 0 1 1 0 0 20 0 13 0 254936438 9446973440 3684 33554432000 1073741824 1073778376 140735965631472 140735965622608 273451876413 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4042/statm: 2306390 3684 1676 9 0 2297091 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9225560

[startup+0.100243 s]
/proc/loadavg: 3.68 3.96 3.97 3/195 4042
/proc/meminfo: memFree=24857904/32873852 swapFree=6848/6848
[pid=4042] ppid=4040 vsize=9558412 CPUtime=0.1 cores=0,2,4,6
/proc/4042/stat : 4042 (java) S 4040 4042 32594 0 -1 4202496 4378 0 1 0 9 1 0 0 20 0 18 0 254936438 9787813888 6083 33554432000 1073741824 1073778376 140735965631472 140735965622608 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4042/statm: 2389603 6083 2109 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558412

[startup+0.300226 s]
/proc/loadavg: 3.68 3.96 3.97 3/195 4042
/proc/meminfo: memFree=24857904/32873852 swapFree=6848/6848
[pid=4042] ppid=4040 vsize=9558412 CPUtime=0.46 cores=0,2,4,6
/proc/4042/stat : 4042 (java) S 4040 4042 32594 0 -1 4202496 5504 0 1 0 44 2 0 0 20 0 18 0 254936438 9787813888 14793 33554432000 1073741824 1073778376 140735965631472 140735965622608 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4042/statm: 2389603 14793 2216 9 0 2380296 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9558412

[startup+0.700229 s]
/proc/loadavg: 3.68 3.96 3.97 3/195 4042
/proc/meminfo: memFree=24857904/32873852 swapFree=6848/6848
[pid=4042] ppid=4040 vsize=9558412 CPUtime=1.24 cores=0,2,4,6
/proc/4042/stat : 4042 (java) S 4040 4042 32594 0 -1 4202496 6307 0 1 0 114 10 0 0 20 0 18 0 254936438 9787813888 55715 33554432000 1073741824 1073778376 140735965631472 140735965622608 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4042/statm: 2389603 55715 2237 9 0 2380296 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 9558412

[startup+1.50067 s]
/proc/loadavg: 3.63 3.94 3.96 6/213 4060
/proc/meminfo: memFree=24568604/32873852 swapFree=6848/6848
[pid=4042] ppid=4040 vsize=9558412 CPUtime=2.98 cores=0,2,4,6
/proc/4042/stat : 4042 (java) S 4040 4042 32594 0 -1 4202496 16224 0 1 0 278 20 0 0 20 0 18 0 254936438 9787813888 101688 33554432000 1073741824 1073778376 140735965631472 140735965622608 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4042/statm: 2389603 101688 2256 9 0 2380296 0
[pid=4042/tid=4044] ppid=4040 vsize=9558412 CPUtime=1.32 cores=0,2,4,6
/proc/4042/task/4044/stat : 4044 (java) R 4040 4042 32594 0 -1 4202560 2588 0 1 0 127 5 0 0 20 0 18 0 254936439 9787813888 101688 33554432000 1073741824 1073778376 140735965631472 140707346231216 140707172336468 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=4042/tid=4045] ppid=4040 vsize=9558412 CPUtime=0.07 cores=0,2,4,6
/proc/4042/task/4045/stat : 4045 (java) S 4040 4042 32594 0 -1 4202560 126 0 0 0 5 2 0 0 20 0 18 0 254936440 9787813888 101688 33554432000 1073741824 1073778376 140735965631472 140707307731752 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4042/tid=4046] ppid=4040 vsize=9558412 CPUtime=0.03 cores=0,2,4,6
/proc/4042/task/4046/stat : 4046 (java) S 4040 4042 32594 0 -1 4202560 18 0 0 0 3 0 0 0 20 0 18 0 254936440 9787813888 101688 33554432000 1073741824 1073778376 140735965631472 140707306678952 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4042/tid=4047] ppid=4040 vsize=9558412 CPUtime=0.07 cores=0,2,4,6
/proc/4042/task/4047/stat : 4047 (java) S 4040 4042 32594 0 -1 4202560 125 0 0 0 5 2 0 0 20 0 18 0 254936440 9787813888 101688 33554432000 1073741824 1073778376 140735965631472 140707305626664 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4042/tid=4048] ppid=4040 vsize=9558412 CPUtime=0.14 cores=0,2,4,6
/proc/4042/task/4048/stat : 4048 (java) S 4040 4042 32594 0 -1 4202560 168 0 0 0 10 4 0 0 20 0 18 0 254936440 9787813888 101688 33554432000 1073741824 1073778376 140735965631472 140707304573864 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4042/tid=4049] ppid=4040 vsize=9558412 CPUtime=0.05 cores=0,2,4,6
/proc/4042/task/4049/stat : 4049 (java) S 4040 4042 32594 0 -1 4202560 34 0 0 0 4 1 0 0 20 0 18 0 254936440 9787813888 101688 33554432000 1073741824 1073778376 140735965631472 140707303520552 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4042/tid=4050] ppid=4040 vsize=9558412 CPUtime=0.02 cores=0,2,4,6
/proc/4042/task/4050/stat : 4050 (java) S 4040 4042 32594 0 -1 4202560 22 0 0 0 1 1 0 0 20 0 18 0 254936440 9787813888 101688 33554432000 1073741824 1073778376 140735965631472 140707302467752 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4042/tid=4051] ppid=4040 vsize=9558412 CPUtime=0.02 cores=0,2,4,6
/proc/4042/task/4051/stat : 4051 (java) S 4040 4042 32594 0 -1 4202560 79 0 0 0 2 0 0 0 20 0 18 0 254936440 9787813888 101688 33554432000 1073741824 1073778376 140735965631472 140707301415464 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4042/tid=4052] ppid=4040 vsize=9558412 CPUtime=0.08 cores=0,2,4,6
/proc/4042/task/4052/stat : 4052 (java) S 4040 4042 32594 0 -1 4202560 34 0 0 0 5 3 0 0 20 0 18 0 254936440 9787813888 101688 33554432000 1073741824 1073778376 140735965631472 140707300362664 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4042/tid=4053] ppid=4040 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/4042/task/4053/stat : 4053 (java) S 4040 4042 32594 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 18 0 254936441 9787813888 101688 33554432000 1073741824 1073778376 140735965631472 140707169815272 273451890601 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4042/tid=4054] ppid=4040 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/4042/task/4054/stat : 4054 (java) S 4040 4042 32594 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 254936442 9787813888 101688 33554432000 1073741824 1073778376 140735965631472 140707168761336 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4042/tid=4055] ppid=4040 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/4042/task/4055/stat : 4055 (java) S 4040 4042 32594 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 254936442 9787813888 101688 33554432000 1073741824 1073778376 140735965631472 140707167708936 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4042/tid=4056] ppid=4040 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/4042/task/4056/stat : 4056 (java) S 4040 4042 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254936444 9787813888 101688 33554432000 1073741824 1073778376 140735965631472 140707166657424 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4042/tid=4057] ppid=4040 vsize=9558412 CPUtime=0.5 cores=0,2,4,6
/proc/4042/task/4057/stat : 4057 (java) S 4040 4042 32594 0 -1 4202560 6244 0 0 0 50 0 0 0 20 0 18 0 254936444 9787813888 101688 33554432000 1073741824 1073778376 140735965631472 140707165604024 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4042/tid=4058] ppid=4040 vsize=9558412 CPUtime=0.52 cores=0,2,4,6
/proc/4042/task/4058/stat : 4058 (java) S 4040 4042 32594 0 -1 4202560 5416 0 0 0 50 2 0 0 20 0 18 0 254936444 9787813888 101688 33554432000 1073741824 1073778376 140735965631472 140707164551224 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4042/tid=4059] ppid=4040 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/4042/task/4059/stat : 4059 (java) S 4040 4042 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254936444 9787813888 101688 33554432000 1073741824 1073778376 140735965631472 140707163499128 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4042/tid=4060] ppid=4040 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/4042/task/4060/stat : 4060 (java) S 4040 4042 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254936444 9787813888 101688 33554432000 1073741824 1073778376 140735965631472 140707162446536 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 9558412

[startup+3.10068 s]
/proc/loadavg: 3.63 3.94 3.96 4/213 4060
/proc/meminfo: memFree=24386892/32873852 swapFree=6848/6848
[pid=4042] ppid=4040 vsize=9558412 CPUtime=5.09 cores=0,2,4,6
/proc/4042/stat : 4042 (java) S 4040 4042 32594 0 -1 4202496 17114 0 1 0 476 33 0 0 20 0 18 0 254936438 9787813888 183685 33554432000 1073741824 1073778376 140735965631472 140735965622608 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4042/statm: 2389603 183685 2256 9 0 2380296 0
[pid=4042/tid=4044] ppid=4040 vsize=9558412 CPUtime=2.74 cores=0,2,4,6
/proc/4042/task/4044/stat : 4044 (java) R 4040 4042 32594 0 -1 4202560 2878 0 1 0 266 8 0 0 20 0 18 0 254936439 9787813888 183685 33554432000 1073741824 1073778376 140735965631472 140707346238472 273451902221 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=4042/tid=4045] ppid=4040 vsize=9558412 CPUtime=0.12 cores=0,2,4,6
/proc/4042/task/4045/stat : 4045 (java) S 4040 4042 32594 0 -1 4202560 159 0 0 0 9 3 0 0 20 0 18 0 254936440 9787813888 183685 33554432000 1073741824 1073778376 140735965631472 140707307731752 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4042/tid=4046] ppid=4040 vsize=9558412 CPUtime=0.08 cores=0,2,4,6
/proc/4042/task/4046/stat : 4046 (java) S 4040 4042 32594 0 -1 4202560 34 0 0 0 6 2 0 0 20 0 18 0 254936440 9787813888 183685 33554432000 1073741824 1073778376 140735965631472 140707306678952 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4042/tid=4047] ppid=4040 vsize=9558412 CPUtime=0.21 cores=0,2,4,6
/proc/4042/task/4047/stat : 4047 (java) S 4040 4042 32594 0 -1 4202560 172 0 0 0 17 4 0 0 20 0 18 0 254936440 9787813888 183685 33554432000 1073741824 1073778376 140735965631472 140707305626664 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4042/tid=4048] ppid=4040 vsize=9558412 CPUtime=0.27 cores=0,2,4,6
/proc/4042/task/4048/stat : 4048 (java) S 4040 4042 32594 0 -1 4202560 232 0 0 0 21 6 0 0 20 0 18 0 254936440 9787813888 183685 33554432000 1073741824 1073778376 140735965631472 140707304573864 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4042/tid=4049] ppid=4040 vsize=9558412 CPUtime=0.14 cores=0,2,4,6
/proc/4042/task/4049/stat : 4049 (java) S 4040 4042 32594 0 -1 4202560 61 0 0 0 12 2 0 0 20 0 18 0 254936440 9787813888 183685 33554432000 1073741824 1073778376 140735965631472 140707303520552 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4042/tid=4050] ppid=4040 vsize=9558412 CPUtime=0.17 cores=0,2,4,6
/proc/4042/task/4050/stat : 4050 (java) S 4040 4042 32594 0 -1 4202560 103 0 0 0 13 4 0 0 20 0 18 0 254936440 9787813888 183685 33554432000 1073741824 1073778376 140735965631472 140707302467752 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4042/tid=4051] ppid=4040 vsize=9558412 CPUtime=0.08 cores=0,2,4,6
/proc/4042/task/4051/stat : 4051 (java) S 4040 4042 32594 0 -1 4202560 91 0 0 0 8 0 0 0 20 0 18 0 254936440 9787813888 183685 33554432000 1073741824 1073778376 140735965631472 140707301415464 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4042/tid=4052] ppid=4040 vsize=9558412 CPUtime=0.12 cores=0,2,4,6
/proc/4042/task/4052/stat : 4052 (java) S 4040 4042 32594 0 -1 4202560 49 0 0 0 9 3 0 0 20 0 18 0 254936440 9787813888 183685 33554432000 1073741824 1073778376 140735965631472 140707300362664 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4042/tid=4053] ppid=4040 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/4042/task/4053/stat : 4053 (java) S 4040 4042 32594 0 -1 4202560 502 0 0 0 0 0 0 0 20 0 18 0 254936441 9787813888 183685 33554432000 1073741824 1073778376 140735965631472 140707169815272 273451890601 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4042/tid=4054] ppid=4040 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/4042/task/4054/stat : 4054 (java) S 4040 4042 32594 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 254936442 9787813888 183685 33554432000 1073741824 1073778376 140735965631472 140707168761336 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4042/tid=4055] ppid=4040 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/4042/task/4055/stat : 4055 (java) S 4040 4042 32594 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 254936442 9787813888 183685 33554432000 1073741824 1073778376 140735965631472 140707167708936 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4042/tid=4056] ppid=4040 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/4042/task/4056/stat : 4056 (java) S 4040 4042 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254936444 9787813888 183685 33554432000 1073741824 1073778376 140735965631472 140707166657424 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4042/tid=4057] ppid=4040 vsize=9558412 CPUtime=0.5 cores=0,2,4,6
/proc/4042/task/4057/stat : 4057 (java) S 4040 4042 32594 0 -1 4202560 6244 0 0 0 50 0 0 0 20 0 18 0 254936444 9787813888 183685 33554432000 1073741824 1073778376 140735965631472 140707165604024 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4042/tid=4058] ppid=4040 vsize=9558412 CPUtime=0.53 cores=0,2,4,6
/proc/4042/task/4058/stat : 4058 (java) S 4040 4042 32594 0 -1 4202560 5416 0 0 0 51 2 0 0 20 0 18 0 254936444 9787813888 183685 33554432000 1073741824 1073778376 140735965631472 140707164551224 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4042/tid=4059] ppid=4040 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/4042/task/4059/stat : 4059 (java) S 4040 4042 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254936444 9787813888 183685 33554432000 1073741824 1073778376 140735965631472 140707163499128 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4042/tid=4060] ppid=4040 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/4042/task/4060/stat : 4060 (java) S 4040 4042 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254936444 9787813888 183685 33554432000 1073741824 1073778376 140735965631472 140707162446536 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 5.09
Current children cumulated vsize (KiB) 9558412

[startup+6.30071 s]
/proc/loadavg: 3.82 3.98 3.97 6/217 4064
/proc/meminfo: memFree=24019776/32873852 swapFree=6848/6848
[pid=4042] ppid=4040 vsize=9824668 CPUtime=11.38 cores=0,2,4,6
/proc/4042/stat : 4042 (java) S 4040 4042 32594 0 -1 4202496 18840 0 1 0 1088 50 0 0 20 0 22 0 254936438 10060460032 254162 33554432000 1073741824 1073778376 140735965631472 140735965622608 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4042/statm: 2456167 254162 2273 9 0 2446860 0
[pid=4042/tid=4044] ppid=4040 vsize=9824668 CPUtime=4.25 cores=0,2,4,6
/proc/4042/task/4044/stat : 4044 (java) S 4040 4042 32594 0 -1 4202560 2883 0 1 0 415 10 0 0 20 0 22 0 254936439 10060460032 254162 33554432000 1073741824 1073778376 140735965631472 140707346240504 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4042/tid=4045] ppid=4040 vsize=9824668 CPUtime=0.16 cores=0,2,4,6
/proc/4042/task/4045/stat : 4045 (java) S 4040 4042 32594 0 -1 4202560 184 0 0 0 13 3 0 0 20 0 22 0 254936440 10060460032 254162 33554432000 1073741824 1073778376 140735965631472 140707307731752 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4042/tid=4046] ppid=4040 vsize=9824668 CPUtime=0.13 cores=0,2,4,6
/proc/4042/task/4046/stat : 4046 (java) S 4040 4042 32594 0 -1 4202560 55 0 0 0 11 2 0 0 20 0 22 0 254936440 10060460032 254162 33554432000 1073741824 1073778376 140735965631472 140707306678952 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4042/tid=4047] ppid=4040 vsize=9824668 CPUtime=0.36 cores=0,2,4,6
/proc/4042/task/4047/stat : 4047 (java) S 4040 4042 32594 0 -1 4202560 246 0 0 0 29 7 0 0 20 0 22 0 254936440 10060460032 254162 33554432000 1073741824 1073778376 140735965631472 140707305626664 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4042/tid=4048] ppid=4040 vsize=9824668 CPUtime=0.33 cores=0,2,4,6
/proc/4042/task/4048/stat : 4048 (java) S 4040 4042 32594 0 -1 4202560 259 0 0 0 26 7 0 0 20 0 22 0 254936440 10060460032 254162 33554432000 1073741824 1073778376 140735965631472 140707304573864 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4042/tid=4049] ppid=4040 vsize=9824668 CPUtime=0.18 cores=0,2,4,6
/proc/4042/task/4049/stat : 4049 (java) S 4040 4042 32594 0 -1 4202560 77 0 0 0 16 2 0 0 20 0 22 0 254936440 10060460032 254162 33554432000 1073741824 1073778376 140735965631472 140707303520552 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4042/tid=4050] ppid=4040 vsize=9824668 CPUtime=0.27 cores=0,2,4,6
/proc/4042/task/4050/stat : 4050 (java) S 4040 4042 32594 0 -1 4202560 154 0 0 0 22 5 0 0 20 0 22 0 254936440 10060460032 254162 33554432000 1073741824 1073778376 140735965631472 140707302467752 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4042/tid=4051] ppid=4040 vsize=9824668 CPUtime=0.12 cores=0,2,4,6
/proc/4042/task/4051/stat : 4051 (java) S 4040 4042 32594 0 -1 4202560 105 0 0 0 10 2 0 0 20 0 22 0 254936440 10060460032 254162 33554432000 1073741824 1073778376 140735965631472 140707301415464 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4042/tid=4052] ppid=4040 vsize=9824668 CPUtime=0.21 cores=0,2,4,6
/proc/4042/task/4052/stat : 4052 (java) S 4040 4042 32594 0 -1 4202560 83 0 0 0 16 5 0 0 20 0 22 0 254936440 10060460032 254162 33554432000 1073741824 1073778376 140735965631472 140707300362664 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4042/tid=4053] ppid=4040 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/4042/task/4053/stat : 4053 (java) S 4040 4042 32594 0 -1 4202560 530 0 0 0 0 0 0 0 20 0 22 0 254936441 10060460032 254162 33554432000 1073741824 1073778376 140735965631472 140707169815272 273451890601 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4042/tid=4054] ppid=4040 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/4042/task/4054/stat : 4054 (java) S 4040 4042 32594 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254936442 10060460032 254162 33554432000 1073741824 1073778376 140735965631472 140707168761336 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4042/tid=4055] ppid=4040 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/4042/task/4055/stat : 4055 (java) S 4040 4042 32594 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254936442 10060460032 254162 33554432000 1073741824 1073778376 140735965631472 140707167708936 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4042/tid=4056] ppid=4040 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/4042/task/4056/stat : 4056 (java) S 4040 4042 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254936444 10060460032 254162 33554432000 1073741824 1073778376 140735965631472 140707166657424 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4042/tid=4057] ppid=4040 vsize=9824668 CPUtime=1 cores=0,2,4,6
/proc/4042/task/4057/stat : 4057 (java) S 4040 4042 32594 0 -1 4202560 6281 0 0 0 100 0 0 0 20 0 22 0 254936444 10060460032 254162 33554432000 1073741824 1073778376 140735965631472 140707165604024 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4042/tid=4058] ppid=4040 vsize=9824668 CPUtime=1.13 cores=0,2,4,6
/proc/4042/task/4058/stat : 4058 (java) S 4040 4042 32594 0 -1 4202560 6145 0 0 0 111 2 0 0 20 0 22 0 254936444 10060460032 254162 33554432000 1073741824 1073778376 140735965631472 140707164551224 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4042/tid=4059] ppid=4040 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/4042/task/4059/stat : 4059 (java) S 4040 4042 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254936444 10060460032 254162 33554432000 1073741824 1073778376 140735965631472 140707163499128 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4042/tid=4060] ppid=4040 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/4042/task/4060/stat : 4060 (java) S 4040 4042 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254936444 10060460032 254162 33554432000 1073741824 1073778376 140735965631472 140707162446536 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4042/tid=4061] ppid=4040 vsize=9824668 CPUtime=1.51 cores=0,2,4,6
/proc/4042/task/4061/stat : 4061 (java) R 4040 4042 32594 0 -1 4202560 26 0 0 0 151 0 0 0 20 0 22 0 254936914 10060460032 254162 33554432000 1073741824 1073778376 140735965631472 140707161390168 140707173061801 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=4042/tid=4062] ppid=4040 vsize=9824668 CPUtime=1.52 cores=0,2,4,6
/proc/4042/task/4062/stat : 4062 (java) R 4040 4042 32594 0 -1 4202560 625 0 0 0 149 3 0 0 20 0 22 0 254936914 10060460032 254162 33554432000 1073741824 1073778376 140735965631472 140707160337840 140707173219470 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=4042/tid=4063] ppid=4040 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/4042/task/4063/stat : 4063 (java) S 4040 4042 32594 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254936925 10060460032 254162 33554432000 1073741824 1073778376 140735965631472 140707159287464 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4042/tid=4064] ppid=4040 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/4042/task/4064/stat : 4064 (java) S 4040 4042 32594 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254936925 10060460032 254162 33554432000 1073741824 1073778376 140735965631472 140707158234664 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 11.38
Current children cumulated vsize (KiB) 9824668

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

[pid=4042/tid=4062] ppid=4040 vsize=9824668 CPUtime=731.02 cores=0,2,4,6
/proc/4042/task/4062/stat : 4062 (java) R 4040 4042 32594 0 -1 4202560 1616 0 0 0 73070 32 0 0 20 0 22 0 254936914 10060460032 867011 33554432000 1073741824 1073778376 140735965631472 140707160336992 140707173074317 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=4042/tid=4063] ppid=4040 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/4042/task/4063/stat : 4063 (java) S 4040 4042 32594 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254936925 10060460032 867011 33554432000 1073741824 1073778376 140735965631472 140707159287464 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4042/tid=4064] ppid=4040 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/4042/task/4064/stat : 4064 (java) S 4040 4042 32594 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254936925 10060460032 867011 33554432000 1073741824 1073778376 140735965631472 140707158234664 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1501.86
Current children cumulated vsize (KiB) 9824668

[startup+822.301 s]
/proc/loadavg: 3.92 3.90 3.92 4/217 4143
/proc/meminfo: memFree=22972172/32873852 swapFree=6848/6848
[pid=4042] ppid=4040 vsize=9824668 CPUtime=1618.5 cores=0,2,4,6
/proc/4042/stat : 4042 (java) S 4040 4042 32594 0 -1 4202496 25194 0 1 0 161626 224 0 0 20 0 22 0 254936438 10060460032 871844 33554432000 1073741824 1073778376 140735965631472 140735965622608 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4042/statm: 2456167 871844 2285 9 0 2446860 0
[pid=4042/tid=4044] ppid=4040 vsize=9824668 CPUtime=4.28 cores=0,2,4,6
/proc/4042/task/4044/stat : 4044 (java) S 4040 4042 32594 0 -1 4202560 2901 0 1 0 417 11 0 0 20 0 22 0 254936439 10060460032 871844 33554432000 1073741824 1073778376 140735965631472 140707346240216 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4042/tid=4045] ppid=4040 vsize=9824668 CPUtime=0.93 cores=0,2,4,6
/proc/4042/task/4045/stat : 4045 (java) S 4040 4042 32594 0 -1 4202560 604 0 0 0 74 19 0 0 20 0 22 0 254936440 10060460032 871844 33554432000 1073741824 1073778376 140735965631472 140707307731752 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4042/tid=4046] ppid=4040 vsize=9824668 CPUtime=0.8 cores=0,2,4,6
/proc/4042/task/4046/stat : 4046 (java) S 4040 4042 32594 0 -1 4202560 316 0 0 0 64 16 0 0 20 0 22 0 254936440 10060460032 871844 33554432000 1073741824 1073778376 140735965631472 140707306678952 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4042/tid=4047] ppid=4040 vsize=9824668 CPUtime=1.11 cores=0,2,4,6
/proc/4042/task/4047/stat : 4047 (java) S 4040 4042 32594 0 -1 4202560 593 0 0 0 85 26 0 0 20 0 22 0 254936440 10060460032 871844 33554432000 1073741824 1073778376 140735965631472 140707305626664 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4042/tid=4048] ppid=4040 vsize=9824668 CPUtime=1.07 cores=0,2,4,6
/proc/4042/task/4048/stat : 4048 (java) S 4040 4042 32594 0 -1 4202560 672 0 0 0 82 25 0 0 20 0 22 0 254936440 10060460032 871844 33554432000 1073741824 1073778376 140735965631472 140707304573864 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4042/tid=4049] ppid=4040 vsize=9824668 CPUtime=0.93 cores=0,2,4,6
/proc/4042/task/4049/stat : 4049 (java) S 4040 4042 32594 0 -1 4202560 515 0 0 0 73 20 0 0 20 0 22 0 254936440 10060460032 871844 33554432000 1073741824 1073778376 140735965631472 140707303520552 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4042/tid=4050] ppid=4040 vsize=9824668 CPUtime=0.87 cores=0,2,4,6
/proc/4042/task/4050/stat : 4050 (java) S 4040 4042 32594 0 -1 4202560 472 0 0 0 69 18 0 0 20 0 22 0 254936440 10060460032 871844 33554432000 1073741824 1073778376 140735965631472 140707302467752 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4042/tid=4051] ppid=4040 vsize=9824668 CPUtime=0.92 cores=0,2,4,6
/proc/4042/task/4051/stat : 4051 (java) S 4040 4042 32594 0 -1 4202560 512 0 0 0 71 21 0 0 20 0 22 0 254936440 10060460032 871844 33554432000 1073741824 1073778376 140735965631472 140707301415464 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4042/tid=4052] ppid=4040 vsize=9824668 CPUtime=1.04 cores=0,2,4,6
/proc/4042/task/4052/stat : 4052 (java) S 4040 4042 32594 0 -1 4202560 617 0 0 0 79 25 0 0 20 0 22 0 254936440 10060460032 871844 33554432000 1073741824 1073778376 140735965631472 140707300362664 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4042/tid=4053] ppid=4040 vsize=9824668 CPUtime=28.36 cores=0,2,4,6
/proc/4042/task/4053/stat : 4053 (java) R 4040 4042 32594 0 -1 4202560 2653 0 0 0 2828 8 0 0 20 0 22 0 254936441 10060460032 871844 33554432000 1073741824 1073778376 140735965631472 140707169815088 140707352366196 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=4042/tid=4054] ppid=4040 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/4042/task/4054/stat : 4054 (java) S 4040 4042 32594 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254936442 10060460032 871844 33554432000 1073741824 1073778376 140735965631472 140707168761336 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4042/tid=4055] ppid=4040 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/4042/task/4055/stat : 4055 (java) S 4040 4042 32594 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254936442 10060460032 871844 33554432000 1073741824 1073778376 140735965631472 140707167708936 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4042/tid=4056] ppid=4040 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/4042/task/4056/stat : 4056 (java) S 4040 4042 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254936444 10060460032 871844 33554432000 1073741824 1073778376 140735965631472 140707166657424 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4042/tid=4057] ppid=4040 vsize=9824668 CPUtime=1.41 cores=0,2,4,6
/proc/4042/task/4057/stat : 4057 (java) S 4040 4042 32594 0 -1 4202560 6297 0 0 0 140 1 0 0 20 0 22 0 254936444 10060460032 871844 33554432000 1073741824 1073778376 140735965631472 140707165604024 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4042/tid=4058] ppid=4040 vsize=9824668 CPUtime=1.46 cores=0,2,4,6
/proc/4042/task/4058/stat : 4058 (java) S 4040 4042 32594 0 -1 4202560 6150 0 0 0 144 2 0 0 20 0 22 0 254936444 10060460032 871844 33554432000 1073741824 1073778376 140735965631472 140707164551224 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4042/tid=4059] ppid=4040 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/4042/task/4059/stat : 4059 (java) S 4040 4042 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254936444 10060460032 871844 33554432000 1073741824 1073778376 140735965631472 140707163499128 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4042/tid=4060] ppid=4040 vsize=9824668 CPUtime=0.29 cores=0,2,4,6
/proc/4042/task/4060/stat : 4060 (java) S 4040 4042 32594 0 -1 4202560 47 0 0 0 14 15 0 0 20 0 22 0 254936444 10060460032 871844 33554432000 1073741824 1073778376 140735965631472 140707162446536 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4042/tid=4061] ppid=4040 vsize=9824668 CPUtime=787.5 cores=0,2,4,6
/proc/4042/task/4061/stat : 4061 (java) S 4040 4042 32594 0 -1 4202560 42 0 0 0 78735 15 0 0 20 0 22 0 254936914 10060460032 871844 33554432000 1073741824 1073778376 140735965631472 140707161390072 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4042/tid=4062] ppid=4040 vsize=9824668 CPUtime=787.69 cores=0,2,4,6
/proc/4042/task/4062/stat : 4062 (java) S 4040 4042 32594 0 -1 4202560 1617 0 0 0 78737 32 0 0 20 0 22 0 254936914 10060460032 871844 33554432000 1073741824 1073778376 140735965631472 140707160338072 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4042/tid=4063] ppid=4040 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/4042/task/4063/stat : 4063 (java) S 4040 4042 32594 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254936925 10060460032 871844 33554432000 1073741824 1073778376 140735965631472 140707159287464 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4042/tid=4064] ppid=4040 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/4042/task/4064/stat : 4064 (java) S 4040 4042 32594 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254936925 10060460032 871844 33554432000 1073741824 1073778376 140735965631472 140707158234664 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1618.5
Current children cumulated vsize (KiB) 9824668

[startup+882.301 s]
/proc/loadavg: 3.97 3.92 3.92 5/217 4144
/proc/meminfo: memFree=22961560/32873852 swapFree=6848/6848
[pid=4042] ppid=4040 vsize=9824668 CPUtime=1735.9 cores=0,2,4,6
/proc/4042/stat : 4042 (java) S 4040 4042 32594 0 -1 4202496 25642 0 1 0 173364 226 0 0 20 0 22 0 254936438 10060460032 872284 33554432000 1073741824 1073778376 140735965631472 140735965622608 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4042/statm: 2456167 872284 2285 9 0 2446860 0
[pid=4042/tid=4044] ppid=4040 vsize=9824668 CPUtime=4.28 cores=0,2,4,6
/proc/4042/task/4044/stat : 4044 (java) S 4040 4042 32594 0 -1 4202560 2902 0 1 0 417 11 0 0 20 0 22 0 254936439 10060460032 872284 33554432000 1073741824 1073778376 140735965631472 140707346240504 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4042/tid=4045] ppid=4040 vsize=9824668 CPUtime=0.93 cores=0,2,4,6
/proc/4042/task/4045/stat : 4045 (java) S 4040 4042 32594 0 -1 4202560 604 0 0 0 74 19 0 0 20 0 22 0 254936440 10060460032 872284 33554432000 1073741824 1073778376 140735965631472 140707307731752 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4042/tid=4046] ppid=4040 vsize=9824668 CPUtime=0.8 cores=0,2,4,6
/proc/4042/task/4046/stat : 4046 (java) S 4040 4042 32594 0 -1 4202560 316 0 0 0 64 16 0 0 20 0 22 0 254936440 10060460032 872284 33554432000 1073741824 1073778376 140735965631472 140707306678952 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4042/tid=4047] ppid=4040 vsize=9824668 CPUtime=1.11 cores=0,2,4,6
/proc/4042/task/4047/stat : 4047 (java) S 4040 4042 32594 0 -1 4202560 593 0 0 0 85 26 0 0 20 0 22 0 254936440 10060460032 872284 33554432000 1073741824 1073778376 140735965631472 140707305626664 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4042/tid=4048] ppid=4040 vsize=9824668 CPUtime=1.07 cores=0,2,4,6
/proc/4042/task/4048/stat : 4048 (java) S 4040 4042 32594 0 -1 4202560 672 0 0 0 82 25 0 0 20 0 22 0 254936440 10060460032 872284 33554432000 1073741824 1073778376 140735965631472 140707304573864 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4042/tid=4049] ppid=4040 vsize=9824668 CPUtime=0.93 cores=0,2,4,6
/proc/4042/task/4049/stat : 4049 (java) S 4040 4042 32594 0 -1 4202560 515 0 0 0 73 20 0 0 20 0 22 0 254936440 10060460032 872284 33554432000 1073741824 1073778376 140735965631472 140707303520552 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4042/tid=4050] ppid=4040 vsize=9824668 CPUtime=0.87 cores=0,2,4,6
/proc/4042/task/4050/stat : 4050 (java) S 4040 4042 32594 0 -1 4202560 472 0 0 0 69 18 0 0 20 0 22 0 254936440 10060460032 872284 33554432000 1073741824 1073778376 140735965631472 140707302467752 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4042/tid=4051] ppid=4040 vsize=9824668 CPUtime=0.92 cores=0,2,4,6
/proc/4042/task/4051/stat : 4051 (java) S 4040 4042 32594 0 -1 4202560 512 0 0 0 71 21 0 0 20 0 22 0 254936440 10060460032 872284 33554432000 1073741824 1073778376 140735965631472 140707301415464 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4042/tid=4052] ppid=4040 vsize=9824668 CPUtime=1.04 cores=0,2,4,6
/proc/4042/task/4052/stat : 4052 (java) S 4040 4042 32594 0 -1 4202560 617 0 0 0 79 25 0 0 20 0 22 0 254936440 10060460032 872284 33554432000 1073741824 1073778376 140735965631472 140707300362664 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4042/tid=4053] ppid=4040 vsize=9824668 CPUtime=30.95 cores=0,2,4,6
/proc/4042/task/4053/stat : 4053 (java) S 4040 4042 32594 0 -1 4202560 3094 0 0 0 3087 8 0 0 20 0 22 0 254936441 10060460032 872284 33554432000 1073741824 1073778376 140735965631472 140707169815272 273451890601 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4042/tid=4054] ppid=4040 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/4042/task/4054/stat : 4054 (java) S 4040 4042 32594 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254936442 10060460032 872284 33554432000 1073741824 1073778376 140735965631472 140707168761336 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4042/tid=4055] ppid=4040 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/4042/task/4055/stat : 4055 (java) S 4040 4042 32594 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254936442 10060460032 872284 33554432000 1073741824 1073778376 140735965631472 140707167708936 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4042/tid=4056] ppid=4040 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/4042/task/4056/stat : 4056 (java) S 4040 4042 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254936444 10060460032 872284 33554432000 1073741824 1073778376 140735965631472 140707166657424 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4042/tid=4057] ppid=4040 vsize=9824668 CPUtime=1.42 cores=0,2,4,6
/proc/4042/task/4057/stat : 4057 (java) S 4040 4042 32594 0 -1 4202560 6299 0 0 0 141 1 0 0 20 0 22 0 254936444 10060460032 872284 33554432000 1073741824 1073778376 140735965631472 140707165604024 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4042/tid=4058] ppid=4040 vsize=9824668 CPUtime=1.46 cores=0,2,4,6
/proc/4042/task/4058/stat : 4058 (java) S 4040 4042 32594 0 -1 4202560 6150 0 0 0 144 2 0 0 20 0 22 0 254936444 10060460032 872284 33554432000 1073741824 1073778376 140735965631472 140707164551224 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4042/tid=4059] ppid=4040 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/4042/task/4059/stat : 4059 (java) S 4040 4042 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254936444 10060460032 872284 33554432000 1073741824 1073778376 140735965631472 140707163499128 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4042/tid=4060] ppid=4040 vsize=9824668 CPUtime=0.3 cores=0,2,4,6
/proc/4042/task/4060/stat : 4060 (java) S 4040 4042 32594 0 -1 4202560 51 0 0 0 15 15 0 0 20 0 22 0 254936444 10060460032 872284 33554432000 1073741824 1073778376 140735965631472 140707162446536 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4042/tid=4061] ppid=4040 vsize=9824668 CPUtime=844.89 cores=0,2,4,6
/proc/4042/task/4061/stat : 4061 (java) R 4040 4042 32594 0 -1 4202560 42 0 0 0 84473 16 0 0 20 0 22 0 254936914 10060460032 872284 33554432000 1073741824 1073778376 140735965631472 140707161390152 140707172395889 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=4042/tid=4062] ppid=4040 vsize=9824668 CPUtime=845.1 cores=0,2,4,6
/proc/4042/task/4062/stat : 4062 (java) R 4040 4042 32594 0 -1 4202560 1617 0 0 0 84477 33 0 0 20 0 22 0 254936914 10060460032 872284 33554432000 1073741824 1073778376 140735965631472 140707160336848 140707173377422 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=4042/tid=4063] ppid=4040 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/4042/task/4063/stat : 4063 (java) S 4040 4042 32594 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254936925 10060460032 872284 33554432000 1073741824 1073778376 140735965631472 140707159287464 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4042/tid=4064] ppid=4040 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/4042/task/4064/stat : 4064 (java) S 4040 4042 32594 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254936925 10060460032 872284 33554432000 1073741824 1073778376 140735965631472 140707158234664 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1735.9
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+916.001 s]
/proc/loadavg: 3.98 3.93 3.92 5/218 4147
/proc/meminfo: memFree=22703940/32873852 swapFree=6848/6848
[pid=4042] ppid=4040 vsize=9824668 CPUtime=1800.2 cores=0,2,4,6
/proc/4042/stat : 4042 (java) S 4040 4042 32594 0 -1 4202496 26133 0 1 0 179787 233 0 0 20 0 22 0 254936438 10060460032 936616 33554432000 1073741824 1073778376 140735965631472 140735965622608 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4042/statm: 2456167 936616 2285 9 0 2446860 0
[pid=4042/tid=4044] ppid=4040 vsize=9824668 CPUtime=4.29 cores=0,2,4,6
/proc/4042/task/4044/stat : 4044 (java) S 4040 4042 32594 0 -1 4202560 2903 0 1 0 417 12 0 0 20 0 22 0 254936439 10060460032 936616 33554432000 1073741824 1073778376 140735965631472 140707346240504 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4042/tid=4045] ppid=4040 vsize=9824668 CPUtime=1.08 cores=0,2,4,6
/proc/4042/task/4045/stat : 4045 (java) S 4040 4042 32594 0 -1 4202560 627 0 0 0 88 20 0 0 20 0 22 0 254936440 10060460032 936616 33554432000 1073741824 1073778376 140735965631472 140707307731752 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4042/tid=4046] ppid=4040 vsize=9824668 CPUtime=1.06 cores=0,2,4,6
/proc/4042/task/4046/stat : 4046 (java) S 4040 4042 32594 0 -1 4202560 417 0 0 0 89 17 0 0 20 0 22 0 254936440 10060460032 936616 33554432000 1073741824 1073778376 140735965631472 140707306678952 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4042/tid=4047] ppid=4040 vsize=9824668 CPUtime=1.24 cores=0,2,4,6
/proc/4042/task/4047/stat : 4047 (java) S 4040 4042 32594 0 -1 4202560 595 0 0 0 98 26 0 0 20 0 22 0 254936440 10060460032 936616 33554432000 1073741824 1073778376 140735965631472 140707305626664 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4042/tid=4048] ppid=4040 vsize=9824668 CPUtime=1.29 cores=0,2,4,6
/proc/4042/task/4048/stat : 4048 (java) S 4040 4042 32594 0 -1 4202560 782 0 0 0 104 25 0 0 20 0 22 0 254936440 10060460032 936616 33554432000 1073741824 1073778376 140735965631472 140707304573864 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4042/tid=4049] ppid=4040 vsize=9824668 CPUtime=1.09 cores=0,2,4,6
/proc/4042/task/4049/stat : 4049 (java) S 4040 4042 32594 0 -1 4202560 515 0 0 0 89 20 0 0 20 0 22 0 254936440 10060460032 936616 33554432000 1073741824 1073778376 140735965631472 140707303520552 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4042/tid=4050] ppid=4040 vsize=9824668 CPUtime=1.04 cores=0,2,4,6
/proc/4042/task/4050/stat : 4050 (java) S 4040 4042 32594 0 -1 4202560 492 0 0 0 85 19 0 0 20 0 22 0 254936440 10060460032 936616 33554432000 1073741824 1073778376 140735965631472 140707302467752 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4042/tid=4051] ppid=4040 vsize=9824668 CPUtime=1.24 cores=0,2,4,6
/proc/4042/task/4051/stat : 4051 (java) S 4040 4042 32594 0 -1 4202560 619 0 0 0 103 21 0 0 20 0 22 0 254936440 10060460032 936616 33554432000 1073741824 1073778376 140735965631472 140707301415464 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4042/tid=4052] ppid=4040 vsize=9824668 CPUtime=1.22 cores=0,2,4,6
/proc/4042/task/4052/stat : 4052 (java) S 4040 4042 32594 0 -1 4202560 622 0 0 0 97 25 0 0 20 0 22 0 254936440 10060460032 936616 33554432000 1073741824 1073778376 140735965631472 140707300362664 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4042/tid=4053] ppid=4040 vsize=9824668 CPUtime=34.85 cores=0,2,4,6
/proc/4042/task/4053/stat : 4053 (java) S 4040 4042 32594 0 -1 4202560 3212 0 0 0 3473 12 0 0 20 0 22 0 254936441 10060460032 936616 33554432000 1073741824 1073778376 140735965631472 140707169815272 273451890601 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4042/tid=4054] ppid=4040 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/4042/task/4054/stat : 4054 (java) S 4040 4042 32594 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254936442 10060460032 936616 33554432000 1073741824 1073778376 140735965631472 140707168761336 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4042/tid=4055] ppid=4040 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/4042/task/4055/stat : 4055 (java) S 4040 4042 32594 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254936442 10060460032 936616 33554432000 1073741824 1073778376 140735965631472 140707167708936 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4042/tid=4056] ppid=4040 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/4042/task/4056/stat : 4056 (java) S 4040 4042 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254936444 10060460032 936616 33554432000 1073741824 1073778376 140735965631472 140707166657424 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4042/tid=4057] ppid=4040 vsize=9824668 CPUtime=1.43 cores=0,2,4,6
/proc/4042/task/4057/stat : 4057 (java) S 4040 4042 32594 0 -1 4202560 6301 0 0 0 142 1 0 0 20 0 22 0 254936444 10060460032 936616 33554432000 1073741824 1073778376 140735965631472 140707165604024 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4042/tid=4058] ppid=4040 vsize=9824668 CPUtime=1.47 cores=0,2,4,6
/proc/4042/task/4058/stat : 4058 (java) S 4040 4042 32594 0 -1 4202560 6150 0 0 0 145 2 0 0 20 0 22 0 254936444 10060460032 936616 33554432000 1073741824 1073778376 140735965631472 140707164551224 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4042/tid=4059] ppid=4040 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/4042/task/4059/stat : 4059 (java) S 4040 4042 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254936444 10060460032 936616 33554432000 1073741824 1073778376 140735965631472 140707163499128 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4042/tid=4060] ppid=4040 vsize=9824668 CPUtime=0.31 cores=0,2,4,6
/proc/4042/task/4060/stat : 4060 (java) S 4040 4042 32594 0 -1 4202560 53 0 0 0 16 15 0 0 20 0 22 0 254936444 10060460032 936616 33554432000 1073741824 1073778376 140735965631472 140707162446536 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4042/tid=4061] ppid=4040 vsize=9824668 CPUtime=874.29 cores=0,2,4,6
/proc/4042/task/4061/stat : 4061 (java) R 4040 4042 32594 0 -1 4202560 42 0 0 0 87412 17 0 0 20 0 22 0 254936914 10060460032 936616 33554432000 1073741824 1073778376 140735965631472 140707161391840 140707173212256 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=4042/tid=4062] ppid=4040 vsize=9824668 CPUtime=874.51 cores=0,2,4,6
/proc/4042/task/4062/stat : 4062 (java) R 4040 4042 32594 0 -1 4202560 1617 0 0 0 87417 34 0 0 20 0 22 0 254936914 10060460032 936616 33554432000 1073741824 1073778376 140735965631472 140707160336848 140707173226947 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=4042/tid=4063] ppid=4040 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/4042/task/4063/stat : 4063 (java) S 4040 4042 32594 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254936925 10060460032 936616 33554432000 1073741824 1073778376 140735965631472 140707159287464 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4042/tid=4064] ppid=4040 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/4042/task/4064/stat : 4064 (java) S 4040 4042 32594 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254936925 10060460032 936616 33554432000 1073741824 1073778376 140735965631472 140707158234664 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.2
Current children cumulated vsize (KiB) 9824668

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

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

Child status: 143
Real time (s): 916.05
CPU time (s): 1800.78
CPU user time (s): 1797.95
CPU system time (s): 2.83257
CPU usage (%): 196.581
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.95
system time used= 2.83257
maximum resident set size= 3746584
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26164
page faults= 1
swaps= 0
block input operations= 0
block output operations= 888
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 21983
involuntary context switches= 16570

runsolver used 4.47332 second user time and 6.72198 second system time

The end

Launcher Data

Begin job on node128 at 2012-05-24 21:35:05
IDJOB=3690136
IDBENCH=92720
IDSOLVER=2268
FILE ID=node128/3690136-1337888105
RUNJOBID= node128-1337871881-32611
PBS_JOBID= 14620076
Free space on /tmp= 71512 MiB

SOLVER NAME= SAT 4j PB RES // CP 2.3.2 Snapshot
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/Multihop/normalized-minisat50_6_9_9_mh.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3690136-1337888105/watcher-3690136-1337888105 -o /tmp/evaluation-result-3690136-1337888105/solver-3690136-1337888105 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3690136-1337888105.opb

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

MD5SUM BENCH= 361e90d7cecbe172d79499041722735d
RANDOM SEED=602273443

node128.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.389
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.77
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.389
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.389
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	: 5438.56
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.389
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.389
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.389
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.389
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.389
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:       32873852 kB
MemFree:        24858284 kB
Buffers:          252896 kB
Cached:          3021880 kB
SwapCached:            0 kB
Active:          4488892 kB
Inactive:        2739780 kB
Active(anon):    3956320 kB
Inactive(anon):        0 kB
Active(file):     532572 kB
Inactive(file):  2739780 kB
Unevictable:        6848 kB
Mlocked:            6848 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             26220 kB
Writeback:            48 kB
AnonPages:       4095928 kB
Mapped:            22668 kB
Shmem:               204 kB
Slab:             636020 kB
SReclaimable:      78256 kB
SUnreclaim:       557764 kB
KernelStack:        1656 kB
PageTables:        11960 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:    4567068 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4007936 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71548 MiB
End job on node128 at 2012-05-24 21:50:23