Trace number 3459289

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j Resolution 2.3.0? (TO) 1800.2 1797.57

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
liu/vdw/normalized-vdw_k4_l4_n360.opb
MD5SUMa399b3055416a9d1117a7f2bb11b2cef
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
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 benchmark419.029
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables1440
Total number of constraints86040
Number of constraints which are clauses85680
Number of constraints which are cardinality constraints (but not clauses)360
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint4
Maximum length of a constraint4
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 7
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.05/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.05/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.08	c See www.sat4j.org for details.
0.05/0.09	c version 2.3.1.v20110525
0.05/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.09	c java.vm.version	19.1-b02
0.05/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.09	c sun.arch.data.model	64
0.05/0.09	c java.version		1.6.0_24
0.05/0.09	c os.name		Linux
0.05/0.09	c os.version		2.6.18-164.el5
0.05/0.09	c os.arch		amd64
0.05/0.09	c Free memory 		12995394264
0.05/0.09	c Max memory 		13063553024
0.05/0.09	c Total memory 		13063553024
0.05/0.09	c Number of processors 	8
0.11/0.11	c Pseudo Boolean Optimization
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@13d4c61c
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose learned constraints deletion strategy
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-3459289-1307136031.opb
0.11/0.11	c reading problem ... 
1.32/0.91	c ... done. Wall clock time 0.8s.
1.32/0.91	c #vars     1440
1.32/0.91	c #constraints  86400
1.32/0.91	c constraints type 
1.32/0.91	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 86040
1.32/0.91	c org.sat4j.minisat.constraints.card.MinWatchCard => 360
2.66/1.91	c cleaning 2492 clauses out of 5001 with flag 5001/5001
3.44/2.67	c cleaning 4244 clauses out of 8509 with flag 11001/11001
4.34/3.50	c cleaning 5628 clauses out of 11265 with flag 18001/18001
5.35/4.54	c cleaning 6816 clauses out of 13639 with flag 26003/26003
6.61/5.72	c cleaning 7907 clauses out of 15820 with flag 35000/35000
7.91/7.05	c cleaning 8952 clauses out of 17915 with flag 45002/45002
9.41/8.54	c cleaning 9978 clauses out of 19963 with flag 56002/56002
11.12/10.21	c cleaning 10981 clauses out of 21984 with flag 68001/68001
12.83/12.01	c cleaning 11989 clauses out of 24002 with flag 81000/81000
14.83/13.92	c cleaning 13001 clauses out of 26013 with flag 95000/95000
17.03/16.16	c cleaning 13998 clauses out of 28012 with flag 110000/110000
19.24/18.35	c cleaning 14997 clauses out of 30014 with flag 126000/126000
21.74/20.87	c cleaning 15989 clauses out of 32019 with flag 143002/143002
24.65/23.79	c cleaning 17005 clauses out of 34028 with flag 161000/161000
27.65/26.75	c cleaning 18007 clauses out of 36023 with flag 180000/180000
30.56/29.68	c cleaning 19000 clauses out of 38016 with flag 200000/200000
33.86/32.99	c cleaning 20000 clauses out of 40017 with flag 221001/221001
37.46/36.51	c cleaning 20992 clauses out of 42016 with flag 243000/243000
41.68/40.75	c cleaning 21988 clauses out of 44024 with flag 266000/266000
45.18/44.21	c cleaning 23011 clauses out of 46038 with flag 290002/290002
49.18/48.28	c cleaning 24006 clauses out of 48026 with flag 315001/315001
54.29/53.37	c cleaning 25001 clauses out of 50019 with flag 341000/341000
59.22/58.30	c cleaning 25991 clauses out of 52018 with flag 368000/368000
64.83/63.89	c cleaning 27005 clauses out of 54027 with flag 396000/396000
69.33/68.38	c cleaning 28006 clauses out of 56025 with flag 425003/425003
74.64/73.67	c cleaning 29000 clauses out of 58017 with flag 455001/455001
80.34/79.34	c cleaning 29991 clauses out of 60017 with flag 486001/486001
87.75/86.73	c cleaning 31000 clauses out of 62025 with flag 518000/518000
94.58/93.56	c cleaning 32001 clauses out of 64025 with flag 551000/551000
102.18/101.17	c cleaning 33001 clauses out of 66025 with flag 585001/585001
107.68/106.65	c cleaning 34006 clauses out of 68023 with flag 620000/620000
113.99/112.95	c cleaning 34998 clauses out of 70017 with flag 656000/656000
120.60/119.59	c cleaning 35989 clauses out of 72019 with flag 693000/693000
128.20/127.15	c cleaning 37006 clauses out of 74031 with flag 731001/731001
138.11/137.00	c cleaning 38003 clauses out of 76025 with flag 770001/770001
145.84/144.78	c cleaning 39001 clauses out of 78021 with flag 810000/810000
156.55/155.41	c cleaning 40003 clauses out of 80020 with flag 851000/851000
165.66/164.51	c cleaning 40982 clauses out of 82017 with flag 893000/893000
173.27/172.18	c cleaning 41993 clauses out of 84036 with flag 936001/936001
182.78/181.60	c cleaning 43011 clauses out of 86042 with flag 980000/980000
192.79/191.65	c cleaning 43998 clauses out of 88031 with flag 1025000/1025000
203.61/202.47	c cleaning 45002 clauses out of 90033 with flag 1071000/1071000
215.11/213.97	c cleaning 46003 clauses out of 92032 with flag 1118001/1118001
228.73/227.51	c cleaning 46999 clauses out of 94028 with flag 1166000/1166000
240.54/239.39	c cleaning 48007 clauses out of 96029 with flag 1215000/1215000
255.46/254.25	c cleaning 49002 clauses out of 98023 with flag 1265001/1265001
271.58/270.36	c cleaning 49995 clauses out of 100022 with flag 1316002/1316002
280.81/279.55	c cleaning 51009 clauses out of 102030 with flag 1368005/1368005
292.01/290.74	c cleaning 51998 clauses out of 104019 with flag 1421003/1421003
304.32/303.02	c cleaning 52987 clauses out of 106019 with flag 1475001/1475001
318.24/316.96	c cleaning 54001 clauses out of 108031 with flag 1530000/1530000
334.56/333.23	c cleaning 55003 clauses out of 110030 with flag 1586000/1586000
348.48/347.19	c cleaning 55997 clauses out of 112027 with flag 1643000/1643000
365.10/363.72	c cleaning 56994 clauses out of 114030 with flag 1701000/1701000
383.52/382.11	c cleaning 57988 clauses out of 116036 with flag 1760000/1760000
398.93/397.52	c cleaning 59010 clauses out of 118049 with flag 1820001/1820001
415.54/414.19	c cleaning 59977 clauses out of 120038 with flag 1881000/1881000
433.96/432.54	c cleaning 60994 clauses out of 122063 with flag 1943002/1943002
449.97/448.52	c cleaning 62032 clauses out of 124069 with flag 2006002/2006002
462.78/461.37	c cleaning 62999 clauses out of 126035 with flag 2070000/2070000
478.30/476.81	c cleaning 63978 clauses out of 128036 with flag 2135000/2135000
496.02/494.54	c cleaning 65019 clauses out of 130058 with flag 2201000/2201000
515.94/514.49	c cleaning 66008 clauses out of 132043 with flag 2268004/2268004
533.17/531.67	c cleaning 66996 clauses out of 134031 with flag 2336000/2336000
552.88/551.31	c cleaning 68006 clauses out of 136035 with flag 2405000/2405000
571.20/569.68	c cleaning 68993 clauses out of 138029 with flag 2475000/2475000
593.71/592.18	c cleaning 70002 clauses out of 140036 with flag 2546000/2546000
616.23/614.67	c cleaning 71008 clauses out of 142037 with flag 2618003/2618003
634.45/632.87	c cleaning 72002 clauses out of 144028 with flag 2691002/2691002
656.38/654.74	c cleaning 72998 clauses out of 146027 with flag 2765003/2765003
682.61/680.92	c cleaning 73990 clauses out of 148028 with flag 2840002/2840002
708.82/707.11	c cleaning 74995 clauses out of 150036 with flag 2916000/2916000
733.84/732.10	c cleaning 76014 clauses out of 152041 with flag 2993000/2993000
749.36/747.63	c cleaning 76989 clauses out of 154027 with flag 3071000/3071000
767.77/766.09	c cleaning 78006 clauses out of 156039 with flag 3150001/3150001
787.88/786.11	c cleaning 79003 clauses out of 158033 with flag 3230001/3230001
809.21/807.47	c cleaning 79999 clauses out of 160029 with flag 3311000/3311000
838.42/836.65	c cleaning 81003 clauses out of 162030 with flag 3393000/3393000
860.14/858.33	c cleaning 81988 clauses out of 164027 with flag 3476000/3476000
890.26/888.49	c cleaning 82998 clauses out of 166040 with flag 3560001/3560001
922.28/920.48	c cleaning 84002 clauses out of 168041 with flag 3645000/3645000
949.92/948.11	c cleaning 85003 clauses out of 170039 with flag 3731000/3731000
979.64/977.78	c cleaning 86005 clauses out of 172036 with flag 3818000/3818000
1011.27/1009.38	c cleaning 86499 clauses out of 173036 with flag 3905005/3905005
1044.81/1042.89	c cleaning 86760 clauses out of 173533 with flag 3992001/3992001
1076.53/1074.60	c cleaning 86867 clauses out of 173772 with flag 4079000/4079000
1110.65/1108.63	c cleaning 86944 clauses out of 173905 with flag 4166000/4166000
1144.47/1142.50	c cleaning 86937 clauses out of 173962 with flag 4253001/4253001
1175.81/1173.79	c cleaning 86981 clauses out of 174025 with flag 4340001/4340001
1206.81/1204.74	c cleaning 86980 clauses out of 174044 with flag 4427001/4427001
1229.93/1227.83	c cleaning 87020 clauses out of 174066 with flag 4514003/4514003
1250.14/1248.03	c cleaning 87006 clauses out of 174043 with flag 4601000/4601000
1277.16/1275.00	c cleaning 87017 clauses out of 174039 with flag 4688002/4688002
1312.79/1310.63	c cleaning 86989 clauses out of 174020 with flag 4775000/4775000
1338.42/1336.29	c cleaning 86986 clauses out of 174031 with flag 4862000/4862000
1363.14/1360.98	c cleaning 87005 clauses out of 174045 with flag 4949000/4949000
1399.16/1396.97	c cleaning 87001 clauses out of 174040 with flag 5036000/5036000
1434.09/1431.89	c cleaning 87012 clauses out of 174039 with flag 5123000/5123000
1457.32/1455.02	c cleaning 86989 clauses out of 174029 with flag 5210002/5210002
1486.84/1484.56	c cleaning 87008 clauses out of 174038 with flag 5297000/5297000
1515.76/1513.50	c cleaning 86976 clauses out of 174031 with flag 5384001/5384001
1546.38/1544.03	c cleaning 87009 clauses out of 174054 with flag 5471000/5471000
1574.61/1572.20	c cleaning 87005 clauses out of 174045 with flag 5558000/5558000
1604.64/1602.23	c cleaning 87004 clauses out of 174040 with flag 5645000/5645000
1637.37/1634.95	c cleaning 86997 clauses out of 174036 with flag 5732000/5732000
1667.78/1665.39	c cleaning 86990 clauses out of 174039 with flag 5819000/5819000
1702.40/1699.90	c cleaning 87011 clauses out of 174051 with flag 5906002/5906002
1729.42/1726.98	c cleaning 87007 clauses out of 174038 with flag 5993000/5993000
1761.93/1759.44	c cleaning 86987 clauses out of 174031 with flag 6080000/6080000
1793.96/1791.47	c cleaning 86997 clauses out of 174045 with flag 6167001/6167001
1800.08/1797.52	c starts		: 276
1800.08/1797.52	c conflicts		: 6192968
1800.08/1797.52	c decisions		: 7575959
1800.08/1797.52	c propagations		: 710912421
1800.08/1797.52	c inspects		: 18241866768
1800.08/1797.52	c shortcuts		: 0
1800.08/1797.52	c learnt literals	: 0
1800.08/1797.52	c learnt binary clauses	: 0
1800.08/1797.52	c learnt ternary clauses	: 0
1800.08/1797.52	c learnt constraints	: 6192968
1800.08/1797.52	c ignored constraints	: 0
1800.08/1797.52	c root simplifications	: 0
1800.08/1797.52	c removed literals (reason simplification)	: 79646519
1800.08/1797.52	c reason swapping (by a shorter reason)	: 0
1800.08/1797.52	c Calls to reduceDB	: 110
1800.08/1797.52	c number of reductions to clauses (during analyze)	: 0
1800.08/1797.52	c number of learned constraints concerned by reduction	: 0
1800.08/1797.52	c number of learning phase by resolution	: 0
1800.08/1797.52	c number of learning phase by cutting planes	: 0
1800.08/1797.52	c speed (assignments/second)	: 395696.6408959095
1800.08/1797.52	c non guided choices	214
1800.08/1797.55	c learnt constraints type 
1800.08/1797.55	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 113088
1800.08/1797.55	c constraints type 
1800.08/1797.55	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 86040
1800.08/1797.55	c org.sat4j.minisat.constraints.card.MinWatchCard => 360
1800.08/1797.55	s UNKNOWN
1800.08/1797.55	c Total wall clock time (in seconds): 1797.438

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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-3459289-1307136031/watcher-3459289-1307136031 -o /tmp/evaluation-result-3459289-1307136031/solver-3459289-1307136031 -C 1800 -W 1900 -M 15500 java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3459289-1307136031.opb 

