Trace number 4103770

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Res+CP PB16? (TO) 1800.8 900.548

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-scsd8.opb
MD5SUM68f48570ba6245cb642bc98d786c3bfe
Bench CategoryOPT-BIGINT (optimisation, big integers)
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 FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables82500
Total number of constraints397
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints397
Minimum length of a constraint300
Maximum length of a constraint720
Number of terms in the objective function 82500
Biggest coefficient in the objective function 221357547985043456
Number of bits for the biggest coefficient in the objective function 58
Sum of the numbers in the objective function 595796164546237514244
Number of bits of the sum of numbers in the objective function 70
Biggest number in a constraint 221357547985043456
Number of bits of the biggest number in a constraint 58
Biggest sum of numbers in a constraint 595796164546237514244
Number of bits of the biggest sum of numbers70
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4103770-1466246550.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  objective function found
2.86/1.77	c ... done. Wall clock time 1.665s.
2.86/1.77	c declared #vars     82500
2.86/1.77	c #constraints  794
2.86/1.78	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
2.86/1.78	c constraints type 
2.86/1.78	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 794
2.86/1.78	c 794 constraints processed.
2.86/1.78	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
2.86/1.78	c constraints type 
2.86/1.78	c org.sat4j.pb.constraints.pb.MaxWatchPb => 794
2.86/1.78	c 794 constraints processed.
2.86/1.78	c objective function length is 82500 literals
22.65/11.09	c cleaning 2496 clauses out of 5004 with flag 13496/5004
27.37/13.38	c cleaning 4247 clauses out of 8505 with flag 25490/11001
32.76/16.09	c cleaning 5623 clauses out of 11258 with flag 39490/18001
38.82/19.07	c cleaning 6801 clauses out of 13634 with flag 55537/26000
45.07/22.16	c cleaning 7912 clauses out of 15834 with flag 73539/35001
52.07/25.61	c cleaning 8956 clauses out of 17921 with flag 93537/45000
61.02/30.02	c cleaning 9976 clauses out of 19965 with flag 115537/56000
70.12/34.55	c cleaning 10989 clauses out of 21989 with flag 139537/68000
79.95/39.42	c cleaning 11994 clauses out of 24000 with flag 165537/81000
91.84/45.24	c cleaning 12997 clauses out of 26007 with flag 193539/95001
103.83/51.28	c cleaning 14000 clauses out of 28010 with flag 223539/110001
117.83/58.20	c cleaning 15001 clauses out of 30012 with flag 255543/126003
131.23/65.00	c cleaning 15997 clauses out of 32008 with flag 289537/143000
147.60/73.40	c cleaning 17001 clauses out of 34012 with flag 325539/161001
163.60/81.37	c cleaning 18002 clauses out of 36013 with flag 363543/180003
181.00/90.06	c cleaning 18998 clauses out of 38012 with flag 403545/200004
200.60/99.81	c cleaning 19997 clauses out of 40011 with flag 445539/221001
220.60/109.86	c cleaning 21001 clauses out of 42014 with flag 489539/243001
241.96/120.38	c cleaning 21999 clauses out of 44012 with flag 535537/266000
262.76/130.78	c cleaning 23001 clauses out of 46017 with flag 583545/290004
286.97/142.80	c cleaning 23997 clauses out of 48015 with flag 633543/315003
312.17/155.47	c cleaning 25003 clauses out of 50015 with flag 685537/341000
339.36/169.01	c cleaning 25997 clauses out of 52014 with flag 739541/368002
367.83/183.21	c cleaning 26998 clauses out of 54015 with flag 795537/396000
397.65/198.16	c cleaning 27997 clauses out of 56017 with flag 853537/425000
428.69/213.99	c cleaning 29006 clauses out of 58024 with flag 913545/455004
459.07/229.13	c cleaning 30001 clauses out of 60015 with flag 975539/486001
490.27/244.77	c cleaning 31000 clauses out of 62013 with flag 1039537/518000
524.06/261.60	c cleaning 31995 clauses out of 64013 with flag 1105537/551000
560.45/279.85	c cleaning 33004 clauses out of 66020 with flag 1173541/585002
602.37/300.79	c cleaning 34000 clauses out of 68014 with flag 1243537/620000
642.16/320.65	c cleaning 35001 clauses out of 70014 with flag 1315537/656000
684.56/341.83	c cleaning 36001 clauses out of 72013 with flag 1389537/693000
725.94/362.59	c cleaning 36997 clauses out of 74013 with flag 1465539/731001
770.14/384.67	c cleaning 37997 clauses out of 76017 with flag 1543541/770002
819.05/409.45	c cleaning 38998 clauses out of 78020 with flag 1623541/810002
865.44/432.64	c cleaning 40003 clauses out of 80021 with flag 1705539/851001
914.45/457.12	c cleaning 41004 clauses out of 82020 with flag 1789543/893003
966.65/483.24	c cleaning 42001 clauses out of 84014 with flag 1875539/936001
1024.94/512.36	c cleaning 42994 clauses out of 86012 with flag 1963537/980000
1086.72/543.21	c cleaning 44002 clauses out of 88018 with flag 2053537/1025000
1149.51/574.69	c cleaning 45005 clauses out of 90020 with flag 2145545/1071004
1215.90/607.81	c cleaning 46000 clauses out of 92011 with flag 2239538/1118000
1286.33/642.99	c cleaning 46994 clauses out of 94013 with flag 2335542/1166002
1358.14/678.86	c cleaning 48001 clauses out of 96018 with flag 2433540/1215001
1428.92/714.24	c cleaning 48994 clauses out of 98016 with flag 2533539/1265000
1500.44/750.77	c cleaning 50007 clauses out of 100024 with flag 2635543/1316002
1571.45/786.26	c cleaning 50994 clauses out of 102015 with flag 2739539/1368000
1644.45/822.80	c cleaning 52004 clauses out of 104021 with flag 2845539/1421000
1726.39/863.68	c cleaning 53005 clauses out of 106020 with flag 2953545/1475003
1800.18/900.50	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.18/900.50	c starts		: 4
1800.18/900.50	c conflicts		: 1527510
1800.18/900.50	c decisions		: 1981273
1800.18/900.50	c propagations		: 9184094
1800.18/900.50	c inspects		: 9733625779
1800.18/900.50	c shortcuts		: 0
1800.18/900.50	c learnt literals	: 0
1800.18/900.50	c learnt binary clauses	: 0
1800.18/900.50	c learnt ternary clauses	: 0
1800.18/900.50	c learnt constraints	: 1527510
1800.18/900.50	c ignored constraints	: 0
1800.18/900.50	c root simplifications	: 0
1800.18/900.50	c removed literals (reason simplification)	: 26081623
1800.18/900.50	c reason swapping (by a shorter reason)	: 0
1800.18/900.50	c Calls to reduceDB	: 50
1800.18/900.50	c Number of update (reduction) of LBD	: 242
1800.18/900.50	c Imported unit clauses	: 0
1800.18/900.50	c number of reductions to clauses (during analyze)	: 0
1800.18/900.50	c number of learned constraints concerned by reduction	: 0
1800.18/900.50	c number of learning phase by resolution	: 0
1800.18/900.50	c number of learning phase by cutting planes	: 0
1800.18/900.50	c speed (assignments/second)	: 10219.833217233774
1800.18/900.50	c non guided choices	0
1800.18/900.53	c learnt constraints type 
1800.18/900.53	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 105522
1800.18/900.53	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.18/900.53	c starts		: 8
1800.18/900.53	c conflicts		: 1128
1800.18/900.53	c decisions		: 453333
1800.18/900.53	c propagations		: 579954
1800.18/900.53	c inspects		: 7621609
1800.18/900.53	c shortcuts		: 0
1800.18/900.53	c learnt literals	: 0
1800.18/900.53	c learnt binary clauses	: 0
1800.18/900.53	c learnt ternary clauses	: 0
1800.18/900.53	c learnt constraints	: 1127
1800.18/900.53	c ignored constraints	: 0
1800.18/900.53	c root simplifications	: 0
1800.18/900.53	c removed literals (reason simplification)	: 0
1800.18/900.53	c reason swapping (by a shorter reason)	: 0
1800.18/900.53	c Calls to reduceDB	: 0
1800.18/900.53	c Number of update (reduction) of LBD	: 0
1800.18/900.53	c Imported unit clauses	: 0
1800.18/900.53	c number of reductions to clauses (during analyze)	: 0
1800.18/900.53	c number of learned constraints concerned by reduction	: 0
1800.18/900.53	c number of learning phase by resolution	: 0
1800.18/900.53	c number of learning phase by cutting planes	: 0
1800.18/900.53	c speed (assignments/second)	: 645.3398317532382
1800.18/900.53	c non guided choices	0
1800.18/900.53	c learnt constraints type 
1800.18/900.53	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1127
1800.18/900.53	s UNKNOWN
1800.18/900.53	c Total wall clock time (in seconds): 900.42

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-4103770-1466246550/watcher-4103770-1466246550 -o /tmp/evaluation-result-4103770-1466246550/solver-4103770-1466246550 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node130-1466240252-18375 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4103770-1466246550.opb 

