Trace number 4099930

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 2.3.6 Res+CP PB16? (TO) 1802.21 900.766

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/
pub/fctp/normalized-reduced-mps-v2-20-10-n3707.opb
MD5SUMd04a5226e9b4ce46849c897b37a2f22b
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables155000
Total number of constraints5150
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints5150
Minimum length of a constraint31
Maximum length of a constraint3000
Number of terms in the objective function 155000
Biggest coefficient in the objective function 76
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 656007
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262143
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 656007
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.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 >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@16fd0b7
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 Glucose 2.1 dynamic restart strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
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@75786e64
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 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4099930-1466207047.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  objective function found
3.34/1.93	c ... done. Wall clock time 1.819s.
3.34/1.93	c declared #vars     155000
3.34/1.93	c #constraints  5300
3.34/1.93	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
3.34/1.93	c constraints type 
3.34/1.93	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
3.34/1.93	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 5270
3.34/1.93	c 5300 constraints processed.
3.34/1.93	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
3.34/1.93	c constraints type 
3.34/1.93	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 30
3.34/1.93	c org.sat4j.pb.constraints.pb.MaxWatchPb => 5270
3.34/1.93	c 5300 constraints processed.
3.34/1.93	c objective function length is 155000 literals
10.89/5.04	c cleaning 2501 clauses out of 5001 with flag 10026/5001
18.42/8.62	c cleaning 4246 clauses out of 8499 with flag 22177/11000
26.78/12.71	c cleaning 5627 clauses out of 11256 with flag 36312/18003
36.19/17.47	c cleaning 6809 clauses out of 13627 with flag 52464/26001
47.67/23.37	c cleaning 7908 clauses out of 15817 with flag 70655/35000
58.07/28.57	c cleaning 8957 clauses out of 17913 with flag 90720/45004
71.68/35.31	c cleaning 9976 clauses out of 19952 with flag 112782/56000
86.61/42.71	c cleaning 10993 clauses out of 21985 with flag 137027/68009
99.58/49.18	c cleaning 11991 clauses out of 23984 with flag 163041/81001
117.38/58.08	c cleaning 12994 clauses out of 25992 with flag 191209/95000
132.38/65.55	c cleaning 14000 clauses out of 28002 with flag 221233/110004
152.78/75.71	c cleaning 14996 clauses out of 29998 with flag 253313/126000
172.18/85.42	c cleaning 16002 clauses out of 32004 with flag 287317/143002
197.52/98.24	c cleaning 17001 clauses out of 34001 with flag 323527/161001
215.52/107.26	c cleaning 18000 clauses out of 36003 with flag 361559/180004
241.32/120.10	c cleaning 18993 clauses out of 38002 with flag 401653/200003
266.31/132.62	c cleaning 20002 clauses out of 40010 with flag 443671/221004
301.46/150.04	c cleaning 20993 clauses out of 42005 with flag 487844/243001
325.45/162.03	c cleaning 22006 clauses out of 44012 with flag 533863/266001
352.65/175.67	c cleaning 22995 clauses out of 46010 with flag 581903/290005
391.24/194.93	c cleaning 23996 clauses out of 48010 with flag 631971/315000
428.37/214.22	c cleaning 25009 clauses out of 50018 with flag 683979/341004
458.78/229.40	c cleaning 26002 clauses out of 52006 with flag 737986/368001
489.57/244.81	c cleaning 27001 clauses out of 54006 with flag 793990/396003
530.57/265.34	c cleaning 27992 clauses out of 56002 with flag 851984/425000
563.39/281.64	c cleaning 29005 clauses out of 58013 with flag 911990/455003
596.59/298.22	c cleaning 30001 clauses out of 60005 with flag 973984/486000
633.37/316.69	c cleaning 30995 clauses out of 62004 with flag 1037984/518000
672.78/336.33	c cleaning 32003 clauses out of 64009 with flag 1103984/551000
716.12/358.38	c cleaning 33002 clauses out of 66008 with flag 1171988/585002
757.91/379.24	c cleaning 33992 clauses out of 68007 with flag 1241990/620003
801.90/401.21	c cleaning 35006 clauses out of 70015 with flag 1313990/656003
850.12/425.25	c cleaning 35993 clauses out of 72008 with flag 1387988/693002
902.52/451.43	c cleaning 37006 clauses out of 74016 with flag 1463990/731003
956.73/478.58	c cleaning 37994 clauses out of 76008 with flag 1541986/770001
1013.24/506.95	c cleaning 39005 clauses out of 78014 with flag 1621986/810001
1066.04/533.39	c cleaning 39995 clauses out of 80008 with flag 1703984/851000
1130.03/565.25	c cleaning 41003 clauses out of 82014 with flag 1787986/893001
1190.84/595.68	c cleaning 41996 clauses out of 84013 with flag 1873990/936003
1267.73/633.96	c cleaning 43004 clauses out of 86015 with flag 1961986/980001
1341.02/670.77	c cleaning 43995 clauses out of 88011 with flag 2051986/1025001
1410.80/705.61	c cleaning 45004 clauses out of 90015 with flag 2143984/1071000
1476.12/738.25	c cleaning 45991 clauses out of 92011 with flag 2237984/1118000
1555.51/777.86	c cleaning 47007 clauses out of 94020 with flag 2333984/1166000
1633.40/816.69	c cleaning 48004 clauses out of 96020 with flag 2431998/1215007
1717.30/858.38	c cleaning 48997 clauses out of 98011 with flag 2531988/1265002
1801.68/900.72	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1801.68/900.72	c starts		: 1
1801.68/900.72	c conflicts		: 1313213
1801.68/900.72	c decisions		: 1322021
1801.68/900.72	c propagations		: 169750456
1801.68/900.72	c inspects		: 7034691231
1801.68/900.72	c shortcuts		: 0
1801.68/900.72	c learnt literals	: 0
1801.68/900.72	c learnt binary clauses	: 0
1801.68/900.72	c learnt ternary clauses	: 0
1801.68/900.72	c learnt constraints	: 1313213
1801.68/900.72	c ignored constraints	: 0
1801.68/900.72	c root simplifications	: 0
1801.68/900.72	c removed literals (reason simplification)	: 8292718
1801.68/900.72	c reason swapping (by a shorter reason)	: 0
1801.68/900.72	c Calls to reduceDB	: 46
1801.68/900.72	c Number of update (reduction) of LBD	: 288
1801.68/900.72	c Imported unit clauses	: 0
1801.68/900.72	c number of reductions to clauses (during analyze)	: 0
1801.68/900.72	c number of learned constraints concerned by reduction	: 0
1801.68/900.72	c number of learning phase by resolution	: 0
1801.68/900.72	c number of learning phase by cutting planes	: 0
1801.68/900.72	c speed (assignments/second)	: 188896.64182177107
1801.68/900.72	c non guided choices	2526
1801.68/900.74	c learnt constraints type 
1801.68/900.74	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 97225
1801.68/900.74	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1801.68/900.74	c starts		: 1
1801.68/900.74	c conflicts		: 126
1801.68/900.74	c decisions		: 503128
1801.68/900.74	c propagations		: 2083529
1801.68/900.74	c inspects		: 5328336
1801.68/900.74	c shortcuts		: 0
1801.68/900.74	c learnt literals	: 0
1801.68/900.74	c learnt binary clauses	: 0
1801.68/900.74	c learnt ternary clauses	: 0
1801.68/900.74	c learnt constraints	: 125
1801.68/900.74	c ignored constraints	: 0
1801.68/900.74	c root simplifications	: 0
1801.68/900.74	c removed literals (reason simplification)	: 0
1801.68/900.74	c reason swapping (by a shorter reason)	: 0
1801.68/900.74	c Calls to reduceDB	: 0
1801.68/900.74	c Number of update (reduction) of LBD	: 0
1801.68/900.74	c Imported unit clauses	: 0
1801.68/900.74	c number of reductions to clauses (during analyze)	: 0
1801.68/900.74	c number of learned constraints concerned by reduction	: 0
1801.68/900.74	c number of learning phase by resolution	: 0
1801.68/900.74	c number of learning phase by cutting planes	: 0
1801.68/900.74	c speed (assignments/second)	: 2318.476447789661
1801.68/900.74	c non guided choices	0
1801.68/900.74	c learnt constraints type 
1801.68/900.74	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 2
1801.68/900.74	c org.sat4j.pb.constraints.pb.MaxWatchPb => 123
1801.68/900.74	s UNKNOWN
1801.68/900.74	c Total wall clock time (in seconds): 900.637

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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-4099930-1466207047/watcher-4099930-1466207047 -o /tmp/evaluation-result-4099930-1466207047/solver-4099930-1466207047 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node105-1466206102-13555 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4099930-1466207047.opb 