running on 4 cores: 1,3,5,7

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.03 2.01 2.18 2/404 2467
/proc/meminfo: memFree=23686760/32951124 swapFree=49244120/67111528
[pid=2467] ppid=2465 vsize=23028 CPUtime=0 cores=1,3,5,7
/proc/2467/stat : 2467 (java) R 2465 2467 31984 0 -1 4202496 952 0 0 0 0 0 0 0 25 0 1 0 825205835 23580672 697 33554432000 1073741824 1073778376 140734681867296 18446744073709551615 218365994897 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/2467/statm: 5757 697 513 9 0 124 0
[pid=2467/tid=2468] ppid=2465 vsize=13526316 CPUtime=0 cores=1,3,5,7
/proc/2467/task/2468/stat : 2468 (java) R 2465 2467 31984 0 -1 4202560 4401 0 1 0 0 0 0 0 25 0 2 0 825205836 13850947584 5217 33554432000 1073741824 1073778376 140734681867296 18446744073709551615 218370651195 0 4 0 16784584 0 0 0 -1 3 0 0 0

[startup+0.0595139 s]
/proc/loadavg: 2.03 2.01 2.18 2/404 2467
/proc/meminfo: memFree=23686760/32951124 swapFree=49244120/67111528
[pid=2467] ppid=2465 vsize=13549616 CPUtime=0.05 cores=1,3,5,7
/proc/2467/stat : 2467 (java) S 2465 2467 31984 0 -1 4202496 14030 0 1 0 3 2 0 0 25 0 13 0 825205835 13874806784 13728 33554432000 1073741824 1073778376 140734681867296 18446744073709551615 218382759909 0 0 0 16800971 18446744073709551615 0 0 17 3 0 0 0
/proc/2467/statm: 3387404 13729 1686 9 0 3378152 0
[pid=2467/tid=2468] ppid=2465 vsize=13549616 CPUtime=0.04 cores=1,3,5,7
/proc/2467/task/2468/stat : 2468 (java) R 2465 2467 31984 0 -1 4202560 12889 0 1 0 3 1 0 0 25 0 13 0 825205836 13874806784 13734 33554432000 1073741824 1073778376 140734681867296 18446744073709551615 47908874445023 0 4 0 16800971 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 13549616

[startup+0.100534 s]
/proc/loadavg: 2.03 2.01 2.18 2/404 2467
/proc/meminfo: memFree=23686760/32951124 swapFree=49244120/67111528
[pid=2467] ppid=2465 vsize=13621756 CPUtime=0.11 cores=1,3,5,7
/proc/2467/stat : 2467 (java) S 2465 2467 31984 0 -1 4202496 15533 0 1 0 9 2 0 0 25 0 18 0 825205835 13948678144 15231 33554432000 1073741824 1073778376 140734681867296 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/2467/statm: 3405439 15231 2092 9 0 3396173 0
[pid=2467/tid=2468] ppid=2465 vsize=13621756 CPUtime=0.08 cores=1,3,5,7
/proc/2467/task/2468/stat : 2468 (java) R 2465 2467 31984 0 -1 4202560 13597 0 1 0 7 1 0 0 18 0 18 0 825205836 13948678144 15231 33554432000 1073741824 1073778376 140734681867296 18446744073709551615 218382783947 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 13621756

[startup+0.300435 s]
/proc/loadavg: 2.03 2.01 2.18 2/404 2467
/proc/meminfo: memFree=23686760/32951124 swapFree=49244120/67111528
[pid=2467] ppid=2465 vsize=13623420 CPUtime=0.5 cores=1,3,5,7
/proc/2467/stat : 2467 (java) S 2465 2467 31984 0 -1 4202496 19903 0 1 0 48 2 0 0 25 0 18 0 825205835 13950382080 19286 33554432000 1073741824 1073778376 140734681867296 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/2467/statm: 3405855 19287 2200 9 0 3396589 0
[pid=2467/tid=2468] ppid=2465 vsize=13623420 CPUtime=0.28 cores=1,3,5,7
/proc/2467/task/2468/stat : 2468 (java) R 2465 2467 31984 0 -1 4202560 16787 0 1 0 27 1 0 0 18 0 18 0 825205836 13950382080 19288 33554432000 1073741824 1073778376 140734681867296 18446744073709551615 46912505565681 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 13623420

[startup+0.700399 s]
/proc/loadavg: 2.03 2.01 2.18 2/404 2467
/proc/meminfo: memFree=23686760/32951124 swapFree=49244120/67111528
[pid=2467] ppid=2465 vsize=13625556 CPUtime=1.13 cores=1,3,5,7
/proc/2467/stat : 2467 (java) S 2465 2467 31984 0 -1 4202496 59137 0 1 0 105 8 0 0 25 0 18 0 825205835 13952569344 57094 33554432000 1073741824 1073778376 140734681867296 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/2467/statm: 3406389 57098 2213 9 0 3397123 0
[pid=2467/tid=2468] ppid=2465 vsize=13625556 CPUtime=0.68 cores=1,3,5,7
/proc/2467/task/2468/stat : 2468 (java) R 2465 2467 31984 0 -1 4202560 53394 0 1 0 62 6 0 0 18 0 18 0 825205836 13952569344 57100 33554432000 1073741824 1073778376 140734681867296 18446744073709551615 46912505634549 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 13625556

