Trace number 3689415

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
Sat 4j PB Resolution 2.3.2 Snapshot? (TO) 1800.04 1794.85

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-91.opb
MD5SUM0d52a3bd95f65144c5f8bf26bef42f13
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables10086
Total number of constraints226240
Number of constraints which are clauses203302
Number of constraints which are cardinality constraints (but not clauses)720
Number of constraints which are nor clauses,nor cardinality constraints22218
Minimum length of a constraint2
Maximum length of a constraint231
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 232
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.08/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.08/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.10	c See www.sat4j.org for details.
0.08/0.10	c version 2.3.2.v20120418
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		501472288
0.08/0.10	c Max memory 		7480803328
0.08/0.10	c Total memory 		504102912
0.08/0.10	c Number of processors 	8
0.08/0.13	c Pseudo Boolean Optimization by upper bound
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@4a913fe2
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 lightweight component caching from RSAT taking into account the objective function
0.08/0.13	c No 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=false
0.08/0.13	c c --- End Solver configuration ---
0.08/0.13	c solving HOME/instance-3689415-1337890154.opb
0.08/0.13	c reading problem ... 
2.38/1.73	c ... done. Wall clock time 1.603s.
2.38/1.73	c declared #vars     10086
2.38/1.73	c #constraints  226608
2.38/1.73	c constraints type 
2.38/1.73	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 155859
2.38/1.73	c org.sat4j.minisat.constraints.card.MinWatchCard => 722
2.38/1.73	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 47809
2.38/1.73	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 22218
2.38/1.73	c 226608 constraints processed.
4.59/3.54	c cleaning 2462 clauses out of 5000 with flag 5000/5000
6.73/5.12	c cleaning 4265 clauses out of 8541 with flag 11003/11003
8.44/6.88	c cleaning 5550 clauses out of 11273 with flag 18000/18000
10.25/8.67	c cleaning 6815 clauses out of 13725 with flag 26002/26002
12.40/10.80	c cleaning 7948 clauses out of 15909 with flag 35001/35001
14.41/12.70	c cleaning 8973 clauses out of 17957 with flag 45001/45001
16.54/14.85	c cleaning 9982 clauses out of 19982 with flag 56000/56000
18.76/17.02	c cleaning 10982 clauses out of 21998 with flag 68000/68000
21.27/19.55	c cleaning 11997 clauses out of 24017 with flag 81001/81001
23.68/21.94	c cleaning 12914 clauses out of 26020 with flag 95001/95001
26.42/24.67	c cleaning 13981 clauses out of 28105 with flag 110000/110000
29.83/28.04	c cleaning 14985 clauses out of 30123 with flag 126000/126000
33.44/31.61	c cleaning 15987 clauses out of 32139 with flag 143002/143002
36.35/34.55	c cleaning 17043 clauses out of 34150 with flag 161000/161000
38.88/37.09	c cleaning 18009 clauses out of 36107 with flag 180000/180000
42.51/40.60	c cleaning 19022 clauses out of 38098 with flag 200000/200000
47.21/45.37	c cleaning 20025 clauses out of 40076 with flag 221000/221000
51.13/49.20	c cleaning 21005 clauses out of 42051 with flag 243000/243000
55.15/53.23	c cleaning 21973 clauses out of 44046 with flag 266000/266000
59.07/57.14	c cleaning 23008 clauses out of 46074 with flag 290001/290001
63.18/61.27	c cleaning 23988 clauses out of 48065 with flag 315000/315000
68.20/66.28	c cleaning 25020 clauses out of 50077 with flag 341000/341000
74.03/72.03	c cleaning 26014 clauses out of 52058 with flag 368001/368001
80.56/78.53	c cleaning 26891 clauses out of 54043 with flag 396000/396000
87.28/85.23	c cleaning 27975 clauses out of 56152 with flag 425000/425000
92.19/90.14	c cleaning 29011 clauses out of 58177 with flag 455000/455000
98.91/96.89	c cleaning 30061 clauses out of 60166 with flag 486000/486000
104.05/101.96	c cleaning 30853 clauses out of 62105 with flag 518000/518000
111.28/109.11	c cleaning 32097 clauses out of 64252 with flag 551000/551000
120.51/118.30	c cleaning 33072 clauses out of 66155 with flag 585000/585000
126.53/124.33	c cleaning 34002 clauses out of 68083 with flag 620000/620000
133.46/131.20	c cleaning 35009 clauses out of 70081 with flag 656000/656000
140.28/138.05	c cleaning 36027 clauses out of 72075 with flag 693003/693003
151.61/149.34	c cleaning 37001 clauses out of 74045 with flag 731000/731000
164.95/162.61	c cleaning 37986 clauses out of 76044 with flag 770000/770000
177.51/175.12	c cleaning 39020 clauses out of 78059 with flag 810001/810001
192.52/190.10	c cleaning 40012 clauses out of 80039 with flag 851001/851001
206.08/203.68	c cleaning 41005 clauses out of 82026 with flag 893000/893000
215.42/212.90	c cleaning 41878 clauses out of 84021 with flag 936000/936000
222.35/219.89	c cleaning 43006 clauses out of 86143 with flag 980000/980000
234.97/232.44	c cleaning 44011 clauses out of 88137 with flag 1025000/1025000
249.60/247.04	c cleaning 45029 clauses out of 90127 with flag 1071001/1071001
261.64/259.03	c cleaning 45990 clauses out of 92097 with flag 1118000/1118000
270.88/268.20	c cleaning 47048 clauses out of 94111 with flag 1166004/1166004
283.22/280.53	c cleaning 47957 clauses out of 96060 with flag 1215001/1215001
302.55/299.88	c cleaning 49029 clauses out of 98102 with flag 1265000/1265000
321.56/318.86	c cleaning 49968 clauses out of 100074 with flag 1316001/1316001
334.34/331.57	c cleaning 50990 clauses out of 102105 with flag 1368000/1368000
349.66/346.89	c cleaning 52034 clauses out of 104117 with flag 1421002/1421002
360.47/357.68	c cleaning 53029 clauses out of 106081 with flag 1475000/1475000
378.60/375.75	c cleaning 53924 clauses out of 108052 with flag 1530000/1530000
402.33/399.44	c cleaning 55050 clauses out of 110128 with flag 1586000/1586000
423.66/420.77	c cleaning 55928 clauses out of 112080 with flag 1643002/1643002
436.11/433.10	c cleaning 57026 clauses out of 114150 with flag 1701000/1701000
448.35/445.36	c cleaning 57989 clauses out of 116124 with flag 1760000/1760000
462.97/459.97	c cleaning 58967 clauses out of 118135 with flag 1820000/1820000
487.02/483.95	c cleaning 59911 clauses out of 120168 with flag 1881000/1881000
508.59/505.42	c cleaning 61029 clauses out of 122258 with flag 1943001/1943001
533.55/530.39	c cleaning 62096 clauses out of 124228 with flag 2006000/2006000
547.52/544.25	c cleaning 62932 clauses out of 126133 with flag 2070001/2070001
567.03/563.77	c cleaning 64006 clauses out of 128201 with flag 2135001/2135001
582.57/579.29	c cleaning 65011 clauses out of 130195 with flag 2201001/2201001
616.21/612.87	c cleaning 66085 clauses out of 132183 with flag 2268000/2268000
637.55/634.14	c cleaning 67038 clauses out of 134099 with flag 2336002/2336002
656.37/652.91	c cleaning 68006 clauses out of 136059 with flag 2405000/2405000
673.83/670.32	c cleaning 69002 clauses out of 138055 with flag 2475002/2475002
688.57/685.07	c cleaning 69840 clauses out of 140051 with flag 2546000/2546000
706.29/702.75	c cleaning 70992 clauses out of 142212 with flag 2618001/2618001
730.34/726.79	c cleaning 71999 clauses out of 144219 with flag 2691000/2691000
760.30/756.68	c cleaning 73034 clauses out of 146220 with flag 2765000/2765000
785.44/781.75	c cleaning 74083 clauses out of 148186 with flag 2840000/2840000
799.57/795.88	c cleaning 75015 clauses out of 150103 with flag 2916000/2916000
813.90/810.17	c cleaning 76023 clauses out of 152088 with flag 2993000/2993000
834.73/830.95	c cleaning 76887 clauses out of 154065 with flag 3071000/3071000
862.88/859.03	c cleaning 78005 clauses out of 156180 with flag 3150002/3150002
888.10/884.22	c cleaning 78828 clauses out of 158173 with flag 3230000/3230000
910.64/906.72	c cleaning 80133 clauses out of 160345 with flag 3311000/3311000
937.47/933.54	c cleaning 80985 clauses out of 162212 with flag 3393000/3393000
965.71/961.71	c cleaning 82014 clauses out of 164228 with flag 3476001/3476001
991.96/987.91	c cleaning 82958 clauses out of 166214 with flag 3560001/3560001
1018.52/1014.47	c cleaning 83977 clauses out of 168261 with flag 3645006/3645006
1043.96/1039.85	c cleaning 85074 clauses out of 170278 with flag 3731000/3731000
1078.97/1074.87	c cleaning 86054 clauses out of 172204 with flag 3818000/3818000
1107.24/1103.02	c cleaning 87003 clauses out of 174150 with flag 3906000/3906000
1137.31/1133.09	c cleaning 88008 clauses out of 176148 with flag 3995001/3995001
1155.86/1151.55	c cleaning 88889 clauses out of 178139 with flag 4085000/4085000
1177.10/1172.74	c cleaning 90040 clauses out of 180250 with flag 4176000/4176000
1198.06/1193.67	c cleaning 90746 clauses out of 182210 with flag 4268000/4268000
1217.48/1213.05	c cleaning 92163 clauses out of 184464 with flag 4361000/4361000
1237.41/1232.93	c cleaning 92984 clauses out of 186301 with flag 4455000/4455000
1262.16/1257.64	c cleaning 94134 clauses out of 188319 with flag 4550002/4550002
1287.37/1282.81	c cleaning 94991 clauses out of 190183 with flag 4646000/4646000
1322.49/1317.93	c cleaning 95983 clauses out of 192193 with flag 4743001/4743001
1383.13/1378.56	c cleaning 97015 clauses out of 194211 with flag 4841002/4841002
1443.62/1438.97	c cleaning 97997 clauses out of 196194 with flag 4940000/4940000
1479.48/1474.72	c cleaning 99056 clauses out of 198198 with flag 5040001/5040001
1532.60/1527.76	c cleaning 99989 clauses out of 200141 with flag 5141000/5141000
1584.08/1579.13	c cleaning 101034 clauses out of 202153 with flag 5243001/5243001
1632.46/1627.45	c cleaning 102012 clauses out of 204118 with flag 5346000/5346000
1676.82/1671.73	c cleaning 102892 clauses out of 206109 with flag 5450003/5450003
1726.57/1721.40	c cleaning 104000 clauses out of 208216 with flag 5555002/5555002
1771.81/1766.69	c cleaning 104967 clauses out of 210214 with flag 5661000/5661000
1800.04/1794.81	c starts		: 275
1800.04/1794.81	c conflicts		: 5761853
1800.04/1794.81	c decisions		: 20218468
1800.04/1794.81	c propagations		: 1695481691
1800.04/1794.81	c inspects		: 23409799957
1800.04/1794.81	c shortcuts		: 0
1800.04/1794.81	c learnt literals	: 10
1800.04/1794.81	c learnt binary clauses	: 375
1800.04/1794.81	c learnt ternary clauses	: 1991
1800.04/1794.81	c learnt constraints	: 5761843
1800.04/1794.81	c ignored constraints	: 0
1800.04/1794.81	c root simplifications	: 0
1800.04/1794.81	c removed literals (reason simplification)	: 0
1800.04/1794.81	c reason swapping (by a shorter reason)	: 0
1800.04/1794.81	c Calls to reduceDB	: 102
1800.04/1794.81	c number of reductions to clauses (during analyze)	: 0
1800.04/1794.81	c number of learned constraints concerned by reduction	: 0
1800.04/1794.81	c number of learning phase by resolution	: 0
1800.04/1794.81	c number of learning phase by cutting planes	: 0
1800.04/1794.81	c speed (assignments/second)	: 945576.9084908196
1800.04/1794.81	c non guided choices	536458
1800.04/1794.84	c learnt constraints type 
1800.04/1794.84	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 375
1800.04/1794.84	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 205781
1800.04/1794.84	c constraints type 
1800.04/1794.84	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 155859
1800.04/1794.84	c org.sat4j.minisat.constraints.card.MinWatchCard => 722
1800.04/1794.84	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 47809
1800.04/1794.84	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 22218
1800.04/1794.84	c 226608 constraints processed.
1800.04/1794.84	s UNKNOWN
1800.04/1794.84	c Total wall clock time (in seconds): 1794.716

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-3689415-1337890154/watcher-3689415-1337890154 -o /tmp/evaluation-result-3689415-1337890154/solver-3689415-1337890154 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3689415-1337890154.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.00 2.04 2.00 3/194 29738
/proc/meminfo: memFree=29573776/32873844 swapFree=7116/7116
[pid=29738] ppid=29736 vsize=2500 CPUtime=0 cores=0,2,4,6
/proc/29738/stat : 29738 (java) D 29736 29738 27542 0 -1 4202496 94 0 0 0 0 0 0 0 20 0 1 0 255140396 2560000 46 33554432000 1073741824 1073778376 140736126004656 140736126001784 240556010791 0 0 4096 0 18446744072100609316 0 0 17 2 0 0 0 0 0
/proc/29738/statm: 625 46 37 9 0 29 0

