Trace number 3711089

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 NameAnswerobjective functionCPU timeWall clock time
SAT4J PB specific settings 2.3.2 snapshotUNSAT 107.54 106.075

General information on the benchmark

Name/OPT-SMALLINT-LIN/heinz/
normalized-neos-859770.opb
MD5SUMcbc412f006cacd8e2fcdc61d20cbc351
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark134.834
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2504
Total number of constraints2065
Number of constraints which are clauses1536
Number of constraints which are cardinality constraints (but not clauses)529
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint8
Maximum length of a constraint1446
Number of terms in the objective function 2504
Biggest coefficient in the objective function 10
Number of bits for the biggest coefficient in the objective function 4
Sum of the numbers in the objective function 16472
Number of bits of the sum of numbers in the objective function 15
Biggest number in a constraint 10
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 16472
Number of bits of the biggest sum of numbers15
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.05/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.05/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.09	c See www.sat4j.org for details.
0.05/0.09	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.05/0.09	c version 2.3.2.v20120418
0.05/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.09	c java.vm.version	19.1-b02
0.05/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.09	c sun.arch.data.model	64
0.05/0.09	c java.version		1.6.0_24
0.05/0.09	c os.name		Linux
0.05/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.05/0.09	c os.arch		amd64
0.05/0.09	c Free memory 		501472288
0.05/0.09	c Max memory 		7480803328
0.05/0.09	c Total memory 		504102912
0.05/0.09	c Number of processors 	8
0.07/0.13	c read org.sat4j.minisat.orders.VarOrderHeap
0.07/0.13	c configuring ORDERS
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.07/0.13	c Expensive reason simplification
0.07/0.13	c Armin Biere (Picosat) restarts strategy
0.07/0.13	c Glucose learned constraints deletion strategy
0.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=true
0.07/0.13	c Heuristics kept accross calls (keep the solver "hot")
0.07/0.13	c --- End Solver configuration ---
0.07/0.13	c solving HOME/instance-3711089-1338201147.opb
0.07/0.13	c reading problem ... 
1.63/1.30	c ... done. Wall clock time 1.167s.
1.63/1.30	c declared #vars     2504
1.63/1.30	c #constraints  2084
1.63/1.30	c constraints type 
1.63/1.30	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1555
1.63/1.30	c org.sat4j.minisat.constraints.card.MinWatchCard => 529
1.63/1.30	c 2084 constraints processed.
4.97/4.16	c cleaning 2499 clauses out of 5000 with flag 5000/5000
8.94/8.04	c cleaning 4248 clauses out of 8501 with flag 11000/11000
13.40/12.45	c cleaning 5440 clauses out of 10951 with flag 18006/18006
18.55/17.60	c cleaning 6713 clauses out of 13502 with flag 26000/26000
24.52/23.44	c cleaning 7806 clauses out of 15780 with flag 35000/35000
30.35/29.28	c cleaning 8328 clauses out of 16702 with flag 45000/45000
38.48/37.38	c cleaning 9635 clauses out of 19283 with flag 56000/56000
44.82/43.65	c cleaning 10731 clauses out of 21542 with flag 68000/68000
56.06/54.84	c cleaning 11762 clauses out of 23809 with flag 81006/81006
68.09/66.81	c cleaning 12782 clauses out of 25915 with flag 95001/95001
77.95/76.62	c cleaning 13979 clauses out of 28094 with flag 110002/110002
89.41/88.07	c cleaning 15016 clauses out of 30084 with flag 126000/126000
102.58/101.11	c cleaning 15932 clauses out of 31931 with flag 143000/143000
107.54/106.05	c starts		: 103
107.54/106.05	c conflicts		: 150608
107.54/106.05	c decisions		: 585498
107.54/106.05	c propagations		: 14035175
107.54/106.05	c inspects		: 148769909
107.54/106.05	c shortcuts		: 0
107.54/106.05	c learnt literals	: 95
107.54/106.05	c learnt binary clauses	: 391
107.54/106.05	c learnt ternary clauses	: 229
107.54/106.05	c learnt constraints	: 150512
107.54/106.05	c ignored constraints	: 0
107.54/106.05	c root simplifications	: 197
107.54/106.05	c removed literals (reason simplification)	: 12656800
107.54/106.05	c reason swapping (by a shorter reason)	: 0
107.54/106.05	c Calls to reduceDB	: 13
107.54/106.05	c number of reductions to clauses (during analyze)	: 0
107.54/106.05	c number of learned constraints concerned by reduction	: 0
107.54/106.05	c number of learning phase by resolution	: 0
107.54/106.05	c number of learning phase by cutting planes	: 0
107.54/106.05	c speed (assignments/second)	: 133996.3052423551
107.54/106.05	c non guided choices	459
107.54/106.07	c learnt constraints type 
107.54/106.07	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 355
107.54/106.07	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 23167
107.54/106.07	c constraints type 
107.54/106.07	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1555
107.54/106.07	c org.sat4j.minisat.constraints.card.MinWatchCard => 529
107.54/106.07	c 2084 constraints processed.
107.54/106.07	s UNSATISFIABLE
107.54/106.07	c Total wall clock time (in seconds): 105.934

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-3711089-1338201147/watcher-3711089-1338201147 -o /tmp/evaluation-result-3711089-1338201147/solver-3711089-1338201147 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3711089-1338201147.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.25 2.08 2.03 2/194 10684
/proc/meminfo: memFree=30854228/32873844 swapFree=6872/6872
[pid=10684] ppid=10682 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/10684/stat : 10684 (java) D 10682 10684 9972 0 -1 4202496 250 0 0 0 0 0 0 0 20 0 1 0 286243208 9515008 184 33554432000 1073741824 1073778376 140737266603680 140737266594904 270118055351 0 0 4096 0 18446744072100609316 0 0 17 4 0 0 0 0 0
/proc/10684/statm: 2323 184 142 9 0 71 0

