Trace number 4080479

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.05 900.078

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-129.opb
MD5SUM67d021e5b92124566c71fb431934058c
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 variables48368
Total number of constraints1121286
Number of constraints which are clauses1007481
Number of constraints which are cardinality constraints (but not clauses)3534
Number of constraints which are nor clauses,nor cardinality constraints110271
Minimum length of a constraint1
Maximum length of a constraint690
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 691
Number of bits of the biggest sum of numbers10
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-4080479-1465266882.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  no objective function found
11.06/8.29	c ... done. Wall clock time 8.171s.
11.06/8.29	c declared #vars     48368
11.06/8.29	c #constraints  1123070
11.06/8.29	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
11.06/8.29	c constraints type 
11.06/8.29	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 767440
11.06/8.29	c org.sat4j.specs.Constr$1 => 5652
11.06/8.29	c org.sat4j.minisat.constraints.card.MinWatchCard => 3523
11.06/8.29	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 236052
11.06/8.29	c org.sat4j.minisat.constraints.cnf.UnitClause => 132
11.06/8.29	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 110271
11.06/8.29	c 1123070 constraints processed.
11.06/8.29	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
11.06/8.29	c constraints type 
11.06/8.29	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 236052
11.06/8.29	c org.sat4j.specs.Constr$1 => 5652
11.06/8.29	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 767440
11.06/8.29	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 3523
11.06/8.29	c org.sat4j.pb.constraints.pb.MaxWatchPb => 110271
11.06/8.29	c org.sat4j.pb.constraints.pb.UnitClausePB => 132
11.06/8.29	c 1123070 constraints processed.
31.52/17.76	c cleaning 0 clauses out of 5002 with flag 0/5002
40.64/22.21	c cleaning 0 clauses out of 11000 with flag 0/11000
49.05/26.43	c cleaning 2469 clauses out of 5001 with flag 250469/5001
52.46/28.16	c cleaning 0 clauses out of 18000 with flag 0/18000
68.73/36.24	c cleaning 0 clauses out of 26002 with flag 0/26002
71.55/37.61	c cleaning 4259 clauses out of 8531 with flag 640629/11000
84.76/44.26	c cleaning 5635 clauses out of 11272 with flag 925494/18000
89.40/46.57	c cleaning 0 clauses out of 35000 with flag 0/35000
96.99/50.32	c cleaning 6779 clauses out of 13637 with flag 1189826/26000
118.87/61.26	c cleaning 0 clauses out of 45000 with flag 0/45000
124.07/63.86	c cleaning 7929 clauses out of 15858 with flag 1526547/35000
151.77/77.64	c cleaning 0 clauses out of 56001 with flag 0/56001
153.97/78.71	c cleaning 8659 clauses out of 17930 with flag 2144430/45001
189.70/96.58	c cleaning 0 clauses out of 68000 with flag 0/68000
213.05/108.18	c cleaning 9965 clauses out of 20270 with flag 2900484/56000
228.71/115.95	c cleaning 0 clauses out of 81000 with flag 0/81000
256.56/129.81	c cleaning 11152 clauses out of 22305 with flag 3511678/68000
285.64/144.39	c cleaning 0 clauses out of 95000 with flag 0/95000
318.15/160.59	c cleaning 12050 clauses out of 24153 with flag 4254551/81000
346.60/174.72	c cleaning 0 clauses out of 110001 with flag 0/110001
357.27/180.06	c cleaning 12934 clauses out of 26103 with flag 4737840/95000
404.97/203.89	c cleaning 13752 clauses out of 28169 with flag 5354930/110000
430.20/216.41	c cleaning 0 clauses out of 126001 with flag 0/126001
444.08/223.31	c cleaning 15128 clauses out of 30417 with flag 5949686/126000
495.98/249.20	c cleaning 16107 clauses out of 32289 with flag 6669698/143000
503.18/252.85	c cleaning 0 clauses out of 143000 with flag 0/143000
556.70/279.53	c cleaning 17085 clauses out of 34182 with flag 7370621/161000
587.37/294.85	c cleaning 0 clauses out of 161002 with flag 0/161002
616.66/309.41	c cleaning 17957 clauses out of 36097 with flag 8036284/180000
685.45/343.73	c cleaning 18762 clauses out of 38140 with flag 8714072/200000
704.45/353.26	c cleaning 0 clauses out of 180000 with flag 0/180000
744.57/373.28	c cleaning 19361 clauses out of 40359 with flag 9275181/221000
793.71/397.79	c cleaning 20700 clauses out of 42998 with flag 9663041/243000
818.40/410.05	c cleaning 0 clauses out of 200000 with flag 0/200000
850.30/426.00	c cleaning 20824 clauses out of 45298 with flag 10249113/266000
909.46/455.49	c cleaning 22135 clauses out of 48474 with flag 10845588/290000
943.55/472.41	c cleaning 0 clauses out of 221002 with flag 0/221002
973.63/487.48	c cleaning 23853 clauses out of 51337 with flag 11543837/315000
1024.97/513.01	c cleaning 24043 clauses out of 53482 with flag 11874487/341000
1056.77/528.96	c cleaning 25307 clauses out of 56439 with flag 12120884/368000
1108.36/554.68	c cleaning 0 clauses out of 243002 with flag 0/243002
1118.55/559.74	c cleaning 26104 clauses out of 59131 with flag 12562465/396000
1193.40/597.03	c cleaning 27212 clauses out of 62027 with flag 13273175/425001
1257.31/628.98	c cleaning 29598 clauses out of 64814 with flag 13846433/455000
1306.57/653.56	c cleaning 0 clauses out of 266002 with flag 0/266002
1333.52/666.98	c cleaning 26234 clauses out of 66216 with flag 14761401/486000
1416.17/708.15	c cleaning 29758 clauses out of 71982 with flag 15430092/518000
1480.47/740.26	c cleaning 31761 clauses out of 75224 with flag 15870923/551000
1527.60/763.75	c cleaning 0 clauses out of 290001 with flag 0/290001
1551.52/775.66	c cleaning 32533 clauses out of 77464 with flag 16313261/585001
1597.31/798.59	c cleaning 33621 clauses out of 79930 with flag 16698359/620000
1664.59/832.01	c cleaning 34800 clauses out of 82309 with flag 17200026/656000
1745.41/872.32	c cleaning 35533 clauses out of 84509 with flag 17761163/693000
1772.22/885.76	c cleaning 0 clauses out of 315000 with flag 0/315000
1800.05/900.01	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.05/900.01	c starts		: 3716
1800.05/900.01	c conflicts		: 714862
1800.05/900.01	c decisions		: 49726516
1800.05/900.01	c propagations		: 1053858993
1800.05/900.01	c inspects		: 7061167465
1800.05/900.01	c shortcuts		: 0
1800.05/900.01	c learnt literals	: 25
1800.05/900.01	c learnt binary clauses	: 4140
1800.05/900.01	c learnt ternary clauses	: 6104
1800.05/900.01	c learnt constraints	: 714837
1800.05/900.01	c ignored constraints	: 0
1800.05/900.01	c root simplifications	: 0
1800.05/900.01	c removed literals (reason simplification)	: 3693569
1800.05/900.01	c reason swapping (by a shorter reason)	: 0
1800.05/900.01	c Calls to reduceDB	: 33
1800.05/900.01	c Number of update (reduction) of LBD	: 386024
1800.05/900.01	c Imported unit clauses	: 0
1800.05/900.01	c number of reductions to clauses (during analyze)	: 0
1800.05/900.01	c number of learned constraints concerned by reduction	: 0
1800.05/900.01	c number of learning phase by resolution	: 0
1800.05/900.01	c number of learning phase by cutting planes	: 0
1800.05/900.01	c speed (assignments/second)	: 1181867.0244143144
1800.05/900.01	c non guided choices	3445323
1800.05/900.03	c learnt constraints type 
1800.05/900.03	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 4140
1800.05/900.03	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 66698
1800.05/900.03	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.05/900.03	c starts		: 134
1800.05/900.03	c conflicts		: 317411
1800.05/900.03	c decisions		: 573920
1800.05/900.03	c propagations		: 310767389
1800.05/900.03	c inspects		: 4651268763
1800.05/900.03	c shortcuts		: 0
1800.05/900.03	c learnt literals	: 0
1800.05/900.03	c learnt binary clauses	: 5
1800.05/900.03	c learnt ternary clauses	: 48
1800.05/900.03	c learnt constraints	: 317410
1800.05/900.03	c ignored constraints	: 0
1800.05/900.03	c root simplifications	: 0
1800.05/900.03	c removed literals (reason simplification)	: 0
1800.05/900.03	c reason swapping (by a shorter reason)	: 0
1800.05/900.03	c Calls to reduceDB	: 21
1800.05/900.03	c Number of update (reduction) of LBD	: 0
1800.05/900.03	c Imported unit clauses	: 0
1800.05/900.03	c number of reductions to clauses (during analyze)	: 0
1800.05/900.03	c number of learned constraints concerned by reduction	: 0
1800.05/900.03	c number of learning phase by resolution	: 0
1800.05/900.03	c number of learning phase by cutting planes	: 0
1800.05/900.03	c speed (assignments/second)	: 348506.06529230817
1800.05/900.03	c non guided choices	9714
1800.05/900.06	c learnt constraints type 
1800.05/900.06	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 317324
1800.05/900.06	c org.sat4j.pb.constraints.pb.LearntBinaryClausePB => 5
1800.05/900.06	c org.sat4j.pb.constraints.pb.MaxWatchPb => 81
1800.05/900.06	s UNKNOWN
1800.05/900.06	c Total wall clock time (in seconds): 899.944

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

