Trace number 4080457

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Res+CP PB16? (TO) 1800.02 894.669

General information on the benchmark

Name/DEC-SMALLINT-LIN/oliveras/j120/
normalized-j12046_2-sat.opb
MD5SUM8df6acf86997549eac6f2a4fde05a479
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables48158
Total number of constraints168360
Number of constraints which are clauses167568
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints792
Minimum length of a constraint1
Maximum length of a constraint67
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 15
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 432
Number of bits of the biggest sum of numbers9
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.10/0.12	c Pseudo Boolean Optimization by upper bound
0.10/0.12	c ManyCore solver with 2 solvers running in parallel
0.10/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.12	c Expensive reason simplification
0.10/0.12	c Glucose 2.1 dynamic restart strategy
0.10/0.12	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.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=false
0.10/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.12	c No reason simplification
0.10/0.12	c Armin Biere (Picosat) restarts strategy
0.10/0.12	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.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=false
0.10/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c solving HOME/instance-4080457-1465263693.opb
0.10/0.12	c reading problem ... 
0.10/0.13	c  no objective function found
4.68/1.95	c ... done. Wall clock time 1.824s.
4.68/1.95	c declared #vars     48158
4.68/1.95	c #constraints  168360
4.68/1.95	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
4.68/1.95	c constraints type 
4.68/1.95	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 18464
4.68/1.95	c org.sat4j.specs.Constr$1 => 18607
4.68/1.95	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 122916
4.68/1.95	c org.sat4j.minisat.constraints.cnf.UnitClause => 7581
4.68/1.95	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 792
4.68/1.95	c 168360 constraints processed.
4.68/1.95	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
4.68/1.95	c constraints type 
4.68/1.95	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 122916
4.68/1.95	c org.sat4j.specs.Constr$1 => 18607
4.68/1.95	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 18464
4.68/1.95	c org.sat4j.pb.constraints.pb.MaxWatchPb => 792
4.68/1.95	c org.sat4j.pb.constraints.pb.UnitClausePB => 7581
4.68/1.95	c 168360 constraints processed.
11.85/4.76	c cleaning 2493 clauses out of 4998 with flag 24166/5000
17.68/7.53	c cleaning 4250 clauses out of 8505 with flag 60724/11002
24.57/10.98	c cleaning 5617 clauses out of 11251 with flag 100292/18000
32.66/14.94	c cleaning 6808 clauses out of 13634 with flag 154908/26001
41.37/19.26	c cleaning 7907 clauses out of 15826 with flag 216054/35001
53.28/25.11	c cleaning 8952 clauses out of 17917 with flag 293154/45000
63.67/30.35	c cleaning 0 clauses out of 5000 with flag 0/5000
65.52/31.12	c cleaning 9969 clauses out of 19965 with flag 372567/56002
79.39/37.90	c cleaning 10991 clauses out of 21993 with flag 458025/68000
93.28/44.85	c cleaning 11997 clauses out of 24002 with flag 554335/81000
109.36/52.82	c cleaning 12984 clauses out of 26005 with flag 653509/95000
127.48/61.85	c cleaning 13995 clauses out of 28021 with flag 755801/110000
145.72/70.91	c cleaning 15010 clauses out of 30029 with flag 866436/126003
166.80/81.50	c cleaning 15995 clauses out of 32016 with flag 986858/143000
189.48/92.73	c cleaning 16999 clauses out of 34021 with flag 1111451/161000
214.58/105.24	c cleaning 18006 clauses out of 36022 with flag 1237422/180001
242.89/119.33	c cleaning 18992 clauses out of 38014 with flag 1370693/200000
243.69/119.77	c cleaning 0 clauses out of 11004 with flag 0/11004
271.42/133.58	c cleaning 19995 clauses out of 40023 with flag 1503086/221002
301.01/148.26	c cleaning 21010 clauses out of 42028 with flag 1641981/243002
333.24/164.28	c cleaning 22008 clauses out of 44016 with flag 1801338/266000
367.26/181.15	c cleaning 22992 clauses out of 46008 with flag 1951498/290000
402.35/198.59	c cleaning 23998 clauses out of 48017 with flag 2101651/315001
443.19/218.85	c cleaning 24998 clauses out of 50019 with flag 2261401/341003
481.33/237.72	c cleaning 25996 clauses out of 52018 with flag 2419816/368001
523.79/258.82	c cleaning 26996 clauses out of 54021 with flag 2586576/396001
569.39/281.97	c cleaning 27994 clauses out of 56024 with flag 2763709/425000
616.40/305.33	c cleaning 29007 clauses out of 58031 with flag 2943153/455001
667.02/330.55	c cleaning 29983 clauses out of 60024 with flag 3129022/486001
671.08/332.57	c cleaning 0 clauses out of 18000 with flag 0/18000
718.87/356.34	c cleaning 31005 clauses out of 62038 with flag 3314545/518000
771.19/382.30	c cleaning 32014 clauses out of 64034 with flag 3504070/551001
829.70/411.47	c cleaning 33003 clauses out of 66021 with flag 3697464/585002
888.58/440.73	c cleaning 33999 clauses out of 68016 with flag 3900538/620000
952.53/472.58	c cleaning 35003 clauses out of 70018 with flag 4111264/656001
1017.29/504.73	c cleaning 36001 clauses out of 72014 with flag 4318950/693001
1082.81/537.38	c cleaning 36996 clauses out of 74011 with flag 4527631/731000
1148.35/570.48	c cleaning 38001 clauses out of 76015 with flag 4737875/770000
1222.55/607.36	c cleaning 38988 clauses out of 78014 with flag 4961299/810000
1294.27/643.03	c cleaning 39999 clauses out of 80026 with flag 5202073/851000
1370.03/680.72	c cleaning 40991 clauses out of 82027 with flag 5435806/893000
1454.12/722.60	c cleaning 41985 clauses out of 84036 with flag 5681689/936000
1488.68/739.74	c cleaning 0 clauses out of 26004 with flag 0/26004
1543.98/767.28	c cleaning 43009 clauses out of 86051 with flag 5946694/980000
1626.57/808.31	c cleaning 44015 clauses out of 88042 with flag 6191656/1025000
1714.60/852.12	c cleaning 45011 clauses out of 90027 with flag 6427451/1071001
1800.02/894.60	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.02/894.60	c starts		: 5736
1800.02/894.60	c conflicts		: 1116965
1800.02/894.60	c decisions		: 1933346
1800.02/894.60	c propagations		: 1408949290
1800.02/894.60	c inspects		: 6093104092
1800.02/894.60	c shortcuts		: 0
1800.02/894.60	c learnt literals	: 23
1800.02/894.60	c learnt binary clauses	: 130
1800.02/894.60	c learnt ternary clauses	: 2145
1800.02/894.60	c learnt constraints	: 1116942
1800.02/894.60	c ignored constraints	: 0
1800.02/894.60	c root simplifications	: 0
1800.02/894.60	c removed literals (reason simplification)	: 20212962
1800.02/894.60	c reason swapping (by a shorter reason)	: 0
1800.02/894.60	c Calls to reduceDB	: 42
1800.02/894.60	c Number of update (reduction) of LBD	: 512889
1800.02/894.60	c Imported unit clauses	: 0
1800.02/894.60	c number of reductions to clauses (during analyze)	: 0
1800.02/894.60	c number of learned constraints concerned by reduction	: 0
1800.02/894.60	c number of learning phase by resolution	: 0
1800.02/894.60	c number of learning phase by cutting planes	: 0
1800.02/894.60	c speed (assignments/second)	: 1578518.4807585229
1800.02/894.60	c non guided choices	113
1800.02/894.63	c learnt constraints type 
1800.02/894.63	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 130
1800.02/894.63	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 90850
1800.02/894.63	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.02/894.63	c starts		: 54
1800.02/894.63	c conflicts		: 28304
1800.02/894.63	c decisions		: 72103
1800.02/894.63	c propagations		: 35371657
1800.02/894.63	c inspects		: 1112216161
1800.02/894.63	c shortcuts		: 0
1800.02/894.63	c learnt literals	: 0
1800.02/894.63	c learnt binary clauses	: 0
1800.02/894.63	c learnt ternary clauses	: 74
1800.02/894.63	c learnt constraints	: 28303
1800.02/894.63	c ignored constraints	: 0
1800.02/894.63	c root simplifications	: 0
1800.02/894.63	c removed literals (reason simplification)	: 0
1800.02/894.63	c reason swapping (by a shorter reason)	: 0
1800.02/894.63	c Calls to reduceDB	: 4
1800.02/894.63	c Number of update (reduction) of LBD	: 0
1800.02/894.63	c Imported unit clauses	: 0
1800.02/894.63	c number of reductions to clauses (during analyze)	: 0
1800.02/894.63	c number of learned constraints concerned by reduction	: 0
1800.02/894.63	c number of learning phase by resolution	: 0
1800.02/894.63	c number of learning phase by cutting planes	: 0
1800.02/894.63	c speed (assignments/second)	: 39627.49102625576
1800.02/894.63	c non guided choices	75
1800.02/894.64	c learnt constraints type 
1800.02/894.64	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 74
1800.02/894.64	c org.sat4j.pb.constraints.pb.MaxWatchPb => 28229
1800.02/894.64	s UNKNOWN
1800.02/894.64	c Total wall clock time (in seconds): 894.52

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

