Trace number 3709731

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

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/aloul/
FPGA_SAT05/normalized-fpga30_29_sat_pb.cnf.cr.opb
MD5SUMc1cdfd7e4f6debefea2730ce19b0db2d
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.029994
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables1305
Total number of constraints958
Number of constraints which are clauses899
Number of constraints which are cardinality constraints (but not clauses)59
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint15
Maximum length of a constraint30
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 31
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.03/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.03/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.09	c See www.sat4j.org for details.
0.03/0.09	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.03/0.09	c version 2.3.2.v20120418
0.03/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.03/0.09	c java.vm.version	19.1-b02
0.03/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.09	c sun.arch.data.model	64
0.03/0.09	c java.version		1.6.0_24
0.03/0.09	c os.name		Linux
0.03/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.03/0.09	c os.arch		amd64
0.03/0.09	c Free memory 		501472288
0.03/0.09	c Max memory 		7480803328
0.03/0.09	c Total memory 		504102912
0.03/0.09	c Number of processors 	8
0.08/0.13	c read org.sat4j.minisat.orders.VarOrderHeap
0.08/0.13	c configuring ORDERS
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.08/0.13	c Expensive reason simplification
0.08/0.13	c Armin Biere (Picosat) restarts strategy
0.08/0.13	c Glucose learned constraints deletion strategy
0.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=true
0.08/0.13	c Heuristics kept accross calls (keep the solver "hot")
0.08/0.13	c --- End Solver configuration ---
0.08/0.13	c solving HOME/instance-3709731-1338130001.opb
0.08/0.13	c reading problem ... 
0.50/0.30	c ... done. Wall clock time 0.169s.
0.50/0.30	c declared #vars     1305
0.50/0.30	c #constraints  958
0.50/0.30	c constraints type 
0.50/0.30	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 899
0.50/0.30	c org.sat4j.minisat.constraints.card.MinWatchCard => 59
0.50/0.30	c 958 constraints processed.
1.99/1.51	c cleaning 2497 clauses out of 5003 with flag 5003/5003
3.54/3.07	c cleaning 4251 clauses out of 8511 with flag 11008/11008
5.79/5.21	c cleaning 5626 clauses out of 11253 with flag 18001/18001
8.04/7.47	c cleaning 6810 clauses out of 13627 with flag 26001/26001
11.22/10.56	c cleaning 7903 clauses out of 15816 with flag 35000/35000
14.25/13.50	c cleaning 8952 clauses out of 17914 with flag 45001/45001
17.89/17.12	c cleaning 9981 clauses out of 19962 with flag 56001/56001
21.93/21.14	c cleaning 10988 clauses out of 21981 with flag 68001/68001
27.17/26.32	c cleaning 11994 clauses out of 23994 with flag 81002/81002
32.41/31.51	c cleaning 12996 clauses out of 26001 with flag 95003/95003
38.38/37.44	c cleaning 14012 clauses out of 28026 with flag 110024/110024
44.61/43.60	c cleaning 14994 clauses out of 29990 with flag 126000/126000
53.28/52.27	c cleaning 16004 clauses out of 32007 with flag 143011/143011
61.22/60.12	c cleaning 16997 clauses out of 33994 with flag 161002/161002
71.77/70.61	c cleaning 18003 clauses out of 36008 with flag 180013/180013
84.04/82.87	c cleaning 18992 clauses out of 37994 with flag 200002/200002
96.94/95.61	c cleaning 19997 clauses out of 40004 with flag 221004/221004
106.59/105.24	c cleaning 20997 clauses out of 42005 with flag 243002/243002
120.87/119.44	c cleaning 22002 clauses out of 44015 with flag 266009/266009
130.98/129.49	c cleaning 22998 clauses out of 46006 with flag 290002/290002
143.34/141.72	c cleaning 24001 clauses out of 48012 with flag 315006/315006
159.93/158.26	c cleaning 24996 clauses out of 50006 with flag 341001/341001
173.83/172.01	c cleaning 26010 clauses out of 52021 with flag 368012/368012
189.63/187.76	c cleaning 26996 clauses out of 54001 with flag 396002/396002
205.81/203.81	c cleaning 27993 clauses out of 56003 with flag 425000/425000
227.20/225.18	c cleaning 29011 clauses out of 58022 with flag 455012/455012
248.40/246.30	c cleaning 30003 clauses out of 60009 with flag 486010/486010
271.39/269.19	c cleaning 31004 clauses out of 62014 with flag 518018/518018
291.29/288.98	c cleaning 31990 clauses out of 63992 with flag 551000/551000
316.04/313.69	c cleaning 32977 clauses out of 66002 with flag 585000/585000
341.62/339.13	c cleaning 34012 clauses out of 68027 with flag 620002/620002
361.79/359.27	c cleaning 35008 clauses out of 70021 with flag 656008/656008
381.19/378.57	c cleaning 35997 clauses out of 72005 with flag 693000/693000
409.44/406.71	c cleaning 36999 clauses out of 74011 with flag 731003/731003
432.93/430.12	c cleaning 38002 clauses out of 76009 with flag 770000/770000
456.65/453.74	c cleaning 38999 clauses out of 78008 with flag 810001/810001
484.73/481.80	c cleaning 40001 clauses out of 80012 with flag 851004/851004
514.25/511.19	c cleaning 40999 clauses out of 82009 with flag 893002/893002
539.34/536.12	c cleaning 42006 clauses out of 84013 with flag 936005/936005
565.62/562.35	c cleaning 42996 clauses out of 86005 with flag 980003/980003
601.73/598.35	c cleaning 43996 clauses out of 88006 with flag 1025000/1025000
645.52/642.07	c cleaning 44998 clauses out of 90011 with flag 1071001/1071001
681.90/678.16	c cleaning 46008 clauses out of 92023 with flag 1118011/1118011
715.83/711.99	c cleaning 46998 clauses out of 94004 with flag 1166000/1166000
753.66/749.57	c cleaning 47998 clauses out of 96006 with flag 1215000/1215000
795.15/790.87	c cleaning 49003 clauses out of 98013 with flag 1265005/1265005
840.00/835.57	c cleaning 50000 clauses out of 100005 with flag 1316000/1316000
892.28/887.52	c cleaning 50998 clauses out of 102005 with flag 1368000/1368000
947.68/942.54	c cleaning 51999 clauses out of 104007 with flag 1421000/1421000
990.66/985.22	c cleaning 52997 clauses out of 106008 with flag 1475000/1475000
1038.79/1033.14	c cleaning 53999 clauses out of 108011 with flag 1530000/1530000
1099.52/1093.63	c cleaning 55007 clauses out of 110024 with flag 1586012/1586012
1144.16/1138.05	c cleaning 55997 clauses out of 112010 with flag 1643005/1643005
1215.38/1209.01	c cleaning 57000 clauses out of 114018 with flag 1701010/1701010
1278.26/1271.56	c cleaning 57998 clauses out of 116010 with flag 1760002/1760002
1343.49/1336.50	c cleaning 59007 clauses out of 118013 with flag 1820003/1820003
1429.52/1422.12	c cleaning 60005 clauses out of 120014 with flag 1881011/1881011
1531.95/1524.28	c cleaning 60999 clauses out of 122003 with flag 1943005/1943005
1584.21/1576.25	c cleaning 62001 clauses out of 124004 with flag 2006005/2006005
1636.44/1628.16	c cleaning 62994 clauses out of 125999 with flag 2070001/2070001
1698.88/1690.12	c cleaning 63980 clauses out of 128009 with flag 2135005/2135005
1786.04/1776.85	c cleaning 64987 clauses out of 130026 with flag 2201002/2201002
1800.05/1790.61	c starts		: 228
1800.05/1790.61	c conflicts		: 2219918
1800.05/1790.61	c decisions		: 2417338
1800.05/1790.61	c propagations		: 75701449
1800.05/1790.61	c inspects		: 12355799255
1800.05/1790.61	c shortcuts		: 0
1800.05/1790.61	c learnt literals	: 0
1800.05/1790.61	c learnt binary clauses	: 0
1800.05/1790.61	c learnt ternary clauses	: 0
1800.05/1790.61	c learnt constraints	: 2219918
1800.05/1790.61	c ignored constraints	: 0
1800.05/1790.61	c root simplifications	: 228
1800.05/1790.61	c removed literals (reason simplification)	: 10429566
1800.05/1790.61	c reason swapping (by a shorter reason)	: 0
1800.05/1790.61	c Calls to reduceDB	: 62
1800.05/1790.61	c number of reductions to clauses (during analyze)	: 0
1800.05/1790.61	c number of learned constraints concerned by reduction	: 0
1800.05/1790.61	c number of learning phase by resolution	: 0
1800.05/1790.61	c number of learning phase by cutting planes	: 0
1800.05/1790.61	c speed (assignments/second)	: 42284.084955309314
1800.05/1790.61	c non guided choices	408
1800.05/1790.64	c learnt constraints type 
1800.05/1790.64	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 83990
1800.05/1790.64	c constraints type 
1800.05/1790.64	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 899
1800.05/1790.64	c org.sat4j.minisat.constraints.card.MinWatchCard => 59
1800.05/1790.64	c 958 constraints processed.
1800.05/1790.64	s UNKNOWN
1800.05/1790.64	c Total wall clock time (in seconds): 1790.51

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-3709731-1338130001/watcher-3709731-1338130001 -o /tmp/evaluation-result-3709731-1338130001/solver-3709731-1338130001 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3709731-1338130001.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: 2.07 2.06 2.02 3/194 22054
/proc/meminfo: memFree=30695600/32873844 swapFree=7116/7116
[pid=22054] ppid=22052 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/22054/stat : 22054 (java) D 22052 22054 19004 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 279125065 9515008 182 33554432000 1073741824 1073778376 140736886204896 140736886195928 240565173941 0 0 4096 0 18446744072100609316 0 0 17 2 0 0 0 0 0
/proc/22054/statm: 2323 182 140 9 0 71 0