pid=14661
running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 3.85 3.75 2.44 4/197 14664
/proc/meminfo: memFree=31675412/32872528 swapFree=163656/177964
[pid=14664] ppid=14661 vsize=92900 CPUtime=0 cores=1,3,5,7
/proc/14664/stat : 14664 (java) S 14661 14664 13538 0 -1 4202496 1292 0 0 0 0 0 0 0 20 0 2 0 22754676 95129600 926 33554432000 1073741824 1073778376 140733969789008 140733969780144 224925876285 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14664/statm: 23225 926 703 9 0 16769 0
[pid=14664/tid=14665] ppid=14661 vsize=92900 CPUtime=0 cores=1,3,5,7
/proc/14664/task/14665/stat : 14665 (java) R 14661 14664 13538 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 2 0 22754677 95129600 926 33554432000 1073741824 1073778376 140733969789008 140243861773864 224913354023 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0

[startup+0.100166 s]
/proc/loadavg: 3.85 3.75 2.44 4/197 14664
/proc/meminfo: memFree=31675412/32872528 swapFree=163656/177964
[pid=14664] ppid=14661 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/14664/stat : 14664 (java) S 14661 14664 13538 0 -1 4202496 4464 0 1 0 9 1 0 0 20 0 18 0 22754676 9787879424 6097 33554432000 1073741824 1073778376 140733969789008 140733969780144 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14664/statm: 2389619 6097 2156 9 0 2380296 0
[pid=14664/tid=14665] ppid=14661 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/14664/task/14665/stat : 14665 (java) R 14661 14664 13538 0 -1 4202560 2390 0 1 0 6 1 0 0 20 0 18 0 22754677 9787879424 6097 33554432000 1073741824 1073778376 140733969789008 140243861777672 224925902093 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200286 s]
/proc/loadavg: 3.85 3.75 2.44 4/197 14664
/proc/meminfo: memFree=31675412/32872528 swapFree=163656/177964
[pid=14664] ppid=14661 vsize=9558476 CPUtime=0.3 cores=1,3,5,7
/proc/14664/stat : 14664 (java) S 14661 14664 13538 0 -1 4202496 5014 0 1 0 28 2 0 0 20 0 18 0 22754676 9787879424 8964 33554432000 1073741824 1073778376 140733969789008 140733969780144 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14664/statm: 2389619 8964 2223 9 0 2380296 0
[pid=14664/tid=14665] ppid=14661 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/14664/task/14665/stat : 14665 (java) R 14661 14664 13538 0 -1 4202560 2409 0 1 0 15 2 0 0 20 0 18 0 22754677 9787879424 8964 33554432000 1073741824 1073778376 140733969789008 140243861777672 140243718535288 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 9558476

[startup+0.300392 s]
/proc/loadavg: 3.85 3.75 2.44 4/197 14664
/proc/meminfo: memFree=31675412/32872528 swapFree=163656/177964
[pid=14664] ppid=14661 vsize=9558476 CPUtime=0.46 cores=1,3,5,7
/proc/14664/stat : 14664 (java) S 14661 14664 13538 0 -1 4202496 5440 0 1 0 44 2 0 0 20 0 18 0 22754676 9787879424 15812 33554432000 1073741824 1073778376 140733969789008 140733969780144 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14664/statm: 2389619 15812 2232 9 0 2380296 0
[pid=14664/tid=14665] ppid=14661 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/14664/task/14665/stat : 14665 (java) R 14661 14664 13538 0 -1 4202560 2422 0 1 0 25 2 0 0 20 0 18 0 22754677 9787879424 15812 33554432000 1073741824 1073778376 140733969789008 140243861777672 224925902093 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9558476

[startup+0.700347 s]
/proc/loadavg: 3.85 3.75 2.44 4/197 14664
/proc/meminfo: memFree=31675412/32872528 swapFree=163656/177964
[pid=14664] ppid=14661 vsize=9558476 CPUtime=1.22 cores=1,3,5,7
/proc/14664/stat : 14664 (java) S 14661 14664 13538 0 -1 4202496 6281 0 1 0 114 8 0 0 20 0 18 0 22754676 9787879424 47980 33554432000 1073741824 1073778376 140733969789008 140733969780144 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14664/statm: 2389619 47980 2269 9 0 2380296 0
[pid=14664/tid=14665] ppid=14661 vsize=9558476 CPUtime=0.63 cores=1,3,5,7
/proc/14664/task/14665/stat : 14665 (java) R 14661 14664 13538 0 -1 4202560 2481 0 1 0 59 4 0 0 20 0 18 0 22754677 9787879424 47980 33554432000 1073741824 1073778376 140733969789008 140243861776296 140243718565311 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 9558476