pid=14141
running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 3.78 3.70 3.77 4/197 14144
/proc/meminfo: memFree=28261464/32872528 swapFree=11372/178980
[pid=14144] ppid=14141 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/14144/stat : 14144 (java) S 14141 14144 8839 0 -1 4202496 1354 0 0 0 0 0 0 0 20 0 2 0 108304030 98570240 977 33554432000 1073741824 1073778376 140735395926304 140735395917440 224925876285 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14144/statm: 24065 977 743 9 0 16771 0
[pid=14144/tid=14145] ppid=14141 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/14144/task/14145/stat : 14145 (java) R 14141 14144 8839 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 108304030 98570240 977 33554432000 1073741824 1073778376 140735395926304 139699956153896 224922518912 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100115 s]
/proc/loadavg: 3.78 3.70 3.77 4/197 14144
/proc/meminfo: memFree=28261464/32872528 swapFree=11372/178980
[pid=14144] ppid=14141 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/14144/stat : 14144 (java) S 14141 14144 8839 0 -1 4202496 4407 0 1 0 9 1 0 0 20 0 18 0 108304030 9787879424 6040 33554432000 1073741824 1073778376 140735395926304 140735395917440 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14144/statm: 2389619 6040 2126 9 0 2380296 0
[pid=14144/tid=14145] ppid=14141 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/14144/task/14145/stat : 14145 (java) R 14141 14144 8839 0 -1 4202560 2384 0 1 0 6 2 0 0 20 0 18 0 108304030 9787879424 6040 33554432000 1073741824 1073778376 140735395926304 139699956157344 139699961838854 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.20032 s]
/proc/loadavg: 3.78 3.70 3.77 4/197 14144
/proc/meminfo: memFree=28261464/32872528 swapFree=11372/178980
[pid=14144] ppid=14141 vsize=9558476 CPUtime=0.24 cores=0,2,4,6
/proc/14144/stat : 14144 (java) S 14141 14144 8839 0 -1 4202496 4642 0 1 0 23 1 0 0 20 0 18 0 108304030 9787879424 7249 33554432000 1073741824 1073778376 140735395926304 140735395917440 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14144/statm: 2389619 7249 2198 9 0 2380296 0
[pid=14144/tid=14145] ppid=14141 vsize=9558476 CPUtime=0.18 cores=0,2,4,6
/proc/14144/task/14145/stat : 14145 (java) R 14141 14144 8839 0 -1 4202560 2403 0 1 0 16 2 0 0 20 0 18 0 108304030 9787879424 7249 33554432000 1073741824 1073778376 140735395926304 139699956157344 139699800868135 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9558476

[startup+0.300321 s]
/proc/loadavg: 3.78 3.70 3.77 4/197 14144
/proc/meminfo: memFree=28261464/32872528 swapFree=11372/178980
[pid=14144] ppid=14141 vsize=9558476 CPUtime=0.46 cores=0,2,4,6
/proc/14144/stat : 14144 (java) S 14141 14144 8839 0 -1 4202496 5422 0 1 0 45 1 0 0 20 0 18 0 108304030 9787879424 8962 33554432000 1073741824 1073778376 140735395926304 140735395917440 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14144/statm: 2389619 8962 2231 9 0 2380296 0
[pid=14144/tid=14145] ppid=14141 vsize=9558476 CPUtime=0.28 cores=0,2,4,6
/proc/14144/task/14145/stat : 14145 (java) R 14141 14144 8839 0 -1 4202560 2405 0 1 0 26 2 0 0 20 0 18 0 108304030 9787879424 8962 33554432000 1073741824 1073778376 140735395926304 139699956157344 139699800791682 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9558476

[startup+0.700288 s]
/proc/loadavg: 3.78 3.70 3.77 4/197 14144
/proc/meminfo: memFree=28261464/32872528 swapFree=11372/178980
[pid=14144] ppid=14141 vsize=9559080 CPUtime=1.6 cores=0,2,4,6
/proc/14144/stat : 14144 (java) S 14141 14144 8839 0 -1 4202496 23178 0 1 0 155 5 0 0 20 0 18 0 108304030 9788497920 32955 33554432000 1073741824 1073778376 140735395926304 140735395917440 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14144/statm: 2389770 32955 2244 9 0 2380447 0
[pid=14144/tid=14145] ppid=14141 vsize=9559080 CPUtime=0.68 cores=0,2,4,6
/proc/14144/task/14145/stat : 14145 (java) R 14141 14144 8839 0 -1 4202560 2428 0 1 0 66 2 0 0 20 0 18 0 108304030 9788497920 32955 33554432000 1073741824 1073778376 140735395926304 139699956150272 139699800880611 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.6
Current children cumulated vsize (KiB) 9559080

