Trace number 4080477

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.14 900.175

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-122.opb
MD5SUM45533d52c524a74641c715d4320b890b
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 variables48411
Total number of constraints1121517
Number of constraints which are clauses1007723
Number of constraints which are cardinality constraints (but not clauses)3523
Number of constraints which are nor clauses,nor cardinality constraints110271
Minimum length of a constraint2
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.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@16fd0b7
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@75786e64
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4080477-1465267146.opb
0.10/0.11	c reading problem ... 
0.10/0.12	c  no objective function found
11.30/8.30	c ... done. Wall clock time 8.189s.
11.30/8.30	c declared #vars     48411
11.30/8.30	c #constraints  1123290
11.30/8.30	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
11.30/8.30	c constraints type 
11.30/8.30	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 773682
11.30/8.30	c org.sat4j.minisat.constraints.card.MinWatchCard => 3524
11.30/8.30	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 235813
11.30/8.30	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 110271
11.30/8.30	c 1123290 constraints processed.
11.30/8.30	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
11.30/8.30	c constraints type 
11.30/8.30	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 235813
11.30/8.30	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 773682
11.30/8.30	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 3524
11.30/8.30	c org.sat4j.pb.constraints.pb.MaxWatchPb => 110271
11.30/8.30	c 1123290 constraints processed.
22.98/13.49	c cleaning 2492 clauses out of 5000 with flag 166591/5000
45.28/24.71	c cleaning 4254 clauses out of 8508 with flag 269449/11000
61.10/32.67	c cleaning 5614 clauses out of 11254 with flag 515491/18000
66.20/35.17	c cleaning 0 clauses out of 5000 with flag 0/5000
76.94/40.35	c cleaning 0 clauses out of 11001 with flag 0/11001
77.74/40.71	c cleaning 6808 clauses out of 13641 with flag 736023/26001
91.15/47.40	c cleaning 0 clauses out of 18000 with flag 0/18000
91.15/47.48	c cleaning 7910 clauses out of 15832 with flag 980575/35000
105.07/54.31	c cleaning 8927 clauses out of 17922 with flag 1292062/45000
108.25/55.93	c cleaning 0 clauses out of 26001 with flag 0/26001
130.96/67.21	c cleaning 9978 clauses out of 19996 with flag 1822365/56001
130.96/67.22	c cleaning 0 clauses out of 35000 with flag 0/35000
159.68/81.50	c cleaning 0 clauses out of 45000 with flag 0/45000
179.33/91.37	c cleaning 10988 clauses out of 22018 with flag 2422836/68001
198.19/100.79	c cleaning 0 clauses out of 56002 with flag 0/56002
222.30/112.74	c cleaning 11664 clauses out of 24029 with flag 3038868/81000
241.17/122.14	c cleaning 0 clauses out of 68002 with flag 0/68002
253.58/128.38	c cleaning 12822 clauses out of 26365 with flag 3500602/95000
289.43/146.25	c cleaning 14136 clauses out of 28543 with flag 3776093/110000
300.07/151.56	c cleaning 0 clauses out of 81002 with flag 0/81002
324.52/163.74	c cleaning 15042 clauses out of 30407 with flag 4224948/126000
361.60/182.29	c cleaning 0 clauses out of 95001 with flag 0/95001
362.00/182.49	c cleaning 16096 clauses out of 32365 with flag 4509054/143000
411.59/207.16	c cleaning 16833 clauses out of 34271 with flag 5156591/161002
434.47/218.53	c cleaning 0 clauses out of 110000 with flag 0/110000
436.09/219.32	c cleaning 18206 clauses out of 36436 with flag 5303420/180000
466.52/234.52	c cleaning 19116 clauses out of 38232 with flag 5445391/200002
523.28/262.89	c cleaning 0 clauses out of 126002 with flag 0/126002
534.96/268.67	c cleaning 19924 clauses out of 40114 with flag 5965061/221000
590.71/296.48	c cleaning 20916 clauses out of 42191 with flag 6391262/243001
608.97/305.51	c cleaning 0 clauses out of 143000 with flag 0/143000
643.66/322.81	c cleaning 20464 clauses out of 44274 with flag 6922043/266000
704.83/353.35	c cleaning 0 clauses out of 161002 with flag 0/161002
708.54/355.17	c cleaning 22022 clauses out of 47810 with flag 7541403/290000
790.32/395.95	c cleaning 23238 clauses out of 50788 with flag 8203891/315000
824.00/412.79	c cleaning 0 clauses out of 180000 with flag 0/180000
857.12/429.30	c cleaning 25212 clauses out of 53551 with flag 8532411/341001
915.94/458.56	c cleaning 25390 clauses out of 55339 with flag 8830455/368001
969.51/485.25	c cleaning 0 clauses out of 200003 with flag 0/200003
980.11/490.56	c cleaning 27460 clauses out of 57949 with flag 9066269/396001
1045.92/523.30	c cleaning 28518 clauses out of 59488 with flag 9399592/425000
1119.49/560.02	c cleaning 28153 clauses out of 60968 with flag 9747964/455003
1127.89/564.23	c cleaning 0 clauses out of 221000 with flag 0/221000
1194.52/597.46	c cleaning 29754 clauses out of 63807 with flag 10551543/486001
1274.43/637.26	c cleaning 0 clauses out of 243000 with flag 0/243000
1278.63/639.40	c cleaning 28846 clauses out of 66048 with flag 11656676/518000
1369.39/684.65	c cleaning 29364 clauses out of 70201 with flag 12407048/551000
1448.16/723.96	c cleaning 31420 clauses out of 74837 with flag 13047349/585000
1476.26/737.99	c cleaning 0 clauses out of 266000 with flag 0/266000
1525.36/762.49	c cleaning 34324 clauses out of 78417 with flag 13347115/620000
1611.15/805.71	c cleaning 34085 clauses out of 80093 with flag 13713160/656000
1679.01/839.61	c cleaning 36515 clauses out of 83008 with flag 14005873/693000
1709.64/854.96	c cleaning 0 clauses out of 290002 with flag 0/290002
1795.53/897.86	c cleaning 35313 clauses out of 84493 with flag 14551734/731000
1800.14/900.11	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.14/900.11	c starts		: 3305
1800.14/900.11	c conflicts		: 733244
1800.14/900.11	c decisions		: 34883968
1800.14/900.11	c propagations		: 1178239545
1800.14/900.11	c inspects		: 6950915502
1800.14/900.11	c shortcuts		: 0
1800.14/900.11	c learnt literals	: 16
1800.14/900.11	c learnt binary clauses	: 3589
1800.14/900.11	c learnt ternary clauses	: 5331
1800.14/900.11	c learnt constraints	: 733228
1800.14/900.11	c ignored constraints	: 0
1800.14/900.11	c root simplifications	: 0
1800.14/900.11	c removed literals (reason simplification)	: 4883406
1800.14/900.11	c reason swapping (by a shorter reason)	: 0
1800.14/900.11	c Calls to reduceDB	: 34
1800.14/900.11	c Number of update (reduction) of LBD	: 419266
1800.14/900.11	c Imported unit clauses	: 0
1800.14/900.11	c number of reductions to clauses (during analyze)	: 0
1800.14/900.11	c number of learned constraints concerned by reduction	: 0
1800.14/900.11	c number of learning phase by resolution	: 0
1800.14/900.11	c number of learning phase by cutting planes	: 0
1800.14/900.11	c speed (assignments/second)	: 1321225.1759967166
1800.14/900.11	c non guided choices	1324665
1800.14/900.13	c learnt constraints type 
1800.14/900.13	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 3589
1800.14/900.13	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 47835
1800.14/900.13	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.14/900.13	c starts		: 134
1800.14/900.13	c conflicts		: 299249
1800.14/900.13	c decisions		: 789814
1800.14/900.13	c propagations		: 302175845
1800.14/900.13	c inspects		: 4391387152
1800.14/900.13	c shortcuts		: 0
1800.14/900.13	c learnt literals	: 0
1800.14/900.13	c learnt binary clauses	: 2
1800.14/900.13	c learnt ternary clauses	: 56
1800.14/900.13	c learnt constraints	: 299249
1800.14/900.13	c ignored constraints	: 0
1800.14/900.13	c root simplifications	: 0
1800.14/900.13	c removed literals (reason simplification)	: 0
1800.14/900.13	c reason swapping (by a shorter reason)	: 0
1800.14/900.13	c Calls to reduceDB	: 20
1800.14/900.13	c Number of update (reduction) of LBD	: 0
1800.14/900.13	c Imported unit clauses	: 0
1800.14/900.13	c number of reductions to clauses (during analyze)	: 0
1800.14/900.13	c number of learned constraints concerned by reduction	: 0
1800.14/900.13	c number of learning phase by resolution	: 0
1800.14/900.13	c number of learning phase by cutting planes	: 0
1800.14/900.13	c speed (assignments/second)	: 338838.8906456395
1800.14/900.13	c non guided choices	2714
1800.14/900.16	c learnt constraints type 
1800.14/900.16	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 299014
1800.14/900.16	c org.sat4j.pb.constraints.pb.LearntBinaryClausePB => 2
1800.14/900.16	c org.sat4j.pb.constraints.pb.MaxWatchPb => 233
1800.14/900.16	s UNKNOWN
1800.14/900.16	c Total wall clock time (in seconds): 900.046

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