[startup+0.058466 s]
/proc/loadavg: 2.07 2.06 2.02 3/194 22054
/proc/meminfo: memFree=30695600/32873844 swapFree=7116/7116
[pid=22054] ppid=22052 vsize=9225560 CPUtime=0.03 cores=0,2,4,6
/proc/22054/stat : 22054 (java) S 22052 22054 19004 0 -1 4202496 3077 0 1 0 3 0 0 0 20 0 13 0 279125065 9446973440 3774 33554432000 1073741824 1073778376 140735158107392 140735158098528 240568533053 0 0 0 16800971 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22054/statm: 2306390 3774 1708 9 0 2297091 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 9225560

[startup+0.10019 s]
/proc/loadavg: 2.07 2.06 2.02 3/194 22054
/proc/meminfo: memFree=30695600/32873844 swapFree=7116/7116
[pid=22054] ppid=22052 vsize=9558440 CPUtime=0.08 cores=0,2,4,6
/proc/22054/stat : 22054 (java) S 22052 22054 19004 0 -1 4202496 4097 0 1 0 8 0 0 0 20 0 18 0 279125065 9787842560 5302 33554432000 1073741824 1073778376 140735158107392 140735158098528 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22054/statm: 2389610 5302 2105 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558440

[startup+0.300167 s]
/proc/loadavg: 2.07 2.06 2.02 3/194 22054
/proc/meminfo: memFree=30695600/32873844 swapFree=7116/7116
[pid=22054] ppid=22052 vsize=9558440 CPUtime=0.5 cores=0,2,4,6
/proc/22054/stat : 22054 (java) S 22052 22054 19004 0 -1 4202496 5682 0 1 0 49 1 0 0 20 0 18 0 279125065 9787842560 9043 33554432000 1073741824 1073778376 140735158107392 140735158098528 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22054/statm: 2389610 9043 2225 9 0 2380296 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9558440

[startup+0.700164 s]
/proc/loadavg: 2.07 2.06 2.02 3/194 22054
/proc/meminfo: memFree=30695600/32873844 swapFree=7116/7116
[pid=22054] ppid=22052 vsize=9625004 CPUtime=1.15 cores=0,2,4,6
/proc/22054/stat : 22054 (java) S 22052 22054 19004 0 -1 4202496 7392 0 1 0 113 2 0 0 20 0 19 0 279125065 9856004096 11679 33554432000 1073741824 1073778376 140735158107392 140735158098528 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22054/statm: 2406251 11679 2252 9 0 2396937 0
Current children cumulated CPU time (s) 1.15
Current children cumulated vsize (KiB) 9625004