[startup+1.50126 s]
/proc/loadavg: 2.03 2.01 2.18 4/423 2486
/proc/meminfo: memFree=23371100/32951124 swapFree=49244120/67111528
[pid=2467] ppid=2465 vsize=13626432 CPUtime=2.23 cores=1,3,5,7
/proc/2467/stat : 2467 (java) S 2465 2467 31984 0 -1 4202496 84277 0 1 0 211 12 0 0 25 0 19 0 825205835 13953466368 81204 33554432000 1073741824 1073778376 140734681867296 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/2467/statm: 3406608 81204 2235 9 0 3397342 0
[pid=2467/tid=2468] ppid=2465 vsize=13626432 CPUtime=1.48 cores=1,3,5,7
/proc/2467/task/2468/stat : 2468 (java) R 2465 2467 31984 0 -1 4202560 77435 0 1 0 138 10 0 0 20 0 19 0 825205836 13953466368 81204 33554432000 1073741824 1073778376 140734681867296 18446744073709551615 46912505333120 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=2467/tid=2470] ppid=2465 vsize=13626432 CPUtime=0 cores=1,3,5,7
/proc/2467/task/2470/stat : 2470 (java) S 2465 2467 31984 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 825205838 13953466368 81204 33554432000 1073741824 1073778376 140734681867296 18446744073709551615 218382773145 0 4 0 16800975 18446604455597978048 0 0 -1 3 0 0 0
[pid=2467/tid=2471] ppid=2465 vsize=13626432 CPUtime=0 cores=1,3,5,7
/proc/2467/task/2471/stat : 2471 (java) S 2465 2467 31984 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 825205838 13953466368 81204 33554432000 1073741824 1073778376 140734681867296 18446744073709551615 218382773145 0 4 0 16800975 18446604455597978048 0 0 -1 3 0 0 0
[pid=2467/tid=2472] ppid=2465 vsize=13626432 CPUtime=0 cores=1,3,5,7
/proc/2467/task/2472/stat : 2472 (java) S 2465 2467 31984 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 825205838 13953466368 81204 33554432000 1073741824 1073778376 140734681867296 18446744073709551615 218382773145 0 4 0 16800975 18446604455597978048 0 0 -1 3 0 0 0
[pid=2467/tid=2473] ppid=2465 vsize=13626432 CPUtime=0 cores=1,3,5,7
/proc/2467/task/2473/stat : 2473 (java) S 2465 2467 31984 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 825205838 13953466368 81204 33554432000 1073741824 1073778376 140734681867296 18446744073709551615 218382773145 0 4 0 16800975 18446604455597978048 0 0 -1 3 0 0 0
[pid=2467/tid=2474] ppid=2465 vsize=13626432 CPUtime=0 cores=1,3,5,7
/proc/2467/task/2474/stat : 2474 (java) S 2465 2467 31984 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 825205838 13953466368 81204 33554432000 1073741824 1073778376 140734681867296 18446744073709551615 218382773145 0 4 0 16800975 18446604455597978048 0 0 -1 3 0 0 0
[pid=2467/tid=2475] ppid=2465 vsize=13626432 CPUtime=0 cores=1,3,5,7
/proc/2467/task/2475/stat : 2475 (java) S 2465 2467 31984 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 825205838 13953466368 81204 33554432000 1073741824 1073778376 140734681867296 18446744073709551615 218382773145 0 4 0 16800975 18446604455597978048 0 0 -1 3 0 0 0
[pid=2467/tid=2476] ppid=2465 vsize=13626432 CPUtime=0 cores=1,3,5,7
/proc/2467/task/2476/stat : 2476 (java) S 2465 2467 31984 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 825205838 13953466368 81204 33554432000 1073741824 1073778376 140734681867296 18446744073709551615 218382773145 0 4 0 16800975 18446604455597978048 0 0 -1 3 0 0 0
[pid=2467/tid=2477] ppid=2465 vsize=13626432 CPUtime=0 cores=1,3,5,7
/proc/2467/task/2477/stat : 2477 (java) S 2465 2467 31984 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 825205838 13953466368 81204 33554432000 1073741824 1073778376 140734681867296 18446744073709551615 218382773145 0 4 0 16800975 18446604455597978048 0 0 -1 3 0 0 0
[pid=2467/tid=2478] ppid=2465 vsize=13626432 CPUtime=0 cores=1,3,5,7
/proc/2467/task/2478/stat : 2478 (java) S 2465 2467 31984 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 825205839 13953466368 81204 33554432000 1073741824 1073778376 140734681867296 18446744073709551615 218382773760 0 0 0 16800975 18446604455597978048 0 0 -1 3 0 0 0
[pid=2467/tid=2479] ppid=2465 vsize=13626432 CPUtime=0 cores=1,3,5,7
/proc/2467/task/2479/stat : 2479 (java) S 2465 2467 31984 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 825205839 13953466368 81204 33554432000 1073741824 1073778376 140734681867296 18446744073709551615 218382773145 0 4 0 16800975 18446604455597978048 0 0 -1 3 0 0 0
[pid=2467/tid=2480] ppid=2465 vsize=13626432 CPUtime=0 cores=1,3,5,7
/proc/2467/task/2480/stat : 2480 (java) S 2465 2467 31984 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 825205839 13953466368 81204 33554432000 1073741824 1073778376 140734681867296 18446744073709551615 218382773145 0 4 0 16800975 18446604455597978048 0 0 -1 3 0 0 0
[pid=2467/tid=2481] ppid=2465 vsize=13626432 CPUtime=0 cores=1,3,5,7
/proc/2467/task/2481/stat : 2481 (java) S 2465 2467 31984 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 825205841 13953466368 81204 33554432000 1073741824 1073778376 140734681867296 18446744073709551615 218382780849 0 4 0 16800975 18446604455597978048 0 0 -1 3 0 0 0
[pid=2467/tid=2482] ppid=2465 vsize=13626432 CPUtime=0.31 cores=1,3,5,7
/proc/2467/task/2482/stat : 2482 (java) S 2465 2467 31984 0 -1 4202560 2104 0 0 0 31 0 0 0 15 0 19 0 825205841 13953466368 81204 33554432000 1073741824 1073778376 140734681867296 18446744073709551615 218382773145 0 4 0 16800975 18446604455597978048 0 0 -1 5 0 0 0
[pid=2467/tid=2483] ppid=2465 vsize=13626432 CPUtime=0.41 cores=1,3,5,7
/proc/2467/task/2483/stat : 2483 (java) S 2465 2467 31984 0 -1 4202560 3579 0 0 0 41 0 0 0 18 0 19 0 825205841 13953466368 81204 33554432000 1073741824 1073778376 140734681867296 18446744073709551615 218382773145 0 4 0 16800975 18446604455597978048 0 0 -1 1 0 0 0
[pid=2467/tid=2484] ppid=2465 vsize=13626432 CPUtime=0 cores=1,3,5,7
/proc/2467/task/2484/stat : 2484 (java) S 2465 2467 31984 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 825205841 13953466368 81204 33554432000 1073741824 1073778376 140734681867296 18446744073709551615 218382773145 0 4 0 16800975 18446604455597978048 0 0 -1 3 0 0 0
[pid=2467/tid=2485] ppid=2465 vsize=13626432 CPUtime=0 cores=1,3,5,7
/proc/2467/task/2485/stat : 2485 (java) S 2465 2467 31984 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 825205841 13953466368 81205 33554432000 1073741824 1073778376 140734681867296 18446744073709551615 218382773760 0 4 0 16800975 18446604455597978048 0 0 -1 7 0 0 0
[pid=2467/tid=2486] ppid=2465 vsize=13626432 CPUtime=0 cores=1,3,5,7
/proc/2467/task/2486/stat : 2486 (java) S 2465 2467 31984 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 825205927 13953466368 81205 33554432000 1073741824 1073778376 140734681867296 18446744073709551615 218382773760 0 4 0 16800975 18446604455597978048 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2.23
Current children cumulated vsize (KiB) 13626432

