Trace number 4080452

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.79 895.172

General information on the benchmark

Name/DEC-SMALLINT-LIN/oliveras/j120/
normalized-j12032_3-unsat.opb
MD5SUM336dbbe12a18bfd6b8d34c583a70b44b
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 variables32186
Total number of constraints107047
Number of constraints which are clauses106519
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints528
Minimum length of a constraint1
Maximum length of a constraint93
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 26
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 561
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.09/0.10	c version PB16.v20160501
0.09/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.09/0.10	c java.vm.version	19.1-b02
0.09/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.10	c sun.arch.data.model	64
0.09/0.10	c java.version		1.6.0_24
0.09/0.10	c os.name		Linux
0.09/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.09/0.10	c os.arch		amd64
0.09/0.10	c Free memory 		501472288
0.09/0.10	c Max memory 		7480803328
0.09/0.10	c Total memory 		504102912
0.09/0.10	c Number of processors 	8
0.09/0.13	c Pseudo Boolean Optimization by upper bound
0.09/0.13	c ManyCore solver with 2 solvers running in parallel
0.09/0.13	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.13	c --- Begin Solver configuration ---
0.09/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@16fd0b7
0.09/0.13	c Learn all clauses as in MiniSAT
0.09/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.13	c Expensive reason simplification
0.09/0.13	c Glucose 2.1 dynamic restart strategy
0.09/0.13	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.13	c timeout=2147483s
0.09/0.13	c DB Simplification allowed=false
0.09/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.09/0.13	c --- End Solver configuration ---
0.09/0.13	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.13	c --- Begin Solver configuration ---
0.09/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@75786e64
0.09/0.13	c Learn all clauses as in MiniSAT
0.09/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.13	c No reason simplification
0.09/0.13	c Armin Biere (Picosat) restarts strategy
0.09/0.13	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.13	c timeout=2147483s
0.09/0.13	c DB Simplification allowed=false
0.09/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.09/0.13	c --- End Solver configuration ---
0.09/0.13	c solving HOME/instance-4080452-1465263902.opb
0.09/0.13	c reading problem ... 
0.09/0.13	c  no objective function found
5.88/2.22	c ... done. Wall clock time 2.086s.
5.88/2.22	c declared #vars     32186
5.88/2.22	c #constraints  107047
5.88/2.22	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
5.88/2.22	c constraints type 
5.88/2.22	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 11705
5.88/2.22	c org.sat4j.specs.Constr$1 => 13774
5.88/2.22	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 75749
5.88/2.22	c org.sat4j.minisat.constraints.cnf.UnitClause => 5291
5.88/2.22	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 528
5.88/2.22	c 107047 constraints processed.
5.88/2.22	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
5.88/2.22	c constraints type 
5.88/2.22	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 75749
5.88/2.22	c org.sat4j.specs.Constr$1 => 13774
5.88/2.22	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 11705
5.88/2.22	c org.sat4j.pb.constraints.pb.MaxWatchPb => 528
5.88/2.22	c org.sat4j.pb.constraints.pb.UnitClausePB => 5291
5.88/2.22	c 107047 constraints processed.
12.01/4.57	c cleaning 2498 clauses out of 5002 with flag 23006/5002
16.02/6.45	c cleaning 4249 clauses out of 8502 with flag 53222/11000
20.71/8.74	c cleaning 5621 clauses out of 11253 with flag 98023/18000
25.65/11.18	c cleaning 6810 clauses out of 13635 with flag 146199/26003
32.79/14.61	c cleaning 7906 clauses out of 15822 with flag 202334/35000
39.59/18.06	c cleaning 8951 clauses out of 17916 with flag 264114/45000
48.35/22.38	c cleaning 9975 clauses out of 19967 with flag 332053/56002
59.34/27.76	c cleaning 10991 clauses out of 21990 with flag 403449/68000
69.39/32.72	c cleaning 11993 clauses out of 23999 with flag 477364/81000
80.31/38.14	c cleaning 13001 clauses out of 26007 with flag 567097/95001
85.31/40.63	c cleaning 0 clauses out of 5000 with flag 0/5000
92.82/44.32	c cleaning 13989 clauses out of 28005 with flag 672601/110000
107.02/51.32	c cleaning 15005 clauses out of 30016 with flag 781483/126000
121.89/58.71	c cleaning 15994 clauses out of 32012 with flag 902720/143001
136.98/66.23	c cleaning 16987 clauses out of 34017 with flag 1023221/161000
153.04/74.28	c cleaning 18014 clauses out of 36031 with flag 1162884/180001
171.12/83.21	c cleaning 19000 clauses out of 38016 with flag 1301170/200000
191.79/93.52	c cleaning 20005 clauses out of 40018 with flag 1447110/221002
211.50/103.38	c cleaning 21000 clauses out of 42013 with flag 1602994/243002
231.79/113.41	c cleaning 22000 clauses out of 44012 with flag 1758578/266001
255.11/125.05	c cleaning 22994 clauses out of 46014 with flag 1926867/290003
279.43/137.16	c cleaning 23996 clauses out of 48020 with flag 2104327/315003
306.70/151.16	c cleaning 24999 clauses out of 50021 with flag 2302912/341000
332.18/163.90	c cleaning 26000 clauses out of 52023 with flag 2487673/368001
351.84/173.69	c cleaning 0 clauses out of 11001 with flag 0/11001
358.92/177.10	c cleaning 26998 clauses out of 54022 with flag 2719738/396000
390.71/192.97	c cleaning 27996 clauses out of 56025 with flag 2916027/425001
422.81/208.94	c cleaning 29010 clauses out of 58028 with flag 3143068/455000
452.60/223.77	c cleaning 29995 clauses out of 60018 with flag 3365604/486000
485.09/239.98	c cleaning 31000 clauses out of 62023 with flag 3606053/518000
521.59/258.15	c cleaning 32001 clauses out of 64023 with flag 3834832/551000
561.17/277.81	c cleaning 32996 clauses out of 66022 with flag 4081152/585000
603.11/298.75	c cleaning 34007 clauses out of 68029 with flag 4330944/620003
642.89/318.52	c cleaning 34995 clauses out of 70019 with flag 4592903/656000
685.88/339.97	c cleaning 36009 clauses out of 72026 with flag 4853166/693002
729.91/361.81	c cleaning 37007 clauses out of 74015 with flag 5119964/731000
771.53/382.51	c cleaning 37999 clauses out of 76010 with flag 5389027/770002
815.80/404.54	c cleaning 38985 clauses out of 78009 with flag 5734543/810000
865.20/429.76	c cleaning 40007 clauses out of 80025 with flag 6030588/851001
916.96/455.57	c cleaning 40998 clauses out of 82019 with flag 6324805/893002
966.71/480.37	c cleaning 42003 clauses out of 84021 with flag 6636210/936002
991.42/492.64	c cleaning 0 clauses out of 18001 with flag 0/18001
1015.77/504.76	c cleaning 43000 clauses out of 86017 with flag 6975927/980001
1074.32/533.84	c cleaning 44003 clauses out of 88017 with flag 7286010/1025001
1131.02/562.02	c cleaning 45004 clauses out of 90013 with flag 7600759/1071000
1193.66/593.27	c cleaning 45996 clauses out of 92011 with flag 7930332/1118002
1259.11/625.85	c cleaning 47001 clauses out of 94015 with flag 8246357/1166002
1323.00/657.65	c cleaning 47998 clauses out of 96013 with flag 8581965/1215001
1386.48/689.25	c cleaning 48983 clauses out of 98014 with flag 8983348/1265000
1457.38/724.52	c cleaning 50007 clauses out of 100031 with flag 9360263/1316000
1522.64/757.04	c cleaning 51005 clauses out of 102027 with flag 9735227/1368003
1599.68/795.35	c cleaning 52008 clauses out of 104019 with flag 10134692/1421000
1674.50/832.61	c cleaning 52999 clauses out of 106011 with flag 10496362/1475000
1749.01/869.73	c cleaning 53999 clauses out of 108012 with flag 10861251/1530000
1800.07/895.10	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.07/895.10	c starts		: 7784
1800.07/895.10	c conflicts		: 1570416
1800.07/895.10	c decisions		: 2593642
1800.07/895.10	c propagations		: 1257472640
1800.07/895.10	c inspects		: 6414906213
1800.07/895.10	c shortcuts		: 0
1800.07/895.10	c learnt literals	: 0
1800.07/895.10	c learnt binary clauses	: 22
1800.07/895.10	c learnt ternary clauses	: 2555
1800.07/895.10	c learnt constraints	: 1570416
1800.07/895.10	c ignored constraints	: 0
1800.07/895.10	c root simplifications	: 0
1800.07/895.10	c removed literals (reason simplification)	: 21925287
1800.07/895.10	c reason swapping (by a shorter reason)	: 0
1800.07/895.10	c Calls to reduceDB	: 51
1800.07/895.10	c Number of update (reduction) of LBD	: 622254
1800.07/895.10	c Imported unit clauses	: 0
1800.07/895.10	c number of reductions to clauses (during analyze)	: 0
1800.07/895.10	c number of learned constraints concerned by reduction	: 0
1800.07/895.10	c number of learning phase by resolution	: 0
1800.07/895.10	c number of learning phase by cutting planes	: 0
1800.07/895.10	c speed (assignments/second)	: 1408435.8349714105
1800.07/895.10	c non guided choices	45
1800.07/895.13	c learnt constraints type 
1800.07/895.13	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 22
1800.07/895.13	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 94407
1800.07/895.13	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.07/895.13	c starts		: 52
1800.07/895.13	c conflicts		: 23615
1800.07/895.13	c decisions		: 80972
1800.07/895.13	c propagations		: 19966002
1800.07/895.13	c inspects		: 958201084
1800.07/895.13	c shortcuts		: 0
1800.07/895.13	c learnt literals	: 0
1800.07/895.13	c learnt binary clauses	: 0
1800.07/895.13	c learnt ternary clauses	: 30
1800.07/895.13	c learnt constraints	: 23614
1800.07/895.13	c ignored constraints	: 0
1800.07/895.13	c root simplifications	: 0
1800.07/895.13	c removed literals (reason simplification)	: 0
1800.07/895.13	c reason swapping (by a shorter reason)	: 0
1800.07/895.13	c Calls to reduceDB	: 3
1800.07/895.13	c Number of update (reduction) of LBD	: 0
1800.07/895.13	c Imported unit clauses	: 0
1800.07/895.13	c number of reductions to clauses (during analyze)	: 0
1800.07/895.13	c number of learned constraints concerned by reduction	: 0
1800.07/895.13	c number of learning phase by resolution	: 0
1800.07/895.13	c number of learning phase by cutting planes	: 0
1800.07/895.13	c speed (assignments/second)	: 22362.32655086404
1800.07/895.13	c non guided choices	30
1800.07/895.14	c learnt constraints type 
1800.07/895.14	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 30
1800.07/895.14	c org.sat4j.pb.constraints.pb.MaxWatchPb => 23584
1800.07/895.14	s UNKNOWN
1800.07/895.14	c Total wall clock time (in seconds): 895.01

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