pid=20406
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.18 4.39 4.31 4/197 20409
/proc/meminfo: memFree=27783944/32872528 swapFree=1286400/1433568
[pid=20409] ppid=20406 vsize=92900 CPUtime=0 cores=1,3,5,7
/proc/20409/stat : 20409 (java) S 20406 20409 18358 0 -1 4202496 1294 0 0 0 0 0 0 0 20 0 2 0 26701772 95129600 927 33554432000 1073741824 1073778376 140736561514960 140736561506096 214373007421 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20409/statm: 23225 927 703 9 0 16769 0
[pid=20409/tid=20410] ppid=20406 vsize=92900 CPUtime=0 cores=1,3,5,7
/proc/20409/task/20410/stat : 20410 (java) D 20406 20409 18358 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 2 0 26701773 95129600 927 33554432000 1073741824 1073778376 140736561514960 140342455819816 214360485159 0 0 4096 0 18446744072100588836 0 0 -1 1 0 0 0 0 0

[startup+0.100114 s]
/proc/loadavg: 4.18 4.39 4.31 4/197 20409
/proc/meminfo: memFree=27783944/32872528 swapFree=1286400/1433568
[pid=20409] ppid=20406 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/20409/stat : 20409 (java) S 20406 20409 18358 0 -1 4202496 4440 0 1 0 9 1 0 0 20 0 18 0 26701772 9787879424 6071 33554432000 1073741824 1073778376 140736561514960 140736561506096 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20409/statm: 2389619 6071 2142 9 0 2380296 0
[pid=20409/tid=20410] ppid=20406 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/20409/task/20410/stat : 20410 (java) R 20406 20409 18358 0 -1 4202560 2387 0 1 0 7 0 0 0 20 0 18 0 26701773 9787879424 6071 33554432000 1073741824 1073778376 140736561514960 140342455823264 214373033229 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200332 s]
/proc/loadavg: 4.18 4.39 4.31 4/197 20409
/proc/meminfo: memFree=27783944/32872528 swapFree=1286400/1433568
[pid=20409] ppid=20406 vsize=9558476 CPUtime=0.3 cores=1,3,5,7
/proc/20409/stat : 20409 (java) S 20406 20409 18358 0 -1 4202496 5035 0 1 0 29 1 0 0 20 0 18 0 26701772 9787879424 7929 33554432000 1073741824 1073778376 140736561514960 140736561506096 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20409/statm: 2389619 7929 2222 9 0 2380296 0
[pid=20409/tid=20410] ppid=20406 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/20409/task/20410/stat : 20410 (java) R 20406 20409 18358 0 -1 4202560 2404 0 1 0 17 0 0 0 20 0 18 0 26701773 9787879424 7929 33554432000 1073741824 1073778376 140736561514960 140342455824136 140342301156196 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 9558476

[startup+0.300341 s]
/proc/loadavg: 4.18 4.39 4.31 4/197 20409
/proc/meminfo: memFree=27783944/32872528 swapFree=1286400/1433568
[pid=20409] ppid=20406 vsize=9558476 CPUtime=0.46 cores=1,3,5,7
/proc/20409/stat : 20409 (java) S 20406 20409 18358 0 -1 4202496 5918 0 1 0 45 1 0 0 20 0 18 0 26701772 9787879424 13133 33554432000 1073741824 1073778376 140736561514960 140736561506096 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20409/statm: 2389619 13133 2232 9 0 2380296 0
[pid=20409/tid=20410] ppid=20406 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/20409/task/20410/stat : 20410 (java) R 20406 20409 18358 0 -1 4202560 2413 0 1 0 27 0 0 0 20 0 18 0 26701773 9787879424 13133 33554432000 1073741824 1073778376 140736561514960 140342455824136 140342301521959 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9558476

[startup+0.700295 s]
/proc/loadavg: 4.18 4.39 4.31 4/197 20409
/proc/meminfo: memFree=27783944/32872528 swapFree=1286400/1433568
[pid=20409] ppid=20406 vsize=9558476 CPUtime=1.39 cores=1,3,5,7
/proc/20409/stat : 20409 (java) S 20406 20409 18358 0 -1 4202496 16948 0 1 0 135 4 0 0 20 0 18 0 26701772 9787879424 37885 33554432000 1073741824 1073778376 140736561514960 140736561506096 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20409/statm: 2389619 37885 2247 9 0 2380296 0
[pid=20409/tid=20410] ppid=20406 vsize=9558476 CPUtime=0.67 cores=1,3,5,7
/proc/20409/task/20410/stat : 20410 (java) R 20406 20409 18358 0 -1 4202560 2452 0 1 0 65 2 0 0 20 0 18 0 26701773 9787879424 37885 33554432000 1073741824 1073778376 140736561514960 140342455824584 140342301556591 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 9558476