[startup+1.50073 s]
/proc/loadavg: 3.85 3.75 2.44 4/215 14682
/proc/meminfo: memFree=31417024/32872528 swapFree=163656/177964
[pid=14664] ppid=14661 vsize=9558476 CPUtime=2.66 cores=1,3,5,7
/proc/14664/stat : 14664 (java) S 14661 14664 13538 0 -1 4202496 8588 0 1 0 239 27 0 0 20 0 18 0 22754676 9787879424 114145 33554432000 1073741824 1073778376 140733969789008 140733969780144 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14664/statm: 2389619 114145 2269 9 0 2380296 0
[pid=14664/tid=14665] ppid=14661 vsize=9558476 CPUtime=1.23 cores=1,3,5,7
/proc/14664/task/14665/stat : 14665 (java) S 14661 14664 13538 0 -1 4202560 2534 0 1 0 117 6 0 0 20 0 18 0 22754677 9787879424 114145 33554432000 1073741824 1073778376 140733969789008 140243861776680 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14664/tid=14667] ppid=14661 vsize=9558476 CPUtime=0.12 cores=1,3,5,7
/proc/14664/task/14667/stat : 14667 (java) R 14661 14664 13538 0 -1 4202560 154 0 0 0 9 3 0 0 20 0 18 0 22754678 9787879424 114145 33554432000 1073741824 1073778376 140733969789008 140243839880408 140243865954479 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14664/tid=14668] ppid=14661 vsize=9558476 CPUtime=0.06 cores=1,3,5,7
/proc/14664/task/14668/stat : 14668 (java) R 14661 14664 13538 0 -1 4202560 82 0 0 0 4 2 0 0 20 0 18 0 22754678 9787879424 114145 33554432000 1073741824 1073778376 140733969789008 140243838827312 140243868674988 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=14664/tid=14669] ppid=14661 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/14664/task/14669/stat : 14669 (java) R 14661 14664 13538 0 -1 4202560 292 0 0 0 8 2 0 0 20 0 18 0 22754678 9787879424 114145 33554432000 1073741824 1073778376 140733969789008 140243837774808 140243865954470 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=14664/tid=14670] ppid=14661 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/14664/task/14670/stat : 14670 (java) R 14661 14664 13538 0 -1 4202560 268 0 0 0 13 4 0 0 20 0 18 0 22754678 9787879424 114145 33554432000 1073741824 1073778376 140733969789008 140243836721832 140243865954479 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=14664/tid=14671] ppid=14661 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/14664/task/14671/stat : 14671 (java) R 14661 14664 13538 0 -1 4202560 81 0 0 0 6 2 0 0 20 0 18 0 22754678 9787879424 114145 33554432000 1073741824 1073778376 140733969789008 140243500002008 140243865954479 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=14664/tid=14672] ppid=14661 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/14664/task/14672/stat : 14672 (java) R 14661 14664 13538 0 -1 4202560 153 0 0 0 8 2 0 0 20 0 18 0 22754678 9787879424 114145 33554432000 1073741824 1073778376 140733969789008 140243498949208 140243868674988 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=14664/tid=14673] ppid=14661 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/14664/task/14673/stat : 14673 (java) R 14661 14664 13538 0 -1 4202560 113 0 0 0 6 2 0 0 20 0 18 0 22754678 9787879424 114145 33554432000 1073741824 1073778376 140733969789008 140243497896408 140243865954479 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=14664/tid=14674] ppid=14661 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/14664/task/14674/stat : 14674 (java) R 14661 14664 13538 0 -1 4202560 46 0 0 0 6 3 0 0 20 0 18 0 22754678 9787879424 114145 33554432000 1073741824 1073778376 140733969789008 140243496843608 140243865940780 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14664/tid=14675] ppid=14661 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/14664/task/14675/stat : 14675 (java) S 14661 14664 13538 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 18 0 22754679 9787879424 114145 33554432000 1073741824 1073778376 140733969789008 140243484432264 224925889596 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14664/tid=14676] ppid=14661 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/14664/task/14676/stat : 14676 (java) S 14661 14664 13538 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 22754679 9787879424 114145 33554432000 1073741824 1073778376 140733969789008 140243483379448 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14664/tid=14677] ppid=14661 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/14664/task/14677/stat : 14677 (java) S 14661 14664 13538 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 22754679 9787879424 114145 33554432000 1073741824 1073778376 140733969789008 140243482326536 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14664/tid=14678] ppid=14661 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/14664/task/14678/stat : 14678 (java) S 14661 14664 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 22754681 9787879424 114145 33554432000 1073741824 1073778376 140733969789008 140243481275024 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14664/tid=14679] ppid=14661 vsize=9558476 CPUtime=0.2 cores=1,3,5,7
/proc/14664/task/14679/stat : 14679 (java) S 14661 14664 13538 0 -1 4202560 869 0 0 0 20 0 0 0 20 0 18 0 22754681 9787879424 114145 33554432000 1073741824 1073778376 140733969789008 140243480222136 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14664/tid=14680] ppid=14661 vsize=9558476 CPUtime=0.26 cores=1,3,5,7
/proc/14664/task/14680/stat : 14680 (java) S 14661 14664 13538 0 -1 4202560 2673 0 0 0 26 0 0 0 20 0 18 0 22754681 9787879424 114145 33554432000 1073741824 1073778376 140733969789008 140243479169336 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14664/tid=14681] ppid=14661 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/14664/task/14681/stat : 14681 (java) S 14661 14664 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 22754681 9787879424 114145 33554432000 1073741824 1073778376 140733969789008 140243478116728 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14664/tid=14682] ppid=14661 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/14664/task/14682/stat : 14682 (java) S 14661 14664 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 22754681 9787879424 114145 33554432000 1073741824 1073778376 140733969789008 140243477064136 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.66
Current children cumulated vsize (KiB) 9558476

