Trace number 4097934

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 892.465

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/quimper/SyncCodes/
d-equals-n_k/normalized-compression64_16.opb
MD5SUM2e4ec9d1e689f9a15b90edecd14f0760
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 variables6480
Total number of constraints31685
Number of constraints which are clauses31680
Number of constraints which are cardinality constraints (but not clauses)5
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint80
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 16
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 96
Number of bits of the biggest sum of numbers7
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	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.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/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.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/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.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4097934-1466114784.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  no objective function found
2.76/1.33	c ... done. Wall clock time 1.216s.
2.76/1.33	c declared #vars     6480
2.76/1.33	c #constraints  31689
2.76/1.34	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
2.76/1.34	c constraints type 
2.76/1.34	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 18960
2.76/1.34	c org.sat4j.specs.Constr$1 => 4
2.76/1.34	c org.sat4j.minisat.constraints.card.MinWatchCard => 3
2.76/1.34	c org.sat4j.minisat.constraints.cnf.UnitClause => 3
2.76/1.34	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 12719
2.76/1.34	c 31689 constraints processed.
2.76/1.34	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
2.76/1.34	c constraints type 
2.76/1.34	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 12719
2.76/1.34	c org.sat4j.specs.Constr$1 => 4
2.76/1.34	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 18960
2.76/1.34	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 3
2.76/1.34	c org.sat4j.pb.constraints.pb.UnitClausePB => 3
2.76/1.34	c 31689 constraints processed.
9.98/3.82	c cleaning 2501 clauses out of 5002 with flag 45876/5002
14.92/6.14	c cleaning 4246 clauses out of 8500 with flag 118202/11001
20.38/8.73	c cleaning 5627 clauses out of 11253 with flag 184731/18000
26.94/11.87	c cleaning 6808 clauses out of 13626 with flag 268962/26000
34.55/15.55	c cleaning 7899 clauses out of 15818 with flag 327661/35000
45.32/20.86	c cleaning 8955 clauses out of 17920 with flag 393583/45001
53.08/24.68	c cleaning 9980 clauses out of 19964 with flag 480018/56000
61.00/28.52	c cleaning 10989 clauses out of 21984 with flag 551911/68000
70.80/33.49	c cleaning 11991 clauses out of 23996 with flag 649596/81001
80.97/38.40	c cleaning 12997 clauses out of 26005 with flag 763898/95001
89.77/42.83	c cleaning 14004 clauses out of 28007 with flag 854793/110000
102.35/49.08	c cleaning 15002 clauses out of 30003 with flag 968989/126000
114.96/55.36	c cleaning 15995 clauses out of 32003 with flag 1093276/143002
127.43/61.94	c cleaning 16998 clauses out of 34006 with flag 1210404/161000
141.49/68.99	c cleaning 17995 clauses out of 36008 with flag 1338465/180000
154.41/75.39	c cleaning 19007 clauses out of 38013 with flag 1468644/200000
169.02/82.63	c cleaning 19999 clauses out of 40006 with flag 1609830/221000
184.37/90.30	c cleaning 20997 clauses out of 42007 with flag 1754556/243000
200.35/98.19	c cleaning 0 clauses out of 5000 with flag 0/5000
200.61/98.29	c cleaning 22003 clauses out of 44011 with flag 1897702/266001
220.24/107.82	c cleaning 23004 clauses out of 46008 with flag 2063605/290001
240.45/117.75	c cleaning 23998 clauses out of 48005 with flag 2239889/315002
258.65/126.79	c cleaning 25000 clauses out of 50005 with flag 2401998/341000
278.62/136.70	c cleaning 26001 clauses out of 52005 with flag 2588003/368000
301.19/147.83	c cleaning 27002 clauses out of 54004 with flag 2773208/396000
322.99/158.62	c cleaning 27991 clauses out of 56002 with flag 2957039/425000
347.52/170.62	c cleaning 28979 clauses out of 58011 with flag 3155067/455000
370.56/182.06	c cleaning 30001 clauses out of 60032 with flag 3356044/486000
396.21/194.71	c cleaning 30996 clauses out of 62031 with flag 3570896/518000
419.90/206.49	c cleaning 32005 clauses out of 64035 with flag 3768091/551000
447.28/220.69	c cleaning 33000 clauses out of 66030 with flag 3981856/585000
472.64/233.19	c cleaning 33995 clauses out of 68030 with flag 4190922/620000
497.21/245.32	c cleaning 35011 clauses out of 70035 with flag 4400347/656000
522.17/257.63	c cleaning 36001 clauses out of 72027 with flag 4620570/693003
546.17/269.54	c cleaning 37002 clauses out of 74024 with flag 4826232/731001
573.10/282.99	c cleaning 37998 clauses out of 76021 with flag 5057525/770000
608.99/300.63	c cleaning 39004 clauses out of 78023 with flag 5319651/810000
640.09/315.94	c cleaning 40008 clauses out of 80019 with flag 5593778/851000
674.29/332.92	c cleaning 40979 clauses out of 82011 with flag 5867661/893000
707.30/349.25	c cleaning 42001 clauses out of 84036 with flag 6146432/936004
743.51/367.16	c cleaning 42987 clauses out of 86031 with flag 6424922/980000
783.02/386.67	c cleaning 43998 clauses out of 88044 with flag 6712380/1025000
824.26/406.97	c cleaning 45022 clauses out of 90048 with flag 7011093/1071002
867.64/428.38	c cleaning 45985 clauses out of 92024 with flag 7333008/1118000
889.90/439.38	c cleaning 0 clauses out of 11002 with flag 0/11002
907.71/448.20	c cleaning 47002 clauses out of 94039 with flag 7651740/1166000
956.82/473.45	c cleaning 48000 clauses out of 96037 with flag 7988654/1215000
1000.80/495.05	c cleaning 49013 clauses out of 98039 with flag 8322823/1265002
1047.24/518.12	c cleaning 50015 clauses out of 100032 with flag 8674492/1316008
1091.85/540.27	c cleaning 50988 clauses out of 102012 with flag 9020566/1368003
1135.87/562.07	c cleaning 52010 clauses out of 104022 with flag 9358888/1421001
1180.88/584.37	c cleaning 52992 clauses out of 106011 with flag 9709069/1475000
1225.83/606.57	c cleaning 53998 clauses out of 108020 with flag 10060451/1530001
1269.17/627.92	c cleaning 55007 clauses out of 110021 with flag 10399699/1586000
1310.79/648.54	c cleaning 55999 clauses out of 112016 with flag 10727097/1643002
1360.97/673.42	c cleaning 57002 clauses out of 114015 with flag 11090042/1701000
1418.52/701.92	c cleaning 58003 clauses out of 116013 with flag 11473146/1760000
1472.62/728.70	c cleaning 58940 clauses out of 118012 with flag 11844105/1820002
1529.94/757.12	c cleaning 60026 clauses out of 120071 with flag 12238887/1881001
1588.24/785.88	c cleaning 61002 clauses out of 122044 with flag 12643825/1943000
1653.67/818.11	c cleaning 62019 clauses out of 124051 with flag 13070783/2006009
1715.91/848.99	c cleaning 63000 clauses out of 126024 with flag 13483304/2070001
1784.37/882.75	c cleaning 64013 clauses out of 128025 with flag 13924870/2135002
1800.02/892.40	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.02/892.40	c starts		: 5491
1800.02/892.40	c conflicts		: 2150327
1800.02/892.40	c decisions		: 19916008
1800.02/892.40	c propagations		: 825702071
1800.02/892.40	c inspects		: 10034114695
1800.02/892.40	c shortcuts		: 0
1800.02/892.40	c learnt literals	: 0
1800.02/892.40	c learnt binary clauses	: 0
1800.02/892.40	c learnt ternary clauses	: 0
1800.02/892.40	c learnt constraints	: 2150327
1800.02/892.40	c ignored constraints	: 0
1800.02/892.40	c root simplifications	: 0
1800.02/892.40	c removed literals (reason simplification)	: 34525407
1800.02/892.40	c reason swapping (by a shorter reason)	: 0
1800.02/892.40	c Calls to reduceDB	: 61
1800.02/892.40	c Number of update (reduction) of LBD	: 1160016
1800.02/892.40	c Imported unit clauses	: 0
1800.02/892.40	c number of reductions to clauses (during analyze)	: 0
1800.02/892.40	c number of learned constraints concerned by reduction	: 0
1800.02/892.40	c number of learning phase by resolution	: 0
1800.02/892.40	c number of learning phase by cutting planes	: 0
1800.02/892.40	c speed (assignments/second)	: 926656.6833697135
1800.02/892.40	c non guided choices	4899
1800.02/892.43	c learnt constraints type 
1800.02/892.43	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 79337
1800.02/892.43	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.02/892.43	c starts		: 43
1800.02/892.43	c conflicts		: 15515
1800.02/892.43	c decisions		: 23888
1800.02/892.43	c propagations		: 1770937
1800.02/892.43	c inspects		: 949168537
1800.02/892.43	c shortcuts		: 0
1800.02/892.43	c learnt literals	: 0
1800.02/892.43	c learnt binary clauses	: 0
1800.02/892.43	c learnt ternary clauses	: 3
1800.02/892.43	c learnt constraints	: 15515
1800.02/892.43	c ignored constraints	: 0
1800.02/892.43	c root simplifications	: 0
1800.02/892.43	c removed literals (reason simplification)	: 0
1800.02/892.43	c reason swapping (by a shorter reason)	: 0
1800.02/892.43	c Calls to reduceDB	: 2
1800.02/892.43	c Number of update (reduction) of LBD	: 0
1800.02/892.43	c Imported unit clauses	: 0
1800.02/892.43	c number of reductions to clauses (during analyze)	: 0
1800.02/892.43	c number of learned constraints concerned by reduction	: 0
1800.02/892.43	c number of learning phase by resolution	: 0
1800.02/892.43	c number of learning phase by cutting planes	: 0
1800.02/892.43	c speed (assignments/second)	: 1987.4118622745284
1800.02/892.43	c non guided choices	4899
1800.02/892.43	c learnt constraints type 
1800.02/892.43	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 441
1800.02/892.43	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 124
1800.02/892.43	c org.sat4j.pb.constraints.pb.MaxWatchPb => 14950
1800.02/892.43	s UNKNOWN
1800.02/892.43	c Total wall clock time (in seconds): 892.316

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-4097934-1466114784/watcher-4097934-1466114784 -o /tmp/evaluation-result-4097934-1466114784/solver-4097934-1466114784 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node121-1466112173-16811 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4097934-1466114784.opb 