pid=12496
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.31 4.28 4.24 4/195 12499
/proc/meminfo: memFree=28188128/32872528 swapFree=17280/1464432
[pid=12499] ppid=12496 vsize=2500 CPUtime=0 cores=1,3,5,7
/proc/12499/stat : 12499 (java) R 12496 12499 5982 0 -1 4202496 371 0 0 0 0 0 0 0 20 0 1 0 108621406 2560000 42 33554432000 1073741824 1073778376 140736568514896 140735655083704 227503337258 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/12499/statm: 625 46 37 9 0 29 0

[startup+0.10006 s]
/proc/loadavg: 4.31 4.28 4.24 4/195 12499
/proc/meminfo: memFree=28188128/32872528 swapFree=17280/1464432
[pid=12499] ppid=12496 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/12499/stat : 12499 (java) S 12496 12499 5982 0 -1 4202496 4392 0 1 0 8 1 0 0 20 0 18 0 108621406 9787879424 6029 33554432000 1073741824 1073778376 140736568514896 140736568506032 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12499/statm: 2389619 6029 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200215 s]
/proc/loadavg: 4.31 4.28 4.24 4/195 12499
/proc/meminfo: memFree=28188128/32872528 swapFree=17280/1464432
[pid=12499] ppid=12496 vsize=9558476 CPUtime=0.22 cores=1,3,5,7
/proc/12499/stat : 12499 (java) S 12496 12499 5982 0 -1 4202496 4659 0 1 0 21 1 0 0 20 0 18 0 108621406 9787879424 8803 33554432000 1073741824 1073778376 140736568514896 140736568506032 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12499/statm: 2389619 8803 2198 9 0 2380296 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 9558476

[startup+0.300236 s]
/proc/loadavg: 4.31 4.28 4.24 4/195 12499
/proc/meminfo: memFree=28188128/32872528 swapFree=17280/1464432
[pid=12499] ppid=12496 vsize=9558476 CPUtime=0.46 cores=1,3,5,7
/proc/12499/stat : 12499 (java) S 12496 12499 5982 0 -1 4202496 5802 0 1 0 45 1 0 0 20 0 18 0 108621406 9787879424 10867 33554432000 1073741824 1073778376 140736568514896 140736568506032 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12499/statm: 2389619 10867 2231 9 0 2380296 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9558476

[startup+0.700201 s]
/proc/loadavg: 4.31 4.28 4.24 4/195 12499
/proc/meminfo: memFree=28188128/32872528 swapFree=17280/1464432
[pid=12499] ppid=12496 vsize=9558476 CPUtime=1.38 cores=1,3,5,7
/proc/12499/stat : 12499 (java) S 12496 12499 5982 0 -1 4202496 13774 0 1 0 134 4 0 0 20 0 18 0 108621406 9787879424 45079 33554432000 1073741824 1073778376 140736568514896 140736568506032 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12499/statm: 2389619 45079 2263 9 0 2380296 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 9558476