[startup+0.0859721 s]
/proc/loadavg: 2.25 2.08 2.03 2/194 10684
/proc/meminfo: memFree=30854228/32873844 swapFree=6872/6872
[pid=10684] ppid=10682 vsize=9558440 CPUtime=0.05 cores=0,2,4,6
/proc/10684/stat : 10684 (java) S 10682 10684 9972 0 -1 4202496 3375 0 1 0 5 0 0 0 20 0 18 0 286243208 9787842560 4584 33554432000 1073741824 1073778376 140736147398464 140736147389600 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10684/statm: 2389610 4584 1778 9 0 2380296 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 9558440

[startup+0.100318 s]
/proc/loadavg: 2.25 2.08 2.03 2/194 10684
/proc/meminfo: memFree=30854228/32873844 swapFree=6872/6872
[pid=10684] ppid=10682 vsize=9558440 CPUtime=0.07 cores=0,2,4,6
/proc/10684/stat : 10684 (java) S 10682 10684 9972 0 -1 4202496 3936 0 1 0 7 0 0 0 20 0 18 0 286243208 9787842560 5144 33554432000 1073741824 1073778376 140736147398464 140736147389600 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10684/statm: 2389610 5147 2074 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558440

[startup+0.300127 s]
/proc/loadavg: 2.25 2.08 2.03 2/194 10684
/proc/meminfo: memFree=30854228/32873844 swapFree=6872/6872
[pid=10684] ppid=10682 vsize=9558440 CPUtime=0.51 cores=0,2,4,6
/proc/10684/stat : 10684 (java) S 10682 10684 9972 0 -1 4202496 7092 0 1 0 49 2 0 0 20 0 18 0 286243208 9787842560 10440 33554432000 1073741824 1073778376 140736147398464 140736147389600 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10684/statm: 2389610 10440 2224 9 0 2380296 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9558440

[startup+0.70029 s]
/proc/loadavg: 2.25 2.08 2.03 2/194 10684
/proc/meminfo: memFree=30854228/32873844 swapFree=6872/6872
[pid=10684] ppid=10682 vsize=9558440 CPUtime=0.99 cores=0,2,4,6
/proc/10684/stat : 10684 (java) S 10682 10684 9972 0 -1 4202496 7281 0 1 0 95 4 0 0 20 0 18 0 286243208 9787842560 40072 33554432000 1073741824 1073778376 140736147398464 140736147389600 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10684/statm: 2389610 40072 2242 9 0 2380296 0
Current children cumulated CPU time (s) 0.99
Current children cumulated vsize (KiB) 9558440

[startup+1.50061 s]
/proc/loadavg: 2.39 2.12 2.04 3/212 10702
/proc/meminfo: memFree=30696076/32873844 swapFree=6872/6872
[pid=10684] ppid=10682 vsize=9625004 CPUtime=2.11 cores=0,2,4,6
/proc/10684/stat : 10684 (java) S 10682 10684 9972 0 -1 4202496 9272 0 1 0 206 5 0 0 20 0 19 0 286243208 9856004096 43508 33554432000 1073741824 1073778376 140736147398464 140736147389600 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10684/statm: 2406251 43508 2260 9 0 2396937 0
[pid=10684/tid=10686] ppid=10682 vsize=9625004 CPUtime=1.44 cores=0,2,4,6
/proc/10684/task/10686/stat : 10686 (java) R 10682 10684 9972 0 -1 4202560 2581 0 1 0 141 3 0 0 20 0 19 0 286243209 9856004096 43508 33554432000 1073741824 1073778376 140736147398464 139862962954552 139862808671751 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=10684/tid=10687] ppid=10682 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/10684/task/10687/stat : 10687 (java) S 10682 10684 9972 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 286243210 9856004096 43508 33554432000 1073741824 1073778376 140736147398464 139862935415336 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10684/tid=10688] ppid=10682 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/10684/task/10688/stat : 10688 (java) S 10682 10684 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 286243210 9856004096 43508 33554432000 1073741824 1073778376 140736147398464 139862934362536 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10684/tid=10689] ppid=10682 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/10684/task/10689/stat : 10689 (java) S 10682 10684 9972 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 286243210 9856004096 43508 33554432000 1073741824 1073778376 140736147398464 139862933309736 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10684/tid=10690] ppid=10682 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/10684/task/10690/stat : 10690 (java) S 10682 10684 9972 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 286243210 9856004096 43508 33554432000 1073741824 1073778376 140736147398464 139862932256936 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10684/tid=10691] ppid=10682 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/10684/task/10691/stat : 10691 (java) S 10682 10684 9972 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 286243210 9856004096 43508 33554432000 1073741824 1073778376 140736147398464 139862931205160 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10684/tid=10692] ppid=10682 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/10684/task/10692/stat : 10692 (java) S 10682 10684 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 286243210 9856004096 43508 33554432000 1073741824 1073778376 140736147398464 139862930152360 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10684/tid=10693] ppid=10682 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/10684/task/10693/stat : 10693 (java) S 10682 10684 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 286243210 9856004096 43508 33554432000 1073741824 1073778376 140736147398464 139862929099560 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10684/tid=10694] ppid=10682 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/10684/task/10694/stat : 10694 (java) S 10682 10684 9972 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 286243210 9856004096 43508 33554432000 1073741824 1073778376 140736147398464 139862928046760 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10684/tid=10695] ppid=10682 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/10684/task/10695/stat : 10695 (java) S 10682 10684 9972 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 19 0 286243211 9856004096 43508 33554432000 1073741824 1073778376 140736147398464 139862316390888 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10684/tid=10696] ppid=10682 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/10684/task/10696/stat : 10696 (java) S 10682 10684 9972 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 286243212 9856004096 43508 33554432000 1073741824 1073778376 140736147398464 139862315336952 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10684/tid=10697] ppid=10682 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/10684/task/10697/stat : 10697 (java) S 10682 10684 9972 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 286243212 9856004096 43508 33554432000 1073741824 1073778376 140736147398464 139862314284040 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10684/tid=10698] ppid=10682 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/10684/task/10698/stat : 10698 (java) S 10682 10684 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 286243214 9856004096 43508 33554432000 1073741824 1073778376 140736147398464 139862313232528 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10684/tid=10699] ppid=10682 vsize=9625004 CPUtime=0.28 cores=0,2,4,6
/proc/10684/task/10699/stat : 10699 (java) R 10682 10684 9972 0 -1 4202560 2944 0 0 0 28 0 0 0 20 0 19 0 286243215 9856004096 43508 33554432000 1073741824 1073778376 140736147398464 139862312180664 139862967049624 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=10684/tid=10700] ppid=10682 vsize=9625004 CPUtime=0.29 cores=0,2,4,6
/proc/10684/task/10700/stat : 10700 (java) R 10682 10684 9972 0 -1 4202560 2460 0 0 0 29 0 0 0 20 0 19 0 286243215 9856004096 43508 33554432000 1073741824 1073778376 140736147398464 139862311119968 139862965982306 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=10684/tid=10701] ppid=10682 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/10684/task/10701/stat : 10701 (java) S 10682 10684 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 286243215 9856004096 43508 33554432000 1073741824 1073778376 140736147398464 139862310075256 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10684/tid=10702] ppid=10682 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/10684/task/10702/stat : 10702 (java) S 10682 10684 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 286243215 9856004096 43508 33554432000 1073741824 1073778376 140736147398464 139862309022664 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.11
Current children cumulated vsize (KiB) 9625004