pid=18448
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: 4.03 4.20 4.09 4/195 18451
/proc/meminfo: memFree=28955172/32872528 swapFree=1315980/1463148
[pid=18451] ppid=18448 vsize=9224 CPUtime=0 cores=1,3,5,7
/proc/18451/stat : 18451 (java) R 18448 18451 14504 0 -1 4202496 421 0 0 0 0 0 0 0 20 0 1 0 13525383 9445376 90 33554432000 1073741824 1073778376 140733238207040 140733238204168 227503289783 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/18451/statm: 2306 93 75 9 0 38 0

[startup+0.10016 s]
/proc/loadavg: 4.03 4.20 4.09 4/195 18451
/proc/meminfo: memFree=28955172/32872528 swapFree=1315980/1463148
[pid=18451] ppid=18448 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/18451/stat : 18451 (java) S 18448 18451 14504 0 -1 4202496 4402 0 1 0 8 1 0 0 20 0 18 0 13525383 9787879424 6035 33554432000 1073741824 1073778376 140733238207040 140733238198176 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18451/statm: 2389619 6035 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200265 s]
/proc/loadavg: 4.03 4.20 4.09 4/195 18451
/proc/meminfo: memFree=28955172/32872528 swapFree=1315980/1463148
[pid=18451] ppid=18448 vsize=9558476 CPUtime=0.28 cores=1,3,5,7
/proc/18451/stat : 18451 (java) S 18448 18451 14504 0 -1 4202496 6250 0 1 0 26 2 0 0 20 0 18 0 13525383 9787879424 8406 33554432000 1073741824 1073778376 140733238207040 140733238198176 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18451/statm: 2389619 8407 2209 9 0 2380296 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9558476

[startup+0.300253 s]
/proc/loadavg: 4.03 4.20 4.09 4/195 18451
/proc/meminfo: memFree=28955172/32872528 swapFree=1315980/1463148
[pid=18451] ppid=18448 vsize=9558476 CPUtime=0.57 cores=1,3,5,7
/proc/18451/stat : 18451 (java) S 18448 18451 14504 0 -1 4202496 6901 0 1 0 55 2 0 0 20 0 18 0 13525383 9787879424 10751 33554432000 1073741824 1073778376 140733238207040 140733238198176 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18451/statm: 2389619 10751 2234 9 0 2380296 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 9558476

