Trace number 3687493

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.65

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/www.ps.uni-sb.de/~walser/
benchmarks/ppp-problems/normalized-ppp:1-11,19,21.opb
MD5SUMd484bc8efed557f17788965b19feafe5
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 benchmark17.8783
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables4602
Total number of constraints30179
Number of constraints which are clauses29160
Number of constraints which are cardinality constraints (but not clauses)941
Number of constraints which are nor clauses,nor cardinality constraints78
Minimum length of a constraint3
Maximum length of a constraint29
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 10
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 103
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version 2.3.2.v20120418
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.08/0.11	c Pseudo Boolean Optimization by upper bound
0.08/0.11	c --- Begin Solver configuration ---
0.08/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
0.08/0.11	c Learn all clauses as in MiniSAT
0.08/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.11	c No reason simplification
0.08/0.11	c Armin Biere (Picosat) restarts strategy
0.08/0.11	c Glucose learned constraints deletion strategy
0.08/0.11	c timeout=2147483s
0.08/0.11	c DB Simplification allowed=false
0.08/0.11	c c --- End Solver configuration ---
0.08/0.11	c solving HOME/instance-3687493-1337871935.opb
0.08/0.11	c reading problem ... 
0.92/0.51	c ... done. Wall clock time 0.396s.
0.92/0.51	c declared #vars     4602
0.92/0.51	c #constraints  30353
0.92/0.51	c constraints type 
0.92/0.51	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 29334
0.92/0.51	c org.sat4j.minisat.constraints.card.MinWatchCard => 941
0.92/0.51	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 78
0.92/0.51	c 30353 constraints processed.
1.58/0.87	c cleaning 2501 clauses out of 5001 with flag 5001/5001
1.98/1.12	c cleaning 4218 clauses out of 8499 with flag 11000/11000
2.28/1.46	c cleaning 5637 clauses out of 11282 with flag 18001/18001
2.79/1.91	c cleaning 6814 clauses out of 13644 with flag 26000/26000
3.44/2.57	c cleaning 7910 clauses out of 15830 with flag 35000/35000
4.04/3.17	c cleaning 8958 clauses out of 17922 with flag 45002/45002
4.85/3.93	c cleaning 9978 clauses out of 19962 with flag 56000/56000
5.75/4.80	c cleaning 10991 clauses out of 21988 with flag 68004/68004
6.76/5.89	c cleaning 11993 clauses out of 23995 with flag 81002/81002
8.07/7.16	c cleaning 12992 clauses out of 26000 with flag 95000/95000
9.48/8.57	c cleaning 14001 clauses out of 28010 with flag 110002/110002
11.01/10.04	c cleaning 14996 clauses out of 30009 with flag 126002/126002
12.41/11.43	c cleaning 15996 clauses out of 32011 with flag 143000/143000
14.01/13.04	c cleaning 17000 clauses out of 34015 with flag 161000/161000
15.92/14.93	c cleaning 18004 clauses out of 36015 with flag 180000/180000
18.04/17.02	c cleaning 19000 clauses out of 38011 with flag 200000/200000
20.35/19.38	c cleaning 19997 clauses out of 40011 with flag 221000/221000
22.56/21.52	c cleaning 20996 clauses out of 42014 with flag 243000/243000
25.07/24.01	c cleaning 22005 clauses out of 44019 with flag 266001/266001
27.87/26.80	c cleaning 23007 clauses out of 46013 with flag 290000/290000
30.91/29.87	c cleaning 23999 clauses out of 48008 with flag 315002/315002
34.03/32.97	c cleaning 24992 clauses out of 50007 with flag 341000/341000
37.46/36.36	c cleaning 26005 clauses out of 52017 with flag 368002/368002
40.86/39.79	c cleaning 27005 clauses out of 54011 with flag 396001/396001
44.79/43.63	c cleaning 27995 clauses out of 56006 with flag 425001/425001
48.53/47.34	c cleaning 28994 clauses out of 58010 with flag 455000/455000
52.04/50.84	c cleaning 30004 clauses out of 60016 with flag 486000/486000
55.96/54.74	c cleaning 31000 clauses out of 62012 with flag 518000/518000
60.02/58.77	c cleaning 32007 clauses out of 64014 with flag 551002/551002
65.06/63.77	c cleaning 32999 clauses out of 66006 with flag 585001/585001
69.37/68.00	c cleaning 33994 clauses out of 68006 with flag 620000/620000
74.20/72.85	c cleaning 34999 clauses out of 70012 with flag 656000/656000
78.82/77.42	c cleaning 35993 clauses out of 72014 with flag 693001/693001
83.96/82.51	c cleaning 37003 clauses out of 74023 with flag 731003/731003
89.48/88.06	c cleaning 37996 clauses out of 76019 with flag 770002/770002
94.79/93.34	c cleaning 39000 clauses out of 78021 with flag 810000/810000
101.30/99.83	c cleaning 40008 clauses out of 80021 with flag 851000/851000
106.63/105.16	c cleaning 40999 clauses out of 82013 with flag 893000/893000
113.87/112.34	c cleaning 42003 clauses out of 84014 with flag 936000/936000
121.78/120.23	c cleaning 43001 clauses out of 86011 with flag 980000/980000
129.89/128.38	c cleaning 43999 clauses out of 88010 with flag 1025000/1025000
138.51/136.96	c cleaning 45002 clauses out of 90011 with flag 1071000/1071000
145.43/143.81	c cleaning 45987 clauses out of 92009 with flag 1118000/1118000
152.36/150.71	c cleaning 46995 clauses out of 94022 with flag 1166000/1166000
160.68/159.00	c cleaning 48011 clauses out of 96029 with flag 1215002/1215002
168.71/167.05	c cleaning 49004 clauses out of 98016 with flag 1265000/1265000
178.13/176.44	c cleaning 49996 clauses out of 100012 with flag 1316000/1316000
186.10/184.33	c cleaning 51002 clauses out of 102016 with flag 1368000/1368000
195.80/194.00	c cleaning 51998 clauses out of 104014 with flag 1421000/1421000
204.12/202.39	c cleaning 53001 clauses out of 106017 with flag 1475001/1475001
213.94/212.14	c cleaning 54001 clauses out of 108016 with flag 1530001/1530001
222.27/220.49	c cleaning 55001 clauses out of 110016 with flag 1586002/1586002
233.99/232.12	c cleaning 56002 clauses out of 112015 with flag 1643002/1643002
244.29/242.44	c cleaning 57002 clauses out of 114012 with flag 1701001/1701001
255.62/253.70	c cleaning 57997 clauses out of 116010 with flag 1760001/1760001
269.84/267.90	c cleaning 59003 clauses out of 118015 with flag 1820003/1820003
281.52/279.50	c cleaning 59999 clauses out of 120009 with flag 1881000/1881000
293.65/291.67	c cleaning 60993 clauses out of 122014 with flag 1943004/1943004
305.11/303.06	c cleaning 61998 clauses out of 124017 with flag 2006000/2006000
317.63/315.52	c cleaning 63000 clauses out of 126019 with flag 2070000/2070000
330.76/328.68	c cleaning 64003 clauses out of 128019 with flag 2135000/2135000
343.79/341.68	c cleaning 65003 clauses out of 130016 with flag 2201000/2201000
356.82/354.65	c cleaning 65998 clauses out of 132016 with flag 2268003/2268003
371.14/368.91	c cleaning 66995 clauses out of 134015 with flag 2336000/2336000
384.07/381.85	c cleaning 68003 clauses out of 136023 with flag 2405003/2405003
397.28/395.10	c cleaning 68998 clauses out of 138018 with flag 2475001/2475001
412.32/410.05	c cleaning 70001 clauses out of 140019 with flag 2546000/2546000
427.63/425.35	c cleaning 71002 clauses out of 142018 with flag 2618000/2618000
443.03/440.77	c cleaning 72006 clauses out of 144016 with flag 2691000/2691000
460.66/458.38	c cleaning 73005 clauses out of 146010 with flag 2765000/2765000
479.42/477.09	c cleaning 74001 clauses out of 148009 with flag 2840004/2840004
499.58/497.19	c cleaning 75000 clauses out of 150006 with flag 2916002/2916002
515.90/513.42	c cleaning 75990 clauses out of 152004 with flag 2993000/2993000
526.32/523.82	c cleaning 77004 clauses out of 154015 with flag 3071001/3071001
538.36/535.87	c cleaning 77996 clauses out of 156010 with flag 3150000/3150000
551.01/548.46	c cleaning 78996 clauses out of 158014 with flag 3230000/3230000
564.44/561.80	c cleaning 79988 clauses out of 160018 with flag 3311000/3311000
579.80/577.16	c cleaning 80998 clauses out of 162030 with flag 3393000/3393000
596.36/593.66	c cleaning 82010 clauses out of 164033 with flag 3476001/3476001
611.91/609.13	c cleaning 83001 clauses out of 166022 with flag 3560000/3560000
631.06/628.26	c cleaning 84005 clauses out of 168023 with flag 3645002/3645002
651.50/648.62	c cleaning 84999 clauses out of 170016 with flag 3731000/3731000
673.57/670.67	c cleaning 85997 clauses out of 172017 with flag 3818000/3818000
693.83/690.89	c cleaning 87006 clauses out of 174023 with flag 3906003/3906003
719.38/716.38	c cleaning 87997 clauses out of 176015 with flag 3995001/3995001
740.20/737.17	c cleaning 89004 clauses out of 178017 with flag 4085000/4085000
762.24/759.17	c cleaning 89994 clauses out of 180014 with flag 4176001/4176001
781.76/778.63	c cleaning 90992 clauses out of 182019 with flag 4268000/4268000
805.80/802.63	c cleaning 92001 clauses out of 184028 with flag 4361001/4361001
826.13/822.91	c cleaning 93003 clauses out of 186027 with flag 4455001/4455001
841.55/838.35	c cleaning 94001 clauses out of 188025 with flag 4550002/4550002
858.57/855.36	c cleaning 94986 clauses out of 190022 with flag 4646000/4646000
877.42/874.17	c cleaning 96000 clauses out of 192037 with flag 4743001/4743001
897.89/894.55	c cleaning 96989 clauses out of 194036 with flag 4841000/4841000
921.03/917.66	c cleaning 98011 clauses out of 196047 with flag 4940000/4940000
948.09/944.68	c cleaning 99010 clauses out of 198038 with flag 5040002/5040002
975.62/972.00	c cleaning 100003 clauses out of 200026 with flag 5141000/5141000
999.57/995.94	c cleaning 101005 clauses out of 202025 with flag 5243002/5243002
1027.23/1023.50	c cleaning 102003 clauses out of 204018 with flag 5346000/5346000
1054.05/1050.33	c cleaning 102998 clauses out of 206016 with flag 5450001/5450001
1077.71/1073.92	c cleaning 104002 clauses out of 208018 with flag 5555001/5555001
1100.67/1096.86	c cleaning 104996 clauses out of 210017 with flag 5661002/5661002
1123.13/1119.29	c cleaning 106002 clauses out of 212019 with flag 5768000/5768000
1147.89/1143.91	c cleaning 106999 clauses out of 214019 with flag 5876002/5876002
1179.56/1175.57	c cleaning 108001 clauses out of 216019 with flag 5985001/5985001
1207.25/1203.15	c cleaning 108988 clauses out of 218017 with flag 6095000/6095000
1233.67/1229.51	c cleaning 110003 clauses out of 220030 with flag 6206001/6206001
1261.93/1257.70	c cleaning 110998 clauses out of 222026 with flag 6318000/6318000
1289.18/1284.95	c cleaning 112001 clauses out of 224028 with flag 6431000/6431000
1321.53/1317.28	c cleaning 113001 clauses out of 226027 with flag 6545000/6545000
1356.98/1352.61	c cleaning 113994 clauses out of 228026 with flag 6660000/6660000
1378.20/1373.87	c cleaning 115012 clauses out of 230034 with flag 6776002/6776002
1404.83/1400.42	c cleaning 116003 clauses out of 232021 with flag 6893001/6893001
1429.65/1425.28	c cleaning 116999 clauses out of 234018 with flag 7011001/7011001
1456.67/1452.29	c cleaning 117995 clauses out of 236018 with flag 7130000/7130000
1485.64/1481.18	c cleaning 118994 clauses out of 238023 with flag 7250000/7250000
1502.69/1498.11	c cleaning 119992 clauses out of 240029 with flag 7371000/7371000
1528.24/1523.64	c cleaning 121006 clauses out of 242037 with flag 7493000/7493000
1561.82/1557.16	c cleaning 122011 clauses out of 244032 with flag 7616001/7616001
1602.93/1598.20	c cleaning 122999 clauses out of 246020 with flag 7740000/7740000
1645.42/1640.53	c cleaning 123993 clauses out of 248021 with flag 7865000/7865000
1693.01/1687.85	c cleaning 125001 clauses out of 250031 with flag 7991003/7991003
1738.35/1733.10	c cleaning 126004 clauses out of 252027 with flag 8118000/8118000
1775.93/1770.60	c cleaning 127004 clauses out of 254024 with flag 8246001/8246001
1800.04/1794.61	c starts		: 299
1800.04/1794.61	c conflicts		: 8344270
1800.04/1794.61	c decisions		: 9505294
1800.04/1794.61	c propagations		: 328840377
1800.04/1794.61	c inspects		: 25215776774
1800.04/1794.61	c shortcuts		: 0
1800.04/1794.61	c learnt literals	: 0
1800.04/1794.61	c learnt binary clauses	: 0
1800.04/1794.61	c learnt ternary clauses	: 0
1800.04/1794.61	c learnt constraints	: 8344270
1800.04/1794.61	c ignored constraints	: 0
1800.04/1794.61	c root simplifications	: 0
1800.04/1794.61	c removed literals (reason simplification)	: 0
1800.04/1794.61	c reason swapping (by a shorter reason)	: 0
1800.04/1794.61	c Calls to reduceDB	: 124
1800.04/1794.61	c number of reductions to clauses (during analyze)	: 0
1800.04/1794.61	c number of learned constraints concerned by reduction	: 0
1800.04/1794.61	c number of learning phase by resolution	: 0
1800.04/1794.61	c number of learning phase by cutting planes	: 0
1800.04/1794.61	c speed (assignments/second)	: 183290.7097294899
1800.04/1794.61	c non guided choices	30520
1800.04/1794.64	c learnt constraints type 
1800.04/1794.64	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 225359
1800.04/1794.64	c constraints type 
1800.04/1794.64	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 29334
1800.04/1794.64	c org.sat4j.minisat.constraints.card.MinWatchCard => 941
1800.04/1794.64	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 78
1800.04/1794.64	c 30353 constraints processed.
1800.04/1794.64	s UNKNOWN
1800.04/1794.64	c Total wall clock time (in seconds): 1794.531

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-3687493-1337871935/watcher-3687493-1337871935 -o /tmp/evaluation-result-3687493-1337871935/solver-3687493-1337871935 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3687493-1337871935.opb 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 0.26 0.09 3/192 23864
/proc/meminfo: memFree=29696560/32873852 swapFree=7616/7616
[pid=23864] ppid=23862 vsize=11812 CPUtime=0 cores=0,2,4,6
/proc/23864/stat : 23864 (runsolver) D 23862 23864 23289 0 -1 4202560 40 0 0 0 0 0 0 0 20 0 1 0 253318943 12095488 51 33554432000 4194304 5436572 140737194362000 140737194358296 4883175 0 0 4096 24578 18446744071579943789 0 0 17 2 0 0 0 0 0
/proc/23864/statm: 2953 51 31 304 0 2645 0