[startup+3.10087 s]
/proc/loadavg: 3.85 3.75 2.44 7/219 14686
/proc/meminfo: memFree=31176504/32872528 swapFree=163656/177964
[pid=14664] ppid=14661 vsize=9824732 CPUtime=6.82 cores=1,3,5,7
/proc/14664/stat : 14664 (java) S 14661 14664 13538 0 -1 4202496 20781 0 1 0 651 31 0 0 20 0 22 0 22754676 10060525568 119679 33554432000 1073741824 1073778376 140733969789008 140733969780144 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14664/statm: 2456183 119679 2284 9 0 2446860 0
[pid=14664/tid=14665] ppid=14661 vsize=9824732 CPUtime=1.66 cores=1,3,5,7
/proc/14664/task/14665/stat : 14665 (java) S 14661 14664 13538 0 -1 4202560 2542 0 1 0 159 7 0 0 20 0 22 0 22754677 10060525568 119679 33554432000 1073741824 1073778376 140733969789008 140243861779320 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14664/tid=14667] ppid=14661 vsize=9824732 CPUtime=0.13 cores=1,3,5,7
/proc/14664/task/14667/stat : 14667 (java) S 14661 14664 13538 0 -1 4202560 158 0 0 0 10 3 0 0 20 0 22 0 22754678 10060525568 119679 33554432000 1073741824 1073778376 140733969789008 140243839880232 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14664/tid=14668] ppid=14661 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/14664/task/14668/stat : 14668 (java) S 14661 14664 13538 0 -1 4202560 85 0 0 0 5 2 0 0 20 0 22 0 22754678 10060525568 119679 33554432000 1073741824 1073778376 140733969789008 140243838827432 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14664/tid=14669] ppid=14661 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/14664/task/14669/stat : 14669 (java) S 14661 14664 13538 0 -1 4202560 292 0 0 0 8 3 0 0 20 0 22 0 22754678 10060525568 119679 33554432000 1073741824 1073778376 140733969789008 140243837774632 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14664/tid=14670] ppid=14661 vsize=9824732 CPUtime=0.19 cores=1,3,5,7
/proc/14664/task/14670/stat : 14670 (java) S 14661 14664 13538 0 -1 4202560 271 0 0 0 15 4 0 0 20 0 22 0 22754678 10060525568 119679 33554432000 1073741824 1073778376 140733969789008 140243836721832 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14664/tid=14671] ppid=14661 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/14664/task/14671/stat : 14671 (java) S 14661 14664 13538 0 -1 4202560 83 0 0 0 6 3 0 0 20 0 22 0 22754678 10060525568 119679 33554432000 1073741824 1073778376 140733969789008 140243500001832 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14664/tid=14672] ppid=14661 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/14664/task/14672/stat : 14672 (java) S 14661 14664 13538 0 -1 4202560 155 0 0 0 8 3 0 0 20 0 22 0 22754678 10060525568 119679 33554432000 1073741824 1073778376 140733969789008 140243498949032 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14664/tid=14673] ppid=14661 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/14664/task/14673/stat : 14673 (java) S 14661 14664 13538 0 -1 4202560 113 0 0 0 6 2 0 0 20 0 22 0 22754678 10060525568 119679 33554432000 1073741824 1073778376 140733969789008 140243497896232 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14664/tid=14674] ppid=14661 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/14664/task/14674/stat : 14674 (java) S 14661 14664 13538 0 -1 4202560 46 0 0 0 7 3 0 0 20 0 22 0 22754678 10060525568 119679 33554432000 1073741824 1073778376 140733969789008 140243496843432 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14664/tid=14675] ppid=14661 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14664/task/14675/stat : 14675 (java) S 14661 14664 13538 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 22 0 22754679 10060525568 119679 33554432000 1073741824 1073778376 140733969789008 140243484433384 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14664/tid=14676] ppid=14661 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14664/task/14676/stat : 14676 (java) S 14661 14664 13538 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 22754679 10060525568 119679 33554432000 1073741824 1073778376 140733969789008 140243483379448 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14664/tid=14677] ppid=14661 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14664/task/14677/stat : 14677 (java) S 14661 14664 13538 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 22754679 10060525568 119679 33554432000 1073741824 1073778376 140733969789008 140243482326536 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14664/tid=14678] ppid=14661 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14664/task/14678/stat : 14678 (java) S 14661 14664 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22754681 10060525568 119679 33554432000 1073741824 1073778376 140733969789008 140243481275024 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14664/tid=14679] ppid=14661 vsize=9824732 CPUtime=0.8 cores=1,3,5,7
/proc/14664/task/14679/stat : 14679 (java) S 14661 14664 13538 0 -1 4202560 5798 0 0 0 78 2 0 0 20 0 22 0 22754681 10060525568 119679 33554432000 1073741824 1073778376 140733969789008 140243480222136 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14664/tid=14680] ppid=14661 vsize=9824732 CPUtime=1.03 cores=1,3,5,7
/proc/14664/task/14680/stat : 14680 (java) S 14661 14664 13538 0 -1 4202560 9730 0 0 0 100 3 0 0 20 0 22 0 22754681 10060525568 119679 33554432000 1073741824 1073778376 140733969789008 140243479169336 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14664/tid=14681] ppid=14661 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14664/task/14681/stat : 14681 (java) S 14661 14664 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22754681 10060525568 119679 33554432000 1073741824 1073778376 140733969789008 140243478116728 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14664/tid=14682] ppid=14661 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14664/task/14682/stat : 14682 (java) S 14661 14664 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22754681 10060525568 119679 33554432000 1073741824 1073778376 140733969789008 140243477064136 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14664/tid=14683] ppid=14661 vsize=9824732 CPUtime=1.14 cores=1,3,5,7
/proc/14664/task/14683/stat : 14683 (java) R 14661 14664 13538 0 -1 4202560 15 0 0 0 114 0 0 0 20 0 22 0 22754870 10060525568 119679 33554432000 1073741824 1073778376 140733969789008 140243476009736 140243719099658 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=14664/tid=14684] ppid=14661 vsize=9824732 CPUtime=1.15 cores=1,3,5,7
/proc/14664/task/14684/stat : 14684 (java) R 14661 14664 13538 0 -1 4202560 30 0 0 0 115 0 0 0 20 0 22 0 22754870 10060525568 119679 33554432000 1073741824 1073778376 140733969789008 140243474957256 140243719158528 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=14664/tid=14685] ppid=14661 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14664/task/14685/stat : 14685 (java) S 14661 14664 13538 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22754885 10060525568 119679 33554432000 1073741824 1073778376 140733969789008 140243473905064 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14664/tid=14686] ppid=14661 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14664/task/14686/stat : 14686 (java) S 14661 14664 13538 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22754885 10060525568 119679 33554432000 1073741824 1073778376 140733969789008 140243472852264 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 6.82
Current children cumulated vsize (KiB) 9824732

[startup+6.301 s]
/proc/loadavg: 3.86 3.75 2.45 5/219 14686
/proc/meminfo: memFree=30922536/32872528 swapFree=163656/177964
[pid=14664] ppid=14661 vsize=9824732 CPUtime=13.65 cores=1,3,5,7
/proc/14664/stat : 14664 (java) S 14661 14664 13538 0 -1 4202496 22009 0 1 0 1320 45 0 0 20 0 22 0 22754676 10060525568 205731 33554432000 1073741824 1073778376 140733969789008 140733969780144 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14664/statm: 2456183 205731 2289 9 0 2446860 0
[pid=14664/tid=14665] ppid=14661 vsize=9824732 CPUtime=1.66 cores=1,3,5,7
/proc/14664/task/14665/stat : 14665 (java) S 14661 14664 13538 0 -1 4202560 2542 0 1 0 159 7 0 0 20 0 22 0 22754677 10060525568 205731 33554432000 1073741824 1073778376 140733969789008 140243861779320 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14664/tid=14667] ppid=14661 vsize=9824732 CPUtime=0.2 cores=1,3,5,7
/proc/14664/task/14667/stat : 14667 (java) S 14661 14664 13538 0 -1 4202560 190 0 0 0 15 5 0 0 20 0 22 0 22754678 10060525568 205731 33554432000 1073741824 1073778376 140733969789008 140243839880232 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14664/tid=14668] ppid=14661 vsize=9824732 CPUtime=0.13 cores=1,3,5,7
/proc/14664/task/14668/stat : 14668 (java) S 14661 14664 13538 0 -1 4202560 124 0 0 0 9 4 0 0 20 0 22 0 22754678 10060525568 205731 33554432000 1073741824 1073778376 140733969789008 140243838827432 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14664/tid=14669] ppid=14661 vsize=9824732 CPUtime=0.21 cores=1,3,5,7
/proc/14664/task/14669/stat : 14669 (java) S 14661 14664 13538 0 -1 4202560 333 0 0 0 16 5 0 0 20 0 22 0 22754678 10060525568 205731 33554432000 1073741824 1073778376 140733969789008 140243837774632 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14664/tid=14670] ppid=14661 vsize=9824732 CPUtime=0.23 cores=1,3,5,7
/proc/14664/task/14670/stat : 14670 (java) S 14661 14664 13538 0 -1 4202560 300 0 0 0 18 5 0 0 20 0 22 0 22754678 10060525568 205731 33554432000 1073741824 1073778376 140733969789008 140243836721832 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14664/tid=14671] ppid=14661 vsize=9824732 CPUtime=0.17 cores=1,3,5,7
/proc/14664/task/14671/stat : 14671 (java) S 14661 14664 13538 0 -1 4202560 134 0 0 0 14 3 0 0 20 0 22 0 22754678 10060525568 205731 33554432000 1073741824 1073778376 140733969789008 140243500001832 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14664/tid=14672] ppid=14661 vsize=9824732 CPUtime=0.21 cores=1,3,5,7
/proc/14664/task/14672/stat : 14672 (java) S 14661 14664 13538 0 -1 4202560 205 0 0 0 16 5 0 0 20 0 22 0 22754678 10060525568 205731 33554432000 1073741824 1073778376 140733969789008 140243498949032 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14664/tid=14673] ppid=14661 vsize=9824732 CPUtime=0.13 cores=1,3,5,7
/proc/14664/task/14673/stat : 14673 (java) S 14661 14664 13538 0 -1 4202560 123 0 0 0 10 3 0 0 20 0 22 0 22754678 10060525568 205731 33554432000 1073741824 1073778376 140733969789008 140243497896232 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14664/tid=14674] ppid=14661 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/14664/task/14674/stat : 14674 (java) S 14661 14664 13538 0 -1 4202560 64 0 0 0 12 3 0 0 20 0 22 0 22754678 10060525568 205731 33554432000 1073741824 1073778376 140733969789008 140243496843432 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14664/tid=14675] ppid=14661 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14664/task/14675/stat : 14675 (java) S 14661 14664 13538 0 -1 4202560 521 0 0 0 0 0 0 0 20 0 22 0 22754679 10060525568 205731 33554432000 1073741824 1073778376 140733969789008 140243484433384 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14664/tid=14676] ppid=14661 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14664/task/14676/stat : 14676 (java) S 14661 14664 13538 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 22754679 10060525568 205731 33554432000 1073741824 1073778376 140733969789008 140243483379448 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14664/tid=14677] ppid=14661 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14664/task/14677/stat : 14677 (java) S 14661 14664 13538 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 22754679 10060525568 205731 33554432000 1073741824 1073778376 140733969789008 140243482326536 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14664/tid=14678] ppid=14661 vsize=9824732 CPUtime=0 cores=1,3,5,7

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