[startup+1.50079 s]
/proc/loadavg: 3.78 3.70 3.77 4/215 14162
/proc/meminfo: memFree=28059184/32872528 swapFree=11372/178980
[pid=14144] ppid=14141 vsize=9558476 CPUtime=3.49 cores=0,2,4,6
/proc/14144/stat : 14144 (java) S 14141 14144 8839 0 -1 4202496 30388 0 1 0 338 11 0 0 20 0 18 0 108304030 9787879424 61421 33554432000 1073741824 1073778376 140735395926304 140735395917440 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14144/statm: 2389619 61421 2268 9 0 2380296 0
[pid=14144/tid=14145] ppid=14141 vsize=9558476 CPUtime=1.4 cores=0,2,4,6
/proc/14144/task/14145/stat : 14145 (java) R 14141 14144 8839 0 -1 4202560 2479 0 1 0 137 3 0 0 20 0 18 0 108304030 9787879424 61421 33554432000 1073741824 1073778376 140735395926304 139699956157688 139699801205486 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=14144/tid=14147] ppid=14141 vsize=9558476 CPUtime=0.02 cores=0,2,4,6
/proc/14144/task/14147/stat : 14147 (java) S 14141 14144 8839 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 18 0 108304031 9787879424 61421 33554432000 1073741824 1073778376 140735395926304 139699928611880 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14144/tid=14148] ppid=14141 vsize=9558476 CPUtime=0.02 cores=0,2,4,6
/proc/14144/task/14148/stat : 14148 (java) S 14141 14144 8839 0 -1 4202560 10 0 0 0 2 0 0 0 20 0 18 0 108304031 9787879424 61421 33554432000 1073741824 1073778376 140735395926304 139699927559080 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14144/tid=14149] ppid=14141 vsize=9558476 CPUtime=0.01 cores=0,2,4,6
/proc/14144/task/14149/stat : 14149 (java) S 14141 14144 8839 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 18 0 108304031 9787879424 61421 33554432000 1073741824 1073778376 140735395926304 139699926506280 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14144/tid=14150] ppid=14141 vsize=9558476 CPUtime=0.03 cores=0,2,4,6
/proc/14144/task/14150/stat : 14150 (java) S 14141 14144 8839 0 -1 4202560 19 0 0 0 3 0 0 0 20 0 18 0 108304031 9787879424 61421 33554432000 1073741824 1073778376 140735395926304 139699925453480 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14144/tid=14151] ppid=14141 vsize=9558476 CPUtime=0.01 cores=0,2,4,6
/proc/14144/task/14151/stat : 14151 (java) S 14141 14144 8839 0 -1 4202560 154 0 0 0 1 0 0 0 20 0 18 0 108304031 9787879424 61421 33554432000 1073741824 1073778376 140735395926304 139699924400680 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14144/tid=14152] ppid=14141 vsize=9558476 CPUtime=0.02 cores=0,2,4,6
/proc/14144/task/14152/stat : 14152 (java) S 14141 14144 8839 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 18 0 108304031 9787879424 61421 33554432000 1073741824 1073778376 140735395926304 139699923347880 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14144/tid=14153] ppid=14141 vsize=9558476 CPUtime=0.03 cores=0,2,4,6
/proc/14144/task/14153/stat : 14153 (java) S 14141 14144 8839 0 -1 4202560 84 0 0 0 3 0 0 0 20 0 18 0 108304031 9787879424 61421 33554432000 1073741824 1073778376 140735395926304 139699922295080 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14144/tid=14154] ppid=14141 vsize=9558476 CPUtime=0.01 cores=0,2,4,6
/proc/14144/task/14154/stat : 14154 (java) S 14141 14144 8839 0 -1 4202560 120 0 0 0 1 0 0 0 20 0 18 0 108304031 9787879424 61421 33554432000 1073741824 1073778376 140735395926304 139699921242280 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14144/tid=14155] ppid=14141 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/14144/task/14155/stat : 14155 (java) S 14141 14144 8839 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 18 0 108304032 9787879424 61421 33554432000 1073741824 1073778376 140735395926304 139699310013416 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14144/tid=14156] ppid=14141 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/14144/task/14156/stat : 14156 (java) S 14141 14144 8839 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 108304033 9787879424 61421 33554432000 1073741824 1073778376 140735395926304 139699308959480 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14144/tid=14157] ppid=14141 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/14144/task/14157/stat : 14157 (java) S 14141 14144 8839 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 108304033 9787879424 61421 33554432000 1073741824 1073778376 140735395926304 139699307906568 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14144/tid=14158] ppid=14141 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/14144/task/14158/stat : 14158 (java) S 14141 14144 8839 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 108304035 9787879424 61421 33554432000 1073741824 1073778376 140735395926304 139699306855056 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14144/tid=14159] ppid=14141 vsize=9558476 CPUtime=0.91 cores=0,2,4,6
/proc/14144/task/14159/stat : 14159 (java) R 14141 14144 8839 0 -1 4202560 11570 0 0 0 89 2 0 0 20 0 18 0 108304035 9787879424 61421 33554432000 1073741824 1073778376 140735395926304 139699305779416 139699963145767 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=14144/tid=14160] ppid=14141 vsize=9558476 CPUtime=0.87 cores=0,2,4,6
/proc/14144/task/14160/stat : 14160 (java) R 14141 14144 8839 0 -1 4202560 14588 0 0 0 84 3 0 0 20 0 18 0 108304035 9787879424 61421 33554432000 1073741824 1073778376 140735395926304 139699304736496 139699960276550 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=14144/tid=14161] ppid=14141 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/14144/task/14161/stat : 14161 (java) S 14141 14144 8839 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 108304035 9787879424 61421 33554432000 1073741824 1073778376 140735395926304 139699303696760 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14144/tid=14162] ppid=14141 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/14144/task/14162/stat : 14162 (java) S 14141 14144 8839 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 108304035 9787879424 61421 33554432000 1073741824 1073778376 140735395926304 139699302644168 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.49
Current children cumulated vsize (KiB) 9558476