[startup+3.10098 s]
/proc/loadavg: 2.03 2.01 2.18 3/423 2486
/proc/meminfo: memFree=23349648/32951124 swapFree=49244120/67111528
[pid=2467] ppid=2465 vsize=13626588 CPUtime=3.94 cores=1,3,5,7
/proc/2467/stat : 2467 (java) S 2465 2467 31984 0 -1 4202496 90334 0 1 0 382 12 0 0 25 0 19 0 825205835 13953626112 86614 33554432000 1073741824 1073778376 140734681867296 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/2467/statm: 3406647 86614 2263 9 0 3397381 0
[pid=2467/tid=2468] ppid=2465 vsize=13626588 CPUtime=2.99 cores=1,3,5,7
/proc/2467/task/2468/stat : 2468 (java) R 2465 2467 31984 0 -1 4202560 77738 0 1 0 289 10 0 0 25 0 19 0 825205836 13953626112 86614 33554432000 1073741824 1073778376 140734681867296 18446744073709551615 46912505911000 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=2467/tid=2470] ppid=2465 vsize=13626588 CPUtime=0.01 cores=1,3,5,7
/proc/2467/task/2470/stat : 2470 (java) S 2465 2467 31984 0 -1 4202560 810 0 0 0 1 0 0 0 15 0 19 0 825205838 13953626112 86614 33554432000 1073741824 1073778376 140734681867296 18446744073709551615 218382773145 0 4 0 16800975 18446604455597978048 0 0 -1 1 0 0 0
[pid=2467/tid=2471] ppid=2465 vsize=13626588 CPUtime=0.01 cores=1,3,5,7
/proc/2467/task/2471/stat : 2471 (java) S 2465 2467 31984 0 -1 4202560 1036 0 0 0 1 0 0 0 15 0 19 0 825205838 13953626112 86614 33554432000 1073741824 1073778376 140734681867296 18446744073709551615 218382773145 0 4 0 16800975 18446604455597978048 0 0 -1 7 0 0 0
[pid=2467/tid=2472] ppid=2465 vsize=13626588 CPUtime=0 cores=1,3,5,7
/proc/2467/task/2472/stat : 2472 (java) S 2465 2467 31984 0 -1 4202560 501 0 0 0 0 0 0 0 15 0 19 0 825205838 13953626112 86614 33554432000 1073741824 1073778376 140734681867296 18446744073709551615 218382773145 0 4 0 16800975 18446604455597978048 0 0 -1 7 0 0 0
[pid=2467/tid=2473] ppid=2465 vsize=13626588 CPUtime=0 cores=1,3,5,7
/proc/2467/task/2473/stat : 2473 (java) S 2465 2467 31984 0 -1 4202560 123 0 0 0 0 0 0 0 15 0 19 0 825205838 13953626112 86614 33554432000 1073741824 1073778376 140734681867296 18446744073709551615 218382773145 0 4 0 16800975 18446604455597978048 0 0 -1 7 0 0 0
[pid=2467/tid=2474] ppid=2465 vsize=13626588 CPUtime=0 cores=1,3,5,7
/proc/2467/task/2474/stat : 2474 (java) S 2465 2467 31984 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 825205838 13953626112 86614 33554432000 1073741824 1073778376 140734681867296 18446744073709551615 218382773145 0 4 0 16800975 18446604455597978048 0 0 -1 7 0 0 0
[pid=2467/tid=2475] ppid=2465 vsize=13626588 CPUtime=0 cores=1,3,5,7
/proc/2467/task/2475/stat : 2475 (java) S 2465 2467 31984 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 825205838 13953626112 86614 33554432000 1073741824 1073778376 140734681867296 18446744073709551615 218382773145 0 4 0 16800975 18446604455597978048 0 0 -1 7 0 0 0
[pid=2467/tid=2476] ppid=2465 vsize=13626588 CPUtime=0 cores=1,3,5,7
/proc/2467/task/2476/stat : 2476 (java) S 2465 2467 31984 0 -1 4202560 146 0 0 0 0 0 0 0 16 0 19 0 825205838 13953626112 86614 33554432000 1073741824 1073778376 140734681867296 18446744073709551615 218382773145 0 4 0 16800975 18446604455597978048 0 0 -1 7 0 0 0
[pid=2467/tid=2477] ppid=2465 vsize=13626588 CPUtime=0 cores=1,3,5,7
/proc/2467/task/2477/stat : 2477 (java) S 2465 2467 31984 0 -1 4202560 128 0 0 0 0 0 0 0 15 0 19 0 825205838 13953626112 86614 33554432000 1073741824 1073778376 140734681867296 18446744073709551615 218382773145 0 4 0 16800975 18446604455597978048 0 0 -1 1 0 0 0
[pid=2467/tid=2478] ppid=2465 vsize=13626588 CPUtime=0.06 cores=1,3,5,7
/proc/2467/task/2478/stat : 2478 (java) S 2465 2467 31984 0 -1 4202560 2343 0 0 0 6 0 0 0 16 0 19 0 825205839 13953626112 86614 33554432000 1073741824 1073778376 140734681867296 18446744073709551615 218382773760 0 0 0 16800975 18446604455597978048 0 0 -1 3 0 0 0
[pid=2467/tid=2479] ppid=2465 vsize=13626588 CPUtime=0 cores=1,3,5,7
/proc/2467/task/2479/stat : 2479 (java) S 2465 2467 31984 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 825205839 13953626112 86614 33554432000 1073741824 1073778376 140734681867296 18446744073709551615 218382773145 0 4 0 16800975 18446604455597978048 0 0 -1 3 0 0 0
[pid=2467/tid=2480] ppid=2465 vsize=13626588 CPUtime=0 cores=1,3,5,7
/proc/2467/task/2480/stat : 2480 (java) S 2465 2467 31984 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 825205839 13953626112 86614 33554432000 1073741824 1073778376 140734681867296 18446744073709551615 218382773145 0 4 0 16800975 18446604455597978048 0 0 -1 3 0 0 0
[pid=2467/tid=2481] ppid=2465 vsize=13626588 CPUtime=0 cores=1,3,5,7
/proc/2467/task/2481/stat : 2481 (java) S 2465 2467 31984 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 825205841 13953626112 86614 33554432000 1073741824 1073778376 140734681867296 18446744073709551615 218382780849 0 4 0 16800975 18446604455597978048 0 0 -1 3 0 0 0
[pid=2467/tid=2482] ppid=2465 vsize=13626588 CPUtime=0.35 cores=1,3,5,7
/proc/2467/task/2482/stat : 2482 (java) S 2465 2467 31984 0 -1 4202560 2125 0 0 0 35 0 0 0 16 0 19 0 825205841 13953626112 86614 33554432000 1073741824 1073778376 140734681867296 18446744073709551615 218382773145 0 4 0 16800975 18446604455597978048 0 0 -1 5 0 0 0
[pid=2467/tid=2483] ppid=2465 vsize=13626588 CPUtime=0.47 cores=1,3,5,7
/proc/2467/task/2483/stat : 2483 (java) S 2465 2467 31984 0 -1 4202560 4233 0 0 0 47 0 0 0 16 0 19 0 825205841 13953626112 86614 33554432000 1073741824 1073778376 140734681867296 18446744073709551615 218382773145 0 4 0 16800975 18446604455597978048 0 0 -1 1 0 0 0
[pid=2467/tid=2484] ppid=2465 vsize=13626588 CPUtime=0 cores=1,3,5,7
/proc/2467/task/2484/stat : 2484 (java) S 2465 2467 31984 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 825205841 13953626112 86614 33554432000 1073741824 1073778376 140734681867296 18446744073709551615 218382773145 0 4 0 16800975 18446604455597978048 0 0 -1 3 0 0 0
[pid=2467/tid=2485] ppid=2465 vsize=13626588 CPUtime=0 cores=1,3,5,7
/proc/2467/task/2485/stat : 2485 (java) S 2465 2467 31984 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 825205841 13953626112 86614 33554432000 1073741824 1073778376 140734681867296 18446744073709551615 218382773760 0 4 0 16800975 18446604455597978048 0 0 -1 7 0 0 0
[pid=2467/tid=2486] ppid=2465 vsize=13626588 CPUtime=0 cores=1,3,5,7
/proc/2467/task/2486/stat : 2486 (java) S 2465 2467 31984 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 825205927 13953626112 86614 33554432000 1073741824 1073778376 140734681867296 18446744073709551615 218382773760 0 4 0 16800975 18446604455597978048 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3.94
Current children cumulated vsize (KiB) 13626588

