Trace number 3710601

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 specific settings 2.3.2 snapshot? (TO) 1800.59 1798.65

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-par32-1.opb
MD5SUM5a9e4c8983ff8fc3ce01109a5c224dd2
Bench CategoryOPT-SMALLINT (optimisation, small 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 variables6352
Total number of constraints13453
Number of constraints which are clauses13453
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint3
Number of terms in the objective function 6352
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 6352
Number of bits of the sum of numbers in the objective function 13
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 6352
Number of bits of the biggest sum of numbers13
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.00/0.07	c version 2.3.2.v20120418
0.00/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.07	c java.vm.version	19.1-b02
0.00/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.07	c sun.arch.data.model	64
0.00/0.07	c java.version		1.6.0_24
0.00/0.07	c os.name		Linux
0.00/0.07	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.07	c os.arch		amd64
0.00/0.07	c Free memory 		501472288
0.00/0.07	c Max memory 		7480803328
0.00/0.07	c Total memory 		504102912
0.00/0.07	c Number of processors 	8
0.10/0.11	c read org.sat4j.minisat.orders.VarOrderHeap
0.10/0.11	c configuring ORDERS
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@70535b58
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
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=true
0.10/0.11	c Heuristics kept accross calls (keep the solver "hot")
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3710601-1338145694.opb
0.10/0.11	c reading problem ... 
0.49/0.39	c ... done. Wall clock time 0.282s.
0.49/0.39	c declared #vars     6352
0.49/0.39	c #constraints  13321
0.49/0.39	c constraints type 
0.49/0.39	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6982
0.49/0.39	c ignored satisfied constraints => 132
0.49/0.39	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 6057
0.49/0.39	c org.sat4j.minisat.constraints.cnf.UnitClause => 282
0.49/0.39	c 13453 constraints processed.
4.22/3.55	c cleaning 2501 clauses out of 5001 with flag 5001/5001
8.34/7.56	c cleaning 4249 clauses out of 8499 with flag 11000/11000
13.45/12.67	c cleaning 5624 clauses out of 11251 with flag 18001/18001
19.96/19.15	c cleaning 6808 clauses out of 13626 with flag 26000/26000
27.80/26.94	c cleaning 7903 clauses out of 15818 with flag 35000/35000
37.01/36.10	c cleaning 8949 clauses out of 17915 with flag 45001/45001
48.01/47.11	c cleaning 9976 clauses out of 19965 with flag 56000/56000
60.11/59.21	c cleaning 10988 clauses out of 21990 with flag 68001/68001
74.31/73.43	c cleaning 11996 clauses out of 24002 with flag 81001/81001
89.82/88.91	c cleaning 12999 clauses out of 26005 with flag 95000/95000
107.22/106.31	c cleaning 13996 clauses out of 28006 with flag 110000/110000
126.13/125.22	c cleaning 14997 clauses out of 30010 with flag 126000/126000
145.53/144.66	c cleaning 16002 clauses out of 32013 with flag 143000/143000
166.13/165.24	c cleaning 16999 clauses out of 34011 with flag 161000/161000
187.63/186.78	c cleaning 18001 clauses out of 36012 with flag 180000/180000
207.35/206.40	c cleaning 19000 clauses out of 38011 with flag 200000/200000
222.24/221.33	c cleaning 19997 clauses out of 40012 with flag 221001/221001
238.75/237.81	c cleaning 21002 clauses out of 42014 with flag 243000/243000
257.16/256.30	c cleaning 21999 clauses out of 44013 with flag 266001/266001
277.26/276.31	c cleaning 23002 clauses out of 46014 with flag 290001/290001
298.58/297.67	c cleaning 23995 clauses out of 48011 with flag 315000/315000
320.88/319.98	c cleaning 25002 clauses out of 50017 with flag 341001/341001
344.31/343.34	c cleaning 26001 clauses out of 52015 with flag 368001/368001
369.71/368.70	c cleaning 27002 clauses out of 54014 with flag 396001/396001
397.23/396.22	c cleaning 27997 clauses out of 56011 with flag 425000/425000
426.23/425.24	c cleaning 29003 clauses out of 58014 with flag 455000/455000
457.54/456.54	c cleaning 30000 clauses out of 60011 with flag 486000/486000
490.73/489.71	c cleaning 31000 clauses out of 62012 with flag 518001/518001
524.95/523.94	c cleaning 31997 clauses out of 64012 with flag 551001/551001
559.76/558.75	c cleaning 33003 clauses out of 66015 with flag 585001/585001
598.86/597.84	c cleaning 33997 clauses out of 68012 with flag 620001/620001
638.27/637.29	c cleaning 35002 clauses out of 70014 with flag 656000/656000
678.39/677.35	c cleaning 36000 clauses out of 72014 with flag 693002/693002
721.10/720.02	c cleaning 37001 clauses out of 74013 with flag 731001/731001
765.31/764.29	c cleaning 37998 clauses out of 76011 with flag 770000/770000
811.31/810.27	c cleaning 39000 clauses out of 78013 with flag 810000/810000
858.62/857.59	c cleaning 39995 clauses out of 80014 with flag 851001/851001
911.32/910.24	c cleaning 41008 clauses out of 82019 with flag 893001/893001
966.52/965.40	c cleaning 41996 clauses out of 84011 with flag 936001/936001
1005.02/1003.98	c cleaning 42998 clauses out of 86014 with flag 980000/980000
1039.32/1038.22	c cleaning 44004 clauses out of 88017 with flag 1025001/1025001
1074.83/1073.78	c cleaning 44997 clauses out of 90012 with flag 1071000/1071000
1110.95/1109.87	c cleaning 45997 clauses out of 92016 with flag 1118001/1118001
1149.27/1148.15	c cleaning 46999 clauses out of 94019 with flag 1166001/1166001
1187.60/1186.47	c cleaning 48003 clauses out of 96020 with flag 1215001/1215001
1229.41/1228.23	c cleaning 49001 clauses out of 98017 with flag 1265001/1265001
1271.73/1270.56	c cleaning 50003 clauses out of 100015 with flag 1316000/1316000
1317.98/1316.71	c cleaning 51001 clauses out of 102014 with flag 1368002/1368002
1362.87/1361.61	c cleaning 52002 clauses out of 104011 with flag 1421000/1421000
1408.08/1406.81	c cleaning 52999 clauses out of 106010 with flag 1475001/1475001
1455.31/1454.02	c cleaning 54001 clauses out of 108010 with flag 1530000/1530000
1498.82/1497.54	c cleaning 55001 clauses out of 110011 with flag 1586002/1586002
1537.43/1536.18	c cleaning 55997 clauses out of 112009 with flag 1643001/1643001
1586.86/1585.57	c cleaning 56998 clauses out of 114011 with flag 1701000/1701000
1638.28/1636.97	c cleaning 57998 clauses out of 116013 with flag 1760000/1760000
1685.30/1683.91	c cleaning 59000 clauses out of 118015 with flag 1820000/1820000
1735.01/1733.62	c cleaning 59998 clauses out of 120016 with flag 1881001/1881001
1786.91/1785.54	c cleaning 61001 clauses out of 122018 with flag 1943001/1943001
1800.03/1798.61	c starts		: 210
1800.03/1798.61	c conflicts		: 1962804
1800.03/1798.61	c decisions		: 2001307
1800.03/1798.61	c propagations		: 3304027995
1800.03/1798.61	c inspects		: 25859427420
1800.03/1798.61	c shortcuts		: 0
1800.03/1798.61	c learnt literals	: 1
1800.03/1798.61	c learnt binary clauses	: 104
1800.03/1798.61	c learnt ternary clauses	: 57
1800.03/1798.61	c learnt constraints	: 1962803
1800.03/1798.61	c ignored constraints	: 0
1800.03/1798.61	c root simplifications	: 211
1800.03/1798.61	c removed literals (reason simplification)	: 17005422
1800.03/1798.61	c reason swapping (by a shorter reason)	: 0
1800.03/1798.61	c Calls to reduceDB	: 58
1800.03/1798.61	c number of reductions to clauses (during analyze)	: 0
1800.03/1798.61	c number of learned constraints concerned by reduction	: 0
1800.03/1798.61	c number of learning phase by resolution	: 0
1800.03/1798.61	c number of learning phase by cutting planes	: 0
1800.03/1798.61	c speed (assignments/second)	: 1837406.8804206864
1800.03/1798.61	c non guided choices	85
1800.03/1798.64	c learnt constraints type 
1800.03/1798.64	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 104
1800.03/1798.64	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 80744
1800.03/1798.64	c constraints type 
1800.03/1798.64	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6982
1800.03/1798.64	c ignored satisfied constraints => 132
1800.03/1798.64	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 6057
1800.03/1798.64	c org.sat4j.minisat.constraints.cnf.UnitClause => 282
1800.03/1798.64	c 13453 constraints processed.
1800.03/1798.64	s UNKNOWN
1800.03/1798.64	c Total wall clock time (in seconds): 1798.53

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3710601-1338145694/watcher-3710601-1338145694 -o /tmp/evaluation-result-3710601-1338145694/solver-3710601-1338145694 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710601-1338145694.opb 

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: 1.92 1.98 1.99 3/194 4121
/proc/meminfo: memFree=28878748/32873648 swapFree=6864/6864
[pid=4121] ppid=4119 vsize=89740 CPUtime=0 cores=0,2,4,6
/proc/4121/stat : 4121 (java) S 4119 4121 32120 0 -1 4202496 1171 0 0 0 0 0 0 0 20 0 2 0 280694850 91893760 891 33554432000 1073741824 1073778376 140733532148080 140733532139216 270710898749 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/4121/statm: 22434 893 678 9 0 16769 0
[pid=4121/tid=4122] ppid=4119 vsize=91816 CPUtime=0 cores=0,2,4,6
/proc/4121/task/4122/stat : 4122 (java) D 4119 4121 32120 0 -1 4202560 59 0 0 0 0 0 0 0 20 0 2 0 280694851 94019584 916 33554432000 1073741824 1073778376 140733532148080 140534064016936 270698376487 0 0 4096 0 18446744072100609316 0 0 -1 4 0 0 0 0 0

[startup+0.00664503 s]
/proc/loadavg: 1.92 1.98 1.99 3/194 4121
/proc/meminfo: memFree=28878748/32873648 swapFree=6864/6864
[pid=4121] ppid=4119 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/4121/stat : 4121 (java) S 4119 4121 32120 0 -1 4202496 1274 0 0 0 0 0 0 0 20 0 2 0 280694850 98570240 976 33554432000 1073741824 1073778376 140733532148080 140733532139216 270710898749 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/4121/statm: 24065 976 743 9 0 16771 0
[pid=4121/tid=4122] ppid=4119 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/4121/task/4122/stat : 4122 (java) R 4119 4121 32120 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 280694851 98570240 976 33554432000 1073741824 1073778376 140733532148080 140534064016936 270707541376 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 96260

[startup+0.100206 s]
/proc/loadavg: 1.92 1.98 1.99 3/194 4121
/proc/meminfo: memFree=28878748/32873648 swapFree=6864/6864
[pid=4121] ppid=4119 vsize=9558440 CPUtime=0.1 cores=0,2,4,6
/proc/4121/stat : 4121 (java) S 4119 4121 32120 0 -1 4202496 4377 0 1 0 9 1 0 0 20 0 18 0 280694850 9787842560 6089 33554432000 1073741824 1073778376 140733532148080 140733532139216 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/4121/statm: 2389610 6089 2128 9 0 2380296 0
[pid=4121/tid=4122] ppid=4119 vsize=9558440 CPUtime=0.07 cores=0,2,4,6
/proc/4121/task/4122/stat : 4122 (java) R 4119 4121 32120 0 -1 4202560 2489 0 1 0 6 1 0 0 20 0 18 0 280694851 9787842560 6089 33554432000 1073741824 1073778376 140733532148080 140534064020456 270710924557 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558440

[startup+0.300252 s]
/proc/loadavg: 1.92 1.98 1.99 3/194 4121
/proc/meminfo: memFree=28878748/32873648 swapFree=6864/6864
[pid=4121] ppid=4119 vsize=9558440 CPUtime=0.49 cores=0,2,4,6
/proc/4121/stat : 4121 (java) S 4119 4121 32120 0 -1 4202496 5645 0 1 0 48 1 0 0 20 0 18 0 280694850 9787842560 8894 33554432000 1073741824 1073778376 140733532148080 140733532139216 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/4121/statm: 2389610 8894 2224 9 0 2380296 0
[pid=4121/tid=4122] ppid=4119 vsize=9558440 CPUtime=0.27 cores=0,2,4,6
/proc/4121/task/4122/stat : 4122 (java) R 4119 4121 32120 0 -1 4202560 2503 0 1 0 26 1 0 0 20 0 18 0 280694851 9787842560 8894 33554432000 1073741824 1073778376 140733532148080 140534064013120 140533897247345 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9558440

[startup+0.700256 s]
/proc/loadavg: 1.92 1.98 1.99 3/194 4121
/proc/meminfo: memFree=28878748/32873648 swapFree=6864/6864
[pid=4121] ppid=4119 vsize=9625004 CPUtime=1.36 cores=0,2,4,6
/proc/4121/stat : 4121 (java) S 4119 4121 32120 0 -1 4202496 8915 0 1 0 133 3 0 0 20 0 19 0 280694850 9856004096 16187 33554432000 1073741824 1073778376 140733532148080 140733532139216 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/4121/statm: 2406251 16187 2258 9 0 2396937 0
[pid=4121/tid=4122] ppid=4119 vsize=9625004 CPUtime=0.67 cores=0,2,4,6
/proc/4121/task/4122/stat : 4122 (java) R 4119 4121 32120 0 -1 4202560 2526 0 1 0 66 1 0 0 20 0 19 0 280694851 9856004096 16187 33554432000 1073741824 1073778376 140733532148080 140534064021384 140533897561057 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.36
Current children cumulated vsize (KiB) 9625004

[startup+1.50059 s]
/proc/loadavg: 1.92 1.98 1.99 3/213 4140
/proc/meminfo: memFree=28822564/32873648 swapFree=6864/6864
[pid=4121] ppid=4119 vsize=9625004 CPUtime=2.19 cores=0,2,4,6
/proc/4121/stat : 4121 (java) S 4119 4121 32120 0 -1 4202496 8918 0 1 0 216 3 0 0 20 0 19 0 280694850 9856004096 16189 33554432000 1073741824 1073778376 140733532148080 140733532139216 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/4121/statm: 2406251 16189 2259 9 0 2396937 0
[pid=4121/tid=4122] ppid=4119 vsize=9625004 CPUtime=1.47 cores=0,2,4,6
/proc/4121/task/4122/stat : 4122 (java) R 4119 4121 32120 0 -1 4202560 2527 0 1 0 145 2 0 0 20 0 19 0 280694851 9856004096 16189 33554432000 1073741824 1073778376 140733532148080 140534064020040 140533897561076 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=4121/tid=4124] ppid=4119 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4121/task/4124/stat : 4124 (java) S 4119 4121 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280694852 9856004096 16189 33554432000 1073741824 1073778376 140733532148080 140534025513896 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4121/tid=4125] ppid=4119 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4121/task/4125/stat : 4125 (java) S 4119 4121 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280694852 9856004096 16189 33554432000 1073741824 1073778376 140733532148080 140534024461352 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4121/tid=4126] ppid=4119 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4121/task/4126/stat : 4126 (java) S 4119 4121 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280694852 9856004096 16189 33554432000 1073741824 1073778376 140733532148080 140534023408296 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4121/tid=4127] ppid=4119 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4121/task/4127/stat : 4127 (java) S 4119 4121 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280694852 9856004096 16189 33554432000 1073741824 1073778376 140733532148080 140534022355752 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4121/tid=4128] ppid=4119 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4121/task/4128/stat : 4128 (java) S 4119 4121 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280694852 9856004096 16189 33554432000 1073741824 1073778376 140733532148080 140534021302696 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4121/tid=4129] ppid=4119 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4121/task/4129/stat : 4129 (java) S 4119 4121 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280694852 9856004096 16189 33554432000 1073741824 1073778376 140733532148080 140534020250152 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4121/tid=4130] ppid=4119 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4121/task/4130/stat : 4130 (java) S 4119 4121 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280694852 9856004096 16189 33554432000 1073741824 1073778376 140733532148080 140534019197096 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4121/tid=4131] ppid=4119 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4121/task/4131/stat : 4131 (java) S 4119 4121 32120 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 280694852 9856004096 16189 33554432000 1073741824 1073778376 140733532148080 140534018144552 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4121/tid=4132] ppid=4119 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4121/task/4132/stat : 4132 (java) S 4119 4121 32120 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 280694853 9856004096 16189 33554432000 1073741824 1073778376 140733532148080 140533887359848 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4121/tid=4133] ppid=4119 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4121/task/4133/stat : 4133 (java) S 4119 4121 32120 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 280694853 9856004096 16189 33554432000 1073741824 1073778376 140733532148080 140533886306168 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4121/tid=4134] ppid=4119 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4121/task/4134/stat : 4134 (java) S 4119 4121 32120 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 280694853 9856004096 16189 33554432000 1073741824 1073778376 140733532148080 140533885253000 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4121/tid=4135] ppid=4119 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4121/task/4135/stat : 4135 (java) S 4119 4121 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280694855 9856004096 16189 33554432000 1073741824 1073778376 140733532148080 140533884201744 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4121/tid=4136] ppid=4119 vsize=9625004 CPUtime=0.36 cores=0,2,4,6
/proc/4121/task/4136/stat : 4136 (java) S 4119 4121 32120 0 -1 4202560 2149 0 0 0 36 0 0 0 20 0 19 0 280694855 9856004096 16189 33554432000 1073741824 1073778376 140733532148080 140533883148600 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4121/tid=4137] ppid=4119 vsize=9625004 CPUtime=0.31 cores=0,2,4,6
/proc/4121/task/4137/stat : 4137 (java) S 4119 4121 32120 0 -1 4202560 3043 0 0 0 31 0 0 0 20 0 19 0 280694855 9856004096 16189 33554432000 1073741824 1073778376 140733532148080 140533882096056 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4121/tid=4138] ppid=4119 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4121/task/4138/stat : 4138 (java) S 4119 4121 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280694855 9856004096 16189 33554432000 1073741824 1073778376 140733532148080 140533007640824 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4121/tid=4139] ppid=4119 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4121/task/4139/stat : 4139 (java) S 4119 4121 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280694855 9856004096 16189 33554432000 1073741824 1073778376 140733532148080 140533006588488 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4121/tid=4140] ppid=4119 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4121/task/4140/stat : 4140 (java) S 4119 4121 32120 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 280694892 9856004096 16189 33554432000 1073741824 1073778376 140733532148080 140533005534760 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.19
Current children cumulated vsize (KiB) 9625004