pid=12637
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.12 4.20 4.20 4/195 12640
/proc/meminfo: memFree=27184760/32872528 swapFree=17280/1464432
[pid=12640] ppid=12637 vsize=96324 CPUtime=0 cores=0,2,4,6
/proc/12640/stat : 12640 (java) S 12637 12640 5982 0 -1 4202496 1335 0 0 0 0 0 0 0 20 0 2 0 108647785 98635776 966 33554432000 1073741824 1073778376 140737165621984 140737165613120 227515859005 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12640/statm: 24065 965 733 9 0 16771 0
[pid=12640/tid=12641] ppid=12637 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/12640/task/12641/stat : 12641 (java) R 12637 12640 5982 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 108647785 98570240 977 33554432000 1073741824 1073778376 140737165621984 140387187805736 227512501632 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.10016 s]
/proc/loadavg: 4.12 4.20 4.20 4/195 12640
/proc/meminfo: memFree=27184760/32872528 swapFree=17280/1464432
[pid=12640] ppid=12637 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/12640/stat : 12640 (java) S 12637 12640 5982 0 -1 4202496 4488 0 1 0 10 0 0 0 20 0 18 0 108647785 9787879424 5610 33554432000 1073741824 1073778376 140737165621984 140737165613120 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12640/statm: 2389619 5610 2141 9 0 2380296 0
[pid=12640/tid=12641] ppid=12637 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/12640/task/12641/stat : 12641 (java) R 12637 12640 5982 0 -1 4202560 2440 0 1 0 8 0 0 0 20 0 18 0 108647785 9787879424 5610 33554432000 1073741824 1073778376 140737165621984 140387187809184 140387195238852 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.200225 s]
/proc/loadavg: 4.12 4.20 4.20 4/195 12640
/proc/meminfo: memFree=27184760/32872528 swapFree=17280/1464432
[pid=12640] ppid=12637 vsize=9558476 CPUtime=0.24 cores=0,2,4,6
/proc/12640/stat : 12640 (java) S 12637 12640 5982 0 -1 4202496 4715 0 1 0 24 0 0 0 20 0 18 0 108647785 9787879424 8352 33554432000 1073741824 1073778376 140737165621984 140737165613120 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12640/statm: 2389619 8352 2198 9 0 2380296 0
[pid=12640/tid=12641] ppid=12637 vsize=9558476 CPUtime=0.18 cores=0,2,4,6
/proc/12640/task/12641/stat : 12641 (java) R 12637 12640 5982 0 -1 4202560 2466 0 1 0 18 0 0 0 20 0 18 0 108647785 9787879424 8352 33554432000 1073741824 1073778376 140737165621984 140387187801240 140387059394675 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9558476

[startup+0.300231 s]
/proc/loadavg: 4.12 4.20 4.20 4/195 12640
/proc/meminfo: memFree=27184760/32872528 swapFree=17280/1464432
[pid=12640] ppid=12637 vsize=9558476 CPUtime=0.48 cores=0,2,4,6
/proc/12640/stat : 12640 (java) S 12637 12640 5982 0 -1 4202496 5825 0 1 0 47 1 0 0 20 0 18 0 108647785 9787879424 10586 33554432000 1073741824 1073778376 140737165621984 140737165613120 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12640/statm: 2389619 10586 2231 9 0 2380296 0
[pid=12640/tid=12641] ppid=12637 vsize=9558476 CPUtime=0.28 cores=0,2,4,6
/proc/12640/task/12641/stat : 12641 (java) R 12637 12640 5982 0 -1 4202560 2469 0 1 0 28 0 0 0 20 0 18 0 108647785 9787879424 10586 33554432000 1073741824 1073778376 140737165621984 140387187801240 140387059639687 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558476

[startup+0.700289 s]
/proc/loadavg: 4.12 4.20 4.20 4/195 12640
/proc/meminfo: memFree=27184760/32872528 swapFree=17280/1464432
[pid=12640] ppid=12637 vsize=9558476 CPUtime=1.39 cores=0,2,4,6
/proc/12640/stat : 12640 (java) S 12637 12640 5982 0 -1 4202496 12817 0 1 0 135 4 0 0 20 0 18 0 108647785 9787879424 44196 33554432000 1073741824 1073778376 140737165621984 140737165613120 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12640/statm: 2389619 44196 2263 9 0 2380296 0
[pid=12640/tid=12641] ppid=12637 vsize=9558476 CPUtime=0.66 cores=0,2,4,6
/proc/12640/task/12641/stat : 12641 (java) R 12637 12640 5982 0 -1 4202560 2528 0 1 0 63 3 0 0 20 0 18 0 108647785 9787879424 44196 33554432000 1073741824 1073778376 140737165621984 140387187809736 140387059836024 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 9558476