[startup+0.06265 s]
/proc/loadavg: 2.00 2.04 2.00 3/194 29738
/proc/meminfo: memFree=29573776/32873844 swapFree=7116/7116
[pid=29738] ppid=29736 vsize=9225560 CPUtime=0.03 cores=0,2,4,6
/proc/29738/stat : 29738 (java) S 29736 29738 27542 0 -1 4202496 3074 0 1 0 3 0 0 0 20 0 13 0 255140396 9446973440 3771 33554432000 1073741824 1073778376 140737467194496 140737467185632 240568533053 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29738/statm: 2306390 3771 1708 9 0 2297091 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 9225560

[startup+0.100235 s]
/proc/loadavg: 2.00 2.04 2.00 3/194 29738
/proc/meminfo: memFree=29573776/32873844 swapFree=7116/7116
[pid=29738] ppid=29736 vsize=9558412 CPUtime=0.08 cores=0,2,4,6
/proc/29738/stat : 29738 (java) S 29736 29738 27542 0 -1 4202496 3883 0 1 0 7 1 0 0 20 0 18 0 255140396 9787813888 5086 33554432000 1073741824 1073778376 140737467194496 140737467185632 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29738/statm: 2389603 5094 2029 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558412

[startup+0.300223 s]
/proc/loadavg: 2.00 2.04 2.00 3/194 29738
/proc/meminfo: memFree=29573776/32873844 swapFree=7116/7116
[pid=29738] ppid=29736 vsize=9558412 CPUtime=0.44 cores=0,2,4,6
/proc/29738/stat : 29738 (java) S 29736 29738 27542 0 -1 4202496 5310 0 1 0 43 1 0 0 20 0 18 0 255140396 9787813888 8243 33554432000 1073741824 1073778376 140737467194496 140737467185632 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29738/statm: 2389603 8243 2214 9 0 2380296 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 9558412

