Trace number 4097962

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.07 895.861

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/quimper/SyncCodes/
d-equals-n_k/normalized-compression32_10.opb
MD5SUMf1acc2fb39eccfc74fef16372cea6500
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark23.8374
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1806
Total number of constraints8614
Number of constraints which are clauses8610
Number of constraints which are cardinality constraints (but not clauses)4
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint42
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 10
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 52
Number of bits of the biggest sum of numbers6
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.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4097962-1466114862.opb
0.10/0.11	c reading problem ... 
0.10/0.12	c  no objective function found
0.98/0.50	c ... done. Wall clock time 0.392s.
0.98/0.50	c declared #vars     1806
0.98/0.51	c #constraints  8618
0.98/0.51	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.98/0.51	c constraints type 
0.98/0.51	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5166
0.98/0.51	c org.sat4j.specs.Constr$1 => 3
0.98/0.51	c org.sat4j.minisat.constraints.card.MinWatchCard => 2
0.98/0.51	c org.sat4j.minisat.constraints.cnf.UnitClause => 3
0.98/0.51	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3444
0.98/0.51	c 8618 constraints processed.
0.98/0.51	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.98/0.51	c constraints type 
0.98/0.51	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 3444
0.98/0.51	c org.sat4j.specs.Constr$1 => 3
0.98/0.51	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 5166
0.98/0.51	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2
0.98/0.51	c org.sat4j.pb.constraints.pb.UnitClausePB => 3
0.98/0.51	c 8618 constraints processed.
5.25/1.72	c cleaning 2502 clauses out of 5004 with flag 19544/5004
7.17/2.53	c cleaning 4252 clauses out of 8504 with flag 45226/11006
9.08/3.44	c cleaning 5625 clauses out of 11249 with flag 73254/18003
11.09/4.43	c cleaning 6806 clauses out of 13622 with flag 102882/26001
13.63/5.66	c cleaning 7901 clauses out of 15816 with flag 141236/35001
16.50/7.06	c cleaning 8954 clauses out of 17920 with flag 182582/45006
19.51/8.55	c cleaning 9978 clauses out of 19961 with flag 228108/56001
22.99/10.24	c cleaning 10988 clauses out of 21982 with flag 278383/68000
26.48/11.99	c cleaning 11994 clauses out of 23997 with flag 335665/81003
30.29/13.85	c cleaning 12996 clauses out of 26001 with flag 395944/95001
34.69/16.10	c cleaning 13998 clauses out of 28004 with flag 461300/110000
39.59/18.49	c cleaning 14999 clauses out of 30007 with flag 531067/126001
44.60/20.94	c cleaning 16003 clauses out of 32009 with flag 609642/143002
50.50/23.82	c cleaning 16999 clauses out of 34008 with flag 692133/161004
56.09/26.68	c cleaning 18004 clauses out of 36009 with flag 770932/180004
62.31/29.73	c cleaning 18999 clauses out of 38001 with flag 856312/200000
69.02/33.09	c cleaning 20002 clauses out of 40003 with flag 948203/221001
76.80/36.99	c cleaning 20998 clauses out of 42000 with flag 1043458/243000
85.10/41.07	c cleaning 22003 clauses out of 44007 with flag 1142453/266005
93.09/45.05	c cleaning 22996 clauses out of 46000 with flag 1248739/290001
103.38/50.13	c cleaning 23999 clauses out of 48008 with flag 1365316/315005
113.98/55.31	c cleaning 25000 clauses out of 50005 with flag 1483223/341001
124.18/60.36	c cleaning 0 clauses out of 5004 with flag 0/5004
125.05/60.66	c cleaning 25998 clauses out of 52005 with flag 1607872/368001
136.23/66.28	c cleaning 27002 clauses out of 54006 with flag 1738520/396000
148.10/72.11	c cleaning 28002 clauses out of 56008 with flag 1877098/425004
159.97/78.02	c cleaning 28999 clauses out of 58002 with flag 2021217/455000
174.84/85.49	c cleaning 29996 clauses out of 60003 with flag 2167192/486000
189.44/92.76	c cleaning 31002 clauses out of 62008 with flag 2316320/518001
205.70/100.81	c cleaning 31999 clauses out of 64009 with flag 2473174/551004
222.79/109.38	c cleaning 32998 clauses out of 66008 with flag 2632025/585002
241.62/118.75	c cleaning 33996 clauses out of 68008 with flag 2797142/620000
260.27/128.09	c cleaning 35005 clauses out of 70013 with flag 2978903/656001
278.76/137.22	c cleaning 36000 clauses out of 72007 with flag 3170391/693000
299.03/147.30	c cleaning 37003 clauses out of 74009 with flag 3363501/731002
321.36/158.41	c cleaning 38002 clauses out of 76004 with flag 3571506/770000
343.64/169.60	c cleaning 38998 clauses out of 78004 with flag 3799380/810002
369.18/182.26	c cleaning 39991 clauses out of 80004 with flag 4013732/851000
394.35/194.76	c cleaning 41007 clauses out of 82015 with flag 4216565/893002
420.45/207.75	c cleaning 41999 clauses out of 84009 with flag 4429663/936003
446.56/220.77	c cleaning 43004 clauses out of 86009 with flag 4642039/980002
472.97/234.25	c cleaning 43996 clauses out of 88004 with flag 4863636/1025001
500.90/248.19	c cleaning 44997 clauses out of 90011 with flag 5092867/1071004
528.25/261.71	c cleaning 46001 clauses out of 92010 with flag 5329401/1118000
556.62/275.86	c cleaning 47005 clauses out of 94010 with flag 5572963/1166001
585.15/290.08	c cleaning 48002 clauses out of 96009 with flag 5821390/1215005
615.14/304.92	c cleaning 48999 clauses out of 98004 with flag 6073228/1265002
648.27/321.45	c cleaning 49999 clauses out of 100004 with flag 6343442/1316001
667.19/330.89	c cleaning 0 clauses out of 11000 with flag 0/11000
681.48/337.96	c cleaning 50998 clauses out of 102004 with flag 6626071/1368000
716.08/355.17	c cleaning 52006 clauses out of 104011 with flag 6875626/1421005
754.33/374.15	c cleaning 52998 clauses out of 106003 with flag 7138749/1475003
795.69/394.72	c cleaning 54000 clauses out of 108004 with flag 7422609/1530002
834.65/414.19	c cleaning 54993 clauses out of 110002 with flag 7705048/1586000
878.87/436.64	c cleaning 56003 clauses out of 112009 with flag 8010191/1643000
921.80/458.02	c cleaning 57005 clauses out of 114012 with flag 8302767/1701006
966.24/480.18	c cleaning 57997 clauses out of 116003 with flag 8600376/1760002
1013.41/503.60	c cleaning 59000 clauses out of 118005 with flag 8905511/1820001
1064.42/529.01	c cleaning 59997 clauses out of 120004 with flag 9230085/1881000
1117.12/555.21	c cleaning 61003 clauses out of 122009 with flag 9554956/1943002
1166.90/580.09	c cleaning 62001 clauses out of 124004 with flag 9897489/2006000
1220.15/606.53	c cleaning 63000 clauses out of 126004 with flag 10244279/2070001
1278.62/635.67	c cleaning 64002 clauses out of 128004 with flag 10584680/2135001
1338.66/665.53	c cleaning 64998 clauses out of 130001 with flag 10948795/2201000
1395.30/693.77	c cleaning 66001 clauses out of 132005 with flag 11300032/2268002
1459.05/725.48	c cleaning 67000 clauses out of 134005 with flag 11673649/2336003
1527.93/759.76	c cleaning 68000 clauses out of 136005 with flag 12056641/2405003
1594.20/792.78	c cleaning 69000 clauses out of 138003 with flag 12467915/2475001
1663.36/827.86	c cleaning 69999 clauses out of 140002 with flag 12901414/2546000
1735.20/863.52	c cleaning 70998 clauses out of 142003 with flag 13255120/2618001
1800.07/895.80	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.07/895.80	c starts		: 2786
1800.07/895.80	c conflicts		: 2686651
1800.07/895.80	c decisions		: 4460911
1800.07/895.80	c propagations		: 210472143
1800.07/895.80	c inspects		: 12768694999
1800.07/895.80	c shortcuts		: 0
1800.07/895.80	c learnt literals	: 1
1800.07/895.80	c learnt binary clauses	: 34
1800.07/895.80	c learnt ternary clauses	: 359
1800.07/895.80	c learnt constraints	: 2686650
1800.07/895.80	c ignored constraints	: 0
1800.07/895.80	c root simplifications	: 0
1800.07/895.80	c removed literals (reason simplification)	: 46024540
1800.07/895.80	c reason swapping (by a shorter reason)	: 0
1800.07/895.80	c Calls to reduceDB	: 68
1800.07/895.80	c Number of update (reduction) of LBD	: 646526
1800.07/895.80	c Imported unit clauses	: 0
1800.07/895.80	c number of reductions to clauses (during analyze)	: 0
1800.07/895.80	c number of learned constraints concerned by reduction	: 0
1800.07/895.80	c number of learning phase by resolution	: 0
1800.07/895.80	c number of learning phase by cutting planes	: 0
1800.07/895.80	c speed (assignments/second)	: 235089.28208416083
1800.07/895.80	c non guided choices	1231
1800.07/895.83	c learnt constraints type 
1800.07/895.83	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 34
1800.07/895.83	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 139621
1800.07/895.83	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.07/895.83	c starts		: 44
1800.07/895.83	c conflicts		: 17290
1800.07/895.83	c decisions		: 20530
1800.07/895.83	c propagations		: 1327234
1800.07/895.83	c inspects		: 979483852
1800.07/895.83	c shortcuts		: 0
1800.07/895.83	c learnt literals	: 0
1800.07/895.83	c learnt binary clauses	: 0
1800.07/895.83	c learnt ternary clauses	: 0
1800.07/895.83	c learnt constraints	: 17290
1800.07/895.83	c ignored constraints	: 0
1800.07/895.83	c root simplifications	: 0
1800.07/895.83	c removed literals (reason simplification)	: 0
1800.07/895.83	c reason swapping (by a shorter reason)	: 0
1800.07/895.83	c Calls to reduceDB	: 2
1800.07/895.83	c Number of update (reduction) of LBD	: 0
1800.07/895.83	c Imported unit clauses	: 0
1800.07/895.83	c number of reductions to clauses (during analyze)	: 0
1800.07/895.83	c number of learned constraints concerned by reduction	: 0
1800.07/895.83	c number of learning phase by resolution	: 0
1800.07/895.83	c number of learning phase by cutting planes	: 0
1800.07/895.83	c speed (assignments/second)	: 1482.422926481659
1800.07/895.83	c non guided choices	1231
1800.07/895.84	c learnt constraints type 
1800.07/895.84	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 177
1800.07/895.84	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 54
1800.07/895.84	c org.sat4j.pb.constraints.pb.MaxWatchPb => 17059
1800.07/895.84	s UNKNOWN
1800.07/895.84	c Total wall clock time (in seconds): 895.723

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-4097962-1466114862/watcher-4097962-1466114862 -o /tmp/evaluation-result-4097962-1466114862/solver-4097962-1466114862 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node102-1466112168-17180 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4097962-1466114862.opb 