[startup+3.10059 s]
/proc/loadavg: 1.92 1.98 1.99 3/213 4140
/proc/meminfo: memFree=28819764/32873648 swapFree=6864/6864
[pid=4121] ppid=4119 vsize=9625004 CPUtime=3.82 cores=0,2,4,6
/proc/4121/stat : 4121 (java) S 4119 4121 32120 0 -1 4202496 8923 0 1 0 379 3 0 0 20 0 19 0 280694850 9856004096 16704 33554432000 1073741824 1073778376 140733532148080 140733532139216 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/4121/statm: 2406251 16704 2262 9 0 2396937 0
[pid=4121/tid=4122] ppid=4119 vsize=9625004 CPUtime=3.07 cores=0,2,4,6
/proc/4121/task/4122/stat : 4122 (java) R 4119 4121 32120 0 -1 4202560 2529 0 1 0 305 2 0 0 20 0 19 0 280694851 9856004096 16704 33554432000 1073741824 1073778376 140733532148080 140534064022056 140533897561264 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=4121/tid=4124] ppid=4119 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4121/task/4124/stat : 4124 (java) S 4119 4121 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280694852 9856004096 16704 33554432000 1073741824 1073778376 140733532148080 140534025513896 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4121/tid=4125] ppid=4119 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4121/task/4125/stat : 4125 (java) S 4119 4121 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280694852 9856004096 16704 33554432000 1073741824 1073778376 140733532148080 140534024461352 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4121/tid=4126] ppid=4119 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4121/task/4126/stat : 4126 (java) S 4119 4121 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280694852 9856004096 16704 33554432000 1073741824 1073778376 140733532148080 140534023408296 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4121/tid=4127] ppid=4119 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4121/task/4127/stat : 4127 (java) S 4119 4121 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280694852 9856004096 16704 33554432000 1073741824 1073778376 140733532148080 140534022355752 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4121/tid=4128] ppid=4119 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4121/task/4128/stat : 4128 (java) S 4119 4121 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280694852 9856004096 16704 33554432000 1073741824 1073778376 140733532148080 140534021302696 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4121/tid=4129] ppid=4119 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4121/task/4129/stat : 4129 (java) S 4119 4121 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280694852 9856004096 16704 33554432000 1073741824 1073778376 140733532148080 140534020250152 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4121/tid=4130] ppid=4119 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4121/task/4130/stat : 4130 (java) S 4119 4121 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280694852 9856004096 16704 33554432000 1073741824 1073778376 140733532148080 140534019197096 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4121/tid=4131] ppid=4119 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4121/task/4131/stat : 4131 (java) S 4119 4121 32120 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 280694852 9856004096 16704 33554432000 1073741824 1073778376 140733532148080 140534018144552 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4121/tid=4132] ppid=4119 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4121/task/4132/stat : 4132 (java) S 4119 4121 32120 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 280694853 9856004096 16704 33554432000 1073741824 1073778376 140733532148080 140533887359848 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4121/tid=4133] ppid=4119 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4121/task/4133/stat : 4133 (java) S 4119 4121 32120 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 280694853 9856004096 16704 33554432000 1073741824 1073778376 140733532148080 140533886306168 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4121/tid=4134] ppid=4119 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4121/task/4134/stat : 4134 (java) S 4119 4121 32120 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 280694853 9856004096 16704 33554432000 1073741824 1073778376 140733532148080 140533885253000 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4121/tid=4135] ppid=4119 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4121/task/4135/stat : 4135 (java) S 4119 4121 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280694855 9856004096 16704 33554432000 1073741824 1073778376 140733532148080 140533884201744 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4121/tid=4136] ppid=4119 vsize=9625004 CPUtime=0.39 cores=0,2,4,6
/proc/4121/task/4136/stat : 4136 (java) S 4119 4121 32120 0 -1 4202560 2152 0 0 0 39 0 0 0 20 0 19 0 280694855 9856004096 16704 33554432000 1073741824 1073778376 140733532148080 140533883148600 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4121/tid=4137] ppid=4119 vsize=9625004 CPUtime=0.32 cores=0,2,4,6
/proc/4121/task/4137/stat : 4137 (java) S 4119 4121 32120 0 -1 4202560 3043 0 0 0 32 0 0 0 20 0 19 0 280694855 9856004096 16704 33554432000 1073741824 1073778376 140733532148080 140533882096056 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4121/tid=4138] ppid=4119 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4121/task/4138/stat : 4138 (java) S 4119 4121 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280694855 9856004096 16704 33554432000 1073741824 1073778376 140733532148080 140533007640824 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4121/tid=4139] ppid=4119 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4121/task/4139/stat : 4139 (java) S 4119 4121 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280694855 9856004096 16704 33554432000 1073741824 1073778376 140733532148080 140533006588488 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4121/tid=4140] ppid=4119 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4121/task/4140/stat : 4140 (java) S 4119 4121 32120 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 280694892 9856004096 16704 33554432000 1073741824 1073778376 140733532148080 140533005534760 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 3.82
Current children cumulated vsize (KiB) 9625004