[startup+1.50064 s]
/proc/loadavg: 2.07 2.06 2.02 3/213 22073
/proc/meminfo: memFree=30652996/32873844 swapFree=7116/7116
[pid=22054] ppid=22052 vsize=9625004 CPUtime=1.99 cores=0,2,4,6
/proc/22054/stat : 22054 (java) S 22052 22054 19004 0 -1 4202496 7489 0 1 0 197 2 0 0 20 0 19 0 279125065 9856004096 14271 33554432000 1073741824 1073778376 140735158107392 140735158098528 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22054/statm: 2406251 14271 2264 9 0 2396937 0
[pid=22054/tid=22056] ppid=22052 vsize=9625004 CPUtime=1.46 cores=0,2,4,6
/proc/22054/task/22056/stat : 22056 (java) R 22052 22054 19004 0 -1 4202560 2518 0 1 0 144 2 0 0 20 0 19 0 279125067 9856004096 14271 33554432000 1073741824 1073778376 140735158107392 140414485248136 140414492676992 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=22054/tid=22057] ppid=22052 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22054/task/22057/stat : 22057 (java) S 22052 22054 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279125068 9856004096 14271 33554432000 1073741824 1073778376 140735158107392 140414446741800 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22054/tid=22058] ppid=22052 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22054/task/22058/stat : 22058 (java) S 22052 22054 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279125068 9856004096 14271 33554432000 1073741824 1073778376 140735158107392 140414445689000 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22054/tid=22059] ppid=22052 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22054/task/22059/stat : 22059 (java) S 22052 22054 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279125068 9856004096 14271 33554432000 1073741824 1073778376 140735158107392 140414444636712 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22054/tid=22060] ppid=22052 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22054/task/22060/stat : 22060 (java) S 22052 22054 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279125068 9856004096 14271 33554432000 1073741824 1073778376 140735158107392 140414443583912 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22054/tid=22061] ppid=22052 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22054/task/22061/stat : 22061 (java) S 22052 22054 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279125068 9856004096 14271 33554432000 1073741824 1073778376 140735158107392 140414442531624 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22054/tid=22062] ppid=22052 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22054/task/22062/stat : 22062 (java) S 22052 22054 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279125068 9856004096 14271 33554432000 1073741824 1073778376 140735158107392 140414441478824 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22054/tid=22063] ppid=22052 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22054/task/22063/stat : 22063 (java) S 22052 22054 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279125068 9856004096 14271 33554432000 1073741824 1073778376 140735158107392 140414440426536 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22054/tid=22064] ppid=22052 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22054/task/22064/stat : 22064 (java) S 22052 22054 19004 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 279125068 9856004096 14271 33554432000 1073741824 1073778376 140735158107392 140414439373736 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22054/tid=22065] ppid=22052 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22054/task/22065/stat : 22065 (java) S 22052 22054 19004 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 279125069 9856004096 14271 33554432000 1073741824 1073778376 140735158107392 140414308837608 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22054/tid=22066] ppid=22052 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22054/task/22066/stat : 22066 (java) S 22052 22054 19004 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 279125069 9856004096 14271 33554432000 1073741824 1073778376 140735158107392 140414307783672 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22054/tid=22067] ppid=22052 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22054/task/22067/stat : 22067 (java) S 22052 22054 19004 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 279125069 9856004096 14271 33554432000 1073741824 1073778376 140735158107392 140414306731272 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22054/tid=22068] ppid=22052 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22054/task/22068/stat : 22068 (java) S 22052 22054 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279125072 9856004096 14271 33554432000 1073741824 1073778376 140735158107392 140414305679760 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22054/tid=22069] ppid=22052 vsize=9625004 CPUtime=0.26 cores=0,2,4,6
/proc/22054/task/22069/stat : 22069 (java) R 22052 22054 19004 0 -1 4202560 2238 0 0 0 26 0 0 0 20 0 19 0 279125072 9856004096 14271 33554432000 1073741824 1073778376 140735158107392 140414304627384 140414493001304 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=22054/tid=22070] ppid=22052 vsize=9625004 CPUtime=0.24 cores=0,2,4,6
/proc/22054/task/22070/stat : 22070 (java) R 22052 22054 19004 0 -1 4202560 1532 0 0 0 24 0 0 0 20 0 19 0 279125072 9856004096 14271 33554432000 1073741824 1073778376 140735158107392 140414303568424 240568558005 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=22054/tid=22071] ppid=22052 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22054/task/22071/stat : 22071 (java) S 22052 22054 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279125072 9856004096 14271 33554432000 1073741824 1073778376 140735158107392 140414302522488 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22054/tid=22072] ppid=22052 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22054/task/22072/stat : 22072 (java) S 22052 22054 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279125072 9856004096 14271 33554432000 1073741824 1073778376 140735158107392 140414301469896 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22054/tid=22073] ppid=22052 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22054/task/22073/stat : 22073 (java) S 22052 22054 19004 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 279125096 9856004096 14271 33554432000 1073741824 1073778376 140735158107392 140414300414888 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.99
Current children cumulated vsize (KiB) 9625004