pid=20804
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.36 4.29 4.04 4/198 20807
/proc/meminfo: memFree=26758316/32872528 swapFree=15784/1434320
[pid=20807] ppid=20804 vsize=9224 CPUtime=0 cores=0,2,4,6
/proc/20807/stat : 20807 (java) R 20804 20807 15518 0 -1 4202496 424 0 0 0 0 0 0 0 20 0 1 0 108323471 9445376 93 33554432000 1073741824 1073778376 140733600302880 140733600300008 214360438633 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/20807/statm: 2306 97 76 9 0 38 0

[startup+0.100061 s]
/proc/loadavg: 4.36 4.29 4.04 4/198 20807
/proc/meminfo: memFree=26758316/32872528 swapFree=15784/1434320
[pid=20807] ppid=20804 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/20807/stat : 20807 (java) S 20804 20807 15518 0 -1 4202496 4342 0 1 0 8 1 0 0 20 0 18 0 108323471 9787879424 5471 33554432000 1073741824 1073778376 140733600302880 140733600294016 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20807/statm: 2389619 5471 2097 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200215 s]
/proc/loadavg: 4.36 4.29 4.04 4/198 20807
/proc/meminfo: memFree=26758316/32872528 swapFree=15784/1434320
[pid=20807] ppid=20804 vsize=9558476 CPUtime=0.23 cores=0,2,4,6
/proc/20807/stat : 20807 (java) S 20804 20807 15518 0 -1 4202496 4655 0 1 0 22 1 0 0 20 0 18 0 108323471 9787879424 6753 33554432000 1073741824 1073778376 140733600302880 140733600294016 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20807/statm: 2389619 6753 2198 9 0 2380296 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 9558476

[startup+0.40027 s]
/proc/loadavg: 4.36 4.29 4.04 4/198 20807
/proc/meminfo: memFree=26758316/32872528 swapFree=15784/1434320
[pid=20807] ppid=20804 vsize=9559272 CPUtime=0.71 cores=0,2,4,6
/proc/20807/stat : 20807 (java) S 20804 20807 15518 0 -1 4202496 9294 0 1 0 69 2 0 0 20 0 18 0 108323471 9788694528 14847 33554432000 1073741824 1073778376 140733600302880 140733600294016 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20807/statm: 2389818 14852 2240 9 0 2380495 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 9559272

[startup+0.700192 s]
/proc/loadavg: 4.36 4.29 4.04 4/198 20807
/proc/meminfo: memFree=26758316/32872528 swapFree=15784/1434320
[pid=20807] ppid=20804 vsize=9559080 CPUtime=1.61 cores=0,2,4,6
/proc/20807/stat : 20807 (java) S 20804 20807 15518 0 -1 4202496 23419 0 1 0 155 6 0 0 20 0 18 0 108323471 9788497920 33118 33554432000 1073741824 1073778376 140733600302880 140733600294016 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20807/statm: 2389770 33118 2250 9 0 2380447 0
Current children cumulated CPU time (s) 1.61
Current children cumulated vsize (KiB) 9559080