[startup+3.10086 s]
/proc/loadavg: 3.88 3.73 3.78 7/218 14166
/proc/meminfo: memFree=28011776/32872528 swapFree=11372/178980
[pid=14144] ppid=14141 vsize=9824732 CPUtime=8.31 cores=0,2,4,6
/proc/14144/stat : 14144 (java) S 14141 14144 8839 0 -1 4202496 38109 0 1 0 813 18 0 0 20 0 22 0 108304030 10060525568 97706 33554432000 1073741824 1073778376 140735395926304 140735395917440 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14144/statm: 2456183 97706 2282 9 0 2446860 0
[pid=14144/tid=14145] ppid=14141 vsize=9824732 CPUtime=1.85 cores=0,2,4,6
/proc/14144/task/14145/stat : 14145 (java) S 14141 14144 8839 0 -1 4202560 2486 0 1 0 182 3 0 0 20 0 22 0 108304030 10060525568 97706 33554432000 1073741824 1073778376 140735395926304 139699956159352 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14144/tid=14147] ppid=14141 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/14144/task/14147/stat : 14147 (java) S 14141 14144 8839 0 -1 4202560 44 0 0 0 5 2 0 0 20 0 22 0 108304031 10060525568 97706 33554432000 1073741824 1073778376 140735395926304 139699928611880 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14144/tid=14148] ppid=14141 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/14144/task/14148/stat : 14148 (java) S 14141 14144 8839 0 -1 4202560 13 0 0 0 3 0 0 0 20 0 22 0 108304031 10060525568 97706 33554432000 1073741824 1073778376 140735395926304 139699927559080 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14144/tid=14149] ppid=14141 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/14144/task/14149/stat : 14149 (java) S 14141 14144 8839 0 -1 4202560 21 0 0 0 2 0 0 0 20 0 22 0 108304031 10060525568 97706 33554432000 1073741824 1073778376 140735395926304 139699926506280 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14144/tid=14150] ppid=14141 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/14144/task/14150/stat : 14150 (java) S 14141 14144 8839 0 -1 4202560 46 0 0 0 7 1 0 0 20 0 22 0 108304031 10060525568 97706 33554432000 1073741824 1073778376 140735395926304 139699925453480 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14144/tid=14151] ppid=14141 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/14144/task/14151/stat : 14151 (java) S 14141 14144 8839 0 -1 4202560 158 0 0 0 2 0 0 0 20 0 22 0 108304031 10060525568 97706 33554432000 1073741824 1073778376 140735395926304 139699924400680 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14144/tid=14152] ppid=14141 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/14144/task/14152/stat : 14152 (java) S 14141 14144 8839 0 -1 4202560 39 0 0 0 4 2 0 0 20 0 22 0 108304031 10060525568 97706 33554432000 1073741824 1073778376 140735395926304 139699923347880 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14144/tid=14153] ppid=14141 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/14144/task/14153/stat : 14153 (java) S 14141 14144 8839 0 -1 4202560 94 0 0 0 4 0 0 0 20 0 22 0 108304031 10060525568 97706 33554432000 1073741824 1073778376 140735395926304 139699922295080 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14144/tid=14154] ppid=14141 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/14144/task/14154/stat : 14154 (java) S 14141 14144 8839 0 -1 4202560 132 0 0 0 2 0 0 0 20 0 22 0 108304031 10060525568 97706 33554432000 1073741824 1073778376 140735395926304 139699921242280 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14144/tid=14155] ppid=14141 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14144/task/14155/stat : 14155 (java) S 14141 14144 8839 0 -1 4202560 199 0 0 0 0 0 0 0 20 0 22 0 108304032 10060525568 97706 33554432000 1073741824 1073778376 140735395926304 139699310013416 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14144/tid=14156] ppid=14141 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14144/task/14156/stat : 14156 (java) S 14141 14144 8839 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 108304033 10060525568 97706 33554432000 1073741824 1073778376 140735395926304 139699308959480 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14144/tid=14157] ppid=14141 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14144/task/14157/stat : 14157 (java) S 14141 14144 8839 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 108304033 10060525568 97706 33554432000 1073741824 1073778376 140735395926304 139699307906568 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14144/tid=14158] ppid=14141 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14144/task/14158/stat : 14158 (java) S 14141 14144 8839 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108304035 10060525568 97706 33554432000 1073741824 1073778376 140735395926304 139699306855056 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14144/tid=14159] ppid=14141 vsize=9824732 CPUtime=1.91 cores=0,2,4,6
/proc/14144/task/14159/stat : 14159 (java) S 14141 14144 8839 0 -1 4202560 14203 0 0 0 189 2 0 0 20 0 22 0 108304035 10060525568 97706 33554432000 1073741824 1073778376 140735395926304 139699305802168 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14144/tid=14160] ppid=14141 vsize=9824732 CPUtime=1.88 cores=0,2,4,6
/proc/14144/task/14160/stat : 14160 (java) S 14141 14144 8839 0 -1 4202560 19311 0 0 0 184 4 0 0 20 0 22 0 108304035 10060525568 97706 33554432000 1073741824 1073778376 140735395926304 139699304749368 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14144/tid=14161] ppid=14141 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14144/task/14161/stat : 14161 (java) S 14141 14144 8839 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108304035 10060525568 97706 33554432000 1073741824 1073778376 140735395926304 139699303696760 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14144/tid=14162] ppid=14141 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14144/task/14162/stat : 14162 (java) S 14141 14144 8839 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108304035 10060525568 97706 33554432000 1073741824 1073778376 140735395926304 139699302644168 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14144/tid=14163] ppid=14141 vsize=9824732 CPUtime=1.07 cores=0,2,4,6
/proc/14144/task/14163/stat : 14163 (java) R 14141 14144 8839 0 -1 4202560 21 0 0 0 107 0 0 0 20 0 22 0 108304225 10060525568 97706 33554432000 1073741824 1073778376 140735395926304 139699301589736 139699802357260 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=14144/tid=14164] ppid=14141 vsize=9824732 CPUtime=1.06 cores=0,2,4,6
/proc/14144/task/14164/stat : 14164 (java) R 14141 14144 8839 0 -1 4202560 75 0 0 0 104 2 0 0 20 0 22 0 108304225 10060525568 97706 33554432000 1073741824 1073778376 140735395926304 139699300536696 139699802108180 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=14144/tid=14165] ppid=14141 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14144/task/14165/stat : 14165 (java) S 14141 14144 8839 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 108304233 10060525568 97706 33554432000 1073741824 1073778376 140735395926304 139699299485096 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14144/tid=14166] ppid=14141 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14144/task/14166/stat : 14166 (java) S 14141 14144 8839 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 108304233 10060525568 97706 33554432000 1073741824 1073778376 140735395926304 139699298432296 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 8.31
Current children cumulated vsize (KiB) 9824732