[startup+3.10071 s]
/proc/loadavg: 2.07 2.06 2.02 3/213 22073
/proc/meminfo: memFree=30627552/32873844 swapFree=7116/7116
[pid=22054] ppid=22052 vsize=9625004 CPUtime=3.68 cores=0,2,4,6
/proc/22054/stat : 22054 (java) S 22052 22054 19004 0 -1 4202496 7666 0 1 0 364 4 0 0 20 0 19 0 279125065 9856004096 23535 33554432000 1073741824 1073778376 140735158107392 140735158098528 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22054/statm: 2406251 23535 2286 9 0 2396937 0
[pid=22054/tid=22056] ppid=22052 vsize=9625004 CPUtime=3.01 cores=0,2,4,6
/proc/22054/task/22056/stat : 22056 (java) S 22052 22054 19004 0 -1 4202560 2522 0 1 0 299 2 0 0 20 0 19 0 279125067 9856004096 23535 33554432000 1073741824 1073778376 140735158107392 140414485250472 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22054/tid=22057] ppid=22052 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22054/task/22057/stat : 22057 (java) S 22052 22054 19004 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 279125068 9856004096 23535 33554432000 1073741824 1073778376 140735158107392 140414446741800 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22054/tid=22058] ppid=22052 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22054/task/22058/stat : 22058 (java) S 22052 22054 19004 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 279125068 9856004096 23535 33554432000 1073741824 1073778376 140735158107392 140414445689000 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22054/tid=22059] ppid=22052 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22054/task/22059/stat : 22059 (java) S 22052 22054 19004 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 279125068 9856004096 23535 33554432000 1073741824 1073778376 140735158107392 140414444636712 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22054/tid=22060] ppid=22052 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22054/task/22060/stat : 22060 (java) S 22052 22054 19004 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 279125068 9856004096 23535 33554432000 1073741824 1073778376 140735158107392 140414443583912 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22054/tid=22061] ppid=22052 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22054/task/22061/stat : 22061 (java) S 22052 22054 19004 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 279125068 9856004096 23535 33554432000 1073741824 1073778376 140735158107392 140414442531624 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22054/tid=22062] ppid=22052 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22054/task/22062/stat : 22062 (java) S 22052 22054 19004 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 279125068 9856004096 23535 33554432000 1073741824 1073778376 140735158107392 140414441478824 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22054/tid=22063] ppid=22052 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22054/task/22063/stat : 22063 (java) S 22052 22054 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279125068 9856004096 23535 33554432000 1073741824 1073778376 140735158107392 140414440426536 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22054/tid=22064] ppid=22052 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22054/task/22064/stat : 22064 (java) S 22052 22054 19004 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 279125068 9856004096 23535 33554432000 1073741824 1073778376 140735158107392 140414439373736 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22054/tid=22065] ppid=22052 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22054/task/22065/stat : 22065 (java) R 22052 22054 19004 0 -1 4202560 33 0 0 0 0 0 0 0 20 0 19 0 279125069 9856004096 23535 33554432000 1073741824 1073778376 140735158107392 140414308836424 140414492104724 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=22054/tid=22066] ppid=22052 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22054/task/22066/stat : 22066 (java) S 22052 22054 19004 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 279125069 9856004096 23535 33554432000 1073741824 1073778376 140735158107392 140414307783672 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22054/tid=22067] ppid=22052 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22054/task/22067/stat : 22067 (java) S 22052 22054 19004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 279125069 9856004096 23535 33554432000 1073741824 1073778376 140735158107392 140414306731272 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22054/tid=22068] ppid=22052 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22054/task/22068/stat : 22068 (java) S 22052 22054 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279125072 9856004096 23535 33554432000 1073741824 1073778376 140735158107392 140414305679760 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22054/tid=22069] ppid=22052 vsize=9625004 CPUtime=0.28 cores=0,2,4,6
/proc/22054/task/22069/stat : 22069 (java) S 22052 22054 19004 0 -1 4202560 2238 0 0 0 28 0 0 0 20 0 19 0 279125072 9856004096 23535 33554432000 1073741824 1073778376 140735158107392 140414304627384 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22054/tid=22070] ppid=22052 vsize=9625004 CPUtime=0.27 cores=0,2,4,6
/proc/22054/task/22070/stat : 22070 (java) S 22052 22054 19004 0 -1 4202560 1611 0 0 0 27 0 0 0 20 0 19 0 279125072 9856004096 23535 33554432000 1073741824 1073778376 140735158107392 140414303574584 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22054/tid=22071] ppid=22052 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22054/task/22071/stat : 22071 (java) S 22052 22054 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279125072 9856004096 23535 33554432000 1073741824 1073778376 140735158107392 140414302522488 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22054/tid=22072] ppid=22052 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22054/task/22072/stat : 22072 (java) S 22052 22054 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279125072 9856004096 23535 33554432000 1073741824 1073778376 140735158107392 140414301469896 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22054/tid=22073] ppid=22052 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22054/task/22073/stat : 22073 (java) S 22052 22054 19004 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 279125096 9856004096 23535 33554432000 1073741824 1073778376 140735158107392 140414300414888 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.68
Current children cumulated vsize (KiB) 9625004

[startup+6.30079 s]
/proc/loadavg: 2.14 2.08 2.02 3/213 22073
/proc/meminfo: memFree=30584172/32873844 swapFree=7116/7116
[pid=22054] ppid=22052 vsize=9625004 CPUtime=6.94 cores=0,2,4,6
/proc/22054/stat : 22054 (java) S 22052 22054 19004 0 -1 4202496 7703 0 1 0 688 6 0 0 20 0 19 0 279125065 9856004096 29584 33554432000 1073741824 1073778376 140735158107392 140735158098528 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22054/statm: 2406251 29584 2286 9 0 2396937 0
[pid=22054/tid=22056] ppid=22052 vsize=9625004 CPUtime=6.16 cores=0,2,4,6
/proc/22054/task/22056/stat : 22056 (java) R 22052 22054 19004 0 -1 4202560 2525 0 1 0 614 2 0 0 20 0 19 0 279125067 9856004096 29584 33554432000 1073741824 1073778376 140735158107392 140414485250600 140414309465728 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=22054/tid=22057] ppid=22052 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22054/task/22057/stat : 22057 (java) S 22052 22054 19004 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 279125068 9856004096 29584 33554432000 1073741824 1073778376 140735158107392 140414446741800 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22054/tid=22058] ppid=22052 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22054/task/22058/stat : 22058 (java) S 22052 22054 19004 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 279125068 9856004096 29584 33554432000 1073741824 1073778376 140735158107392 140414445689000 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22054/tid=22059] ppid=22052 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22054/task/22059/stat : 22059 (java) S 22052 22054 19004 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 279125068 9856004096 29584 33554432000 1073741824 1073778376 140735158107392 140414444636712 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22054/tid=22060] ppid=22052 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22054/task/22060/stat : 22060 (java) S 22052 22054 19004 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 279125068 9856004096 29584 33554432000 1073741824 1073778376 140735158107392 140414443583912 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22054/tid=22061] ppid=22052 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/22054/task/22061/stat : 22061 (java) S 22052 22054 19004 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 279125068 9856004096 29584 33554432000 1073741824 1073778376 140735158107392 140414442531624 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22054/tid=22062] ppid=22052 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22054/task/22062/stat : 22062 (java) S 22052 22054 19004 0 -1 4202560 20 0 0 0 0 0 0 0 20 0 19 0 279125068 9856004096 29584 33554432000 1073741824 1073778376 140735158107392 140414441478824 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22054/tid=22063] ppid=22052 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22054/task/22063/stat : 22063 (java) S 22052 22054 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279125068 9856004096 29584 33554432000 1073741824 1073778376 140735158107392 140414440426536 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22054/tid=22064] ppid=22052 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/22054/task/22064/stat : 22064 (java) S 22052 22054 19004 0 -1 4202560 19 0 0 0 0 1 0 0 20 0 19 0 279125068 9856004096 29584 33554432000 1073741824 1073778376 140735158107392 140414439373736 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22054/tid=22065] ppid=22052 vsize=9625004 CPUtime=0.03 cores=0,2,4,6
/proc/22054/task/22065/stat : 22065 (java) S 22052 22054 19004 0 -1 4202560 39 0 0 0 3 0 0 0 20 0 19 0 279125069 9856004096 29584 33554432000 1073741824 1073778376 140735158107392 140414308837608 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22054/tid=22066] ppid=22052 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22054/task/22066/stat : 22066 (java) S 22052 22054 19004 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 279125069 9856004096 29584 33554432000 1073741824 1073778376 140735158107392 140414307783672 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22054/tid=22067] ppid=22052 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22054/task/22067/stat : 22067 (java) S 22052 22054 19004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 279125069 9856004096 29584 33554432000 1073741824 1073778376 140735158107392 140414306731272 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22054/tid=22068] ppid=22052 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22054/task/22068/stat : 22068 (java) S 22052 22054 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279125072 9856004096 29584 33554432000 1073741824 1073778376 140735158107392 140414305679760 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22054/tid=22069] ppid=22052 vsize=9625004 CPUtime=0.28 cores=0,2,4,6
/proc/22054/task/22069/stat : 22069 (java) S 22052 22054 19004 0 -1 4202560 2238 0 0 0 28 0 0 0 20 0 19 0 279125072 9856004096 29584 33554432000 1073741824 1073778376 140735158107392 140414304627384 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22054/tid=22070] ppid=22052 vsize=9625004 CPUtime=0.27 cores=0,2,4,6
/proc/22054/task/22070/stat : 22070 (java) S 22052 22054 19004 0 -1 4202560 1611 0 0 0 27 0 0 0 20 0 19 0 279125072 9856004096 29584 33554432000 1073741824 1073778376 140735158107392 140414303574584 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22054/tid=22071] ppid=22052 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22054/task/22071/stat : 22071 (java) S 22052 22054 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279125072 9856004096 29584 33554432000 1073741824 1073778376 140735158107392 140414302522488 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22054/tid=22072] ppid=22052 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22054/task/22072/stat : 22072 (java) S 22052 22054 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279125072 9856004096 29584 33554432000 1073741824 1073778376 140735158107392 140414301469896 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22054/tid=22073] ppid=22052 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22054/task/22073/stat : 22073 (java) S 22052 22054 19004 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 279125096 9856004096 29584 33554432000 1073741824 1073778376 140735158107392 140414300414888 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.94
Current children cumulated vsize (KiB) 9625004