[startup+0.700234 s]
/proc/loadavg: 2.00 2.04 2.00 3/194 29738
/proc/meminfo: memFree=29573776/32873844 swapFree=7116/7116
[pid=29738] ppid=29736 vsize=9558412 CPUtime=1.12 cores=0,2,4,6
/proc/29738/stat : 29738 (java) S 29736 29738 27542 0 -1 4202496 6552 0 1 0 108 4 0 0 20 0 18 0 255140396 9787813888 40169 33554432000 1073741824 1073778376 140737467194496 140737467185632 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29738/statm: 2389603 40169 2247 9 0 2380296 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 9558412

[startup+1.50069 s]
/proc/loadavg: 2.00 2.04 2.00 3/212 29756
/proc/meminfo: memFree=29411408/32873844 swapFree=7116/7116
[pid=29738] ppid=29736 vsize=9558412 CPUtime=2.18 cores=0,2,4,6
/proc/29738/stat : 29738 (java) S 29736 29738 27542 0 -1 4202496 7872 0 1 0 209 9 0 0 20 0 18 0 255140396 9787813888 49990 33554432000 1073741824 1073778376 140737467194496 140737467185632 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29738/statm: 2389603 49990 2247 9 0 2380296 0
[pid=29738/tid=29740] ppid=29736 vsize=9558412 CPUtime=1.4 cores=0,2,4,6
/proc/29738/task/29740/stat : 29740 (java) R 29736 29738 27542 0 -1 4202560 2509 0 1 0 137 3 0 0 20 0 18 0 255140397 9787813888 49990 33554432000 1073741824 1073778376 140737467194496 140281329204632 140281165265184 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=29738/tid=29741] ppid=29736 vsize=9558412 CPUtime=0.02 cores=0,2,4,6
/proc/29738/task/29741/stat : 29741 (java) S 29736 29738 27542 0 -1 4202560 25 0 0 0 1 1 0 0 20 0 18 0 255140398 9787813888 49990 33554432000 1073741824 1073778376 140737467194496 140281290697512 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29738/tid=29742] ppid=29736 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/29738/task/29742/stat : 29742 (java) S 29736 29738 27542 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 255140398 9787813888 49990 33554432000 1073741824 1073778376 140737467194496 140281289644712 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29738/tid=29743] ppid=29736 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/29738/task/29743/stat : 29743 (java) S 29736 29738 27542 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255140398 9787813888 49990 33554432000 1073741824 1073778376 140737467194496 140281288592424 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29738/tid=29744] ppid=29736 vsize=9558412 CPUtime=0.03 cores=0,2,4,6
/proc/29738/task/29744/stat : 29744 (java) S 29736 29738 27542 0 -1 4202560 24 0 0 0 3 0 0 0 20 0 18 0 255140398 9787813888 49990 33554432000 1073741824 1073778376 140737467194496 140281287539624 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29738/tid=29745] ppid=29736 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/29738/task/29745/stat : 29745 (java) S 29736 29738 27542 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 18 0 255140398 9787813888 49990 33554432000 1073741824 1073778376 140737467194496 140281286486312 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29738/tid=29746] ppid=29736 vsize=9558412 CPUtime=0.01 cores=0,2,4,6
/proc/29738/task/29746/stat : 29746 (java) S 29736 29738 27542 0 -1 4202560 14 0 0 0 0 1 0 0 20 0 18 0 255140398 9787813888 49990 33554432000 1073741824 1073778376 140737467194496 140281285433512 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29738/tid=29747] ppid=29736 vsize=9558412 CPUtime=0.02 cores=0,2,4,6
/proc/29738/task/29747/stat : 29747 (java) S 29736 29738 27542 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 18 0 255140398 9787813888 49990 33554432000 1073741824 1073778376 140737467194496 140281284381224 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29738/tid=29748] ppid=29736 vsize=9558412 CPUtime=0.01 cores=0,2,4,6
/proc/29738/task/29748/stat : 29748 (java) S 29736 29738 27542 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 18 0 255140398 9787813888 49990 33554432000 1073741824 1073778376 140737467194496 140281164851624 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29738/tid=29749] ppid=29736 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/29738/task/29749/stat : 29749 (java) S 29736 29738 27542 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 18 0 255140400 9787813888 49990 33554432000 1073741824 1073778376 140737467194496 140281152654056 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29738/tid=29750] ppid=29736 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/29738/task/29750/stat : 29750 (java) S 29736 29738 27542 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 255140400 9787813888 49990 33554432000 1073741824 1073778376 140737467194496 140281151600120 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29738/tid=29751] ppid=29736 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/29738/task/29751/stat : 29751 (java) S 29736 29738 27542 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 255140400 9787813888 49990 33554432000 1073741824 1073778376 140737467194496 140281150547720 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29738/tid=29752] ppid=29736 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/29738/task/29752/stat : 29752 (java) S 29736 29738 27542 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255140403 9787813888 49990 33554432000 1073741824 1073778376 140737467194496 140281149496208 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29738/tid=29753] ppid=29736 vsize=9558412 CPUtime=0.24 cores=0,2,4,6
/proc/29738/task/29753/stat : 29753 (java) S 29736 29738 27542 0 -1 4202560 1512 0 0 0 24 0 0 0 20 0 18 0 255140403 9787813888 49990 33554432000 1073741824 1073778376 140737467194496 140280409876664 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29738/tid=29754] ppid=29736 vsize=9558412 CPUtime=0.29 cores=0,2,4,6
/proc/29738/task/29754/stat : 29754 (java) R 29736 29738 27542 0 -1 4202560 2500 0 0 0 29 0 0 0 20 0 18 0 255140403 9787813888 49990 33554432000 1073741824 1073778376 140737467194496 140280408823864 140281333322206 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=29738/tid=29755] ppid=29736 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/29738/task/29755/stat : 29755 (java) S 29736 29738 27542 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255140403 9787813888 49990 33554432000 1073741824 1073778376 140737467194496 140280407771768 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29738/tid=29756] ppid=29736 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/29738/task/29756/stat : 29756 (java) S 29736 29738 27542 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255140403 9787813888 49990 33554432000 1073741824 1073778376 140737467194496 140280406719176 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.18
Current children cumulated vsize (KiB) 9558412