[startup+1.50758 s]
/proc/loadavg: 4.12 4.20 4.20 4/213 12658
/proc/meminfo: memFree=26858352/32872528 swapFree=17280/1464432
[pid=12640] ppid=12637 vsize=9558476 CPUtime=2.65 cores=0,2,4,6
/proc/12640/stat : 12640 (java) S 12637 12640 5982 0 -1 4202496 14177 0 1 0 250 15 0 0 20 0 18 0 108647785 9787879424 92583 33554432000 1073741824 1073778376 140737165621984 140737165613120 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12640/statm: 2389619 92583 2263 9 0 2380296 0
[pid=12640/tid=12641] ppid=12637 vsize=9558476 CPUtime=1.37 cores=0,2,4,6
/proc/12640/task/12641/stat : 12641 (java) S 12637 12640 5982 0 -1 4202560 2590 0 1 0 132 5 0 0 20 0 18 0 108647785 9787879424 92583 33554432000 1073741824 1073778376 140737165621984 140387187809400 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12640/tid=12643] ppid=12637 vsize=9558476 CPUtime=0.04 cores=0,2,4,6
/proc/12640/task/12643/stat : 12643 (java) R 12637 12640 5982 0 -1 4202560 31 0 0 0 3 1 0 0 20 0 18 0 108647786 9787879424 92583 33554432000 1073741824 1073778376 140737165621984 140387031796904 227512454279 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=12640/tid=12644] ppid=12637 vsize=9558476 CPUtime=0.02 cores=0,2,4,6
/proc/12640/task/12644/stat : 12644 (java) R 12637 12640 5982 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 18 0 108647786 9787879424 92583 33554432000 1073741824 1073778376 140737165621984 140387030744104 227512454279 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=12640/tid=12645] ppid=12637 vsize=9558476 CPUtime=0.03 cores=0,2,4,6
/proc/12640/task/12645/stat : 12645 (java) R 12637 12640 5982 0 -1 4202560 24 0 0 0 3 0 0 0 20 0 18 0 108647786 9787879424 92583 33554432000 1073741824 1073778376 140737165621984 140387029691304 140387195856034 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=12640/tid=12646] ppid=12637 vsize=9558476 CPUtime=0.06 cores=0,2,4,6
/proc/12640/task/12646/stat : 12646 (java) R 12637 12640 5982 0 -1 4202560 54 0 0 0 5 1 0 0 20 0 18 0 108647786 9787879424 92583 33554432000 1073741824 1073778376 140737165621984 140387028638504 227512454279 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=12640/tid=12647] ppid=12637 vsize=9558476 CPUtime=0.03 cores=0,2,4,6
/proc/12640/task/12647/stat : 12647 (java) R 12637 12640 5982 0 -1 4202560 23 0 0 0 3 0 0 0 20 0 18 0 108647786 9787879424 92583 33554432000 1073741824 1073778376 140737165621984 140387027585704 227512454279 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=12640/tid=12648] ppid=12637 vsize=9558476 CPUtime=0.03 cores=0,2,4,6
/proc/12640/task/12648/stat : 12648 (java) R 12637 12640 5982 0 -1 4202560 33 0 0 0 3 0 0 0 20 0 18 0 108647786 9787879424 92583 33554432000 1073741824 1073778376 140737165621984 140387026532776 227512454279 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=12640/tid=12649] ppid=12637 vsize=9558476 CPUtime=0.02 cores=0,2,4,6
/proc/12640/task/12649/stat : 12649 (java) R 12637 12640 5982 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 18 0 108647786 9787879424 92583 33554432000 1073741824 1073778376 140737165621984 140387025480104 227512454279 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=12640/tid=12650] ppid=12637 vsize=9558476 CPUtime=0.04 cores=0,2,4,6
/proc/12640/task/12650/stat : 12650 (java) R 12637 12640 5982 0 -1 4202560 25 0 0 0 2 2 0 0 20 0 18 0 108647786 9787879424 92583 33554432000 1073741824 1073778376 140737165621984 140387024427352 140387190281913 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=12640/tid=12651] ppid=12637 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/12640/task/12651/stat : 12651 (java) S 12637 12640 5982 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 18 0 108647787 9787879424 92583 33554432000 1073741824 1073778376 140737165621984 140387012016008 227515872316 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12640/tid=12652] ppid=12637 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/12640/task/12652/stat : 12652 (java) S 12637 12640 5982 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 108647787 9787879424 92583 33554432000 1073741824 1073778376 140737165621984 140387010963192 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12640/tid=12653] ppid=12637 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/12640/task/12653/stat : 12653 (java) S 12637 12640 5982 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 108647787 9787879424 92583 33554432000 1073741824 1073778376 140737165621984 140387009910280 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12640/tid=12654] ppid=12637 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/12640/task/12654/stat : 12654 (java) S 12637 12640 5982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 108647790 9787879424 92583 33554432000 1073741824 1073778376 140737165621984 140387008858768 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12640/tid=12655] ppid=12637 vsize=9558476 CPUtime=0.43 cores=0,2,4,6
/proc/12640/task/12655/stat : 12655 (java) S 12637 12640 5982 0 -1 4202560 5019 0 0 0 43 0 0 0 20 0 18 0 108647790 9787879424 92583 33554432000 1073741824 1073778376 140737165621984 140387007805880 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12640/tid=12656] ppid=12637 vsize=9558476 CPUtime=0.41 cores=0,2,4,6
/proc/12640/task/12656/stat : 12656 (java) S 12637 12640 5982 0 -1 4202560 4891 0 0 0 41 0 0 0 20 0 18 0 108647790 9787879424 92583 33554432000 1073741824 1073778376 140737165621984 140387006753080 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12640/tid=12657] ppid=12637 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/12640/task/12657/stat : 12657 (java) S 12637 12640 5982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 108647790 9787879424 92583 33554432000 1073741824 1073778376 140737165621984 140387005700472 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12640/tid=12658] ppid=12637 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/12640/task/12658/stat : 12658 (java) S 12637 12640 5982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 108647790 9787879424 92583 33554432000 1073741824 1073778376 140737165621984 140387004647880 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.65
Current children cumulated vsize (KiB) 9558476