[startup+12.7008 s]

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

[pid=22054/tid=22069] ppid=22052 vsize=9625004 CPUtime=0.28 cores=0,2,4,6
/proc/22054/task/22069/stat : 22069 (java) S 22052 22054 19004 0 -1 4202560 2238 0 0 0 28 0 0 0 20 0 19 0 279125072 9856004096 224080 33554432000 1073741824 1073778376 140735158107392 140414304627384 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22054/tid=22070] ppid=22052 vsize=9625004 CPUtime=0.33 cores=0,2,4,6
/proc/22054/task/22070/stat : 22070 (java) S 22052 22054 19004 0 -1 4202560 2360 0 0 0 33 0 0 0 20 0 19 0 279125072 9856004096 224080 33554432000 1073741824 1073778376 140735158107392 140414303574584 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22054/tid=22071] ppid=22052 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22054/task/22071/stat : 22071 (java) S 22052 22054 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279125072 9856004096 224080 33554432000 1073741824 1073778376 140735158107392 140414302522488 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22054/tid=22072] ppid=22052 vsize=9625004 CPUtime=0.69 cores=0,2,4,6
/proc/22054/task/22072/stat : 22072 (java) S 22052 22054 19004 0 -1 4202560 95 0 0 0 38 31 0 0 20 0 19 0 279125072 9856004096 224080 33554432000 1073741824 1073778376 140735158107392 140414301469896 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22054/tid=22073] ppid=22052 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22054/task/22073/stat : 22073 (java) S 22052 22054 19004 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 279125096 9856004096 224080 33554432000 1073741824 1073778376 140735158107392 140414300414888 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1670.95
Current children cumulated vsize (KiB) 9625004