[startup+3.1007 s]
/proc/loadavg: 2.00 2.03 2.00 3/213 29757
/proc/meminfo: memFree=29373112/32873844 swapFree=7116/7116
[pid=29738] ppid=29736 vsize=9624976 CPUtime=4.19 cores=0,2,4,6
/proc/29738/stat : 29738 (java) S 29736 29738 27542 0 -1 4202496 8849 0 1 0 409 10 0 0 20 0 19 0 255140396 9855975424 52607 33554432000 1073741824 1073778376 140737467194496 140737467185632 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29738/statm: 2406244 52607 2267 9 0 2396937 0
[pid=29738/tid=29740] ppid=29736 vsize=9624976 CPUtime=3.01 cores=0,2,4,6
/proc/29738/task/29740/stat : 29740 (java) R 29736 29738 27542 0 -1 4202560 2528 0 1 0 297 4 0 0 20 0 19 0 255140397 9855975424 52607 33554432000 1073741824 1073778376 140737467194496 140281329203864 140281165746884 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=29738/tid=29741] ppid=29736 vsize=9624976 CPUtime=0.02 cores=0,2,4,6
/proc/29738/task/29741/stat : 29741 (java) S 29736 29738 27542 0 -1 4202560 25 0 0 0 1 1 0 0 20 0 19 0 255140398 9855975424 52607 33554432000 1073741824 1073778376 140737467194496 140281290697512 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29738/tid=29742] ppid=29736 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29738/task/29742/stat : 29742 (java) S 29736 29738 27542 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255140398 9855975424 52607 33554432000 1073741824 1073778376 140737467194496 140281289644712 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29738/tid=29743] ppid=29736 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29738/task/29743/stat : 29743 (java) S 29736 29738 27542 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255140398 9855975424 52607 33554432000 1073741824 1073778376 140737467194496 140281288592424 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29738/tid=29744] ppid=29736 vsize=9624976 CPUtime=0.03 cores=0,2,4,6
/proc/29738/task/29744/stat : 29744 (java) S 29736 29738 27542 0 -1 4202560 24 0 0 0 3 0 0 0 20 0 19 0 255140398 9855975424 52607 33554432000 1073741824 1073778376 140737467194496 140281287539624 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29738/tid=29745] ppid=29736 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29738/task/29745/stat : 29745 (java) S 29736 29738 27542 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 255140398 9855975424 52607 33554432000 1073741824 1073778376 140737467194496 140281286486312 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29738/tid=29746] ppid=29736 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/29738/task/29746/stat : 29746 (java) S 29736 29738 27542 0 -1 4202560 14 0 0 0 0 1 0 0 20 0 19 0 255140398 9855975424 52607 33554432000 1073741824 1073778376 140737467194496 140281285433512 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29738/tid=29747] ppid=29736 vsize=9624976 CPUtime=0.02 cores=0,2,4,6
/proc/29738/task/29747/stat : 29747 (java) S 29736 29738 27542 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 19 0 255140398 9855975424 52607 33554432000 1073741824 1073778376 140737467194496 140281284381224 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29738/tid=29748] ppid=29736 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/29738/task/29748/stat : 29748 (java) S 29736 29738 27542 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 255140398 9855975424 52607 33554432000 1073741824 1073778376 140737467194496 140281164851624 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29738/tid=29749] ppid=29736 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29738/task/29749/stat : 29749 (java) S 29736 29738 27542 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 255140400 9855975424 52607 33554432000 1073741824 1073778376 140737467194496 140281152654056 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29738/tid=29750] ppid=29736 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29738/task/29750/stat : 29750 (java) S 29736 29738 27542 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255140400 9855975424 52607 33554432000 1073741824 1073778376 140737467194496 140281151600120 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29738/tid=29751] ppid=29736 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29738/task/29751/stat : 29751 (java) S 29736 29738 27542 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255140400 9855975424 52607 33554432000 1073741824 1073778376 140737467194496 140281150547720 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29738/tid=29752] ppid=29736 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29738/task/29752/stat : 29752 (java) S 29736 29738 27542 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255140403 9855975424 52607 33554432000 1073741824 1073778376 140737467194496 140281149496208 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29738/tid=29753] ppid=29736 vsize=9624976 CPUtime=0.41 cores=0,2,4,6
/proc/29738/task/29753/stat : 29753 (java) S 29736 29738 27542 0 -1 4202560 1583 0 0 0 41 0 0 0 20 0 19 0 255140403 9855975424 52607 33554432000 1073741824 1073778376 140737467194496 140280409876664 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29738/tid=29754] ppid=29736 vsize=9624976 CPUtime=0.52 cores=0,2,4,6
/proc/29738/task/29754/stat : 29754 (java) S 29736 29738 27542 0 -1 4202560 3373 0 0 0 52 0 0 0 20 0 19 0 255140403 9855975424 52607 33554432000 1073741824 1073778376 140737467194496 140280408823864 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29738/tid=29755] ppid=29736 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29738/task/29755/stat : 29755 (java) S 29736 29738 27542 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255140403 9855975424 52607 33554432000 1073741824 1073778376 140737467194496 140280407771768 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29738/tid=29756] ppid=29736 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29738/task/29756/stat : 29756 (java) S 29736 29738 27542 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255140403 9855975424 52607 33554432000 1073741824 1073778376 140737467194496 140280406719176 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29738/tid=29757] ppid=29736 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29738/task/29757/stat : 29757 (java) S 29736 29738 27542 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255140571 9855975424 52607 33554432000 1073741824 1073778376 140737467194496 140280405665192 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.19
Current children cumulated vsize (KiB) 9624976