[startup+1.50068 s]
/proc/loadavg: 4.31 4.28 4.24 6/213 12517
/proc/meminfo: memFree=27890772/32872528 swapFree=17280/1464432
[pid=12499] ppid=12496 vsize=9558476 CPUtime=2.63 cores=1,3,5,7
/proc/12499/stat : 12499 (java) S 12496 12499 5982 0 -1 4202496 14865 0 1 0 248 15 0 0 20 0 18 0 108621406 9787879424 93443 33554432000 1073741824 1073778376 140736568514896 140736568506032 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12499/statm: 2389619 93443 2263 9 0 2380296 0
[pid=12499/tid=12501] ppid=12496 vsize=9558476 CPUtime=1.34 cores=1,3,5,7
/proc/12499/task/12501/stat : 12501 (java) R 12496 12499 5982 0 -1 4202560 2533 0 1 0 129 5 0 0 20 0 18 0 108621407 9787879424 93443 33554432000 1073741824 1073778376 140736568514896 140241640374192 140241503964363 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=12499/tid=12502] ppid=12496 vsize=9558476 CPUtime=0.03 cores=1,3,5,7
/proc/12499/task/12502/stat : 12502 (java) S 12496 12499 5982 0 -1 4202560 23 0 0 0 2 1 0 0 20 0 18 0 108621408 9787879424 93443 33554432000 1073741824 1073778376 140736568514896 140241629444776 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12499/tid=12503] ppid=12496 vsize=9558476 CPUtime=0.03 cores=1,3,5,7
/proc/12499/task/12503/stat : 12503 (java) S 12496 12499 5982 0 -1 4202560 18 0 0 0 3 0 0 0 20 0 18 0 108621408 9787879424 93443 33554432000 1073741824 1073778376 140736568514896 140241628392232 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12499/tid=12504] ppid=12496 vsize=9558476 CPUtime=0.05 cores=1,3,5,7
/proc/12499/task/12504/stat : 12504 (java) S 12496 12499 5982 0 -1 4202560 34 0 0 0 4 1 0 0 20 0 18 0 108621408 9787879424 93443 33554432000 1073741824 1073778376 140736568514896 140241627339688 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12499/tid=12505] ppid=12496 vsize=9558476 CPUtime=0.04 cores=1,3,5,7
/proc/12499/task/12505/stat : 12505 (java) S 12496 12499 5982 0 -1 4202560 31 0 0 0 3 1 0 0 20 0 18 0 108621408 9787879424 93443 33554432000 1073741824 1073778376 140736568514896 140241626287144 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12499/tid=12506] ppid=12496 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/12499/task/12506/stat : 12506 (java) S 12496 12499 5982 0 -1 4202560 58 0 0 0 6 2 0 0 20 0 18 0 108621408 9787879424 93443 33554432000 1073741824 1073778376 140736568514896 140241625233576 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12499/tid=12507] ppid=12496 vsize=9558476 CPUtime=0.02 cores=1,3,5,7
/proc/12499/task/12507/stat : 12507 (java) S 12496 12499 5982 0 -1 4202560 26 0 0 0 2 0 0 0 20 0 18 0 108621408 9787879424 93443 33554432000 1073741824 1073778376 140736568514896 140241624181032 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12499/tid=12508] ppid=12496 vsize=9558476 CPUtime=0.03 cores=1,3,5,7
/proc/12499/task/12508/stat : 12508 (java) S 12496 12499 5982 0 -1 4202560 18 0 0 0 3 0 0 0 20 0 18 0 108621408 9787879424 93443 33554432000 1073741824 1073778376 140736568514896 140241623128488 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12499/tid=12509] ppid=12496 vsize=9558476 CPUtime=0.04 cores=1,3,5,7
/proc/12499/task/12509/stat : 12509 (java) S 12496 12499 5982 0 -1 4202560 35 0 0 0 2 2 0 0 20 0 18 0 108621408 9787879424 93443 33554432000 1073741824 1073778376 140736568514896 140241622075944 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12499/tid=12510] ppid=12496 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/12499/task/12510/stat : 12510 (java) S 12496 12499 5982 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 18 0 108621409 9787879424 93443 33554432000 1073741824 1073778376 140736568514896 140241464584808 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12499/tid=12511] ppid=12496 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/12499/task/12511/stat : 12511 (java) S 12496 12499 5982 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 108621409 9787879424 93443 33554432000 1073741824 1073778376 140736568514896 140241463531128 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12499/tid=12512] ppid=12496 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/12499/task/12512/stat : 12512 (java) S 12496 12499 5982 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 108621409 9787879424 93443 33554432000 1073741824 1073778376 140736568514896 140241462478472 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12499/tid=12513] ppid=12496 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/12499/task/12513/stat : 12513 (java) S 12496 12499 5982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 108621412 9787879424 93443 33554432000 1073741824 1073778376 140736568514896 140241461427216 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12499/tid=12514] ppid=12496 vsize=9558476 CPUtime=0.41 cores=1,3,5,7
/proc/12499/task/12514/stat : 12514 (java) S 12496 12499 5982 0 -1 4202560 4065 0 0 0 41 0 0 0 20 0 18 0 108621412 9787879424 93443 33554432000 1073741824 1073778376 140736568514896 140241460373560 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12499/tid=12515] ppid=12496 vsize=9558476 CPUtime=0.41 cores=1,3,5,7
/proc/12499/task/12515/stat : 12515 (java) S 12496 12499 5982 0 -1 4202560 6576 0 0 0 41 0 0 0 20 0 18 0 108621412 9787879424 93443 33554432000 1073741824 1073778376 140736568514896 140241459321016 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12499/tid=12516] ppid=12496 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/12499/task/12516/stat : 12516 (java) S 12496 12499 5982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 108621412 9787879424 93443 33554432000 1073741824 1073778376 140736568514896 140241458268664 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12499/tid=12517] ppid=12496 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/12499/task/12517/stat : 12517 (java) S 12496 12499 5982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 108621412 9787879424 93443 33554432000 1073741824 1073778376 140736568514896 140241457216328 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.63
Current children cumulated vsize (KiB) 9558476