[startup+1722.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/213 22169
/proc/meminfo: memFree=30003640/32873844 swapFree=7116/7116
[pid=22054] ppid=22052 vsize=9625004 CPUtime=1731.27 cores=0,2,4,6
/proc/22054/stat : 22054 (java) S 22052 22054 19004 0 -1 4202496 12423 0 1 0 173021 106 0 0 20 0 19 0 279125065 9856004096 224113 33554432000 1073741824 1073778376 140735158107392 140735158098528 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22054/statm: 2406251 224113 2286 9 0 2396937 0
[pid=22054/tid=22056] ppid=22052 vsize=9625004 CPUtime=1710.65 cores=0,2,4,6
/proc/22054/task/22056/stat : 22056 (java) R 22052 22054 19004 0 -1 4202560 2660 0 1 0 171035 30 0 0 20 0 19 0 279125067 9856004096 224113 33554432000 1073741824 1073778376 140735158107392 140414485249408 140414309467523 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=22054/tid=22057] ppid=22052 vsize=9625004 CPUtime=1.47 cores=0,2,4,6
/proc/22054/task/22057/stat : 22057 (java) S 22052 22054 19004 0 -1 4202560 502 0 0 0 136 11 0 0 20 0 19 0 279125068 9856004096 224113 33554432000 1073741824 1073778376 140735158107392 140414446741800 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22054/tid=22058] ppid=22052 vsize=9625004 CPUtime=1.38 cores=0,2,4,6
/proc/22054/task/22058/stat : 22058 (java) S 22052 22054 19004 0 -1 4202560 443 0 0 0 128 10 0 0 20 0 19 0 279125068 9856004096 224113 33554432000 1073741824 1073778376 140735158107392 140414445689000 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22054/tid=22059] ppid=22052 vsize=9625004 CPUtime=1.4 cores=0,2,4,6
/proc/22054/task/22059/stat : 22059 (java) S 22052 22054 19004 0 -1 4202560 582 0 0 0 129 11 0 0 20 0 19 0 279125068 9856004096 224113 33554432000 1073741824 1073778376 140735158107392 140414444636712 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22054/tid=22060] ppid=22052 vsize=9625004 CPUtime=1.38 cores=0,2,4,6
/proc/22054/task/22060/stat : 22060 (java) S 22052 22054 19004 0 -1 4202560 463 0 0 0 129 9 0 0 20 0 19 0 279125068 9856004096 224113 33554432000 1073741824 1073778376 140735158107392 140414443583912 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22054/tid=22061] ppid=22052 vsize=9625004 CPUtime=1.54 cores=0,2,4,6
/proc/22054/task/22061/stat : 22061 (java) S 22052 22054 19004 0 -1 4202560 276 0 0 0 143 11 0 0 20 0 19 0 279125068 9856004096 224113 33554432000 1073741824 1073778376 140735158107392 140414442531624 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22054/tid=22062] ppid=22052 vsize=9625004 CPUtime=1.34 cores=0,2,4,6
/proc/22054/task/22062/stat : 22062 (java) S 22052 22054 19004 0 -1 4202560 271 0 0 0 124 10 0 0 20 0 19 0 279125068 9856004096 224113 33554432000 1073741824 1073778376 140735158107392 140414441478824 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22054/tid=22063] ppid=22052 vsize=9625004 CPUtime=1.35 cores=0,2,4,6
/proc/22054/task/22063/stat : 22063 (java) S 22052 22054 19004 0 -1 4202560 433 0 0 0 126 9 0 0 20 0 19 0 279125068 9856004096 224113 33554432000 1073741824 1073778376 140735158107392 140414440426536 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22054/tid=22064] ppid=22052 vsize=9625004 CPUtime=1.3 cores=0,2,4,6
/proc/22054/task/22064/stat : 22064 (java) S 22052 22054 19004 0 -1 4202560 229 0 0 0 122 8 0 0 20 0 19 0 279125068 9856004096 224113 33554432000 1073741824 1073778376 140735158107392 140414439373736 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22054/tid=22065] ppid=22052 vsize=9625004 CPUtime=4.04 cores=0,2,4,6
/proc/22054/task/22065/stat : 22065 (java) S 22052 22054 19004 0 -1 4202560 680 0 0 0 400 4 0 0 20 0 19 0 279125069 9856004096 224113 33554432000 1073741824 1073778376 140735158107392 140414308837608 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22054/tid=22066] ppid=22052 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22054/task/22066/stat : 22066 (java) S 22052 22054 19004 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 279125069 9856004096 224113 33554432000 1073741824 1073778376 140735158107392 140414307783672 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22054/tid=22067] ppid=22052 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22054/task/22067/stat : 22067 (java) S 22052 22054 19004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 279125069 9856004096 224113 33554432000 1073741824 1073778376 140735158107392 140414306731272 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22054/tid=22068] ppid=22052 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22054/task/22068/stat : 22068 (java) S 22052 22054 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279125072 9856004096 224113 33554432000 1073741824 1073778376 140735158107392 140414305679760 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22054/tid=22069] ppid=22052 vsize=9625004 CPUtime=0.28 cores=0,2,4,6
/proc/22054/task/22069/stat : 22069 (java) S 22052 22054 19004 0 -1 4202560 2238 0 0 0 28 0 0 0 20 0 19 0 279125072 9856004096 224113 33554432000 1073741824 1073778376 140735158107392 140414304627384 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22054/tid=22070] ppid=22052 vsize=9625004 CPUtime=0.33 cores=0,2,4,6
/proc/22054/task/22070/stat : 22070 (java) S 22052 22054 19004 0 -1 4202560 2360 0 0 0 33 0 0 0 20 0 19 0 279125072 9856004096 224113 33554432000 1073741824 1073778376 140735158107392 140414303574584 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22054/tid=22071] ppid=22052 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22054/task/22071/stat : 22071 (java) S 22052 22054 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279125072 9856004096 224113 33554432000 1073741824 1073778376 140735158107392 140414302522488 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22054/tid=22072] ppid=22052 vsize=9625004 CPUtime=0.73 cores=0,2,4,6
/proc/22054/task/22072/stat : 22072 (java) S 22052 22054 19004 0 -1 4202560 99 0 0 0 39 34 0 0 20 0 19 0 279125072 9856004096 224113 33554432000 1073741824 1073778376 140735158107392 140414301469896 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22054/tid=22073] ppid=22052 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22054/task/22073/stat : 22073 (java) S 22052 22054 19004 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 279125096 9856004096 224113 33554432000 1073741824 1073778376 140735158107392 140414300414888 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1731.27
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/213 22170
/proc/meminfo: memFree=29988560/32873844 swapFree=7116/7116
[pid=22054] ppid=22052 vsize=9625004 CPUtime=1791.68 cores=0,2,4,6
/proc/22054/stat : 22054 (java) S 22052 22054 19004 0 -1 4202496 12500 0 1 0 179061 107 0 0 20 0 19 0 279125065 9856004096 225190 33554432000 1073741824 1073778376 140735158107392 140735158098528 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22054/statm: 2406251 225190 2286 9 0 2396937 0
[pid=22054/tid=22056] ppid=22052 vsize=9625004 CPUtime=1770.24 cores=0,2,4,6
/proc/22054/task/22056/stat : 22056 (java) R 22052 22054 19004 0 -1 4202560 2663 0 1 0 176994 30 0 0 20 0 19 0 279125067 9856004096 225190 33554432000 1073741824 1073778376 140735158107392 140414485250352 140414309402287 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=22054/tid=22057] ppid=22052 vsize=9625004 CPUtime=1.53 cores=0,2,4,6
/proc/22054/task/22057/stat : 22057 (java) S 22052 22054 19004 0 -1 4202560 547 0 0 0 142 11 0 0 20 0 19 0 279125068 9856004096 225190 33554432000 1073741824 1073778376 140735158107392 140414446741800 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22054/tid=22058] ppid=22052 vsize=9625004 CPUtime=1.47 cores=0,2,4,6
/proc/22054/task/22058/stat : 22058 (java) S 22052 22054 19004 0 -1 4202560 447 0 0 0 137 10 0 0 20 0 19 0 279125068 9856004096 225190 33554432000 1073741824 1073778376 140735158107392 140414445689000 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22054/tid=22059] ppid=22052 vsize=9625004 CPUtime=1.48 cores=0,2,4,6
/proc/22054/task/22059/stat : 22059 (java) S 22052 22054 19004 0 -1 4202560 584 0 0 0 137 11 0 0 20 0 19 0 279125068 9856004096 225190 33554432000 1073741824 1073778376 140735158107392 140414444636712 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22054/tid=22060] ppid=22052 vsize=9625004 CPUtime=1.43 cores=0,2,4,6
/proc/22054/task/22060/stat : 22060 (java) S 22052 22054 19004 0 -1 4202560 463 0 0 0 134 9 0 0 20 0 19 0 279125068 9856004096 225190 33554432000 1073741824 1073778376 140735158107392 140414443583912 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22054/tid=22061] ppid=22052 vsize=9625004 CPUtime=1.6 cores=0,2,4,6
/proc/22054/task/22061/stat : 22061 (java) S 22052 22054 19004 0 -1 4202560 276 0 0 0 149 11 0 0 20 0 19 0 279125068 9856004096 225190 33554432000 1073741824 1073778376 140735158107392 140414442531624 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22054/tid=22062] ppid=22052 vsize=9625004 CPUtime=1.44 cores=0,2,4,6
/proc/22054/task/22062/stat : 22062 (java) S 22052 22054 19004 0 -1 4202560 271 0 0 0 134 10 0 0 20 0 19 0 279125068 9856004096 225190 33554432000 1073741824 1073778376 140735158107392 140414441478824 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22054/tid=22063] ppid=22052 vsize=9625004 CPUtime=1.38 cores=0,2,4,6
/proc/22054/task/22063/stat : 22063 (java) S 22052 22054 19004 0 -1 4202560 433 0 0 0 129 9 0 0 20 0 19 0 279125068 9856004096 225190 33554432000 1073741824 1073778376 140735158107392 140414440426536 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22054/tid=22064] ppid=22052 vsize=9625004 CPUtime=1.4 cores=0,2,4,6
/proc/22054/task/22064/stat : 22064 (java) S 22052 22054 19004 0 -1 4202560 229 0 0 0 132 8 0 0 20 0 19 0 279125068 9856004096 225190 33554432000 1073741824 1073778376 140735158107392 140414439373736 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22054/tid=22065] ppid=22052 vsize=9625004 CPUtime=4.14 cores=0,2,4,6
/proc/22054/task/22065/stat : 22065 (java) S 22052 22054 19004 0 -1 4202560 699 0 0 0 410 4 0 0 20 0 19 0 279125069 9856004096 225190 33554432000 1073741824 1073778376 140735158107392 140414308837608 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22054/tid=22066] ppid=22052 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22054/task/22066/stat : 22066 (java) S 22052 22054 19004 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 279125069 9856004096 225190 33554432000 1073741824 1073778376 140735158107392 140414307783672 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22054/tid=22067] ppid=22052 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22054/task/22067/stat : 22067 (java) S 22052 22054 19004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 279125069 9856004096 225190 33554432000 1073741824 1073778376 140735158107392 140414306731272 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22054/tid=22068] ppid=22052 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22054/task/22068/stat : 22068 (java) S 22052 22054 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279125072 9856004096 225190 33554432000 1073741824 1073778376 140735158107392 140414305679760 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22054/tid=22069] ppid=22052 vsize=9625004 CPUtime=0.28 cores=0,2,4,6
/proc/22054/task/22069/stat : 22069 (java) S 22052 22054 19004 0 -1 4202560 2238 0 0 0 28 0 0 0 20 0 19 0 279125072 9856004096 225190 33554432000 1073741824 1073778376 140735158107392 140414304627384 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22054/tid=22070] ppid=22052 vsize=9625004 CPUtime=0.33 cores=0,2,4,6
/proc/22054/task/22070/stat : 22070 (java) S 22052 22054 19004 0 -1 4202560 2360 0 0 0 33 0 0 0 20 0 19 0 279125072 9856004096 225190 33554432000 1073741824 1073778376 140735158107392 140414303574584 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22054/tid=22071] ppid=22052 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22054/task/22071/stat : 22071 (java) S 22052 22054 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279125072 9856004096 225190 33554432000 1073741824 1073778376 140735158107392 140414302522488 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22054/tid=22072] ppid=22052 vsize=9625004 CPUtime=0.75 cores=0,2,4,6
/proc/22054/task/22072/stat : 22072 (java) S 22052 22054 19004 0 -1 4202560 103 0 0 0 40 35 0 0 20 0 19 0 279125072 9856004096 225190 33554432000 1073741824 1073778376 140735158107392 140414301469896 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22054/tid=22073] ppid=22052 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22054/task/22073/stat : 22073 (java) S 22052 22054 19004 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 279125096 9856004096 225190 33554432000 1073741824 1073778376 140735158107392 140414300414888 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1791.68
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1790.6 s]
/proc/loadavg: 2.02 2.01 2.00 3/213 22170
/proc/meminfo: memFree=29986512/32873844 swapFree=7116/7116
[pid=22054] ppid=22052 vsize=9625004 CPUtime=1800.05 cores=0,2,4,6
/proc/22054/stat : 22054 (java) S 22052 22054 19004 0 -1 4202496 12501 0 1 0 179897 108 0 0 20 0 19 0 279125065 9856004096 225189 33554432000 1073741824 1073778376 140735158107392 140735158098528 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22054/statm: 2406251 225189 2286 9 0 2396937 0
[pid=22054/tid=22056] ppid=22052 vsize=9625004 CPUtime=1778.5 cores=0,2,4,6
/proc/22054/task/22056/stat : 22056 (java) R 22052 22054 19004 0 -1 4202560 2664 0 1 0 177819 31 0 0 20 0 19 0 279125067 9856004096 225189 33554432000 1073741824 1073778376 140735158107392 140414485249408 140414309414979 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=22054/tid=22057] ppid=22052 vsize=9625004 CPUtime=1.55 cores=0,2,4,6
/proc/22054/task/22057/stat : 22057 (java) S 22052 22054 19004 0 -1 4202560 547 0 0 0 144 11 0 0 20 0 19 0 279125068 9856004096 225189 33554432000 1073741824 1073778376 140735158107392 140414446741800 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22054/tid=22058] ppid=22052 vsize=9625004 CPUtime=1.48 cores=0,2,4,6
/proc/22054/task/22058/stat : 22058 (java) S 22052 22054 19004 0 -1 4202560 447 0 0 0 138 10 0 0 20 0 19 0 279125068 9856004096 225189 33554432000 1073741824 1073778376 140735158107392 140414445689000 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22054/tid=22059] ppid=22052 vsize=9625004 CPUtime=1.48 cores=0,2,4,6
/proc/22054/task/22059/stat : 22059 (java) S 22052 22054 19004 0 -1 4202560 584 0 0 0 137 11 0 0 20 0 19 0 279125068 9856004096 225189 33554432000 1073741824 1073778376 140735158107392 140414444636712 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22054/tid=22060] ppid=22052 vsize=9625004 CPUtime=1.44 cores=0,2,4,6
/proc/22054/task/22060/stat : 22060 (java) S 22052 22054 19004 0 -1 4202560 463 0 0 0 135 9 0 0 20 0 19 0 279125068 9856004096 225189 33554432000 1073741824 1073778376 140735158107392 140414443583912 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22054/tid=22061] ppid=22052 vsize=9625004 CPUtime=1.61 cores=0,2,4,6
/proc/22054/task/22061/stat : 22061 (java) S 22052 22054 19004 0 -1 4202560 276 0 0 0 150 11 0 0 20 0 19 0 279125068 9856004096 225189 33554432000 1073741824 1073778376 140735158107392 140414442531624 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22054/tid=22062] ppid=22052 vsize=9625004 CPUtime=1.45 cores=0,2,4,6
/proc/22054/task/22062/stat : 22062 (java) S 22052 22054 19004 0 -1 4202560 271 0 0 0 135 10 0 0 20 0 19 0 279125068 9856004096 225189 33554432000 1073741824 1073778376 140735158107392 140414441478824 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22054/tid=22063] ppid=22052 vsize=9625004 CPUtime=1.39 cores=0,2,4,6
/proc/22054/task/22063/stat : 22063 (java) S 22052 22054 19004 0 -1 4202560 433 0 0 0 130 9 0 0 20 0 19 0 279125068 9856004096 225189 33554432000 1073741824 1073778376 140735158107392 140414440426536 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22054/tid=22064] ppid=22052 vsize=9625004 CPUtime=1.41 cores=0,2,4,6
/proc/22054/task/22064/stat : 22064 (java) S 22052 22054 19004 0 -1 4202560 229 0 0 0 133 8 0 0 20 0 19 0 279125068 9856004096 225189 33554432000 1073741824 1073778376 140735158107392 140414439373736 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22054/tid=22065] ppid=22052 vsize=9625004 CPUtime=4.14 cores=0,2,4,6
/proc/22054/task/22065/stat : 22065 (java) S 22052 22054 19004 0 -1 4202560 699 0 0 0 410 4 0 0 20 0 19 0 279125069 9856004096 225189 33554432000 1073741824 1073778376 140735158107392 140414308837608 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22054/tid=22066] ppid=22052 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22054/task/22066/stat : 22066 (java) S 22052 22054 19004 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 279125069 9856004096 225189 33554432000 1073741824 1073778376 140735158107392 140414307783672 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22054/tid=22067] ppid=22052 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22054/task/22067/stat : 22067 (java) S 22052 22054 19004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 279125069 9856004096 225189 33554432000 1073741824 1073778376 140735158107392 140414306731272 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22054/tid=22068] ppid=22052 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22054/task/22068/stat : 22068 (java) S 22052 22054 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279125072 9856004096 225189 33554432000 1073741824 1073778376 140735158107392 140414305679760 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22054/tid=22069] ppid=22052 vsize=9625004 CPUtime=0.28 cores=0,2,4,6
/proc/22054/task/22069/stat : 22069 (java) S 22052 22054 19004 0 -1 4202560 2238 0 0 0 28 0 0 0 20 0 19 0 279125072 9856004096 225189 33554432000 1073741824 1073778376 140735158107392 140414304627384 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22054/tid=22070] ppid=22052 vsize=9625004 CPUtime=0.33 cores=0,2,4,6
/proc/22054/task/22070/stat : 22070 (java) S 22052 22054 19004 0 -1 4202560 2360 0 0 0 33 0 0 0 20 0 19 0 279125072 9856004096 225189 33554432000 1073741824 1073778376 140735158107392 140414303574584 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22054/tid=22071] ppid=22052 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22054/task/22071/stat : 22071 (java) S 22052 22054 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279125072 9856004096 225189 33554432000 1073741824 1073778376 140735158107392 140414302522488 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22054/tid=22072] ppid=22052 vsize=9625004 CPUtime=0.75 cores=0,2,4,6
/proc/22054/task/22072/stat : 22072 (java) S 22052 22054 19004 0 -1 4202560 103 0 0 0 40 35 0 0 20 0 19 0 279125072 9856004096 225189 33554432000 1073741824 1073778376 140735158107392 140414301469896 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22054/tid=22073] ppid=22052 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22054/task/22073/stat : 22073 (java) S 22052 22054 19004 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 279125096 9856004096 225189 33554432000 1073741824 1073778376 140735158107392 140414300414888 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
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

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 22054 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=559185
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=630752
# CPU time returned by wait4() is 1796.19
# while last known CPU time is 1800.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1790.65
CPU time (s): 1800.05
CPU user time (s): 1798.97
CPU system time (s): 1.08
CPU usage (%): 100.525
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.56
system time used= 1.63075
maximum resident set size= 913732
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12832
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1672
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40384
involuntary context switches= 19040