pid=19680
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: 4.07 4.09 3.88 4/197 19683
/proc/meminfo: memFree=29284832/32872528 swapFree=188940/188940
[pid=19683] ppid=19680 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/19683/stat : 19683 (java) S 19680 19683 17164 0 -1 4202496 1355 0 0 0 0 0 0 0 20 0 2 0 13536746 98570240 979 33554432000 1073741824 1073778376 140736464854304 140736464845440 249653395517 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19683/statm: 24065 979 744 9 0 16771 0
[pid=19683/tid=19684] ppid=19680 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/19683/task/19684/stat : 19684 (java) R 19680 19683 17164 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 13536746 98570240 979 33554432000 1073741824 1073778376 140736464854304 139755540737576 249650038144 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100113 s]
/proc/loadavg: 4.07 4.09 3.88 4/197 19683
/proc/meminfo: memFree=29284832/32872528 swapFree=188940/188940
[pid=19683] ppid=19680 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/19683/stat : 19683 (java) S 19680 19683 17164 0 -1 4202496 4444 0 1 0 9 1 0 0 20 0 18 0 13536746 9787879424 6066 33554432000 1073741824 1073778376 140736464854304 140736464845440 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19683/statm: 2389619 6069 2141 9 0 2380296 0
[pid=19683/tid=19684] ppid=19680 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/19683/task/19684/stat : 19684 (java) R 19680 19683 17164 0 -1 4202560 2387 0 1 0 7 0 0 0 20 0 18 0 13536746 9787879424 6069 33554432000 1073741824 1073778376 140736464854304 139755540740416 139755547933152 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.20033 s]
/proc/loadavg: 4.07 4.09 3.88 4/197 19683
/proc/meminfo: memFree=29284832/32872528 swapFree=188940/188940
[pid=19683] ppid=19680 vsize=9558476 CPUtime=0.28 cores=0,2,4,6
/proc/19683/stat : 19683 (java) S 19680 19683 17164 0 -1 4202496 4959 0 1 0 27 1 0 0 20 0 18 0 13536746 9787879424 6966 33554432000 1073741824 1073778376 140736464854304 140736464845440 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19683/statm: 2389619 6966 2215 9 0 2380296 0
[pid=19683/tid=19684] ppid=19680 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/19683/task/19684/stat : 19684 (java) R 19680 19683 17164 0 -1 4202560 2399 0 1 0 17 0 0 0 20 0 18 0 13536746 9787879424 6966 33554432000 1073741824 1073778376 140736464854304 139755540740416 139755366987105 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9558476