[pid=14664/tid=14685] ppid=14661 vsize=9891296 CPUtime=0 cores=1,3,5,7
/proc/14664/task/14685/stat : 14685 (java) S 14661 14664 13538 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 23 0 22754885 10128687104 1070747 33554432000 1073741824 1073778376 140733969789008 140243473905064 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14664/tid=14686] ppid=14661 vsize=9891296 CPUtime=0 cores=1,3,5,7
/proc/14664/task/14686/stat : 14686 (java) S 14661 14664 13538 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 23 0 22754885 10128687104 1070747 33554432000 1073741824 1073778376 140733969789008 140243472852264 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14664/tid=14841] ppid=14661 vsize=9891296 CPUtime=0 cores=1,3,5,7
/proc/14664/task/14841/stat : 14841 (java) S 14661 14664 13538 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 23 0 22844647 10128687104 1070747 33554432000 1073741824 1073778376 140733969789008 140243471798440 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.98
Current children cumulated vsize (KiB) 9891296

[startup+900.401 s]
/proc/loadavg: 4.45 4.08 3.42 10/216 14841
/proc/meminfo: memFree=26583964/32872528 swapFree=163656/177964
[pid=14664] ppid=14661 vsize=9891296 CPUtime=1801.38 cores=1,3,5,7
/proc/14664/stat : 14664 (java) S 14661 14664 13538 0 -1 4202496 60668 0 1 0 179826 312 0 0 20 0 23 0 22754676 10128687104 1070747 33554432000 1073741824 1073778376 140733969789008 140733969780144 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14664/statm: 2472824 1070747 2299 9 0 2463501 0
[pid=14664/tid=14665] ppid=14661 vsize=9891296 CPUtime=1.69 cores=1,3,5,7
/proc/14664/task/14665/stat : 14665 (java) S 14661 14664 13538 0 -1 4202560 2548 0 1 0 161 8 0 0 20 0 23 0 22754677 10128687104 1070747 33554432000 1073741824 1073778376 140733969789008 140243861779032 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14664/tid=14667] ppid=14661 vsize=9891296 CPUtime=1.7 cores=1,3,5,7
/proc/14664/task/14667/stat : 14667 (java) S 14661 14664 13538 0 -1 4202560 3760 0 0 0 138 32 0 0 20 0 23 0 22754678 10128687104 1070747 33554432000 1073741824 1073778376 140733969789008 140243839880232 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14664/tid=14668] ppid=14661 vsize=9891296 CPUtime=1.54 cores=1,3,5,7
/proc/14664/task/14668/stat : 14668 (java) S 14661 14664 13538 0 -1 4202560 2197 0 0 0 124 30 0 0 20 0 23 0 22754678 10128687104 1070747 33554432000 1073741824 1073778376 140733969789008 140243838827432 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14664/tid=14669] ppid=14661 vsize=9891296 CPUtime=1.58 cores=1,3,5,7
/proc/14664/task/14669/stat : 14669 (java) S 14661 14664 13538 0 -1 4202560 1851 0 0 0 128 30 0 0 20 0 23 0 22754678 10128687104 1070747 33554432000 1073741824 1073778376 140733969789008 140243837774632 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14664/tid=14670] ppid=14661 vsize=9891296 CPUtime=1.27 cores=1,3,5,7
/proc/14664/task/14670/stat : 14670 (java) S 14661 14664 13538 0 -1 4202560 2226 0 0 0 100 27 0 0 20 0 23 0 22754678 10128687104 1070747 33554432000 1073741824 1073778376 140733969789008 140243836721832 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14664/tid=14671] ppid=14661 vsize=9891296 CPUtime=1.64 cores=1,3,5,7
/proc/14664/task/14671/stat : 14671 (java) S 14661 14664 13538 0 -1 4202560 1970 0 0 0 134 30 0 0 20 0 23 0 22754678 10128687104 1070747 33554432000 1073741824 1073778376 140733969789008 140243500001832 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14664/tid=14672] ppid=14661 vsize=9891296 CPUtime=1.36 cores=1,3,5,7
/proc/14664/task/14672/stat : 14672 (java) S 14661 14664 13538 0 -1 4202560 1249 0 0 0 107 29 0 0 20 0 23 0 22754678 10128687104 1070747 33554432000 1073741824 1073778376 140733969789008 140243498949032 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14664/tid=14673] ppid=14661 vsize=9891296 CPUtime=1.79 cores=1,3,5,7
/proc/14664/task/14673/stat : 14673 (java) S 14661 14664 13538 0 -1 4202560 3467 0 0 0 136 43 0 0 20 0 23 0 22754678 10128687104 1070747 33554432000 1073741824 1073778376 140733969789008 140243497896232 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14664/tid=14674] ppid=14661 vsize=9891296 CPUtime=1.58 cores=1,3,5,7
/proc/14664/task/14674/stat : 14674 (java) S 14661 14664 13538 0 -1 4202560 3384 0 0 0 123 35 0 0 20 0 23 0 22754678 10128687104 1070747 33554432000 1073741824 1073778376 140733969789008 140243496843432 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14664/tid=14675] ppid=14661 vsize=9891296 CPUtime=6.05 cores=1,3,5,7
/proc/14664/task/14675/stat : 14675 (java) R 14661 14664 13538 0 -1 4202560 16409 0 0 0 597 8 0 0 20 0 23 0 22754679 10128687104 1070747 33554432000 1073741824 1073778376 140733969789008 140243484432144 140243868286784 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=14664/tid=14676] ppid=14661 vsize=9891296 CPUtime=0 cores=1,3,5,7
/proc/14664/task/14676/stat : 14676 (java) S 14661 14664 13538 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 23 0 22754679 10128687104 1070747 33554432000 1073741824 1073778376 140733969789008 140243483379448 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14664/tid=14677] ppid=14661 vsize=9891296 CPUtime=0 cores=1,3,5,7
/proc/14664/task/14677/stat : 14677 (java) S 14661 14664 13538 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 23 0 22754679 10128687104 1070747 33554432000 1073741824 1073778376 140733969789008 140243482326536 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14664/tid=14678] ppid=14661 vsize=9891296 CPUtime=0 cores=1,3,5,7
/proc/14664/task/14678/stat : 14678 (java) S 14661 14664 13538 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 23 0 22754681 10128687104 1070747 33554432000 1073741824 1073778376 140733969789008 140243481275024 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14664/tid=14679] ppid=14661 vsize=9891296 CPUtime=1.22 cores=1,3,5,7
/proc/14664/task/14679/stat : 14679 (java) S 14661 14664 13538 0 -1 4202560 9080 0 0 0 120 2 0 0 20 0 23 0 22754681 10128687104 1070747 33554432000 1073741824 1073778376 140733969789008 140243480222136 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14664/tid=14680] ppid=14661 vsize=9891296 CPUtime=1.25 cores=1,3,5,7
/proc/14664/task/14680/stat : 14680 (java) S 14661 14664 13538 0 -1 4202560 9749 0 0 0 122 3 0 0 20 0 23 0 22754681 10128687104 1070747 33554432000 1073741824 1073778376 140733969789008 140243479169336 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14664/tid=14681] ppid=14661 vsize=9891296 CPUtime=0 cores=1,3,5,7
/proc/14664/task/14681/stat : 14681 (java) S 14661 14664 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 23 0 22754681 10128687104 1070747 33554432000 1073741824 1073778376 140733969789008 140243478116728 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14664/tid=14682] ppid=14661 vsize=9891296 CPUtime=0.26 cores=1,3,5,7
/proc/14664/task/14682/stat : 14682 (java) S 14661 14664 13538 0 -1 4202560 53 0 0 0 11 15 0 0 20 0 23 0 22754681 10128687104 1070747 33554432000 1073741824 1073778376 140733969789008 140243477064136 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14664/tid=14683] ppid=14661 vsize=9891296 CPUtime=889.27 cores=1,3,5,7
/proc/14664/task/14683/stat : 14683 (java) S 14661 14664 13538 0 -1 4202560 562 0 0 0 88896 31 0 0 20 0 23 0 22754870 10128687104 1070747 33554432000 1073741824 1073778376 140733969789008 140243476008280 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14664/tid=14684] ppid=14661 vsize=9891296 CPUtime=889.31 cores=1,3,5,7
/proc/14664/task/14684/stat : 14684 (java) S 14661 14664 13538 0 -1 4202560 880 0 0 0 88910 21 0 0 20 0 23 0 22754870 10128687104 1070747 33554432000 1073741824 1073778376 140733969789008 140243474955048 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14664/tid=14685] ppid=14661 vsize=9891296 CPUtime=0 cores=1,3,5,7
/proc/14664/task/14685/stat : 14685 (java) S 14661 14664 13538 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 23 0 22754885 10128687104 1070747 33554432000 1073741824 1073778376 140733969789008 140243473905064 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14664/tid=14686] ppid=14661 vsize=9891296 CPUtime=0 cores=1,3,5,7
/proc/14664/task/14686/stat : 14686 (java) S 14661 14664 13538 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 23 0 22754885 10128687104 1070747 33554432000 1073741824 1073778376 140733969789008 140243472852264 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14664/tid=14841] ppid=14661 vsize=9891296 CPUtime=0 cores=1,3,5,7
/proc/14664/task/14841/stat : 14841 (java) S 14661 14664 13538 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 23 0 22844647 10128687104 1070747 33554432000 1073741824 1073778376 140733969789008 140243471798440 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1801.38
Current children cumulated vsize (KiB) 9891296