[startup+1.50082 s]
/proc/loadavg: 4.17 4.38 4.31 11/215 20427
/proc/meminfo: memFree=27505364/32872528 swapFree=1286400/1433568
[pid=20409] ppid=20406 vsize=9558476 CPUtime=2.66 cores=1,3,5,7
/proc/20409/stat : 20409 (java) S 20406 20409 18358 0 -1 4202496 17993 0 1 0 249 17 0 0 20 0 18 0 26701772 9787879424 70778 33554432000 1073741824 1073778376 140736561514960 140736561506096 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20409/statm: 2389619 70778 2263 9 0 2380296 0
[pid=20409/tid=20410] ppid=20406 vsize=9558476 CPUtime=1.34 cores=1,3,5,7
/proc/20409/task/20410/stat : 20410 (java) R 20406 20409 18358 0 -1 4202560 2473 0 1 0 131 3 0 0 20 0 18 0 26701773 9787879424 70778 33554432000 1073741824 1073778376 140736561514960 140342455816240 140342301444564 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=20409/tid=20412] ppid=20406 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/20409/task/20412/stat : 20412 (java) S 20406 20409 18358 0 -1 4202560 125 0 0 0 6 3 0 0 20 0 18 0 26701773 9787879424 70778 33554432000 1073741824 1073778376 140736561514960 140342428277672 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20409/tid=20413] ppid=20406 vsize=9558476 CPUtime=0.02 cores=1,3,5,7
/proc/20409/task/20413/stat : 20413 (java) S 20406 20409 18358 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 18 0 26701773 9787879424 70778 33554432000 1073741824 1073778376 140736561514960 140342427225128 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20409/tid=20414] ppid=20406 vsize=9558476 CPUtime=0.02 cores=1,3,5,7
/proc/20409/task/20414/stat : 20414 (java) S 20406 20409 18358 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 18 0 26701773 9787879424 70778 33554432000 1073741824 1073778376 140736561514960 140342426172072 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20409/tid=20415] ppid=20406 vsize=9558476 CPUtime=0.05 cores=1,3,5,7
/proc/20409/task/20415/stat : 20415 (java) S 20406 20409 18358 0 -1 4202560 106 0 0 0 4 1 0 0 20 0 18 0 26701773 9787879424 70778 33554432000 1073741824 1073778376 140736561514960 140342425119528 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20409/tid=20416] ppid=20406 vsize=9558476 CPUtime=0.03 cores=1,3,5,7
/proc/20409/task/20416/stat : 20416 (java) S 20406 20409 18358 0 -1 4202560 20 0 0 0 1 2 0 0 20 0 18 0 26701773 9787879424 70778 33554432000 1073741824 1073778376 140736561514960 140342424066472 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20409/tid=20417] ppid=20406 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/20409/task/20417/stat : 20417 (java) S 20406 20409 18358 0 -1 4202560 112 0 0 0 6 3 0 0 20 0 18 0 26701773 9787879424 70778 33554432000 1073741824 1073778376 140736561514960 140342423013928 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20409/tid=20418] ppid=20406 vsize=9558476 CPUtime=0.02 cores=1,3,5,7
/proc/20409/task/20418/stat : 20418 (java) S 20406 20409 18358 0 -1 4202560 126 0 0 0 2 0 0 0 20 0 18 0 26701773 9787879424 70778 33554432000 1073741824 1073778376 140736561514960 140342421960872 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20409/tid=20419] ppid=20406 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/20409/task/20419/stat : 20419 (java) S 20406 20409 18358 0 -1 4202560 107 0 0 0 6 3 0 0 20 0 18 0 26701773 9787879424 70778 33554432000 1073741824 1073778376 140736561514960 140342420908328 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20409/tid=20420] ppid=20406 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/20409/task/20420/stat : 20420 (java) S 20406 20409 18358 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 18 0 26701774 9787879424 70778 33554432000 1073741824 1073778376 140736561514960 140341809224552 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20409/tid=20421] ppid=20406 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/20409/task/20421/stat : 20421 (java) S 20406 20409 18358 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 26701775 9787879424 70778 33554432000 1073741824 1073778376 140736561514960 140341808170872 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20409/tid=20422] ppid=20406 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/20409/task/20422/stat : 20422 (java) S 20406 20409 18358 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 26701775 9787879424 70778 33554432000 1073741824 1073778376 140736561514960 140341807117704 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20409/tid=20423] ppid=20406 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/20409/task/20423/stat : 20423 (java) S 20406 20409 18358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 26701777 9787879424 70778 33554432000 1073741824 1073778376 140736561514960 140341806066448 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20409/tid=20424] ppid=20406 vsize=9558476 CPUtime=0.32 cores=1,3,5,7
/proc/20409/task/20424/stat : 20424 (java) S 20406 20409 18358 0 -1 4202560 4825 0 0 0 32 0 0 0 20 0 18 0 26701777 9787879424 70778 33554432000 1073741824 1073778376 140736561514960 140341805013304 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20409/tid=20425] ppid=20406 vsize=9558476 CPUtime=0.45 cores=1,3,5,7
/proc/20409/task/20425/stat : 20425 (java) S 20406 20409 18358 0 -1 4202560 8746 0 0 0 44 1 0 0 20 0 18 0 26701777 9787879424 70778 33554432000 1073741824 1073778376 140736561514960 140341803960760 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20409/tid=20426] ppid=20406 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/20409/task/20426/stat : 20426 (java) S 20406 20409 18358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 26701777 9787879424 70778 33554432000 1073741824 1073778376 140736561514960 140341802907896 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20409/tid=20427] ppid=20406 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/20409/task/20427/stat : 20427 (java) S 20406 20409 18358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 26701777 9787879424 70778 33554432000 1073741824 1073778376 140736561514960 140341801855560 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.66
Current children cumulated vsize (KiB) 9558476