[startup+3.10079 s]
/proc/loadavg: 4.12 4.20 4.20 4/213 12658
/proc/meminfo: memFree=26556952/32872528 swapFree=17280/1464432
[pid=12640] ppid=12637 vsize=9558476 CPUtime=4.63 cores=0,2,4,6
/proc/12640/stat : 12640 (java) S 12637 12640 5982 0 -1 4202496 14842 0 1 0 435 28 0 0 20 0 18 0 108647785 9787879424 170286 33554432000 1073741824 1073778376 140737165621984 140737165613120 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12640/statm: 2389619 170286 2263 9 0 2380296 0
[pid=12640/tid=12641] ppid=12637 vsize=9558476 CPUtime=2.84 cores=0,2,4,6
/proc/12640/task/12641/stat : 12641 (java) R 12637 12640 5982 0 -1 4202560 2701 0 1 0 274 10 0 0 20 0 18 0 108647785 9787879424 170286 33554432000 1073741824 1073778376 140737165621984 140387187809080 140387059894177 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=12640/tid=12643] ppid=12637 vsize=9558476 CPUtime=0.12 cores=0,2,4,6
/proc/12640/task/12643/stat : 12643 (java) S 12637 12640 5982 0 -1 4202560 61 0 0 0 9 3 0 0 20 0 18 0 108647786 9787879424 170286 33554432000 1073741824 1073778376 140737165621984 140387031796776 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12640/tid=12644] ppid=12637 vsize=9558476 CPUtime=0.05 cores=0,2,4,6
/proc/12640/task/12644/stat : 12644 (java) S 12637 12640 5982 0 -1 4202560 41 0 0 0 4 1 0 0 20 0 18 0 108647786 9787879424 170286 33554432000 1073741824 1073778376 140737165621984 140387030743976 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12640/tid=12645] ppid=12637 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/12640/task/12645/stat : 12645 (java) S 12637 12640 5982 0 -1 4202560 46 0 0 0 6 2 0 0 20 0 18 0 108647786 9787879424 170286 33554432000 1073741824 1073778376 140737165621984 140387029691176 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12640/tid=12646] ppid=12637 vsize=9558476 CPUtime=0.12 cores=0,2,4,6
/proc/12640/task/12646/stat : 12646 (java) S 12637 12640 5982 0 -1 4202560 82 0 0 0 9 3 0 0 20 0 18 0 108647786 9787879424 170286 33554432000 1073741824 1073778376 140737165621984 140387028638376 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12640/tid=12647] ppid=12637 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/12640/task/12647/stat : 12647 (java) S 12637 12640 5982 0 -1 4202560 105 0 0 0 6 1 0 0 20 0 18 0 108647786 9787879424 170286 33554432000 1073741824 1073778376 140737165621984 140387027585576 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12640/tid=12648] ppid=12637 vsize=9558476 CPUtime=0.16 cores=0,2,4,6
/proc/12640/task/12648/stat : 12648 (java) S 12637 12640 5982 0 -1 4202560 77 0 0 0 12 4 0 0 20 0 18 0 108647786 9787879424 170286 33554432000 1073741824 1073778376 140737165621984 140387026532776 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12640/tid=12649] ppid=12637 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/12640/task/12649/stat : 12649 (java) S 12637 12640 5982 0 -1 4202560 36 0 0 0 6 2 0 0 20 0 18 0 108647786 9787879424 170286 33554432000 1073741824 1073778376 140737165621984 140387025479976 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12640/tid=12650] ppid=12637 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/12640/task/12650/stat : 12650 (java) S 12637 12640 5982 0 -1 4202560 48 0 0 0 7 3 0 0 20 0 18 0 108647786 9787879424 170286 33554432000 1073741824 1073778376 140737165621984 140387024427176 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12640/tid=12651] ppid=12637 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/12640/task/12651/stat : 12651 (java) S 12637 12640 5982 0 -1 4202560 481 0 0 0 0 0 0 0 20 0 18 0 108647787 9787879424 170286 33554432000 1073741824 1073778376 140737165621984 140387012017128 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12640/tid=12652] ppid=12637 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/12640/task/12652/stat : 12652 (java) S 12637 12640 5982 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 108647787 9787879424 170286 33554432000 1073741824 1073778376 140737165621984 140387010963192 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12640/tid=12653] ppid=12637 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/12640/task/12653/stat : 12653 (java) S 12637 12640 5982 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 108647787 9787879424 170286 33554432000 1073741824 1073778376 140737165621984 140387009910280 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12640/tid=12654] ppid=12637 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/12640/task/12654/stat : 12654 (java) S 12637 12640 5982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 108647790 9787879424 170286 33554432000 1073741824 1073778376 140737165621984 140387008858768 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12640/tid=12655] ppid=12637 vsize=9558476 CPUtime=0.45 cores=0,2,4,6
/proc/12640/task/12655/stat : 12655 (java) S 12637 12640 5982 0 -1 4202560 5021 0 0 0 45 0 0 0 20 0 18 0 108647790 9787879424 170286 33554432000 1073741824 1073778376 140737165621984 140387007805880 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12640/tid=12656] ppid=12637 vsize=9558476 CPUtime=0.41 cores=0,2,4,6
/proc/12640/task/12656/stat : 12656 (java) S 12637 12640 5982 0 -1 4202560 4891 0 0 0 41 0 0 0 20 0 18 0 108647790 9787879424 170286 33554432000 1073741824 1073778376 140737165621984 140387006753080 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12640/tid=12657] ppid=12637 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/12640/task/12657/stat : 12657 (java) S 12637 12640 5982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 108647790 9787879424 170286 33554432000 1073741824 1073778376 140737165621984 140387005700472 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12640/tid=12658] ppid=12637 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/12640/task/12658/stat : 12658 (java) S 12637 12640 5982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 108647790 9787879424 170286 33554432000 1073741824 1073778376 140737165621984 140387004647880 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.63
Current children cumulated vsize (KiB) 9558476