[startup+0.0296449 s]
/proc/loadavg: 1.00 0.26 0.09 3/192 23864
/proc/meminfo: memFree=29696560/32873852 swapFree=7616/7616
[pid=23864] ppid=23862 vsize=8682984 CPUtime=0 cores=0,2,4,6
/proc/23864/stat : 23864 (java) S 23862 23864 23289 0 -1 4202496 2001 0 1 0 0 0 0 0 20 0 6 0 253318943 8891375616 1683 33554432000 1073741824 1073778376 140734404574480 140734404565616 252266446909 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 1 0 0
/proc/23864/statm: 2187130 1683 951 9 0 2178239 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8682984

[startup+0.100288 s]
/proc/loadavg: 1.00 0.26 0.09 3/192 23864
/proc/meminfo: memFree=29696560/32873852 swapFree=7616/7616
[pid=23864] ppid=23862 vsize=9558412 CPUtime=0.08 cores=0,2,4,6
/proc/23864/stat : 23864 (java) S 23862 23864 23289 0 -1 4202496 4311 0 1 0 7 1 0 0 20 0 18 0 253318943 9787813888 4991 33554432000 1073741824 1073778376 140734404574480 140734404565616 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 1 0 0
/proc/23864/statm: 2389603 4991 2108 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558412