[startup+3.10086 s]
/proc/loadavg: 4.17 4.38 4.31 5/219 20431
/proc/meminfo: memFree=27304072/32872528 swapFree=1286400/1433568
[pid=20409] ppid=20406 vsize=9824732 CPUtime=6.28 cores=1,3,5,7
/proc/20409/stat : 20409 (java) S 20406 20409 18358 0 -1 4202496 19465 0 1 0 598 30 0 0 20 0 22 0 26701772 10060525568 121823 33554432000 1073741824 1073778376 140736561514960 140736561506096 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20409/statm: 2456183 121823 2277 9 0 2446860 0
[pid=20409/tid=20410] ppid=20406 vsize=9824732 CPUtime=1.62 cores=1,3,5,7
/proc/20409/task/20410/stat : 20410 (java) S 20406 20409 18358 0 -1 4202560 2528 0 1 0 158 4 0 0 20 0 22 0 26701773 10060525568 121823 33554432000 1073741824 1073778376 140736561514960 140342455825272 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20409/tid=20412] ppid=20406 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/20409/task/20412/stat : 20412 (java) S 20406 20409 18358 0 -1 4202560 148 0 0 0 11 3 0 0 20 0 22 0 26701773 10060525568 121823 33554432000 1073741824 1073778376 140736561514960 140342428277672 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20409/tid=20413] ppid=20406 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/20409/task/20413/stat : 20413 (java) S 20406 20409 18358 0 -1 4202560 34 0 0 0 4 2 0 0 20 0 22 0 26701773 10060525568 121823 33554432000 1073741824 1073778376 140736561514960 140342427225128 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20409/tid=20414] ppid=20406 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/20409/task/20414/stat : 20414 (java) S 20406 20409 18358 0 -1 4202560 97 0 0 0 5 2 0 0 20 0 22 0 26701773 10060525568 121823 33554432000 1073741824 1073778376 140736561514960 140342426172072 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20409/tid=20415] ppid=20406 vsize=9824732 CPUtime=0.12 cores=1,3,5,7
/proc/20409/task/20415/stat : 20415 (java) S 20406 20409 18358 0 -1 4202560 133 0 0 0 9 3 0 0 20 0 22 0 26701773 10060525568 121823 33554432000 1073741824 1073778376 140736561514960 140342425119528 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20409/tid=20416] ppid=20406 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/20409/task/20416/stat : 20416 (java) S 20406 20409 18358 0 -1 4202560 43 0 0 0 6 3 0 0 20 0 22 0 26701773 10060525568 121823 33554432000 1073741824 1073778376 140736561514960 140342424066472 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20409/tid=20417] ppid=20406 vsize=9824732 CPUtime=0.13 cores=1,3,5,7
/proc/20409/task/20417/stat : 20417 (java) S 20406 20409 18358 0 -1 4202560 133 0 0 0 9 4 0 0 20 0 22 0 26701773 10060525568 121823 33554432000 1073741824 1073778376 140736561514960 140342423013928 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20409/tid=20418] ppid=20406 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/20409/task/20418/stat : 20418 (java) S 20406 20409 18358 0 -1 4202560 220 0 0 0 11 3 0 0 20 0 22 0 26701773 10060525568 121823 33554432000 1073741824 1073778376 140736561514960 140342421960872 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20409/tid=20419] ppid=20406 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/20409/task/20419/stat : 20419 (java) S 20406 20409 18358 0 -1 4202560 134 0 0 0 11 4 0 0 20 0 22 0 26701773 10060525568 121823 33554432000 1073741824 1073778376 140736561514960 140342420908328 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20409/tid=20420] ppid=20406 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20409/task/20420/stat : 20420 (java) S 20406 20409 18358 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 22 0 26701774 10060525568 121823 33554432000 1073741824 1073778376 140736561514960 140341809224552 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20409/tid=20421] ppid=20406 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20409/task/20421/stat : 20421 (java) S 20406 20409 18358 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 26701775 10060525568 121823 33554432000 1073741824 1073778376 140736561514960 140341808170872 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20409/tid=20422] ppid=20406 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20409/task/20422/stat : 20422 (java) S 20406 20409 18358 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 26701775 10060525568 121823 33554432000 1073741824 1073778376 140736561514960 140341807117704 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20409/tid=20423] ppid=20406 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20409/task/20423/stat : 20423 (java) S 20406 20409 18358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26701777 10060525568 121823 33554432000 1073741824 1073778376 140736561514960 140341806066448 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20409/tid=20424] ppid=20406 vsize=9824732 CPUtime=0.53 cores=1,3,5,7
/proc/20409/task/20424/stat : 20424 (java) R 20406 20409 18358 0 -1 4202560 5726 0 0 0 53 0 0 0 20 0 22 0 26701777 10060525568 121823 33554432000 1073741824 1073778376 140736561514960 140341805013304 140342457781736 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=20409/tid=20425] ppid=20406 vsize=9824732 CPUtime=0.73 cores=1,3,5,7
/proc/20409/task/20425/stat : 20425 (java) R 20406 20409 18358 0 -1 4202560 8750 0 0 0 71 2 0 0 20 0 22 0 26701777 10060525568 121823 33554432000 1073741824 1073778376 140736561514960 140341803960760 140342458431577 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=20409/tid=20426] ppid=20406 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20409/task/20426/stat : 20426 (java) S 20406 20409 18358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26701777 10060525568 121823 33554432000 1073741824 1073778376 140736561514960 140341802907896 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20409/tid=20427] ppid=20406 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20409/task/20427/stat : 20427 (java) S 20406 20409 18358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26701777 10060525568 121823 33554432000 1073741824 1073778376 140736561514960 140341801855560 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20409/tid=20428] ppid=20406 vsize=9824732 CPUtime=1.18 cores=1,3,5,7
/proc/20409/task/20428/stat : 20428 (java) R 20406 20409 18358 0 -1 4202560 25 0 0 0 118 0 0 0 20 0 22 0 26701950 10060525568 121823 33554432000 1073741824 1073778376 140736561514960 140341800801448 140342301850833 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=20409/tid=20429] ppid=20406 vsize=9824732 CPUtime=1.17 cores=1,3,5,7
/proc/20409/task/20429/stat : 20429 (java) R 20406 20409 18358 0 -1 4202560 31 0 0 0 117 0 0 0 20 0 22 0 26701950 10060525568 121823 33554432000 1073741824 1073778376 140736561514960 140341799748472 140342301857550 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=20409/tid=20430] ppid=20406 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20409/task/20430/stat : 20430 (java) S 20406 20409 18358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26701957 10060525568 121823 33554432000 1073741824 1073778376 140736561514960 140341798696232 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20409/tid=20431] ppid=20406 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20409/task/20431/stat : 20431 (java) S 20406 20409 18358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26701957 10060525568 121823 33554432000 1073741824 1073778376 140736561514960 140341797643688 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 9824732