[startup+6.30082 s]
/proc/loadavg: 4.03 4.18 4.19 4/213 12658
/proc/meminfo: memFree=25853440/32872528 swapFree=17280/1464432
[pid=12640] ppid=12637 vsize=9558476 CPUtime=8.61 cores=0,2,4,6
/proc/12640/stat : 12640 (java) S 12637 12640 5982 0 -1 4202496 17022 0 1 0 807 54 0 0 20 0 18 0 108647785 9787879424 333494 33554432000 1073741824 1073778376 140737165621984 140737165613120 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12640/statm: 2389619 333494 2263 9 0 2380296 0
[pid=12640/tid=12641] ppid=12637 vsize=9558476 CPUtime=5.74 cores=0,2,4,6
/proc/12640/task/12641/stat : 12641 (java) R 12637 12640 5982 0 -1 4202560 3397 0 1 0 556 18 0 0 20 0 18 0 108647785 9787879424 333494 33554432000 1073741824 1073778376 140737165621984 140387187802128 227515884813 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=12640/tid=12643] ppid=12637 vsize=9558476 CPUtime=0.22 cores=0,2,4,6
/proc/12640/task/12643/stat : 12643 (java) S 12637 12640 5982 0 -1 4202560 177 0 0 0 18 4 0 0 20 0 18 0 108647786 9787879424 333494 33554432000 1073741824 1073778376 140737165621984 140387031796776 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12640/tid=12644] ppid=12637 vsize=9558476 CPUtime=0.15 cores=0,2,4,6
/proc/12640/task/12644/stat : 12644 (java) S 12637 12640 5982 0 -1 4202560 78 0 0 0 12 3 0 0 20 0 18 0 108647786 9787879424 333494 33554432000 1073741824 1073778376 140737165621984 140387030743976 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12640/tid=12645] ppid=12637 vsize=9558476 CPUtime=0.28 cores=0,2,4,6
/proc/12640/task/12645/stat : 12645 (java) S 12637 12640 5982 0 -1 4202560 124 0 0 0 23 5 0 0 20 0 18 0 108647786 9787879424 333494 33554432000 1073741824 1073778376 140737165621984 140387029691176 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12640/tid=12646] ppid=12637 vsize=9558476 CPUtime=0.22 cores=0,2,4,6
/proc/12640/task/12646/stat : 12646 (java) S 12637 12640 5982 0 -1 4202560 152 0 0 0 17 5 0 0 20 0 18 0 108647786 9787879424 333494 33554432000 1073741824 1073778376 140737165621984 140387028638376 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12640/tid=12647] ppid=12637 vsize=9558476 CPUtime=0.26 cores=0,2,4,6
/proc/12640/task/12647/stat : 12647 (java) S 12637 12640 5982 0 -1 4202560 183 0 0 0 22 4 0 0 20 0 18 0 108647786 9787879424 333494 33554432000 1073741824 1073778376 140737165621984 140387027585576 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12640/tid=12648] ppid=12637 vsize=9558476 CPUtime=0.32 cores=0,2,4,6
/proc/12640/task/12648/stat : 12648 (java) S 12637 12640 5982 0 -1 4202560 137 0 0 0 25 7 0 0 20 0 18 0 108647786 9787879424 333494 33554432000 1073741824 1073778376 140737165621984 140387026532776 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12640/tid=12649] ppid=12637 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/12640/task/12649/stat : 12649 (java) S 12637 12640 5982 0 -1 4202560 486 0 0 0 14 3 0 0 20 0 18 0 108647786 9787879424 333494 33554432000 1073741824 1073778376 140737165621984 140387025479976 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12640/tid=12650] ppid=12637 vsize=9558476 CPUtime=0.22 cores=0,2,4,6
/proc/12640/task/12650/stat : 12650 (java) S 12637 12640 5982 0 -1 4202560 101 0 0 0 17 5 0 0 20 0 18 0 108647786 9787879424 333494 33554432000 1073741824 1073778376 140737165621984 140387024427176 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12640/tid=12651] ppid=12637 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/12640/task/12651/stat : 12651 (java) S 12637 12640 5982 0 -1 4202560 1023 0 0 0 0 0 0 0 20 0 18 0 108647787 9787879424 333494 33554432000 1073741824 1073778376 140737165621984 140387012017128 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12640/tid=12652] ppid=12637 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/12640/task/12652/stat : 12652 (java) S 12637 12640 5982 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 108647787 9787879424 333494 33554432000 1073741824 1073778376 140737165621984 140387010963192 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12640/tid=12653] ppid=12637 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/12640/task/12653/stat : 12653 (java) S 12637 12640 5982 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 108647787 9787879424 333494 33554432000 1073741824 1073778376 140737165621984 140387009910280 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12640/tid=12654] ppid=12637 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/12640/task/12654/stat : 12654 (java) S 12637 12640 5982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 108647790 9787879424 333494 33554432000 1073741824 1073778376 140737165621984 140387008858768 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12640/tid=12655] ppid=12637 vsize=9558476 CPUtime=0.45 cores=0,2,4,6
/proc/12640/task/12655/stat : 12655 (java) S 12637 12640 5982 0 -1 4202560 5021 0 0 0 45 0 0 0 20 0 18 0 108647790 9787879424 333494 33554432000 1073741824 1073778376 140737165621984 140387007805880 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12640/tid=12656] ppid=12637 vsize=9558476 CPUtime=0.41 cores=0,2,4,6
/proc/12640/task/12656/stat : 12656 (java) S 12637 12640 5982 0 -1 4202560 4891 0 0 0 41 0 0 0 20 0 18 0 108647790 9787879424 333494 33554432000 1073741824 1073778376 140737165621984 140387006753080 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12640/tid=12657] ppid=12637 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/12640/task/12657/stat : 12657 (java) S 12637 12640 5982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 108647790 9787879424 333494 33554432000 1073741824 1073778376 140737165621984 140387005700472 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12640/tid=12658] ppid=12637 vsize=9558476 CPUtime=0 cores=0,2,4,6

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