[startup+6.30141 s]
/proc/loadavg: 2.03 2.01 2.18 3/423 2486
/proc/meminfo: memFree=23346384/32951124 swapFree=49244120/67111528
[pid=2467] ppid=2465 vsize=13624940 CPUtime=7.21 cores=1,3,5,7
/proc/2467/stat : 2467 (java) S 2465 2467 31984 0 -1 4202496 90919 0 1 0 708 13 0 0 25 0 19 0 825205835 13951938560 86713 33554432000 1073741824 1073778376 140734681867296 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/2467/statm: 3406235 86713 2263 9 0 3396969 0
[pid=2467/tid=2468] ppid=2465 vsize=13624940 CPUtime=6.07 cores=1,3,5,7
/proc/2467/task/2468/stat : 2468 (java) R 2465 2467 31984 0 -1 4202560 77743 0 1 0 597 10 0 0 25 0 19 0 825205836 13951938560 86713 33554432000 1073741824 1073778376 140734681867296 18446744073709551615 46912505961530 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=2467/tid=2470] ppid=2465 vsize=13624940 CPUtime=0.01 cores=1,3,5,7
/proc/2467/task/2470/stat : 2470 (java) S 2465 2467 31984 0 -1 4202560 810 0 0 0 1 0 0 0 15 0 19 0 825205838 13951938560 86713 33554432000 1073741824 1073778376 140734681867296 18446744073709551615 218382773145 0 4 0 16800975 18446604455597978048 0 0 -1 1 0 0 0
[pid=2467/tid=2471] ppid=2465 vsize=13624940 CPUtime=0.01 cores=1,3,5,7
/proc/2467/task/2471/stat : 2471 (java) S 2465 2467 31984 0 -1 4202560 1036 0 0 0 1 0 0 0 15 0 19 0 825205838 13951938560 86713 33554432000 1073741824 1073778376 140734681867296 18446744073709551615 218382773145 0 4 0 16800975 18446604455597978048 0 0 -1 7 0 0 0
[pid=2467/tid=2472] ppid=2465 vsize=13624940 CPUtime=0.01 cores=1,3,5,7
/proc/2467/task/2472/stat : 2472 (java) S 2465 2467 31984 0 -1 4202560 550 0 0 0 1 0 0 0 15 0 19 0 825205838 13951938560 86713 33554432000 1073741824 1073778376 140734681867296 18446744073709551615 218382773145 0 4 0 16800975 18446604455597978048 0 0 -1 7 0 0 0
[pid=2467/tid=2473] ppid=2465 vsize=13624940 CPUtime=0 cores=1,3,5,7
/proc/2467/task/2473/stat : 2473 (java) S 2465 2467 31984 0 -1 4202560 123 0 0 0 0 0 0 0 15 0 19 0 825205838 13951938560 86713 33554432000 1073741824 1073778376 140734681867296 18446744073709551615 218382773145 0 4 0 16800975 18446604455597978048 0 0 -1 1 0 0 0
[pid=2467/tid=2474] ppid=2465 vsize=13624940 CPUtime=0 cores=1,3,5,7
/proc/2467/task/2474/stat : 2474 (java) S 2465 2467 31984 0 -1 4202560 4 0 0 0 0 0 0 0 16 0 19 0 825205838 13951938560 86713 33554432000 1073741824 1073778376 140734681867296 18446744073709551615 218382773145 0 4 0 16800975 18446604455597978048 0 0 -1 7 0 0 0
[pid=2467/tid=2475] ppid=2465 vsize=13624940 CPUtime=0 cores=1,3,5,7
/proc/2467/task/2475/stat : 2475 (java) S 2465 2467 31984 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 825205838 13951938560 86713 33554432000 1073741824 1073778376 140734681867296 18446744073709551615 218382773145 0 4 0 16800975 18446604455597978048 0 0 -1 7 0 0 0
[pid=2467/tid=2476] ppid=2465 vsize=13624940 CPUtime=0 cores=1,3,5,7
/proc/2467/task/2476/stat : 2476 (java) S 2465 2467 31984 0 -1 4202560 181 0 0 0 0 0 0 0 15 0 19 0 825205838 13951938560 86713 33554432000 1073741824 1073778376 140734681867296 18446744073709551615 218382773145 0 4 0 16800975 18446604455597978048 0 0 -1 7 0 0 0
[pid=2467/tid=2477] ppid=2465 vsize=13624940 CPUtime=0 cores=1,3,5,7
/proc/2467/task/2477/stat : 2477 (java) S 2465 2467 31984 0 -1 4202560 353 0 0 0 0 0 0 0 15 0 19 0 825205838 13951938560 86713 33554432000 1073741824 1073778376 140734681867296 18446744073709551615 218382773145 0 4 0 16800975 18446604455597978048 0 0 -1 1 0 0 0
[pid=2467/tid=2478] ppid=2465 vsize=13624940 CPUtime=0.18 cores=1,3,5,7
/proc/2467/task/2478/stat : 2478 (java) S 2465 2467 31984 0 -1 4202560 2507 0 0 0 18 0 0 0 16 0 19 0 825205839 13951938560 86713 33554432000 1073741824 1073778376 140734681867296 18446744073709551615 218382773760 0 0 0 16800975 18446604455597978048 0 0 -1 3 0 0 0
[pid=2467/tid=2479] ppid=2465 vsize=13624940 CPUtime=0 cores=1,3,5,7
/proc/2467/task/2479/stat : 2479 (java) S 2465 2467 31984 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 825205839 13951938560 86713 33554432000 1073741824 1073778376 140734681867296 18446744073709551615 218382773145 0 4 0 16800975 18446604455597978048 0 0 -1 3 0 0 0
[pid=2467/tid=2480] ppid=2465 vsize=13624940 CPUtime=0 cores=1,3,5,7
/proc/2467/task/2480/stat : 2480 (java) S 2465 2467 31984 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 825205839 13951938560 86713 33554432000 1073741824 1073778376 140734681867296 18446744073709551615 218382773145 0 4 0 16800975 18446604455597978048 0 0 -1 3 0 0 0
[pid=2467/tid=2481] ppid=2465 vsize=13624940 CPUtime=0 cores=1,3,5,7
/proc/2467/task/2481/stat : 2481 (java) S 2465 2467 31984 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 825205841 13951938560 86713 33554432000 1073741824 1073778376 140734681867296 18446744073709551615 218382780849 0 4 0 16800975 18446604455597978048 0 0 -1 3 0 0 0
[pid=2467/tid=2482] ppid=2465 vsize=13624940 CPUtime=0.4 cores=1,3,5,7
/proc/2467/task/2482/stat : 2482 (java) S 2465 2467 31984 0 -1 4202560 2224 0 0 0 40 0 0 0 15 0 19 0 825205841 13951938560 86713 33554432000 1073741824 1073778376 140734681867296 18446744073709551615 218382773145 0 4 0 16800975 18446604455597978048 0 0 -1 5 0 0 0
[pid=2467/tid=2483] ppid=2465 vsize=13624940 CPUtime=0.47 cores=1,3,5,7
/proc/2467/task/2483/stat : 2483 (java) S 2465 2467 31984 0 -1 4202560 4234 0 0 0 47 0 0 0 15 0 19 0 825205841 13951938560 86713 33554432000 1073741824 1073778376 140734681867296 18446744073709551615 218382773145 0 4 0 16800975 18446604455597978048 0 0 -1 1 0 0 0

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