[startup+6.3059 s]
/proc/loadavg: 3.88 3.73 3.78 5/218 14166
/proc/meminfo: memFree=27610308/32872528 swapFree=11372/178980
[pid=14144] ppid=14141 vsize=9824732 CPUtime=15.23 cores=0,2,4,6
/proc/14144/stat : 14144 (java) S 14141 14144 8839 0 -1 4202496 38926 0 1 0 1493 30 0 0 20 0 22 0 108304030 10060525568 170944 33554432000 1073741824 1073778376 140735395926304 140735395917440 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14144/statm: 2456183 171456 2291 9 0 2446860 0
[pid=14144/tid=14145] ppid=14141 vsize=9824732 CPUtime=1.85 cores=0,2,4,6
/proc/14144/task/14145/stat : 14145 (java) S 14141 14144 8839 0 -1 4202560 2486 0 1 0 182 3 0 0 20 0 22 0 108304030 10060525568 171456 33554432000 1073741824 1073778376 140735395926304 139699956159352 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14144/tid=14147] ppid=14141 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/14144/task/14147/stat : 14147 (java) R 14141 14144 8839 0 -1 4202560 82 0 0 0 8 2 0 0 20 0 22 0 108304031 10060525568 171456 33554432000 1073741824 1073778376 140735395926304 139699928612056 139699958630131 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=14144/tid=14148] ppid=14141 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/14144/task/14148/stat : 14148 (java) R 14141 14144 8839 0 -1 4202560 56 0 0 0 8 2 0 0 20 0 22 0 108304031 10060525568 171456 33554432000 1073741824 1073778376 140735395926304 139699927559256 139699960334511 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=14144/tid=14149] ppid=14141 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/14144/task/14149/stat : 14149 (java) R 14141 14144 8839 0 -1 4202560 40 0 0 0 4 2 0 0 20 0 22 0 108304031 10060525568 171456 33554432000 1073741824 1073778376 140735395926304 139699926506456 139699962667439 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=14144/tid=14150] ppid=14141 vsize=9824732 CPUtime=0.15 cores=0,2,4,6
/proc/14144/task/14150/stat : 14150 (java) R 14141 14144 8839 0 -1 4202560 73 0 0 0 12 3 0 0 20 0 22 0 108304031 10060525568 171456 33554432000 1073741824 1073778376 140735395926304 139699925453480 139699958630065 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=14144/tid=14151] ppid=14141 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/14144/task/14151/stat : 14151 (java) R 14141 14144 8839 0 -1 4202560 183 0 0 0 5 2 0 0 20 0 22 0 108304031 10060525568 171456 33554432000 1073741824 1073778376 140735395926304 139699924400856 139699963055112 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=14144/tid=14152] ppid=14141 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/14144/task/14152/stat : 14152 (java) R 14141 14144 8839 0 -1 4202560 79 0 0 0 9 3 0 0 20 0 22 0 108304031 10060525568 171456 33554432000 1073741824 1073778376 140735395926304 139699923347880 139699958630081 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=14144/tid=14153] ppid=14141 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/14144/task/14153/stat : 14153 (java) R 14141 14144 8839 0 -1 4202560 115 0 0 0 5 1 0 0 20 0 22 0 108304031 10060525568 171456 33554432000 1073741824 1073778376 140735395926304 139699922295080 139699958630089 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=14144/tid=14154] ppid=14141 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/14144/task/14154/stat : 14154 (java) R 14141 14144 8839 0 -1 4202560 166 0 0 0 7 1 0 0 20 0 22 0 108304031 10060525568 171456 33554432000 1073741824 1073778376 140735395926304 139699921242456 139699958630081 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=14144/tid=14155] ppid=14141 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14144/task/14155/stat : 14155 (java) S 14141 14144 8839 0 -1 4202560 464 0 0 0 0 0 0 0 20 0 22 0 108304032 10060525568 171456 33554432000 1073741824 1073778376 140735395926304 139699310012296 224925889596 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14144/tid=14156] ppid=14141 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14144/task/14156/stat : 14156 (java) S 14141 14144 8839 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 108304033 10060525568 171456 33554432000 1073741824 1073778376 140735395926304 139699308959480 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14144/tid=14157] ppid=14141 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14144/task/14157/stat : 14157 (java) S 14141 14144 8839 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 108304033 10060525568 171456 33554432000 1073741824 1073778376 140735395926304 139699307906568 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14144/tid=14158] ppid=14141 vsize=9824732 CPUtime=0 cores=0,2,4,6

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