[startup+0.700266 s]
/proc/loadavg: 4.03 4.20 4.09 4/195 18451
/proc/meminfo: memFree=28955172/32872528 swapFree=1315980/1463148
[pid=18451] ppid=18448 vsize=9558476 CPUtime=1.09 cores=1,3,5,7
/proc/18451/stat : 18451 (java) S 18448 18451 14504 0 -1 4202496 12157 0 1 0 104 5 0 0 20 0 18 0 13525383 9787879424 44681 33554432000 1073741824 1073778376 140733238207040 140733238198176 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18451/statm: 2389619 44681 2255 9 0 2380296 0
Current children cumulated CPU time (s) 1.09
Current children cumulated vsize (KiB) 9558476

[startup+1.50072 s]
/proc/loadavg: 4.03 4.20 4.09 6/213 18469
/proc/meminfo: memFree=28745732/32872528 swapFree=1315980/1463148
[pid=18451] ppid=18448 vsize=9824732 CPUtime=3.49 cores=1,3,5,7
/proc/18451/stat : 18451 (java) S 18448 18451 14504 0 -1 4202496 33969 0 1 0 339 10 0 0 20 0 22 0 13525383 10060525568 58974 33554432000 1073741824 1073778376 140733238207040 140733238198176 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18451/statm: 2456183 58974 2275 9 0 2446860 0
[pid=18451/tid=18453] ppid=18448 vsize=9824732 CPUtime=1.28 cores=1,3,5,7
/proc/18451/task/18453/stat : 18453 (java) S 18448 18451 14504 0 -1 4202560 2481 0 1 0 125 3 0 0 20 0 22 0 13525384 10060525568 58974 33554432000 1073741824 1073778376 140733238207040 139853784372088 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18451/tid=18454] ppid=18448 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18451/task/18454/stat : 18454 (java) S 18448 18451 14504 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 13525385 10060525568 58974 33554432000 1073741824 1073778376 140733238207040 139853745863336 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18451/tid=18455] ppid=18448 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18451/task/18455/stat : 18455 (java) S 18448 18451 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13525385 10060525568 58974 33554432000 1073741824 1073778376 140733238207040 139853744810792 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18451/tid=18456] ppid=18448 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18451/task/18456/stat : 18456 (java) S 18448 18451 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13525385 10060525568 58974 33554432000 1073741824 1073778376 140733238207040 139853743758248 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18451/tid=18457] ppid=18448 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/18451/task/18457/stat : 18457 (java) S 18448 18451 14504 0 -1 4202560 19 0 0 0 1 0 0 0 20 0 22 0 13525385 10060525568 58974 33554432000 1073741824 1073778376 140733238207040 139853742705704 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18451/tid=18458] ppid=18448 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18451/task/18458/stat : 18458 (java) S 18448 18451 14504 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 13525385 10060525568 58974 33554432000 1073741824 1073778376 140733238207040 139853741652136 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18451/tid=18459] ppid=18448 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18451/task/18459/stat : 18459 (java) S 18448 18451 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13525385 10060525568 58974 33554432000 1073741824 1073778376 140733238207040 139853740599592 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18451/tid=18460] ppid=18448 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18451/task/18460/stat : 18460 (java) S 18448 18451 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13525385 10060525568 58974 33554432000 1073741824 1073778376 140733238207040 139853739547048 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18451/tid=18461] ppid=18448 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18451/task/18461/stat : 18461 (java) S 18448 18451 14504 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 13525385 10060525568 58974 33554432000 1073741824 1073778376 140733238207040 139853738494504 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18451/tid=18462] ppid=18448 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18451/task/18462/stat : 18462 (java) S 18448 18451 14504 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 22 0 13525387 10060525568 58974 33554432000 1073741824 1073778376 140733238207040 139853607963240 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18451/tid=18463] ppid=18448 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18451/task/18463/stat : 18463 (java) S 18448 18451 14504 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 13525387 10060525568 58974 33554432000 1073741824 1073778376 140733238207040 139853606909560 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18451/tid=18464] ppid=18448 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18451/task/18464/stat : 18464 (java) S 18448 18451 14504 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 13525387 10060525568 58974 33554432000 1073741824 1073778376 140733238207040 139853605856904 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18451/tid=18465] ppid=18448 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18451/task/18465/stat : 18465 (java) S 18448 18451 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13525389 10060525568 58974 33554432000 1073741824 1073778376 140733238207040 139853604805648 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18451/tid=18466] ppid=18448 vsize=9824732 CPUtime=0.8 cores=1,3,5,7
/proc/18451/task/18466/stat : 18466 (java) R 18448 18451 14504 0 -1 4202560 11093 0 0 0 78 2 0 0 20 0 22 0 13525389 10060525568 58974 33554432000 1073741824 1073778376 140733238207040 139853603749304 139853786978545 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=18451/tid=18467] ppid=18448 vsize=9824732 CPUtime=1.01 cores=1,3,5,7
/proc/18451/task/18467/stat : 18467 (java) R 18448 18451 14504 0 -1 4202560 18969 0 0 0 98 3 0 0 20 0 22 0 13525389 10060525568 58974 33554432000 1073741824 1073778376 140733238207040 139853602687016 139853788217504 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=18451/tid=18468] ppid=18448 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18451/task/18468/stat : 18468 (java) S 18448 18451 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13525389 10060525568 58974 33554432000 1073741824 1073778376 140733238207040 139853601647096 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18451/tid=18469] ppid=18448 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18451/task/18469/stat : 18469 (java) S 18448 18451 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13525389 10060525568 58974 33554432000 1073741824 1073778376 140733238207040 139853600594760 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.49
Current children cumulated vsize (KiB) 9824732