[startup+3.10079 s]
/proc/loadavg: 4.31 4.28 4.24 5/213 12517
/proc/meminfo: memFree=27557880/32872528 swapFree=17280/1464432
[pid=12499] ppid=12496 vsize=9558476 CPUtime=4.6 cores=1,3,5,7
/proc/12499/stat : 12499 (java) S 12496 12499 5982 0 -1 4202496 15475 0 1 0 431 29 0 0 20 0 18 0 108621406 9787879424 171077 33554432000 1073741824 1073778376 140736568514896 140736568506032 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12499/statm: 2389619 171077 2263 9 0 2380296 0
[pid=12499/tid=12501] ppid=12496 vsize=9558476 CPUtime=2.8 cores=1,3,5,7
/proc/12499/task/12501/stat : 12501 (java) R 12496 12499 5982 0 -1 4202560 2644 0 1 0 272 8 0 0 20 0 18 0 108621407 9787879424 171077 33554432000 1073741824 1073778376 140736568514896 140241640374208 140241503935945 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=12499/tid=12502] ppid=12496 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/12499/task/12502/stat : 12502 (java) S 12496 12499 5982 0 -1 4202560 39 0 0 0 5 2 0 0 20 0 18 0 108621408 9787879424 171077 33554432000 1073741824 1073778376 140736568514896 140241629444776 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12499/tid=12503] ppid=12496 vsize=9558476 CPUtime=0.12 cores=1,3,5,7
/proc/12499/task/12503/stat : 12503 (java) S 12496 12499 5982 0 -1 4202560 51 0 0 0 9 3 0 0 20 0 18 0 108621408 9787879424 171077 33554432000 1073741824 1073778376 140736568514896 140241628392232 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12499/tid=12504] ppid=12496 vsize=9558476 CPUtime=0.15 cores=1,3,5,7
/proc/12499/task/12504/stat : 12504 (java) S 12496 12499 5982 0 -1 4202560 72 0 0 0 11 4 0 0 20 0 18 0 108621408 9787879424 171077 33554432000 1073741824 1073778376 140736568514896 140241627339688 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12499/tid=12505] ppid=12496 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/12499/task/12505/stat : 12505 (java) S 12496 12499 5982 0 -1 4202560 49 0 0 0 7 3 0 0 20 0 18 0 108621408 9787879424 171077 33554432000 1073741824 1073778376 140736568514896 140241626287144 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12499/tid=12506] ppid=12496 vsize=9558476 CPUtime=0.12 cores=1,3,5,7
/proc/12499/task/12506/stat : 12506 (java) S 12496 12499 5982 0 -1 4202560 75 0 0 0 9 3 0 0 20 0 18 0 108621408 9787879424 171077 33554432000 1073741824 1073778376 140736568514896 140241625233576 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12499/tid=12507] ppid=12496 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/12499/task/12507/stat : 12507 (java) S 12496 12499 5982 0 -1 4202560 40 0 0 0 5 2 0 0 20 0 18 0 108621408 9787879424 171077 33554432000 1073741824 1073778376 140736568514896 140241624181032 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12499/tid=12508] ppid=12496 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/12499/task/12508/stat : 12508 (java) S 12496 12499 5982 0 -1 4202560 46 0 0 0 5 2 0 0 20 0 18 0 108621408 9787879424 171077 33554432000 1073741824 1073778376 140736568514896 140241623128488 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12499/tid=12509] ppid=12496 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/12499/task/12509/stat : 12509 (java) S 12496 12499 5982 0 -1 4202560 64 0 0 0 7 3 0 0 20 0 18 0 108621408 9787879424 171077 33554432000 1073741824 1073778376 140736568514896 140241622075944 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12499/tid=12510] ppid=12496 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/12499/task/12510/stat : 12510 (java) S 12496 12499 5982 0 -1 4202560 481 0 0 0 0 0 0 0 20 0 18 0 108621409 9787879424 171077 33554432000 1073741824 1073778376 140736568514896 140241464584808 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12499/tid=12511] ppid=12496 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/12499/task/12511/stat : 12511 (java) S 12496 12499 5982 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 108621409 9787879424 171077 33554432000 1073741824 1073778376 140736568514896 140241463531128 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12499/tid=12512] ppid=12496 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/12499/task/12512/stat : 12512 (java) S 12496 12499 5982 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 108621409 9787879424 171077 33554432000 1073741824 1073778376 140736568514896 140241462478472 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12499/tid=12513] ppid=12496 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/12499/task/12513/stat : 12513 (java) S 12496 12499 5982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 108621412 9787879424 171077 33554432000 1073741824 1073778376 140736568514896 140241461427216 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12499/tid=12514] ppid=12496 vsize=9558476 CPUtime=0.43 cores=1,3,5,7
/proc/12499/task/12514/stat : 12514 (java) S 12496 12499 5982 0 -1 4202560 4086 0 0 0 43 0 0 0 20 0 18 0 108621412 9787879424 171077 33554432000 1073741824 1073778376 140736568514896 140241460373560 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12499/tid=12515] ppid=12496 vsize=9558476 CPUtime=0.41 cores=1,3,5,7
/proc/12499/task/12515/stat : 12515 (java) S 12496 12499 5982 0 -1 4202560 6576 0 0 0 41 0 0 0 20 0 18 0 108621412 9787879424 171077 33554432000 1073741824 1073778376 140736568514896 140241459321016 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12499/tid=12516] ppid=12496 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/12499/task/12516/stat : 12516 (java) S 12496 12499 5982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 108621412 9787879424 171077 33554432000 1073741824 1073778376 140736568514896 140241458268664 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12499/tid=12517] ppid=12496 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/12499/task/12517/stat : 12517 (java) S 12496 12499 5982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 108621412 9787879424 171077 33554432000 1073741824 1073778376 140736568514896 140241457216328 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.6
Current children cumulated vsize (KiB) 9558476