[startup+0.300338 s]
/proc/loadavg: 4.07 4.09 3.88 4/197 19683
/proc/meminfo: memFree=29284832/32872528 swapFree=188940/188940
[pid=19683] ppid=19680 vsize=9558476 CPUtime=0.57 cores=0,2,4,6
/proc/19683/stat : 19683 (java) S 19680 19683 17164 0 -1 4202496 7151 0 1 0 55 2 0 0 20 0 18 0 13536746 9787879424 9853 33554432000 1073741824 1073778376 140736464854304 140736464845440 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19683/statm: 2389619 9853 2233 9 0 2380296 0
[pid=19683/tid=19684] ppid=19680 vsize=9558476 CPUtime=0.28 cores=0,2,4,6
/proc/19683/task/19684/stat : 19684 (java) R 19680 19683 17164 0 -1 4202560 2402 0 1 0 26 2 0 0 20 0 18 0 13536746 9787879424 9853 33554432000 1073741824 1073778376 140736464854304 139755540733808 139755367004385 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 9558476

[startup+0.700224 s]
/proc/loadavg: 4.07 4.09 3.88 4/197 19683
/proc/meminfo: memFree=29284832/32872528 swapFree=188940/188940
[pid=19683] ppid=19680 vsize=9824732 CPUtime=1.74 cores=0,2,4,6
/proc/19683/stat : 19683 (java) S 19680 19683 17164 0 -1 4202496 19429 0 1 0 170 4 0 0 20 0 22 0 13536746 10060525568 29098 33554432000 1073741824 1073778376 140736464854304 140736464845440 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19683/statm: 2456183 29098 2253 9 0 2446860 0
[pid=19683/tid=19684] ppid=19680 vsize=9824732 CPUtime=0.49 cores=0,2,4,6
/proc/19683/task/19684/stat : 19684 (java) S 19680 19683 17164 0 -1 4202560 2436 0 1 0 47 2 0 0 20 0 22 0 13536746 10060525568 29098 33554432000 1073741824 1073778376 140736464854304 139755540743032 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.74
Current children cumulated vsize (KiB) 9824732

[startup+1.50085 s]
/proc/loadavg: 4.07 4.09 3.88 7/219 19705
/proc/meminfo: memFree=29159220/32872528 swapFree=188940/188940
[pid=19683] ppid=19680 vsize=9824732 CPUtime=4.73 cores=0,2,4,6
/proc/19683/stat : 19683 (java) S 19680 19683 17164 0 -1 4202496 28416 0 1 0 467 6 0 0 20 0 22 0 13536746 10060525568 38013 33554432000 1073741824 1073778376 140736464854304 140736464845440 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19683/statm: 2456183 38013 2277 9 0 2446860 0
[pid=19683/tid=19684] ppid=19680 vsize=9824732 CPUtime=0.49 cores=0,2,4,6
/proc/19683/task/19684/stat : 19684 (java) S 19680 19683 17164 0 -1 4202560 2436 0 1 0 47 2 0 0 20 0 22 0 13536746 10060525568 38013 33554432000 1073741824 1073778376 140736464854304 139755540743032 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19683/tid=19686] ppid=19680 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19683/task/19686/stat : 19686 (java) S 19680 19683 17164 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13536747 10060525568 38013 33554432000 1073741824 1073778376 140736464854304 139755502234280 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19683/tid=19687] ppid=19680 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19683/task/19687/stat : 19687 (java) S 19680 19683 17164 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 13536747 10060525568 38013 33554432000 1073741824 1073778376 140736464854304 139755501181736 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19683/tid=19688] ppid=19680 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19683/task/19688/stat : 19688 (java) S 19680 19683 17164 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13536747 10060525568 38013 33554432000 1073741824 1073778376 140736464854304 139755500129192 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19683/tid=19689] ppid=19680 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19683/task/19689/stat : 19689 (java) S 19680 19683 17164 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13536747 10060525568 38013 33554432000 1073741824 1073778376 140736464854304 139755499076648 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19683/tid=19690] ppid=19680 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19683/task/19690/stat : 19690 (java) S 19680 19683 17164 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13536747 10060525568 38013 33554432000 1073741824 1073778376 140736464854304 139755498023080 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19683/tid=19691] ppid=19680 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19683/task/19691/stat : 19691 (java) S 19680 19683 17164 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13536747 10060525568 38013 33554432000 1073741824 1073778376 140736464854304 139755496970536 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19683/tid=19692] ppid=19680 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19683/task/19692/stat : 19692 (java) S 19680 19683 17164 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13536747 10060525568 38013 33554432000 1073741824 1073778376 140736464854304 139755495917992 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19683/tid=19693] ppid=19680 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19683/task/19693/stat : 19693 (java) S 19680 19683 17164 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 13536747 10060525568 38013 33554432000 1073741824 1073778376 140736464854304 139755494865448 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19683/tid=19694] ppid=19680 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19683/task/19694/stat : 19694 (java) S 19680 19683 17164 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 13536748 10060525568 38013 33554432000 1073741824 1073778376 140736464854304 139755364797032 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19683/tid=19695] ppid=19680 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19683/task/19695/stat : 19695 (java) S 19680 19683 17164 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 13536749 10060525568 38013 33554432000 1073741824 1073778376 140736464854304 139755363743352 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19683/tid=19696] ppid=19680 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19683/task/19696/stat : 19696 (java) S 19680 19683 17164 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13536749 10060525568 38013 33554432000 1073741824 1073778376 140736464854304 139755362690696 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19683/tid=19697] ppid=19680 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19683/task/19697/stat : 19697 (java) S 19680 19683 17164 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13536751 10060525568 38013 33554432000 1073741824 1073778376 140736464854304 139755361639440 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19683/tid=19698] ppid=19680 vsize=9824732 CPUtime=1.14 cores=0,2,4,6
/proc/19683/task/19698/stat : 19698 (java) S 19680 19683 17164 0 -1 4202560 8135 0 0 0 114 0 0 0 20 0 22 0 13536751 10060525568 38013 33554432000 1073741824 1073778376 140736464854304 139755360585784 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19683/tid=19699] ppid=19680 vsize=9824732 CPUtime=1.11 cores=0,2,4,6
/proc/19683/task/19699/stat : 19699 (java) S 19680 19683 17164 0 -1 4202560 16496 0 0 0 108 3 0 0 20 0 22 0 13536751 10060525568 38013 33554432000 1073741824 1073778376 140736464854304 139755359533240 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19683/tid=19700] ppid=19680 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19683/task/19700/stat : 19700 (java) S 19680 19683 17164 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13536751 10060525568 38013 33554432000 1073741824 1073778376 140736464854304 139755358480888 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19683/tid=19701] ppid=19680 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19683/task/19701/stat : 19701 (java) S 19680 19683 17164 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13536751 10060525568 38013 33554432000 1073741824 1073778376 140736464854304 139755357428552 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19683/tid=19702] ppid=19680 vsize=9824732 CPUtime=0.95 cores=0,2,4,6
/proc/19683/task/19702/stat : 19702 (java) R 19680 19683 17164 0 -1 4202560 22 0 0 0 95 0 0 0 20 0 22 0 13536797 10060525568 38013 33554432000 1073741824 1073778376 140736464854304 139755356374024 139755367552128 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=19683/tid=19703] ppid=19680 vsize=9824732 CPUtime=0.96 cores=0,2,4,6
/proc/19683/task/19703/stat : 19703 (java) R 19680 19683 17164 0 -1 4202560 46 0 0 0 96 0 0 0 20 0 22 0 13536797 10060525568 38013 33554432000 1073741824 1073778376 140736464854304 139755355304816 139755366970784 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=19683/tid=19704] ppid=19680 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19683/task/19704/stat : 19704 (java) S 19680 19683 17164 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13536798 10060525568 38013 33554432000 1073741824 1073778376 140736464854304 139755354269224 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19683/tid=19705] ppid=19680 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19683/task/19705/stat : 19705 (java) S 19680 19683 17164 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13536798 10060525568 38013 33554432000 1073741824 1073778376 140736464854304 139755353216680 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.73
Current children cumulated vsize (KiB) 9824732