[startup+3.1007 s]
/proc/loadavg: 2.39 2.12 2.04 3/213 10703
/proc/meminfo: memFree=30688012/32873844 swapFree=6872/6872
[pid=10684] ppid=10682 vsize=9625004 CPUtime=3.97 cores=0,2,4,6
/proc/10684/stat : 10684 (java) S 10682 10684 9972 0 -1 4202496 9287 0 1 0 392 5 0 0 20 0 19 0 286243208 9856004096 43522 33554432000 1073741824 1073778376 140736147398464 140736147389600 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10684/statm: 2406251 43522 2265 9 0 2396937 0
[pid=10684/tid=10686] ppid=10682 vsize=9625004 CPUtime=3.03 cores=0,2,4,6
/proc/10684/task/10686/stat : 10686 (java) R 10682 10684 9972 0 -1 4202560 2582 0 1 0 300 3 0 0 20 0 19 0 286243209 9856004096 43522 33554432000 1073741824 1073778376 140736147398464 139862962961816 139862808988498 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=10684/tid=10687] ppid=10682 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/10684/task/10687/stat : 10687 (java) S 10682 10684 9972 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 286243210 9856004096 43522 33554432000 1073741824 1073778376 140736147398464 139862935415336 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10684/tid=10688] ppid=10682 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/10684/task/10688/stat : 10688 (java) S 10682 10684 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 286243210 9856004096 43522 33554432000 1073741824 1073778376 140736147398464 139862934362536 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10684/tid=10689] ppid=10682 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/10684/task/10689/stat : 10689 (java) S 10682 10684 9972 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 286243210 9856004096 43522 33554432000 1073741824 1073778376 140736147398464 139862933309736 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10684/tid=10690] ppid=10682 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/10684/task/10690/stat : 10690 (java) S 10682 10684 9972 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 286243210 9856004096 43522 33554432000 1073741824 1073778376 140736147398464 139862932256936 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10684/tid=10691] ppid=10682 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/10684/task/10691/stat : 10691 (java) S 10682 10684 9972 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 286243210 9856004096 43522 33554432000 1073741824 1073778376 140736147398464 139862931205160 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10684/tid=10692] ppid=10682 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/10684/task/10692/stat : 10692 (java) S 10682 10684 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 286243210 9856004096 43522 33554432000 1073741824 1073778376 140736147398464 139862930152360 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10684/tid=10693] ppid=10682 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/10684/task/10693/stat : 10693 (java) S 10682 10684 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 286243210 9856004096 43522 33554432000 1073741824 1073778376 140736147398464 139862929099560 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10684/tid=10694] ppid=10682 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/10684/task/10694/stat : 10694 (java) S 10682 10684 9972 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 286243210 9856004096 43522 33554432000 1073741824 1073778376 140736147398464 139862928046760 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10684/tid=10695] ppid=10682 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/10684/task/10695/stat : 10695 (java) S 10682 10684 9972 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 286243211 9856004096 43522 33554432000 1073741824 1073778376 140736147398464 139862316390888 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10684/tid=10696] ppid=10682 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/10684/task/10696/stat : 10696 (java) S 10682 10684 9972 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 286243212 9856004096 43522 33554432000 1073741824 1073778376 140736147398464 139862315336952 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10684/tid=10697] ppid=10682 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/10684/task/10697/stat : 10697 (java) S 10682 10684 9972 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 286243212 9856004096 43522 33554432000 1073741824 1073778376 140736147398464 139862314284040 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10684/tid=10698] ppid=10682 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/10684/task/10698/stat : 10698 (java) S 10682 10684 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 286243214 9856004096 43522 33554432000 1073741824 1073778376 140736147398464 139862313232528 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10684/tid=10699] ppid=10682 vsize=9625004 CPUtime=0.41 cores=0,2,4,6
/proc/10684/task/10699/stat : 10699 (java) S 10682 10684 9972 0 -1 4202560 2948 0 0 0 41 0 0 0 20 0 19 0 286243215 9856004096 43522 33554432000 1073741824 1073778376 140736147398464 139862312180664 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10684/tid=10700] ppid=10682 vsize=9625004 CPUtime=0.42 cores=0,2,4,6
/proc/10684/task/10700/stat : 10700 (java) S 10682 10684 9972 0 -1 4202560 2469 0 0 0 42 0 0 0 20 0 19 0 286243215 9856004096 43522 33554432000 1073741824 1073778376 140736147398464 139862311127864 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10684/tid=10701] ppid=10682 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/10684/task/10701/stat : 10701 (java) S 10682 10684 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 286243215 9856004096 43522 33554432000 1073741824 1073778376 140736147398464 139862310075256 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10684/tid=10702] ppid=10682 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/10684/task/10702/stat : 10702 (java) S 10682 10684 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 286243215 9856004096 43522 33554432000 1073741824 1073778376 140736147398464 139862309022664 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10684/tid=10703] ppid=10682 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/10684/task/10703/stat : 10703 (java) S 10682 10684 9972 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 286243339 9856004096 43522 33554432000 1073741824 1073778376 140736147398464 139862307968168 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.97
Current children cumulated vsize (KiB) 9625004