[startup+6.30077 s]
/proc/loadavg: 4.44 4.30 4.25 5/213 12517
/proc/meminfo: memFree=26871016/32872528 swapFree=17280/1464432
[pid=12499] ppid=12496 vsize=9558476 CPUtime=8.51 cores=1,3,5,7
/proc/12499/stat : 12499 (java) S 12496 12499 5982 0 -1 4202496 17369 0 1 0 797 54 0 0 20 0 18 0 108621406 9787879424 332510 33554432000 1073741824 1073778376 140736568514896 140736568506032 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12499/statm: 2389619 332510 2263 9 0 2380296 0
[pid=12499/tid=12501] ppid=12496 vsize=9558476 CPUtime=5.75 cores=1,3,5,7
/proc/12499/task/12501/stat : 12501 (java) R 12496 12499 5982 0 -1 4202560 3342 0 1 0 561 14 0 0 20 0 18 0 108621407 9787879424 332510 33554432000 1073741824 1073778376 140736568514896 140241640374192 140241504039591 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=12499/tid=12502] ppid=12496 vsize=9558476 CPUtime=0.18 cores=1,3,5,7
/proc/12499/task/12502/stat : 12502 (java) S 12496 12499 5982 0 -1 4202560 123 0 0 0 14 4 0 0 20 0 18 0 108621408 9787879424 332510 33554432000 1073741824 1073778376 140736568514896 140241629444776 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12499/tid=12503] ppid=12496 vsize=9558476 CPUtime=0.26 cores=1,3,5,7
/proc/12499/task/12503/stat : 12503 (java) S 12496 12499 5982 0 -1 4202560 181 0 0 0 21 5 0 0 20 0 18 0 108621408 9787879424 332510 33554432000 1073741824 1073778376 140736568514896 140241628392232 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12499/tid=12504] ppid=12496 vsize=9558476 CPUtime=0.23 cores=1,3,5,7
/proc/12499/task/12504/stat : 12504 (java) S 12496 12499 5982 0 -1 4202560 150 0 0 0 18 5 0 0 20 0 18 0 108621408 9787879424 332510 33554432000 1073741824 1073778376 140736568514896 140241627339688 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12499/tid=12505] ppid=12496 vsize=9558476 CPUtime=0.3 cores=1,3,5,7
/proc/12499/task/12505/stat : 12505 (java) S 12496 12499 5982 0 -1 4202560 189 0 0 0 24 6 0 0 20 0 18 0 108621408 9787879424 332510 33554432000 1073741824 1073778376 140736568514896 140241626287144 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12499/tid=12506] ppid=12496 vsize=9558476 CPUtime=0.3 cores=1,3,5,7
/proc/12499/task/12506/stat : 12506 (java) S 12496 12499 5982 0 -1 4202560 169 0 0 0 24 6 0 0 20 0 18 0 108621408 9787879424 332510 33554432000 1073741824 1073778376 140736568514896 140241625233576 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12499/tid=12507] ppid=12496 vsize=9558476 CPUtime=0.13 cores=1,3,5,7
/proc/12499/task/12507/stat : 12507 (java) S 12496 12499 5982 0 -1 4202560 69 0 0 0 10 3 0 0 20 0 18 0 108621408 9787879424 332510 33554432000 1073741824 1073778376 140736568514896 140241624181032 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12499/tid=12508] ppid=12496 vsize=9558476 CPUtime=0.16 cores=1,3,5,7
/proc/12499/task/12508/stat : 12508 (java) S 12496 12499 5982 0 -1 4202560 115 0 0 0 12 4 0 0 20 0 18 0 108621408 9787879424 332510 33554432000 1073741824 1073778376 140736568514896 140241623128488 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12499/tid=12509] ppid=12496 vsize=9558476 CPUtime=0.18 cores=1,3,5,7
/proc/12499/task/12509/stat : 12509 (java) S 12496 12499 5982 0 -1 4202560 94 0 0 0 14 4 0 0 20 0 18 0 108621408 9787879424 332510 33554432000 1073741824 1073778376 140736568514896 140241622075944 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12499/tid=12510] ppid=12496 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/12499/task/12510/stat : 12510 (java) S 12496 12499 5982 0 -1 4202560 1023 0 0 0 0 0 0 0 20 0 18 0 108621409 9787879424 332510 33554432000 1073741824 1073778376 140736568514896 140241464584808 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12499/tid=12511] ppid=12496 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/12499/task/12511/stat : 12511 (java) S 12496 12499 5982 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 108621409 9787879424 332510 33554432000 1073741824 1073778376 140736568514896 140241463531128 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12499/tid=12512] ppid=12496 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/12499/task/12512/stat : 12512 (java) S 12496 12499 5982 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 108621409 9787879424 332510 33554432000 1073741824 1073778376 140736568514896 140241462478472 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12499/tid=12513] ppid=12496 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/12499/task/12513/stat : 12513 (java) S 12496 12499 5982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 108621412 9787879424 332510 33554432000 1073741824 1073778376 140736568514896 140241461427216 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12499/tid=12514] ppid=12496 vsize=9558476 CPUtime=0.43 cores=1,3,5,7
/proc/12499/task/12514/stat : 12514 (java) S 12496 12499 5982 0 -1 4202560 4086 0 0 0 43 0 0 0 20 0 18 0 108621412 9787879424 332510 33554432000 1073741824 1073778376 140736568514896 140241460373560 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12499/tid=12515] ppid=12496 vsize=9558476 CPUtime=0.41 cores=1,3,5,7
/proc/12499/task/12515/stat : 12515 (java) S 12496 12499 5982 0 -1 4202560 6576 0 0 0 41 0 0 0 20 0 18 0 108621412 9787879424 332510 33554432000 1073741824 1073778376 140736568514896 140241459321016 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12499/tid=12516] ppid=12496 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/12499/task/12516/stat : 12516 (java) S 12496 12499 5982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 108621412 9787879424 332510 33554432000 1073741824 1073778376 140736568514896 140241458268664 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12499/tid=12517] ppid=12496 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/12499/task/12517/stat : 12517 (java) S 12496 12499 5982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 108621412 9787879424 332510 33554432000 1073741824 1073778376 140736568514896 140241457216328 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 8.51
Current children cumulated vsize (KiB) 9558476

[startup+12.7008 s]
/proc/loadavg: 4.33 4.28 4.24 6/217 12521
/proc/meminfo: memFree=25644500/32872528 swapFree=17280/1464432
[pid=12499] ppid=12496 vsize=9824732 CPUtime=21.82 cores=1,3,5,7
/proc/12499/stat : 12499 (java) S 12496 12499 5982 0 -1 4202496 29821 0 1 0 2086 96 0 0 20 0 22 0 108621406 10060525568 639791 33554432000 1073741824 1073778376 140736568514896 140736568506032 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12499/statm: 2456183 639791 2282 9 0 2446860 0

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