[startup+3.10086 s]
/proc/loadavg: 4.03 4.20 4.09 7/217 18473
/proc/meminfo: memFree=28729508/32872528 swapFree=1315980/1463148
[pid=18451] ppid=18448 vsize=9824732 CPUtime=8.58 cores=1,3,5,7
/proc/18451/stat : 18451 (java) S 18448 18451 14504 0 -1 4202496 39212 0 1 0 847 11 0 0 20 0 22 0 13525383 10060525568 58068 33554432000 1073741824 1073778376 140733238207040 140733238198176 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18451/statm: 2456183 58068 2288 9 0 2446860 0
[pid=18451/tid=18453] ppid=18448 vsize=9824732 CPUtime=1.28 cores=1,3,5,7
/proc/18451/task/18453/stat : 18453 (java) S 18448 18451 14504 0 -1 4202560 2481 0 1 0 125 3 0 0 20 0 22 0 13525384 10060525568 58068 33554432000 1073741824 1073778376 140733238207040 139853784372088 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18451/tid=18454] ppid=18448 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18451/task/18454/stat : 18454 (java) S 18448 18451 14504 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 13525385 10060525568 58068 33554432000 1073741824 1073778376 140733238207040 139853745863336 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18451/tid=18455] ppid=18448 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18451/task/18455/stat : 18455 (java) S 18448 18451 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13525385 10060525568 58068 33554432000 1073741824 1073778376 140733238207040 139853744810792 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18451/tid=18456] ppid=18448 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18451/task/18456/stat : 18456 (java) S 18448 18451 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13525385 10060525568 58068 33554432000 1073741824 1073778376 140733238207040 139853743758248 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18451/tid=18457] ppid=18448 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/18451/task/18457/stat : 18457 (java) S 18448 18451 14504 0 -1 4202560 19 0 0 0 1 0 0 0 20 0 22 0 13525385 10060525568 58068 33554432000 1073741824 1073778376 140733238207040 139853742705704 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18451/tid=18458] ppid=18448 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18451/task/18458/stat : 18458 (java) S 18448 18451 14504 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 13525385 10060525568 58068 33554432000 1073741824 1073778376 140733238207040 139853741652136 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18451/tid=18459] ppid=18448 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18451/task/18459/stat : 18459 (java) S 18448 18451 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13525385 10060525568 58068 33554432000 1073741824 1073778376 140733238207040 139853740599592 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18451/tid=18460] ppid=18448 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18451/task/18460/stat : 18460 (java) S 18448 18451 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13525385 10060525568 58068 33554432000 1073741824 1073778376 140733238207040 139853739547048 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18451/tid=18461] ppid=18448 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18451/task/18461/stat : 18461 (java) S 18448 18451 14504 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 13525385 10060525568 58068 33554432000 1073741824 1073778376 140733238207040 139853738494504 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18451/tid=18462] ppid=18448 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18451/task/18462/stat : 18462 (java) S 18448 18451 14504 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 22 0 13525387 10060525568 58068 33554432000 1073741824 1073778376 140733238207040 139853607963240 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18451/tid=18463] ppid=18448 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18451/task/18463/stat : 18463 (java) S 18448 18451 14504 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 13525387 10060525568 58068 33554432000 1073741824 1073778376 140733238207040 139853606909560 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18451/tid=18464] ppid=18448 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18451/task/18464/stat : 18464 (java) S 18448 18451 14504 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 13525387 10060525568 58068 33554432000 1073741824 1073778376 140733238207040 139853605856904 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18451/tid=18465] ppid=18448 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18451/task/18465/stat : 18465 (java) S 18448 18451 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13525389 10060525568 58068 33554432000 1073741824 1073778376 140733238207040 139853604805648 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18451/tid=18466] ppid=18448 vsize=9824732 CPUtime=1.75 cores=1,3,5,7
/proc/18451/task/18466/stat : 18466 (java) S 18448 18451 14504 0 -1 4202560 11114 0 0 0 173 2 0 0 20 0 22 0 13525389 10060525568 58068 33554432000 1073741824 1073778376 140733238207040 139853603751992 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18451/tid=18467] ppid=18448 vsize=9824732 CPUtime=1.96 cores=1,3,5,7
/proc/18451/task/18467/stat : 18467 (java) S 18448 18451 14504 0 -1 4202560 24178 0 0 0 192 4 0 0 20 0 22 0 13525389 10060525568 58068 33554432000 1073741824 1073778376 140733238207040 139853602699448 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18451/tid=18468] ppid=18448 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18451/task/18468/stat : 18468 (java) S 18448 18451 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13525389 10060525568 58068 33554432000 1073741824 1073778376 140733238207040 139853601647096 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18451/tid=18469] ppid=18448 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18451/task/18469/stat : 18469 (java) S 18448 18451 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13525389 10060525568 58068 33554432000 1073741824 1073778376 140733238207040 139853600594760 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18451/tid=18470] ppid=18448 vsize=9824732 CPUtime=1.72 cores=1,3,5,7
/proc/18451/task/18470/stat : 18470 (java) R 18448 18451 14504 0 -1 4202560 22 0 0 0 172 0 0 0 20 0 22 0 13525518 10060525568 58068 33554432000 1073741824 1073778376 140733238207040 139853599539800 139853615472175 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=18451/tid=18471] ppid=18448 vsize=9824732 CPUtime=1.71 cores=1,3,5,7
/proc/18451/task/18471/stat : 18471 (java) R 18448 18451 14504 0 -1 4202560 26 0 0 0 171 0 0 0 20 0 22 0 13525518 10060525568 58068 33554432000 1073741824 1073778376 140733238207040 139852456649288 139853615605117 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=18451/tid=18472] ppid=18448 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18451/task/18472/stat : 18472 (java) S 18448 18451 14504 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13525519 10060525568 58068 33554432000 1073741824 1073778376 140733238207040 139852455597608 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18451/tid=18473] ppid=18448 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18451/task/18473/stat : 18473 (java) S 18448 18451 14504 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13525519 10060525568 58068 33554432000 1073741824 1073778376 140733238207040 139852454545064 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 8.58
Current children cumulated vsize (KiB) 9824732