[startup+1.50079 s]
/proc/loadavg: 4.36 4.29 4.04 6/216 20825
/proc/meminfo: memFree=26549224/32872528 swapFree=15784/1434320
[pid=20807] ppid=20804 vsize=9558476 CPUtime=3.77 cores=0,2,4,6
/proc/20807/stat : 20807 (java) S 20804 20807 15518 0 -1 4202496 38966 0 1 0 365 12 0 0 20 0 18 0 108323471 9787879424 59031 33554432000 1073741824 1073778376 140733600302880 140733600294016 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20807/statm: 2389619 59031 2269 9 0 2380296 0
[pid=20807/tid=20809] ppid=20804 vsize=9558476 CPUtime=1.43 cores=0,2,4,6
/proc/20807/task/20809/stat : 20809 (java) R 20804 20807 15518 0 -1 4202560 2482 0 1 0 140 3 0 0 20 0 18 0 108323471 9787879424 59031 33554432000 1073741824 1073778376 140733600302880 140493046329472 140493049623443 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=20807/tid=20810] ppid=20804 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/20807/task/20810/stat : 20810 (java) S 20804 20807 15518 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 108323473 9787879424 59031 33554432000 1073741824 1073778376 140733600302880 140493018790056 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20807/tid=20811] ppid=20804 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/20807/task/20811/stat : 20811 (java) S 20804 20807 15518 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 18 0 108323473 9787879424 59031 33554432000 1073741824 1073778376 140733600302880 140493017737512 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20807/tid=20812] ppid=20804 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/20807/task/20812/stat : 20812 (java) S 20804 20807 15518 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 18 0 108323473 9787879424 59031 33554432000 1073741824 1073778376 140733600302880 140493016684968 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20807/tid=20813] ppid=20804 vsize=9558476 CPUtime=0.01 cores=0,2,4,6
/proc/20807/task/20813/stat : 20813 (java) S 20804 20807 15518 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 18 0 108323473 9787879424 59031 33554432000 1073741824 1073778376 140733600302880 140493015632424 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20807/tid=20814] ppid=20804 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/20807/task/20814/stat : 20814 (java) S 20804 20807 15518 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 18 0 108323473 9787879424 59031 33554432000 1073741824 1073778376 140733600302880 140493014579880 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20807/tid=20815] ppid=20804 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/20807/task/20815/stat : 20815 (java) S 20804 20807 15518 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 18 0 108323473 9787879424 59031 33554432000 1073741824 1073778376 140733600302880 140493013527336 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20807/tid=20816] ppid=20804 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/20807/task/20816/stat : 20816 (java) S 20804 20807 15518 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 108323473 9787879424 59031 33554432000 1073741824 1073778376 140733600302880 140493012474792 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20807/tid=20817] ppid=20804 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/20807/task/20817/stat : 20817 (java) S 20804 20807 15518 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 18 0 108323473 9787879424 59031 33554432000 1073741824 1073778376 140733600302880 140492882357288 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20807/tid=20818] ppid=20804 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/20807/task/20818/stat : 20818 (java) S 20804 20807 15518 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 18 0 108323474 9787879424 59031 33554432000 1073741824 1073778376 140733600302880 140492399409256 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20807/tid=20819] ppid=20804 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/20807/task/20819/stat : 20819 (java) S 20804 20807 15518 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 108323474 9787879424 59031 33554432000 1073741824 1073778376 140733600302880 140492398355576 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20807/tid=20820] ppid=20804 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/20807/task/20820/stat : 20820 (java) S 20804 20807 15518 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 108323474 9787879424 59031 33554432000 1073741824 1073778376 140733600302880 140492397302920 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20807/tid=20821] ppid=20804 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/20807/task/20821/stat : 20821 (java) S 20804 20807 15518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 108323477 9787879424 59031 33554432000 1073741824 1073778376 140733600302880 140492396251664 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20807/tid=20822] ppid=20804 vsize=9558476 CPUtime=1.1 cores=0,2,4,6
/proc/20807/task/20822/stat : 20822 (java) R 20804 20807 15518 0 -1 4202560 13646 0 0 0 107 3 0 0 20 0 18 0 108323477 9787879424 59031 33554432000 1073741824 1073778376 140733600302880 140492395198872 140493053139610 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=20807/tid=20823] ppid=20804 vsize=9558476 CPUtime=1.1 cores=0,2,4,6
/proc/20807/task/20823/stat : 20823 (java) R 20804 20807 15518 0 -1 4202560 21468 0 0 0 106 4 0 0 20 0 18 0 108323477 9787879424 59031 33554432000 1073741824 1073778376 140733600302880 140492394123608 140493048947907 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=20807/tid=20824] ppid=20804 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/20807/task/20824/stat : 20824 (java) S 20804 20807 15518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 108323477 9787879424 59031 33554432000 1073741824 1073778376 140733600302880 140492393094136 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20807/tid=20825] ppid=20804 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/20807/task/20825/stat : 20825 (java) S 20804 20807 15518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 108323477 9787879424 59031 33554432000 1073741824 1073778376 140733600302880 140492392041800 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.77
Current children cumulated vsize (KiB) 9558476