[pid=12499/tid=12505] ppid=12496 vsize=9824732 CPUtime=1.91 cores=1,3,5,7
/proc/12499/task/12505/stat : 12505 (java) S 12496 12499 5982 0 -1 4202560 560 0 0 0 175 16 0 0 20 0 22 0 108621408 10060525568 824711 33554432000 1073741824 1073778376 140736568514896 140241626287144 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12499/tid=12506] ppid=12496 vsize=9824732 CPUtime=1.76 cores=1,3,5,7
/proc/12499/task/12506/stat : 12506 (java) S 12496 12499 5982 0 -1 4202560 522 0 0 0 161 15 0 0 20 0 22 0 108621408 10060525568 824711 33554432000 1073741824 1073778376 140736568514896 140241625233576 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12499/tid=12507] ppid=12496 vsize=9824732 CPUtime=1.62 cores=1,3,5,7
/proc/12499/task/12507/stat : 12507 (java) S 12496 12499 5982 0 -1 4202560 401 0 0 0 149 13 0 0 20 0 22 0 108621408 10060525568 824711 33554432000 1073741824 1073778376 140736568514896 140241624181032 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12499/tid=12508] ppid=12496 vsize=9824732 CPUtime=1.59 cores=1,3,5,7
/proc/12499/task/12508/stat : 12508 (java) S 12496 12499 5982 0 -1 4202560 361 0 0 0 147 12 0 0 20 0 22 0 108621408 10060525568 824711 33554432000 1073741824 1073778376 140736568514896 140241623128488 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12499/tid=12509] ppid=12496 vsize=9824732 CPUtime=1.61 cores=1,3,5,7
/proc/12499/task/12509/stat : 12509 (java) S 12496 12499 5982 0 -1 4202560 422 0 0 0 146 15 0 0 20 0 22 0 108621408 10060525568 824711 33554432000 1073741824 1073778376 140736568514896 140241622075944 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12499/tid=12510] ppid=12496 vsize=9824732 CPUtime=0.72 cores=1,3,5,7
/proc/12499/task/12510/stat : 12510 (java) S 12496 12499 5982 0 -1 4202560 1563 0 0 0 66 6 0 0 20 0 22 0 108621409 10060525568 824711 33554432000 1073741824 1073778376 140736568514896 140241464584808 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12499/tid=12511] ppid=12496 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12499/task/12511/stat : 12511 (java) S 12496 12499 5982 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 108621409 10060525568 824711 33554432000 1073741824 1073778376 140736568514896 140241463531128 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12499/tid=12512] ppid=12496 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12499/task/12512/stat : 12512 (java) S 12496 12499 5982 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 108621409 10060525568 824711 33554432000 1073741824 1073778376 140736568514896 140241462478472 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12499/tid=12513] ppid=12496 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12499/task/12513/stat : 12513 (java) S 12496 12499 5982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108621412 10060525568 824711 33554432000 1073741824 1073778376 140736568514896 140241461427216 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12499/tid=12514] ppid=12496 vsize=9824732 CPUtime=1.72 cores=1,3,5,7
/proc/12499/task/12514/stat : 12514 (java) S 12496 12499 5982 0 -1 4202560 15616 0 0 0 169 3 0 0 20 0 22 0 108621412 10060525568 824711 33554432000 1073741824 1073778376 140736568514896 140241460373560 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12499/tid=12515] ppid=12496 vsize=9824732 CPUtime=1.12 cores=1,3,5,7
/proc/12499/task/12515/stat : 12515 (java) S 12496 12499 5982 0 -1 4202560 6653 0 0 0 112 0 0 0 20 0 22 0 108621412 10060525568 824711 33554432000 1073741824 1073778376 140736568514896 140241459321016 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12499/tid=12516] ppid=12496 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12499/task/12516/stat : 12516 (java) S 12496 12499 5982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108621412 10060525568 824711 33554432000 1073741824 1073778376 140736568514896 140241458268664 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12499/tid=12517] ppid=12496 vsize=9824732 CPUtime=0.29 cores=1,3,5,7
/proc/12499/task/12517/stat : 12517 (java) S 12496 12499 5982 0 -1 4202560 47 0 0 0 11 18 0 0 20 0 22 0 108621412 10060525568 824711 33554432000 1073741824 1073778376 140736568514896 140241457216328 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12499/tid=12518] ppid=12496 vsize=9824732 CPUtime=808.17 cores=1,3,5,7
/proc/12499/task/12518/stat : 12518 (java) R 12496 12499 5982 0 -1 4202560 52 0 0 0 80805 12 0 0 20 0 22 0 108622235 10060525568 824711 33554432000 1073741824 1073778376 140736568514896 140241456160432 140241504510915 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=12499/tid=12519] ppid=12496 vsize=9824732 CPUtime=808.13 cores=1,3,5,7
/proc/12499/task/12519/stat : 12519 (java) R 12496 12499 5982 0 -1 4202560 561 0 0 0 80797 16 0 0 20 0 22 0 108622235 10060525568 824711 33554432000 1073741824 1073778376 140736568514896 140241455107120 140241504410024 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=12499/tid=12520] ppid=12496 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12499/task/12520/stat : 12520 (java) S 12496 12499 5982 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 108622238 10060525568 824711 33554432000 1073741824 1073778376 140736568514896 140241454057000 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12499/tid=12521] ppid=12496 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12499/task/12521/stat : 12521 (java) S 12496 12499 5982 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 108622238 10060525568 824711 33554432000 1073741824 1073778376 140736568514896 140241453004456 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1645.04
Current children cumulated vsize (KiB) 9824732