[startup+6.30064 s]
/proc/loadavg: 2.35 2.11 2.04 3/213 10703
/proc/meminfo: memFree=30660636/32873844 swapFree=6872/6872
[pid=10684] ppid=10682 vsize=9625004 CPUtime=7.22 cores=0,2,4,6
/proc/10684/stat : 10684 (java) S 10682 10684 9972 0 -1 4202496 9343 0 1 0 716 6 0 0 20 0 19 0 286243208 9856004096 50159 33554432000 1073741824 1073778376 140736147398464 140736147389600 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10684/statm: 2406251 50159 2277 9 0 2396937 0
[pid=10684/tid=10686] ppid=10682 vsize=9625004 CPUtime=6.2 cores=0,2,4,6
/proc/10684/task/10686/stat : 10686 (java) R 10682 10684 9972 0 -1 4202560 2585 0 1 0 617 3 0 0 20 0 19 0 286243209 9856004096 50159 33554432000 1073741824 1073778376 140736147398464 139862962962464 139862808988656 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=10684/tid=10687] ppid=10682 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/10684/task/10687/stat : 10687 (java) S 10682 10684 9972 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 286243210 9856004096 50159 33554432000 1073741824 1073778376 140736147398464 139862935415336 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10684/tid=10688] ppid=10682 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/10684/task/10688/stat : 10688 (java) S 10682 10684 9972 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 286243210 9856004096 50159 33554432000 1073741824 1073778376 140736147398464 139862934362536 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10684/tid=10689] ppid=10682 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/10684/task/10689/stat : 10689 (java) S 10682 10684 9972 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 286243210 9856004096 50159 33554432000 1073741824 1073778376 140736147398464 139862933309736 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10684/tid=10690] ppid=10682 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/10684/task/10690/stat : 10690 (java) S 10682 10684 9972 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 286243210 9856004096 50159 33554432000 1073741824 1073778376 140736147398464 139862932256936 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10684/tid=10691] ppid=10682 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/10684/task/10691/stat : 10691 (java) S 10682 10684 9972 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 286243210 9856004096 50159 33554432000 1073741824 1073778376 140736147398464 139862931205160 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10684/tid=10692] ppid=10682 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/10684/task/10692/stat : 10692 (java) S 10682 10684 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 286243210 9856004096 50159 33554432000 1073741824 1073778376 140736147398464 139862930152360 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10684/tid=10693] ppid=10682 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/10684/task/10693/stat : 10693 (java) S 10682 10684 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 286243210 9856004096 50159 33554432000 1073741824 1073778376 140736147398464 139862929099560 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10684/tid=10694] ppid=10682 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/10684/task/10694/stat : 10694 (java) S 10682 10684 9972 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 286243210 9856004096 50159 33554432000 1073741824 1073778376 140736147398464 139862928046760 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10684/tid=10695] ppid=10682 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/10684/task/10695/stat : 10695 (java) S 10682 10684 9972 0 -1 4202560 98 0 0 0 0 0 0 0 20 0 19 0 286243211 9856004096 50159 33554432000 1073741824 1073778376 140736147398464 139862316390888 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10684/tid=10696] ppid=10682 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/10684/task/10696/stat : 10696 (java) S 10682 10684 9972 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 286243212 9856004096 50159 33554432000 1073741824 1073778376 140736147398464 139862315336952 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10684/tid=10697] ppid=10682 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/10684/task/10697/stat : 10697 (java) S 10682 10684 9972 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 286243212 9856004096 50159 33554432000 1073741824 1073778376 140736147398464 139862314284040 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10684/tid=10698] ppid=10682 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/10684/task/10698/stat : 10698 (java) S 10682 10684 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 286243214 9856004096 50159 33554432000 1073741824 1073778376 140736147398464 139862313232528 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10684/tid=10699] ppid=10682 vsize=9625004 CPUtime=0.45 cores=0,2,4,6
/proc/10684/task/10699/stat : 10699 (java) S 10682 10684 9972 0 -1 4202560 2953 0 0 0 45 0 0 0 20 0 19 0 286243215 9856004096 50159 33554432000 1073741824 1073778376 140736147398464 139862312180664 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10684/tid=10700] ppid=10682 vsize=9625004 CPUtime=0.43 cores=0,2,4,6
/proc/10684/task/10700/stat : 10700 (java) S 10682 10684 9972 0 -1 4202560 2469 0 0 0 43 0 0 0 20 0 19 0 286243215 9856004096 50159 33554432000 1073741824 1073778376 140736147398464 139862311127864 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10684/tid=10701] ppid=10682 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/10684/task/10701/stat : 10701 (java) S 10682 10684 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 286243215 9856004096 50159 33554432000 1073741824 1073778376 140736147398464 139862310075256 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10684/tid=10702] ppid=10682 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/10684/task/10702/stat : 10702 (java) S 10682 10684 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 286243215 9856004096 50159 33554432000 1073741824 1073778376 140736147398464 139862309022664 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10684/tid=10703] ppid=10682 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/10684/task/10703/stat : 10703 (java) S 10682 10684 9972 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 286243339 9856004096 50159 33554432000 1073741824 1073778376 140736147398464 139862307968168 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 7.22
Current children cumulated vsize (KiB) 9625004

[startup+12.7007 s]
/proc/loadavg: 2.33 2.11 2.04 3/213 10703
/proc/meminfo: memFree=30633656/32873844 swapFree=6872/6872

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