/proc/14144/task/14149/stat : 14149 (java) S 14141 14144 8839 0 -1 4202560 399 0 0 0 249 10 0 0 20 0 22 0 108304031 10060525568 614386 33554432000 1073741824 1073778376 140735395926304 139699926506280 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14144/tid=14150] ppid=14141 vsize=9824732 CPUtime=2.74 cores=0,2,4,6
/proc/14144/task/14150/stat : 14150 (java) S 14141 14144 8839 0 -1 4202560 435 0 0 0 262 12 0 0 20 0 22 0 108304031 10060525568 614386 33554432000 1073741824 1073778376 140735395926304 139699925453480 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14144/tid=14151] ppid=14141 vsize=9824732 CPUtime=2.55 cores=0,2,4,6
/proc/14144/task/14151/stat : 14151 (java) S 14141 14144 8839 0 -1 4202560 551 0 0 0 246 9 0 0 20 0 22 0 108304031 10060525568 614386 33554432000 1073741824 1073778376 140735395926304 139699924400680 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14144/tid=14152] ppid=14141 vsize=9824732 CPUtime=2.9 cores=0,2,4,6
/proc/14144/task/14152/stat : 14152 (java) S 14141 14144 8839 0 -1 4202560 455 0 0 0 278 12 0 0 20 0 22 0 108304031 10060525568 614386 33554432000 1073741824 1073778376 140735395926304 139699923347880 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14144/tid=14153] ppid=14141 vsize=9824732 CPUtime=2.63 cores=0,2,4,6
/proc/14144/task/14153/stat : 14153 (java) S 14141 14144 8839 0 -1 4202560 510 0 0 0 253 10 0 0 20 0 22 0 108304031 10060525568 614386 33554432000 1073741824 1073778376 140735395926304 139699922295080 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14144/tid=14154] ppid=14141 vsize=9824732 CPUtime=2.5 cores=0,2,4,6
/proc/14144/task/14154/stat : 14154 (java) S 14141 14144 8839 0 -1 4202560 527 0 0 0 242 8 0 0 20 0 22 0 108304031 10060525568 614386 33554432000 1073741824 1073778376 140735395926304 139699921242280 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14144/tid=14155] ppid=14141 vsize=9824732 CPUtime=2.09 cores=0,2,4,6
/proc/14144/task/14155/stat : 14155 (java) S 14141 14144 8839 0 -1 4202560 3740 0 0 0 197 12 0 0 20 0 22 0 108304032 10060525568 614386 33554432000 1073741824 1073778376 140735395926304 139699310013416 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14144/tid=14156] ppid=14141 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14144/task/14156/stat : 14156 (java) S 14141 14144 8839 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 108304033 10060525568 614386 33554432000 1073741824 1073778376 140735395926304 139699308959480 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14144/tid=14157] ppid=14141 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14144/task/14157/stat : 14157 (java) S 14141 14144 8839 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 108304033 10060525568 614386 33554432000 1073741824 1073778376 140735395926304 139699307906568 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14144/tid=14158] ppid=14141 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14144/task/14158/stat : 14158 (java) S 14141 14144 8839 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108304035 10060525568 614386 33554432000 1073741824 1073778376 140735395926304 139699306855056 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14144/tid=14159] ppid=14141 vsize=9824732 CPUtime=2.07 cores=0,2,4,6
/proc/14144/task/14159/stat : 14159 (java) S 14141 14144 8839 0 -1 4202560 14217 0 0 0 204 3 0 0 20 0 22 0 108304035 10060525568 614386 33554432000 1073741824 1073778376 140735395926304 139699305802168 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14144/tid=14160] ppid=14141 vsize=9824732 CPUtime=2.71 cores=0,2,4,6
/proc/14144/task/14160/stat : 14160 (java) S 14141 14144 8839 0 -1 4202560 19345 0 0 0 267 4 0 0 20 0 22 0 108304035 10060525568 614386 33554432000 1073741824 1073778376 140735395926304 139699304749368 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14144/tid=14161] ppid=14141 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14144/task/14161/stat : 14161 (java) S 14141 14144 8839 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108304035 10060525568 614386 33554432000 1073741824 1073778376 140735395926304 139699303696760 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14144/tid=14162] ppid=14141 vsize=9824732 CPUtime=0.35 cores=0,2,4,6
/proc/14144/task/14162/stat : 14162 (java) S 14141 14144 8839 0 -1 4202560 46 0 0 0 20 15 0 0 20 0 22 0 108304035 10060525568 614386 33554432000 1073741824 1073778376 140735395926304 139699302644168 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14144/tid=14163] ppid=14141 vsize=9824732 CPUtime=810.15 cores=0,2,4,6
/proc/14144/task/14163/stat : 14163 (java) R 14141 14144 8839 0 -1 4202560 60 0 0 0 81002 13 0 0 20 0 22 0 108304225 10060525568 614386 33554432000 1073741824 1073778376 140735395926304 139699301589072 139699802107632 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=14144/tid=14164] ppid=14141 vsize=9824732 CPUtime=810.24 cores=0,2,4,6
/proc/14144/task/14164/stat : 14164 (java) R 14141 14144 8839 0 -1 4202560 1958 0 0 0 80975 49 0 0 20 0 22 0 108304225 10060525568 614386 33554432000 1073741824 1073778376 140735395926304 139699300537376 139699802447751 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=14144/tid=14165] ppid=14141 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14144/task/14165/stat : 14165 (java) S 14141 14144 8839 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 108304233 10060525568 614386 33554432000 1073741824 1073778376 140735395926304 139699299485096 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14144/tid=14166] ppid=14141 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14144/task/14166/stat : 14166 (java) S 14141 14144 8839 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 108304233 10060525568 614386 33554432000 1073741824 1073778376 140735395926304 139699298432296 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1654.7
Current children cumulated vsize (KiB) 9824732