[startup+3.10082 s]
/proc/loadavg: 4.41 4.31 4.04 8/220 20829
/proc/meminfo: memFree=26503444/32872528 swapFree=15784/1434320
[pid=20807] ppid=20804 vsize=9824732 CPUtime=8.67 cores=0,2,4,6
/proc/20807/stat : 20807 (java) S 20804 20807 15518 0 -1 4202496 49646 0 1 0 851 16 0 0 20 0 22 0 108323471 10060525568 70764 33554432000 1073741824 1073778376 140733600302880 140733600294016 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20807/statm: 2456183 70764 2285 9 0 2446860 0
[pid=20807/tid=20809] ppid=20804 vsize=9824732 CPUtime=2.11 cores=0,2,4,6
/proc/20807/task/20809/stat : 20809 (java) S 20804 20807 15518 0 -1 4202560 2488 0 1 0 207 4 0 0 20 0 22 0 108323471 10060525568 70764 33554432000 1073741824 1073778376 140733600302880 140493046338424 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20807/tid=20810] ppid=20804 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/20807/task/20810/stat : 20810 (java) S 20804 20807 15518 0 -1 4202560 126 0 0 0 4 0 0 0 20 0 22 0 108323473 10060525568 70764 33554432000 1073741824 1073778376 140733600302880 140493018790056 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20807/tid=20811] ppid=20804 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/20807/task/20811/stat : 20811 (java) S 20804 20807 15518 0 -1 4202560 90 0 0 0 1 0 0 0 20 0 22 0 108323473 10060525568 70764 33554432000 1073741824 1073778376 140733600302880 140493017737512 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20807/tid=20812] ppid=20804 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/20807/task/20812/stat : 20812 (java) S 20804 20807 15518 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 108323473 10060525568 70764 33554432000 1073741824 1073778376 140733600302880 140493016684968 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20807/tid=20813] ppid=20804 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/20807/task/20813/stat : 20813 (java) S 20804 20807 15518 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 22 0 108323473 10060525568 70764 33554432000 1073741824 1073778376 140733600302880 140493015632424 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20807/tid=20814] ppid=20804 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/20807/task/20814/stat : 20814 (java) S 20804 20807 15518 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 22 0 108323473 10060525568 70764 33554432000 1073741824 1073778376 140733600302880 140493014579880 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20807/tid=20815] ppid=20804 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/20807/task/20815/stat : 20815 (java) S 20804 20807 15518 0 -1 4202560 129 0 0 0 1 0 0 0 20 0 22 0 108323473 10060525568 70764 33554432000 1073741824 1073778376 140733600302880 140493013527336 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20807/tid=20816] ppid=20804 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20807/task/20816/stat : 20816 (java) S 20804 20807 15518 0 -1 4202560 23 0 0 0 0 0 0 0 20 0 22 0 108323473 10060525568 70764 33554432000 1073741824 1073778376 140733600302880 140493012474792 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20807/tid=20817] ppid=20804 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/20807/task/20817/stat : 20817 (java) S 20804 20807 15518 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 22 0 108323473 10060525568 70764 33554432000 1073741824 1073778376 140733600302880 140492882357288 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20807/tid=20818] ppid=20804 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20807/task/20818/stat : 20818 (java) S 20804 20807 15518 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 22 0 108323474 10060525568 70764 33554432000 1073741824 1073778376 140733600302880 140492399409256 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20807/tid=20819] ppid=20804 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20807/task/20819/stat : 20819 (java) S 20804 20807 15518 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 108323474 10060525568 70764 33554432000 1073741824 1073778376 140733600302880 140492398355576 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20807/tid=20820] ppid=20804 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20807/task/20820/stat : 20820 (java) S 20804 20807 15518 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 108323474 10060525568 70764 33554432000 1073741824 1073778376 140733600302880 140492397302920 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20807/tid=20821] ppid=20804 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20807/task/20821/stat : 20821 (java) S 20804 20807 15518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108323477 10060525568 70764 33554432000 1073741824 1073778376 140733600302880 140492396251664 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20807/tid=20822] ppid=20804 vsize=9824732 CPUtime=2.22 cores=0,2,4,6
/proc/20807/task/20822/stat : 20822 (java) R 20804 20807 15518 0 -1 4202560 22091 0 0 0 218 4 0 0 20 0 22 0 108323477 10060525568 70764 33554432000 1073741824 1073778376 140733600302880 140492395199032 214373032373 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=20807/tid=20823] ppid=20804 vsize=9824732 CPUtime=2.34 cores=0,2,4,6
/proc/20807/task/20823/stat : 20823 (java) R 20804 20807 15518 0 -1 4202560 23247 0 0 0 230 4 0 0 20 0 22 0 108323477 10060525568 70764 33554432000 1073741824 1073778376 140733600302880 140492394146488 214373032373 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=20807/tid=20824] ppid=20804 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20807/task/20824/stat : 20824 (java) S 20804 20807 15518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108323477 10060525568 70764 33554432000 1073741824 1073778376 140733600302880 140492393094136 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20807/tid=20825] ppid=20804 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20807/task/20825/stat : 20825 (java) S 20804 20807 15518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108323477 10060525568 70764 33554432000 1073741824 1073778376 140733600302880 140492392041800 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20807/tid=20826] ppid=20804 vsize=9824732 CPUtime=0.85 cores=0,2,4,6
/proc/20807/task/20826/stat : 20826 (java) R 20804 20807 15518 0 -1 4202560 21 0 0 0 85 0 0 0 20 0 22 0 108323693 10060525568 70764 33554432000 1073741824 1073778376 140733600302880 140492390985528 140492895156907 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=20807/tid=20827] ppid=20804 vsize=9824732 CPUtime=0.84 cores=0,2,4,6
/proc/20807/task/20827/stat : 20827 (java) R 20804 20807 15518 0 -1 4202560 35 0 0 0 84 0 0 0 20 0 22 0 108323693 10060525568 70764 33554432000 1073741824 1073778376 140733600302880 140492389932568 140492895330413 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=20807/tid=20828] ppid=20804 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20807/task/20828/stat : 20828 (java) S 20804 20807 15518 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 108323700 10060525568 70764 33554432000 1073741824 1073778376 140733600302880 140492388881448 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20807/tid=20829] ppid=20804 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20807/task/20829/stat : 20829 (java) S 20804 20807 15518 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 108323700 10060525568 70764 33554432000 1073741824 1073778376 140733600302880 140492387828904 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 8.67
Current children cumulated vsize (KiB) 9824732