[startup+6.30059 s]
/proc/loadavg: 1.93 1.98 1.99 3/213 4140
/proc/meminfo: memFree=28809904/32873648 swapFree=6864/6864
[pid=4121] ppid=4119 vsize=9625004 CPUtime=7.11 cores=0,2,4,6
/proc/4121/stat : 4121 (java) S 4119 4121 32120 0 -1 4202496 9575 0 1 0 708 3 0 0 20 0 19 0 280694850 9856004096 18981 33554432000 1073741824 1073778376 140733532148080 140733532139216 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/4121/statm: 2406251 18981 2290 9 0 2396937 0
[pid=4121/tid=4122] ppid=4119 vsize=9625004 CPUtime=6.25 cores=0,2,4,6
/proc/4121/task/4122/stat : 4122 (java) R 4119 4121 32120 0 -1 4202560 2532 0 1 0 623 2 0 0 20 0 19 0 280694851 9856004096 18981 33554432000 1073741824 1073778376 140733532148080 140534064020032 140533897490279 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=4121/tid=4124] ppid=4119 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4121/task/4124/stat : 4124 (java) S 4119 4121 32120 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 280694852 9856004096 18981 33554432000 1073741824 1073778376 140733532148080 140534025513896 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4121/tid=4125] ppid=4119 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4121/task/4125/stat : 4125 (java) S 4119 4121 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280694852 9856004096 18981 33554432000 1073741824 1073778376 140733532148080 140534024461352 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4121/tid=4126] ppid=4119 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4121/task/4126/stat : 4126 (java) S 4119 4121 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280694852 9856004096 18981 33554432000 1073741824 1073778376 140733532148080 140534023408296 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4121/tid=4127] ppid=4119 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4121/task/4127/stat : 4127 (java) S 4119 4121 32120 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 280694852 9856004096 18981 33554432000 1073741824 1073778376 140733532148080 140534022355752 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4121/tid=4128] ppid=4119 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4121/task/4128/stat : 4128 (java) S 4119 4121 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280694852 9856004096 18981 33554432000 1073741824 1073778376 140733532148080 140534021302696 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4121/tid=4129] ppid=4119 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4121/task/4129/stat : 4129 (java) S 4119 4121 32120 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 280694852 9856004096 18981 33554432000 1073741824 1073778376 140733532148080 140534020250152 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4121/tid=4130] ppid=4119 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4121/task/4130/stat : 4130 (java) S 4119 4121 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280694852 9856004096 18981 33554432000 1073741824 1073778376 140733532148080 140534019197096 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4121/tid=4131] ppid=4119 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4121/task/4131/stat : 4131 (java) S 4119 4121 32120 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 280694852 9856004096 18981 33554432000 1073741824 1073778376 140733532148080 140534018144552 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4121/tid=4132] ppid=4119 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4121/task/4132/stat : 4132 (java) S 4119 4121 32120 0 -1 4202560 33 0 0 0 0 0 0 0 20 0 19 0 280694853 9856004096 18981 33554432000 1073741824 1073778376 140733532148080 140533887359848 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4121/tid=4133] ppid=4119 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4121/task/4133/stat : 4133 (java) S 4119 4121 32120 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 280694853 9856004096 18981 33554432000 1073741824 1073778376 140733532148080 140533886306168 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4121/tid=4134] ppid=4119 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4121/task/4134/stat : 4134 (java) S 4119 4121 32120 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 280694853 9856004096 18981 33554432000 1073741824 1073778376 140733532148080 140533885253000 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4121/tid=4135] ppid=4119 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4121/task/4135/stat : 4135 (java) S 4119 4121 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280694855 9856004096 18981 33554432000 1073741824 1073778376 140733532148080 140533884201744 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4121/tid=4136] ppid=4119 vsize=9625004 CPUtime=0.45 cores=0,2,4,6
/proc/4121/task/4136/stat : 4136 (java) S 4119 4121 32120 0 -1 4202560 2750 0 0 0 45 0 0 0 20 0 19 0 280694855 9856004096 18981 33554432000 1073741824 1073778376 140733532148080 140533883148600 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4121/tid=4137] ppid=4119 vsize=9625004 CPUtime=0.33 cores=0,2,4,6
/proc/4121/task/4137/stat : 4137 (java) S 4119 4121 32120 0 -1 4202560 3047 0 0 0 33 0 0 0 20 0 19 0 280694855 9856004096 18981 33554432000 1073741824 1073778376 140733532148080 140533882096056 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0

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