[pid=12640/tid=12646] ppid=12637 vsize=9824732 CPUtime=1.93 cores=0,2,4,6
/proc/12640/task/12646/stat : 12646 (java) S 12637 12640 5982 0 -1 4202560 523 0 0 0 177 16 0 0 20 0 22 0 108647786 10060525568 831383 33554432000 1073741824 1073778376 140737165621984 140387028638376 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12640/tid=12647] ppid=12637 vsize=9824732 CPUtime=1.64 cores=0,2,4,6
/proc/12640/task/12647/stat : 12647 (java) S 12637 12640 5982 0 -1 4202560 509 0 0 0 151 13 0 0 20 0 22 0 108647786 10060525568 831383 33554432000 1073741824 1073778376 140737165621984 140387027585576 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12640/tid=12648] ppid=12637 vsize=9824732 CPUtime=1.67 cores=0,2,4,6
/proc/12640/task/12648/stat : 12648 (java) S 12637 12640 5982 0 -1 4202560 537 0 0 0 152 15 0 0 20 0 22 0 108647786 10060525568 831383 33554432000 1073741824 1073778376 140737165621984 140387026532776 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12640/tid=12649] ppid=12637 vsize=9824732 CPUtime=1.81 cores=0,2,4,6
/proc/12640/task/12649/stat : 12649 (java) S 12637 12640 5982 0 -1 4202560 646 0 0 0 169 12 0 0 20 0 22 0 108647786 10060525568 831383 33554432000 1073741824 1073778376 140737165621984 140387025479976 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12640/tid=12650] ppid=12637 vsize=9824732 CPUtime=1.71 cores=0,2,4,6
/proc/12640/task/12650/stat : 12650 (java) S 12637 12640 5982 0 -1 4202560 439 0 0 0 158 13 0 0 20 0 22 0 108647786 10060525568 831383 33554432000 1073741824 1073778376 140737165621984 140387024427176 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12640/tid=12651] ppid=12637 vsize=9824732 CPUtime=1.69 cores=0,2,4,6
/proc/12640/task/12651/stat : 12651 (java) S 12637 12640 5982 0 -1 4202560 1878 0 0 0 164 5 0 0 20 0 22 0 108647787 10060525568 831383 33554432000 1073741824 1073778376 140737165621984 140387012017128 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12640/tid=12652] ppid=12637 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12640/task/12652/stat : 12652 (java) S 12637 12640 5982 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 108647787 10060525568 831383 33554432000 1073741824 1073778376 140737165621984 140387010963192 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12640/tid=12653] ppid=12637 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12640/task/12653/stat : 12653 (java) S 12637 12640 5982 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 108647787 10060525568 831383 33554432000 1073741824 1073778376 140737165621984 140387009910280 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12640/tid=12654] ppid=12637 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12640/task/12654/stat : 12654 (java) S 12637 12640 5982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108647790 10060525568 831383 33554432000 1073741824 1073778376 140737165621984 140387008858768 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12640/tid=12655] ppid=12637 vsize=9824732 CPUtime=1.2 cores=0,2,4,6
/proc/12640/task/12655/stat : 12655 (java) S 12637 12640 5982 0 -1 4202560 7112 0 0 0 120 0 0 0 20 0 22 0 108647790 10060525568 831383 33554432000 1073741824 1073778376 140737165621984 140387007805880 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12640/tid=12656] ppid=12637 vsize=9824732 CPUtime=1.51 cores=0,2,4,6
/proc/12640/task/12656/stat : 12656 (java) S 12637 12640 5982 0 -1 4202560 12957 0 0 0 149 2 0 0 20 0 22 0 108647790 10060525568 831383 33554432000 1073741824 1073778376 140737165621984 140387006753080 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12640/tid=12657] ppid=12637 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12640/task/12657/stat : 12657 (java) S 12637 12640 5982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108647790 10060525568 831383 33554432000 1073741824 1073778376 140737165621984 140387005700472 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12640/tid=12658] ppid=12637 vsize=9824732 CPUtime=0.3 cores=0,2,4,6
/proc/12640/task/12658/stat : 12658 (java) S 12637 12640 5982 0 -1 4202560 47 0 0 0 15 15 0 0 20 0 22 0 108647790 10060525568 831383 33554432000 1073741824 1073778376 140737165621984 140387004647880 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12640/tid=12659] ppid=12637 vsize=9824732 CPUtime=806.89 cores=0,2,4,6
/proc/12640/task/12659/stat : 12659 (java) R 12637 12640 5982 0 -1 4202560 53 0 0 0 80674 15 0 0 20 0 22 0 108648616 10060525568 831383 33554432000 1073741824 1073778376 140737165621984 140387003591792 140387060271744 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=12640/tid=12660] ppid=12637 vsize=9824732 CPUtime=806.97 cores=0,2,4,6
/proc/12640/task/12660/stat : 12660 (java) R 12637 12640 5982 0 -1 4202560 627 0 0 0 80681 16 0 0 20 0 22 0 108648616 10060525568 831383 33554432000 1073741824 1073778376 140737165621984 140387002539904 140387060271860 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=12640/tid=12661] ppid=12637 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12640/task/12661/stat : 12661 (java) S 12637 12640 5982 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 108648618 10060525568 831383 33554432000 1073741824 1073778376 140737165621984 140387001488808 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12640/tid=12662] ppid=12637 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12640/task/12662/stat : 12662 (java) S 12637 12640 5982 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 108648618 10060525568 831383 33554432000 1073741824 1073778376 140737165621984 140387000436008 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1644.39
Current children cumulated vsize (KiB) 9824732