[startup+6.30091 s]
/proc/loadavg: 4.17 4.38 4.31 5/219 20431
/proc/meminfo: memFree=27303332/32872528 swapFree=1286400/1433568
[pid=20409] ppid=20406 vsize=9824732 CPUtime=13.04 cores=1,3,5,7
/proc/20409/stat : 20409 (java) S 20406 20409 18358 0 -1 4202496 20824 0 1 0 1274 30 0 0 20 0 22 0 26701772 10060525568 121800 33554432000 1073741824 1073778376 140736561514960 140736561506096 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20409/statm: 2456183 121800 2277 9 0 2446860 0
[pid=20409/tid=20410] ppid=20406 vsize=9824732 CPUtime=1.62 cores=1,3,5,7
/proc/20409/task/20410/stat : 20410 (java) S 20406 20409 18358 0 -1 4202560 2528 0 1 0 158 4 0 0 20 0 22 0 26701773 10060525568 121800 33554432000 1073741824 1073778376 140736561514960 140342455825272 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20409/tid=20412] ppid=20406 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/20409/task/20412/stat : 20412 (java) S 20406 20409 18358 0 -1 4202560 148 0 0 0 11 3 0 0 20 0 22 0 26701773 10060525568 121800 33554432000 1073741824 1073778376 140736561514960 140342428277672 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20409/tid=20413] ppid=20406 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/20409/task/20413/stat : 20413 (java) S 20406 20409 18358 0 -1 4202560 34 0 0 0 4 2 0 0 20 0 22 0 26701773 10060525568 121800 33554432000 1073741824 1073778376 140736561514960 140342427225128 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20409/tid=20414] ppid=20406 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/20409/task/20414/stat : 20414 (java) S 20406 20409 18358 0 -1 4202560 97 0 0 0 5 2 0 0 20 0 22 0 26701773 10060525568 121800 33554432000 1073741824 1073778376 140736561514960 140342426172072 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20409/tid=20415] ppid=20406 vsize=9824732 CPUtime=0.12 cores=1,3,5,7
/proc/20409/task/20415/stat : 20415 (java) S 20406 20409 18358 0 -1 4202560 133 0 0 0 9 3 0 0 20 0 22 0 26701773 10060525568 121800 33554432000 1073741824 1073778376 140736561514960 140342425119528 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20409/tid=20416] ppid=20406 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/20409/task/20416/stat : 20416 (java) S 20406 20409 18358 0 -1 4202560 43 0 0 0 6 3 0 0 20 0 22 0 26701773 10060525568 121800 33554432000 1073741824 1073778376 140736561514960 140342424066472 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20409/tid=20417] ppid=20406 vsize=9824732 CPUtime=0.13 cores=1,3,5,7
/proc/20409/task/20417/stat : 20417 (java) S 20406 20409 18358 0 -1 4202560 133 0 0 0 9 4 0 0 20 0 22 0 26701773 10060525568 121800 33554432000 1073741824 1073778376 140736561514960 140342423013928 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20409/tid=20418] ppid=20406 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/20409/task/20418/stat : 20418 (java) S 20406 20409 18358 0 -1 4202560 220 0 0 0 11 3 0 0 20 0 22 0 26701773 10060525568 121800 33554432000 1073741824 1073778376 140736561514960 140342421960872 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20409/tid=20419] ppid=20406 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/20409/task/20419/stat : 20419 (java) S 20406 20409 18358 0 -1 4202560 134 0 0 0 11 4 0 0 20 0 22 0 26701773 10060525568 121800 33554432000 1073741824 1073778376 140736561514960 140342420908328 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20409/tid=20420] ppid=20406 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20409/task/20420/stat : 20420 (java) S 20406 20409 18358 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 22 0 26701774 10060525568 121800 33554432000 1073741824 1073778376 140736561514960 140341809224552 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20409/tid=20421] ppid=20406 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20409/task/20421/stat : 20421 (java) S 20406 20409 18358 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 26701775 10060525568 121800 33554432000 1073741824 1073778376 140736561514960 140341808170872 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20409/tid=20422] ppid=20406 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20409/task/20422/stat : 20422 (java) S 20406 20409 18358 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 26701775 10060525568 121800 33554432000 1073741824 1073778376 140736561514960 140341807117704 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20409/tid=20423] ppid=20406 vsize=9824732 CPUtime=0 cores=1,3,5,7

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


[startup+822.301 s]
/proc/loadavg: 4.13 4.17 4.21 5/219 20519
/proc/meminfo: memFree=24363840/32872528 swapFree=1286400/1433568
[pid=20409] ppid=20406 vsize=9824732 CPUtime=1643.65 cores=1,3,5,7
/proc/20409/stat : 20409 (java) S 20406 20409 18358 0 -1 4202496 29810 0 1 0 164115 250 0 0 20 0 22 0 26701772 10060525568 925632 33554432000 1073741824 1073778376 140736561514960 140736561506096 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20409/statm: 2456183 925632 2292 9 0 2446860 0
[pid=20409/tid=20410] ppid=20406 vsize=9824732 CPUtime=1.65 cores=1,3,5,7
/proc/20409/task/20410/stat : 20410 (java) S 20406 20409 18358 0 -1 4202560 2533 0 1 0 160 5 0 0 20 0 22 0 26701773 10060525568 925632 33554432000 1073741824 1073778376 140736561514960 140342455825272 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20409/tid=20412] ppid=20406 vsize=9824732 CPUtime=1.02 cores=1,3,5,7
/proc/20409/task/20412/stat : 20412 (java) S 20406 20409 18358 0 -1 4202560 672 0 0 0 74 28 0 0 20 0 22 0 26701773 10060525568 925632 33554432000 1073741824 1073778376 140736561514960 140342428277672 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20409/tid=20413] ppid=20406 vsize=9824732 CPUtime=0.67 cores=1,3,5,7
/proc/20409/task/20413/stat : 20413 (java) S 20406 20409 18358 0 -1 4202560 471 0 0 0 47 20 0 0 20 0 22 0 26701773 10060525568 925632 33554432000 1073741824 1073778376 140736561514960 140342427225128 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20409/tid=20414] ppid=20406 vsize=9824732 CPUtime=0.71 cores=1,3,5,7
/proc/20409/task/20414/stat : 20414 (java) S 20406 20409 18358 0 -1 4202560 625 0 0 0 53 18 0 0 20 0 22 0 26701773 10060525568 925632 33554432000 1073741824 1073778376 140736561514960 140342426172072 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20409/tid=20415] ppid=20406 vsize=9824732 CPUtime=0.9 cores=1,3,5,7
/proc/20409/task/20415/stat : 20415 (java) S 20406 20409 18358 0 -1 4202560 660 0 0 0 65 25 0 0 20 0 22 0 26701773 10060525568 925632 33554432000 1073741824 1073778376 140736561514960 140342425119528 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20409/tid=20416] ppid=20406 vsize=9824732 CPUtime=0.83 cores=1,3,5,7
/proc/20409/task/20416/stat : 20416 (java) S 20406 20409 18358 0 -1 4202560 515 0 0 0 59 24 0 0 20 0 22 0 26701773 10060525568 925632 33554432000 1073741824 1073778376 140736561514960 140342424066472 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20409/tid=20417] ppid=20406 vsize=9824732 CPUtime=0.87 cores=1,3,5,7
/proc/20409/task/20417/stat : 20417 (java) S 20406 20409 18358 0 -1 4202560 628 0 0 0 59 28 0 0 20 0 22 0 26701773 10060525568 925632 33554432000 1073741824 1073778376 140736561514960 140342423013928 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20409/tid=20418] ppid=20406 vsize=9824732 CPUtime=1.09 cores=1,3,5,7
/proc/20409/task/20418/stat : 20418 (java) S 20406 20409 18358 0 -1 4202560 802 0 0 0 78 31 0 0 20 0 22 0 26701773 10060525568 925632 33554432000 1073741824 1073778376 140736561514960 140342421960872 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20409/tid=20419] ppid=20406 vsize=9824732 CPUtime=1 cores=1,3,5,7
/proc/20409/task/20419/stat : 20419 (java) S 20406 20409 18358 0 -1 4202560 767 0 0 0 69 31 0 0 20 0 22 0 26701773 10060525568 925632 33554432000 1073741824 1073778376 140736561514960 140342420908328 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20409/tid=20420] ppid=20406 vsize=9824732 CPUtime=4.71 cores=1,3,5,7
/proc/20409/task/20420/stat : 20420 (java) S 20406 20409 18358 0 -1 4202560 2331 0 0 0 468 3 0 0 20 0 22 0 26701774 10060525568 925632 33554432000 1073741824 1073778376 140736561514960 140341809224552 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20409/tid=20421] ppid=20406 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20409/task/20421/stat : 20421 (java) S 20406 20409 18358 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 26701775 10060525568 925632 33554432000 1073741824 1073778376 140736561514960 140341808170872 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20409/tid=20422] ppid=20406 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20409/task/20422/stat : 20422 (java) S 20406 20409 18358 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 26701775 10060525568 925632 33554432000 1073741824 1073778376 140736561514960 140341807117704 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20409/tid=20423] ppid=20406 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20409/task/20423/stat : 20423 (java) S 20406 20409 18358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26701777 10060525568 925632 33554432000 1073741824 1073778376 140736561514960 140341806066448 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20409/tid=20424] ppid=20406 vsize=9824732 CPUtime=1.07 cores=1,3,5,7
/proc/20409/task/20424/stat : 20424 (java) S 20406 20409 18358 0 -1 4202560 8140 0 0 0 105 2 0 0 20 0 22 0 26701777 10060525568 925632 33554432000 1073741824 1073778376 140736561514960 140341805013304 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20409/tid=20425] ppid=20406 vsize=9824732 CPUtime=1.11 cores=1,3,5,7
/proc/20409/task/20425/stat : 20425 (java) S 20406 20409 18358 0 -1 4202560 8921 0 0 0 109 2 0 0 20 0 22 0 26701777 10060525568 925632 33554432000 1073741824 1073778376 140736561514960 140341803960760 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20409/tid=20426] ppid=20406 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20409/task/20426/stat : 20426 (java) S 20406 20409 18358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26701777 10060525568 925632 33554432000 1073741824 1073778376 140736561514960 140341802907896 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20409/tid=20427] ppid=20406 vsize=9824732 CPUtime=0.31 cores=1,3,5,7
/proc/20409/task/20427/stat : 20427 (java) S 20406 20409 18358 0 -1 4202560 47 0 0 0 14 17 0 0 20 0 22 0 26701777 10060525568 925632 33554432000 1073741824 1073778376 140736561514960 140341801855560 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20409/tid=20428] ppid=20406 vsize=9824732 CPUtime=814.07 cores=1,3,5,7
/proc/20409/task/20428/stat : 20428 (java) R 20406 20409 18358 0 -1 4202560 397 0 0 0 81389 18 0 0 20 0 22 0 26701950 10060525568 925632 33554432000 1073741824 1073778376 140736561514960 140341800792448 140342301932952 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=20409/tid=20429] ppid=20406 vsize=9824732 CPUtime=813.81 cores=1,3,5,7
/proc/20409/task/20429/stat : 20429 (java) R 20406 20409 18358 0 -1 4202560 1036 0 0 0 81352 29 0 0 20 0 22 0 26701950 10060525568 925632 33554432000 1073741824 1073778376 140736561514960 140341799746304 140342301978222 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=20409/tid=20430] ppid=20406 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20409/task/20430/stat : 20430 (java) S 20406 20409 18358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26701957 10060525568 925632 33554432000 1073741824 1073778376 140736561514960 140341798696232 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20409/tid=20431] ppid=20406 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20409/task/20431/stat : 20431 (java) S 20406 20409 18358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26701957 10060525568 925632 33554432000 1073741824 1073778376 140736561514960 140341797643688 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1643.65
Current children cumulated vsize (KiB) 9824732