[pid=2467/tid=2475] ppid=2465 vsize=13624780 CPUtime=0.26 cores=1,3,5,7
/proc/2467/task/2475/stat : 2475 (java) S 2465 2467 31984 0 -1 4202560 1285 0 0 0 26 0 0 0 15 0 19 0 825205838 13951774720 110677 33554432000 1073741824 1073778376 140734681867296 18446744073709551615 218382773145 0 4 0 16800975 18446604455597978048 0 0 -1 7 0 0 0
[pid=2467/tid=2476] ppid=2465 vsize=13624780 CPUtime=0.29 cores=1,3,5,7
/proc/2467/task/2476/stat : 2476 (java) S 2465 2467 31984 0 -1 4202560 2795 0 0 0 29 0 0 0 15 0 19 0 825205838 13951774720 110677 33554432000 1073741824 1073778376 140734681867296 18446744073709551615 218382773145 0 4 0 16800975 18446604455597978048 0 0 -1 1 0 0 0
[pid=2467/tid=2477] ppid=2465 vsize=13624780 CPUtime=0.24 cores=1,3,5,7
/proc/2467/task/2477/stat : 2477 (java) S 2465 2467 31984 0 -1 4202560 1311 0 0 0 24 0 0 0 16 0 19 0 825205838 13951774720 110677 33554432000 1073741824 1073778376 140734681867296 18446744073709551615 218382773145 0 4 0 16800975 18446604455597978048 0 0 -1 5 0 0 0
[pid=2467/tid=2478] ppid=2465 vsize=13624780 CPUtime=6.69 cores=1,3,5,7
/proc/2467/task/2478/stat : 2478 (java) S 2465 2467 31984 0 -1 4202560 11840 0 0 0 666 3 0 0 15 0 19 0 825205839 13951774720 110677 33554432000 1073741824 1073778376 140734681867296 18446744073709551615 218382773760 0 0 0 16800975 18446604455597978048 0 0 -1 3 0 0 0
[pid=2467/tid=2479] ppid=2465 vsize=13624780 CPUtime=0 cores=1,3,5,7
/proc/2467/task/2479/stat : 2479 (java) S 2465 2467 31984 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 825205839 13951774720 110677 33554432000 1073741824 1073778376 140734681867296 18446744073709551615 218382773145 0 4 0 16800975 18446604455597978048 0 0 -1 3 0 0 0
[pid=2467/tid=2480] ppid=2465 vsize=13624780 CPUtime=0 cores=1,3,5,7
/proc/2467/task/2480/stat : 2480 (java) S 2465 2467 31984 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 825205839 13951774720 110677 33554432000 1073741824 1073778376 140734681867296 18446744073709551615 218382773145 0 4 0 16800975 18446604455597978048 0 0 -1 3 0 0 0
[pid=2467/tid=2481] ppid=2465 vsize=13624780 CPUtime=0 cores=1,3,5,7
/proc/2467/task/2481/stat : 2481 (java) S 2465 2467 31984 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 825205841 13951774720 110677 33554432000 1073741824 1073778376 140734681867296 18446744073709551615 218382780849 0 4 0 16800975 18446604455597978048 0 0 -1 3 0 0 0
[pid=2467/tid=2482] ppid=2465 vsize=13624780 CPUtime=0.42 cores=1,3,5,7
/proc/2467/task/2482/stat : 2482 (java) S 2465 2467 31984 0 -1 4202560 2535 0 0 0 42 0 0 0 15 0 19 0 825205841 13951774720 110677 33554432000 1073741824 1073778376 140734681867296 18446744073709551615 218382773145 0 4 0 16800975 18446604455597978048 0 0 -1 5 0 0 0
[pid=2467/tid=2483] ppid=2465 vsize=13624780 CPUtime=0.47 cores=1,3,5,7
/proc/2467/task/2483/stat : 2483 (java) S 2465 2467 31984 0 -1 4202560 4234 0 0 0 47 0 0 0 15 0 19 0 825205841 13951774720 110677 33554432000 1073741824 1073778376 140734681867296 18446744073709551615 218382773145 0 4 0 16800975 18446604455597978048 0 0 -1 1 0 0 0
[pid=2467/tid=2484] ppid=2465 vsize=13624780 CPUtime=0 cores=1,3,5,7
/proc/2467/task/2484/stat : 2484 (java) S 2465 2467 31984 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 825205841 13951774720 110677 33554432000 1073741824 1073778376 140734681867296 18446744073709551615 218382773145 0 4 0 16800975 18446604455597978048 0 0 -1 3 0 0 0
[pid=2467/tid=2485] ppid=2465 vsize=13624780 CPUtime=0 cores=1,3,5,7
/proc/2467/task/2485/stat : 2485 (java) S 2465 2467 31984 0 -1 4202560 99 0 0 0 0 0 0 0 15 0 19 0 825205841 13951774720 110677 33554432000 1073741824 1073778376 140734681867296 18446744073709551615 218382773760 0 4 0 16800975 18446604455597978048 0 0 -1 1 0 0 0
[pid=2467/tid=2486] ppid=2465 vsize=13624780 CPUtime=0 cores=1,3,5,7
/proc/2467/task/2486/stat : 2486 (java) S 2465 2467 31984 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 825205927 13951774720 110677 33554432000 1073741824 1073778376 140734681867296 18446744073709551615 218382773760 0 4 0 16800975 18446604455597978048 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1724.82
Current children cumulated vsize (KiB) 13624780

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/423 2581
/proc/meminfo: memFree=21621744/32951124 swapFree=49244120/67111528
[pid=2467] ppid=2465 vsize=13624780 CPUtime=1784.86 cores=1,3,5,7
/proc/2467/stat : 2467 (java) S 2465 2467 31984 0 -1 4202496 115657 0 1 0 178467 19 0 0 25 0 19 0 825205835 13951774720 110790 33554432000 1073741824 1073778376 140734681867296 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/2467/statm: 3406195 110790 2264 9 0 3396929 0
[pid=2467/tid=2468] ppid=2465 vsize=13624780 CPUtime=1774.68 cores=1,3,5,7
/proc/2467/task/2468/stat : 2468 (java) R 2465 2467 31984 0 -1 4202560 77846 0 1 0 177457 11 0 0 25 0 19 0 825205836 13951774720 110790 33554432000 1073741824 1073778376 140734681867296 18446744073709551615 46912505639894 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=2467/tid=2470] ppid=2465 vsize=13624780 CPUtime=0.29 cores=1,3,5,7
/proc/2467/task/2470/stat : 2470 (java) S 2465 2467 31984 0 -1 4202560 3253 0 0 0 29 0 0 0 16 0 19 0 825205838 13951774720 110790 33554432000 1073741824 1073778376 140734681867296 18446744073709551615 218382773145 0 4 0 16800975 18446604455597978048 0 0 -1 1 0 0 0
[pid=2467/tid=2471] ppid=2465 vsize=13624780 CPUtime=0.3 cores=1,3,5,7
/proc/2467/task/2471/stat : 2471 (java) S 2465 2467 31984 0 -1 4202560 2032 0 0 0 30 0 0 0 15 0 19 0 825205838 13951774720 110790 33554432000 1073741824 1073778376 140734681867296 18446744073709551615 218382773145 0 4 0 16800975 18446604455597978048 0 0 -1 7 0 0 0
[pid=2467/tid=2472] ppid=2465 vsize=13624780 CPUtime=0.29 cores=1,3,5,7
/proc/2467/task/2472/stat : 2472 (java) S 2465 2467 31984 0 -1 4202560 1173 0 0 0 29 0 0 0 15 0 19 0 825205838 13951774720 110790 33554432000 1073741824 1073778376 140734681867296 18446744073709551615 218382773145 0 4 0 16800975 18446604455597978048 0 0 -1 7 0 0 0
[pid=2467/tid=2473] ppid=2465 vsize=13624780 CPUtime=0.35 cores=1,3,5,7
/proc/2467/task/2473/stat : 2473 (java) S 2465 2467 31984 0 -1 4202560 2482 0 0 0 35 0 0 0 16 0 19 0 825205838 13951774720 110790 33554432000 1073741824 1073778376 140734681867296 18446744073709551615 218382773145 0 4 0 16800975 18446604455597978048 0 0 -1 5 0 0 0
[pid=2467/tid=2474] ppid=2465 vsize=13624780 CPUtime=0.28 cores=1,3,5,7
/proc/2467/task/2474/stat : 2474 (java) S 2465 2467 31984 0 -1 4202560 3522 0 0 0 28 0 0 0 15 0 19 0 825205838 13951774720 110790 33554432000 1073741824 1073778376 140734681867296 18446744073709551615 218382773145 0 4 0 16800975 18446604455597978048 0 0 -1 7 0 0 0
[pid=2467/tid=2475] ppid=2465 vsize=13624780 CPUtime=0.27 cores=1,3,5,7
/proc/2467/task/2475/stat : 2475 (java) S 2465 2467 31984 0 -1 4202560 1288 0 0 0 27 0 0 0 16 0 19 0 825205838 13951774720 110790 33554432000 1073741824 1073778376 140734681867296 18446744073709551615 218382773145 0 4 0 16800975 18446604455597978048 0 0 -1 7 0 0 0
[pid=2467/tid=2476] ppid=2465 vsize=13624780 CPUtime=0.3 cores=1,3,5,7
/proc/2467/task/2476/stat : 2476 (java) S 2465 2467 31984 0 -1 4202560 2795 0 0 0 30 0 0 0 16 0 19 0 825205838 13951774720 110790 33554432000 1073741824 1073778376 140734681867296 18446744073709551615 218382773145 0 4 0 16800975 18446604455597978048 0 0 -1 7 0 0 0
[pid=2467/tid=2477] ppid=2465 vsize=13624780 CPUtime=0.24 cores=1,3,5,7
/proc/2467/task/2477/stat : 2477 (java) S 2465 2467 31984 0 -1 4202560 1311 0 0 0 24 0 0 0 15 0 19 0 825205838 13951774720 110790 33554432000 1073741824 1073778376 140734681867296 18446744073709551615 218382773145 0 4 0 16800975 18446604455597978048 0 0 -1 5 0 0 0
[pid=2467/tid=2478] ppid=2465 vsize=13624780 CPUtime=6.87 cores=1,3,5,7
/proc/2467/task/2478/stat : 2478 (java) S 2465 2467 31984 0 -1 4202560 11935 0 0 0 684 3 0 0 15 0 19 0 825205839 13951774720 110790 33554432000 1073741824 1073778376 140734681867296 18446744073709551615 218382773760 0 0 0 16800975 18446604455597978048 0 0 -1 3 0 0 0
[pid=2467/tid=2479] ppid=2465 vsize=13624780 CPUtime=0 cores=1,3,5,7
/proc/2467/task/2479/stat : 2479 (java) S 2465 2467 31984 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 825205839 13951774720 110790 33554432000 1073741824 1073778376 140734681867296 18446744073709551615 218382773145 0 4 0 16800975 18446604455597978048 0 0 -1 3 0 0 0
[pid=2467/tid=2480] ppid=2465 vsize=13624780 CPUtime=0 cores=1,3,5,7
/proc/2467/task/2480/stat : 2480 (java) S 2465 2467 31984 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 825205839 13951774720 110790 33554432000 1073741824 1073778376 140734681867296 18446744073709551615 218382773145 0 4 0 16800975 18446604455597978048 0 0 -1 3 0 0 0
[pid=2467/tid=2481] ppid=2465 vsize=13624780 CPUtime=0 cores=1,3,5,7
/proc/2467/task/2481/stat : 2481 (java) S 2465 2467 31984 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 825205841 13951774720 110790 33554432000 1073741824 1073778376 140734681867296 18446744073709551615 218382780849 0 4 0 16800975 18446604455597978048 0 0 -1 3 0 0 0
[pid=2467/tid=2482] ppid=2465 vsize=13624780 CPUtime=0.42 cores=1,3,5,7
/proc/2467/task/2482/stat : 2482 (java) S 2465 2467 31984 0 -1 4202560 2535 0 0 0 42 0 0 0 15 0 19 0 825205841 13951774720 110790 33554432000 1073741824 1073778376 140734681867296 18446744073709551615 218382773145 0 4 0 16800975 18446604455597978048 0 0 -1 5 0 0 0
[pid=2467/tid=2483] ppid=2465 vsize=13624780 CPUtime=0.47 cores=1,3,5,7
/proc/2467/task/2483/stat : 2483 (java) S 2465 2467 31984 0 -1 4202560 4234 0 0 0 47 0 0 0 15 0 19 0 825205841 13951774720 110790 33554432000 1073741824 1073778376 140734681867296 18446744073709551615 218382773145 0 4 0 16800975 18446604455597978048 0 0 -1 1 0 0 0
[pid=2467/tid=2484] ppid=2465 vsize=13624780 CPUtime=0 cores=1,3,5,7
/proc/2467/task/2484/stat : 2484 (java) S 2465 2467 31984 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 825205841 13951774720 110790 33554432000 1073741824 1073778376 140734681867296 18446744073709551615 218382773145 0 4 0 16800975 18446604455597978048 0 0 -1 3 0 0 0
[pid=2467/tid=2485] ppid=2465 vsize=13624780 CPUtime=0 cores=1,3,5,7
/proc/2467/task/2485/stat : 2485 (java) S 2465 2467 31984 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 19 0 825205841 13951774720 110790 33554432000 1073741824 1073778376 140734681867296 18446744073709551615 218382773760 0 4 0 16800975 18446604455597978048 0 0 -1 1 0 0 0
[pid=2467/tid=2486] ppid=2465 vsize=13624780 CPUtime=0 cores=1,3,5,7
/proc/2467/task/2486/stat : 2486 (java) S 2465 2467 31984 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 825205927 13951774720 110790 33554432000 1073741824 1073778376 140734681867296 18446744073709551615 218382773760 0 4 0 16800975 18446604455597978048 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1784.86
Current children cumulated vsize (KiB) 13624780



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/423 2581
/proc/meminfo: memFree=21620744/32951124 swapFree=49244120/67111528
[pid=2467] ppid=2465 vsize=13624780 CPUtime=1800.08 cores=1,3,5,7
/proc/2467/stat : 2467 (java) S 2465 2467 31984 0 -1 4202496 115767 0 1 0 179989 19 0 0 25 0 19 0 825205835 13951774720 110897 33554432000 1073741824 1073778376 140734681867296 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/2467/statm: 3406195 110897 2264 9 0 3396929 0
[pid=2467/tid=2468] ppid=2465 vsize=13624780 CPUtime=1789.81 cores=1,3,5,7
/proc/2467/task/2468/stat : 2468 (java) R 2465 2467 31984 0 -1 4202560 77847 0 1 0 178970 11 0 0 25 0 19 0 825205836 13951774720 110897 33554432000 1073741824 1073778376 140734681867296 18446744073709551615 46912505766441 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=2467/tid=2470] ppid=2465 vsize=13624780 CPUtime=0.29 cores=1,3,5,7
/proc/2467/task/2470/stat : 2470 (java) S 2465 2467 31984 0 -1 4202560 3253 0 0 0 29 0 0 0 16 0 19 0 825205838 13951774720 110897 33554432000 1073741824 1073778376 140734681867296 18446744073709551615 218382773145 0 4 0 16800975 18446604455597978048 0 0 -1 1 0 0 0
[pid=2467/tid=2471] ppid=2465 vsize=13624780 CPUtime=0.3 cores=1,3,5,7
/proc/2467/task/2471/stat : 2471 (java) S 2465 2467 31984 0 -1 4202560 2032 0 0 0 30 0 0 0 15 0 19 0 825205838 13951774720 110897 33554432000 1073741824 1073778376 140734681867296 18446744073709551615 218382773145 0 4 0 16800975 18446604455597978048 0 0 -1 7 0 0 0
[pid=2467/tid=2472] ppid=2465 vsize=13624780 CPUtime=0.29 cores=1,3,5,7
/proc/2467/task/2472/stat : 2472 (java) S 2465 2467 31984 0 -1 4202560 1173 0 0 0 29 0 0 0 15 0 19 0 825205838 13951774720 110897 33554432000 1073741824 1073778376 140734681867296 18446744073709551615 218382773145 0 4 0 16800975 18446604455597978048 0 0 -1 7 0 0 0
[pid=2467/tid=2473] ppid=2465 vsize=13624780 CPUtime=0.36 cores=1,3,5,7
/proc/2467/task/2473/stat : 2473 (java) S 2465 2467 31984 0 -1 4202560 2482 0 0 0 36 0 0 0 16 0 19 0 825205838 13951774720 110897 33554432000 1073741824 1073778376 140734681867296 18446744073709551615 218382773145 0 4 0 16800975 18446604455597978048 0 0 -1 5 0 0 0
[pid=2467/tid=2474] ppid=2465 vsize=13624780 CPUtime=0.28 cores=1,3,5,7
/proc/2467/task/2474/stat : 2474 (java) S 2465 2467 31984 0 -1 4202560 3522 0 0 0 28 0 0 0 16 0 19 0 825205838 13951774720 110897 33554432000 1073741824 1073778376 140734681867296 18446744073709551615 218382773145 0 4 0 16800975 18446604455597978048 0 0 -1 7 0 0 0
[pid=2467/tid=2475] ppid=2465 vsize=13624780 CPUtime=0.28 cores=1,3,5,7
/proc/2467/task/2475/stat : 2475 (java) S 2465 2467 31984 0 -1 4202560 1294 0 0 0 28 0 0 0 16 0 19 0 825205838 13951774720 110897 33554432000 1073741824 1073778376 140734681867296 18446744073709551615 218382773145 0 4 0 16800975 18446604455597978048 0 0 -1 7 0 0 0
[pid=2467/tid=2476] ppid=2465 vsize=13624780 CPUtime=0.3 cores=1,3,5,7
/proc/2467/task/2476/stat : 2476 (java) S 2465 2467 31984 0 -1 4202560 2795 0 0 0 30 0 0 0 15 0 19 0 825205838 13951774720 110897 33554432000 1073741824 1073778376 140734681867296 18446744073709551615 218382773145 0 4 0 16800975 18446604455597978048 0 0 -1 7 0 0 0
[pid=2467/tid=2477] ppid=2465 vsize=13624780 CPUtime=0.24 cores=1,3,5,7
/proc/2467/task/2477/stat : 2477 (java) S 2465 2467 31984 0 -1 4202560 1311 0 0 0 24 0 0 0 15 0 19 0 825205838 13951774720 110897 33554432000 1073741824 1073778376 140734681867296 18446744073709551615 218382773145 0 4 0 16800975 18446604455597978048 0 0 -1 5 0 0 0
[pid=2467/tid=2478] ppid=2465 vsize=13624780 CPUtime=6.94 cores=1,3,5,7
/proc/2467/task/2478/stat : 2478 (java) S 2465 2467 31984 0 -1 4202560 12038 0 0 0 691 3 0 0 15 0 19 0 825205839 13951774720 110897 33554432000 1073741824 1073778376 140734681867296 18446744073709551615 218382773760 0 0 0 16800975 18446604455597978048 0 0 -1 3 0 0 0
[pid=2467/tid=2479] ppid=2465 vsize=13624780 CPUtime=0 cores=1,3,5,7
/proc/2467/task/2479/stat : 2479 (java) S 2465 2467 31984 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 825205839 13951774720 110897 33554432000 1073741824 1073778376 140734681867296 18446744073709551615 218382773145 0 4 0 16800975 18446604455597978048 0 0 -1 3 0 0 0
[pid=2467/tid=2480] ppid=2465 vsize=13624780 CPUtime=0 cores=1,3,5,7
/proc/2467/task/2480/stat : 2480 (java) S 2465 2467 31984 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 825205839 13951774720 110897 33554432000 1073741824 1073778376 140734681867296 18446744073709551615 218382773145 0 4 0 16800975 18446604455597978048 0 0 -1 3 0 0 0
[pid=2467/tid=2481] ppid=2465 vsize=13624780 CPUtime=0 cores=1,3,5,7
/proc/2467/task/2481/stat : 2481 (java) S 2465 2467 31984 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 825205841 13951774720 110897 33554432000 1073741824 1073778376 140734681867296 18446744073709551615 218382780849 0 4 0 16800975 18446604455597978048 0 0 -1 3 0 0 0
[pid=2467/tid=2482] ppid=2465 vsize=13624780 CPUtime=0.42 cores=1,3,5,7
/proc/2467/task/2482/stat : 2482 (java) S 2465 2467 31984 0 -1 4202560 2535 0 0 0 42 0 0 0 15 0 19 0 825205841 13951774720 110897 33554432000 1073741824 1073778376 140734681867296 18446744073709551615 218382773145 0 4 0 16800975 18446604455597978048 0 0 -1 5 0 0 0
[pid=2467/tid=2483] ppid=2465 vsize=13624780 CPUtime=0.47 cores=1,3,5,7
/proc/2467/task/2483/stat : 2483 (java) S 2465 2467 31984 0 -1 4202560 4234 0 0 0 47 0 0 0 15 0 19 0 825205841 13951774720 110897 33554432000 1073741824 1073778376 140734681867296 18446744073709551615 218382773145 0 4 0 16800975 18446604455597978048 0 0 -1 1 0 0 0
[pid=2467/tid=2484] ppid=2465 vsize=13624780 CPUtime=0 cores=1,3,5,7
/proc/2467/task/2484/stat : 2484 (java) S 2465 2467 31984 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 825205841 13951774720 110897 33554432000 1073741824 1073778376 140734681867296 18446744073709551615 218382773145 0 4 0 16800975 18446604455597978048 0 0 -1 3 0 0 0
[pid=2467/tid=2485] ppid=2465 vsize=13624780 CPUtime=0 cores=1,3,5,7
/proc/2467/task/2485/stat : 2485 (java) S 2465 2467 31984 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 19 0 825205841 13951774720 110897 33554432000 1073741824 1073778376 140734681867296 18446744073709551615 218382773760 0 4 0 16800975 18446604455597978048 0 0 -1 1 0 0 0
[pid=2467/tid=2486] ppid=2465 vsize=13624780 CPUtime=0 cores=1,3,5,7
/proc/2467/task/2486/stat : 2486 (java) S 2465 2467 31984 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 825205927 13951774720 110897 33554432000 1073741824 1073778376 140734681867296 18446744073709551615 218382773760 0 4 0 16800975 18446604455597978048 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 13624780

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

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