[startup+6.30095 s]
/proc/loadavg: 4.03 4.19 4.09 6/217 18473
/proc/meminfo: memFree=28713716/32872528 swapFree=1315980/1463148
[pid=18451] ppid=18448 vsize=9824732 CPUtime=15.33 cores=1,3,5,7
/proc/18451/stat : 18451 (java) S 18448 18451 14504 0 -1 4202496 39287 0 1 0 1518 15 0 0 20 0 22 0 13525383 10060525568 62908 33554432000 1073741824 1073778376 140733238207040 140733238198176 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18451/statm: 2456183 62908 2293 9 0 2446860 0
[pid=18451/tid=18453] ppid=18448 vsize=9824732 CPUtime=1.28 cores=1,3,5,7
/proc/18451/task/18453/stat : 18453 (java) S 18448 18451 14504 0 -1 4202560 2481 0 1 0 125 3 0 0 20 0 22 0 13525384 10060525568 62908 33554432000 1073741824 1073778376 140733238207040 139853784372088 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18451/tid=18454] ppid=18448 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/18451/task/18454/stat : 18454 (java) S 18448 18451 14504 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 22 0 13525385 10060525568 62908 33554432000 1073741824 1073778376 140733238207040 139853745863336 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18451/tid=18455] ppid=18448 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18451/task/18455/stat : 18455 (java) S 18448 18451 14504 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 13525385 10060525568 62908 33554432000 1073741824 1073778376 140733238207040 139853744810792 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18451/tid=18456] ppid=18448 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/18451/task/18456/stat : 18456 (java) S 18448 18451 14504 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 22 0 13525385 10060525568 62908 33554432000 1073741824 1073778376 140733238207040 139853743758248 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18451/tid=18457] ppid=18448 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/18451/task/18457/stat : 18457 (java) S 18448 18451 14504 0 -1 4202560 23 0 0 0 2 0 0 0 20 0 22 0 13525385 10060525568 62908 33554432000 1073741824 1073778376 140733238207040 139853742705704 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18451/tid=18458] ppid=18448 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18451/task/18458/stat : 18458 (java) S 18448 18451 14504 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 13525385 10060525568 62908 33554432000 1073741824 1073778376 140733238207040 139853741652136 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18451/tid=18459] ppid=18448 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18451/task/18459/stat : 18459 (java) S 18448 18451 14504 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 13525385 10060525568 62908 33554432000 1073741824 1073778376 140733238207040 139853740599592 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18451/tid=18460] ppid=18448 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18451/task/18460/stat : 18460 (java) S 18448 18451 14504 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 13525385 10060525568 62908 33554432000 1073741824 1073778376 140733238207040 139853739547048 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18451/tid=18461] ppid=18448 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/18451/task/18461/stat : 18461 (java) S 18448 18451 14504 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 13525385 10060525568 62908 33554432000 1073741824 1073778376 140733238207040 139853738494504 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18451/tid=18462] ppid=18448 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18451/task/18462/stat : 18462 (java) S 18448 18451 14504 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 22 0 13525387 10060525568 62908 33554432000 1073741824 1073778376 140733238207040 139853607963240 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18451/tid=18463] ppid=18448 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18451/task/18463/stat : 18463 (java) S 18448 18451 14504 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 13525387 10060525568 62908 33554432000 1073741824 1073778376 140733238207040 139853606909560 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18451/tid=18464] ppid=18448 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18451/task/18464/stat : 18464 (java) S 18448 18451 14504 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 13525387 10060525568 62908 33554432000 1073741824 1073778376 140733238207040 139853605856904 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18451/tid=18465] ppid=18448 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18451/task/18465/stat : 18465 (java) S 18448 18451 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13525389 10060525568 62908 33554432000 1073741824 1073778376 140733238207040 139853604805648 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18451/tid=18466] ppid=18448 vsize=9824732 CPUtime=1.98 cores=1,3,5,7
/proc/18451/task/18466/stat : 18466 (java) S 18448 18451 14504 0 -1 4202560 11127 0 0 0 196 2 0 0 20 0 22 0 13525389 10060525568 62908 33554432000 1073741824 1073778376 140733238207040 139853603751992 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18451/tid=18467] ppid=18448 vsize=9824732 CPUtime=2.03 cores=1,3,5,7
/proc/18451/task/18467/stat : 18467 (java) S 18448 18451 14504 0 -1 4202560 24183 0 0 0 199 4 0 0 20 0 22 0 13525389 10060525568 62908 33554432000 1073741824 1073778376 140733238207040 139853602699448 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18451/tid=18468] ppid=18448 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18451/task/18468/stat : 18468 (java) S 18448 18451 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13525389 10060525568 62908 33554432000 1073741824 1073778376 140733238207040 139853601647096 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18451/tid=18469] ppid=18448 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18451/task/18469/stat : 18469 (java) S 18448 18451 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13525389 10060525568 62908 33554432000 1073741824 1073778376 140733238207040 139853600594760 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18451/tid=18470] ppid=18448 vsize=9824732 CPUtime=4.87 cores=1,3,5,7

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