[startup+0.300161 s]
/proc/loadavg: 1.00 0.26 0.09 3/192 23864
/proc/meminfo: memFree=29696560/32873852 swapFree=7616/7616
[pid=23864] ppid=23862 vsize=9558412 CPUtime=0.5 cores=0,2,4,6
/proc/23864/stat : 23864 (java) S 23862 23864 23289 0 -1 4202496 6462 0 1 0 48 2 0 0 20 0 18 0 253318943 9787813888 13406 33554432000 1073741824 1073778376 140734404574480 140734404565616 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 1 0 0
/proc/23864/statm: 2389603 13406 2217 9 0 2380296 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9558412

[startup+0.70016 s]
/proc/loadavg: 1.00 0.26 0.09 3/192 23864
/proc/meminfo: memFree=29696560/32873852 swapFree=7616/7616
[pid=23864] ppid=23862 vsize=9624976 CPUtime=1.45 cores=0,2,4,6
/proc/23864/stat : 23864 (java) S 23862 23864 23289 0 -1 4202496 9269 0 1 0 141 4 0 0 20 0 19 0 253318943 9855975424 33647 33554432000 1073741824 1073778376 140734404574480 140734404565616 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 1 0 0
/proc/23864/statm: 2406244 33647 2250 9 0 2396937 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 9624976

[startup+1.50066 s]
/proc/loadavg: 1.00 0.26 0.09 3/211 23883
/proc/meminfo: memFree=29553800/32873852 swapFree=7616/7616
[pid=23864] ppid=23862 vsize=9624976 CPUtime=2.39 cores=0,2,4,6
/proc/23864/stat : 23864 (java) S 23862 23864 23289 0 -1 4202496 9456 0 1 0 234 5 0 0 20 0 19 0 253318943 9855975424 38345 33554432000 1073741824 1073778376 140734404574480 140734404565616 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 1 0 0
/proc/23864/statm: 2406244 38345 2278 9 0 2396937 0
[pid=23864/tid=23866] ppid=23862 vsize=9624976 CPUtime=1.39 cores=0,2,4,6
/proc/23864/task/23866/stat : 23866 (java) R 23862 23864 23289 0 -1 4202560 2564 0 1 0 136 3 0 0 20 0 19 0 253318946 9855975424 38345 33554432000 1073741824 1073778376 140734404574480 139962381504856 139962321425935 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23864/tid=23867] ppid=23862 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23864/task/23867/stat : 23867 (java) S 23862 23864 23289 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253318946 9855975424 38345 33554432000 1073741824 1073778376 140734404574480 139962320235560 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23864/tid=23868] ppid=23862 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23864/task/23868/stat : 23868 (java) S 23862 23864 23289 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 253318946 9855975424 38345 33554432000 1073741824 1073778376 140734404574480 139962319182760 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23864/tid=23869] ppid=23862 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23864/task/23869/stat : 23869 (java) S 23862 23864 23289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253318946 9855975424 38345 33554432000 1073741824 1073778376 140734404574480 139962318129960 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23864/tid=23870] ppid=23862 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23864/task/23870/stat : 23870 (java) S 23862 23864 23289 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 253318946 9855975424 38345 33554432000 1073741824 1073778376 140734404574480 139962317077160 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23864/tid=23871] ppid=23862 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23864/task/23871/stat : 23871 (java) S 23862 23864 23289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253318946 9855975424 38345 33554432000 1073741824 1073778376 140734404574480 139962316024360 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23864/tid=23872] ppid=23862 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23864/task/23872/stat : 23872 (java) S 23862 23864 23289 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 253318946 9855975424 38345 33554432000 1073741824 1073778376 140734404574480 139962314971560 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23864/tid=23873] ppid=23862 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23864/task/23873/stat : 23873 (java) S 23862 23864 23289 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 253318946 9855975424 38345 33554432000 1073741824 1073778376 140734404574480 139962219182376 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23864/tid=23874] ppid=23862 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23864/task/23874/stat : 23874 (java) S 23862 23864 23289 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 253318946 9855975424 38345 33554432000 1073741824 1073778376 140734404574480 139962218129576 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23864/tid=23875] ppid=23862 vsize=9624976 CPUtime=0.04 cores=0,2,4,6
/proc/23864/task/23875/stat : 23875 (java) S 23862 23864 23289 0 -1 4202560 33 0 0 0 4 0 0 0 20 0 19 0 253318947 9855975424 38345 33554432000 1073741824 1073778376 140734404574480 139962205719528 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23864/tid=23876] ppid=23862 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23864/task/23876/stat : 23876 (java) S 23862 23864 23289 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253318948 9855975424 38345 33554432000 1073741824 1073778376 140734404574480 139962204665592 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23864/tid=23877] ppid=23862 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23864/task/23877/stat : 23877 (java) S 23862 23864 23289 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253318948 9855975424 38345 33554432000 1073741824 1073778376 140734404574480 139962203612680 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23864/tid=23878] ppid=23862 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23864/task/23878/stat : 23878 (java) S 23862 23864 23289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253318950 9855975424 38345 33554432000 1073741824 1073778376 140734404574480 139962202561168 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23864/tid=23879] ppid=23862 vsize=9624976 CPUtime=0.46 cores=0,2,4,6
/proc/23864/task/23879/stat : 23879 (java) S 23862 23864 23289 0 -1 4202560 2935 0 0 0 46 0 0 0 20 0 19 0 253318950 9855975424 38345 33554432000 1073741824 1073778376 140734404574480 139962201508280 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23864/tid=23880] ppid=23862 vsize=9624976 CPUtime=0.39 cores=0,2,4,6
/proc/23864/task/23880/stat : 23880 (java) S 23862 23864 23289 0 -1 4202560 2704 0 0 0 39 0 0 0 20 0 19 0 253318950 9855975424 38345 33554432000 1073741824 1073778376 140734404574480 139962200455480 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23864/tid=23881] ppid=23862 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23864/task/23881/stat : 23881 (java) S 23862 23864 23289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253318950 9855975424 38345 33554432000 1073741824 1073778376 140734404574480 139962199402872 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23864/tid=23882] ppid=23862 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23864/task/23882/stat : 23882 (java) S 23862 23864 23289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253318950 9855975424 38345 33554432000 1073741824 1073778376 140734404574480 139962198350280 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23864/tid=23883] ppid=23862 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23864/task/23883/stat : 23883 (java) S 23862 23864 23289 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253318996 9855975424 38345 33554432000 1073741824 1073778376 140734404574480 139962197296808 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.39
Current children cumulated vsize (KiB) 9624976