[startup+882.326 s]
/proc/loadavg: 4.05 4.02 3.88 5/219 14434
/proc/meminfo: memFree=25896560/32872528 swapFree=11372/178980
[pid=14144] ppid=14141 vsize=9824732 CPUtime=1775.39 cores=0,2,4,6
/proc/14144/stat : 14144 (java) S 14141 14144 8839 0 -1 4202496 46938 0 1 0 177383 156 0 0 20 0 22 0 108304030 10060525568 613192 33554432000 1073741824 1073778376 140735395926304 140735395917440 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14144/statm: 2456183 613192 2300 9 0 2446860 0
[pid=14144/tid=14145] ppid=14141 vsize=9824732 CPUtime=1.9 cores=0,2,4,6
/proc/14144/task/14145/stat : 14145 (java) S 14141 14144 8839 0 -1 4202560 2491 0 1 0 185 5 0 0 20 0 22 0 108304030 10060525568 613192 33554432000 1073741824 1073778376 140735395926304 139699956159352 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14144/tid=14147] ppid=14141 vsize=9824732 CPUtime=2.67 cores=0,2,4,6
/proc/14144/task/14147/stat : 14147 (java) R 14141 14144 8839 0 -1 4202560 443 0 0 0 257 10 0 0 20 0 22 0 108304031 10060525568 613192 33554432000 1073741824 1073778376 140735395926304 139699928612056 139699959915685 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=14144/tid=14148] ppid=14141 vsize=9824732 CPUtime=2.94 cores=0,2,4,6
/proc/14144/task/14148/stat : 14148 (java) R 14141 14144 8839 0 -1 4202560 434 0 0 0 283 11 0 0 20 0 22 0 108304031 10060525568 613192 33554432000 1073741824 1073778376 140735395926304 139699927559256 139699958717939 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=14144/tid=14149] ppid=14141 vsize=9824732 CPUtime=2.73 cores=0,2,4,6
/proc/14144/task/14149/stat : 14149 (java) R 14141 14144 8839 0 -1 4202560 405 0 0 0 263 10 0 0 20 0 22 0 108304031 10060525568 613192 33554432000 1073741824 1073778376 140735395926304 139699926506456 139699958717312 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=14144/tid=14150] ppid=14141 vsize=9824732 CPUtime=2.94 cores=0,2,4,6
/proc/14144/task/14150/stat : 14150 (java) R 14141 14144 8839 0 -1 4202560 443 0 0 0 282 12 0 0 20 0 22 0 108304031 10060525568 613192 33554432000 1073741824 1073778376 140735395926304 139699925453608 224922471559 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=14144/tid=14151] ppid=14141 vsize=9824732 CPUtime=2.75 cores=0,2,4,6
/proc/14144/task/14151/stat : 14151 (java) R 14141 14144 8839 0 -1 4202560 558 0 0 0 266 9 0 0 20 0 22 0 108304031 10060525568 613192 33554432000 1073741824 1073778376 140735395926304 139699924400680 224922471559 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=14144/tid=14152] ppid=14141 vsize=9824732 CPUtime=3.06 cores=0,2,4,6
/proc/14144/task/14152/stat : 14152 (java) R 14141 14144 8839 0 -1 4202560 461 0 0 0 294 12 0 0 20 0 22 0 108304031 10060525568 613192 33554432000 1073741824 1073778376 140735395926304 139699923347880 139699964204194 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=14144/tid=14153] ppid=14141 vsize=9824732 CPUtime=2.83 cores=0,2,4,6
/proc/14144/task/14153/stat : 14153 (java) R 14141 14144 8839 0 -1 4202560 515 0 0 0 273 10 0 0 20 0 22 0 108304031 10060525568 613192 33554432000 1073741824 1073778376 140735395926304 139699922295208 224922471559 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=14144/tid=14154] ppid=14141 vsize=9824732 CPUtime=2.68 cores=0,2,4,6
/proc/14144/task/14154/stat : 14154 (java) R 14141 14144 8839 0 -1 4202560 537 0 0 0 260 8 0 0 20 0 22 0 108304031 10060525568 613192 33554432000 1073741824 1073778376 140735395926304 139699921242408 224922471559 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=14144/tid=14155] ppid=14141 vsize=9824732 CPUtime=2.11 cores=0,2,4,6
/proc/14144/task/14155/stat : 14155 (java) S 14141 14144 8839 0 -1 4202560 3744 0 0 0 198 13 0 0 20 0 22 0 108304032 10060525568 613192 33554432000 1073741824 1073778376 140735395926304 139699310012296 224925889596 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14144/tid=14156] ppid=14141 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14144/task/14156/stat : 14156 (java) S 14141 14144 8839 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 108304033 10060525568 613192 33554432000 1073741824 1073778376 140735395926304 139699308959480 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14144/tid=14157] ppid=14141 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14144/task/14157/stat : 14157 (java) S 14141 14144 8839 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 108304033 10060525568 613192 33554432000 1073741824 1073778376 140735395926304 139699307906568 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14144/tid=14158] ppid=14141 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14144/task/14158/stat : 14158 (java) S 14141 14144 8839 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108304035 10060525568 613192 33554432000 1073741824 1073778376 140735395926304 139699306855056 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14144/tid=14159] ppid=14141 vsize=9824732 CPUtime=2.07 cores=0,2,4,6
/proc/14144/task/14159/stat : 14159 (java) S 14141 14144 8839 0 -1 4202560 14217 0 0 0 204 3 0 0 20 0 22 0 108304035 10060525568 613192 33554432000 1073741824 1073778376 140735395926304 139699305802168 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14144/tid=14160] ppid=14141 vsize=9824732 CPUtime=2.73 cores=0,2,4,6
/proc/14144/task/14160/stat : 14160 (java) S 14141 14144 8839 0 -1 4202560 19346 0 0 0 269 4 0 0 20 0 22 0 108304035 10060525568 613192 33554432000 1073741824 1073778376 140735395926304 139699304749368 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14144/tid=14161] ppid=14141 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14144/task/14161/stat : 14161 (java) S 14141 14144 8839 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108304035 10060525568 613192 33554432000 1073741824 1073778376 140735395926304 139699303696760 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14144/tid=14162] ppid=14141 vsize=9824732 CPUtime=0.37 cores=0,2,4,6
/proc/14144/task/14162/stat : 14162 (java) S 14141 14144 8839 0 -1 4202560 50 0 0 0 21 16 0 0 20 0 22 0 108304035 10060525568 613192 33554432000 1073741824 1073778376 140735395926304 139699302644168 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14144/tid=14163] ppid=14141 vsize=9824732 CPUtime=869.61 cores=0,2,4,6
/proc/14144/task/14163/stat : 14163 (java) S 14141 14144 8839 0 -1 4202560 60 0 0 0 86947 14 0 0 20 0 22 0 108304225 10060525568 613192 33554432000 1073741824 1073778376 140735395926304 139699301589192 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14144/tid=14164] ppid=14141 vsize=9824732 CPUtime=869.72 cores=0,2,4,6
/proc/14144/task/14164/stat : 14164 (java) S 14141 14144 8839 0 -1 4202560 1968 0 0 0 86922 50 0 0 20 0 22 0 108304225 10060525568 613192 33554432000 1073741824 1073778376 140735395926304 139699300535464 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14144/tid=14165] ppid=14141 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14144/task/14165/stat : 14165 (java) S 14141 14144 8839 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 108304233 10060525568 613192 33554432000 1073741824 1073778376 140735395926304 139699299485096 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14144/tid=14166] ppid=14141 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14144/task/14166/stat : 14166 (java) S 14141 14144 8839 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 108304233 10060525568 613192 33554432000 1073741824 1073778376 140735395926304 139699298432296 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1775.39
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+894.601 s]
/proc/loadavg: 4.04 4.02 3.88 5/219 14434
/proc/meminfo: memFree=25885204/32872528 swapFree=11372/178980
[pid=14144] ppid=14141 vsize=9824732 CPUtime=1800.02 cores=0,2,4,6
/proc/14144/stat : 14144 (java) S 14141 14144 8839 0 -1 4202496 46948 0 1 0 179845 157 0 0 20 0 22 0 108304030 10060525568 612934 33554432000 1073741824 1073778376 140735395926304 140735395917440 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14144/statm: 2456183 612934 2300 9 0 2446860 0
[pid=14144/tid=14145] ppid=14141 vsize=9824732 CPUtime=1.9 cores=0,2,4,6
/proc/14144/task/14145/stat : 14145 (java) S 14141 14144 8839 0 -1 4202560 2491 0 1 0 185 5 0 0 20 0 22 0 108304030 10060525568 612934 33554432000 1073741824 1073778376 140735395926304 139699956159352 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14144/tid=14147] ppid=14141 vsize=9824732 CPUtime=2.69 cores=0,2,4,6
/proc/14144/task/14147/stat : 14147 (java) S 14141 14144 8839 0 -1 4202560 445 0 0 0 259 10 0 0 20 0 22 0 108304031 10060525568 612934 33554432000 1073741824 1073778376 140735395926304 139699928611880 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14144/tid=14148] ppid=14141 vsize=9824732 CPUtime=2.97 cores=0,2,4,6
/proc/14144/task/14148/stat : 14148 (java) S 14141 14144 8839 0 -1 4202560 435 0 0 0 286 11 0 0 20 0 22 0 108304031 10060525568 612934 33554432000 1073741824 1073778376 140735395926304 139699927559080 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14144/tid=14149] ppid=14141 vsize=9824732 CPUtime=2.75 cores=0,2,4,6
/proc/14144/task/14149/stat : 14149 (java) S 14141 14144 8839 0 -1 4202560 405 0 0 0 265 10 0 0 20 0 22 0 108304031 10060525568 612934 33554432000 1073741824 1073778376 140735395926304 139699926506280 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14144/tid=14150] ppid=14141 vsize=9824732 CPUtime=2.96 cores=0,2,4,6
/proc/14144/task/14150/stat : 14150 (java) S 14141 14144 8839 0 -1 4202560 444 0 0 0 284 12 0 0 20 0 22 0 108304031 10060525568 612934 33554432000 1073741824 1073778376 140735395926304 139699925453480 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14144/tid=14151] ppid=14141 vsize=9824732 CPUtime=2.77 cores=0,2,4,6
/proc/14144/task/14151/stat : 14151 (java) S 14141 14144 8839 0 -1 4202560 559 0 0 0 268 9 0 0 20 0 22 0 108304031 10060525568 612934 33554432000 1073741824 1073778376 140735395926304 139699924400680 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14144/tid=14152] ppid=14141 vsize=9824732 CPUtime=3.08 cores=0,2,4,6
/proc/14144/task/14152/stat : 14152 (java) S 14141 14144 8839 0 -1 4202560 462 0 0 0 296 12 0 0 20 0 22 0 108304031 10060525568 612934 33554432000 1073741824 1073778376 140735395926304 139699923347880 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14144/tid=14153] ppid=14141 vsize=9824732 CPUtime=2.85 cores=0,2,4,6
/proc/14144/task/14153/stat : 14153 (java) S 14141 14144 8839 0 -1 4202560 516 0 0 0 275 10 0 0 20 0 22 0 108304031 10060525568 612934 33554432000 1073741824 1073778376 140735395926304 139699922295080 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14144/tid=14154] ppid=14141 vsize=9824732 CPUtime=2.69 cores=0,2,4,6
/proc/14144/task/14154/stat : 14154 (java) S 14141 14144 8839 0 -1 4202560 537 0 0 0 261 8 0 0 20 0 22 0 108304031 10060525568 612934 33554432000 1073741824 1073778376 140735395926304 139699921242280 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14144/tid=14155] ppid=14141 vsize=9824732 CPUtime=2.11 cores=0,2,4,6
/proc/14144/task/14155/stat : 14155 (java) S 14141 14144 8839 0 -1 4202560 3744 0 0 0 198 13 0 0 20 0 22 0 108304032 10060525568 612934 33554432000 1073741824 1073778376 140735395926304 139699310013416 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14144/tid=14156] ppid=14141 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14144/task/14156/stat : 14156 (java) S 14141 14144 8839 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 108304033 10060525568 612934 33554432000 1073741824 1073778376 140735395926304 139699308959480 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14144/tid=14157] ppid=14141 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14144/task/14157/stat : 14157 (java) S 14141 14144 8839 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 108304033 10060525568 612934 33554432000 1073741824 1073778376 140735395926304 139699307906568 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14144/tid=14158] ppid=14141 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14144/task/14158/stat : 14158 (java) S 14141 14144 8839 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108304035 10060525568 612934 33554432000 1073741824 1073778376 140735395926304 139699306855056 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14144/tid=14159] ppid=14141 vsize=9824732 CPUtime=2.07 cores=0,2,4,6
/proc/14144/task/14159/stat : 14159 (java) S 14141 14144 8839 0 -1 4202560 14217 0 0 0 204 3 0 0 20 0 22 0 108304035 10060525568 612934 33554432000 1073741824 1073778376 140735395926304 139699305802168 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14144/tid=14160] ppid=14141 vsize=9824732 CPUtime=2.73 cores=0,2,4,6
/proc/14144/task/14160/stat : 14160 (java) S 14141 14144 8839 0 -1 4202560 19346 0 0 0 269 4 0 0 20 0 22 0 108304035 10060525568 612934 33554432000 1073741824 1073778376 140735395926304 139699304749368 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14144/tid=14161] ppid=14141 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14144/task/14161/stat : 14161 (java) S 14141 14144 8839 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108304035 10060525568 612934 33554432000 1073741824 1073778376 140735395926304 139699303696760 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14144/tid=14162] ppid=14141 vsize=9824732 CPUtime=0.37 cores=0,2,4,6
/proc/14144/task/14162/stat : 14162 (java) S 14141 14144 8839 0 -1 4202560 50 0 0 0 21 16 0 0 20 0 22 0 108304035 10060525568 612934 33554432000 1073741824 1073778376 140735395926304 139699302644168 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14144/tid=14163] ppid=14141 vsize=9824732 CPUtime=881.8 cores=0,2,4,6
/proc/14144/task/14163/stat : 14163 (java) R 14141 14144 8839 0 -1 4202560 61 0 0 0 88166 14 0 0 20 0 22 0 108304225 10060525568 612934 33554432000 1073741824 1073778376 140735395926304 139699301589040 139699802357817 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=14144/tid=14164] ppid=14141 vsize=9824732 CPUtime=881.91 cores=0,2,4,6
/proc/14144/task/14164/stat : 14164 (java) R 14141 14144 8839 0 -1 4202560 1970 0 0 0 88141 50 0 0 20 0 22 0 108304225 10060525568 612934 33554432000 1073741824 1073778376 140735395926304 139699300537376 139699801724036 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=14144/tid=14165] ppid=14141 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14144/task/14165/stat : 14165 (java) S 14141 14144 8839 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 108304233 10060525568 612934 33554432000 1073741824 1073778376 140735395926304 139699299485096 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14144/tid=14166] ppid=14141 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14144/task/14166/stat : 14166 (java) S 14141 14144 8839 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 108304233 10060525568 612934 33554432000 1073741824 1073778376 140735395926304 139699298432296 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 9824732

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

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 14144 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 14144 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=59261
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=40689
# CPU time returned by wait4() is 1796.1
# while last known CPU time is 1800.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 894.669
CPU time (s): 1800.02
CPU user time (s): 1798.45
CPU system time (s): 1.57
CPU usage (%): 201.194
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.06
system time used= 2.04069
maximum resident set size= 2938820
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 46990
page faults= 1
swaps= 0
block input operations= 0
block output operations= 944
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 27158
involuntary context switches= 41201

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.80212 second user time and 7.2149 second system time