[pid=4121/tid=4129] ppid=4119 vsize=9625004 CPUtime=0.09 cores=0,2,4,6
/proc/4121/task/4129/stat : 4129 (java) S 4119 4121 32120 0 -1 4202560 60 0 0 0 9 0 0 0 20 0 19 0 280694852 9856004096 28682 33554432000 1073741824 1073778376 140733532148080 140534020250152 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4121/tid=4130] ppid=4119 vsize=9625004 CPUtime=0.09 cores=0,2,4,6
/proc/4121/task/4130/stat : 4130 (java) S 4119 4121 32120 0 -1 4202560 11 0 0 0 9 0 0 0 20 0 19 0 280694852 9856004096 28682 33554432000 1073741824 1073778376 140733532148080 140534019197096 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4121/tid=4131] ppid=4119 vsize=9625004 CPUtime=0.07 cores=0,2,4,6
/proc/4121/task/4131/stat : 4131 (java) S 4119 4121 32120 0 -1 4202560 15 0 0 0 7 0 0 0 20 0 19 0 280694852 9856004096 28682 33554432000 1073741824 1073778376 140733532148080 140534018144552 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4121/tid=4132] ppid=4119 vsize=9625004 CPUtime=1.33 cores=0,2,4,6
/proc/4121/task/4132/stat : 4132 (java) S 4119 4121 32120 0 -1 4202560 123 0 0 0 131 2 0 0 20 0 19 0 280694853 9856004096 28682 33554432000 1073741824 1073778376 140733532148080 140533887359848 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4121/tid=4133] ppid=4119 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4121/task/4133/stat : 4133 (java) S 4119 4121 32120 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 280694853 9856004096 28682 33554432000 1073741824 1073778376 140733532148080 140533886306168 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4121/tid=4134] ppid=4119 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4121/task/4134/stat : 4134 (java) S 4119 4121 32120 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 280694853 9856004096 28682 33554432000 1073741824 1073778376 140733532148080 140533885253000 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4121/tid=4135] ppid=4119 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4121/task/4135/stat : 4135 (java) S 4119 4121 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280694855 9856004096 28682 33554432000 1073741824 1073778376 140733532148080 140533884201744 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4121/tid=4136] ppid=4119 vsize=9625004 CPUtime=0.53 cores=0,2,4,6
/proc/4121/task/4136/stat : 4136 (java) S 4119 4121 32120 0 -1 4202560 3115 0 0 0 53 0 0 0 20 0 19 0 280694855 9856004096 28682 33554432000 1073741824 1073778376 140733532148080 140533883148600 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4121/tid=4137] ppid=4119 vsize=9625004 CPUtime=0.34 cores=0,2,4,6
/proc/4121/task/4137/stat : 4137 (java) S 4119 4121 32120 0 -1 4202560 3047 0 0 0 34 0 0 0 20 0 19 0 280694855 9856004096 28682 33554432000 1073741824 1073778376 140733532148080 140533882096056 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4121/tid=4138] ppid=4119 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4121/task/4138/stat : 4138 (java) S 4119 4121 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280694855 9856004096 28682 33554432000 1073741824 1073778376 140733532148080 140533007640824 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4121/tid=4139] ppid=4119 vsize=9625004 CPUtime=0.31 cores=0,2,4,6
/proc/4121/task/4139/stat : 4139 (java) S 4119 4121 32120 0 -1 4202560 95 0 0 0 16 15 0 0 20 0 19 0 280694855 9856004096 28682 33554432000 1073741824 1073778376 140733532148080 140533006588488 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4121/tid=4140] ppid=4119 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4121/task/4140/stat : 4140 (java) S 4119 4121 32120 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 280694892 9856004096 28682 33554432000 1073741824 1073778376 140733532148080 140533005534760 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1663.7
Current children cumulated vsize (KiB) 9625004

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 4216
/proc/meminfo: memFree=27731356/32873648 swapFree=6864/6864
[pid=4121] ppid=4119 vsize=9625004 CPUtime=1723.71 cores=0,2,4,6
/proc/4121/stat : 4121 (java) S 4119 4121 32120 0 -1 4202496 10423 0 1 0 172346 25 0 0 20 0 19 0 280694850 9856004096 28682 33554432000 1073741824 1073778376 140733532148080 140733532139216 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/4121/statm: 2406251 28682 2290 9 0 2396937 0
[pid=4121/tid=4122] ppid=4119 vsize=9625004 CPUtime=1720.64 cores=0,2,4,6
/proc/4121/task/4122/stat : 4122 (java) R 4119 4121 32120 0 -1 4202560 2590 0 1 0 172034 30 0 0 20 0 19 0 280694851 9856004096 28682 33554432000 1073741824 1073778376 140733532148080 140534064021808 140533897561076 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=4121/tid=4124] ppid=4119 vsize=9625004 CPUtime=0.09 cores=0,2,4,6
/proc/4121/task/4124/stat : 4124 (java) S 4119 4121 32120 0 -1 4202560 17 0 0 0 9 0 0 0 20 0 19 0 280694852 9856004096 28682 33554432000 1073741824 1073778376 140733532148080 140534025513896 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4121/tid=4125] ppid=4119 vsize=9625004 CPUtime=0.1 cores=0,2,4,6
/proc/4121/task/4125/stat : 4125 (java) S 4119 4121 32120 0 -1 4202560 54 0 0 0 10 0 0 0 20 0 19 0 280694852 9856004096 28682 33554432000 1073741824 1073778376 140733532148080 140534024461352 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4121/tid=4126] ppid=4119 vsize=9625004 CPUtime=0.09 cores=0,2,4,6
/proc/4121/task/4126/stat : 4126 (java) S 4119 4121 32120 0 -1 4202560 18 0 0 0 9 0 0 0 20 0 19 0 280694852 9856004096 28682 33554432000 1073741824 1073778376 140733532148080 140534023408296 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4121/tid=4127] ppid=4119 vsize=9625004 CPUtime=0.07 cores=0,2,4,6
/proc/4121/task/4127/stat : 4127 (java) S 4119 4121 32120 0 -1 4202560 23 0 0 0 7 0 0 0 20 0 19 0 280694852 9856004096 28682 33554432000 1073741824 1073778376 140733532148080 140534022355752 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4121/tid=4128] ppid=4119 vsize=9625004 CPUtime=0.08 cores=0,2,4,6
/proc/4121/task/4128/stat : 4128 (java) S 4119 4121 32120 0 -1 4202560 65 0 0 0 8 0 0 0 20 0 19 0 280694852 9856004096 28682 33554432000 1073741824 1073778376 140733532148080 140534021302696 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4121/tid=4129] ppid=4119 vsize=9625004 CPUtime=0.09 cores=0,2,4,6
/proc/4121/task/4129/stat : 4129 (java) S 4119 4121 32120 0 -1 4202560 60 0 0 0 9 0 0 0 20 0 19 0 280694852 9856004096 28682 33554432000 1073741824 1073778376 140733532148080 140534020250152 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4121/tid=4130] ppid=4119 vsize=9625004 CPUtime=0.09 cores=0,2,4,6
/proc/4121/task/4130/stat : 4130 (java) S 4119 4121 32120 0 -1 4202560 11 0 0 0 9 0 0 0 20 0 19 0 280694852 9856004096 28682 33554432000 1073741824 1073778376 140733532148080 140534019197096 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4121/tid=4131] ppid=4119 vsize=9625004 CPUtime=0.07 cores=0,2,4,6
/proc/4121/task/4131/stat : 4131 (java) S 4119 4121 32120 0 -1 4202560 15 0 0 0 7 0 0 0 20 0 19 0 280694852 9856004096 28682 33554432000 1073741824 1073778376 140733532148080 140534018144552 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4121/tid=4132] ppid=4119 vsize=9625004 CPUtime=1.37 cores=0,2,4,6
/proc/4121/task/4132/stat : 4132 (java) S 4119 4121 32120 0 -1 4202560 125 0 0 0 135 2 0 0 20 0 19 0 280694853 9856004096 28682 33554432000 1073741824 1073778376 140733532148080 140533887359848 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4121/tid=4133] ppid=4119 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4121/task/4133/stat : 4133 (java) S 4119 4121 32120 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 280694853 9856004096 28682 33554432000 1073741824 1073778376 140733532148080 140533886306168 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4121/tid=4134] ppid=4119 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4121/task/4134/stat : 4134 (java) S 4119 4121 32120 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 280694853 9856004096 28682 33554432000 1073741824 1073778376 140733532148080 140533885253000 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4121/tid=4135] ppid=4119 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4121/task/4135/stat : 4135 (java) S 4119 4121 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280694855 9856004096 28682 33554432000 1073741824 1073778376 140733532148080 140533884201744 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4121/tid=4136] ppid=4119 vsize=9625004 CPUtime=0.53 cores=0,2,4,6
/proc/4121/task/4136/stat : 4136 (java) S 4119 4121 32120 0 -1 4202560 3115 0 0 0 53 0 0 0 20 0 19 0 280694855 9856004096 28682 33554432000 1073741824 1073778376 140733532148080 140533883148600 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4121/tid=4137] ppid=4119 vsize=9625004 CPUtime=0.34 cores=0,2,4,6
/proc/4121/task/4137/stat : 4137 (java) S 4119 4121 32120 0 -1 4202560 3047 0 0 0 34 0 0 0 20 0 19 0 280694855 9856004096 28682 33554432000 1073741824 1073778376 140733532148080 140533882096056 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4121/tid=4138] ppid=4119 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4121/task/4138/stat : 4138 (java) S 4119 4121 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280694855 9856004096 28682 33554432000 1073741824 1073778376 140733532148080 140533007640824 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4121/tid=4139] ppid=4119 vsize=9625004 CPUtime=0.32 cores=0,2,4,6
/proc/4121/task/4139/stat : 4139 (java) S 4119 4121 32120 0 -1 4202560 99 0 0 0 17 15 0 0 20 0 19 0 280694855 9856004096 28682 33554432000 1073741824 1073778376 140733532148080 140533006588488 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4121/tid=4140] ppid=4119 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4121/task/4140/stat : 4140 (java) S 4119 4121 32120 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 280694892 9856004096 28682 33554432000 1073741824 1073778376 140733532148080 140533005534760 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1723.71
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 4216
/proc/meminfo: memFree=27720996/32873648 swapFree=6864/6864
[pid=4121] ppid=4119 vsize=9625004 CPUtime=1783.71 cores=0,2,4,6
/proc/4121/stat : 4121 (java) S 4119 4121 32120 0 -1 4202496 10430 0 1 0 178345 26 0 0 20 0 19 0 280694850 9856004096 28682 33554432000 1073741824 1073778376 140733532148080 140733532139216 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/4121/statm: 2406251 28682 2290 9 0 2396937 0
[pid=4121/tid=4122] ppid=4119 vsize=9625004 CPUtime=1780.61 cores=0,2,4,6
/proc/4121/task/4122/stat : 4122 (java) R 4119 4121 32120 0 -1 4202560 2591 0 1 0 178030 31 0 0 20 0 19 0 280694851 9856004096 28682 33554432000 1073741824 1073778376 140733532148080 140534064021808 140533897561076 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=4121/tid=4124] ppid=4119 vsize=9625004 CPUtime=0.09 cores=0,2,4,6
/proc/4121/task/4124/stat : 4124 (java) S 4119 4121 32120 0 -1 4202560 17 0 0 0 9 0 0 0 20 0 19 0 280694852 9856004096 28682 33554432000 1073741824 1073778376 140733532148080 140534025513896 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4121/tid=4125] ppid=4119 vsize=9625004 CPUtime=0.1 cores=0,2,4,6
/proc/4121/task/4125/stat : 4125 (java) S 4119 4121 32120 0 -1 4202560 54 0 0 0 10 0 0 0 20 0 19 0 280694852 9856004096 28682 33554432000 1073741824 1073778376 140733532148080 140534024461352 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4121/tid=4126] ppid=4119 vsize=9625004 CPUtime=0.09 cores=0,2,4,6
/proc/4121/task/4126/stat : 4126 (java) S 4119 4121 32120 0 -1 4202560 18 0 0 0 9 0 0 0 20 0 19 0 280694852 9856004096 28682 33554432000 1073741824 1073778376 140733532148080 140534023408296 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4121/tid=4127] ppid=4119 vsize=9625004 CPUtime=0.07 cores=0,2,4,6
/proc/4121/task/4127/stat : 4127 (java) S 4119 4121 32120 0 -1 4202560 23 0 0 0 7 0 0 0 20 0 19 0 280694852 9856004096 28682 33554432000 1073741824 1073778376 140733532148080 140534022355752 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4121/tid=4128] ppid=4119 vsize=9625004 CPUtime=0.08 cores=0,2,4,6
/proc/4121/task/4128/stat : 4128 (java) S 4119 4121 32120 0 -1 4202560 65 0 0 0 8 0 0 0 20 0 19 0 280694852 9856004096 28682 33554432000 1073741824 1073778376 140733532148080 140534021302696 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4121/tid=4129] ppid=4119 vsize=9625004 CPUtime=0.09 cores=0,2,4,6
/proc/4121/task/4129/stat : 4129 (java) S 4119 4121 32120 0 -1 4202560 60 0 0 0 9 0 0 0 20 0 19 0 280694852 9856004096 28682 33554432000 1073741824 1073778376 140733532148080 140534020250152 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4121/tid=4130] ppid=4119 vsize=9625004 CPUtime=0.09 cores=0,2,4,6
/proc/4121/task/4130/stat : 4130 (java) S 4119 4121 32120 0 -1 4202560 11 0 0 0 9 0 0 0 20 0 19 0 280694852 9856004096 28682 33554432000 1073741824 1073778376 140733532148080 140534019197096 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4121/tid=4131] ppid=4119 vsize=9625004 CPUtime=0.08 cores=0,2,4,6
/proc/4121/task/4131/stat : 4131 (java) S 4119 4121 32120 0 -1 4202560 15 0 0 0 8 0 0 0 20 0 19 0 280694852 9856004096 28682 33554432000 1073741824 1073778376 140733532148080 140534018144552 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4121/tid=4132] ppid=4119 vsize=9625004 CPUtime=1.41 cores=0,2,4,6
/proc/4121/task/4132/stat : 4132 (java) S 4119 4121 32120 0 -1 4202560 127 0 0 0 139 2 0 0 20 0 19 0 280694853 9856004096 28682 33554432000 1073741824 1073778376 140733532148080 140533887359848 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4121/tid=4133] ppid=4119 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4121/task/4133/stat : 4133 (java) S 4119 4121 32120 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 280694853 9856004096 28682 33554432000 1073741824 1073778376 140733532148080 140533886306168 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4121/tid=4134] ppid=4119 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4121/task/4134/stat : 4134 (java) S 4119 4121 32120 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 280694853 9856004096 28682 33554432000 1073741824 1073778376 140733532148080 140533885253000 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4121/tid=4135] ppid=4119 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4121/task/4135/stat : 4135 (java) S 4119 4121 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280694855 9856004096 28682 33554432000 1073741824 1073778376 140733532148080 140533884201744 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4121/tid=4136] ppid=4119 vsize=9625004 CPUtime=0.53 cores=0,2,4,6
/proc/4121/task/4136/stat : 4136 (java) S 4119 4121 32120 0 -1 4202560 3115 0 0 0 53 0 0 0 20 0 19 0 280694855 9856004096 28682 33554432000 1073741824 1073778376 140733532148080 140533883148600 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4121/tid=4137] ppid=4119 vsize=9625004 CPUtime=0.34 cores=0,2,4,6
/proc/4121/task/4137/stat : 4137 (java) S 4119 4121 32120 0 -1 4202560 3047 0 0 0 34 0 0 0 20 0 19 0 280694855 9856004096 28682 33554432000 1073741824 1073778376 140733532148080 140533882096056 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4121/tid=4138] ppid=4119 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4121/task/4138/stat : 4138 (java) S 4119 4121 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280694855 9856004096 28682 33554432000 1073741824 1073778376 140733532148080 140533007640824 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4121/tid=4139] ppid=4119 vsize=9625004 CPUtime=0.34 cores=0,2,4,6
/proc/4121/task/4139/stat : 4139 (java) S 4119 4121 32120 0 -1 4202560 103 0 0 0 17 17 0 0 20 0 19 0 280694855 9856004096 28682 33554432000 1073741824 1073778376 140733532148080 140533006588488 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4121/tid=4140] ppid=4119 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4121/task/4140/stat : 4140 (java) S 4119 4121 32120 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 280694892 9856004096 28682 33554432000 1073741824 1073778376 140733532148080 140533005534760 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1783.71
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798.6 s]
/proc/loadavg: 2.07 2.02 2.00 3/213 4216
/proc/meminfo: memFree=27720872/32873648 swapFree=6864/6864
[pid=4121] ppid=4119 vsize=9625004 CPUtime=1800.03 cores=0,2,4,6
/proc/4121/stat : 4121 (java) S 4119 4121 32120 0 -1 4202496 10438 0 1 0 179977 26 0 0 20 0 19 0 280694850 9856004096 28687 33554432000 1073741824 1073778376 140733532148080 140733532139216 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/4121/statm: 2406251 28687 2290 9 0 2396937 0
[pid=4121/tid=4122] ppid=4119 vsize=9625004 CPUtime=1796.88 cores=0,2,4,6
/proc/4121/task/4122/stat : 4122 (java) R 4119 4121 32120 0 -1 4202560 2592 0 1 0 179657 31 0 0 20 0 19 0 280694851 9856004096 28687 33554432000 1073741824 1073778376 140733532148080 140534064021808 140533897561076 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=4121/tid=4124] ppid=4119 vsize=9625004 CPUtime=0.09 cores=0,2,4,6
/proc/4121/task/4124/stat : 4124 (java) S 4119 4121 32120 0 -1 4202560 17 0 0 0 9 0 0 0 20 0 19 0 280694852 9856004096 28687 33554432000 1073741824 1073778376 140733532148080 140534025513896 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4121/tid=4125] ppid=4119 vsize=9625004 CPUtime=0.1 cores=0,2,4,6
/proc/4121/task/4125/stat : 4125 (java) S 4119 4121 32120 0 -1 4202560 54 0 0 0 10 0 0 0 20 0 19 0 280694852 9856004096 28687 33554432000 1073741824 1073778376 140733532148080 140534024461352 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4121/tid=4126] ppid=4119 vsize=9625004 CPUtime=0.09 cores=0,2,4,6
/proc/4121/task/4126/stat : 4126 (java) S 4119 4121 32120 0 -1 4202560 18 0 0 0 9 0 0 0 20 0 19 0 280694852 9856004096 28687 33554432000 1073741824 1073778376 140733532148080 140534023408296 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4121/tid=4127] ppid=4119 vsize=9625004 CPUtime=0.07 cores=0,2,4,6
/proc/4121/task/4127/stat : 4127 (java) S 4119 4121 32120 0 -1 4202560 23 0 0 0 7 0 0 0 20 0 19 0 280694852 9856004096 28687 33554432000 1073741824 1073778376 140733532148080 140534022355752 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4121/tid=4128] ppid=4119 vsize=9625004 CPUtime=0.08 cores=0,2,4,6
/proc/4121/task/4128/stat : 4128 (java) S 4119 4121 32120 0 -1 4202560 70 0 0 0 8 0 0 0 20 0 19 0 280694852 9856004096 28687 33554432000 1073741824 1073778376 140733532148080 140534021302696 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4121/tid=4129] ppid=4119 vsize=9625004 CPUtime=0.1 cores=0,2,4,6
/proc/4121/task/4129/stat : 4129 (java) S 4119 4121 32120 0 -1 4202560 60 0 0 0 10 0 0 0 20 0 19 0 280694852 9856004096 28687 33554432000 1073741824 1073778376 140733532148080 140534020250152 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4121/tid=4130] ppid=4119 vsize=9625004 CPUtime=0.09 cores=0,2,4,6
/proc/4121/task/4130/stat : 4130 (java) S 4119 4121 32120 0 -1 4202560 11 0 0 0 9 0 0 0 20 0 19 0 280694852 9856004096 28687 33554432000 1073741824 1073778376 140733532148080 140534019197096 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4121/tid=4131] ppid=4119 vsize=9625004 CPUtime=0.08 cores=0,2,4,6
/proc/4121/task/4131/stat : 4131 (java) S 4119 4121 32120 0 -1 4202560 15 0 0 0 8 0 0 0 20 0 19 0 280694852 9856004096 28687 33554432000 1073741824 1073778376 140733532148080 140534018144552 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4121/tid=4132] ppid=4119 vsize=9625004 CPUtime=1.44 cores=0,2,4,6
/proc/4121/task/4132/stat : 4132 (java) S 4119 4121 32120 0 -1 4202560 129 0 0 0 142 2 0 0 20 0 19 0 280694853 9856004096 28687 33554432000 1073741824 1073778376 140733532148080 140533887359848 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4121/tid=4133] ppid=4119 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4121/task/4133/stat : 4133 (java) S 4119 4121 32120 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 280694853 9856004096 28687 33554432000 1073741824 1073778376 140733532148080 140533886306168 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4121/tid=4134] ppid=4119 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4121/task/4134/stat : 4134 (java) S 4119 4121 32120 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 280694853 9856004096 28687 33554432000 1073741824 1073778376 140733532148080 140533885253000 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4121/tid=4135] ppid=4119 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4121/task/4135/stat : 4135 (java) S 4119 4121 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280694855 9856004096 28687 33554432000 1073741824 1073778376 140733532148080 140533884201744 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4121/tid=4136] ppid=4119 vsize=9625004 CPUtime=0.53 cores=0,2,4,6
/proc/4121/task/4136/stat : 4136 (java) S 4119 4121 32120 0 -1 4202560 3115 0 0 0 53 0 0 0 20 0 19 0 280694855 9856004096 28687 33554432000 1073741824 1073778376 140733532148080 140533883148600 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4121/tid=4137] ppid=4119 vsize=9625004 CPUtime=0.34 cores=0,2,4,6
/proc/4121/task/4137/stat : 4137 (java) S 4119 4121 32120 0 -1 4202560 3047 0 0 0 34 0 0 0 20 0 19 0 280694855 9856004096 28687 33554432000 1073741824 1073778376 140733532148080 140533882096056 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4121/tid=4138] ppid=4119 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4121/task/4138/stat : 4138 (java) S 4119 4121 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280694855 9856004096 28687 33554432000 1073741824 1073778376 140733532148080 140533007640824 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4121/tid=4139] ppid=4119 vsize=9625004 CPUtime=0.34 cores=0,2,4,6
/proc/4121/task/4139/stat : 4139 (java) S 4119 4121 32120 0 -1 4202560 103 0 0 0 17 17 0 0 20 0 19 0 280694855 9856004096 28687 33554432000 1073741824 1073778376 140733532148080 140533006588488 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4121/tid=4140] ppid=4119 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4121/task/4140/stat : 4140 (java) S 4119 4121 32120 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 280694892 9856004096 28687 33554432000 1073741824 1073778376 140733532148080 140533005534760 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 9625004

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