[startup+1797.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/423 2581
/proc/meminfo: memFree=21620744/32951124 swapFree=49244120/67111528
[pid=2467] ppid=2465 vsize=13624780 CPUtime=1800.08 cores=1,3,5,7
/proc/2467/stat : 2467 (java) S 2465 2467 31984 0 -1 4202496 115767 0 1 0 179989 19 0 0 25 0 19 0 825205835 13951774720 110897 33554432000 1073741824 1073778376 140734681867296 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/2467/statm: 3406195 110897 2264 9 0 3396929 0
[pid=2467/tid=2468] ppid=2465 vsize=13624780 CPUtime=1789.81 cores=1,3,5,7
/proc/2467/task/2468/stat : 2468 (java) R 2465 2467 31984 0 -1 4202560 77847 0 1 0 178970 11 0 0 25 0 19 0 825205836 13951774720 110897 33554432000 1073741824 1073778376 140734681867296 18446744073709551615 46912505766441 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=2467/tid=2470] ppid=2465 vsize=13624780 CPUtime=0.29 cores=1,3,5,7
/proc/2467/task/2470/stat : 2470 (java) S 2465 2467 31984 0 -1 4202560 3253 0 0 0 29 0 0 0 16 0 19 0 825205838 13951774720 110897 33554432000 1073741824 1073778376 140734681867296 18446744073709551615 218382773145 0 4 0 16800975 18446604455597978048 0 0 -1 1 0 0 0
[pid=2467/tid=2471] ppid=2465 vsize=13624780 CPUtime=0.3 cores=1,3,5,7
/proc/2467/task/2471/stat : 2471 (java) S 2465 2467 31984 0 -1 4202560 2032 0 0 0 30 0 0 0 15 0 19 0 825205838 13951774720 110897 33554432000 1073741824 1073778376 140734681867296 18446744073709551615 218382773145 0 4 0 16800975 18446604455597978048 0 0 -1 7 0 0 0
[pid=2467/tid=2472] ppid=2465 vsize=13624780 CPUtime=0.29 cores=1,3,5,7
/proc/2467/task/2472/stat : 2472 (java) S 2465 2467 31984 0 -1 4202560 1173 0 0 0 29 0 0 0 15 0 19 0 825205838 13951774720 110897 33554432000 1073741824 1073778376 140734681867296 18446744073709551615 218382773145 0 4 0 16800975 18446604455597978048 0 0 -1 7 0 0 0
[pid=2467/tid=2473] ppid=2465 vsize=13624780 CPUtime=0.36 cores=1,3,5,7
/proc/2467/task/2473/stat : 2473 (java) S 2465 2467 31984 0 -1 4202560 2482 0 0 0 36 0 0 0 16 0 19 0 825205838 13951774720 110897 33554432000 1073741824 1073778376 140734681867296 18446744073709551615 218382773145 0 4 0 16800975 18446604455597978048 0 0 -1 5 0 0 0
[pid=2467/tid=2474] ppid=2465 vsize=13624780 CPUtime=0.28 cores=1,3,5,7
/proc/2467/task/2474/stat : 2474 (java) S 2465 2467 31984 0 -1 4202560 3522 0 0 0 28 0 0 0 16 0 19 0 825205838 13951774720 110897 33554432000 1073741824 1073778376 140734681867296 18446744073709551615 218382773145 0 4 0 16800975 18446604455597978048 0 0 -1 7 0 0 0
[pid=2467/tid=2475] ppid=2465 vsize=13624780 CPUtime=0.28 cores=1,3,5,7
/proc/2467/task/2475/stat : 2475 (java) S 2465 2467 31984 0 -1 4202560 1294 0 0 0 28 0 0 0 16 0 19 0 825205838 13951774720 110897 33554432000 1073741824 1073778376 140734681867296 18446744073709551615 218382773145 0 4 0 16800975 18446604455597978048 0 0 -1 7 0 0 0
[pid=2467/tid=2476] ppid=2465 vsize=13624780 CPUtime=0.3 cores=1,3,5,7
/proc/2467/task/2476/stat : 2476 (java) S 2465 2467 31984 0 -1 4202560 2795 0 0 0 30 0 0 0 15 0 19 0 825205838 13951774720 110897 33554432000 1073741824 1073778376 140734681867296 18446744073709551615 218382773145 0 4 0 16800975 18446604455597978048 0 0 -1 7 0 0 0
[pid=2467/tid=2477] ppid=2465 vsize=13624780 CPUtime=0.24 cores=1,3,5,7
/proc/2467/task/2477/stat : 2477 (java) S 2465 2467 31984 0 -1 4202560 1311 0 0 0 24 0 0 0 15 0 19 0 825205838 13951774720 110897 33554432000 1073741824 1073778376 140734681867296 18446744073709551615 218382773145 0 4 0 16800975 18446604455597978048 0 0 -1 5 0 0 0
[pid=2467/tid=2478] ppid=2465 vsize=13624780 CPUtime=6.94 cores=1,3,5,7
/proc/2467/task/2478/stat : 2478 (java) S 2465 2467 31984 0 -1 4202560 12038 0 0 0 691 3 0 0 15 0 19 0 825205839 13951774720 110897 33554432000 1073741824 1073778376 140734681867296 18446744073709551615 218382773760 0 0 0 16800975 18446604455597978048 0 0 -1 3 0 0 0
[pid=2467/tid=2479] ppid=2465 vsize=13624780 CPUtime=0 cores=1,3,5,7
/proc/2467/task/2479/stat : 2479 (java) S 2465 2467 31984 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 825205839 13951774720 110897 33554432000 1073741824 1073778376 140734681867296 18446744073709551615 218382773145 0 4 0 16800975 18446604455597978048 0 0 -1 3 0 0 0
[pid=2467/tid=2480] ppid=2465 vsize=13624780 CPUtime=0 cores=1,3,5,7
/proc/2467/task/2480/stat : 2480 (java) S 2465 2467 31984 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 825205839 13951774720 110897 33554432000 1073741824 1073778376 140734681867296 18446744073709551615 218382773145 0 4 0 16800975 18446604455597978048 0 0 -1 3 0 0 0
[pid=2467/tid=2481] ppid=2465 vsize=13624780 CPUtime=0 cores=1,3,5,7
/proc/2467/task/2481/stat : 2481 (java) S 2465 2467 31984 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 825205841 13951774720 110897 33554432000 1073741824 1073778376 140734681867296 18446744073709551615 218382780849 0 4 0 16800975 18446604455597978048 0 0 -1 3 0 0 0
[pid=2467/tid=2482] ppid=2465 vsize=13624780 CPUtime=0.42 cores=1,3,5,7
/proc/2467/task/2482/stat : 2482 (java) S 2465 2467 31984 0 -1 4202560 2535 0 0 0 42 0 0 0 15 0 19 0 825205841 13951774720 110897 33554432000 1073741824 1073778376 140734681867296 18446744073709551615 218382773145 0 4 0 16800975 18446604455597978048 0 0 -1 5 0 0 0
[pid=2467/tid=2483] ppid=2465 vsize=13624780 CPUtime=0.47 cores=1,3,5,7
/proc/2467/task/2483/stat : 2483 (java) S 2465 2467 31984 0 -1 4202560 4234 0 0 0 47 0 0 0 15 0 19 0 825205841 13951774720 110897 33554432000 1073741824 1073778376 140734681867296 18446744073709551615 218382773145 0 4 0 16800975 18446604455597978048 0 0 -1 1 0 0 0
[pid=2467/tid=2484] ppid=2465 vsize=13624780 CPUtime=0 cores=1,3,5,7
/proc/2467/task/2484/stat : 2484 (java) S 2465 2467 31984 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 825205841 13951774720 110897 33554432000 1073741824 1073778376 140734681867296 18446744073709551615 218382773145 0 4 0 16800975 18446604455597978048 0 0 -1 3 0 0 0
[pid=2467/tid=2485] ppid=2465 vsize=13624780 CPUtime=0 cores=1,3,5,7
/proc/2467/task/2485/stat : 2485 (java) S 2465 2467 31984 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 19 0 825205841 13951774720 110897 33554432000 1073741824 1073778376 140734681867296 18446744073709551615 218382773760 0 4 0 16800975 18446604455597978048 0 0 -1 1 0 0 0
[pid=2467/tid=2486] ppid=2465 vsize=13624780 CPUtime=0 cores=1,3,5,7
/proc/2467/task/2486/stat : 2486 (java) S 2465 2467 31984 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 825205927 13951774720 110897 33554432000 1073741824 1073778376 140734681867296 18446744073709551615 218382773760 0 4 0 16800975 18446604455597978048 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 13624780