[startup+3.10066 s]
/proc/loadavg: 1.00 0.26 0.09 3/211 23883
/proc/meminfo: memFree=29547160/32873852 swapFree=7616/7616
[pid=23864] ppid=23862 vsize=9624976 CPUtime=4.04 cores=0,2,4,6
/proc/23864/stat : 23864 (java) S 23862 23864 23289 0 -1 4202496 9501 0 1 0 399 5 0 0 20 0 19 0 253318943 9855975424 39408 33554432000 1073741824 1073778376 140734404574480 140734404565616 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 1 0 0
/proc/23864/statm: 2406244 39408 2278 9 0 2396937 0
[pid=23864/tid=23866] ppid=23862 vsize=9624976 CPUtime=2.95 cores=0,2,4,6
/proc/23864/task/23866/stat : 23866 (java) R 23862 23864 23289 0 -1 4202560 2565 0 1 0 292 3 0 0 20 0 19 0 253318946 9855975424 39408 33554432000 1073741824 1073778376 140734404574480 139962381504696 139962322019333 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23864/tid=23867] ppid=23862 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23864/task/23867/stat : 23867 (java) S 23862 23864 23289 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253318946 9855975424 39408 33554432000 1073741824 1073778376 140734404574480 139962320235560 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23864/tid=23868] ppid=23862 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23864/task/23868/stat : 23868 (java) S 23862 23864 23289 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 253318946 9855975424 39408 33554432000 1073741824 1073778376 140734404574480 139962319182760 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23864/tid=23869] ppid=23862 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23864/task/23869/stat : 23869 (java) S 23862 23864 23289 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 253318946 9855975424 39408 33554432000 1073741824 1073778376 140734404574480 139962318129960 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23864/tid=23870] ppid=23862 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23864/task/23870/stat : 23870 (java) S 23862 23864 23289 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 253318946 9855975424 39408 33554432000 1073741824 1073778376 140734404574480 139962317077160 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23864/tid=23871] ppid=23862 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23864/task/23871/stat : 23871 (java) S 23862 23864 23289 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 253318946 9855975424 39408 33554432000 1073741824 1073778376 140734404574480 139962316024360 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23864/tid=23872] ppid=23862 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23864/task/23872/stat : 23872 (java) S 23862 23864 23289 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 253318946 9855975424 39408 33554432000 1073741824 1073778376 140734404574480 139962314971560 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23864/tid=23873] ppid=23862 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23864/task/23873/stat : 23873 (java) S 23862 23864 23289 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 253318946 9855975424 39408 33554432000 1073741824 1073778376 140734404574480 139962219182376 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23864/tid=23874] ppid=23862 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23864/task/23874/stat : 23874 (java) S 23862 23864 23289 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253318946 9855975424 39408 33554432000 1073741824 1073778376 140734404574480 139962218129576 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23864/tid=23875] ppid=23862 vsize=9624976 CPUtime=0.08 cores=0,2,4,6
/proc/23864/task/23875/stat : 23875 (java) S 23862 23864 23289 0 -1 4202560 34 0 0 0 8 0 0 0 20 0 19 0 253318947 9855975424 39408 33554432000 1073741824 1073778376 140734404574480 139962205719528 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23864/tid=23876] ppid=23862 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23864/task/23876/stat : 23876 (java) S 23862 23864 23289 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253318948 9855975424 39408 33554432000 1073741824 1073778376 140734404574480 139962204665592 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23864/tid=23877] ppid=23862 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23864/task/23877/stat : 23877 (java) S 23862 23864 23289 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253318948 9855975424 39408 33554432000 1073741824 1073778376 140734404574480 139962203612680 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23864/tid=23878] ppid=23862 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23864/task/23878/stat : 23878 (java) S 23862 23864 23289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253318950 9855975424 39408 33554432000 1073741824 1073778376 140734404574480 139962202561168 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23864/tid=23879] ppid=23862 vsize=9624976 CPUtime=0.5 cores=0,2,4,6
/proc/23864/task/23879/stat : 23879 (java) S 23862 23864 23289 0 -1 4202560 2959 0 0 0 50 0 0 0 20 0 19 0 253318950 9855975424 39408 33554432000 1073741824 1073778376 140734404574480 139962201508280 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23864/tid=23880] ppid=23862 vsize=9624976 CPUtime=0.4 cores=0,2,4,6
/proc/23864/task/23880/stat : 23880 (java) S 23862 23864 23289 0 -1 4202560 2705 0 0 0 40 0 0 0 20 0 19 0 253318950 9855975424 39408 33554432000 1073741824 1073778376 140734404574480 139962200455480 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23864/tid=23881] ppid=23862 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23864/task/23881/stat : 23881 (java) S 23862 23864 23289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253318950 9855975424 39408 33554432000 1073741824 1073778376 140734404574480 139962199402872 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23864/tid=23882] ppid=23862 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23864/task/23882/stat : 23882 (java) S 23862 23864 23289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253318950 9855975424 39408 33554432000 1073741824 1073778376 140734404574480 139962198350280 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23864/tid=23883] ppid=23862 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23864/task/23883/stat : 23883 (java) S 23862 23864 23289 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253318996 9855975424 39408 33554432000 1073741824 1073778376 140734404574480 139962197296808 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.04
Current children cumulated vsize (KiB) 9624976