[startup+882.301 s]
/proc/loadavg: 4.23 4.23 4.24 5/217 12826
/proc/meminfo: memFree=24497480/32872528 swapFree=17280/1464432
[pid=12640] ppid=12637 vsize=9824732 CPUtime=1764.48 cores=0,2,4,6
/proc/12640/stat : 12640 (java) S 12637 12640 5982 0 -1 4202496 32051 0 1 0 176278 170 0 0 20 0 22 0 108647785 10060525568 831393 33554432000 1073741824 1073778376 140737165621984 140737165613120 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12640/statm: 2456183 831393 2298 9 0 2446860 0
[pid=12640/tid=12641] ppid=12637 vsize=9824732 CPUtime=7.56 cores=0,2,4,6
/proc/12640/task/12641/stat : 12641 (java) S 12637 12640 5982 0 -1 4202560 3857 0 1 0 722 34 0 0 20 0 22 0 108647785 10060525568 831393 33554432000 1073741824 1073778376 140737165621984 140387187811192 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12640/tid=12643] ppid=12637 vsize=9824732 CPUtime=1.73 cores=0,2,4,6
/proc/12640/task/12643/stat : 12643 (java) S 12637 12640 5982 0 -1 4202560 521 0 0 0 159 14 0 0 20 0 22 0 108647786 10060525568 831393 33554432000 1073741824 1073778376 140737165621984 140387031796776 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12640/tid=12644] ppid=12637 vsize=9824732 CPUtime=2.03 cores=0,2,4,6
/proc/12640/task/12644/stat : 12644 (java) S 12637 12640 5982 0 -1 4202560 523 0 0 0 190 13 0 0 20 0 22 0 108647786 10060525568 831393 33554432000 1073741824 1073778376 140737165621984 140387030743976 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12640/tid=12645] ppid=12637 vsize=9824732 CPUtime=1.76 cores=0,2,4,6
/proc/12640/task/12645/stat : 12645 (java) S 12637 12640 5982 0 -1 4202560 535 0 0 0 161 15 0 0 20 0 22 0 108647786 10060525568 831393 33554432000 1073741824 1073778376 140737165621984 140387029691176 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12640/tid=12646] ppid=12637 vsize=9824732 CPUtime=1.94 cores=0,2,4,6
/proc/12640/task/12646/stat : 12646 (java) S 12637 12640 5982 0 -1 4202560 523 0 0 0 178 16 0 0 20 0 22 0 108647786 10060525568 831393 33554432000 1073741824 1073778376 140737165621984 140387028638376 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12640/tid=12647] ppid=12637 vsize=9824732 CPUtime=1.66 cores=0,2,4,6
/proc/12640/task/12647/stat : 12647 (java) S 12637 12640 5982 0 -1 4202560 509 0 0 0 153 13 0 0 20 0 22 0 108647786 10060525568 831393 33554432000 1073741824 1073778376 140737165621984 140387027585576 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12640/tid=12648] ppid=12637 vsize=9824732 CPUtime=1.71 cores=0,2,4,6
/proc/12640/task/12648/stat : 12648 (java) S 12637 12640 5982 0 -1 4202560 537 0 0 0 156 15 0 0 20 0 22 0 108647786 10060525568 831393 33554432000 1073741824 1073778376 140737165621984 140387026532776 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12640/tid=12649] ppid=12637 vsize=9824732 CPUtime=1.83 cores=0,2,4,6
/proc/12640/task/12649/stat : 12649 (java) S 12637 12640 5982 0 -1 4202560 646 0 0 0 171 12 0 0 20 0 22 0 108647786 10060525568 831393 33554432000 1073741824 1073778376 140737165621984 140387025479976 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12640/tid=12650] ppid=12637 vsize=9824732 CPUtime=1.75 cores=0,2,4,6
/proc/12640/task/12650/stat : 12650 (java) S 12637 12640 5982 0 -1 4202560 449 0 0 0 162 13 0 0 20 0 22 0 108647786 10060525568 831393 33554432000 1073741824 1073778376 140737165621984 140387024427176 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12640/tid=12651] ppid=12637 vsize=9824732 CPUtime=1.69 cores=0,2,4,6
/proc/12640/task/12651/stat : 12651 (java) S 12637 12640 5982 0 -1 4202560 1882 0 0 0 164 5 0 0 20 0 22 0 108647787 10060525568 831393 33554432000 1073741824 1073778376 140737165621984 140387012017128 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12640/tid=12652] ppid=12637 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12640/task/12652/stat : 12652 (java) S 12637 12640 5982 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 108647787 10060525568 831393 33554432000 1073741824 1073778376 140737165621984 140387010963192 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12640/tid=12653] ppid=12637 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12640/task/12653/stat : 12653 (java) S 12637 12640 5982 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 108647787 10060525568 831393 33554432000 1073741824 1073778376 140737165621984 140387009910280 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12640/tid=12654] ppid=12637 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12640/task/12654/stat : 12654 (java) S 12637 12640 5982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108647790 10060525568 831393 33554432000 1073741824 1073778376 140737165621984 140387008858768 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12640/tid=12655] ppid=12637 vsize=9824732 CPUtime=1.2 cores=0,2,4,6
/proc/12640/task/12655/stat : 12655 (java) S 12637 12640 5982 0 -1 4202560 7112 0 0 0 120 0 0 0 20 0 22 0 108647790 10060525568 831393 33554432000 1073741824 1073778376 140737165621984 140387007805880 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12640/tid=12656] ppid=12637 vsize=9824732 CPUtime=1.51 cores=0,2,4,6
/proc/12640/task/12656/stat : 12656 (java) S 12637 12640 5982 0 -1 4202560 12957 0 0 0 149 2 0 0 20 0 22 0 108647790 10060525568 831393 33554432000 1073741824 1073778376 140737165621984 140387006753080 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12640/tid=12657] ppid=12637 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12640/task/12657/stat : 12657 (java) S 12637 12640 5982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108647790 10060525568 831393 33554432000 1073741824 1073778376 140737165621984 140387005700472 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12640/tid=12658] ppid=12637 vsize=9824732 CPUtime=0.31 cores=0,2,4,6
/proc/12640/task/12658/stat : 12658 (java) S 12637 12640 5982 0 -1 4202560 51 0 0 0 16 15 0 0 20 0 22 0 108647790 10060525568 831393 33554432000 1073741824 1073778376 140737165621984 140387004647880 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12640/tid=12659] ppid=12637 vsize=9824732 CPUtime=866.67 cores=0,2,4,6
/proc/12640/task/12659/stat : 12659 (java) R 12637 12640 5982 0 -1 4202560 54 0 0 0 86651 16 0 0 20 0 22 0 108648616 10060525568 831393 33554432000 1073741824 1073778376 140737165621984 140387003592064 140387060393689 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=12640/tid=12660] ppid=12637 vsize=9824732 CPUtime=866.73 cores=0,2,4,6
/proc/12640/task/12660/stat : 12660 (java) R 12637 12640 5982 0 -1 4202560 628 0 0 0 86656 17 0 0 20 0 22 0 108648616 10060525568 831393 33554432000 1073741824 1073778376 140737165621984 140387002539904 140387060271860 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=12640/tid=12661] ppid=12637 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12640/task/12661/stat : 12661 (java) S 12637 12640 5982 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 108648618 10060525568 831393 33554432000 1073741824 1073778376 140737165621984 140387001488808 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12640/tid=12662] ppid=12637 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12640/task/12662/stat : 12662 (java) S 12637 12640 5982 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 108648618 10060525568 831393 33554432000 1073741824 1073778376 140737165621984 140387000436008 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1764.48
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+900.101 s]
/proc/loadavg: 4.24 4.23 4.24 5/217 12826
/proc/meminfo: memFree=24517664/32872528 swapFree=17280/1464432
[pid=12640] ppid=12637 vsize=9824732 CPUtime=1800.14 cores=0,2,4,6
/proc/12640/stat : 12640 (java) S 12637 12640 5982 0 -1 4202496 32059 0 1 0 179844 170 0 0 20 0 22 0 108647785 10060525568 831398 33554432000 1073741824 1073778376 140737165621984 140737165613120 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12640/statm: 2456183 831398 2298 9 0 2446860 0
[pid=12640/tid=12641] ppid=12637 vsize=9824732 CPUtime=7.56 cores=0,2,4,6
/proc/12640/task/12641/stat : 12641 (java) S 12637 12640 5982 0 -1 4202560 3857 0 1 0 722 34 0 0 20 0 22 0 108647785 10060525568 831398 33554432000 1073741824 1073778376 140737165621984 140387187811192 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12640/tid=12643] ppid=12637 vsize=9824732 CPUtime=1.74 cores=0,2,4,6
/proc/12640/task/12643/stat : 12643 (java) S 12637 12640 5982 0 -1 4202560 521 0 0 0 160 14 0 0 20 0 22 0 108647786 10060525568 831398 33554432000 1073741824 1073778376 140737165621984 140387031796776 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12640/tid=12644] ppid=12637 vsize=9824732 CPUtime=2.05 cores=0,2,4,6
/proc/12640/task/12644/stat : 12644 (java) S 12637 12640 5982 0 -1 4202560 523 0 0 0 192 13 0 0 20 0 22 0 108647786 10060525568 831398 33554432000 1073741824 1073778376 140737165621984 140387030743976 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12640/tid=12645] ppid=12637 vsize=9824732 CPUtime=1.77 cores=0,2,4,6
/proc/12640/task/12645/stat : 12645 (java) S 12637 12640 5982 0 -1 4202560 538 0 0 0 162 15 0 0 20 0 22 0 108647786 10060525568 831398 33554432000 1073741824 1073778376 140737165621984 140387029691176 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12640/tid=12646] ppid=12637 vsize=9824732 CPUtime=1.95 cores=0,2,4,6
/proc/12640/task/12646/stat : 12646 (java) S 12637 12640 5982 0 -1 4202560 525 0 0 0 179 16 0 0 20 0 22 0 108647786 10060525568 831398 33554432000 1073741824 1073778376 140737165621984 140387028638376 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12640/tid=12647] ppid=12637 vsize=9824732 CPUtime=1.67 cores=0,2,4,6
/proc/12640/task/12647/stat : 12647 (java) S 12637 12640 5982 0 -1 4202560 509 0 0 0 154 13 0 0 20 0 22 0 108647786 10060525568 831398 33554432000 1073741824 1073778376 140737165621984 140387027585576 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12640/tid=12648] ppid=12637 vsize=9824732 CPUtime=1.71 cores=0,2,4,6
/proc/12640/task/12648/stat : 12648 (java) S 12637 12640 5982 0 -1 4202560 537 0 0 0 156 15 0 0 20 0 22 0 108647786 10060525568 831398 33554432000 1073741824 1073778376 140737165621984 140387026532776 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12640/tid=12649] ppid=12637 vsize=9824732 CPUtime=1.84 cores=0,2,4,6
/proc/12640/task/12649/stat : 12649 (java) S 12637 12640 5982 0 -1 4202560 646 0 0 0 172 12 0 0 20 0 22 0 108647786 10060525568 831398 33554432000 1073741824 1073778376 140737165621984 140387025479976 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12640/tid=12650] ppid=12637 vsize=9824732 CPUtime=1.78 cores=0,2,4,6
/proc/12640/task/12650/stat : 12650 (java) S 12637 12640 5982 0 -1 4202560 449 0 0 0 165 13 0 0 20 0 22 0 108647786 10060525568 831398 33554432000 1073741824 1073778376 140737165621984 140387024427176 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12640/tid=12651] ppid=12637 vsize=9824732 CPUtime=1.69 cores=0,2,4,6
/proc/12640/task/12651/stat : 12651 (java) S 12637 12640 5982 0 -1 4202560 1882 0 0 0 164 5 0 0 20 0 22 0 108647787 10060525568 831398 33554432000 1073741824 1073778376 140737165621984 140387012017128 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12640/tid=12652] ppid=12637 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12640/task/12652/stat : 12652 (java) S 12637 12640 5982 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 108647787 10060525568 831398 33554432000 1073741824 1073778376 140737165621984 140387010963192 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12640/tid=12653] ppid=12637 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12640/task/12653/stat : 12653 (java) S 12637 12640 5982 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 108647787 10060525568 831398 33554432000 1073741824 1073778376 140737165621984 140387009910280 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12640/tid=12654] ppid=12637 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12640/task/12654/stat : 12654 (java) S 12637 12640 5982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108647790 10060525568 831398 33554432000 1073741824 1073778376 140737165621984 140387008858768 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12640/tid=12655] ppid=12637 vsize=9824732 CPUtime=1.2 cores=0,2,4,6
/proc/12640/task/12655/stat : 12655 (java) S 12637 12640 5982 0 -1 4202560 7112 0 0 0 120 0 0 0 20 0 22 0 108647790 10060525568 831398 33554432000 1073741824 1073778376 140737165621984 140387007805880 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12640/tid=12656] ppid=12637 vsize=9824732 CPUtime=1.51 cores=0,2,4,6
/proc/12640/task/12656/stat : 12656 (java) S 12637 12640 5982 0 -1 4202560 12957 0 0 0 149 2 0 0 20 0 22 0 108647790 10060525568 831398 33554432000 1073741824 1073778376 140737165621984 140387006753080 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12640/tid=12657] ppid=12637 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12640/task/12657/stat : 12657 (java) S 12637 12640 5982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108647790 10060525568 831398 33554432000 1073741824 1073778376 140737165621984 140387005700472 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12640/tid=12658] ppid=12637 vsize=9824732 CPUtime=0.32 cores=0,2,4,6
/proc/12640/task/12658/stat : 12658 (java) S 12637 12640 5982 0 -1 4202560 53 0 0 0 17 15 0 0 20 0 22 0 108647790 10060525568 831398 33554432000 1073741824 1073778376 140737165621984 140387004647880 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12640/tid=12659] ppid=12637 vsize=9824732 CPUtime=884.4 cores=0,2,4,6
/proc/12640/task/12659/stat : 12659 (java) R 12637 12640 5982 0 -1 4202560 55 0 0 0 88424 16 0 0 20 0 22 0 108648616 10060525568 831398 33554432000 1073741824 1073778376 140737165621984 140387003585056 140387060333221 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=12640/tid=12660] ppid=12637 vsize=9824732 CPUtime=884.46 cores=0,2,4,6
/proc/12640/task/12660/stat : 12660 (java) R 12637 12640 5982 0 -1 4202560 628 0 0 0 88429 17 0 0 20 0 22 0 108648616 10060525568 831398 33554432000 1073741824 1073778376 140737165621984 140387002539184 140387060424993 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=12640/tid=12661] ppid=12637 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12640/task/12661/stat : 12661 (java) S 12637 12640 5982 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 108648618 10060525568 831398 33554432000 1073741824 1073778376 140737165621984 140387001488808 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12640/tid=12662] ppid=12637 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12640/task/12662/stat : 12662 (java) S 12637 12640 5982 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 108648618 10060525568 831398 33554432000 1073741824 1073778376 140737165621984 140387000436008 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.14
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 12640 sig 9
??? kill -12640 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 12640 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=879288
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=172669
# CPU time returned by wait4() is 1796.05
# while last known CPU time is 1800.14
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 900.175
CPU time (s): 1800.14
CPU user time (s): 1798.44
CPU system time (s): 1.7
CPU usage (%): 199.977
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.88
system time used= 2.17267
maximum resident set size= 3325708
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32094
page faults= 1
swaps= 0
block input operations= 0
block output operations= 960
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23611
involuntary context switches= 26763

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.64114 second user time and 7.02493 second system time