[startup+3.10088 s]
/proc/loadavg: 4.07 4.09 3.88 5/219 19705
/proc/meminfo: memFree=29073984/32872528 swapFree=188940/188940
[pid=19683] ppid=19680 vsize=9824732 CPUtime=8.42 cores=0,2,4,6
/proc/19683/stat : 19683 (java) S 19680 19683 17164 0 -1 4202496 33061 0 1 0 827 15 0 0 20 0 22 0 13536746 10060525568 88985 33554432000 1073741824 1073778376 140736464854304 140736464845440 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19683/statm: 2456183 88985 2293 9 0 2446860 0
[pid=19683/tid=19684] ppid=19680 vsize=9824732 CPUtime=0.49 cores=0,2,4,6
/proc/19683/task/19684/stat : 19684 (java) S 19680 19683 17164 0 -1 4202560 2436 0 1 0 47 2 0 0 20 0 22 0 13536746 10060525568 88985 33554432000 1073741824 1073778376 140736464854304 139755540743032 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19683/tid=19686] ppid=19680 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/19683/task/19686/stat : 19686 (java) S 19680 19683 17164 0 -1 4202560 21 0 0 0 2 0 0 0 20 0 22 0 13536747 10060525568 88985 33554432000 1073741824 1073778376 140736464854304 139755502234280 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19683/tid=19687] ppid=19680 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/19683/task/19687/stat : 19687 (java) S 19680 19683 17164 0 -1 4202560 17 0 0 0 3 0 0 0 20 0 22 0 13536747 10060525568 88985 33554432000 1073741824 1073778376 140736464854304 139755501181736 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19683/tid=19688] ppid=19680 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/19683/task/19688/stat : 19688 (java) S 19680 19683 17164 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 22 0 13536747 10060525568 88985 33554432000 1073741824 1073778376 140736464854304 139755500129192 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19683/tid=19689] ppid=19680 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/19683/task/19689/stat : 19689 (java) S 19680 19683 17164 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 22 0 13536747 10060525568 88985 33554432000 1073741824 1073778376 140736464854304 139755499076648 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19683/tid=19690] ppid=19680 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/19683/task/19690/stat : 19690 (java) S 19680 19683 17164 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 22 0 13536747 10060525568 88985 33554432000 1073741824 1073778376 140736464854304 139755498023080 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19683/tid=19691] ppid=19680 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/19683/task/19691/stat : 19691 (java) S 19680 19683 17164 0 -1 4202560 23 0 0 0 2 0 0 0 20 0 22 0 13536747 10060525568 88985 33554432000 1073741824 1073778376 140736464854304 139755496970536 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19683/tid=19692] ppid=19680 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/19683/task/19692/stat : 19692 (java) S 19680 19683 17164 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 13536747 10060525568 88985 33554432000 1073741824 1073778376 140736464854304 139755495917992 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19683/tid=19693] ppid=19680 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/19683/task/19693/stat : 19693 (java) S 19680 19683 17164 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 22 0 13536747 10060525568 88985 33554432000 1073741824 1073778376 140736464854304 139755494865448 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19683/tid=19694] ppid=19680 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19683/task/19694/stat : 19694 (java) S 19680 19683 17164 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 22 0 13536748 10060525568 88985 33554432000 1073741824 1073778376 140736464854304 139755364797032 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19683/tid=19695] ppid=19680 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19683/task/19695/stat : 19695 (java) S 19680 19683 17164 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 13536749 10060525568 88985 33554432000 1073741824 1073778376 140736464854304 139755363743352 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19683/tid=19696] ppid=19680 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19683/task/19696/stat : 19696 (java) S 19680 19683 17164 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 13536749 10060525568 88985 33554432000 1073741824 1073778376 140736464854304 139755362690696 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19683/tid=19697] ppid=19680 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19683/task/19697/stat : 19697 (java) S 19680 19683 17164 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13536751 10060525568 88985 33554432000 1073741824 1073778376 140736464854304 139755361639440 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19683/tid=19698] ppid=19680 vsize=9824732 CPUtime=1.4 cores=0,2,4,6
/proc/19683/task/19698/stat : 19698 (java) S 19680 19683 17164 0 -1 4202560 12395 0 0 0 138 2 0 0 20 0 22 0 13536751 10060525568 88985 33554432000 1073741824 1073778376 140736464854304 139755360585784 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19683/tid=19699] ppid=19680 vsize=9824732 CPUtime=1.26 cores=0,2,4,6
/proc/19683/task/19699/stat : 19699 (java) S 19680 19683 17164 0 -1 4202560 16500 0 0 0 123 3 0 0 20 0 22 0 13536751 10060525568 88985 33554432000 1073741824 1073778376 140736464854304 139755359533240 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19683/tid=19700] ppid=19680 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19683/task/19700/stat : 19700 (java) S 19680 19683 17164 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13536751 10060525568 88985 33554432000 1073741824 1073778376 140736464854304 139755358480888 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19683/tid=19701] ppid=19680 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19683/task/19701/stat : 19701 (java) S 19680 19683 17164 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13536751 10060525568 88985 33554432000 1073741824 1073778376 140736464854304 139755357428552 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19683/tid=19702] ppid=19680 vsize=9824732 CPUtime=2.47 cores=0,2,4,6
/proc/19683/task/19702/stat : 19702 (java) R 19680 19683 17164 0 -1 4202560 24 0 0 0 247 0 0 0 20 0 22 0 13536797 10060525568 88985 33554432000 1073741824 1073778376 140736464854304 139755356374048 139755367500631 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=19683/tid=19703] ppid=19680 vsize=9824732 CPUtime=2.48 cores=0,2,4,6
/proc/19683/task/19703/stat : 19703 (java) R 19680 19683 17164 0 -1 4202560 124 0 0 0 245 3 0 0 20 0 22 0 13536797 10060525568 88985 33554432000 1073741824 1073778376 140736464854304 139755355320328 139755367855894 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=19683/tid=19704] ppid=19680 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19683/task/19704/stat : 19704 (java) S 19680 19683 17164 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13536798 10060525568 88985 33554432000 1073741824 1073778376 140736464854304 139755354269224 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19683/tid=19705] ppid=19680 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19683/task/19705/stat : 19705 (java) S 19680 19683 17164 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13536798 10060525568 88985 33554432000 1073741824 1073778376 140736464854304 139755353216680 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 8.42
Current children cumulated vsize (KiB) 9824732