[startup+900.601 s]
/proc/loadavg: 4.45 4.08 3.42 10/216 14841
/proc/meminfo: memFree=26583964/32872528 swapFree=163656/177964
[pid=14664] ppid=14661 vsize=9891296 CPUtime=1801.58 cores=1,3,5,7
/proc/14664/stat : 14664 (java) S 14661 14664 13538 0 -1 4202496 60668 0 1 0 179846 312 0 0 20 0 23 0 22754676 10128687104 1070747 33554432000 1073741824 1073778376 140733969789008 140733969780144 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14664/statm: 2472824 1070747 2299 9 0 2463501 0
[pid=14664/tid=14665] ppid=14661 vsize=9891296 CPUtime=1.69 cores=1,3,5,7
/proc/14664/task/14665/stat : 14665 (java) S 14661 14664 13538 0 -1 4202560 2548 0 1 0 161 8 0 0 20 0 23 0 22754677 10128687104 1070747 33554432000 1073741824 1073778376 140733969789008 140243861779032 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14664/tid=14667] ppid=14661 vsize=9891296 CPUtime=1.7 cores=1,3,5,7
/proc/14664/task/14667/stat : 14667 (java) S 14661 14664 13538 0 -1 4202560 3760 0 0 0 138 32 0 0 20 0 23 0 22754678 10128687104 1070747 33554432000 1073741824 1073778376 140733969789008 140243839880232 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14664/tid=14668] ppid=14661 vsize=9891296 CPUtime=1.54 cores=1,3,5,7
/proc/14664/task/14668/stat : 14668 (java) S 14661 14664 13538 0 -1 4202560 2197 0 0 0 124 30 0 0 20 0 23 0 22754678 10128687104 1070747 33554432000 1073741824 1073778376 140733969789008 140243838827432 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14664/tid=14669] ppid=14661 vsize=9891296 CPUtime=1.58 cores=1,3,5,7
/proc/14664/task/14669/stat : 14669 (java) S 14661 14664 13538 0 -1 4202560 1851 0 0 0 128 30 0 0 20 0 23 0 22754678 10128687104 1070747 33554432000 1073741824 1073778376 140733969789008 140243837774632 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14664/tid=14670] ppid=14661 vsize=9891296 CPUtime=1.27 cores=1,3,5,7
/proc/14664/task/14670/stat : 14670 (java) S 14661 14664 13538 0 -1 4202560 2226 0 0 0 100 27 0 0 20 0 23 0 22754678 10128687104 1070747 33554432000 1073741824 1073778376 140733969789008 140243836721832 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14664/tid=14671] ppid=14661 vsize=9891296 CPUtime=1.64 cores=1,3,5,7
/proc/14664/task/14671/stat : 14671 (java) S 14661 14664 13538 0 -1 4202560 1970 0 0 0 134 30 0 0 20 0 23 0 22754678 10128687104 1070747 33554432000 1073741824 1073778376 140733969789008 140243500001832 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14664/tid=14672] ppid=14661 vsize=9891296 CPUtime=1.36 cores=1,3,5,7
/proc/14664/task/14672/stat : 14672 (java) S 14661 14664 13538 0 -1 4202560 1249 0 0 0 107 29 0 0 20 0 23 0 22754678 10128687104 1070747 33554432000 1073741824 1073778376 140733969789008 140243498949032 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14664/tid=14673] ppid=14661 vsize=9891296 CPUtime=1.79 cores=1,3,5,7
/proc/14664/task/14673/stat : 14673 (java) S 14661 14664 13538 0 -1 4202560 3467 0 0 0 136 43 0 0 20 0 23 0 22754678 10128687104 1070747 33554432000 1073741824 1073778376 140733969789008 140243497896232 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14664/tid=14674] ppid=14661 vsize=9891296 CPUtime=1.58 cores=1,3,5,7
/proc/14664/task/14674/stat : 14674 (java) S 14661 14664 13538 0 -1 4202560 3384 0 0 0 123 35 0 0 20 0 23 0 22754678 10128687104 1070747 33554432000 1073741824 1073778376 140733969789008 140243496843432 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14664/tid=14675] ppid=14661 vsize=9891296 CPUtime=6.25 cores=1,3,5,7
/proc/14664/task/14675/stat : 14675 (java) R 14661 14664 13538 0 -1 4202560 16409 0 0 0 617 8 0 0 20 0 23 0 22754679 10128687104 1070747 33554432000 1073741824 1073778376 140733969789008 140243484432144 224922190156 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=14664/tid=14676] ppid=14661 vsize=9891296 CPUtime=0 cores=1,3,5,7
/proc/14664/task/14676/stat : 14676 (java) S 14661 14664 13538 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 23 0 22754679 10128687104 1070747 33554432000 1073741824 1073778376 140733969789008 140243483379448 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14664/tid=14677] ppid=14661 vsize=9891296 CPUtime=0 cores=1,3,5,7
/proc/14664/task/14677/stat : 14677 (java) S 14661 14664 13538 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 23 0 22754679 10128687104 1070747 33554432000 1073741824 1073778376 140733969789008 140243482326536 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14664/tid=14678] ppid=14661 vsize=9891296 CPUtime=0 cores=1,3,5,7
/proc/14664/task/14678/stat : 14678 (java) S 14661 14664 13538 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 23 0 22754681 10128687104 1070747 33554432000 1073741824 1073778376 140733969789008 140243481275024 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14664/tid=14679] ppid=14661 vsize=9891296 CPUtime=1.22 cores=1,3,5,7
/proc/14664/task/14679/stat : 14679 (java) S 14661 14664 13538 0 -1 4202560 9080 0 0 0 120 2 0 0 20 0 23 0 22754681 10128687104 1070747 33554432000 1073741824 1073778376 140733969789008 140243480222136 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14664/tid=14680] ppid=14661 vsize=9891296 CPUtime=1.25 cores=1,3,5,7
/proc/14664/task/14680/stat : 14680 (java) S 14661 14664 13538 0 -1 4202560 9749 0 0 0 122 3 0 0 20 0 23 0 22754681 10128687104 1070747 33554432000 1073741824 1073778376 140733969789008 140243479169336 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14664/tid=14681] ppid=14661 vsize=9891296 CPUtime=0 cores=1,3,5,7
/proc/14664/task/14681/stat : 14681 (java) S 14661 14664 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 23 0 22754681 10128687104 1070747 33554432000 1073741824 1073778376 140733969789008 140243478116728 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14664/tid=14682] ppid=14661 vsize=9891296 CPUtime=0.26 cores=1,3,5,7
/proc/14664/task/14682/stat : 14682 (java) S 14661 14664 13538 0 -1 4202560 53 0 0 0 11 15 0 0 20 0 23 0 22754681 10128687104 1070747 33554432000 1073741824 1073778376 140733969789008 140243477064136 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14664/tid=14683] ppid=14661 vsize=9891296 CPUtime=889.27 cores=1,3,5,7
/proc/14664/task/14683/stat : 14683 (java) S 14661 14664 13538 0 -1 4202560 562 0 0 0 88896 31 0 0 20 0 23 0 22754870 10128687104 1070747 33554432000 1073741824 1073778376 140733969789008 140243476008280 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14664/tid=14684] ppid=14661 vsize=9891296 CPUtime=889.31 cores=1,3,5,7
/proc/14664/task/14684/stat : 14684 (java) S 14661 14664 13538 0 -1 4202560 880 0 0 0 88910 21 0 0 20 0 23 0 22754870 10128687104 1070747 33554432000 1073741824 1073778376 140733969789008 140243474955048 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14664/tid=14685] ppid=14661 vsize=9891296 CPUtime=0 cores=1,3,5,7
/proc/14664/task/14685/stat : 14685 (java) S 14661 14664 13538 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 23 0 22754885 10128687104 1070747 33554432000 1073741824 1073778376 140733969789008 140243473905064 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14664/tid=14686] ppid=14661 vsize=9891296 CPUtime=0 cores=1,3,5,7
/proc/14664/task/14686/stat : 14686 (java) S 14661 14664 13538 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 23 0 22754885 10128687104 1070747 33554432000 1073741824 1073778376 140733969789008 140243472852264 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14664/tid=14841] ppid=14661 vsize=9891296 CPUtime=0 cores=1,3,5,7
/proc/14664/task/14841/stat : 14841 (java) S 14661 14664 13538 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 23 0 22844647 10128687104 1070747 33554432000 1073741824 1073778376 140733969789008 140243471798440 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1801.58
Current children cumulated vsize (KiB) 9891296