/proc/10684/task/10694/stat : 10694 (java) S 10682 10684 9972 0 -1 4202560 136 0 0 0 8 2 0 0 20 0 19 0 286243210 9856004096 78739 33554432000 1073741824 1073778376 140736147398464 139862928046760 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10684/tid=10695] ppid=10682 vsize=9625004 CPUtime=0.33 cores=0,2,4,6
/proc/10684/task/10695/stat : 10695 (java) S 10682 10684 9972 0 -1 4202560 140 0 0 0 32 1 0 0 20 0 19 0 286243211 9856004096 78739 33554432000 1073741824 1073778376 140736147398464 139862316390888 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10684/tid=10696] ppid=10682 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/10684/task/10696/stat : 10696 (java) S 10682 10684 9972 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 286243212 9856004096 78739 33554432000 1073741824 1073778376 140736147398464 139862315336952 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10684/tid=10697] ppid=10682 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/10684/task/10697/stat : 10697 (java) S 10682 10684 9972 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 286243212 9856004096 78739 33554432000 1073741824 1073778376 140736147398464 139862314284040 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10684/tid=10698] ppid=10682 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/10684/task/10698/stat : 10698 (java) S 10682 10684 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 286243214 9856004096 78739 33554432000 1073741824 1073778376 140736147398464 139862313232528 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10684/tid=10699] ppid=10682 vsize=9625004 CPUtime=0.46 cores=0,2,4,6
/proc/10684/task/10699/stat : 10699 (java) S 10682 10684 9972 0 -1 4202560 2959 0 0 0 46 0 0 0 20 0 19 0 286243215 9856004096 78739 33554432000 1073741824 1073778376 140736147398464 139862312180664 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10684/tid=10700] ppid=10682 vsize=9625004 CPUtime=0.53 cores=0,2,4,6
/proc/10684/task/10700/stat : 10700 (java) S 10682 10684 9972 0 -1 4202560 2752 0 0 0 51 2 0 0 20 0 19 0 286243215 9856004096 78739 33554432000 1073741824 1073778376 140736147398464 139862311127864 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10684/tid=10701] ppid=10682 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/10684/task/10701/stat : 10701 (java) S 10682 10684 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 286243215 9856004096 78739 33554432000 1073741824 1073778376 140736147398464 139862310075256 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10684/tid=10702] ppid=10682 vsize=9625004 CPUtime=0.02 cores=0,2,4,6
/proc/10684/task/10702/stat : 10702 (java) S 10682 10684 9972 0 -1 4202560 7 0 0 0 2 0 0 0 20 0 19 0 286243215 9856004096 78739 33554432000 1073741824 1073778376 140736147398464 139862309022664 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10684/tid=10703] ppid=10682 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/10684/task/10703/stat : 10703 (java) S 10682 10684 9972 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 286243339 9856004096 78739 33554432000 1073741824 1073778376 140736147398464 139862307968168 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 106.24
Current children cumulated vsize (KiB) 9625004

[startup+105.501 s]
/proc/loadavg: 2.08 2.09 2.03 3/213 10703
/proc/meminfo: memFree=30545176/32873844 swapFree=6872/6872
[pid=10684] ppid=10682 vsize=9625004 CPUtime=107.04 cores=0,2,4,6
/proc/10684/stat : 10684 (java) S 10682 10684 9972 0 -1 4202496 10250 0 1 0 10685 19 0 0 20 0 19 0 286243208 9856004096 78739 33554432000 1073741824 1073778376 140736147398464 140736147389600 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10684/statm: 2406251 78739 2277 9 0 2396937 0
[pid=10684/tid=10686] ppid=10682 vsize=9625004 CPUtime=104.55 cores=0,2,4,6
/proc/10684/task/10686/stat : 10686 (java) R 10682 10684 9972 0 -1 4202560 2599 0 1 0 10451 4 0 0 20 0 19 0 286243209 9856004096 78739 33554432000 1073741824 1073778376 140736147398464 139862962962736 139862808939556 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=10684/tid=10687] ppid=10682 vsize=9625004 CPUtime=0.1 cores=0,2,4,6
/proc/10684/task/10687/stat : 10687 (java) S 10682 10684 9972 0 -1 4202560 50 0 0 0 8 2 0 0 20 0 19 0 286243210 9856004096 78739 33554432000 1073741824 1073778376 140736147398464 139862935415336 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10684/tid=10688] ppid=10682 vsize=9625004 CPUtime=0.09 cores=0,2,4,6
/proc/10684/task/10688/stat : 10688 (java) S 10682 10684 9972 0 -1 4202560 33 0 0 0 9 0 0 0 20 0 19 0 286243210 9856004096 78739 33554432000 1073741824 1073778376 140736147398464 139862934362536 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10684/tid=10689] ppid=10682 vsize=9625004 CPUtime=0.1 cores=0,2,4,6
/proc/10684/task/10689/stat : 10689 (java) S 10682 10684 9972 0 -1 4202560 156 0 0 0 8 2 0 0 20 0 19 0 286243210 9856004096 78739 33554432000 1073741824 1073778376 140736147398464 139862933309736 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10684/tid=10690] ppid=10682 vsize=9625004 CPUtime=0.08 cores=0,2,4,6
/proc/10684/task/10690/stat : 10690 (java) S 10682 10684 9972 0 -1 4202560 36 0 0 0 8 0 0 0 20 0 19 0 286243210 9856004096 78739 33554432000 1073741824 1073778376 140736147398464 139862932256936 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10684/tid=10691] ppid=10682 vsize=9625004 CPUtime=0.08 cores=0,2,4,6
/proc/10684/task/10691/stat : 10691 (java) S 10682 10684 9972 0 -1 4202560 36 0 0 0 7 1 0 0 20 0 19 0 286243210 9856004096 78739 33554432000 1073741824 1073778376 140736147398464 139862931205160 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10684/tid=10692] ppid=10682 vsize=9625004 CPUtime=0.07 cores=0,2,4,6
/proc/10684/task/10692/stat : 10692 (java) S 10682 10684 9972 0 -1 4202560 144 0 0 0 7 0 0 0 20 0 19 0 286243210 9856004096 78739 33554432000 1073741824 1073778376 140736147398464 139862930152360 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10684/tid=10693] ppid=10682 vsize=9625004 CPUtime=0.08 cores=0,2,4,6
/proc/10684/task/10693/stat : 10693 (java) S 10682 10684 9972 0 -1 4202560 23 0 0 0 6 2 0 0 20 0 19 0 286243210 9856004096 78739 33554432000 1073741824 1073778376 140736147398464 139862929099560 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10684/tid=10694] ppid=10682 vsize=9625004 CPUtime=0.1 cores=0,2,4,6
/proc/10684/task/10694/stat : 10694 (java) S 10682 10684 9972 0 -1 4202560 136 0 0 0 8 2 0 0 20 0 19 0 286243210 9856004096 78739 33554432000 1073741824 1073778376 140736147398464 139862928046760 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10684/tid=10695] ppid=10682 vsize=9625004 CPUtime=0.33 cores=0,2,4,6
/proc/10684/task/10695/stat : 10695 (java) S 10682 10684 9972 0 -1 4202560 140 0 0 0 32 1 0 0 20 0 19 0 286243211 9856004096 78739 33554432000 1073741824 1073778376 140736147398464 139862316390888 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10684/tid=10696] ppid=10682 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/10684/task/10696/stat : 10696 (java) S 10682 10684 9972 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 286243212 9856004096 78739 33554432000 1073741824 1073778376 140736147398464 139862315336952 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10684/tid=10697] ppid=10682 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/10684/task/10697/stat : 10697 (java) S 10682 10684 9972 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 286243212 9856004096 78739 33554432000 1073741824 1073778376 140736147398464 139862314284040 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10684/tid=10698] ppid=10682 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/10684/task/10698/stat : 10698 (java) S 10682 10684 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 286243214 9856004096 78739 33554432000 1073741824 1073778376 140736147398464 139862313232528 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10684/tid=10699] ppid=10682 vsize=9625004 CPUtime=0.46 cores=0,2,4,6
/proc/10684/task/10699/stat : 10699 (java) S 10682 10684 9972 0 -1 4202560 2959 0 0 0 46 0 0 0 20 0 19 0 286243215 9856004096 78739 33554432000 1073741824 1073778376 140736147398464 139862312180664 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10684/tid=10700] ppid=10682 vsize=9625004 CPUtime=0.53 cores=0,2,4,6
/proc/10684/task/10700/stat : 10700 (java) S 10682 10684 9972 0 -1 4202560 2752 0 0 0 51 2 0 0 20 0 19 0 286243215 9856004096 78739 33554432000 1073741824 1073778376 140736147398464 139862311127864 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10684/tid=10701] ppid=10682 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/10684/task/10701/stat : 10701 (java) S 10682 10684 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 286243215 9856004096 78739 33554432000 1073741824 1073778376 140736147398464 139862310075256 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10684/tid=10702] ppid=10682 vsize=9625004 CPUtime=0.02 cores=0,2,4,6
/proc/10684/task/10702/stat : 10702 (java) S 10682 10684 9972 0 -1 4202560 7 0 0 0 2 0 0 0 20 0 19 0 286243215 9856004096 78739 33554432000 1073741824 1073778376 140736147398464 139862309022664 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10684/tid=10703] ppid=10682 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/10684/task/10703/stat : 10703 (java) S 10682 10684 9972 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 286243339 9856004096 78739 33554432000 1073741824 1073778376 140736147398464 139862307968168 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 107.04
Current children cumulated vsize (KiB) 9625004