Solver just ended. Dumping a history of the last processes samples

Child status: 143
Real time (s): 1798.65
CPU time (s): 1800.59
CPU user time (s): 1799.95
CPU system time (s): 0.641902
CPU usage (%): 100.108
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.95
system time used= 0.641902
maximum resident set size= 114904
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10478
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1608
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39551
involuntary context switches= 13364

runsolver used 5.48117 second user time and 14.2828 second system time

The end

Launcher Data

Begin job on node125 at 2012-05-27 21:08:14
IDJOB=3710601
IDBENCH=2208
IDSOLVER=2289
FILE ID=node125/3710601-1338145694
RUNJOBID= node125-1338125514-32136
PBS_JOBID= 14624515
Free space on /tmp= 71260 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-par32-1.opb
COMMAND LINE= java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3710601-1338145694/watcher-3710601-1338145694 -o /tmp/evaluation-result-3710601-1338145694/solver-3710601-1338145694 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710601-1338145694.opb

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

MD5SUM BENCH= 5a9e4c8983ff8fc3ce01109a5c224dd2
RANDOM SEED=1353564262

node125.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.373
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.74
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.373
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	: 5331.91
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.373
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	: 5331.92
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.373
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	: 5331.90
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.373
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	: 5331.91
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.373
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	: 5438.54
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.373
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	: 5331.91
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.373
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	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        28878640 kB
Buffers:          452872 kB
Cached:          2435036 kB
SwapCached:         2304 kB
Active:          1633812 kB
Inactive:        1500276 kB
Active(anon):     237404 kB
Inactive(anon):     9556 kB
Active(file):    1396408 kB
Inactive(file):  1490720 kB
Unevictable:        6864 kB
Mlocked:            6864 kB
SwapTotal:      67108856 kB
SwapFree:       67102616 kB
Dirty:              1036 kB
Writeback:             0 kB
AnonPages:        277892 kB
Mapped:            22588 kB
Shmem:               104 kB
Slab:             704020 kB
SReclaimable:     147268 kB
SUnreclaim:       556752 kB
KernelStack:        1752 kB
PageTables:         4636 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     700784 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    247808 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71256 MiB
End job on node125 at 2012-05-27 21:38:15