[startup+900.701 s]
/proc/loadavg: 4.45 4.08 3.42 10/216 14841
/proc/meminfo: memFree=26583964/32872528 swapFree=163656/177964
[pid=14664] ppid=14661 vsize=9891296 CPUtime=1801.68 cores=1,3,5,7
/proc/14664/stat : 14664 (java) S 14661 14664 13538 0 -1 4202496 60668 0 1 0 179856 312 0 0 20 0 23 0 22754676 10128687104 1070747 33554432000 1073741824 1073778376 140733969789008 140733969780144 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14664/statm: 2472824 1070747 2299 9 0 2463501 0
[pid=14664/tid=14665] ppid=14661 vsize=9891296 CPUtime=1.69 cores=1,3,5,7
/proc/14664/task/14665/stat : 14665 (java) S 14661 14664 13538 0 -1 4202560 2548 0 1 0 161 8 0 0 20 0 23 0 22754677 10128687104 1070747 33554432000 1073741824 1073778376 140733969789008 140243861779032 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14664/tid=14667] ppid=14661 vsize=9891296 CPUtime=1.7 cores=1,3,5,7
/proc/14664/task/14667/stat : 14667 (java) S 14661 14664 13538 0 -1 4202560 3760 0 0 0 138 32 0 0 20 0 23 0 22754678 10128687104 1070747 33554432000 1073741824 1073778376 140733969789008 140243839880232 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14664/tid=14668] ppid=14661 vsize=9891296 CPUtime=1.54 cores=1,3,5,7
/proc/14664/task/14668/stat : 14668 (java) S 14661 14664 13538 0 -1 4202560 2197 0 0 0 124 30 0 0 20 0 23 0 22754678 10128687104 1070747 33554432000 1073741824 1073778376 140733969789008 140243838827432 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14664/tid=14669] ppid=14661 vsize=9891296 CPUtime=1.58 cores=1,3,5,7
/proc/14664/task/14669/stat : 14669 (java) S 14661 14664 13538 0 -1 4202560 1851 0 0 0 128 30 0 0 20 0 23 0 22754678 10128687104 1070747 33554432000 1073741824 1073778376 140733969789008 140243837774632 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14664/tid=14670] ppid=14661 vsize=9891296 CPUtime=1.27 cores=1,3,5,7
/proc/14664/task/14670/stat : 14670 (java) S 14661 14664 13538 0 -1 4202560 2226 0 0 0 100 27 0 0 20 0 23 0 22754678 10128687104 1070747 33554432000 1073741824 1073778376 140733969789008 140243836721832 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14664/tid=14671] ppid=14661 vsize=9891296 CPUtime=1.64 cores=1,3,5,7
/proc/14664/task/14671/stat : 14671 (java) S 14661 14664 13538 0 -1 4202560 1970 0 0 0 134 30 0 0 20 0 23 0 22754678 10128687104 1070747 33554432000 1073741824 1073778376 140733969789008 140243500001832 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14664/tid=14672] ppid=14661 vsize=9891296 CPUtime=1.36 cores=1,3,5,7
/proc/14664/task/14672/stat : 14672 (java) S 14661 14664 13538 0 -1 4202560 1249 0 0 0 107 29 0 0 20 0 23 0 22754678 10128687104 1070747 33554432000 1073741824 1073778376 140733969789008 140243498949032 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14664/tid=14673] ppid=14661 vsize=9891296 CPUtime=1.79 cores=1,3,5,7
/proc/14664/task/14673/stat : 14673 (java) S 14661 14664 13538 0 -1 4202560 3467 0 0 0 136 43 0 0 20 0 23 0 22754678 10128687104 1070747 33554432000 1073741824 1073778376 140733969789008 140243497896232 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14664/tid=14674] ppid=14661 vsize=9891296 CPUtime=1.58 cores=1,3,5,7
/proc/14664/task/14674/stat : 14674 (java) S 14661 14664 13538 0 -1 4202560 3384 0 0 0 123 35 0 0 20 0 23 0 22754678 10128687104 1070747 33554432000 1073741824 1073778376 140733969789008 140243496843432 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14664/tid=14675] ppid=14661 vsize=9891296 CPUtime=6.35 cores=1,3,5,7
/proc/14664/task/14675/stat : 14675 (java) R 14661 14664 13538 0 -1 4202560 16409 0 0 0 627 8 0 0 20 0 23 0 22754679 10128687104 1070747 33554432000 1073741824 1073778376 140733969789008 140243484432144 140243867903377 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=14664/tid=14676] ppid=14661 vsize=9891296 CPUtime=0 cores=1,3,5,7
/proc/14664/task/14676/stat : 14676 (java) S 14661 14664 13538 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 23 0 22754679 10128687104 1070747 33554432000 1073741824 1073778376 140733969789008 140243483379448 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14664/tid=14677] ppid=14661 vsize=9891296 CPUtime=0 cores=1,3,5,7
/proc/14664/task/14677/stat : 14677 (java) S 14661 14664 13538 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 23 0 22754679 10128687104 1070747 33554432000 1073741824 1073778376 140733969789008 140243482326536 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14664/tid=14678] ppid=14661 vsize=9891296 CPUtime=0 cores=1,3,5,7
/proc/14664/task/14678/stat : 14678 (java) S 14661 14664 13538 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 23 0 22754681 10128687104 1070747 33554432000 1073741824 1073778376 140733969789008 140243481275024 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14664/tid=14679] ppid=14661 vsize=9891296 CPUtime=1.22 cores=1,3,5,7
/proc/14664/task/14679/stat : 14679 (java) S 14661 14664 13538 0 -1 4202560 9080 0 0 0 120 2 0 0 20 0 23 0 22754681 10128687104 1070747 33554432000 1073741824 1073778376 140733969789008 140243480222136 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14664/tid=14680] ppid=14661 vsize=9891296 CPUtime=1.25 cores=1,3,5,7
/proc/14664/task/14680/stat : 14680 (java) S 14661 14664 13538 0 -1 4202560 9749 0 0 0 122 3 0 0 20 0 23 0 22754681 10128687104 1070747 33554432000 1073741824 1073778376 140733969789008 140243479169336 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14664/tid=14681] ppid=14661 vsize=9891296 CPUtime=0 cores=1,3,5,7
/proc/14664/task/14681/stat : 14681 (java) S 14661 14664 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 23 0 22754681 10128687104 1070747 33554432000 1073741824 1073778376 140733969789008 140243478116728 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14664/tid=14682] ppid=14661 vsize=9891296 CPUtime=0.26 cores=1,3,5,7
/proc/14664/task/14682/stat : 14682 (java) S 14661 14664 13538 0 -1 4202560 53 0 0 0 11 15 0 0 20 0 23 0 22754681 10128687104 1070747 33554432000 1073741824 1073778376 140733969789008 140243477064136 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14664/tid=14683] ppid=14661 vsize=9891296 CPUtime=889.27 cores=1,3,5,7
/proc/14664/task/14683/stat : 14683 (java) S 14661 14664 13538 0 -1 4202560 562 0 0 0 88896 31 0 0 20 0 23 0 22754870 10128687104 1070747 33554432000 1073741824 1073778376 140733969789008 140243476008280 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14664/tid=14684] ppid=14661 vsize=9891296 CPUtime=889.31 cores=1,3,5,7
/proc/14664/task/14684/stat : 14684 (java) S 14661 14664 13538 0 -1 4202560 880 0 0 0 88910 21 0 0 20 0 23 0 22754870 10128687104 1070747 33554432000 1073741824 1073778376 140733969789008 140243474955048 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14664/tid=14685] ppid=14661 vsize=9891296 CPUtime=0 cores=1,3,5,7
/proc/14664/task/14685/stat : 14685 (java) S 14661 14664 13538 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 23 0 22754885 10128687104 1070747 33554432000 1073741824 1073778376 140733969789008 140243473905064 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14664/tid=14686] ppid=14661 vsize=9891296 CPUtime=0 cores=1,3,5,7
/proc/14664/task/14686/stat : 14686 (java) S 14661 14664 13538 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 23 0 22754885 10128687104 1070747 33554432000 1073741824 1073778376 140733969789008 140243472852264 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14664/tid=14841] ppid=14661 vsize=9891296 CPUtime=0 cores=1,3,5,7
/proc/14664/task/14841/stat : 14841 (java) S 14661 14664 13538 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 23 0 22844647 10128687104 1070747 33554432000 1073741824 1073778376 140733969789008 140243471798440 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1801.68
Current children cumulated vsize (KiB) 9891296