[startup+6.30067 s]
/proc/loadavg: 1.08 0.29 0.10 3/211 23883
/proc/meminfo: memFree=29542948/32873852 swapFree=7616/7616
[pid=23864] ppid=23862 vsize=9624976 CPUtime=7.27 cores=0,2,4,6
/proc/23864/stat : 23864 (java) S 23862 23864 23289 0 -1 4202496 9518 0 1 0 722 5 0 0 20 0 19 0 253318943 9855975424 40259 33554432000 1073741824 1073778376 140734404574480 140734404565616 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 1 0 0
/proc/23864/statm: 2406244 40259 2278 9 0 2396937 0
[pid=23864/tid=23866] ppid=23862 vsize=9624976 CPUtime=6.04 cores=0,2,4,6
/proc/23864/task/23866/stat : 23866 (java) R 23862 23864 23289 0 -1 4202560 2570 0 1 0 601 3 0 0 20 0 19 0 253318946 9855975424 40259 33554432000 1073741824 1073778376 140734404574480 139962381504736 139962321857839 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23864/tid=23867] ppid=23862 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23864/task/23867/stat : 23867 (java) S 23862 23864 23289 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 253318946 9855975424 40259 33554432000 1073741824 1073778376 140734404574480 139962320235560 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23864/tid=23868] ppid=23862 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23864/task/23868/stat : 23868 (java) S 23862 23864 23289 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 253318946 9855975424 40259 33554432000 1073741824 1073778376 140734404574480 139962319182760 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23864/tid=23869] ppid=23862 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23864/task/23869/stat : 23869 (java) S 23862 23864 23289 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 253318946 9855975424 40259 33554432000 1073741824 1073778376 140734404574480 139962318129960 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23864/tid=23870] ppid=23862 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23864/task/23870/stat : 23870 (java) S 23862 23864 23289 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 253318946 9855975424 40259 33554432000 1073741824 1073778376 140734404574480 139962317077160 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23864/tid=23871] ppid=23862 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23864/task/23871/stat : 23871 (java) S 23862 23864 23289 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253318946 9855975424 40259 33554432000 1073741824 1073778376 140734404574480 139962316024360 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23864/tid=23872] ppid=23862 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23864/task/23872/stat : 23872 (java) S 23862 23864 23289 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 253318946 9855975424 40259 33554432000 1073741824 1073778376 140734404574480 139962314971560 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23864/tid=23873] ppid=23862 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23864/task/23873/stat : 23873 (java) S 23862 23864 23289 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 253318946 9855975424 40259 33554432000 1073741824 1073778376 140734404574480 139962219182376 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23864/tid=23874] ppid=23862 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23864/task/23874/stat : 23874 (java) S 23862 23864 23289 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253318946 9855975424 40259 33554432000 1073741824 1073778376 140734404574480 139962218129576 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23864/tid=23875] ppid=23862 vsize=9624976 CPUtime=0.16 cores=0,2,4,6
/proc/23864/task/23875/stat : 23875 (java) S 23862 23864 23289 0 -1 4202560 35 0 0 0 16 0 0 0 20 0 19 0 253318947 9855975424 40259 33554432000 1073741824 1073778376 140734404574480 139962205719528 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23864/tid=23876] ppid=23862 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23864/task/23876/stat : 23876 (java) S 23862 23864 23289 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253318948 9855975424 40259 33554432000 1073741824 1073778376 140734404574480 139962204665592 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23864/tid=23877] ppid=23862 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23864/task/23877/stat : 23877 (java) S 23862 23864 23289 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253318948 9855975424 40259 33554432000 1073741824 1073778376 140734404574480 139962203612680 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23864/tid=23878] ppid=23862 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23864/task/23878/stat : 23878 (java) S 23862 23864 23289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253318950 9855975424 40259 33554432000 1073741824 1073778376 140734404574480 139962202561168 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23864/tid=23879] ppid=23862 vsize=9624976 CPUtime=0.5 cores=0,2,4,6
/proc/23864/task/23879/stat : 23879 (java) S 23862 23864 23289 0 -1 4202560 2959 0 0 0 50 0 0 0 20 0 19 0 253318950 9855975424 40259 33554432000 1073741824 1073778376 140734404574480 139962201508280 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23864/tid=23880] ppid=23862 vsize=9624976 CPUtime=0.4 cores=0,2,4,6
/proc/23864/task/23880/stat : 23880 (java) S 23862 23864 23289 0 -1 4202560 2705 0 0 0 40 0 0 0 20 0 19 0 253318950 9855975424 40259 33554432000 1073741824 1073778376 140734404574480 139962200455480 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23864/tid=23881] ppid=23862 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23864/task/23881/stat : 23881 (java) S 23862 23864 23289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253318950 9855975424 40259 33554432000 1073741824 1073778376 140734404574480 139962199402872 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23864/tid=23882] ppid=23862 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23864/task/23882/stat : 23882 (java) S 23862 23864 23289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253318950 9855975424 40259 33554432000 1073741824 1073778376 140734404574480 139962198350280 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23864/tid=23883] ppid=23862 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23864/task/23883/stat : 23883 (java) S 23862 23864 23289 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253318996 9855975424 40259 33554432000 1073741824 1073778376 140734404574480 139962197296808 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.27
Current children cumulated vsize (KiB) 9624976

[startup+12.7007 s]

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

[pid=23864/tid=23879] ppid=23862 vsize=9624976 CPUtime=0.52 cores=0,2,4,6
/proc/23864/task/23879/stat : 23879 (java) S 23862 23864 23289 0 -1 4202560 3071 0 0 0 52 0 0 0 20 0 19 0 253318950 9855975424 87192 33554432000 1073741824 1073778376 140734404574480 139962201508280 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23864/tid=23880] ppid=23862 vsize=9624976 CPUtime=0.4 cores=0,2,4,6
/proc/23864/task/23880/stat : 23880 (java) S 23862 23864 23289 0 -1 4202560 2705 0 0 0 40 0 0 0 20 0 19 0 253318950 9855975424 87192 33554432000 1073741824 1073778376 140734404574480 139962200455480 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23864/tid=23881] ppid=23862 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23864/task/23881/stat : 23881 (java) S 23862 23864 23289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253318950 9855975424 87192 33554432000 1073741824 1073778376 140734404574480 139962199402872 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23864/tid=23882] ppid=23862 vsize=9624976 CPUtime=0.56 cores=0,2,4,6
/proc/23864/task/23882/stat : 23882 (java) S 23862 23864 23289 0 -1 4202560 95 0 0 0 28 28 0 0 20 0 19 0 253318950 9855975424 87192 33554432000 1073741824 1073778376 140734404574480 139962198350280 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23864/tid=23883] ppid=23862 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23864/task/23883/stat : 23883 (java) S 23862 23864 23289 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253318996 9855975424 87192 33554432000 1073741824 1073778376 140734404574480 139962197296808 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1667.32
Current children cumulated vsize (KiB) 9624976