[startup+6.30096 s]
/proc/loadavg: 4.06 4.09 3.88 5/219 19705
/proc/meminfo: memFree=28666724/32872528 swapFree=188940/188940
[pid=19683] ppid=19680 vsize=9824732 CPUtime=15.1 cores=0,2,4,6
/proc/19683/stat : 19683 (java) S 19680 19683 17164 0 -1 4202496 33745 0 1 0 1481 29 0 0 20 0 22 0 13536746 10060525568 164315 33554432000 1073741824 1073778376 140736464854304 140736464845440 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19683/statm: 2456183 164315 2293 9 0 2446860 0
[pid=19683/tid=19684] ppid=19680 vsize=9824732 CPUtime=0.49 cores=0,2,4,6
/proc/19683/task/19684/stat : 19684 (java) S 19680 19683 17164 0 -1 4202560 2436 0 1 0 47 2 0 0 20 0 22 0 13536746 10060525568 164315 33554432000 1073741824 1073778376 140736464854304 139755540743032 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19683/tid=19686] ppid=19680 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/19683/task/19686/stat : 19686 (java) S 19680 19683 17164 0 -1 4202560 59 0 0 0 6 2 0 0 20 0 22 0 13536747 10060525568 164315 33554432000 1073741824 1073778376 140736464854304 139755502234280 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19683/tid=19687] ppid=19680 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/19683/task/19687/stat : 19687 (java) S 19680 19683 17164 0 -1 4202560 64 0 0 0 7 2 0 0 20 0 22 0 13536747 10060525568 164315 33554432000 1073741824 1073778376 140736464854304 139755501181736 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19683/tid=19688] ppid=19680 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/19683/task/19688/stat : 19688 (java) S 19680 19683 17164 0 -1 4202560 20 0 0 0 3 1 0 0 20 0 22 0 13536747 10060525568 164315 33554432000 1073741824 1073778376 140736464854304 139755500129192 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19683/tid=19689] ppid=19680 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/19683/task/19689/stat : 19689 (java) S 19680 19683 17164 0 -1 4202560 66 0 0 0 5 2 0 0 20 0 22 0 13536747 10060525568 164315 33554432000 1073741824 1073778376 140736464854304 139755499076648 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19683/tid=19690] ppid=19680 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/19683/task/19690/stat : 19690 (java) S 19680 19683 17164 0 -1 4202560 52 0 0 0 3 2 0 0 20 0 22 0 13536747 10060525568 164315 33554432000 1073741824 1073778376 140736464854304 139755498023080 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19683/tid=19691] ppid=19680 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/19683/task/19691/stat : 19691 (java) S 19680 19683 17164 0 -1 4202560 53 0 0 0 6 1 0 0 20 0 22 0 13536747 10060525568 164315 33554432000 1073741824 1073778376 140736464854304 139755496970536 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19683/tid=19692] ppid=19680 vsize=9824732 CPUtime=0.11 cores=0,2,4,6
/proc/19683/task/19692/stat : 19692 (java) S 19680 19683 17164 0 -1 4202560 88 0 0 0 7 4 0 0 20 0 22 0 13536747 10060525568 164315 33554432000 1073741824 1073778376 140736464854304 139755495917992 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19683/tid=19693] ppid=19680 vsize=9824732 CPUtime=0.03 cores=0,2,4,6

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