/proc/18451/task/18456/stat : 18456 (java) S 18448 18451 14504 0 -1 4202560 690 0 0 0 485 16 0 0 20 0 22 0 13525385 10060525568 988027 33554432000 1073741824 1073778376 140733238207040 139853743758248 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18451/tid=18457] ppid=18448 vsize=9824732 CPUtime=5.08 cores=1,3,5,7
/proc/18451/task/18457/stat : 18457 (java) S 18448 18451 14504 0 -1 4202560 527 0 0 0 493 15 0 0 20 0 22 0 13525385 10060525568 988027 33554432000 1073741824 1073778376 140733238207040 139853742705704 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18451/tid=18458] ppid=18448 vsize=9824732 CPUtime=4.67 cores=1,3,5,7
/proc/18451/task/18458/stat : 18458 (java) S 18448 18451 14504 0 -1 4202560 670 0 0 0 451 16 0 0 20 0 22 0 13525385 10060525568 988027 33554432000 1073741824 1073778376 140733238207040 139853741652136 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18451/tid=18459] ppid=18448 vsize=9824732 CPUtime=4.91 cores=1,3,5,7
/proc/18451/task/18459/stat : 18459 (java) S 18448 18451 14504 0 -1 4202560 845 0 0 0 474 17 0 0 20 0 22 0 13525385 10060525568 988027 33554432000 1073741824 1073778376 140733238207040 139853740599592 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18451/tid=18460] ppid=18448 vsize=9824732 CPUtime=4.95 cores=1,3,5,7
/proc/18451/task/18460/stat : 18460 (java) S 18448 18451 14504 0 -1 4202560 539 0 0 0 480 15 0 0 20 0 22 0 13525385 10060525568 988027 33554432000 1073741824 1073778376 140733238207040 139853739547048 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18451/tid=18461] ppid=18448 vsize=9824732 CPUtime=4.64 cores=1,3,5,7
/proc/18451/task/18461/stat : 18461 (java) S 18448 18451 14504 0 -1 4202560 830 0 0 0 450 14 0 0 20 0 22 0 13525385 10060525568 988027 33554432000 1073741824 1073778376 140733238207040 139853738494504 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18451/tid=18462] ppid=18448 vsize=9824732 CPUtime=4.94 cores=1,3,5,7
/proc/18451/task/18462/stat : 18462 (java) S 18448 18451 14504 0 -1 4202560 3031 0 0 0 488 6 0 0 20 0 22 0 13525387 10060525568 988027 33554432000 1073741824 1073778376 140733238207040 139853607963240 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18451/tid=18463] ppid=18448 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18451/task/18463/stat : 18463 (java) S 18448 18451 14504 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 13525387 10060525568 988027 33554432000 1073741824 1073778376 140733238207040 139853606909560 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18451/tid=18464] ppid=18448 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18451/task/18464/stat : 18464 (java) S 18448 18451 14504 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 13525387 10060525568 988027 33554432000 1073741824 1073778376 140733238207040 139853605856904 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18451/tid=18465] ppid=18448 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18451/task/18465/stat : 18465 (java) S 18448 18451 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13525389 10060525568 988027 33554432000 1073741824 1073778376 140733238207040 139853604805648 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18451/tid=18466] ppid=18448 vsize=9824732 CPUtime=2.18 cores=1,3,5,7
/proc/18451/task/18466/stat : 18466 (java) S 18448 18451 14504 0 -1 4202560 11138 0 0 0 216 2 0 0 20 0 22 0 13525389 10060525568 988027 33554432000 1073741824 1073778376 140733238207040 139853603751992 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18451/tid=18467] ppid=18448 vsize=9824732 CPUtime=2.8 cores=1,3,5,7
/proc/18451/task/18467/stat : 18467 (java) S 18448 18451 14504 0 -1 4202560 24191 0 0 0 275 5 0 0 20 0 22 0 13525389 10060525568 988027 33554432000 1073741824 1073778376 140733238207040 139853602699448 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18451/tid=18468] ppid=18448 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18451/task/18468/stat : 18468 (java) S 18448 18451 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13525389 10060525568 988027 33554432000 1073741824 1073778376 140733238207040 139853601647096 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18451/tid=18469] ppid=18448 vsize=9824732 CPUtime=0.31 cores=1,3,5,7
/proc/18451/task/18469/stat : 18469 (java) S 18448 18451 14504 0 -1 4202560 47 0 0 0 15 16 0 0 20 0 22 0 13525389 10060525568 988027 33554432000 1073741824 1073778376 140733238207040 139853600594760 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18451/tid=18470] ppid=18448 vsize=9824732 CPUtime=803.66 cores=1,3,5,7
/proc/18451/task/18470/stat : 18470 (java) R 18448 18451 14504 0 -1 4202560 73 0 0 0 80351 15 0 0 20 0 22 0 13525518 10060525568 988027 33554432000 1073741824 1073778376 140733238207040 139853599531168 139853615472113 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=18451/tid=18471] ppid=18448 vsize=9824732 CPUtime=803.64 cores=1,3,5,7
/proc/18451/task/18471/stat : 18471 (java) R 18448 18451 14504 0 -1 4202560 1268 0 0 0 80318 46 0 0 20 0 22 0 13525518 10060525568 988027 33554432000 1073741824 1073778376 140733238207040 139852456647584 139853615150174 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=18451/tid=18472] ppid=18448 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18451/task/18472/stat : 18472 (java) S 18448 18451 14504 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13525519 10060525568 988027 33554432000 1073741824 1073778376 140733238207040 139852455597608 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18451/tid=18473] ppid=18448 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18451/task/18473/stat : 18473 (java) S 18448 18451 14504 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13525519 10060525568 988027 33554432000 1073741824 1073778376 140733238207040 139852454545064 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1662.08
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.98 4.47 4.26 6/217 18632
/proc/meminfo: memFree=22825400/32872528 swapFree=1315980/1463148
[pid=18451] ppid=18448 vsize=9824732 CPUtime=1783.58 cores=1,3,5,7
/proc/18451/stat : 18451 (java) S 18448 18451 14504 0 -1 4202496 48924 0 1 0 178153 205 0 0 20 0 22 0 13525383 10060525568 1009526 33554432000 1073741824 1073778376 140733238207040 140733238198176 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18451/statm: 2456183 1009526 2302 9 0 2446860 0
[pid=18451/tid=18453] ppid=18448 vsize=9824732 CPUtime=1.32 cores=1,3,5,7
/proc/18451/task/18453/stat : 18453 (java) S 18448 18451 14504 0 -1 4202560 2497 0 1 0 127 5 0 0 20 0 22 0 13525384 10060525568 1009526 33554432000 1073741824 1073778376 140733238207040 139853784372088 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18451/tid=18454] ppid=18448 vsize=9824732 CPUtime=5.07 cores=1,3,5,7
/proc/18451/task/18454/stat : 18454 (java) S 18448 18451 14504 0 -1 4202560 658 0 0 0 492 15 0 0 20 0 22 0 13525385 10060525568 1009526 33554432000 1073741824 1073778376 140733238207040 139853745863336 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18451/tid=18455] ppid=18448 vsize=9824732 CPUtime=5.5 cores=1,3,5,7
/proc/18451/task/18455/stat : 18455 (java) S 18448 18451 14504 0 -1 4202560 563 0 0 0 532 18 0 0 20 0 22 0 13525385 10060525568 1009526 33554432000 1073741824 1073778376 140733238207040 139853744810792 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18451/tid=18456] ppid=18448 vsize=9824732 CPUtime=5.26 cores=1,3,5,7
/proc/18451/task/18456/stat : 18456 (java) S 18448 18451 14504 0 -1 4202560 703 0 0 0 510 16 0 0 20 0 22 0 13525385 10060525568 1009526 33554432000 1073741824 1073778376 140733238207040 139853743758248 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18451/tid=18457] ppid=18448 vsize=9824732 CPUtime=5.53 cores=1,3,5,7
/proc/18451/task/18457/stat : 18457 (java) S 18448 18451 14504 0 -1 4202560 538 0 0 0 538 15 0 0 20 0 22 0 13525385 10060525568 1009526 33554432000 1073741824 1073778376 140733238207040 139853742705704 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18451/tid=18458] ppid=18448 vsize=9824732 CPUtime=5.12 cores=1,3,5,7
/proc/18451/task/18458/stat : 18458 (java) S 18448 18451 14504 0 -1 4202560 687 0 0 0 496 16 0 0 20 0 22 0 13525385 10060525568 1009526 33554432000 1073741824 1073778376 140733238207040 139853741652136 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18451/tid=18459] ppid=18448 vsize=9824732 CPUtime=5.26 cores=1,3,5,7
/proc/18451/task/18459/stat : 18459 (java) S 18448 18451 14504 0 -1 4202560 855 0 0 0 508 18 0 0 20 0 22 0 13525385 10060525568 1009526 33554432000 1073741824 1073778376 140733238207040 139853740599592 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18451/tid=18460] ppid=18448 vsize=9824732 CPUtime=5.34 cores=1,3,5,7
/proc/18451/task/18460/stat : 18460 (java) S 18448 18451 14504 0 -1 4202560 549 0 0 0 518 16 0 0 20 0 22 0 13525385 10060525568 1009526 33554432000 1073741824 1073778376 140733238207040 139853739547048 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18451/tid=18461] ppid=18448 vsize=9824732 CPUtime=5 cores=1,3,5,7
/proc/18451/task/18461/stat : 18461 (java) S 18448 18451 14504 0 -1 4202560 838 0 0 0 486 14 0 0 20 0 22 0 13525385 10060525568 1009526 33554432000 1073741824 1073778376 140733238207040 139853738494504 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18451/tid=18462] ppid=18448 vsize=9824732 CPUtime=4.94 cores=1,3,5,7
/proc/18451/task/18462/stat : 18462 (java) S 18448 18451 14504 0 -1 4202560 3041 0 0 0 488 6 0 0 20 0 22 0 13525387 10060525568 1009526 33554432000 1073741824 1073778376 140733238207040 139853607963240 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18451/tid=18463] ppid=18448 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18451/task/18463/stat : 18463 (java) S 18448 18451 14504 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 13525387 10060525568 1009526 33554432000 1073741824 1073778376 140733238207040 139853606909560 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18451/tid=18464] ppid=18448 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18451/task/18464/stat : 18464 (java) S 18448 18451 14504 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 13525387 10060525568 1009526 33554432000 1073741824 1073778376 140733238207040 139853605856904 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18451/tid=18465] ppid=18448 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18451/task/18465/stat : 18465 (java) S 18448 18451 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13525389 10060525568 1009526 33554432000 1073741824 1073778376 140733238207040 139853604805648 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18451/tid=18466] ppid=18448 vsize=9824732 CPUtime=2.18 cores=1,3,5,7
/proc/18451/task/18466/stat : 18466 (java) S 18448 18451 14504 0 -1 4202560 11138 0 0 0 216 2 0 0 20 0 22 0 13525389 10060525568 1009526 33554432000 1073741824 1073778376 140733238207040 139853603751992 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18451/tid=18467] ppid=18448 vsize=9824732 CPUtime=2.8 cores=1,3,5,7
/proc/18451/task/18467/stat : 18467 (java) S 18448 18451 14504 0 -1 4202560 24191 0 0 0 275 5 0 0 20 0 22 0 13525389 10060525568 1009526 33554432000 1073741824 1073778376 140733238207040 139853602699448 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18451/tid=18468] ppid=18448 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18451/task/18468/stat : 18468 (java) S 18448 18451 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13525389 10060525568 1009526 33554432000 1073741824 1073778376 140733238207040 139853601647096 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18451/tid=18469] ppid=18448 vsize=9824732 CPUtime=0.33 cores=1,3,5,7
/proc/18451/task/18469/stat : 18469 (java) S 18448 18451 14504 0 -1 4202560 51 0 0 0 15 18 0 0 20 0 22 0 13525389 10060525568 1009526 33554432000 1073741824 1073778376 140733238207040 139853600594760 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18451/tid=18470] ppid=18448 vsize=9824732 CPUtime=862.75 cores=1,3,5,7
/proc/18451/task/18470/stat : 18470 (java) R 18448 18451 14504 0 -1 4202560 77 0 0 0 86258 17 0 0 20 0 22 0 13525518 10060525568 1009526 33554432000 1073741824 1073778376 140733238207040 139853599538032 139853615472113 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=18451/tid=18471] ppid=18448 vsize=9824732 CPUtime=862.72 cores=1,3,5,7
/proc/18451/task/18471/stat : 18471 (java) R 18448 18451 14504 0 -1 4202560 1269 0 0 0 86225 47 0 0 20 0 22 0 13525518 10060525568 1009526 33554432000 1073741824 1073778376 140733238207040 139852456648384 139853615150174 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=18451/tid=18472] ppid=18448 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18451/task/18472/stat : 18472 (java) S 18448 18451 14504 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13525519 10060525568 1009526 33554432000 1073741824 1073778376 140733238207040 139852455597608 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18451/tid=18473] ppid=18448 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18451/task/18473/stat : 18473 (java) S 18448 18451 14504 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13525519 10060525568 1009526 33554432000 1073741824 1073778376 140733238207040 139852454545064 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1783.58
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+892.401 s]
/proc/loadavg: 4.82 4.45 4.26 5/217 18633
/proc/meminfo: memFree=22799084/32872528 swapFree=1315980/1463148
[pid=18451] ppid=18448 vsize=9824732 CPUtime=1800.02 cores=1,3,5,7
/proc/18451/stat : 18451 (java) S 18448 18451 14504 0 -1 4202496 49384 0 1 0 179795 207 0 0 20 0 22 0 13525383 10060525568 1015542 33554432000 1073741824 1073778376 140733238207040 140733238198176 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18451/statm: 2456183 1015542 2302 9 0 2446860 0
[pid=18451/tid=18453] ppid=18448 vsize=9824732 CPUtime=1.32 cores=1,3,5,7
/proc/18451/task/18453/stat : 18453 (java) S 18448 18451 14504 0 -1 4202560 2498 0 1 0 127 5 0 0 20 0 22 0 13525384 10060525568 1015542 33554432000 1073741824 1073778376 140733238207040 139853784372088 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18451/tid=18454] ppid=18448 vsize=9824732 CPUtime=5.13 cores=1,3,5,7
/proc/18451/task/18454/stat : 18454 (java) S 18448 18451 14504 0 -1 4202560 662 0 0 0 498 15 0 0 20 0 22 0 13525385 10060525568 1015542 33554432000 1073741824 1073778376 140733238207040 139853745863336 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18451/tid=18455] ppid=18448 vsize=9824732 CPUtime=5.54 cores=1,3,5,7
/proc/18451/task/18455/stat : 18455 (java) S 18448 18451 14504 0 -1 4202560 566 0 0 0 536 18 0 0 20 0 22 0 13525385 10060525568 1015542 33554432000 1073741824 1073778376 140733238207040 139853744810792 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18451/tid=18456] ppid=18448 vsize=9824732 CPUtime=5.38 cores=1,3,5,7
/proc/18451/task/18456/stat : 18456 (java) S 18448 18451 14504 0 -1 4202560 709 0 0 0 521 17 0 0 20 0 22 0 13525385 10060525568 1015542 33554432000 1073741824 1073778376 140733238207040 139853743758248 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18451/tid=18457] ppid=18448 vsize=9824732 CPUtime=5.59 cores=1,3,5,7
/proc/18451/task/18457/stat : 18457 (java) S 18448 18451 14504 0 -1 4202560 542 0 0 0 544 15 0 0 20 0 22 0 13525385 10060525568 1015542 33554432000 1073741824 1073778376 140733238207040 139853742705704 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18451/tid=18458] ppid=18448 vsize=9824732 CPUtime=5.18 cores=1,3,5,7
/proc/18451/task/18458/stat : 18458 (java) S 18448 18451 14504 0 -1 4202560 690 0 0 0 502 16 0 0 20 0 22 0 13525385 10060525568 1015542 33554432000 1073741824 1073778376 140733238207040 139853741652136 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18451/tid=18459] ppid=18448 vsize=9824732 CPUtime=5.31 cores=1,3,5,7
/proc/18451/task/18459/stat : 18459 (java) S 18448 18451 14504 0 -1 4202560 857 0 0 0 513 18 0 0 20 0 22 0 13525385 10060525568 1015542 33554432000 1073741824 1073778376 140733238207040 139853740599592 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18451/tid=18460] ppid=18448 vsize=9824732 CPUtime=5.39 cores=1,3,5,7
/proc/18451/task/18460/stat : 18460 (java) S 18448 18451 14504 0 -1 4202560 552 0 0 0 523 16 0 0 20 0 22 0 13525385 10060525568 1015542 33554432000 1073741824 1073778376 140733238207040 139853739547048 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18451/tid=18461] ppid=18448 vsize=9824732 CPUtime=5.06 cores=1,3,5,7
/proc/18451/task/18461/stat : 18461 (java) S 18448 18451 14504 0 -1 4202560 844 0 0 0 492 14 0 0 20 0 22 0 13525385 10060525568 1015542 33554432000 1073741824 1073778376 140733238207040 139853738494504 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18451/tid=18462] ppid=18448 vsize=9824732 CPUtime=8.92 cores=1,3,5,7
/proc/18451/task/18462/stat : 18462 (java) S 18448 18451 14504 0 -1 4202560 3469 0 0 0 886 6 0 0 20 0 22 0 13525387 10060525568 1015542 33554432000 1073741824 1073778376 140733238207040 139853607963240 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18451/tid=18463] ppid=18448 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18451/task/18463/stat : 18463 (java) S 18448 18451 14504 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 13525387 10060525568 1015542 33554432000 1073741824 1073778376 140733238207040 139853606909560 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18451/tid=18464] ppid=18448 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18451/task/18464/stat : 18464 (java) S 18448 18451 14504 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 13525387 10060525568 1015542 33554432000 1073741824 1073778376 140733238207040 139853605856904 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18451/tid=18465] ppid=18448 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18451/task/18465/stat : 18465 (java) S 18448 18451 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13525389 10060525568 1015542 33554432000 1073741824 1073778376 140733238207040 139853604805648 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18451/tid=18466] ppid=18448 vsize=9824732 CPUtime=2.18 cores=1,3,5,7
/proc/18451/task/18466/stat : 18466 (java) S 18448 18451 14504 0 -1 4202560 11138 0 0 0 216 2 0 0 20 0 22 0 13525389 10060525568 1015542 33554432000 1073741824 1073778376 140733238207040 139853603751992 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18451/tid=18467] ppid=18448 vsize=9824732 CPUtime=2.8 cores=1,3,5,7
/proc/18451/task/18467/stat : 18467 (java) S 18448 18451 14504 0 -1 4202560 24191 0 0 0 275 5 0 0 20 0 22 0 13525389 10060525568 1015542 33554432000 1073741824 1073778376 140733238207040 139853602699448 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18451/tid=18468] ppid=18448 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18451/task/18468/stat : 18468 (java) S 18448 18451 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13525389 10060525568 1015542 33554432000 1073741824 1073778376 140733238207040 139853601647096 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18451/tid=18469] ppid=18448 vsize=9824732 CPUtime=0.34 cores=1,3,5,7
/proc/18451/task/18469/stat : 18469 (java) S 18448 18451 14504 0 -1 4202560 51 0 0 0 15 19 0 0 20 0 22 0 13525389 10060525568 1015542 33554432000 1073741824 1073778376 140733238207040 139853600594760 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18451/tid=18470] ppid=18448 vsize=9824732 CPUtime=868.7 cores=1,3,5,7
/proc/18451/task/18470/stat : 18470 (java) R 18448 18451 14504 0 -1 4202560 77 0 0 0 86853 17 0 0 20 0 22 0 13525518 10060525568 1015542 33554432000 1073741824 1073778376 140733238207040 139853599538864 139853615514204 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=18451/tid=18471] ppid=18448 vsize=9824732 CPUtime=868.68 cores=1,3,5,7
/proc/18451/task/18471/stat : 18471 (java) R 18448 18451 14504 0 -1 4202560 1269 0 0 0 86821 47 0 0 20 0 22 0 13525518 10060525568 1015542 33554432000 1073741824 1073778376 140733238207040 139852456647552 139853615665924 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=18451/tid=18472] ppid=18448 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18451/task/18472/stat : 18472 (java) S 18448 18451 14504 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13525519 10060525568 1015542 33554432000 1073741824 1073778376 140733238207040 139852455597608 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18451/tid=18473] ppid=18448 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18451/task/18473/stat : 18473 (java) S 18448 18451 14504 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13525519 10060525568 1015542 33554432000 1073741824 1073778376 140733238207040 139852454545064 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 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 18451 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 18451 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=438355
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=462625
# CPU time returned by wait4() is 1795.9
# 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): 892.465
CPU time (s): 1800.02
CPU user time (s): 1797.95
CPU system time (s): 2.07
CPU usage (%): 201.691
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.44
system time used= 2.46263
maximum resident set size= 4062284
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 49417
page faults= 1
swaps= 0
block input operations= 0
block output operations= 976
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23760
involuntary context switches= 36122

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.78112 second user time and 6.99694 second system time