[startup+1722.3 s]
/proc/loadavg: 2.08 2.02 1.69 3/211 24354
/proc/meminfo: memFree=26651704/32873852 swapFree=7616/7616
[pid=23864] ppid=23862 vsize=9624976 CPUtime=1727.55 cores=0,2,4,6
/proc/23864/stat : 23864 (java) S 23862 23864 23289 0 -1 4202496 11767 0 1 0 172698 57 0 0 20 0 19 0 253318943 9855975424 106136 33554432000 1073741824 1073778376 140734404574480 140734404565616 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 1 0 0
/proc/23864/statm: 2406244 106136 2279 9 0 2396937 0
[pid=23864/tid=23866] ppid=23862 vsize=9624976 CPUtime=1710.05 cores=0,2,4,6
/proc/23864/task/23866/stat : 23866 (java) R 23862 23864 23289 0 -1 4202560 2692 0 1 0 170976 29 0 0 20 0 19 0 253318946 9855975424 106136 33554432000 1073741824 1073778376 140734404574480 139962381504736 139962322019295 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=23864/tid=23867] ppid=23862 vsize=9624976 CPUtime=0.66 cores=0,2,4,6
/proc/23864/task/23867/stat : 23867 (java) S 23862 23864 23289 0 -1 4202560 133 0 0 0 63 3 0 0 20 0 19 0 253318946 9855975424 106136 33554432000 1073741824 1073778376 140734404574480 139962320235560 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23864/tid=23868] ppid=23862 vsize=9624976 CPUtime=0.8 cores=0,2,4,6
/proc/23864/task/23868/stat : 23868 (java) S 23862 23864 23289 0 -1 4202560 404 0 0 0 75 5 0 0 20 0 19 0 253318946 9855975424 106136 33554432000 1073741824 1073778376 140734404574480 139962319182760 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23864/tid=23869] ppid=23862 vsize=9624976 CPUtime=0.85 cores=0,2,4,6
/proc/23864/task/23869/stat : 23869 (java) S 23862 23864 23289 0 -1 4202560 294 0 0 0 82 3 0 0 20 0 19 0 253318946 9855975424 106136 33554432000 1073741824 1073778376 140734404574480 139962318129960 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23864/tid=23870] ppid=23862 vsize=9624976 CPUtime=0.68 cores=0,2,4,6
/proc/23864/task/23870/stat : 23870 (java) S 23862 23864 23289 0 -1 4202560 187 0 0 0 65 3 0 0 20 0 19 0 253318946 9855975424 106136 33554432000 1073741824 1073778376 140734404574480 139962317077160 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23864/tid=23871] ppid=23862 vsize=9624976 CPUtime=0.67 cores=0,2,4,6
/proc/23864/task/23871/stat : 23871 (java) S 23862 23864 23289 0 -1 4202560 142 0 0 0 64 3 0 0 20 0 19 0 253318946 9855975424 106136 33554432000 1073741824 1073778376 140734404574480 139962316024360 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23864/tid=23872] ppid=23862 vsize=9624976 CPUtime=0.8 cores=0,2,4,6
/proc/23864/task/23872/stat : 23872 (java) S 23862 23864 23289 0 -1 4202560 162 0 0 0 75 5 0 0 20 0 19 0 253318946 9855975424 106136 33554432000 1073741824 1073778376 140734404574480 139962314971560 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23864/tid=23873] ppid=23862 vsize=9624976 CPUtime=0.69 cores=0,2,4,6
/proc/23864/task/23873/stat : 23873 (java) S 23862 23864 23289 0 -1 4202560 262 0 0 0 66 3 0 0 20 0 19 0 253318946 9855975424 106136 33554432000 1073741824 1073778376 140734404574480 139962219182376 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23864/tid=23874] ppid=23862 vsize=9624976 CPUtime=0.7 cores=0,2,4,6
/proc/23864/task/23874/stat : 23874 (java) S 23862 23864 23289 0 -1 4202560 293 0 0 0 67 3 0 0 20 0 19 0 253318946 9855975424 106136 33554432000 1073741824 1073778376 140734404574480 139962218129576 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23864/tid=23875] ppid=23862 vsize=9624976 CPUtime=6.04 cores=0,2,4,6
/proc/23864/task/23875/stat : 23875 (java) S 23862 23864 23289 0 -1 4202560 144 0 0 0 602 2 0 0 20 0 19 0 253318947 9855975424 106136 33554432000 1073741824 1073778376 140734404574480 139962205719528 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23864/tid=23876] ppid=23862 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23864/task/23876/stat : 23876 (java) S 23862 23864 23289 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253318948 9855975424 106136 33554432000 1073741824 1073778376 140734404574480 139962204665592 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23864/tid=23877] ppid=23862 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23864/task/23877/stat : 23877 (java) S 23862 23864 23289 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253318948 9855975424 106136 33554432000 1073741824 1073778376 140734404574480 139962203612680 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23864/tid=23878] ppid=23862 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23864/task/23878/stat : 23878 (java) S 23862 23864 23289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253318950 9855975424 106136 33554432000 1073741824 1073778376 140734404574480 139962202561168 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23864/tid=23879] ppid=23862 vsize=9624976 CPUtime=0.52 cores=0,2,4,6
/proc/23864/task/23879/stat : 23879 (java) S 23862 23864 23289 0 -1 4202560 3071 0 0 0 52 0 0 0 20 0 19 0 253318950 9855975424 106136 33554432000 1073741824 1073778376 140734404574480 139962201508280 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23864/tid=23880] ppid=23862 vsize=9624976 CPUtime=0.4 cores=0,2,4,6
/proc/23864/task/23880/stat : 23880 (java) S 23862 23864 23289 0 -1 4202560 2705 0 0 0 40 0 0 0 20 0 19 0 253318950 9855975424 106136 33554432000 1073741824 1073778376 140734404574480 139962200455480 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23864/tid=23881] ppid=23862 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23864/task/23881/stat : 23881 (java) S 23862 23864 23289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253318950 9855975424 106136 33554432000 1073741824 1073778376 140734404574480 139962199402872 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23864/tid=23882] ppid=23862 vsize=9624976 CPUtime=0.58 cores=0,2,4,6
/proc/23864/task/23882/stat : 23882 (java) S 23862 23864 23289 0 -1 4202560 99 0 0 0 28 30 0 0 20 0 19 0 253318950 9855975424 106136 33554432000 1073741824 1073778376 140734404574480 139962198350280 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23864/tid=23883] ppid=23862 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23864/task/23883/stat : 23883 (java) S 23862 23864 23289 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253318996 9855975424 106136 33554432000 1073741824 1073778376 140734404574480 139962197296808 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1727.55
Current children cumulated vsize (KiB) 9624976