The end

Launcher Data

Begin job on node105 at 2016-06-07 03:41:34
IDJOB=4080457
IDBENCH=73459
IDSOLVER=2543
FILE ID=node105/4080457-1465263693
RUNJOBID= node105-1465255598-8855
PBS_JOBID= 19843277
Free space on /tmp= 71740 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB10/normalized-PB10/DEC-SMALLINT-LIN/oliveras/j120/normalized-j12046_2-sat.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4080457-1465263693/watcher-4080457-1465263693 -o /tmp/evaluation-result-4080457-1465263693/solver-4080457-1465263693 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node105-1465255598-8855 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4080457-1465263693.opb

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

MD5SUM BENCH= 8df6acf86997549eac6f2a4fde05a479
RANDOM SEED=776561503

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.813
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.62
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.813
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.813
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.813
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.813
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.55
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.813
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.56
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.813
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.813
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        28262372 kB
Buffers:           75112 kB
Cached:           167308 kB
SwapCached:         1780 kB
Active:          3571772 kB
Inactive:         148596 kB
Active(anon):    3479032 kB
Inactive(anon):     1544 kB
Active(file):      92740 kB
Inactive(file):   147052 kB
Unevictable:      178980 kB
Mlocked:           11372 kB
SwapTotal:      67108856 kB
SwapFree:       67098480 kB
Dirty:              6432 kB
Writeback:             0 kB
AnonPages:       3656424 kB
Mapped:            15532 kB
Shmem:                 0 kB
Slab:             572168 kB
SReclaimable:      14888 kB
SUnreclaim:       557280 kB
KernelStack:        1624 kB
PageTables:        11196 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4109920 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3522560 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= 71740 MiB
End job on node105 at 2016-06-07 03:56:28