/proc/19683/task/19688/stat : 19688 (java) S 19680 19683 17164 0 -1 4202560 387 0 0 0 204 8 0 0 20 0 22 0 13536747 10060525568 598649 33554432000 1073741824 1073778376 140736464854304 139755500129192 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19683/tid=19689] ppid=19680 vsize=9824732 CPUtime=2.17 cores=0,2,4,6
/proc/19683/task/19689/stat : 19689 (java) S 19680 19683 17164 0 -1 4202560 378 0 0 0 207 10 0 0 20 0 22 0 13536747 10060525568 598649 33554432000 1073741824 1073778376 140736464854304 139755499076648 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19683/tid=19690] ppid=19680 vsize=9824732 CPUtime=2.41 cores=0,2,4,6
/proc/19683/task/19690/stat : 19690 (java) S 19680 19683 17164 0 -1 4202560 458 0 0 0 230 11 0 0 20 0 22 0 13536747 10060525568 598649 33554432000 1073741824 1073778376 140736464854304 139755498023080 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19683/tid=19691] ppid=19680 vsize=9824732 CPUtime=2.37 cores=0,2,4,6
/proc/19683/task/19691/stat : 19691 (java) S 19680 19683 17164 0 -1 4202560 404 0 0 0 226 11 0 0 20 0 22 0 13536747 10060525568 598649 33554432000 1073741824 1073778376 140736464854304 139755496970536 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19683/tid=19692] ppid=19680 vsize=9824732 CPUtime=2.4 cores=0,2,4,6
/proc/19683/task/19692/stat : 19692 (java) S 19680 19683 17164 0 -1 4202560 451 0 0 0 227 13 0 0 20 0 22 0 13536747 10060525568 598649 33554432000 1073741824 1073778376 140736464854304 139755495917992 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19683/tid=19693] ppid=19680 vsize=9824732 CPUtime=2.18 cores=0,2,4,6
/proc/19683/task/19693/stat : 19693 (java) S 19680 19683 17164 0 -1 4202560 361 0 0 0 211 7 0 0 20 0 22 0 13536747 10060525568 598649 33554432000 1073741824 1073778376 140736464854304 139755494865448 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19683/tid=19694] ppid=19680 vsize=9824732 CPUtime=3.31 cores=0,2,4,6
/proc/19683/task/19694/stat : 19694 (java) S 19680 19683 17164 0 -1 4202560 2391 0 0 0 318 13 0 0 20 0 22 0 13536748 10060525568 598649 33554432000 1073741824 1073778376 140736464854304 139755364797032 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19683/tid=19695] ppid=19680 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19683/task/19695/stat : 19695 (java) S 19680 19683 17164 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 13536749 10060525568 598649 33554432000 1073741824 1073778376 140736464854304 139755363743352 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19683/tid=19696] ppid=19680 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19683/task/19696/stat : 19696 (java) S 19680 19683 17164 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 13536749 10060525568 598649 33554432000 1073741824 1073778376 140736464854304 139755362690696 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19683/tid=19697] ppid=19680 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19683/task/19697/stat : 19697 (java) S 19680 19683 17164 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13536751 10060525568 598649 33554432000 1073741824 1073778376 140736464854304 139755361639440 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19683/tid=19698] ppid=19680 vsize=9824732 CPUtime=1.54 cores=0,2,4,6
/proc/19683/task/19698/stat : 19698 (java) S 19680 19683 17164 0 -1 4202560 12403 0 0 0 152 2 0 0 20 0 22 0 13536751 10060525568 598649 33554432000 1073741824 1073778376 140736464854304 139755360585784 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19683/tid=19699] ppid=19680 vsize=9824732 CPUtime=1.96 cores=0,2,4,6
/proc/19683/task/19699/stat : 19699 (java) S 19680 19683 17164 0 -1 4202560 19220 0 0 0 193 3 0 0 20 0 22 0 13536751 10060525568 598649 33554432000 1073741824 1073778376 140736464854304 139755359533240 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19683/tid=19700] ppid=19680 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19683/task/19700/stat : 19700 (java) S 19680 19683 17164 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13536751 10060525568 598649 33554432000 1073741824 1073778376 140736464854304 139755358480888 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19683/tid=19701] ppid=19680 vsize=9824732 CPUtime=0.3 cores=0,2,4,6
/proc/19683/task/19701/stat : 19701 (java) S 19680 19683 17164 0 -1 4202560 47 0 0 0 13 17 0 0 20 0 22 0 13536751 10060525568 598649 33554432000 1073741824 1073778376 140736464854304 139755357428552 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19683/tid=19702] ppid=19680 vsize=9824732 CPUtime=811.17 cores=0,2,4,6
/proc/19683/task/19702/stat : 19702 (java) R 19680 19683 17164 0 -1 4202560 117 0 0 0 81104 13 0 0 20 0 22 0 13536797 10060525568 598649 33554432000 1073741824 1073778376 140736464854304 139755356371688 139755367627244 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=19683/tid=19703] ppid=19680 vsize=9824732 CPUtime=811.25 cores=0,2,4,6
/proc/19683/task/19703/stat : 19703 (java) R 19680 19683 17164 0 -1 4202560 1721 0 0 0 81080 45 0 0 20 0 22 0 13536797 10060525568 598649 33554432000 1073741824 1073778376 140736464854304 139755355319952 139755367829051 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=19683/tid=19704] ppid=19680 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19683/task/19704/stat : 19704 (java) S 19680 19683 17164 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13536798 10060525568 598649 33554432000 1073741824 1073778376 140736464854304 139755354269224 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19683/tid=19705] ppid=19680 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19683/task/19705/stat : 19705 (java) S 19680 19683 17164 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13536798 10060525568 598649 33554432000 1073741824 1073778376 140736464854304 139755353216680 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1652.36
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 3.98 4.05 3.98 5/219 20069
/proc/meminfo: memFree=26962192/32872528 swapFree=188940/188940
[pid=19683] ppid=19680 vsize=9824732 CPUtime=1772.93 cores=0,2,4,6
/proc/19683/stat : 19683 (java) S 19680 19683 17164 0 -1 4202496 42959 0 1 0 177141 152 0 0 20 0 22 0 13536746 10060525568 591792 33554432000 1073741824 1073778376 140736464854304 140736464845440 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19683/statm: 2456183 591792 2302 9 0 2446860 0
[pid=19683/tid=19684] ppid=19680 vsize=9824732 CPUtime=0.53 cores=0,2,4,6
/proc/19683/task/19684/stat : 19684 (java) S 19680 19683 17164 0 -1 4202560 2440 0 1 0 49 4 0 0 20 0 22 0 13536746 10060525568 591792 33554432000 1073741824 1073778376 140736464854304 139755540743032 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19683/tid=19686] ppid=19680 vsize=9824732 CPUtime=2.45 cores=0,2,4,6
/proc/19683/task/19686/stat : 19686 (java) S 19680 19683 17164 0 -1 4202560 428 0 0 0 234 11 0 0 20 0 22 0 13536747 10060525568 591792 33554432000 1073741824 1073778376 140736464854304 139755502234280 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19683/tid=19687] ppid=19680 vsize=9824732 CPUtime=2.46 cores=0,2,4,6
/proc/19683/task/19687/stat : 19687 (java) S 19680 19683 17164 0 -1 4202560 440 0 0 0 234 12 0 0 20 0 22 0 13536747 10060525568 591792 33554432000 1073741824 1073778376 140736464854304 139755501181736 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19683/tid=19688] ppid=19680 vsize=9824732 CPUtime=2.3 cores=0,2,4,6
/proc/19683/task/19688/stat : 19688 (java) S 19680 19683 17164 0 -1 4202560 387 0 0 0 222 8 0 0 20 0 22 0 13536747 10060525568 591792 33554432000 1073741824 1073778376 140736464854304 139755500129192 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19683/tid=19689] ppid=19680 vsize=9824732 CPUtime=2.38 cores=0,2,4,6
/proc/19683/task/19689/stat : 19689 (java) S 19680 19683 17164 0 -1 4202560 378 0 0 0 228 10 0 0 20 0 22 0 13536747 10060525568 591792 33554432000 1073741824 1073778376 140736464854304 139755499076648 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19683/tid=19690] ppid=19680 vsize=9824732 CPUtime=2.56 cores=0,2,4,6
/proc/19683/task/19690/stat : 19690 (java) S 19680 19683 17164 0 -1 4202560 475 0 0 0 244 12 0 0 20 0 22 0 13536747 10060525568 591792 33554432000 1073741824 1073778376 140736464854304 139755498023080 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19683/tid=19691] ppid=19680 vsize=9824732 CPUtime=2.51 cores=0,2,4,6
/proc/19683/task/19691/stat : 19691 (java) S 19680 19683 17164 0 -1 4202560 409 0 0 0 240 11 0 0 20 0 22 0 13536747 10060525568 591792 33554432000 1073741824 1073778376 140736464854304 139755496970536 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19683/tid=19692] ppid=19680 vsize=9824732 CPUtime=2.52 cores=0,2,4,6
/proc/19683/task/19692/stat : 19692 (java) S 19680 19683 17164 0 -1 4202560 451 0 0 0 239 13 0 0 20 0 22 0 13536747 10060525568 591792 33554432000 1073741824 1073778376 140736464854304 139755495917992 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19683/tid=19693] ppid=19680 vsize=9824732 CPUtime=2.35 cores=0,2,4,6
/proc/19683/task/19693/stat : 19693 (java) S 19680 19683 17164 0 -1 4202560 368 0 0 0 228 7 0 0 20 0 22 0 13536747 10060525568 591792 33554432000 1073741824 1073778376 140736464854304 139755494865448 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19683/tid=19694] ppid=19680 vsize=9824732 CPUtime=3.32 cores=0,2,4,6
/proc/19683/task/19694/stat : 19694 (java) S 19680 19683 17164 0 -1 4202560 2395 0 0 0 318 14 0 0 20 0 22 0 13536748 10060525568 591792 33554432000 1073741824 1073778376 140736464854304 139755364797032 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19683/tid=19695] ppid=19680 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19683/task/19695/stat : 19695 (java) S 19680 19683 17164 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 13536749 10060525568 591792 33554432000 1073741824 1073778376 140736464854304 139755363743352 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19683/tid=19696] ppid=19680 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19683/task/19696/stat : 19696 (java) S 19680 19683 17164 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 13536749 10060525568 591792 33554432000 1073741824 1073778376 140736464854304 139755362690696 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19683/tid=19697] ppid=19680 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19683/task/19697/stat : 19697 (java) S 19680 19683 17164 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13536751 10060525568 591792 33554432000 1073741824 1073778376 140736464854304 139755361639440 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19683/tid=19698] ppid=19680 vsize=9824732 CPUtime=1.54 cores=0,2,4,6
/proc/19683/task/19698/stat : 19698 (java) S 19680 19683 17164 0 -1 4202560 12403 0 0 0 152 2 0 0 20 0 22 0 13536751 10060525568 591792 33554432000 1073741824 1073778376 140736464854304 139755360585784 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19683/tid=19699] ppid=19680 vsize=9824732 CPUtime=1.96 cores=0,2,4,6
/proc/19683/task/19699/stat : 19699 (java) S 19680 19683 17164 0 -1 4202560 19220 0 0 0 193 3 0 0 20 0 22 0 13536751 10060525568 591792 33554432000 1073741824 1073778376 140736464854304 139755359533240 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19683/tid=19700] ppid=19680 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19683/task/19700/stat : 19700 (java) S 19680 19683 17164 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13536751 10060525568 591792 33554432000 1073741824 1073778376 140736464854304 139755358480888 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19683/tid=19701] ppid=19680 vsize=9824732 CPUtime=0.33 cores=0,2,4,6
/proc/19683/task/19701/stat : 19701 (java) S 19680 19683 17164 0 -1 4202560 51 0 0 0 14 19 0 0 20 0 22 0 13536751 10060525568 591792 33554432000 1073741824 1073778376 140736464854304 139755357428552 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19683/tid=19702] ppid=19680 vsize=9824732 CPUtime=870.69 cores=0,2,4,6
/proc/19683/task/19702/stat : 19702 (java) R 19680 19683 17164 0 -1 4202560 125 0 0 0 87055 14 0 0 20 0 22 0 13536797 10060525568 591792 33554432000 1073741824 1073778376 140736464854304 139755356372640 139755367627244 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=19683/tid=19703] ppid=19680 vsize=9824732 CPUtime=870.76 cores=0,2,4,6
/proc/19683/task/19703/stat : 19703 (java) R 19680 19683 17164 0 -1 4202560 1723 0 0 0 87030 46 0 0 20 0 22 0 13536797 10060525568 591792 33554432000 1073741824 1073778376 140736464854304 139755355319056 139755367829089 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=19683/tid=19704] ppid=19680 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19683/task/19704/stat : 19704 (java) S 19680 19683 17164 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13536798 10060525568 591792 33554432000 1073741824 1073778376 140736464854304 139755354269224 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19683/tid=19705] ppid=19680 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19683/task/19705/stat : 19705 (java) S 19680 19683 17164 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13536798 10060525568 591792 33554432000 1073741824 1073778376 140736464854304 139755353216680 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1772.93
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+895.801 s]
/proc/loadavg: 3.98 4.05 3.98 5/219 20069
/proc/meminfo: memFree=26977888/32872528 swapFree=188940/188940
[pid=19683] ppid=19680 vsize=9824732 CPUtime=1800.07 cores=0,2,4,6
/proc/19683/stat : 19683 (java) S 19680 19683 17164 0 -1 4202496 42983 0 1 0 179855 152 0 0 20 0 22 0 13536746 10060525568 590435 33554432000 1073741824 1073778376 140736464854304 140736464845440 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19683/statm: 2456183 590435 2302 9 0 2446860 0
[pid=19683/tid=19684] ppid=19680 vsize=9824732 CPUtime=0.53 cores=0,2,4,6
/proc/19683/task/19684/stat : 19684 (java) S 19680 19683 17164 0 -1 4202560 2441 0 1 0 49 4 0 0 20 0 22 0 13536746 10060525568 590435 33554432000 1073741824 1073778376 140736464854304 139755540743032 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19683/tid=19686] ppid=19680 vsize=9824732 CPUtime=2.49 cores=0,2,4,6
/proc/19683/task/19686/stat : 19686 (java) S 19680 19683 17164 0 -1 4202560 428 0 0 0 238 11 0 0 20 0 22 0 13536747 10060525568 590435 33554432000 1073741824 1073778376 140736464854304 139755502234280 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19683/tid=19687] ppid=19680 vsize=9824732 CPUtime=2.49 cores=0,2,4,6
/proc/19683/task/19687/stat : 19687 (java) S 19680 19683 17164 0 -1 4202560 451 0 0 0 237 12 0 0 20 0 22 0 13536747 10060525568 590435 33554432000 1073741824 1073778376 140736464854304 139755501181736 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19683/tid=19688] ppid=19680 vsize=9824732 CPUtime=2.33 cores=0,2,4,6
/proc/19683/task/19688/stat : 19688 (java) S 19680 19683 17164 0 -1 4202560 387 0 0 0 225 8 0 0 20 0 22 0 13536747 10060525568 590435 33554432000 1073741824 1073778376 140736464854304 139755500129192 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19683/tid=19689] ppid=19680 vsize=9824732 CPUtime=2.42 cores=0,2,4,6
/proc/19683/task/19689/stat : 19689 (java) S 19680 19683 17164 0 -1 4202560 381 0 0 0 232 10 0 0 20 0 22 0 13536747 10060525568 590435 33554432000 1073741824 1073778376 140736464854304 139755499076648 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19683/tid=19690] ppid=19680 vsize=9824732 CPUtime=2.61 cores=0,2,4,6
/proc/19683/task/19690/stat : 19690 (java) S 19680 19683 17164 0 -1 4202560 475 0 0 0 249 12 0 0 20 0 22 0 13536747 10060525568 590435 33554432000 1073741824 1073778376 140736464854304 139755498023080 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19683/tid=19691] ppid=19680 vsize=9824732 CPUtime=2.57 cores=0,2,4,6
/proc/19683/task/19691/stat : 19691 (java) S 19680 19683 17164 0 -1 4202560 417 0 0 0 246 11 0 0 20 0 22 0 13536747 10060525568 590435 33554432000 1073741824 1073778376 140736464854304 139755496970536 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19683/tid=19692] ppid=19680 vsize=9824732 CPUtime=2.58 cores=0,2,4,6
/proc/19683/task/19692/stat : 19692 (java) S 19680 19683 17164 0 -1 4202560 451 0 0 0 245 13 0 0 20 0 22 0 13536747 10060525568 590435 33554432000 1073741824 1073778376 140736464854304 139755495917992 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19683/tid=19693] ppid=19680 vsize=9824732 CPUtime=2.37 cores=0,2,4,6
/proc/19683/task/19693/stat : 19693 (java) S 19680 19683 17164 0 -1 4202560 368 0 0 0 230 7 0 0 20 0 22 0 13536747 10060525568 590435 33554432000 1073741824 1073778376 140736464854304 139755494865448 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19683/tid=19694] ppid=19680 vsize=9824732 CPUtime=3.32 cores=0,2,4,6
/proc/19683/task/19694/stat : 19694 (java) S 19680 19683 17164 0 -1 4202560 2395 0 0 0 318 14 0 0 20 0 22 0 13536748 10060525568 590435 33554432000 1073741824 1073778376 140736464854304 139755364797032 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19683/tid=19695] ppid=19680 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19683/task/19695/stat : 19695 (java) S 19680 19683 17164 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 13536749 10060525568 590435 33554432000 1073741824 1073778376 140736464854304 139755363743352 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19683/tid=19696] ppid=19680 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19683/task/19696/stat : 19696 (java) S 19680 19683 17164 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 13536749 10060525568 590435 33554432000 1073741824 1073778376 140736464854304 139755362690696 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19683/tid=19697] ppid=19680 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19683/task/19697/stat : 19697 (java) S 19680 19683 17164 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13536751 10060525568 590435 33554432000 1073741824 1073778376 140736464854304 139755361639440 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19683/tid=19698] ppid=19680 vsize=9824732 CPUtime=1.54 cores=0,2,4,6
/proc/19683/task/19698/stat : 19698 (java) S 19680 19683 17164 0 -1 4202560 12403 0 0 0 152 2 0 0 20 0 22 0 13536751 10060525568 590435 33554432000 1073741824 1073778376 140736464854304 139755360585784 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19683/tid=19699] ppid=19680 vsize=9824732 CPUtime=1.96 cores=0,2,4,6
/proc/19683/task/19699/stat : 19699 (java) S 19680 19683 17164 0 -1 4202560 19220 0 0 0 193 3 0 0 20 0 22 0 13536751 10060525568 590435 33554432000 1073741824 1073778376 140736464854304 139755359533240 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19683/tid=19700] ppid=19680 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19683/task/19700/stat : 19700 (java) S 19680 19683 17164 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13536751 10060525568 590435 33554432000 1073741824 1073778376 140736464854304 139755358480888 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19683/tid=19701] ppid=19680 vsize=9824732 CPUtime=0.33 cores=0,2,4,6
/proc/19683/task/19701/stat : 19701 (java) S 19680 19683 17164 0 -1 4202560 51 0 0 0 14 19 0 0 20 0 22 0 13536751 10060525568 590435 33554432000 1073741824 1073778376 140736464854304 139755357428552 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19683/tid=19702] ppid=19680 vsize=9824732 CPUtime=884.06 cores=0,2,4,6
/proc/19683/task/19702/stat : 19702 (java) R 19680 19683 17164 0 -1 4202560 125 0 0 0 88392 14 0 0 20 0 22 0 13536797 10060525568 590435 33554432000 1073741824 1073778376 140736464854304 139755356372640 139755367627244 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=19683/tid=19703] ppid=19680 vsize=9824732 CPUtime=884.13 cores=0,2,4,6
/proc/19683/task/19703/stat : 19703 (java) R 19680 19683 17164 0 -1 4202560 1724 0 0 0 88367 46 0 0 20 0 22 0 13536797 10060525568 590435 33554432000 1073741824 1073778376 140736464854304 139755355319232 139755367829064 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=19683/tid=19704] ppid=19680 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19683/task/19704/stat : 19704 (java) S 19680 19683 17164 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13536798 10060525568 590435 33554432000 1073741824 1073778376 140736464854304 139755354269224 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19683/tid=19705] ppid=19680 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19683/task/19705/stat : 19705 (java) S 19680 19683 17164 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13536798 10060525568 590435 33554432000 1073741824 1073778376 140736464854304 139755353216680 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
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 19683 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 19683 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=108254
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=32690
# CPU time returned by wait4() is 1796.14
# while last known CPU time is 1800.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 895.861
CPU time (s): 1800.07
CPU user time (s): 1798.55
CPU system time (s): 1.52
CPU usage (%): 200.932
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.11
system time used= 2.03269
maximum resident set size= 2922760
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 43017
page faults= 1
swaps= 0
block input operations= 0
block output operations= 912
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 26154
involuntary context switches= 39536

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.71113 second user time and 7.33688 second system time