Child status: 143
Real time (s): 1797.57
CPU time (s): 1800.2
CPU user time (s): 1799.99
CPU system time (s): 0.215967
CPU usage (%): 100.146
Max. virtual memory (cumulated for all children) (KiB): 13626956

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.99
system time used= 0.215967
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 115829
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40046
involuntary context switches= 6644

runsolver used 6.93595 second user time and 15.9796 second system time

The end

Launcher Data

Begin job on node101 at 2011-06-03 23:20:31
IDJOB=3459289
IDBENCH=1372
IDSOLVER=1952
FILE ID=node101/3459289-1307136031
RUNJOBID= node101-1307133981-627
PBS_JOBID= 13508815
Free space on /tmp= 73952 MiB

SOLVER NAME= Sat4j Resolution 2.3.0
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/liu/vdw/normalized-vdw_k4_l4_n360.opb
COMMAND LINE= java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3459289-1307136031/watcher-3459289-1307136031 -o /tmp/evaluation-result-3459289-1307136031/solver-3459289-1307136031 -C 1800 -W 1900 -M 15500  java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3459289-1307136031.opb

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

MD5SUM BENCH= a399b3055416a9d1117a7f2bb11b2cef
RANDOM SEED=506998156

node101.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.841
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.841
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.07
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.841
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.841
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.841
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.841
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.841
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.841
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      23686916 kB
Buffers:        256068 kB
Cached:         508836 kB
SwapCached:      27120 kB
Active:        8540612 kB
Inactive:       443924 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23686916 kB
SwapTotal:    67111528 kB
SwapFree:     49244120 kB
Dirty:            3820 kB
Writeback:           0 kB
AnonPages:     8215112 kB
Mapped:          26196 kB
Slab:           136112 kB
PageTables:      74560 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 92028888 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73932 MiB
End job on node101 at 2011-06-03 23:50:30