[startup+882.301 s]
/proc/loadavg: 4.37 4.33 4.27 5/217 12677
/proc/meminfo: memFree=23723084/32872528 swapFree=17280/1464432
[pid=12499] ppid=12496 vsize=9824732 CPUtime=1765.41 cores=1,3,5,7
/proc/12499/stat : 12499 (java) S 12496 12499 5982 0 -1 4202496 33258 0 1 0 176376 165 0 0 20 0 22 0 108621406 10060525568 829888 33554432000 1073741824 1073778376 140736568514896 140736568506032 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12499/statm: 2456183 829888 2296 9 0 2446860 0
[pid=12499/tid=12501] ppid=12496 vsize=9824732 CPUtime=7.55 cores=1,3,5,7
/proc/12499/task/12501/stat : 12501 (java) S 12496 12499 5982 0 -1 4202560 3798 0 1 0 726 29 0 0 20 0 22 0 108621407 10060525568 829888 33554432000 1073741824 1073778376 140736568514896 140241640383352 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12499/tid=12502] ppid=12496 vsize=9824732 CPUtime=1.76 cores=1,3,5,7
/proc/12499/task/12502/stat : 12502 (java) S 12496 12499 5982 0 -1 4202560 463 0 0 0 161 15 0 0 20 0 22 0 108621408 10060525568 829888 33554432000 1073741824 1073778376 140736568514896 140241629444776 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12499/tid=12503] ppid=12496 vsize=9824732 CPUtime=1.74 cores=1,3,5,7
/proc/12499/task/12503/stat : 12503 (java) S 12496 12499 5982 0 -1 4202560 465 0 0 0 162 12 0 0 20 0 22 0 108621408 10060525568 829888 33554432000 1073741824 1073778376 140736568514896 140241628392232 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12499/tid=12504] ppid=12496 vsize=9824732 CPUtime=1.63 cores=1,3,5,7
/proc/12499/task/12504/stat : 12504 (java) S 12496 12499 5982 0 -1 4202560 446 0 0 0 149 14 0 0 20 0 22 0 108621408 10060525568 829888 33554432000 1073741824 1073778376 140736568514896 140241627339688 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12499/tid=12505] ppid=12496 vsize=9824732 CPUtime=1.98 cores=1,3,5,7
/proc/12499/task/12505/stat : 12505 (java) S 12496 12499 5982 0 -1 4202560 564 0 0 0 182 16 0 0 20 0 22 0 108621408 10060525568 829888 33554432000 1073741824 1073778376 140736568514896 140241626287144 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12499/tid=12506] ppid=12496 vsize=9824732 CPUtime=1.85 cores=1,3,5,7
/proc/12499/task/12506/stat : 12506 (java) S 12496 12499 5982 0 -1 4202560 525 0 0 0 170 15 0 0 20 0 22 0 108621408 10060525568 829888 33554432000 1073741824 1073778376 140736568514896 140241625233576 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12499/tid=12507] ppid=12496 vsize=9824732 CPUtime=1.74 cores=1,3,5,7
/proc/12499/task/12507/stat : 12507 (java) S 12496 12499 5982 0 -1 4202560 415 0 0 0 161 13 0 0 20 0 22 0 108621408 10060525568 829888 33554432000 1073741824 1073778376 140736568514896 140241624181032 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12499/tid=12508] ppid=12496 vsize=9824732 CPUtime=1.68 cores=1,3,5,7
/proc/12499/task/12508/stat : 12508 (java) S 12496 12499 5982 0 -1 4202560 374 0 0 0 155 13 0 0 20 0 22 0 108621408 10060525568 829888 33554432000 1073741824 1073778376 140736568514896 140241623128488 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12499/tid=12509] ppid=12496 vsize=9824732 CPUtime=1.66 cores=1,3,5,7
/proc/12499/task/12509/stat : 12509 (java) S 12496 12499 5982 0 -1 4202560 440 0 0 0 151 15 0 0 20 0 22 0 108621408 10060525568 829888 33554432000 1073741824 1073778376 140736568514896 140241622075944 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12499/tid=12510] ppid=12496 vsize=9824732 CPUtime=0.73 cores=1,3,5,7
/proc/12499/task/12510/stat : 12510 (java) S 12496 12499 5982 0 -1 4202560 1567 0 0 0 67 6 0 0 20 0 22 0 108621409 10060525568 829888 33554432000 1073741824 1073778376 140736568514896 140241464584808 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12499/tid=12511] ppid=12496 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12499/task/12511/stat : 12511 (java) S 12496 12499 5982 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 108621409 10060525568 829888 33554432000 1073741824 1073778376 140736568514896 140241463531128 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12499/tid=12512] ppid=12496 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12499/task/12512/stat : 12512 (java) S 12496 12499 5982 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 108621409 10060525568 829888 33554432000 1073741824 1073778376 140736568514896 140241462478472 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12499/tid=12513] ppid=12496 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12499/task/12513/stat : 12513 (java) S 12496 12499 5982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108621412 10060525568 829888 33554432000 1073741824 1073778376 140736568514896 140241461427216 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12499/tid=12514] ppid=12496 vsize=9824732 CPUtime=1.72 cores=1,3,5,7
/proc/12499/task/12514/stat : 12514 (java) S 12496 12499 5982 0 -1 4202560 15616 0 0 0 169 3 0 0 20 0 22 0 108621412 10060525568 829888 33554432000 1073741824 1073778376 140736568514896 140241460373560 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12499/tid=12515] ppid=12496 vsize=9824732 CPUtime=1.12 cores=1,3,5,7
/proc/12499/task/12515/stat : 12515 (java) S 12496 12499 5982 0 -1 4202560 6653 0 0 0 112 0 0 0 20 0 22 0 108621412 10060525568 829888 33554432000 1073741824 1073778376 140736568514896 140241459321016 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12499/tid=12516] ppid=12496 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12499/task/12516/stat : 12516 (java) S 12496 12499 5982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108621412 10060525568 829888 33554432000 1073741824 1073778376 140736568514896 140241458268664 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12499/tid=12517] ppid=12496 vsize=9824732 CPUtime=0.31 cores=1,3,5,7
/proc/12499/task/12517/stat : 12517 (java) S 12496 12499 5982 0 -1 4202560 51 0 0 0 13 18 0 0 20 0 22 0 108621412 10060525568 829888 33554432000 1073741824 1073778376 140736568514896 140241457216328 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12499/tid=12518] ppid=12496 vsize=9824732 CPUtime=867.79 cores=1,3,5,7
/proc/12499/task/12518/stat : 12518 (java) R 12496 12499 5982 0 -1 4202560 52 0 0 0 86765 14 0 0 20 0 22 0 108622235 10060525568 829888 33554432000 1073741824 1073778376 140736568514896 140241456152720 140241504410215 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=12499/tid=12519] ppid=12496 vsize=9824732 CPUtime=867.75 cores=1,3,5,7
/proc/12499/task/12519/stat : 12519 (java) R 12496 12499 5982 0 -1 4202560 564 0 0 0 86758 17 0 0 20 0 22 0 108622235 10060525568 829888 33554432000 1073741824 1073778376 140736568514896 140241455107856 140241504410215 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=12499/tid=12520] ppid=12496 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12499/task/12520/stat : 12520 (java) S 12496 12499 5982 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 108622238 10060525568 829888 33554432000 1073741824 1073778376 140736568514896 140241454057000 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12499/tid=12521] ppid=12496 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12499/task/12521/stat : 12521 (java) S 12496 12499 5982 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 108622238 10060525568 829888 33554432000 1073741824 1073778376 140736568514896 140241453004456 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1765.41
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+900.001 s]
/proc/loadavg: 4.42 4.35 4.28 5/217 12677
/proc/meminfo: memFree=23702792/32872528 swapFree=17280/1464432
[pid=12499] ppid=12496 vsize=9824732 CPUtime=1800.05 cores=1,3,5,7
/proc/12499/stat : 12499 (java) S 12496 12499 5982 0 -1 4202496 33771 0 1 0 179839 166 0 0 20 0 22 0 108621406 10060525568 833461 33554432000 1073741824 1073778376 140736568514896 140736568506032 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12499/statm: 2456183 833461 2296 9 0 2446860 0
[pid=12499/tid=12501] ppid=12496 vsize=9824732 CPUtime=7.56 cores=1,3,5,7
/proc/12499/task/12501/stat : 12501 (java) S 12496 12499 5982 0 -1 4202560 3798 0 1 0 727 29 0 0 20 0 22 0 108621407 10060525568 833461 33554432000 1073741824 1073778376 140736568514896 140241640383352 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12499/tid=12502] ppid=12496 vsize=9824732 CPUtime=1.78 cores=1,3,5,7
/proc/12499/task/12502/stat : 12502 (java) S 12496 12499 5982 0 -1 4202560 476 0 0 0 163 15 0 0 20 0 22 0 108621408 10060525568 833461 33554432000 1073741824 1073778376 140736568514896 140241629444776 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12499/tid=12503] ppid=12496 vsize=9824732 CPUtime=1.76 cores=1,3,5,7
/proc/12499/task/12503/stat : 12503 (java) S 12496 12499 5982 0 -1 4202560 470 0 0 0 164 12 0 0 20 0 22 0 108621408 10060525568 833461 33554432000 1073741824 1073778376 140736568514896 140241628392232 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12499/tid=12504] ppid=12496 vsize=9824732 CPUtime=1.64 cores=1,3,5,7
/proc/12499/task/12504/stat : 12504 (java) S 12496 12499 5982 0 -1 4202560 453 0 0 0 150 14 0 0 20 0 22 0 108621408 10060525568 833461 33554432000 1073741824 1073778376 140736568514896 140241627339688 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12499/tid=12505] ppid=12496 vsize=9824732 CPUtime=2.06 cores=1,3,5,7
/proc/12499/task/12505/stat : 12505 (java) S 12496 12499 5982 0 -1 4202560 583 0 0 0 189 17 0 0 20 0 22 0 108621408 10060525568 833461 33554432000 1073741824 1073778376 140736568514896 140241626287144 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12499/tid=12506] ppid=12496 vsize=9824732 CPUtime=1.93 cores=1,3,5,7
/proc/12499/task/12506/stat : 12506 (java) S 12496 12499 5982 0 -1 4202560 526 0 0 0 178 15 0 0 20 0 22 0 108621408 10060525568 833461 33554432000 1073741824 1073778376 140736568514896 140241625233576 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12499/tid=12507] ppid=12496 vsize=9824732 CPUtime=1.77 cores=1,3,5,7
/proc/12499/task/12507/stat : 12507 (java) S 12496 12499 5982 0 -1 4202560 429 0 0 0 163 14 0 0 20 0 22 0 108621408 10060525568 833461 33554432000 1073741824 1073778376 140736568514896 140241624181032 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12499/tid=12508] ppid=12496 vsize=9824732 CPUtime=1.7 cores=1,3,5,7
/proc/12499/task/12508/stat : 12508 (java) S 12496 12499 5982 0 -1 4202560 377 0 0 0 157 13 0 0 20 0 22 0 108621408 10060525568 833461 33554432000 1073741824 1073778376 140736568514896 140241623128488 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12499/tid=12509] ppid=12496 vsize=9824732 CPUtime=1.73 cores=1,3,5,7
/proc/12499/task/12509/stat : 12509 (java) S 12496 12499 5982 0 -1 4202560 443 0 0 0 158 15 0 0 20 0 22 0 108621408 10060525568 833461 33554432000 1073741824 1073778376 140736568514896 140241622075944 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12499/tid=12510] ppid=12496 vsize=9824732 CPUtime=1.64 cores=1,3,5,7
/proc/12499/task/12510/stat : 12510 (java) S 12496 12499 5982 0 -1 4202560 2012 0 0 0 158 6 0 0 20 0 22 0 108621409 10060525568 833461 33554432000 1073741824 1073778376 140736568514896 140241464584808 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12499/tid=12511] ppid=12496 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12499/task/12511/stat : 12511 (java) S 12496 12499 5982 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 108621409 10060525568 833461 33554432000 1073741824 1073778376 140736568514896 140241463531128 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12499/tid=12512] ppid=12496 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12499/task/12512/stat : 12512 (java) S 12496 12499 5982 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 108621409 10060525568 833461 33554432000 1073741824 1073778376 140736568514896 140241462478472 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12499/tid=12513] ppid=12496 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12499/task/12513/stat : 12513 (java) S 12496 12499 5982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108621412 10060525568 833461 33554432000 1073741824 1073778376 140736568514896 140241461427216 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12499/tid=12514] ppid=12496 vsize=9824732 CPUtime=1.72 cores=1,3,5,7
/proc/12499/task/12514/stat : 12514 (java) S 12496 12499 5982 0 -1 4202560 15616 0 0 0 169 3 0 0 20 0 22 0 108621412 10060525568 833461 33554432000 1073741824 1073778376 140736568514896 140241460373560 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12499/tid=12515] ppid=12496 vsize=9824732 CPUtime=1.12 cores=1,3,5,7
/proc/12499/task/12515/stat : 12515 (java) S 12496 12499 5982 0 -1 4202560 6653 0 0 0 112 0 0 0 20 0 22 0 108621412 10060525568 833461 33554432000 1073741824 1073778376 140736568514896 140241459321016 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12499/tid=12516] ppid=12496 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12499/task/12516/stat : 12516 (java) S 12496 12499 5982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108621412 10060525568 833461 33554432000 1073741824 1073778376 140736568514896 140241458268664 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12499/tid=12517] ppid=12496 vsize=9824732 CPUtime=0.32 cores=1,3,5,7
/proc/12499/task/12517/stat : 12517 (java) S 12496 12499 5982 0 -1 4202560 53 0 0 0 13 19 0 0 20 0 22 0 108621412 10060525568 833461 33554432000 1073741824 1073778376 140736568514896 140241457216328 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12499/tid=12518] ppid=12496 vsize=9824732 CPUtime=884.47 cores=1,3,5,7
/proc/12499/task/12518/stat : 12518 (java) R 12496 12499 5982 0 -1 4202560 52 0 0 0 88433 14 0 0 20 0 22 0 108622235 10060525568 833461 33554432000 1073741824 1073778376 140736568514896 140241456159664 140241504410215 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=12499/tid=12519] ppid=12496 vsize=9824732 CPUtime=884.41 cores=1,3,5,7
/proc/12499/task/12519/stat : 12519 (java) R 12496 12499 5982 0 -1 4202560 565 0 0 0 88424 17 0 0 20 0 22 0 108622235 10060525568 833461 33554432000 1073741824 1073778376 140736568514896 140241455107856 140241504410096 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=12499/tid=12520] ppid=12496 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12499/task/12520/stat : 12520 (java) S 12496 12499 5982 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 108622238 10060525568 833461 33554432000 1073741824 1073778376 140736568514896 140241454057000 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12499/tid=12521] ppid=12496 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12499/task/12521/stat : 12521 (java) S 12496 12499 5982 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 108622238 10060525568 833461 33554432000 1073741824 1073778376 140736568514896 140241453004456 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
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 12499 sig 9
??? kill -12499 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 12499 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=809299
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=210663
# CPU time returned by wait4() is 1796.02
# while last known CPU time is 1800.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 900.078
CPU time (s): 1800.05
CPU user time (s): 1798.39
CPU system time (s): 1.66
CPU usage (%): 199.988
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.81
system time used= 2.21066
maximum resident set size= 3333960
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33804
page faults= 1
swaps= 0
block input operations= 0
block output operations= 944
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23435
involuntary context switches= 23620

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.62399 second user time and 6.21406 second system time