[startup+6.30097 s]
/proc/loadavg: 4.41 4.31 4.04 5/220 20829
/proc/meminfo: memFree=26219928/32872528 swapFree=15784/1434320
[pid=20807] ppid=20804 vsize=9824732 CPUtime=15.82 cores=0,2,4,6
/proc/20807/stat : 20807 (java) S 20804 20807 15518 0 -1 4202496 50706 0 1 0 1551 31 0 0 20 0 22 0 108323471 10060525568 169691 33554432000 1073741824 1073778376 140733600302880 140733600294016 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20807/statm: 2456183 169691 2291 9 0 2446860 0
[pid=20807/tid=20809] ppid=20804 vsize=9824732 CPUtime=2.11 cores=0,2,4,6
/proc/20807/task/20809/stat : 20809 (java) S 20804 20807 15518 0 -1 4202560 2488 0 1 0 207 4 0 0 20 0 22 0 108323471 10060525568 169691 33554432000 1073741824 1073778376 140733600302880 140493046338424 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20807/tid=20810] ppid=20804 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/20807/task/20810/stat : 20810 (java) S 20804 20807 15518 0 -1 4202560 152 0 0 0 6 2 0 0 20 0 22 0 108323473 10060525568 169691 33554432000 1073741824 1073778376 140733600302880 140493018790056 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20807/tid=20811] ppid=20804 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/20807/task/20811/stat : 20811 (java) S 20804 20807 15518 0 -1 4202560 124 0 0 0 6 2 0 0 20 0 22 0 108323473 10060525568 169691 33554432000 1073741824 1073778376 140733600302880 140493017737512 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20807/tid=20812] ppid=20804 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/20807/task/20812/stat : 20812 (java) S 20804 20807 15518 0 -1 4202560 52 0 0 0 4 1 0 0 20 0 22 0 108323473 10060525568 169691 33554432000 1073741824 1073778376 140733600302880 140493016684968 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20807/tid=20813] ppid=20804 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/20807/task/20813/stat : 20813 (java) S 20804 20807 15518 0 -1 4202560 81 0 0 0 8 2 0 0 20 0 22 0 108323473 10060525568 169691 33554432000 1073741824 1073778376 140733600302880 140493015632424 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20807/tid=20814] ppid=20804 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/20807/task/20814/stat : 20814 (java) S 20804 20807 15518 0 -1 4202560 38 0 0 0 4 1 0 0 20 0 22 0 108323473 10060525568 169691 33554432000 1073741824 1073778376 140733600302880 140493014579880 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20807/tid=20815] ppid=20804 vsize=9824732 CPUtime=0.11 cores=0,2,4,6
/proc/20807/task/20815/stat : 20815 (java) S 20804 20807 15518 0 -1 4202560 184 0 0 0 8 3 0 0 20 0 22 0 108323473 10060525568 169691 33554432000 1073741824 1073778376 140733600302880 140493013527336 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20807/tid=20816] ppid=20804 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/20807/task/20816/stat : 20816 (java) S 20804 20807 15518 0 -1 4202560 54 0 0 0 5 0 0 0 20 0 22 0 108323473 10060525568 169691 33554432000 1073741824 1073778376 140733600302880 140493012474792 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20807/tid=20817] ppid=20804 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/20807/task/20817/stat : 20817 (java) S 20804 20807 15518 0 -1 4202560 47 0 0 0 5 2 0 0 20 0 22 0 108323473 10060525568 169691 33554432000 1073741824 1073778376 140733600302880 140492882357288 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20807/tid=20818] ppid=20804 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20807/task/20818/stat : 20818 (java) S 20804 20807 15518 0 -1 4202560 468 0 0 0 0 0 0 0 20 0 22 0 108323474 10060525568 169691 33554432000 1073741824 1073778376 140733600302880 140492399409256 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20807/tid=20819] ppid=20804 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20807/task/20819/stat : 20819 (java) S 20804 20807 15518 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 108323474 10060525568 169691 33554432000 1073741824 1073778376 140733600302880 140492398355576 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20807/tid=20820] ppid=20804 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20807/task/20820/stat : 20820 (java) S 20804 20807 15518 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 108323474 10060525568 169691 33554432000 1073741824 1073778376 140733600302880 140492397302920 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20807/tid=20821] ppid=20804 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20807/task/20821/stat : 20821 (java) S 20804 20807 15518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108323477 10060525568 169691 33554432000 1073741824 1073778376 140733600302880 140492396251664 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20807/tid=20822] ppid=20804 vsize=9824732 CPUtime=2.52 cores=0,2,4,6
/proc/20807/task/20822/stat : 20822 (java) S 20804 20807 15518 0 -1 4202560 22108 0 0 0 248 4 0 0 20 0 22 0 108323477 10060525568 169691 33554432000 1073741824 1073778376 140733600302880 140492395199032 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20807/tid=20823] ppid=20804 vsize=9824732 CPUtime=2.57 cores=0,2,4,6
/proc/20807/task/20823/stat : 20823 (java) S 20804 20807 15518 0 -1 4202560 23252 0 0 0 253 4 0 0 20 0 22 0 108323477 10060525568 169691 33554432000 1073741824 1073778376 140733600302880 140492394146488 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20807/tid=20824] ppid=20804 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20807/task/20824/stat : 20824 (java) S 20804 20807 15518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108323477 10060525568 169691 33554432000 1073741824 1073778376 140733600302880 140492393094136 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20807/tid=20825] ppid=20804 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20807/task/20825/stat : 20825 (java) S 20804 20807 15518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108323477 10060525568 169691 33554432000 1073741824 1073778376 140733600302880 140492392041800 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20807/tid=20826] ppid=20804 vsize=9824732 CPUtime=3.92 cores=0,2,4,6

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