The end

Launcher Data

Begin job on node121 at 2016-06-07 04:39:07
IDJOB=4080477
IDBENCH=89800
IDSOLVER=2543
FILE ID=node121/4080477-1465267146
RUNJOBID= node121-1465256572-5998
PBS_JOBID= 19843282
Free space on /tmp= 71636 MiB

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

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

MD5SUM BENCH= 45533d52c524a74641c715d4320b890b
RANDOM SEED=1629811172

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:        27185420 kB
Buffers:          101388 kB
Cached:           264848 kB
SwapCached:         1720 kB
Active:          3287152 kB
Inactive:         185052 kB
Active(anon):    3104076 kB
Inactive(anon):     4160 kB
Active(file):     183076 kB
Inactive(file):   180892 kB
Unevictable:     1464432 kB
Mlocked:           17280 kB
SwapTotal:      67108856 kB
SwapFree:       67099332 kB
Dirty:             50276 kB
Writeback:             0 kB
AnonPages:       4580140 kB
Mapped:            15348 kB
Shmem:                 0 kB
Slab:             604284 kB
SReclaimable:      48004 kB
SUnreclaim:       556280 kB
KernelStack:        1592 kB
PageTables:        13248 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4924768 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4513792 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= 71636 MiB
End job on node121 at 2016-06-07 04:54:08