[startup+6.30071 s]
/proc/loadavg: 2.00 2.03 2.00 3/213 29757
/proc/meminfo: memFree=29307716/32873844 swapFree=7116/7116
[pid=29738] ppid=29736 vsize=9624976 CPUtime=7.94 cores=0,2,4,6
/proc/29738/stat : 29738 (java) S 29736 29738 27542 0 -1 4202496 15295 0 1 0 780 14 0 0 20 0 19 0 255140396 9855975424 68109 33554432000 1073741824 1073778376 140737467194496 140737467185632 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29738/statm: 2406244 68109 2281 9 0 2396937 0
[pid=29738/tid=29740] ppid=29736 vsize=9624976 CPUtime=6.03 cores=0,2,4,6
/proc/29738/task/29740/stat : 29740 (java) R 29736 29738 27542 0 -1 4202560 2532 0 1 0 599 4 0 0 20 0 19 0 255140397 9855975424 68109 33554432000 1073741824 1073778376 140737467194496 140281329205736 140281165662178 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=29738/tid=29741] ppid=29736 vsize=9624976 CPUtime=0.05 cores=0,2,4,6
/proc/29738/task/29741/stat : 29741 (java) S 29736 29738 27542 0 -1 4202560 38 0 0 0 3 2 0 0 20 0 19 0 255140398 9855975424 68109 33554432000 1073741824 1073778376 140737467194496 140281290697512 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29738/tid=29742] ppid=29736 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/29738/task/29742/stat : 29742 (java) S 29736 29738 27542 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 255140398 9855975424 68109 33554432000 1073741824 1073778376 140737467194496 140281289644712 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29738/tid=29743] ppid=29736 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/29738/task/29743/stat : 29743 (java) S 29736 29738 27542 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 255140398 9855975424 68109 33554432000 1073741824 1073778376 140737467194496 140281288592424 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29738/tid=29744] ppid=29736 vsize=9624976 CPUtime=0.04 cores=0,2,4,6
/proc/29738/task/29744/stat : 29744 (java) S 29736 29738 27542 0 -1 4202560 28 0 0 0 3 1 0 0 20 0 19 0 255140398 9855975424 68109 33554432000 1073741824 1073778376 140737467194496 140281287539624 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29738/tid=29745] ppid=29736 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/29738/task/29745/stat : 29745 (java) S 29736 29738 27542 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 255140398 9855975424 68109 33554432000 1073741824 1073778376 140737467194496 140281286486312 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29738/tid=29746] ppid=29736 vsize=9624976 CPUtime=0.02 cores=0,2,4,6
/proc/29738/task/29746/stat : 29746 (java) S 29736 29738 27542 0 -1 4202560 19 0 0 0 1 1 0 0 20 0 19 0 255140398 9855975424 68109 33554432000 1073741824 1073778376 140737467194496 140281285433512 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29738/tid=29747] ppid=29736 vsize=9624976 CPUtime=0.03 cores=0,2,4,6
/proc/29738/task/29747/stat : 29747 (java) S 29736 29738 27542 0 -1 4202560 19 0 0 0 3 0 0 0 20 0 19 0 255140398 9855975424 68109 33554432000 1073741824 1073778376 140737467194496 140281284381224 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29738/tid=29748] ppid=29736 vsize=9624976 CPUtime=0.03 cores=0,2,4,6
/proc/29738/task/29748/stat : 29748 (java) S 29736 29738 27542 0 -1 4202560 24 0 0 0 3 0 0 0 20 0 19 0 255140398 9855975424 68109 33554432000 1073741824 1073778376 140737467194496 140281164851624 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29738/tid=29749] ppid=29736 vsize=9624976 CPUtime=0.12 cores=0,2,4,6
/proc/29738/task/29749/stat : 29749 (java) S 29736 29738 27542 0 -1 4202560 101 0 0 0 12 0 0 0 20 0 19 0 255140400 9855975424 68109 33554432000 1073741824 1073778376 140737467194496 140281152654056 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29738/tid=29750] ppid=29736 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29738/task/29750/stat : 29750 (java) S 29736 29738 27542 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255140400 9855975424 68109 33554432000 1073741824 1073778376 140737467194496 140281151600120 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29738/tid=29751] ppid=29736 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29738/task/29751/stat : 29751 (java) S 29736 29738 27542 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255140400 9855975424 68109 33554432000 1073741824 1073778376 140737467194496 140281150547720 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29738/tid=29752] ppid=29736 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29738/task/29752/stat : 29752 (java) S 29736 29738 27542 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255140403 9855975424 68109 33554432000 1073741824 1073778376 140737467194496 140281149496208 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29738/tid=29753] ppid=29736 vsize=9624976 CPUtime=0.44 cores=0,2,4,6
/proc/29738/task/29753/stat : 29753 (java) S 29736 29738 27542 0 -1 4202560 1586 0 0 0 44 0 0 0 20 0 19 0 255140403 9855975424 68109 33554432000 1073741824 1073778376 140737467194496 140280409876664 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29738/tid=29754] ppid=29736 vsize=9624976 CPUtime=0.96 cores=0,2,4,6
/proc/29738/task/29754/stat : 29754 (java) S 29736 29738 27542 0 -1 4202560 9722 0 0 0 94 2 0 0 20 0 19 0 255140403 9855975424 68109 33554432000 1073741824 1073778376 140737467194496 140280408823864 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29738/tid=29755] ppid=29736 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29738/task/29755/stat : 29755 (java) S 29736 29738 27542 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255140403 9855975424 68109 33554432000 1073741824 1073778376 140737467194496 140280407771768 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29738/tid=29756] ppid=29736 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29738/task/29756/stat : 29756 (java) S 29736 29738 27542 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255140403 9855975424 68109 33554432000 1073741824 1073778376 140737467194496 140280406719176 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29738/tid=29757] ppid=29736 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29738/task/29757/stat : 29757 (java) S 29736 29738 27542 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255140571 9855975424 68109 33554432000 1073741824 1073778376 140737467194496 140280405665192 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.94
Current children cumulated vsize (KiB) 9624976

[startup+12.7008 s]
/proc/loadavg: 2.00 2.03 2.00 4/213 29758
/proc/meminfo: memFree=29308288/32873844 swapFree=7116/7116

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

[pid=29738/tid=29753] ppid=29736 vsize=9624976 CPUtime=0.49 cores=0,2,4,6
/proc/29738/task/29753/stat : 29753 (java) S 29736 29738 27542 0 -1 4202560 1588 0 0 0 49 0 0 0 20 0 19 0 255140403 9855975424 97345 33554432000 1073741824 1073778376 140737467194496 140280409876664 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29738/tid=29754] ppid=29736 vsize=9624976 CPUtime=1 cores=0,2,4,6
/proc/29738/task/29754/stat : 29754 (java) S 29736 29738 27542 0 -1 4202560 9733 0 0 0 98 2 0 0 20 0 19 0 255140403 9855975424 97345 33554432000 1073741824 1073778376 140737467194496 140280408823864 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29738/tid=29755] ppid=29736 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29738/task/29755/stat : 29755 (java) S 29736 29738 27542 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255140403 9855975424 97345 33554432000 1073741824 1073778376 140737467194496 140280407771768 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29738/tid=29756] ppid=29736 vsize=9624976 CPUtime=0.57 cores=0,2,4,6
/proc/29738/task/29756/stat : 29756 (java) S 29736 29738 27542 0 -1 4202560 95 0 0 0 36 21 0 0 20 0 19 0 255140403 9855975424 97345 33554432000 1073741824 1073778376 140737467194496 140280406719176 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29738/tid=29757] ppid=29736 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29738/task/29757/stat : 29757 (java) S 29736 29738 27542 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255140571 9855975424 97345 33554432000 1073741824 1073778376 140737467194496 140280405665192 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1667.42
Current children cumulated vsize (KiB) 9624976