[startup+105.901 s]
/proc/loadavg: 2.08 2.09 2.03 3/213 10703
/proc/meminfo: memFree=30545176/32873844 swapFree=6872/6872
[pid=10684] ppid=10682 vsize=9625004 CPUtime=107.44 cores=0,2,4,6
/proc/10684/stat : 10684 (java) S 10682 10684 9972 0 -1 4202496 10250 0 1 0 10725 19 0 0 20 0 19 0 286243208 9856004096 78739 33554432000 1073741824 1073778376 140736147398464 140736147389600 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10684/statm: 2406251 78739 2277 9 0 2396937 0
[pid=10684/tid=10686] ppid=10682 vsize=9625004 CPUtime=104.95 cores=0,2,4,6
/proc/10684/task/10686/stat : 10686 (java) R 10682 10684 9972 0 -1 4202560 2599 0 1 0 10491 4 0 0 20 0 19 0 286243209 9856004096 78739 33554432000 1073741824 1073778376 140736147398464 139862962962736 139862808971019 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=10684/tid=10687] ppid=10682 vsize=9625004 CPUtime=0.1 cores=0,2,4,6
/proc/10684/task/10687/stat : 10687 (java) S 10682 10684 9972 0 -1 4202560 50 0 0 0 8 2 0 0 20 0 19 0 286243210 9856004096 78739 33554432000 1073741824 1073778376 140736147398464 139862935415336 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10684/tid=10688] ppid=10682 vsize=9625004 CPUtime=0.09 cores=0,2,4,6
/proc/10684/task/10688/stat : 10688 (java) S 10682 10684 9972 0 -1 4202560 33 0 0 0 9 0 0 0 20 0 19 0 286243210 9856004096 78739 33554432000 1073741824 1073778376 140736147398464 139862934362536 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10684/tid=10689] ppid=10682 vsize=9625004 CPUtime=0.1 cores=0,2,4,6
/proc/10684/task/10689/stat : 10689 (java) S 10682 10684 9972 0 -1 4202560 156 0 0 0 8 2 0 0 20 0 19 0 286243210 9856004096 78739 33554432000 1073741824 1073778376 140736147398464 139862933309736 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10684/tid=10690] ppid=10682 vsize=9625004 CPUtime=0.08 cores=0,2,4,6
/proc/10684/task/10690/stat : 10690 (java) S 10682 10684 9972 0 -1 4202560 36 0 0 0 8 0 0 0 20 0 19 0 286243210 9856004096 78739 33554432000 1073741824 1073778376 140736147398464 139862932256936 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10684/tid=10691] ppid=10682 vsize=9625004 CPUtime=0.08 cores=0,2,4,6
/proc/10684/task/10691/stat : 10691 (java) S 10682 10684 9972 0 -1 4202560 36 0 0 0 7 1 0 0 20 0 19 0 286243210 9856004096 78739 33554432000 1073741824 1073778376 140736147398464 139862931205160 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10684/tid=10692] ppid=10682 vsize=9625004 CPUtime=0.07 cores=0,2,4,6
/proc/10684/task/10692/stat : 10692 (java) S 10682 10684 9972 0 -1 4202560 144 0 0 0 7 0 0 0 20 0 19 0 286243210 9856004096 78739 33554432000 1073741824 1073778376 140736147398464 139862930152360 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10684/tid=10693] ppid=10682 vsize=9625004 CPUtime=0.08 cores=0,2,4,6
/proc/10684/task/10693/stat : 10693 (java) S 10682 10684 9972 0 -1 4202560 23 0 0 0 6 2 0 0 20 0 19 0 286243210 9856004096 78739 33554432000 1073741824 1073778376 140736147398464 139862929099560 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10684/tid=10694] ppid=10682 vsize=9625004 CPUtime=0.1 cores=0,2,4,6
/proc/10684/task/10694/stat : 10694 (java) S 10682 10684 9972 0 -1 4202560 136 0 0 0 8 2 0 0 20 0 19 0 286243210 9856004096 78739 33554432000 1073741824 1073778376 140736147398464 139862928046760 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10684/tid=10695] ppid=10682 vsize=9625004 CPUtime=0.33 cores=0,2,4,6
/proc/10684/task/10695/stat : 10695 (java) S 10682 10684 9972 0 -1 4202560 140 0 0 0 32 1 0 0 20 0 19 0 286243211 9856004096 78739 33554432000 1073741824 1073778376 140736147398464 139862316390888 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10684/tid=10696] ppid=10682 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/10684/task/10696/stat : 10696 (java) S 10682 10684 9972 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 286243212 9856004096 78739 33554432000 1073741824 1073778376 140736147398464 139862315336952 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10684/tid=10697] ppid=10682 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/10684/task/10697/stat : 10697 (java) S 10682 10684 9972 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 286243212 9856004096 78739 33554432000 1073741824 1073778376 140736147398464 139862314284040 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10684/tid=10698] ppid=10682 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/10684/task/10698/stat : 10698 (java) S 10682 10684 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 286243214 9856004096 78739 33554432000 1073741824 1073778376 140736147398464 139862313232528 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10684/tid=10699] ppid=10682 vsize=9625004 CPUtime=0.46 cores=0,2,4,6
/proc/10684/task/10699/stat : 10699 (java) S 10682 10684 9972 0 -1 4202560 2959 0 0 0 46 0 0 0 20 0 19 0 286243215 9856004096 78739 33554432000 1073741824 1073778376 140736147398464 139862312180664 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10684/tid=10700] ppid=10682 vsize=9625004 CPUtime=0.53 cores=0,2,4,6
/proc/10684/task/10700/stat : 10700 (java) S 10682 10684 9972 0 -1 4202560 2752 0 0 0 51 2 0 0 20 0 19 0 286243215 9856004096 78739 33554432000 1073741824 1073778376 140736147398464 139862311127864 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10684/tid=10701] ppid=10682 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/10684/task/10701/stat : 10701 (java) S 10682 10684 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 286243215 9856004096 78739 33554432000 1073741824 1073778376 140736147398464 139862310075256 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10684/tid=10702] ppid=10682 vsize=9625004 CPUtime=0.02 cores=0,2,4,6
/proc/10684/task/10702/stat : 10702 (java) S 10682 10684 9972 0 -1 4202560 7 0 0 0 2 0 0 0 20 0 19 0 286243215 9856004096 78739 33554432000 1073741824 1073778376 140736147398464 139862309022664 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10684/tid=10703] ppid=10682 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/10684/task/10703/stat : 10703 (java) S 10682 10684 9972 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 286243339 9856004096 78739 33554432000 1073741824 1073778376 140736147398464 139862307968168 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 107.44
Current children cumulated vsize (KiB) 9625004