[startup+882.301 s]
/proc/loadavg: 4.15 4.17 4.21 5/219 20520
/proc/meminfo: memFree=24496396/32872528 swapFree=1286400/1433568
[pid=20409] ppid=20406 vsize=9824732 CPUtime=1763.79 cores=1,3,5,7
/proc/20409/stat : 20409 (java) S 20406 20409 18358 0 -1 4202496 29871 0 1 0 176127 252 0 0 20 0 22 0 26701772 10060525568 925686 33554432000 1073741824 1073778376 140736561514960 140736561506096 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20409/statm: 2456183 925686 2292 9 0 2446860 0
[pid=20409/tid=20410] ppid=20406 vsize=9824732 CPUtime=1.66 cores=1,3,5,7
/proc/20409/task/20410/stat : 20410 (java) S 20406 20409 18358 0 -1 4202560 2533 0 1 0 161 5 0 0 20 0 22 0 26701773 10060525568 925686 33554432000 1073741824 1073778376 140736561514960 140342455825272 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20409/tid=20412] ppid=20406 vsize=9824732 CPUtime=1.04 cores=1,3,5,7
/proc/20409/task/20412/stat : 20412 (java) S 20406 20409 18358 0 -1 4202560 672 0 0 0 76 28 0 0 20 0 22 0 26701773 10060525568 925686 33554432000 1073741824 1073778376 140736561514960 140342428277672 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20409/tid=20413] ppid=20406 vsize=9824732 CPUtime=0.69 cores=1,3,5,7
/proc/20409/task/20413/stat : 20413 (java) S 20406 20409 18358 0 -1 4202560 471 0 0 0 49 20 0 0 20 0 22 0 26701773 10060525568 925686 33554432000 1073741824 1073778376 140736561514960 140342427225128 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20409/tid=20414] ppid=20406 vsize=9824732 CPUtime=0.73 cores=1,3,5,7
/proc/20409/task/20414/stat : 20414 (java) S 20406 20409 18358 0 -1 4202560 647 0 0 0 55 18 0 0 20 0 22 0 26701773 10060525568 925686 33554432000 1073741824 1073778376 140736561514960 140342426172072 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20409/tid=20415] ppid=20406 vsize=9824732 CPUtime=0.92 cores=1,3,5,7
/proc/20409/task/20415/stat : 20415 (java) S 20406 20409 18358 0 -1 4202560 667 0 0 0 67 25 0 0 20 0 22 0 26701773 10060525568 925686 33554432000 1073741824 1073778376 140736561514960 140342425119528 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20409/tid=20416] ppid=20406 vsize=9824732 CPUtime=0.85 cores=1,3,5,7
/proc/20409/task/20416/stat : 20416 (java) S 20406 20409 18358 0 -1 4202560 515 0 0 0 61 24 0 0 20 0 22 0 26701773 10060525568 925686 33554432000 1073741824 1073778376 140736561514960 140342424066472 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20409/tid=20417] ppid=20406 vsize=9824732 CPUtime=0.93 cores=1,3,5,7
/proc/20409/task/20417/stat : 20417 (java) S 20406 20409 18358 0 -1 4202560 628 0 0 0 65 28 0 0 20 0 22 0 26701773 10060525568 925686 33554432000 1073741824 1073778376 140736561514960 140342423013928 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20409/tid=20418] ppid=20406 vsize=9824732 CPUtime=1.15 cores=1,3,5,7
/proc/20409/task/20418/stat : 20418 (java) S 20406 20409 18358 0 -1 4202560 802 0 0 0 84 31 0 0 20 0 22 0 26701773 10060525568 925686 33554432000 1073741824 1073778376 140736561514960 140342421960872 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20409/tid=20419] ppid=20406 vsize=9824732 CPUtime=1.02 cores=1,3,5,7
/proc/20409/task/20419/stat : 20419 (java) S 20406 20409 18358 0 -1 4202560 767 0 0 0 71 31 0 0 20 0 22 0 26701773 10060525568 925686 33554432000 1073741824 1073778376 140736561514960 140342420908328 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20409/tid=20420] ppid=20406 vsize=9824732 CPUtime=4.71 cores=1,3,5,7
/proc/20409/task/20420/stat : 20420 (java) S 20406 20409 18358 0 -1 4202560 2358 0 0 0 468 3 0 0 20 0 22 0 26701774 10060525568 925686 33554432000 1073741824 1073778376 140736561514960 140341809224552 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20409/tid=20421] ppid=20406 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20409/task/20421/stat : 20421 (java) S 20406 20409 18358 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 26701775 10060525568 925686 33554432000 1073741824 1073778376 140736561514960 140341808170872 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20409/tid=20422] ppid=20406 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20409/task/20422/stat : 20422 (java) S 20406 20409 18358 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 26701775 10060525568 925686 33554432000 1073741824 1073778376 140736561514960 140341807117704 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20409/tid=20423] ppid=20406 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20409/task/20423/stat : 20423 (java) S 20406 20409 18358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26701777 10060525568 925686 33554432000 1073741824 1073778376 140736561514960 140341806066448 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20409/tid=20424] ppid=20406 vsize=9824732 CPUtime=1.07 cores=1,3,5,7
/proc/20409/task/20424/stat : 20424 (java) S 20406 20409 18358 0 -1 4202560 8140 0 0 0 105 2 0 0 20 0 22 0 26701777 10060525568 925686 33554432000 1073741824 1073778376 140736561514960 140341805013304 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20409/tid=20425] ppid=20406 vsize=9824732 CPUtime=1.11 cores=1,3,5,7
/proc/20409/task/20425/stat : 20425 (java) S 20406 20409 18358 0 -1 4202560 8921 0 0 0 109 2 0 0 20 0 22 0 26701777 10060525568 925686 33554432000 1073741824 1073778376 140736561514960 140341803960760 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20409/tid=20426] ppid=20406 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20409/task/20426/stat : 20426 (java) S 20406 20409 18358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26701777 10060525568 925686 33554432000 1073741824 1073778376 140736561514960 140341802907896 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20409/tid=20427] ppid=20406 vsize=9824732 CPUtime=0.33 cores=1,3,5,7
/proc/20409/task/20427/stat : 20427 (java) S 20406 20409 18358 0 -1 4202560 51 0 0 0 14 19 0 0 20 0 22 0 26701777 10060525568 925686 33554432000 1073741824 1073778376 140736561514960 140341801855560 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20409/tid=20428] ppid=20406 vsize=9824732 CPUtime=874.02 cores=1,3,5,7
/proc/20409/task/20428/stat : 20428 (java) R 20406 20409 18358 0 -1 4202560 397 0 0 0 87383 19 0 0 20 0 22 0 26701950 10060525568 925686 33554432000 1073741824 1073778376 140736561514960 140341800792448 140342301932947 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=20409/tid=20429] ppid=20406 vsize=9824732 CPUtime=873.76 cores=1,3,5,7
/proc/20409/task/20429/stat : 20429 (java) R 20406 20409 18358 0 -1 4202560 1037 0 0 0 87346 30 0 0 20 0 22 0 26701950 10060525568 925686 33554432000 1073741824 1073778376 140736561514960 140341799747200 140342301978101 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=20409/tid=20430] ppid=20406 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20409/task/20430/stat : 20430 (java) S 20406 20409 18358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26701957 10060525568 925686 33554432000 1073741824 1073778376 140736561514960 140341798696232 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20409/tid=20431] ppid=20406 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20409/task/20431/stat : 20431 (java) S 20406 20409 18358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26701957 10060525568 925686 33554432000 1073741824 1073778376 140736561514960 140341797643688 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1763.79
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+900.501 s]
/proc/loadavg: 4.18 4.18 4.21 5/219 20520
/proc/meminfo: memFree=24490492/32872528 swapFree=1286400/1433568
[pid=20409] ppid=20406 vsize=9824732 CPUtime=1800.18 cores=1,3,5,7
/proc/20409/stat : 20409 (java) S 20406 20409 18358 0 -1 4202496 29871 0 1 0 179765 253 0 0 20 0 22 0 26701772 10060525568 925686 33554432000 1073741824 1073778376 140736561514960 140736561506096 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20409/statm: 2456183 925686 2292 9 0 2446860 0
[pid=20409/tid=20410] ppid=20406 vsize=9824732 CPUtime=1.66 cores=1,3,5,7
/proc/20409/task/20410/stat : 20410 (java) S 20406 20409 18358 0 -1 4202560 2533 0 1 0 161 5 0 0 20 0 22 0 26701773 10060525568 925686 33554432000 1073741824 1073778376 140736561514960 140342455825272 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20409/tid=20412] ppid=20406 vsize=9824732 CPUtime=1.04 cores=1,3,5,7
/proc/20409/task/20412/stat : 20412 (java) S 20406 20409 18358 0 -1 4202560 672 0 0 0 76 28 0 0 20 0 22 0 26701773 10060525568 925686 33554432000 1073741824 1073778376 140736561514960 140342428277672 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20409/tid=20413] ppid=20406 vsize=9824732 CPUtime=0.69 cores=1,3,5,7
/proc/20409/task/20413/stat : 20413 (java) S 20406 20409 18358 0 -1 4202560 471 0 0 0 49 20 0 0 20 0 22 0 26701773 10060525568 925686 33554432000 1073741824 1073778376 140736561514960 140342427225128 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20409/tid=20414] ppid=20406 vsize=9824732 CPUtime=0.73 cores=1,3,5,7
/proc/20409/task/20414/stat : 20414 (java) S 20406 20409 18358 0 -1 4202560 647 0 0 0 55 18 0 0 20 0 22 0 26701773 10060525568 925686 33554432000 1073741824 1073778376 140736561514960 140342426172072 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20409/tid=20415] ppid=20406 vsize=9824732 CPUtime=0.92 cores=1,3,5,7
/proc/20409/task/20415/stat : 20415 (java) S 20406 20409 18358 0 -1 4202560 667 0 0 0 67 25 0 0 20 0 22 0 26701773 10060525568 925686 33554432000 1073741824 1073778376 140736561514960 140342425119528 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20409/tid=20416] ppid=20406 vsize=9824732 CPUtime=0.85 cores=1,3,5,7
/proc/20409/task/20416/stat : 20416 (java) S 20406 20409 18358 0 -1 4202560 515 0 0 0 61 24 0 0 20 0 22 0 26701773 10060525568 925686 33554432000 1073741824 1073778376 140736561514960 140342424066472 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20409/tid=20417] ppid=20406 vsize=9824732 CPUtime=0.93 cores=1,3,5,7
/proc/20409/task/20417/stat : 20417 (java) S 20406 20409 18358 0 -1 4202560 628 0 0 0 65 28 0 0 20 0 22 0 26701773 10060525568 925686 33554432000 1073741824 1073778376 140736561514960 140342423013928 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20409/tid=20418] ppid=20406 vsize=9824732 CPUtime=1.15 cores=1,3,5,7
/proc/20409/task/20418/stat : 20418 (java) S 20406 20409 18358 0 -1 4202560 802 0 0 0 84 31 0 0 20 0 22 0 26701773 10060525568 925686 33554432000 1073741824 1073778376 140736561514960 140342421960872 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20409/tid=20419] ppid=20406 vsize=9824732 CPUtime=1.02 cores=1,3,5,7
/proc/20409/task/20419/stat : 20419 (java) S 20406 20409 18358 0 -1 4202560 767 0 0 0 71 31 0 0 20 0 22 0 26701773 10060525568 925686 33554432000 1073741824 1073778376 140736561514960 140342420908328 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20409/tid=20420] ppid=20406 vsize=9824732 CPUtime=4.71 cores=1,3,5,7
/proc/20409/task/20420/stat : 20420 (java) S 20406 20409 18358 0 -1 4202560 2358 0 0 0 468 3 0 0 20 0 22 0 26701774 10060525568 925686 33554432000 1073741824 1073778376 140736561514960 140341809224552 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20409/tid=20421] ppid=20406 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20409/task/20421/stat : 20421 (java) S 20406 20409 18358 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 26701775 10060525568 925686 33554432000 1073741824 1073778376 140736561514960 140341808170872 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20409/tid=20422] ppid=20406 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20409/task/20422/stat : 20422 (java) S 20406 20409 18358 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 26701775 10060525568 925686 33554432000 1073741824 1073778376 140736561514960 140341807117704 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20409/tid=20423] ppid=20406 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20409/task/20423/stat : 20423 (java) S 20406 20409 18358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26701777 10060525568 925686 33554432000 1073741824 1073778376 140736561514960 140341806066448 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20409/tid=20424] ppid=20406 vsize=9824732 CPUtime=1.07 cores=1,3,5,7
/proc/20409/task/20424/stat : 20424 (java) S 20406 20409 18358 0 -1 4202560 8140 0 0 0 105 2 0 0 20 0 22 0 26701777 10060525568 925686 33554432000 1073741824 1073778376 140736561514960 140341805013304 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20409/tid=20425] ppid=20406 vsize=9824732 CPUtime=1.11 cores=1,3,5,7
/proc/20409/task/20425/stat : 20425 (java) S 20406 20409 18358 0 -1 4202560 8921 0 0 0 109 2 0 0 20 0 22 0 26701777 10060525568 925686 33554432000 1073741824 1073778376 140736561514960 140341803960760 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20409/tid=20426] ppid=20406 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20409/task/20426/stat : 20426 (java) S 20406 20409 18358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26701777 10060525568 925686 33554432000 1073741824 1073778376 140736561514960 140341802907896 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20409/tid=20427] ppid=20406 vsize=9824732 CPUtime=0.34 cores=1,3,5,7
/proc/20409/task/20427/stat : 20427 (java) S 20406 20409 18358 0 -1 4202560 51 0 0 0 14 20 0 0 20 0 22 0 26701777 10060525568 925686 33554432000 1073741824 1073778376 140736561514960 140341801855560 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20409/tid=20428] ppid=20406 vsize=9824732 CPUtime=892.21 cores=1,3,5,7
/proc/20409/task/20428/stat : 20428 (java) R 20406 20409 18358 0 -1 4202560 397 0 0 0 89202 19 0 0 20 0 22 0 26701950 10060525568 925686 33554432000 1073741824 1073778376 140736561514960 140341800792448 140342301954522 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=20409/tid=20429] ppid=20406 vsize=9824732 CPUtime=891.95 cores=1,3,5,7
/proc/20409/task/20429/stat : 20429 (java) R 20406 20409 18358 0 -1 4202560 1037 0 0 0 89165 30 0 0 20 0 22 0 26701950 10060525568 925686 33554432000 1073741824 1073778376 140736561514960 140341799747200 140342301978222 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=20409/tid=20430] ppid=20406 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20409/task/20430/stat : 20430 (java) S 20406 20409 18358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26701957 10060525568 925686 33554432000 1073741824 1073778376 140736561514960 140341798696232 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20409/tid=20431] ppid=20406 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20409/task/20431/stat : 20431 (java) S 20406 20409 18358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26701957 10060525568 925686 33554432000 1073741824 1073778376 140736561514960 140341797643688 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.18
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 20409 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 900.548
CPU time (s): 1800.8
CPU user time (s): 1797.77
CPU system time (s): 3.03254
CPU usage (%): 199.967
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.77
system time used= 3.03254
maximum resident set size= 3735632
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29913
page faults= 1
swaps= 0
block input operations= 0
block output operations= 680
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 21667
involuntary context switches= 8684

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.41018 second user time and 7.75682 second system time