[startup+1722.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/213 29832
/proc/meminfo: memFree=28924392/32873844 swapFree=7116/7116
[pid=29738] ppid=29736 vsize=9624976 CPUtime=1727.51 cores=0,2,4,6
/proc/29738/stat : 29738 (java) S 29736 29738 27542 0 -1 4202496 16975 0 1 0 172701 50 0 0 20 0 19 0 255140396 9855975424 97345 33554432000 1073741824 1073778376 140737467194496 140737467185632 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29738/statm: 2406244 97345 2282 9 0 2396937 0
[pid=29738/tid=29740] ppid=29736 vsize=9624976 CPUtime=1706.44 cores=0,2,4,6
/proc/29738/task/29740/stat : 29740 (java) R 29736 29738 27542 0 -1 4202560 2632 0 1 0 170612 32 0 0 20 0 19 0 255140397 9855975424 97345 33554432000 1073741824 1073778376 140737467194496 140281329205536 140281165728268 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=29738/tid=29741] ppid=29736 vsize=9624976 CPUtime=0.63 cores=0,2,4,6
/proc/29738/task/29741/stat : 29741 (java) S 29736 29738 27542 0 -1 4202560 227 0 0 0 58 5 0 0 20 0 19 0 255140398 9855975424 97345 33554432000 1073741824 1073778376 140737467194496 140281290697512 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29738/tid=29742] ppid=29736 vsize=9624976 CPUtime=0.68 cores=0,2,4,6
/proc/29738/task/29742/stat : 29742 (java) S 29736 29738 27542 0 -1 4202560 304 0 0 0 64 4 0 0 20 0 19 0 255140398 9855975424 97345 33554432000 1073741824 1073778376 140737467194496 140281289644712 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29738/tid=29743] ppid=29736 vsize=9624976 CPUtime=0.62 cores=0,2,4,6
/proc/29738/task/29743/stat : 29743 (java) S 29736 29738 27542 0 -1 4202560 143 0 0 0 60 2 0 0 20 0 19 0 255140398 9855975424 97345 33554432000 1073741824 1073778376 140737467194496 140281288592424 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29738/tid=29744] ppid=29736 vsize=9624976 CPUtime=0.71 cores=0,2,4,6
/proc/29738/task/29744/stat : 29744 (java) S 29736 29738 27542 0 -1 4202560 128 0 0 0 67 4 0 0 20 0 19 0 255140398 9855975424 97345 33554432000 1073741824 1073778376 140737467194496 140281287539624 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29738/tid=29745] ppid=29736 vsize=9624976 CPUtime=0.64 cores=0,2,4,6
/proc/29738/task/29745/stat : 29745 (java) S 29736 29738 27542 0 -1 4202560 106 0 0 0 61 3 0 0 20 0 19 0 255140398 9855975424 97345 33554432000 1073741824 1073778376 140737467194496 140281286486312 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29738/tid=29746] ppid=29736 vsize=9624976 CPUtime=0.67 cores=0,2,4,6
/proc/29738/task/29746/stat : 29746 (java) S 29736 29738 27542 0 -1 4202560 303 0 0 0 64 3 0 0 20 0 19 0 255140398 9855975424 97345 33554432000 1073741824 1073778376 140737467194496 140281285433512 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29738/tid=29747] ppid=29736 vsize=9624976 CPUtime=0.62 cores=0,2,4,6
/proc/29738/task/29747/stat : 29747 (java) S 29736 29738 27542 0 -1 4202560 106 0 0 0 59 3 0 0 20 0 19 0 255140398 9855975424 97345 33554432000 1073741824 1073778376 140737467194496 140281284381224 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29738/tid=29748] ppid=29736 vsize=9624976 CPUtime=0.63 cores=0,2,4,6
/proc/29738/task/29748/stat : 29748 (java) S 29736 29738 27542 0 -1 4202560 222 0 0 0 60 3 0 0 20 0 19 0 255140398 9855975424 97345 33554432000 1073741824 1073778376 140737467194496 140281164851624 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29738/tid=29749] ppid=29736 vsize=9624976 CPUtime=9.7 cores=0,2,4,6
/proc/29738/task/29749/stat : 29749 (java) S 29736 29738 27542 0 -1 4202560 198 0 0 0 969 1 0 0 20 0 19 0 255140400 9855975424 97345 33554432000 1073741824 1073778376 140737467194496 140281152654056 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29738/tid=29750] ppid=29736 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29738/task/29750/stat : 29750 (java) S 29736 29738 27542 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255140400 9855975424 97345 33554432000 1073741824 1073778376 140737467194496 140281151600120 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29738/tid=29751] ppid=29736 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29738/task/29751/stat : 29751 (java) S 29736 29738 27542 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255140400 9855975424 97345 33554432000 1073741824 1073778376 140737467194496 140281150547720 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29738/tid=29752] ppid=29736 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29738/task/29752/stat : 29752 (java) S 29736 29738 27542 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255140403 9855975424 97345 33554432000 1073741824 1073778376 140737467194496 140281149496208 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29738/tid=29753] ppid=29736 vsize=9624976 CPUtime=0.49 cores=0,2,4,6
/proc/29738/task/29753/stat : 29753 (java) S 29736 29738 27542 0 -1 4202560 1588 0 0 0 49 0 0 0 20 0 19 0 255140403 9855975424 97345 33554432000 1073741824 1073778376 140737467194496 140280409876664 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29738/tid=29754] ppid=29736 vsize=9624976 CPUtime=1 cores=0,2,4,6
/proc/29738/task/29754/stat : 29754 (java) S 29736 29738 27542 0 -1 4202560 9733 0 0 0 98 2 0 0 20 0 19 0 255140403 9855975424 97345 33554432000 1073741824 1073778376 140737467194496 140280408823864 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29738/tid=29755] ppid=29736 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29738/task/29755/stat : 29755 (java) S 29736 29738 27542 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255140403 9855975424 97345 33554432000 1073741824 1073778376 140737467194496 140280407771768 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29738/tid=29756] ppid=29736 vsize=9624976 CPUtime=0.59 cores=0,2,4,6
/proc/29738/task/29756/stat : 29756 (java) S 29736 29738 27542 0 -1 4202560 99 0 0 0 37 22 0 0 20 0 19 0 255140403 9855975424 97345 33554432000 1073741824 1073778376 140737467194496 140280406719176 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29738/tid=29757] ppid=29736 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29738/task/29757/stat : 29757 (java) S 29736 29738 27542 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255140571 9855975424 97345 33554432000 1073741824 1073778376 140737467194496 140280405665192 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1727.51
Current children cumulated vsize (KiB) 9624976