[startup+106.001 s]
/proc/loadavg: 2.08 2.09 2.03 3/213 10703
/proc/meminfo: memFree=30545176/32873844 swapFree=6872/6872
[pid=10684] ppid=10682 vsize=9625004 CPUtime=107.54 cores=0,2,4,6
/proc/10684/stat : 10684 (java) S 10682 10684 9972 0 -1 4202496 10250 0 1 0 10735 19 0 0 20 0 19 0 286243208 9856004096 78739 33554432000 1073741824 1073778376 140736147398464 140736147389600 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10684/statm: 2406251 78739 2277 9 0 2396937 0
[pid=10684/tid=10686] ppid=10682 vsize=9625004 CPUtime=105.05 cores=0,2,4,6
/proc/10684/task/10686/stat : 10686 (java) R 10682 10684 9972 0 -1 4202560 2599 0 1 0 10501 4 0 0 20 0 19 0 286243209 9856004096 78739 33554432000 1073741824 1073778376 140736147398464 139862962962736 139862808939691 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=10684/tid=10687] ppid=10682 vsize=9625004 CPUtime=0.1 cores=0,2,4,6
/proc/10684/task/10687/stat : 10687 (java) S 10682 10684 9972 0 -1 4202560 50 0 0 0 8 2 0 0 20 0 19 0 286243210 9856004096 78739 33554432000 1073741824 1073778376 140736147398464 139862935415336 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10684/tid=10688] ppid=10682 vsize=9625004 CPUtime=0.09 cores=0,2,4,6
/proc/10684/task/10688/stat : 10688 (java) S 10682 10684 9972 0 -1 4202560 33 0 0 0 9 0 0 0 20 0 19 0 286243210 9856004096 78739 33554432000 1073741824 1073778376 140736147398464 139862934362536 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10684/tid=10689] ppid=10682 vsize=9625004 CPUtime=0.1 cores=0,2,4,6
/proc/10684/task/10689/stat : 10689 (java) S 10682 10684 9972 0 -1 4202560 156 0 0 0 8 2 0 0 20 0 19 0 286243210 9856004096 78739 33554432000 1073741824 1073778376 140736147398464 139862933309736 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10684/tid=10690] ppid=10682 vsize=9625004 CPUtime=0.08 cores=0,2,4,6
/proc/10684/task/10690/stat : 10690 (java) S 10682 10684 9972 0 -1 4202560 36 0 0 0 8 0 0 0 20 0 19 0 286243210 9856004096 78739 33554432000 1073741824 1073778376 140736147398464 139862932256936 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10684/tid=10691] ppid=10682 vsize=9625004 CPUtime=0.08 cores=0,2,4,6
/proc/10684/task/10691/stat : 10691 (java) S 10682 10684 9972 0 -1 4202560 36 0 0 0 7 1 0 0 20 0 19 0 286243210 9856004096 78739 33554432000 1073741824 1073778376 140736147398464 139862931205160 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10684/tid=10692] ppid=10682 vsize=9625004 CPUtime=0.07 cores=0,2,4,6
/proc/10684/task/10692/stat : 10692 (java) S 10682 10684 9972 0 -1 4202560 144 0 0 0 7 0 0 0 20 0 19 0 286243210 9856004096 78739 33554432000 1073741824 1073778376 140736147398464 139862930152360 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10684/tid=10693] ppid=10682 vsize=9625004 CPUtime=0.08 cores=0,2,4,6
/proc/10684/task/10693/stat : 10693 (java) S 10682 10684 9972 0 -1 4202560 23 0 0 0 6 2 0 0 20 0 19 0 286243210 9856004096 78739 33554432000 1073741824 1073778376 140736147398464 139862929099560 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10684/tid=10694] ppid=10682 vsize=9625004 CPUtime=0.1 cores=0,2,4,6
/proc/10684/task/10694/stat : 10694 (java) S 10682 10684 9972 0 -1 4202560 136 0 0 0 8 2 0 0 20 0 19 0 286243210 9856004096 78739 33554432000 1073741824 1073778376 140736147398464 139862928046760 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10684/tid=10695] ppid=10682 vsize=9625004 CPUtime=0.33 cores=0,2,4,6
/proc/10684/task/10695/stat : 10695 (java) S 10682 10684 9972 0 -1 4202560 140 0 0 0 32 1 0 0 20 0 19 0 286243211 9856004096 78739 33554432000 1073741824 1073778376 140736147398464 139862316390888 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10684/tid=10696] ppid=10682 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/10684/task/10696/stat : 10696 (java) S 10682 10684 9972 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 286243212 9856004096 78739 33554432000 1073741824 1073778376 140736147398464 139862315336952 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10684/tid=10697] ppid=10682 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/10684/task/10697/stat : 10697 (java) S 10682 10684 9972 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 286243212 9856004096 78739 33554432000 1073741824 1073778376 140736147398464 139862314284040 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10684/tid=10698] ppid=10682 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/10684/task/10698/stat : 10698 (java) S 10682 10684 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 286243214 9856004096 78739 33554432000 1073741824 1073778376 140736147398464 139862313232528 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10684/tid=10699] ppid=10682 vsize=9625004 CPUtime=0.46 cores=0,2,4,6
/proc/10684/task/10699/stat : 10699 (java) S 10682 10684 9972 0 -1 4202560 2959 0 0 0 46 0 0 0 20 0 19 0 286243215 9856004096 78739 33554432000 1073741824 1073778376 140736147398464 139862312180664 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10684/tid=10700] ppid=10682 vsize=9625004 CPUtime=0.53 cores=0,2,4,6
/proc/10684/task/10700/stat : 10700 (java) S 10682 10684 9972 0 -1 4202560 2752 0 0 0 51 2 0 0 20 0 19 0 286243215 9856004096 78739 33554432000 1073741824 1073778376 140736147398464 139862311127864 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10684/tid=10701] ppid=10682 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/10684/task/10701/stat : 10701 (java) S 10682 10684 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 286243215 9856004096 78739 33554432000 1073741824 1073778376 140736147398464 139862310075256 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10684/tid=10702] ppid=10682 vsize=9625004 CPUtime=0.02 cores=0,2,4,6
/proc/10684/task/10702/stat : 10702 (java) S 10682 10684 9972 0 -1 4202560 7 0 0 0 2 0 0 0 20 0 19 0 286243215 9856004096 78739 33554432000 1073741824 1073778376 140736147398464 139862309022664 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10684/tid=10703] ppid=10682 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/10684/task/10703/stat : 10703 (java) S 10682 10684 9972 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 286243339 9856004096 78739 33554432000 1073741824 1073778376 140736147398464 139862307968168 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 107.54
Current children cumulated vsize (KiB) 9625004