The end

Launcher Data

Begin job on node121 at 2016-06-17 00:06:25
IDJOB=4097934
IDBENCH=107828
IDSOLVER=2543
FILE ID=node121/4097934-1466114784
RUNJOBID= node121-1466112173-16811
PBS_JOBID= 19904064
Free space on /tmp= 71716 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/quimper/SyncCodes/d-equals-n_k/normalized-compression64_16.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4097934-1466114784/watcher-4097934-1466114784 -o /tmp/evaluation-result-4097934-1466114784/solver-4097934-1466114784 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node121-1466112173-16811 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4097934-1466114784.opb

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

MD5SUM BENCH= 2e4ec9d1e689f9a15b90edecd14f0760
RANDOM SEED=348460727

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        28955436 kB
Buffers:           47180 kB
Cached:           126696 kB
SwapCached:         2484 kB
Active:          1649000 kB
Inactive:          97640 kB
Active(anon):    1573336 kB
Inactive(anon):     1896 kB
Active(file):      75664 kB
Inactive(file):    95744 kB
Unevictable:     1463148 kB
Mlocked:         1315980 kB
SwapTotal:      67108856 kB
SwapFree:       67099892 kB
Dirty:              5092 kB
Writeback:             0 kB
AnonPages:       3036680 kB
Mapped:            15324 kB
Shmem:                 0 kB
Slab:             568640 kB
SReclaimable:      12684 kB
SUnreclaim:       555956 kB
KernelStack:        1584 kB
PageTables:        10900 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3224100 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1673216 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= 71712 MiB
End job on node121 at 2016-06-17 00:21:17