Child status: 143
Real time (s): 900.766
CPU time (s): 1802.21
CPU user time (s): 1798.59
CPU system time (s): 3.61945
CPU usage (%): 200.075
Max. virtual memory (cumulated for all children) (KiB): 9891296

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.59
system time used= 3.61945
maximum resident set size= 4284024
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 60932
page faults= 1
swaps= 0
block input operations= 0
block output operations= 808
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 22206
involuntary context switches= 18442

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.83296 second user time and 6.25505 second system time

The end

Launcher Data

Begin job on node105 at 2016-06-18 01:44:08
IDJOB=4099930
IDBENCH=1552
IDSOLVER=2543
FILE ID=node105/4099930-1466207047
RUNJOBID= node105-1466206102-13555
PBS_JOBID= 19918167
Free space on /tmp= 71740 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/pub/fctp/normalized-reduced-mps-v2-20-10-n3707.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4099930-1466207047/watcher-4099930-1466207047 -o /tmp/evaluation-result-4099930-1466207047/solver-4099930-1466207047 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node105-1466206102-13555 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4099930-1466207047.opb

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

MD5SUM BENCH= d04a5226e9b4ce46849c897b37a2f22b
RANDOM SEED=805449423

node105.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.561
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	: 5333.12
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.561
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	: 5332.55
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.561
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	: 5332.55
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.561
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	: 5332.55
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.561
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	: 5332.54
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.561
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	: 5332.55
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.561
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	: 5332.55
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.561
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	: 5332.58
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        31675676 kB
Buffers:           35140 kB
Cached:            74244 kB
SwapCached:         1776 kB
Active:           228776 kB
Inactive:          61020 kB
Active(anon):     181508 kB
Inactive(anon):     1384 kB
Active(file):      47268 kB
Inactive(file):    59636 kB
Unevictable:      177964 kB
Mlocked:          163656 kB
SwapTotal:      67108856 kB
SwapFree:       67097092 kB
Dirty:              8468 kB
Writeback:             0 kB
AnonPages:        386580 kB
Mapped:            15388 kB
Shmem:                 0 kB
Slab:             571472 kB
SReclaimable:      14544 kB
SUnreclaim:       556928 kB
KernelStack:        1608 kB
PageTables:         5184 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     869332 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    176128 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71696 MiB
End job on node105 at 2016-06-18 01:59:08