Child status: 20

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 10684 and gives
#  childrusage.ru_utime.tv_sec=107
#  childrusage.ru_utime.tv_usec=134713
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=300954
# CPU time returned by wait4() is 107.436
# while last known CPU time is 107.54
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 106.075
CPU time (s): 107.54
CPU user time (s): 107.35
CPU system time (s): 0.19
CPU usage (%): 101.381
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 107.135
system time used= 0.300954
maximum resident set size= 315040
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10276
page faults= 1
swaps= 0
block input operations= 0
block output operations= 176
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3074
involuntary context switches= 3531

runsolver used 0.45693 second user time and 1.17782 second system time

The end

Launcher Data

Begin job on node106 at 2012-05-28 12:32:27
IDJOB=3711089
IDBENCH=89844
IDSOLVER=2289
FILE ID=node106/3711089-1338201147
RUNJOBID= node106-1338195726-9988
PBS_JOBID= 14624610
Free space on /tmp= 71324 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB11/normalized-PB11/OPT-SMALLINT-LIN/heinz/normalized-neos-859770.opb
COMMAND LINE= java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3711089-1338201147/watcher-3711089-1338201147 -o /tmp/evaluation-result-3711089-1338201147/solver-3711089-1338201147 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3711089-1338201147.opb

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

MD5SUM BENCH= cbc412f006cacd8e2fcdc61d20cbc351
RANDOM SEED=1713375500

node106.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		: 2667.065
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	: 5334.13
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		: 2667.065
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		: 2667.065
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
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		: 2667.065
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.92
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		: 2667.065
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		: 2667.065
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		: 2667.065
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		: 2667.065
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:       32873844 kB
MemFree:        30854872 kB
Buffers:          297152 kB
Cached:           558892 kB
SwapCached:            0 kB
Active:           986172 kB
Inactive:         173912 kB
Active(anon):     295532 kB
Inactive(anon):    11256 kB
Active(file):     690640 kB
Inactive(file):   162656 kB
Unevictable:        6872 kB
Mlocked:            6872 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              8252 kB
Writeback:             0 kB
AnonPages:        313012 kB
Mapped:            18688 kB
Shmem:               200 kB
Slab:             716332 kB
SReclaimable:     158512 kB
SUnreclaim:       557820 kB
KernelStack:        1600 kB
PageTables:         4296 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     696868 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    251904 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= 71324 MiB
End job on node106 at 2012-05-28 12:34:13