[startup+822.301 s]
/proc/loadavg: 4.54 4.38 4.19 5/219 21328
/proc/meminfo: memFree=23621980/32872528 swapFree=15784/1434320
[pid=20807] ppid=20804 vsize=9824732 CPUtime=1653.81 cores=0,2,4,6
/proc/20807/stat : 20807 (java) S 20804 20807 15518 0 -1 4202496 59011 0 1 0 165186 195 0 0 20 0 22 0 108323471 10060525568 876094 33554432000 1073741824 1073778376 140733600302880 140733600294016 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20807/statm: 2456183 876094 2300 9 0 2446860 0
[pid=20807/tid=20809] ppid=20804 vsize=9824732 CPUtime=2.15 cores=0,2,4,6
/proc/20807/task/20809/stat : 20809 (java) S 20804 20807 15518 0 -1 4202560 2493 0 1 0 210 5 0 0 20 0 22 0 108323471 10060525568 876094 33554432000 1073741824 1073778376 140733600302880 140493046338424 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20807/tid=20810] ppid=20804 vsize=9824732 CPUtime=2.38 cores=0,2,4,6
/proc/20807/task/20810/stat : 20810 (java) S 20804 20807 15518 0 -1 4202560 902 0 0 0 221 17 0 0 20 0 22 0 108323473 10060525568 876094 33554432000 1073741824 1073778376 140733600302880 140493018790056 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20807/tid=20811] ppid=20804 vsize=9824732 CPUtime=2.34 cores=0,2,4,6
/proc/20807/task/20811/stat : 20811 (java) S 20804 20807 15518 0 -1 4202560 631 0 0 0 219 15 0 0 20 0 22 0 108323473 10060525568 876094 33554432000 1073741824 1073778376 140733600302880 140493017737512 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20807/tid=20812] ppid=20804 vsize=9824732 CPUtime=2.17 cores=0,2,4,6
/proc/20807/task/20812/stat : 20812 (java) S 20804 20807 15518 0 -1 4202560 549 0 0 0 204 13 0 0 20 0 22 0 108323473 10060525568 876094 33554432000 1073741824 1073778376 140733600302880 140493016684968 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20807/tid=20813] ppid=20804 vsize=9824732 CPUtime=1.82 cores=0,2,4,6
/proc/20807/task/20813/stat : 20813 (java) S 20804 20807 15518 0 -1 4202560 530 0 0 0 168 14 0 0 20 0 22 0 108323473 10060525568 876094 33554432000 1073741824 1073778376 140733600302880 140493015632424 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20807/tid=20814] ppid=20804 vsize=9824732 CPUtime=2.11 cores=0,2,4,6
/proc/20807/task/20814/stat : 20814 (java) S 20804 20807 15518 0 -1 4202560 745 0 0 0 195 16 0 0 20 0 22 0 108323473 10060525568 876094 33554432000 1073741824 1073778376 140733600302880 140493014579880 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20807/tid=20815] ppid=20804 vsize=9824732 CPUtime=2.36 cores=0,2,4,6
/proc/20807/task/20815/stat : 20815 (java) S 20804 20807 15518 0 -1 4202560 696 0 0 0 222 14 0 0 20 0 22 0 108323473 10060525568 876094 33554432000 1073741824 1073778376 140733600302880 140493013527336 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20807/tid=20816] ppid=20804 vsize=9824732 CPUtime=2.25 cores=0,2,4,6
/proc/20807/task/20816/stat : 20816 (java) S 20804 20807 15518 0 -1 4202560 527 0 0 0 209 16 0 0 20 0 22 0 108323473 10060525568 876094 33554432000 1073741824 1073778376 140733600302880 140493012474792 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20807/tid=20817] ppid=20804 vsize=9824732 CPUtime=2.39 cores=0,2,4,6
/proc/20807/task/20817/stat : 20817 (java) S 20804 20807 15518 0 -1 4202560 567 0 0 0 222 17 0 0 20 0 22 0 108323473 10060525568 876094 33554432000 1073741824 1073778376 140733600302880 140492882357288 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20807/tid=20818] ppid=20804 vsize=9824732 CPUtime=2.2 cores=0,2,4,6
/proc/20807/task/20818/stat : 20818 (java) S 20804 20807 15518 0 -1 4202560 2085 0 0 0 211 9 0 0 20 0 22 0 108323474 10060525568 876094 33554432000 1073741824 1073778376 140733600302880 140492399409256 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20807/tid=20819] ppid=20804 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20807/task/20819/stat : 20819 (java) S 20804 20807 15518 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 108323474 10060525568 876094 33554432000 1073741824 1073778376 140733600302880 140492398355576 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20807/tid=20820] ppid=20804 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20807/task/20820/stat : 20820 (java) S 20804 20807 15518 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 108323474 10060525568 876094 33554432000 1073741824 1073778376 140733600302880 140492397302920 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20807/tid=20821] ppid=20804 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20807/task/20821/stat : 20821 (java) S 20804 20807 15518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108323477 10060525568 876094 33554432000 1073741824 1073778376 140733600302880 140492396251664 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20807/tid=20822] ppid=20804 vsize=9824732 CPUtime=2.59 cores=0,2,4,6
/proc/20807/task/20822/stat : 20822 (java) S 20804 20807 15518 0 -1 4202560 22115 0 0 0 255 4 0 0 20 0 22 0 108323477 10060525568 876094 33554432000 1073741824 1073778376 140733600302880 140492395199032 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20807/tid=20823] ppid=20804 vsize=9824732 CPUtime=2.99 cores=0,2,4,6
/proc/20807/task/20823/stat : 20823 (java) S 20804 20807 15518 0 -1 4202560 23267 0 0 0 295 4 0 0 20 0 22 0 108323477 10060525568 876094 33554432000 1073741824 1073778376 140733600302880 140492394146488 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20807/tid=20824] ppid=20804 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20807/task/20824/stat : 20824 (java) S 20804 20807 15518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108323477 10060525568 876094 33554432000 1073741824 1073778376 140733600302880 140492393094136 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20807/tid=20825] ppid=20804 vsize=9824732 CPUtime=0.34 cores=0,2,4,6
/proc/20807/task/20825/stat : 20825 (java) S 20804 20807 15518 0 -1 4202560 47 0 0 0 17 17 0 0 20 0 22 0 108323477 10060525568 876094 33554432000 1073741824 1073778376 140733600302880 140492392041800 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20807/tid=20826] ppid=20804 vsize=9824732 CPUtime=812.99 cores=0,2,4,6
/proc/20807/task/20826/stat : 20826 (java) R 20804 20807 15518 0 -1 4202560 45 0 0 0 81284 15 0 0 20 0 22 0 108323693 10060525568 876094 33554432000 1073741824 1073778376 140733600302880 140492390984880 140492893851823 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=20807/tid=20827] ppid=20804 vsize=9824732 CPUtime=812.98 cores=0,2,4,6
/proc/20807/task/20827/stat : 20827 (java) R 20804 20807 15518 0 -1 4202560 2547 0 0 0 81246 52 0 0 20 0 22 0 108323693 10060525568 876094 33554432000 1073741824 1073778376 140733600302880 140492389933720 140492895238289 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=20807/tid=20828] ppid=20804 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20807/task/20828/stat : 20828 (java) S 20804 20807 15518 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 108323700 10060525568 876094 33554432000 1073741824 1073778376 140733600302880 140492388881448 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20807/tid=20829] ppid=20804 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20807/task/20829/stat : 20829 (java) S 20804 20807 15518 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 108323700 10060525568 876094 33554432000 1073741824 1073778376 140733600302880 140492387828904 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1653.81
Current children cumulated vsize (KiB) 9824732