[startup+1782.3 s]
/proc/loadavg: 2.03 2.01 1.71 3/211 24355
/proc/meminfo: memFree=26627128/32873852 swapFree=7616/7616
[pid=23864] ppid=23862 vsize=9624976 CPUtime=1787.74 cores=0,2,4,6
/proc/23864/stat : 23864 (java) S 23862 23864 23289 0 -1 4202496 11793 0 1 0 178717 57 0 0 20 0 19 0 253318943 9855975424 106152 33554432000 1073741824 1073778376 140734404574480 140734404565616 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 1 0 0
/proc/23864/statm: 2406244 106152 2279 9 0 2396937 0
[pid=23864/tid=23866] ppid=23862 vsize=9624976 CPUtime=1769.6 cores=0,2,4,6
/proc/23864/task/23866/stat : 23866 (java) R 23862 23864 23289 0 -1 4202560 2694 0 1 0 176930 30 0 0 20 0 19 0 253318946 9855975424 106152 33554432000 1073741824 1073778376 140734404574480 139962381504736 139962321896534 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=23864/tid=23867] ppid=23862 vsize=9624976 CPUtime=0.68 cores=0,2,4,6
/proc/23864/task/23867/stat : 23867 (java) S 23862 23864 23289 0 -1 4202560 133 0 0 0 65 3 0 0 20 0 19 0 253318946 9855975424 106152 33554432000 1073741824 1073778376 140734404574480 139962320235560 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23864/tid=23868] ppid=23862 vsize=9624976 CPUtime=0.84 cores=0,2,4,6
/proc/23864/task/23868/stat : 23868 (java) S 23862 23864 23289 0 -1 4202560 404 0 0 0 79 5 0 0 20 0 19 0 253318946 9855975424 106152 33554432000 1073741824 1073778376 140734404574480 139962319182760 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23864/tid=23869] ppid=23862 vsize=9624976 CPUtime=0.88 cores=0,2,4,6
/proc/23864/task/23869/stat : 23869 (java) S 23862 23864 23289 0 -1 4202560 294 0 0 0 85 3 0 0 20 0 19 0 253318946 9855975424 106152 33554432000 1073741824 1073778376 140734404574480 139962318129960 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23864/tid=23870] ppid=23862 vsize=9624976 CPUtime=0.71 cores=0,2,4,6
/proc/23864/task/23870/stat : 23870 (java) S 23862 23864 23289 0 -1 4202560 187 0 0 0 68 3 0 0 20 0 19 0 253318946 9855975424 106152 33554432000 1073741824 1073778376 140734404574480 139962317077160 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23864/tid=23871] ppid=23862 vsize=9624976 CPUtime=0.7 cores=0,2,4,6
/proc/23864/task/23871/stat : 23871 (java) S 23862 23864 23289 0 -1 4202560 142 0 0 0 67 3 0 0 20 0 19 0 253318946 9855975424 106152 33554432000 1073741824 1073778376 140734404574480 139962316024360 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23864/tid=23872] ppid=23862 vsize=9624976 CPUtime=0.84 cores=0,2,4,6
/proc/23864/task/23872/stat : 23872 (java) S 23862 23864 23289 0 -1 4202560 162 0 0 0 79 5 0 0 20 0 19 0 253318946 9855975424 106152 33554432000 1073741824 1073778376 140734404574480 139962314971560 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23864/tid=23873] ppid=23862 vsize=9624976 CPUtime=0.73 cores=0,2,4,6
/proc/23864/task/23873/stat : 23873 (java) S 23862 23864 23289 0 -1 4202560 278 0 0 0 70 3 0 0 20 0 19 0 253318946 9855975424 106152 33554432000 1073741824 1073778376 140734404574480 139962219182376 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23864/tid=23874] ppid=23862 vsize=9624976 CPUtime=0.73 cores=0,2,4,6
/proc/23864/task/23874/stat : 23874 (java) S 23862 23864 23289 0 -1 4202560 293 0 0 0 70 3 0 0 20 0 19 0 253318946 9855975424 106152 33554432000 1073741824 1073778376 140734404574480 139962218129576 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23864/tid=23875] ppid=23862 vsize=9624976 CPUtime=6.27 cores=0,2,4,6
/proc/23864/task/23875/stat : 23875 (java) S 23862 23864 23289 0 -1 4202560 148 0 0 0 625 2 0 0 20 0 19 0 253318947 9855975424 106152 33554432000 1073741824 1073778376 140734404574480 139962205719528 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23864/tid=23876] ppid=23862 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23864/task/23876/stat : 23876 (java) S 23862 23864 23289 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253318948 9855975424 106152 33554432000 1073741824 1073778376 140734404574480 139962204665592 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23864/tid=23877] ppid=23862 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23864/task/23877/stat : 23877 (java) S 23862 23864 23289 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253318948 9855975424 106152 33554432000 1073741824 1073778376 140734404574480 139962203612680 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23864/tid=23878] ppid=23862 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23864/task/23878/stat : 23878 (java) S 23862 23864 23289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253318950 9855975424 106152 33554432000 1073741824 1073778376 140734404574480 139962202561168 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23864/tid=23879] ppid=23862 vsize=9624976 CPUtime=0.52 cores=0,2,4,6
/proc/23864/task/23879/stat : 23879 (java) S 23862 23864 23289 0 -1 4202560 3071 0 0 0 52 0 0 0 20 0 19 0 253318950 9855975424 106152 33554432000 1073741824 1073778376 140734404574480 139962201508280 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23864/tid=23880] ppid=23862 vsize=9624976 CPUtime=0.4 cores=0,2,4,6
/proc/23864/task/23880/stat : 23880 (java) S 23862 23864 23289 0 -1 4202560 2705 0 0 0 40 0 0 0 20 0 19 0 253318950 9855975424 106152 33554432000 1073741824 1073778376 140734404574480 139962200455480 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23864/tid=23881] ppid=23862 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23864/task/23881/stat : 23881 (java) S 23862 23864 23289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253318950 9855975424 106152 33554432000 1073741824 1073778376 140734404574480 139962199402872 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23864/tid=23882] ppid=23862 vsize=9624976 CPUtime=0.61 cores=0,2,4,6
/proc/23864/task/23882/stat : 23882 (java) S 23862 23864 23289 0 -1 4202560 103 0 0 0 30 31 0 0 20 0 19 0 253318950 9855975424 106152 33554432000 1073741824 1073778376 140734404574480 139962198350280 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23864/tid=23883] ppid=23862 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23864/task/23883/stat : 23883 (java) S 23862 23864 23289 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253318996 9855975424 106152 33554432000 1073741824 1073778376 140734404574480 139962197296808 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1787.74
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1794.6 s]
/proc/loadavg: 2.02 2.01 1.71 3/211 24355
/proc/meminfo: memFree=26627004/32873852 swapFree=7616/7616
[pid=23864] ppid=23862 vsize=9624976 CPUtime=1800.04 cores=0,2,4,6
/proc/23864/stat : 23864 (java) S 23862 23864 23289 0 -1 4202496 11793 0 1 0 179947 57 0 0 20 0 19 0 253318943 9855975424 106152 33554432000 1073741824 1073778376 140734404574480 140734404565616 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 1 0 0
/proc/23864/statm: 2406244 106152 2279 9 0 2396937 0
[pid=23864/tid=23866] ppid=23862 vsize=9624976 CPUtime=1781.88 cores=0,2,4,6
/proc/23864/task/23866/stat : 23866 (java) R 23862 23864 23289 0 -1 4202560 2694 0 1 0 178157 31 0 0 20 0 19 0 253318946 9855975424 106152 33554432000 1073741824 1073778376 140734404574480 139962381504736 139962321897760 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=23864/tid=23867] ppid=23862 vsize=9624976 CPUtime=0.68 cores=0,2,4,6
/proc/23864/task/23867/stat : 23867 (java) S 23862 23864 23289 0 -1 4202560 133 0 0 0 65 3 0 0 20 0 19 0 253318946 9855975424 106152 33554432000 1073741824 1073778376 140734404574480 139962320235560 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23864/tid=23868] ppid=23862 vsize=9624976 CPUtime=0.84 cores=0,2,4,6
/proc/23864/task/23868/stat : 23868 (java) S 23862 23864 23289 0 -1 4202560 404 0 0 0 79 5 0 0 20 0 19 0 253318946 9855975424 106152 33554432000 1073741824 1073778376 140734404574480 139962319182760 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23864/tid=23869] ppid=23862 vsize=9624976 CPUtime=0.88 cores=0,2,4,6
/proc/23864/task/23869/stat : 23869 (java) S 23862 23864 23289 0 -1 4202560 294 0 0 0 85 3 0 0 20 0 19 0 253318946 9855975424 106152 33554432000 1073741824 1073778376 140734404574480 139962318129960 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23864/tid=23870] ppid=23862 vsize=9624976 CPUtime=0.71 cores=0,2,4,6
/proc/23864/task/23870/stat : 23870 (java) S 23862 23864 23289 0 -1 4202560 187 0 0 0 68 3 0 0 20 0 19 0 253318946 9855975424 106152 33554432000 1073741824 1073778376 140734404574480 139962317077160 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23864/tid=23871] ppid=23862 vsize=9624976 CPUtime=0.7 cores=0,2,4,6
/proc/23864/task/23871/stat : 23871 (java) S 23862 23864 23289 0 -1 4202560 142 0 0 0 67 3 0 0 20 0 19 0 253318946 9855975424 106152 33554432000 1073741824 1073778376 140734404574480 139962316024360 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23864/tid=23872] ppid=23862 vsize=9624976 CPUtime=0.84 cores=0,2,4,6
/proc/23864/task/23872/stat : 23872 (java) S 23862 23864 23289 0 -1 4202560 162 0 0 0 79 5 0 0 20 0 19 0 253318946 9855975424 106152 33554432000 1073741824 1073778376 140734404574480 139962314971560 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23864/tid=23873] ppid=23862 vsize=9624976 CPUtime=0.73 cores=0,2,4,6
/proc/23864/task/23873/stat : 23873 (java) S 23862 23864 23289 0 -1 4202560 278 0 0 0 70 3 0 0 20 0 19 0 253318946 9855975424 106152 33554432000 1073741824 1073778376 140734404574480 139962219182376 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23864/tid=23874] ppid=23862 vsize=9624976 CPUtime=0.73 cores=0,2,4,6
/proc/23864/task/23874/stat : 23874 (java) S 23862 23864 23289 0 -1 4202560 293 0 0 0 70 3 0 0 20 0 19 0 253318946 9855975424 106152 33554432000 1073741824 1073778376 140734404574480 139962218129576 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23864/tid=23875] ppid=23862 vsize=9624976 CPUtime=6.27 cores=0,2,4,6
/proc/23864/task/23875/stat : 23875 (java) S 23862 23864 23289 0 -1 4202560 148 0 0 0 625 2 0 0 20 0 19 0 253318947 9855975424 106152 33554432000 1073741824 1073778376 140734404574480 139962205719528 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23864/tid=23876] ppid=23862 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23864/task/23876/stat : 23876 (java) S 23862 23864 23289 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253318948 9855975424 106152 33554432000 1073741824 1073778376 140734404574480 139962204665592 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23864/tid=23877] ppid=23862 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23864/task/23877/stat : 23877 (java) S 23862 23864 23289 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253318948 9855975424 106152 33554432000 1073741824 1073778376 140734404574480 139962203612680 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23864/tid=23878] ppid=23862 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23864/task/23878/stat : 23878 (java) S 23862 23864 23289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253318950 9855975424 106152 33554432000 1073741824 1073778376 140734404574480 139962202561168 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23864/tid=23879] ppid=23862 vsize=9624976 CPUtime=0.52 cores=0,2,4,6
/proc/23864/task/23879/stat : 23879 (java) S 23862 23864 23289 0 -1 4202560 3071 0 0 0 52 0 0 0 20 0 19 0 253318950 9855975424 106152 33554432000 1073741824 1073778376 140734404574480 139962201508280 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23864/tid=23880] ppid=23862 vsize=9624976 CPUtime=0.4 cores=0,2,4,6
/proc/23864/task/23880/stat : 23880 (java) S 23862 23864 23289 0 -1 4202560 2705 0 0 0 40 0 0 0 20 0 19 0 253318950 9855975424 106152 33554432000 1073741824 1073778376 140734404574480 139962200455480 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23864/tid=23881] ppid=23862 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23864/task/23881/stat : 23881 (java) S 23862 23864 23289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253318950 9855975424 106152 33554432000 1073741824 1073778376 140734404574480 139962199402872 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23864/tid=23882] ppid=23862 vsize=9624976 CPUtime=0.61 cores=0,2,4,6
/proc/23864/task/23882/stat : 23882 (java) S 23862 23864 23289 0 -1 4202560 103 0 0 0 30 31 0 0 20 0 19 0 253318950 9855975424 106152 33554432000 1073741824 1073778376 140734404574480 139962198350280 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23864/tid=23883] ppid=23862 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23864/task/23883/stat : 23883 (java) S 23862 23864 23289 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253318996 9855975424 106152 33554432000 1073741824 1073778376 140734404574480 139962197296808 252266461097 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 23864 and gives
#  childrusage.ru_utime.tv_sec=1795
#  childrusage.ru_utime.tv_usec=79106
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=73836
# CPU time returned by wait4() is 1796.15
# 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.65
CPU time (s): 1800.04
CPU user time (s): 1799.47
CPU system time (s): 0.57
CPU usage (%): 100.3
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.08
system time used= 1.07384
maximum resident set size= 424736
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11829
page faults= 1
swaps= 0
block input operations= 8
block output operations= 1704
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 41384
involuntary context switches= 15946