The end

Launcher Data

Begin job on node121 at 2016-06-07 04:34:44
IDJOB=4080479
IDBENCH=89756
IDSOLVER=2543
FILE ID=node121/4080479-1465266882
RUNJOBID= node121-1465256572-5999
PBS_JOBID= 19843282
Free space on /tmp= 71676 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/lopes/normalized-129.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4080479-1465266882/watcher-4080479-1465266882 -o /tmp/evaluation-result-4080479-1465266882/solver-4080479-1465266882 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node121-1465256572-5999 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4080479-1465266882.opb

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

MD5SUM BENCH= 67d021e5b92124566c71fb431934058c
RANDOM SEED=496423309

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		: 2667.050
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.10
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.050
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		: 2667.050
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.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.050
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		: 2667.050
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		: 2667.050
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.050
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.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.050
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:        28188780 kB
Buffers:          100952 kB
Cached:           220060 kB
SwapCached:         1720 kB
Active:          2298968 kB
Inactive:         179116 kB
Active(anon):    2157600 kB
Inactive(anon):     2180 kB
Active(file):     141368 kB
Inactive(file):   176936 kB
Unevictable:     1464432 kB
Mlocked:           17280 kB
SwapTotal:      67108856 kB
SwapFree:       67099332 kB
Dirty:             50356 kB
Writeback:             0 kB
AnonPages:       3623556 kB
Mapped:            15368 kB
Shmem:                 0 kB
Slab:             602664 kB
SReclaimable:      46448 kB
SUnreclaim:       556216 kB
KernelStack:        1592 kB
PageTables:        12212 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3754216 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3553280 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= 71632 MiB
End job on node121 at 2016-06-07 04:49:44