[startup+882.301 s]
/proc/loadavg: 4.30 4.33 4.18 6/219 21329
/proc/meminfo: memFree=23609628/32872528 swapFree=15784/1434320
[pid=20807] ppid=20804 vsize=9824732 CPUtime=1774.31 cores=0,2,4,6
/proc/20807/stat : 20807 (java) S 20804 20807 15518 0 -1 4202496 59081 0 1 0 177230 201 0 0 20 0 22 0 108323471 10060525568 862691 33554432000 1073741824 1073778376 140733600302880 140733600294016 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20807/statm: 2456183 862691 2300 9 0 2446860 0
[pid=20807/tid=20809] ppid=20804 vsize=9824732 CPUtime=2.15 cores=0,2,4,6
/proc/20807/task/20809/stat : 20809 (java) S 20804 20807 15518 0 -1 4202560 2493 0 1 0 210 5 0 0 20 0 22 0 108323471 10060525568 862691 33554432000 1073741824 1073778376 140733600302880 140493046338424 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20807/tid=20810] ppid=20804 vsize=9824732 CPUtime=2.53 cores=0,2,4,6
/proc/20807/task/20810/stat : 20810 (java) S 20804 20807 15518 0 -1 4202560 908 0 0 0 236 17 0 0 20 0 22 0 108323473 10060525568 862691 33554432000 1073741824 1073778376 140733600302880 140493018790056 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20807/tid=20811] ppid=20804 vsize=9824732 CPUtime=2.46 cores=0,2,4,6
/proc/20807/task/20811/stat : 20811 (java) S 20804 20807 15518 0 -1 4202560 633 0 0 0 231 15 0 0 20 0 22 0 108323473 10060525568 862691 33554432000 1073741824 1073778376 140733600302880 140493017737512 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20807/tid=20812] ppid=20804 vsize=9824732 CPUtime=2.32 cores=0,2,4,6
/proc/20807/task/20812/stat : 20812 (java) S 20804 20807 15518 0 -1 4202560 557 0 0 0 218 14 0 0 20 0 22 0 108323473 10060525568 862691 33554432000 1073741824 1073778376 140733600302880 140493016684968 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20807/tid=20813] ppid=20804 vsize=9824732 CPUtime=1.96 cores=0,2,4,6
/proc/20807/task/20813/stat : 20813 (java) S 20804 20807 15518 0 -1 4202560 542 0 0 0 182 14 0 0 20 0 22 0 108323473 10060525568 862691 33554432000 1073741824 1073778376 140733600302880 140493015632424 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20807/tid=20814] ppid=20804 vsize=9824732 CPUtime=2.24 cores=0,2,4,6
/proc/20807/task/20814/stat : 20814 (java) S 20804 20807 15518 0 -1 4202560 754 0 0 0 208 16 0 0 20 0 22 0 108323473 10060525568 862691 33554432000 1073741824 1073778376 140733600302880 140493014579880 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20807/tid=20815] ppid=20804 vsize=9824732 CPUtime=2.48 cores=0,2,4,6
/proc/20807/task/20815/stat : 20815 (java) S 20804 20807 15518 0 -1 4202560 701 0 0 0 233 15 0 0 20 0 22 0 108323473 10060525568 862691 33554432000 1073741824 1073778376 140733600302880 140493013527336 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20807/tid=20816] ppid=20804 vsize=9824732 CPUtime=2.33 cores=0,2,4,6
/proc/20807/task/20816/stat : 20816 (java) S 20804 20807 15518 0 -1 4202560 531 0 0 0 217 16 0 0 20 0 22 0 108323473 10060525568 862691 33554432000 1073741824 1073778376 140733600302880 140493012474792 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20807/tid=20817] ppid=20804 vsize=9824732 CPUtime=2.57 cores=0,2,4,6
/proc/20807/task/20817/stat : 20817 (java) S 20804 20807 15518 0 -1 4202560 577 0 0 0 239 18 0 0 20 0 22 0 108323473 10060525568 862691 33554432000 1073741824 1073778376 140733600302880 140492882357288 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20807/tid=20818] ppid=20804 vsize=9824732 CPUtime=2.21 cores=0,2,4,6
/proc/20807/task/20818/stat : 20818 (java) S 20804 20807 15518 0 -1 4202560 2089 0 0 0 211 10 0 0 20 0 22 0 108323474 10060525568 862691 33554432000 1073741824 1073778376 140733600302880 140492399409256 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20807/tid=20819] ppid=20804 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20807/task/20819/stat : 20819 (java) S 20804 20807 15518 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 108323474 10060525568 862691 33554432000 1073741824 1073778376 140733600302880 140492398355576 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20807/tid=20820] ppid=20804 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20807/task/20820/stat : 20820 (java) S 20804 20807 15518 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 108323474 10060525568 862691 33554432000 1073741824 1073778376 140733600302880 140492397302920 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20807/tid=20821] ppid=20804 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20807/task/20821/stat : 20821 (java) S 20804 20807 15518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108323477 10060525568 862691 33554432000 1073741824 1073778376 140733600302880 140492396251664 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20807/tid=20822] ppid=20804 vsize=9824732 CPUtime=2.59 cores=0,2,4,6
/proc/20807/task/20822/stat : 20822 (java) S 20804 20807 15518 0 -1 4202560 22115 0 0 0 255 4 0 0 20 0 22 0 108323477 10060525568 862691 33554432000 1073741824 1073778376 140733600302880 140492395199032 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20807/tid=20823] ppid=20804 vsize=9824732 CPUtime=2.99 cores=0,2,4,6
/proc/20807/task/20823/stat : 20823 (java) S 20804 20807 15518 0 -1 4202560 23267 0 0 0 295 4 0 0 20 0 22 0 108323477 10060525568 862691 33554432000 1073741824 1073778376 140733600302880 140492394146488 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20807/tid=20824] ppid=20804 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20807/task/20824/stat : 20824 (java) S 20804 20807 15518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108323477 10060525568 862691 33554432000 1073741824 1073778376 140733600302880 140492393094136 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20807/tid=20825] ppid=20804 vsize=9824732 CPUtime=0.37 cores=0,2,4,6
/proc/20807/task/20825/stat : 20825 (java) S 20804 20807 15518 0 -1 4202560 51 0 0 0 19 18 0 0 20 0 22 0 108323477 10060525568 862691 33554432000 1073741824 1073778376 140733600302880 140492392041800 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20807/tid=20826] ppid=20804 vsize=9824732 CPUtime=872.7 cores=0,2,4,6
/proc/20807/task/20826/stat : 20826 (java) R 20804 20807 15518 0 -1 4202560 47 0 0 0 87254 16 0 0 20 0 22 0 108323693 10060525568 862691 33554432000 1073741824 1073778376 140733600302880 140492390984880 140492895184219 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=20807/tid=20827] ppid=20804 vsize=9824732 CPUtime=872.69 cores=0,2,4,6
/proc/20807/task/20827/stat : 20827 (java) R 20804 20807 15518 0 -1 4202560 2551 0 0 0 87216 53 0 0 20 0 22 0 108323693 10060525568 862691 33554432000 1073741824 1073778376 140733600302880 140492389933440 140492895377924 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=20807/tid=20828] ppid=20804 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20807/task/20828/stat : 20828 (java) S 20804 20807 15518 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 108323700 10060525568 862691 33554432000 1073741824 1073778376 140733600302880 140492388881448 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20807/tid=20829] ppid=20804 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20807/task/20829/stat : 20829 (java) S 20804 20807 15518 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 108323700 10060525568 862691 33554432000 1073741824 1073778376 140733600302880 140492387828904 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1774.31
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+895.101 s]
/proc/loadavg: 4.25 4.32 4.18 5/219 21330
/proc/meminfo: memFree=23627120/32872528 swapFree=15784/1434320
[pid=20807] ppid=20804 vsize=9824732 CPUtime=1800.07 cores=0,2,4,6
/proc/20807/stat : 20807 (java) S 20804 20807 15518 0 -1 4202496 59104 0 1 0 179805 202 0 0 20 0 22 0 108323471 10060525568 856562 33554432000 1073741824 1073778376 140733600302880 140733600294016 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20807/statm: 2456183 856562 2300 9 0 2446860 0
[pid=20807/tid=20809] ppid=20804 vsize=9824732 CPUtime=2.15 cores=0,2,4,6
/proc/20807/task/20809/stat : 20809 (java) S 20804 20807 15518 0 -1 4202560 2493 0 1 0 210 5 0 0 20 0 22 0 108323471 10060525568 856562 33554432000 1073741824 1073778376 140733600302880 140493046338424 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20807/tid=20810] ppid=20804 vsize=9824732 CPUtime=2.56 cores=0,2,4,6
/proc/20807/task/20810/stat : 20810 (java) S 20804 20807 15518 0 -1 4202560 909 0 0 0 239 17 0 0 20 0 22 0 108323473 10060525568 856562 33554432000 1073741824 1073778376 140733600302880 140493018790056 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20807/tid=20811] ppid=20804 vsize=9824732 CPUtime=2.51 cores=0,2,4,6
/proc/20807/task/20811/stat : 20811 (java) S 20804 20807 15518 0 -1 4202560 634 0 0 0 236 15 0 0 20 0 22 0 108323473 10060525568 856562 33554432000 1073741824 1073778376 140733600302880 140493017737512 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20807/tid=20812] ppid=20804 vsize=9824732 CPUtime=2.39 cores=0,2,4,6
/proc/20807/task/20812/stat : 20812 (java) S 20804 20807 15518 0 -1 4202560 561 0 0 0 225 14 0 0 20 0 22 0 108323473 10060525568 856562 33554432000 1073741824 1073778376 140733600302880 140493016684968 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20807/tid=20813] ppid=20804 vsize=9824732 CPUtime=1.99 cores=0,2,4,6
/proc/20807/task/20813/stat : 20813 (java) S 20804 20807 15518 0 -1 4202560 542 0 0 0 185 14 0 0 20 0 22 0 108323473 10060525568 856562 33554432000 1073741824 1073778376 140733600302880 140493015632424 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20807/tid=20814] ppid=20804 vsize=9824732 CPUtime=2.3 cores=0,2,4,6
/proc/20807/task/20814/stat : 20814 (java) S 20804 20807 15518 0 -1 4202560 757 0 0 0 214 16 0 0 20 0 22 0 108323473 10060525568 856562 33554432000 1073741824 1073778376 140733600302880 140493014579880 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20807/tid=20815] ppid=20804 vsize=9824732 CPUtime=2.54 cores=0,2,4,6
/proc/20807/task/20815/stat : 20815 (java) S 20804 20807 15518 0 -1 4202560 704 0 0 0 239 15 0 0 20 0 22 0 108323473 10060525568 856562 33554432000 1073741824 1073778376 140733600302880 140493013527336 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20807/tid=20816] ppid=20804 vsize=9824732 CPUtime=2.39 cores=0,2,4,6
/proc/20807/task/20816/stat : 20816 (java) S 20804 20807 15518 0 -1 4202560 536 0 0 0 223 16 0 0 20 0 22 0 108323473 10060525568 856562 33554432000 1073741824 1073778376 140733600302880 140493012474792 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20807/tid=20817] ppid=20804 vsize=9824732 CPUtime=2.6 cores=0,2,4,6
/proc/20807/task/20817/stat : 20817 (java) S 20804 20807 15518 0 -1 4202560 577 0 0 0 242 18 0 0 20 0 22 0 108323473 10060525568 856562 33554432000 1073741824 1073778376 140733600302880 140492882357288 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20807/tid=20818] ppid=20804 vsize=9824732 CPUtime=2.21 cores=0,2,4,6
/proc/20807/task/20818/stat : 20818 (java) S 20804 20807 15518 0 -1 4202560 2091 0 0 0 211 10 0 0 20 0 22 0 108323474 10060525568 856562 33554432000 1073741824 1073778376 140733600302880 140492399409256 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20807/tid=20819] ppid=20804 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20807/task/20819/stat : 20819 (java) S 20804 20807 15518 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 108323474 10060525568 856562 33554432000 1073741824 1073778376 140733600302880 140492398355576 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20807/tid=20820] ppid=20804 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20807/task/20820/stat : 20820 (java) S 20804 20807 15518 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 108323474 10060525568 856562 33554432000 1073741824 1073778376 140733600302880 140492397302920 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20807/tid=20821] ppid=20804 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20807/task/20821/stat : 20821 (java) S 20804 20807 15518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108323477 10060525568 856562 33554432000 1073741824 1073778376 140733600302880 140492396251664 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20807/tid=20822] ppid=20804 vsize=9824732 CPUtime=2.59 cores=0,2,4,6
/proc/20807/task/20822/stat : 20822 (java) S 20804 20807 15518 0 -1 4202560 22115 0 0 0 255 4 0 0 20 0 22 0 108323477 10060525568 856562 33554432000 1073741824 1073778376 140733600302880 140492395199032 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20807/tid=20823] ppid=20804 vsize=9824732 CPUtime=2.99 cores=0,2,4,6
/proc/20807/task/20823/stat : 20823 (java) S 20804 20807 15518 0 -1 4202560 23267 0 0 0 295 4 0 0 20 0 22 0 108323477 10060525568 856562 33554432000 1073741824 1073778376 140733600302880 140492394146488 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20807/tid=20824] ppid=20804 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20807/task/20824/stat : 20824 (java) S 20804 20807 15518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108323477 10060525568 856562 33554432000 1073741824 1073778376 140733600302880 140492393094136 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20807/tid=20825] ppid=20804 vsize=9824732 CPUtime=0.38 cores=0,2,4,6
/proc/20807/task/20825/stat : 20825 (java) S 20804 20807 15518 0 -1 4202560 53 0 0 0 19 19 0 0 20 0 22 0 108323477 10060525568 856562 33554432000 1073741824 1073778376 140733600302880 140492392041800 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20807/tid=20826] ppid=20804 vsize=9824732 CPUtime=885.39 cores=0,2,4,6
/proc/20807/task/20826/stat : 20826 (java) R 20804 20807 15518 0 -1 4202560 47 0 0 0 88523 16 0 0 20 0 22 0 108323693 10060525568 856562 33554432000 1073741824 1073778376 140733600302880 140492390984880 140492895604118 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=20807/tid=20827] ppid=20804 vsize=9824732 CPUtime=885.37 cores=0,2,4,6
/proc/20807/task/20827/stat : 20827 (java) R 20804 20807 15518 0 -1 4202560 2553 0 0 0 88483 54 0 0 20 0 22 0 108323693 10060525568 856562 33554432000 1073741824 1073778376 140733600302880 140492389931408 140492895239613 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=20807/tid=20828] ppid=20804 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20807/task/20828/stat : 20828 (java) S 20804 20807 15518 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 108323700 10060525568 856562 33554432000 1073741824 1073778376 140733600302880 140492388881448 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20807/tid=20829] ppid=20804 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20807/task/20829/stat : 20829 (java) S 20804 20807 15518 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 108323700 10060525568 856562 33554432000 1073741824 1073778376 140733600302880 140492387828904 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 9824732

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 20807 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 895.172
CPU time (s): 1800.79
CPU user time (s): 1798.25
CPU system time (s): 2.53961
CPU usage (%): 201.167
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.25
system time used= 2.53961
maximum resident set size= 3531968
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 59137
page faults= 1
swaps= 0
block input operations= 0
block output operations= 968
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24247
involuntary context switches= 28797

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.28404 second user time and 7.00493 second system time