runsolver used 6.49301 second user time and 14.8607 second system time

The end

Launcher Data

Begin job on node146 at 2012-05-27 16:46:41
IDJOB=3709731
IDBENCH=1418
IDSOLVER=2289
FILE ID=node146/3709731-1338130001
RUNJOBID= node146-1338124629-19020
PBS_JOBID= 14624512
Free space on /tmp= 71184 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/aloul/FPGA_SAT05/normalized-fpga30_29_sat_pb.cnf.cr.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-3709731-1338130001/watcher-3709731-1338130001 -o /tmp/evaluation-result-3709731-1338130001/solver-3709731-1338130001 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3709731-1338130001.opb

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

MD5SUM BENCH= c1cdfd7e4f6debefea2730ce19b0db2d
RANDOM SEED=1766888160

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        30695492 kB
Buffers:          305752 kB
Cached:           751852 kB
SwapCached:         2184 kB
Active:          1178700 kB
Inactive:         161596 kB
Active(anon):     282184 kB
Inactive(anon):     2668 kB
Active(file):     896516 kB
Inactive(file):   158928 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67100340 kB
Dirty:               816 kB
Writeback:             0 kB
AnonPages:        294868 kB
Mapped:            17508 kB
Shmem:                 0 kB
Slab:             691156 kB
SReclaimable:     132504 kB
SUnreclaim:       558652 kB
KernelStack:        1600 kB
PageTables:         4804 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     696012 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    266240 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71184 MiB
End job on node146 at 2012-05-27 17:16:34