The end

Launcher Data

Begin job on node102 at 2016-06-17 00:07:42
IDJOB=4097962
IDBENCH=107832
IDSOLVER=2543
FILE ID=node102/4097962-1466114862
RUNJOBID= node102-1466112168-17180
PBS_JOBID= 19904127
Free space on /tmp= 71728 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-compression32_10.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4097962-1466114862/watcher-4097962-1466114862 -o /tmp/evaluation-result-4097962-1466114862/solver-4097962-1466114862 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node102-1466112168-17180 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4097962-1466114862.opb

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

MD5SUM BENCH= f1acc2fb39eccfc74fef16372cea6500
RANDOM SEED=1750714044

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.746
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.746
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.746
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.746
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.746
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:        29284988 kB
Buffers:           44732 kB
Cached:           119628 kB
SwapCached:         1412 kB
Active:          2594988 kB
Inactive:          87596 kB
Active(anon):    2519520 kB
Inactive(anon):     1076 kB
Active(file):      75468 kB
Inactive(file):    86520 kB
Unevictable:      188940 kB
Mlocked:          188940 kB
SwapTotal:      67108856 kB
SwapFree:       67099224 kB
Dirty:              1480 kB
Writeback:             0 kB
AnonPages:       2656764 kB
Mapped:            15432 kB
Shmem:                 0 kB
Slab:             568864 kB
SReclaimable:      12504 kB
SUnreclaim:       556360 kB
KernelStack:        1776 kB
PageTables:        10088 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2854804 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2414592 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= 71728 MiB
End job on node102 at 2016-06-17 00:22:38