runsolver used 5.98109 second user time and 14.9027 second system time

The end

Launcher Data

Begin job on node131 at 2012-05-24 17:05:35
IDJOB=3687493
IDBENCH=1500
IDSOLVER=2269
FILE ID=node131/3687493-1337871935
RUNJOBID= node131-1337871881-23305
PBS_JOBID= 14620073
Free space on /tmp= 71600 MiB

SOLVER NAME= Sat 4j PB Resolution 2.3.2 Snapshot
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/web/www.ps.uni-sb.de/~walser/benchmarks/ppp-problems/normalized-ppp:1-11,19,21.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3687493-1337871935/watcher-3687493-1337871935 -o /tmp/evaluation-result-3687493-1337871935/solver-3687493-1337871935 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3687493-1337871935.opb

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

MD5SUM BENCH= d484bc8efed557f17788965b19feafe5
RANDOM SEED=1452361849

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873852 kB
MemFree:        29696452 kB
Buffers:          206348 kB
Cached:          2126568 kB
SwapCached:            0 kB
Active:           573568 kB
Inactive:        1837508 kB
Active(anon):      80744 kB
Inactive(anon):        0 kB
Active(file):     492824 kB
Inactive(file):  1837508 kB
Unevictable:        7616 kB
Mlocked:            7616 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1764 kB
Writeback:             0 kB
AnonPages:         50428 kB
Mapped:            22596 kB
Shmem:               204 kB
Slab:             629092 kB
SReclaimable:      71124 kB
SUnreclaim:       557968 kB
KernelStack:        1744 kB
PageTables:         4888 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:     696244 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 71600 MiB
End job on node131 at 2012-05-24 17:35:32