[startup+1782.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/213 29832
/proc/meminfo: memFree=28948088/32873844 swapFree=7116/7116
[pid=29738] ppid=29736 vsize=9624976 CPUtime=1787.53 cores=0,2,4,6
/proc/29738/stat : 29738 (java) S 29736 29738 27542 0 -1 4202496 16982 0 1 0 178703 50 0 0 20 0 19 0 255140396 9855975424 97345 33554432000 1073741824 1073778376 140737467194496 140737467185632 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29738/statm: 2406244 97345 2282 9 0 2396937 0
[pid=29738/tid=29740] ppid=29736 vsize=9624976 CPUtime=1766.16 cores=0,2,4,6
/proc/29738/task/29740/stat : 29740 (java) R 29736 29738 27542 0 -1 4202560 2633 0 1 0 176583 33 0 0 20 0 19 0 255140397 9855975424 97345 33554432000 1073741824 1073778376 140737467194496 140281329205536 140281165649950 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=29738/tid=29741] ppid=29736 vsize=9624976 CPUtime=0.63 cores=0,2,4,6
/proc/29738/task/29741/stat : 29741 (java) S 29736 29738 27542 0 -1 4202560 227 0 0 0 58 5 0 0 20 0 19 0 255140398 9855975424 97345 33554432000 1073741824 1073778376 140737467194496 140281290697512 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29738/tid=29742] ppid=29736 vsize=9624976 CPUtime=0.69 cores=0,2,4,6
/proc/29738/task/29742/stat : 29742 (java) S 29736 29738 27542 0 -1 4202560 304 0 0 0 65 4 0 0 20 0 19 0 255140398 9855975424 97345 33554432000 1073741824 1073778376 140737467194496 140281289644712 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29738/tid=29743] ppid=29736 vsize=9624976 CPUtime=0.63 cores=0,2,4,6
/proc/29738/task/29743/stat : 29743 (java) S 29736 29738 27542 0 -1 4202560 143 0 0 0 61 2 0 0 20 0 19 0 255140398 9855975424 97345 33554432000 1073741824 1073778376 140737467194496 140281288592424 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29738/tid=29744] ppid=29736 vsize=9624976 CPUtime=0.71 cores=0,2,4,6
/proc/29738/task/29744/stat : 29744 (java) S 29736 29738 27542 0 -1 4202560 128 0 0 0 67 4 0 0 20 0 19 0 255140398 9855975424 97345 33554432000 1073741824 1073778376 140737467194496 140281287539624 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29738/tid=29745] ppid=29736 vsize=9624976 CPUtime=0.66 cores=0,2,4,6
/proc/29738/task/29745/stat : 29745 (java) S 29736 29738 27542 0 -1 4202560 106 0 0 0 63 3 0 0 20 0 19 0 255140398 9855975424 97345 33554432000 1073741824 1073778376 140737467194496 140281286486312 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29738/tid=29746] ppid=29736 vsize=9624976 CPUtime=0.68 cores=0,2,4,6
/proc/29738/task/29746/stat : 29746 (java) S 29736 29738 27542 0 -1 4202560 303 0 0 0 65 3 0 0 20 0 19 0 255140398 9855975424 97345 33554432000 1073741824 1073778376 140737467194496 140281285433512 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29738/tid=29747] ppid=29736 vsize=9624976 CPUtime=0.62 cores=0,2,4,6
/proc/29738/task/29747/stat : 29747 (java) S 29736 29738 27542 0 -1 4202560 106 0 0 0 59 3 0 0 20 0 19 0 255140398 9855975424 97345 33554432000 1073741824 1073778376 140737467194496 140281284381224 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29738/tid=29748] ppid=29736 vsize=9624976 CPUtime=0.63 cores=0,2,4,6
/proc/29738/task/29748/stat : 29748 (java) S 29736 29738 27542 0 -1 4202560 222 0 0 0 60 3 0 0 20 0 19 0 255140398 9855975424 97345 33554432000 1073741824 1073778376 140737467194496 140281164851624 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29738/tid=29749] ppid=29736 vsize=9624976 CPUtime=9.81 cores=0,2,4,6
/proc/29738/task/29749/stat : 29749 (java) S 29736 29738 27542 0 -1 4202560 200 0 0 0 980 1 0 0 20 0 19 0 255140400 9855975424 97345 33554432000 1073741824 1073778376 140737467194496 140281152654056 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29738/tid=29750] ppid=29736 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29738/task/29750/stat : 29750 (java) S 29736 29738 27542 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255140400 9855975424 97345 33554432000 1073741824 1073778376 140737467194496 140281151600120 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29738/tid=29751] ppid=29736 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29738/task/29751/stat : 29751 (java) S 29736 29738 27542 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255140400 9855975424 97345 33554432000 1073741824 1073778376 140737467194496 140281150547720 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29738/tid=29752] ppid=29736 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29738/task/29752/stat : 29752 (java) S 29736 29738 27542 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255140403 9855975424 97345 33554432000 1073741824 1073778376 140737467194496 140281149496208 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29738/tid=29753] ppid=29736 vsize=9624976 CPUtime=0.49 cores=0,2,4,6
/proc/29738/task/29753/stat : 29753 (java) S 29736 29738 27542 0 -1 4202560 1588 0 0 0 49 0 0 0 20 0 19 0 255140403 9855975424 97345 33554432000 1073741824 1073778376 140737467194496 140280409876664 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29738/tid=29754] ppid=29736 vsize=9624976 CPUtime=1 cores=0,2,4,6
/proc/29738/task/29754/stat : 29754 (java) S 29736 29738 27542 0 -1 4202560 9733 0 0 0 98 2 0 0 20 0 19 0 255140403 9855975424 97345 33554432000 1073741824 1073778376 140737467194496 140280408823864 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29738/tid=29755] ppid=29736 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29738/task/29755/stat : 29755 (java) S 29736 29738 27542 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255140403 9855975424 97345 33554432000 1073741824 1073778376 140737467194496 140280407771768 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29738/tid=29756] ppid=29736 vsize=9624976 CPUtime=0.62 cores=0,2,4,6
/proc/29738/task/29756/stat : 29756 (java) S 29736 29738 27542 0 -1 4202560 103 0 0 0 39 23 0 0 20 0 19 0 255140403 9855975424 97345 33554432000 1073741824 1073778376 140737467194496 140280406719176 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29738/tid=29757] ppid=29736 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29738/task/29757/stat : 29757 (java) S 29736 29738 27542 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255140571 9855975424 97345 33554432000 1073741824 1073778376 140737467194496 140280405665192 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1787.53
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1794.8 s]
/proc/loadavg: 2.07 2.03 2.00 3/213 29832
/proc/meminfo: memFree=28973092/32873844 swapFree=7116/7116
[pid=29738] ppid=29736 vsize=9624976 CPUtime=1800.04 cores=0,2,4,6
/proc/29738/stat : 29738 (java) S 29736 29738 27542 0 -1 4202496 16982 0 1 0 179954 50 0 0 20 0 19 0 255140396 9855975424 97345 33554432000 1073741824 1073778376 140737467194496 140737467185632 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29738/statm: 2406244 97345 2282 9 0 2396937 0
[pid=29738/tid=29740] ppid=29736 vsize=9624976 CPUtime=1778.64 cores=0,2,4,6
/proc/29738/task/29740/stat : 29740 (java) R 29736 29738 27542 0 -1 4202560 2633 0 1 0 177830 34 0 0 20 0 19 0 255140397 9855975424 97345 33554432000 1073741824 1073778376 140737467194496 140281329205536 140281165649950 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=29738/tid=29741] ppid=29736 vsize=9624976 CPUtime=0.63 cores=0,2,4,6
/proc/29738/task/29741/stat : 29741 (java) S 29736 29738 27542 0 -1 4202560 227 0 0 0 58 5 0 0 20 0 19 0 255140398 9855975424 97345 33554432000 1073741824 1073778376 140737467194496 140281290697512 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29738/tid=29742] ppid=29736 vsize=9624976 CPUtime=0.69 cores=0,2,4,6
/proc/29738/task/29742/stat : 29742 (java) S 29736 29738 27542 0 -1 4202560 304 0 0 0 65 4 0 0 20 0 19 0 255140398 9855975424 97345 33554432000 1073741824 1073778376 140737467194496 140281289644712 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29738/tid=29743] ppid=29736 vsize=9624976 CPUtime=0.63 cores=0,2,4,6
/proc/29738/task/29743/stat : 29743 (java) S 29736 29738 27542 0 -1 4202560 143 0 0 0 61 2 0 0 20 0 19 0 255140398 9855975424 97345 33554432000 1073741824 1073778376 140737467194496 140281288592424 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29738/tid=29744] ppid=29736 vsize=9624976 CPUtime=0.71 cores=0,2,4,6
/proc/29738/task/29744/stat : 29744 (java) S 29736 29738 27542 0 -1 4202560 128 0 0 0 67 4 0 0 20 0 19 0 255140398 9855975424 97345 33554432000 1073741824 1073778376 140737467194496 140281287539624 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29738/tid=29745] ppid=29736 vsize=9624976 CPUtime=0.66 cores=0,2,4,6
/proc/29738/task/29745/stat : 29745 (java) S 29736 29738 27542 0 -1 4202560 106 0 0 0 63 3 0 0 20 0 19 0 255140398 9855975424 97345 33554432000 1073741824 1073778376 140737467194496 140281286486312 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29738/tid=29746] ppid=29736 vsize=9624976 CPUtime=0.68 cores=0,2,4,6
/proc/29738/task/29746/stat : 29746 (java) S 29736 29738 27542 0 -1 4202560 303 0 0 0 65 3 0 0 20 0 19 0 255140398 9855975424 97345 33554432000 1073741824 1073778376 140737467194496 140281285433512 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29738/tid=29747] ppid=29736 vsize=9624976 CPUtime=0.62 cores=0,2,4,6
/proc/29738/task/29747/stat : 29747 (java) S 29736 29738 27542 0 -1 4202560 106 0 0 0 59 3 0 0 20 0 19 0 255140398 9855975424 97345 33554432000 1073741824 1073778376 140737467194496 140281284381224 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29738/tid=29748] ppid=29736 vsize=9624976 CPUtime=0.63 cores=0,2,4,6
/proc/29738/task/29748/stat : 29748 (java) S 29736 29738 27542 0 -1 4202560 222 0 0 0 60 3 0 0 20 0 19 0 255140398 9855975424 97345 33554432000 1073741824 1073778376 140737467194496 140281164851624 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29738/tid=29749] ppid=29736 vsize=9624976 CPUtime=9.81 cores=0,2,4,6
/proc/29738/task/29749/stat : 29749 (java) S 29736 29738 27542 0 -1 4202560 200 0 0 0 980 1 0 0 20 0 19 0 255140400 9855975424 97345 33554432000 1073741824 1073778376 140737467194496 140281152654056 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29738/tid=29750] ppid=29736 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29738/task/29750/stat : 29750 (java) S 29736 29738 27542 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255140400 9855975424 97345 33554432000 1073741824 1073778376 140737467194496 140281151600120 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29738/tid=29751] ppid=29736 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29738/task/29751/stat : 29751 (java) S 29736 29738 27542 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255140400 9855975424 97345 33554432000 1073741824 1073778376 140737467194496 140281150547720 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29738/tid=29752] ppid=29736 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29738/task/29752/stat : 29752 (java) S 29736 29738 27542 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255140403 9855975424 97345 33554432000 1073741824 1073778376 140737467194496 140281149496208 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29738/tid=29753] ppid=29736 vsize=9624976 CPUtime=0.49 cores=0,2,4,6
/proc/29738/task/29753/stat : 29753 (java) S 29736 29738 27542 0 -1 4202560 1588 0 0 0 49 0 0 0 20 0 19 0 255140403 9855975424 97345 33554432000 1073741824 1073778376 140737467194496 140280409876664 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29738/tid=29754] ppid=29736 vsize=9624976 CPUtime=1 cores=0,2,4,6
/proc/29738/task/29754/stat : 29754 (java) S 29736 29738 27542 0 -1 4202560 9733 0 0 0 98 2 0 0 20 0 19 0 255140403 9855975424 97345 33554432000 1073741824 1073778376 140737467194496 140280408823864 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29738/tid=29755] ppid=29736 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29738/task/29755/stat : 29755 (java) S 29736 29738 27542 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255140403 9855975424 97345 33554432000 1073741824 1073778376 140737467194496 140280407771768 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29738/tid=29756] ppid=29736 vsize=9624976 CPUtime=0.62 cores=0,2,4,6
/proc/29738/task/29756/stat : 29756 (java) S 29736 29738 27542 0 -1 4202560 103 0 0 0 39 23 0 0 20 0 19 0 255140403 9855975424 97345 33554432000 1073741824 1073778376 140737467194496 140280406719176 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29738/tid=29757] ppid=29736 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29738/task/29757/stat : 29757 (java) S 29736 29738 27542 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255140571 9855975424 97345 33554432000 1073741824 1073778376 140737467194496 140280405665192 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 9624976

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 29738 and gives
#  childrusage.ru_utime.tv_sec=1795
#  childrusage.ru_utime.tv_usec=159094
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=11846
# CPU time returned by wait4() is 1796.17
# while last known CPU time is 1800.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1794.85
CPU time (s): 1800.04
CPU user time (s): 1799.54
CPU system time (s): 0.5
CPU usage (%): 100.289
Max. virtual memory (cumulated for all children) (KiB): 9626848

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.16
system time used= 1.01185
maximum resident set size= 389500
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17015
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1664
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40845
involuntary context switches= 20152