The end

Launcher Data

Begin job on node130 at 2016-06-07 03:45:02
IDJOB=4080452
IDBENCH=73961
IDSOLVER=2543
FILE ID=node130/4080452-1465263902
RUNJOBID= node130-1465253566-15534
PBS_JOBID= 19843263
Free space on /tmp= 71740 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB10/normalized-PB10/DEC-SMALLINT-LIN/oliveras/j120/normalized-j12032_3-unsat.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4080452-1465263902/watcher-4080452-1465263902 -o /tmp/evaluation-result-4080452-1465263902/solver-4080452-1465263902 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node130-1465253566-15534 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4080452-1465263902.opb

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

MD5SUM BENCH= 336dbbe12a18bfd6b8d34c583a70b44b
RANDOM SEED=1511942763

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.261
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:        26758580 kB
Buffers:           99848 kB
Cached:           138500 kB
SwapCached:         1724 kB
Active:          3784080 kB
Inactive:         153168 kB
Active(anon):    3700248 kB
Inactive(anon):     1252 kB
Active(file):      83832 kB
Inactive(file):   151916 kB
Unevictable:     1434320 kB
Mlocked:           15784 kB
SwapTotal:      67108856 kB
SwapFree:       67098432 kB
Dirty:              3948 kB
Writeback:             8 kB
AnonPages:       5134568 kB
Mapped:            15588 kB
Shmem:                 0 kB
Slab:             599652 kB
SReclaimable:      43020 kB
SUnreclaim:       556632 kB
KernelStack:        1624 kB
PageTables:        14412 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    5600956 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5042176 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-07 03:59:58