The end

Launcher Data

Begin job on node130 at 2016-06-18 12:42:30
IDJOB=4103770
IDBENCH=2456
IDSOLVER=2543
FILE ID=node130/4103770-1466246550
RUNJOBID= node130-1466240252-18375
PBS_JOBID= 19918180
Free space on /tmp= 71732 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-mps-v2-20-10-scsd8.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4103770-1466246550/watcher-4103770-1466246550 -o /tmp/evaluation-result-4103770-1466246550/solver-4103770-1466246550 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node130-1466240252-18375 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4103770-1466246550.opb

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

MD5SUM BENCH= 68f48570ba6245cb642bc98d786c3bfe
RANDOM SEED=157319183

node130.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

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

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

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.365
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:        27784108 kB
Buffers:           11404 kB
Cached:           104464 kB
SwapCached:         1900 kB
Active:          2844208 kB
Inactive:          59756 kB
Active(anon):    2788504 kB
Inactive(anon):     2208 kB
Active(file):      55704 kB
Inactive(file):    57548 kB
Unevictable:     1433568 kB
Mlocked:         1286400 kB
SwapTotal:      67108856 kB
SwapFree:       67098712 kB
Dirty:              8008 kB
Writeback:             0 kB
AnonPages:       4250140 kB
Mapped:            15436 kB
Shmem:                 0 kB
Slab:             597868 kB
SReclaimable:      41084 kB
SUnreclaim:       556784 kB
KernelStack:        1592 kB
PageTables:        12564 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4826764 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2910208 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71740 MiB
End job on node130 at 2016-06-18 12:57:31