runsolver used 6.19906 second user time and 14.7758 second system time

The end

Launcher Data

Begin job on node146 at 2012-05-24 22:09:15
IDJOB=3689415
IDBENCH=89703
IDSOLVER=2269
FILE ID=node146/3689415-1337890154
RUNJOBID= node146-1337871880-27558
PBS_JOBID= 14620058
Free space on /tmp= 71704 MiB

SOLVER NAME= Sat 4j PB Resolution 2.3.2 Snapshot
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/lopes/normalized-91.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3689415-1337890154/watcher-3689415-1337890154 -o /tmp/evaluation-result-3689415-1337890154/solver-3689415-1337890154 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3689415-1337890154.opb

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

MD5SUM BENCH= 0d52a3bd95f65144c5f8bf26bef42f13
RANDOM SEED=1316157675

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:        29573776 kB
Buffers:          220760 kB
Cached:          2014124 kB
SwapCached:         2348 kB
Active:           650924 kB
Inactive:        1887460 kB
Active(anon):     302728 kB
Inactive(anon):     3064 kB
Active(file):     348196 kB
Inactive(file):  1884396 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67100340 kB
Dirty:              9732 kB
Writeback:            16 kB
AnonPages:        308996 kB
Mapped:            16204 kB
Shmem:                 0 kB
Slab:             622664 kB
SReclaimable:      64164 kB
SUnreclaim:       558500 kB
KernelStack:        1600 kB
PageTables:         4672 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     825144 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    276480 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= 71704 MiB
End job on node146 at 2012-05-24 22:39:12