Trace number 3689203

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.44 1795.05

General information on the benchmark

Name/DEC-SMALLINT-LIN/oliveras/j120/
normalized-j12047_6-sat.opb
MD5SUM937ecf63c168ba3c2555061c1a7466e0
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables33396
Total number of constraints116135
Number of constraints which are clauses115587
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints548
Minimum length of a constraint1
Maximum length of a constraint66
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 19
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 383
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.02/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.02/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.07	c See www.sat4j.org for details.
0.02/0.08	c version 2.3.2.v20120418
0.02/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.08	c java.vm.version	19.1-b02
0.02/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.08	c sun.arch.data.model	64
0.02/0.08	c java.version		1.6.0_24
0.02/0.08	c os.name		Linux
0.02/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.02/0.08	c os.arch		amd64
0.02/0.08	c Free memory 		501472288
0.02/0.08	c Max memory 		7480803328
0.02/0.08	c Total memory 		504102912
0.02/0.08	c Number of processors 	8
0.10/0.10	c Pseudo Boolean Optimization by upper bound
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.10	c No reason simplification
0.10/0.10	c Armin Biere (Picosat) restarts strategy
0.10/0.10	c Glucose learned constraints deletion strategy
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-3689203-1337889881.opb
0.10/0.10	c reading problem ... 
1.69/0.94	c ... done. Wall clock time 0.837s.
1.69/0.94	c declared #vars     33396
1.69/0.94	c #constraints  102160
1.69/0.94	c constraints type 
1.69/0.94	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 12235
1.69/0.94	c ignored satisfied constraints => 13975
1.69/0.94	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 83592
1.69/0.94	c org.sat4j.minisat.constraints.cnf.UnitClause => 5785
1.69/0.94	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 548
1.69/0.94	c 116135 constraints processed.
3.86/2.54	c cleaning 2488 clauses out of 4999 with flag 5001/5001
5.82/4.37	c cleaning 4242 clauses out of 8510 with flag 11000/11000
7.72/6.27	c cleaning 5629 clauses out of 11268 with flag 18000/18000
10.13/8.66	c cleaning 6815 clauses out of 13640 with flag 26001/26001
13.18/11.67	c cleaning 7900 clauses out of 15825 with flag 35001/35001
16.39/14.85	c cleaning 8953 clauses out of 17925 with flag 45001/45001
20.00/18.42	c cleaning 9957 clauses out of 19975 with flag 56004/56004
23.13/21.55	c cleaning 11001 clauses out of 22018 with flag 68004/68004
26.95/25.39	c cleaning 11988 clauses out of 24013 with flag 81000/81000
31.76/30.18	c cleaning 13003 clauses out of 26026 with flag 95001/95001
36.78/35.17	c cleaning 13982 clauses out of 28022 with flag 110000/110000
41.48/39.81	c cleaning 15016 clauses out of 30041 with flag 126001/126001
46.40/44.73	c cleaning 15987 clauses out of 32025 with flag 143001/143001
52.94/51.23	c cleaning 16988 clauses out of 34037 with flag 161000/161000
59.26/57.52	c cleaning 18000 clauses out of 36050 with flag 180001/180001
65.29/63.50	c cleaning 19006 clauses out of 38049 with flag 200000/200000
72.41/70.68	c cleaning 20012 clauses out of 40043 with flag 221000/221000
81.24/79.50	c cleaning 20980 clauses out of 42031 with flag 243000/243000
90.35/88.54	c cleaning 22005 clauses out of 44052 with flag 266001/266001
97.86/96.00	c cleaning 22982 clauses out of 46046 with flag 290000/290000
105.99/104.17	c cleaning 23993 clauses out of 48066 with flag 315002/315002
115.52/113.63	c cleaning 25011 clauses out of 50071 with flag 341000/341000
125.07/123.19	c cleaning 26008 clauses out of 52060 with flag 368000/368000
134.90/132.97	c cleaning 26981 clauses out of 54051 with flag 396000/396000
147.05/145.08	c cleaning 27967 clauses out of 56070 with flag 425000/425000
158.37/156.39	c cleaning 29023 clauses out of 58103 with flag 455000/455000
170.01/167.94	c cleaning 30027 clauses out of 60080 with flag 486000/486000
180.64/178.50	c cleaning 31015 clauses out of 62053 with flag 518000/518000
193.96/191.87	c cleaning 31996 clauses out of 64040 with flag 551002/551002
207.49/205.38	c cleaning 32974 clauses out of 66044 with flag 585002/585002
222.42/220.24	c cleaning 34017 clauses out of 68070 with flag 620002/620002
234.64/232.47	c cleaning 35016 clauses out of 70051 with flag 656000/656000
249.35/247.15	c cleaning 35970 clauses out of 72039 with flag 693004/693004
265.47/263.28	c cleaning 36994 clauses out of 74067 with flag 731002/731002
283.63/281.37	c cleaning 38000 clauses out of 76071 with flag 770000/770000
301.40/299.02	c cleaning 38985 clauses out of 78072 with flag 810001/810001
318.83/316.44	c cleaning 40024 clauses out of 80087 with flag 851001/851001
336.05/333.61	c cleaning 41013 clauses out of 82062 with flag 893000/893000
354.78/352.30	c cleaning 42007 clauses out of 84049 with flag 936001/936001
371.51/369.07	c cleaning 43003 clauses out of 86041 with flag 980000/980000
389.63/387.16	c cleaning 44006 clauses out of 88038 with flag 1025000/1025000
406.06/403.54	c cleaning 44988 clauses out of 90033 with flag 1071001/1071001
423.99/421.44	c cleaning 46014 clauses out of 92044 with flag 1118000/1118000
444.12/441.51	c cleaning 46988 clauses out of 94031 with flag 1166001/1166001
464.66/462.01	c cleaning 47977 clauses out of 96043 with flag 1215001/1215001
486.29/483.66	c cleaning 48982 clauses out of 98065 with flag 1265000/1265000
507.88/505.12	c cleaning 49977 clauses out of 100082 with flag 1316000/1316000
531.91/529.03	c cleaning 50975 clauses out of 102106 with flag 1368001/1368001
558.57/555.67	c cleaning 51976 clauses out of 104131 with flag 1421001/1421001
579.35/576.36	c cleaning 53052 clauses out of 106154 with flag 1475000/1475000
606.25/603.23	c cleaning 54042 clauses out of 108103 with flag 1530001/1530001
632.30/629.24	c cleaning 54984 clauses out of 110062 with flag 1586002/1586002
657.55/654.41	c cleaning 56003 clauses out of 112077 with flag 1643001/1643001
686.62/683.48	c cleaning 57025 clauses out of 114073 with flag 1701000/1701000
714.82/711.53	c cleaning 57993 clauses out of 116054 with flag 1760006/1760006
743.96/740.63	c cleaning 59005 clauses out of 118058 with flag 1820003/1820003
774.44/771.06	c cleaning 59995 clauses out of 120053 with flag 1881003/1881003
802.27/798.89	c cleaning 60993 clauses out of 122058 with flag 1943003/1943003
834.20/830.79	c cleaning 61991 clauses out of 124063 with flag 2006001/2006001
865.47/861.90	c cleaning 63014 clauses out of 126074 with flag 2070003/2070003
892.74/889.13	c cleaning 63995 clauses out of 128057 with flag 2135000/2135000
924.28/920.66	c cleaning 65012 clauses out of 130066 with flag 2201004/2201004
958.12/954.44	c cleaning 65996 clauses out of 132050 with flag 2268000/2268000
993.98/990.24	c cleaning 66993 clauses out of 134054 with flag 2336000/2336000
1032.16/1028.30	c cleaning 68002 clauses out of 136061 with flag 2405000/2405000
1071.43/1067.55	c cleaning 68997 clauses out of 138063 with flag 2475004/2475004
1109.19/1105.22	c cleaning 70001 clauses out of 140062 with flag 2546000/2546000
1144.05/1140.02	c cleaning 71009 clauses out of 142067 with flag 2618006/2618006
1179.83/1175.73	c cleaning 72003 clauses out of 144052 with flag 2691000/2691000
1221.17/1217.08	c cleaning 72984 clauses out of 146049 with flag 2765000/2765000
1260.25/1256.02	c cleaning 73994 clauses out of 148065 with flag 2840000/2840000
1301.32/1297.03	c cleaning 74984 clauses out of 150072 with flag 2916001/2916001
1341.73/1337.39	c cleaning 75999 clauses out of 152087 with flag 2993000/2993000
1387.49/1383.04	c cleaning 76991 clauses out of 154088 with flag 3071000/3071000
1424.77/1420.24	c cleaning 77968 clauses out of 156098 with flag 3150001/3150001
1463.41/1458.82	c cleaning 79033 clauses out of 158131 with flag 3230002/3230002
1506.67/1502.08	c cleaning 80022 clauses out of 160096 with flag 3311000/3311000
1553.91/1549.23	c cleaning 81021 clauses out of 162074 with flag 3393000/3393000
1598.59/1593.82	c cleaning 82000 clauses out of 164053 with flag 3476000/3476000
1644.84/1640.00	c cleaning 82992 clauses out of 166053 with flag 3560000/3560000
1701.19/1696.35	c cleaning 83995 clauses out of 168062 with flag 3645001/3645001
1759.75/1754.83	c cleaning 84998 clauses out of 170066 with flag 3731000/3731000
1800.04/1795.01	c starts		: 252
1800.04/1795.01	c conflicts		: 3796058
1800.04/1795.01	c decisions		: 5381586
1800.04/1795.01	c propagations		: 2844556744
1800.04/1795.01	c inspects		: 17395221613
1800.04/1795.01	c shortcuts		: 0
1800.04/1795.01	c learnt literals	: 5
1800.04/1795.01	c learnt binary clauses	: 50
1800.04/1795.01	c learnt ternary clauses	: 2688
1800.04/1795.01	c learnt constraints	: 3796053
1800.04/1795.01	c ignored constraints	: 0
1800.04/1795.01	c root simplifications	: 0
1800.04/1795.01	c removed literals (reason simplification)	: 0
1800.04/1795.01	c reason swapping (by a shorter reason)	: 0
1800.04/1795.01	c Calls to reduceDB	: 82
1800.04/1795.01	c number of reductions to clauses (during analyze)	: 0
1800.04/1795.01	c number of learned constraints concerned by reduction	: 0
1800.04/1795.01	c number of learning phase by resolution	: 0
1800.04/1795.01	c number of learning phase by cutting planes	: 0
1800.04/1795.01	c speed (assignments/second)	: 1585599.9680043524
1800.04/1795.01	c non guided choices	34
1800.04/1795.04	c learnt constraints type 
1800.04/1795.04	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 50
1800.04/1795.04	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 150119
1800.04/1795.04	c constraints type 
1800.04/1795.04	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 12235
1800.04/1795.04	c ignored satisfied constraints => 13975
1800.04/1795.04	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 83592
1800.04/1795.04	c org.sat4j.minisat.constraints.cnf.UnitClause => 5785
1800.04/1795.04	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 548
1800.04/1795.04	c 116135 constraints processed.
1800.04/1795.04	s UNKNOWN
1800.04/1795.04	c Total wall clock time (in seconds): 1794.939

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-3689203-1337889881/watcher-3689203-1337889881 -o /tmp/evaluation-result-3689203-1337889881/solver-3689203-1337889881 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3689203-1337889881.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.01 3.40 3.52 5/193 30416
/proc/meminfo: memFree=29486128/32873648 swapFree=6856/6856
[pid=30416] ppid=30414 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/30416/stat : 30416 (java) R 30414 30416 24583 0 -1 4202496 978 0 0 0 0 0 0 0 20 0 1 0 255113494 23793664 706 33554432000 1073741824 1073778376 140736931515504 140736931504568 270698320301 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/30416/statm: 5809 707 522 9 0 128 0

[startup+0.0479269 s]
/proc/loadavg: 2.01 3.40 3.52 5/193 30416
/proc/meminfo: memFree=29486128/32873648 swapFree=6856/6856
[pid=30416] ppid=30414 vsize=9225560 CPUtime=0.02 cores=1,3,5,7
/proc/30416/stat : 30416 (java) S 30414 30416 24583 0 -1 4202496 3116 0 1 0 2 0 0 0 20 0 13 0 255113494 9446973440 4325 33554432000 1073741824 1073778376 140736931515504 140736931506640 270710898749 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30416/statm: 2306390 4326 1708 9 0 2297091 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9225560

[startup+0.100269 s]
/proc/loadavg: 2.01 3.40 3.52 5/193 30416
/proc/meminfo: memFree=29486128/32873648 swapFree=6856/6856
[pid=30416] ppid=30414 vsize=9558412 CPUtime=0.1 cores=1,3,5,7
/proc/30416/stat : 30416 (java) S 30414 30416 24583 0 -1 4202496 4469 0 1 0 9 1 0 0 20 0 18 0 255113494 9787813888 6131 33554432000 1073741824 1073778376 140736931515504 140736931506640 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30416/statm: 2389603 6134 2136 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558412

[startup+0.30017 s]
/proc/loadavg: 2.01 3.40 3.52 5/193 30416
/proc/meminfo: memFree=29486128/32873648 swapFree=6856/6856
[pid=30416] ppid=30414 vsize=9558412 CPUtime=0.49 cores=1,3,5,7
/proc/30416/stat : 30416 (java) S 30414 30416 24583 0 -1 4202496 6282 0 1 0 48 1 0 0 20 0 18 0 255113494 9787813888 9352 33554432000 1073741824 1073778376 140736931515504 140736931506640 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30416/statm: 2389603 9352 2217 9 0 2380296 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9558412

[startup+0.700186 s]
/proc/loadavg: 2.01 3.40 3.52 5/193 30416
/proc/meminfo: memFree=29486128/32873648 swapFree=6856/6856
[pid=30416] ppid=30414 vsize=9558412 CPUtime=1.31 cores=1,3,5,7
/proc/30416/stat : 30416 (java) S 30414 30416 24583 0 -1 4202496 8765 0 1 0 128 3 0 0 20 0 18 0 255113494 9787813888 39252 33554432000 1073741824 1073778376 140736931515504 140736931506640 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30416/statm: 2389603 39252 2237 9 0 2380296 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 9558412

[startup+1.50058 s]
/proc/loadavg: 2.01 3.38 3.51 5/212 30435
/proc/meminfo: memFree=29323580/32873648 swapFree=6856/6856
[pid=30416] ppid=30414 vsize=9624976 CPUtime=2.83 cores=1,3,5,7
/proc/30416/stat : 30416 (java) S 30414 30416 24583 0 -1 4202496 12553 0 1 0 279 4 0 0 20 0 19 0 255113494 9855975424 43159 33554432000 1073741824 1073778376 140736931515504 140736931506640 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30416/statm: 2406244 43159 2263 9 0 2396937 0
[pid=30416/tid=30418] ppid=30414 vsize=9624976 CPUtime=1.46 cores=1,3,5,7
/proc/30416/task/30418/stat : 30418 (java) R 30414 30416 24583 0 -1 4202560 2554 0 1 0 143 3 0 0 20 0 19 0 255113495 9855975424 43159 33554432000 1073741824 1073778376 140736931515504 139749376658728 139749317164841 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=30416/tid=30419] ppid=30414 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30416/task/30419/stat : 30419 (java) S 30414 30416 24583 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255113496 9855975424 43159 33554432000 1073741824 1073778376 140736931515504 139749315390504 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30416/tid=30420] ppid=30414 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30416/task/30420/stat : 30420 (java) S 30414 30416 24583 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 255113496 9855975424 43159 33554432000 1073741824 1073778376 140736931515504 139749314337704 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30416/tid=30421] ppid=30414 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30416/task/30421/stat : 30421 (java) S 30414 30416 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255113496 9855975424 43159 33554432000 1073741824 1073778376 140736931515504 139749313284904 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30416/tid=30422] ppid=30414 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30416/task/30422/stat : 30422 (java) S 30414 30416 24583 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 255113496 9855975424 43159 33554432000 1073741824 1073778376 140736931515504 139749312232104 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30416/tid=30423] ppid=30414 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30416/task/30423/stat : 30423 (java) S 30414 30416 24583 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 255113496 9855975424 43159 33554432000 1073741824 1073778376 140736931515504 139749215648296 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30416/tid=30424] ppid=30414 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30416/task/30424/stat : 30424 (java) S 30414 30416 24583 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 255113496 9855975424 43159 33554432000 1073741824 1073778376 140736931515504 139749214595496 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30416/tid=30425] ppid=30414 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30416/task/30425/stat : 30425 (java) S 30414 30416 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255113496 9855975424 43159 33554432000 1073741824 1073778376 140736931515504 139749213542696 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30416/tid=30426] ppid=30414 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30416/task/30426/stat : 30426 (java) S 30414 30416 24583 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 255113496 9855975424 43159 33554432000 1073741824 1073778376 140736931515504 139749212489896 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30416/tid=30428] ppid=30414 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30416/task/30428/stat : 30428 (java) S 30414 30416 24583 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 19 0 255113497 9855975424 43159 33554432000 1073741824 1073778376 140736931515504 139749200292840 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30416/tid=30429] ppid=30414 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30416/task/30429/stat : 30429 (java) S 30414 30416 24583 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255113497 9855975424 43159 33554432000 1073741824 1073778376 140736931515504 139749199238904 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30416/tid=30430] ppid=30414 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30416/task/30430/stat : 30430 (java) S 30414 30416 24583 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255113497 9855975424 43159 33554432000 1073741824 1073778376 140736931515504 139749198185992 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30416/tid=30431] ppid=30414 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30416/task/30431/stat : 30431 (java) S 30414 30416 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255113500 9855975424 43159 33554432000 1073741824 1073778376 140736931515504 139749197134480 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30416/tid=30432] ppid=30414 vsize=9624976 CPUtime=0.61 cores=1,3,5,7
/proc/30416/task/30432/stat : 30432 (java) S 30414 30416 24583 0 -1 4202560 4701 0 0 0 61 0 0 0 20 0 19 0 255113500 9855975424 43159 33554432000 1073741824 1073778376 140736931515504 139749196081592 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30416/tid=30433] ppid=30414 vsize=9624976 CPUtime=0.68 cores=1,3,5,7
/proc/30416/task/30433/stat : 30433 (java) S 30414 30416 24583 0 -1 4202560 4004 0 0 0 68 0 0 0 20 0 19 0 255113500 9855975424 43159 33554432000 1073741824 1073778376 140736931515504 139749195028792 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30416/tid=30434] ppid=30414 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30416/task/30434/stat : 30434 (java) S 30414 30416 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255113500 9855975424 43159 33554432000 1073741824 1073778376 140736931515504 139749193976184 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30416/tid=30435] ppid=30414 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30416/task/30435/stat : 30435 (java) S 30414 30416 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255113500 9855975424 43159 33554432000 1073741824 1073778376 140736931515504 139749192923592 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.83
Current children cumulated vsize (KiB) 9624976

[startup+3.10055 s]
/proc/loadavg: 2.01 3.38 3.51 3/213 30436
/proc/meminfo: memFree=29292224/32873648 swapFree=6856/6856
[pid=30416] ppid=30414 vsize=9624976 CPUtime=4.59 cores=1,3,5,7
/proc/30416/stat : 30416 (java) S 30414 30416 24583 0 -1 4202496 12631 0 1 0 453 6 0 0 20 0 19 0 255113494 9855975424 51391 33554432000 1073741824 1073778376 140736931515504 140736931506640 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30416/statm: 2406244 51391 2281 9 0 2396937 0
[pid=30416/tid=30418] ppid=30414 vsize=9624976 CPUtime=2.98 cores=1,3,5,7
/proc/30416/task/30418/stat : 30418 (java) R 30414 30416 24583 0 -1 4202560 2556 0 1 0 295 3 0 0 20 0 19 0 255113495 9855975424 51391 33554432000 1073741824 1073778376 140736931515504 139749376659744 139749317194540 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=30416/tid=30419] ppid=30414 vsize=9624976 CPUtime=0.02 cores=1,3,5,7
/proc/30416/task/30419/stat : 30419 (java) S 30414 30416 24583 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 19 0 255113496 9855975424 51391 33554432000 1073741824 1073778376 140736931515504 139749315390504 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30416/tid=30420] ppid=30414 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30416/task/30420/stat : 30420 (java) S 30414 30416 24583 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 255113496 9855975424 51391 33554432000 1073741824 1073778376 140736931515504 139749314337704 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30416/tid=30421] ppid=30414 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30416/task/30421/stat : 30421 (java) S 30414 30416 24583 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 255113496 9855975424 51391 33554432000 1073741824 1073778376 140736931515504 139749313284904 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30416/tid=30422] ppid=30414 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/30416/task/30422/stat : 30422 (java) S 30414 30416 24583 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 19 0 255113496 9855975424 51391 33554432000 1073741824 1073778376 140736931515504 139749312232104 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30416/tid=30423] ppid=30414 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/30416/task/30423/stat : 30423 (java) S 30414 30416 24583 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 19 0 255113496 9855975424 51391 33554432000 1073741824 1073778376 140736931515504 139749215648296 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30416/tid=30424] ppid=30414 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30416/task/30424/stat : 30424 (java) S 30414 30416 24583 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 255113496 9855975424 51391 33554432000 1073741824 1073778376 140736931515504 139749214595496 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30416/tid=30425] ppid=30414 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30416/task/30425/stat : 30425 (java) S 30414 30416 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255113496 9855975424 51391 33554432000 1073741824 1073778376 140736931515504 139749213542696 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30416/tid=30426] ppid=30414 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30416/task/30426/stat : 30426 (java) S 30414 30416 24583 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 255113496 9855975424 51391 33554432000 1073741824 1073778376 140736931515504 139749212489896 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30416/tid=30428] ppid=30414 vsize=9624976 CPUtime=0.04 cores=1,3,5,7
/proc/30416/task/30428/stat : 30428 (java) S 30414 30416 24583 0 -1 4202560 100 0 0 0 4 0 0 0 20 0 19 0 255113497 9855975424 51391 33554432000 1073741824 1073778376 140736931515504 139749200292840 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30416/tid=30429] ppid=30414 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30416/task/30429/stat : 30429 (java) S 30414 30416 24583 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255113497 9855975424 51391 33554432000 1073741824 1073778376 140736931515504 139749199238904 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30416/tid=30430] ppid=30414 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30416/task/30430/stat : 30430 (java) S 30414 30416 24583 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255113497 9855975424 51391 33554432000 1073741824 1073778376 140736931515504 139749198185992 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30416/tid=30431] ppid=30414 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30416/task/30431/stat : 30431 (java) S 30414 30416 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255113500 9855975424 51391 33554432000 1073741824 1073778376 140736931515504 139749197134480 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30416/tid=30432] ppid=30414 vsize=9624976 CPUtime=0.68 cores=1,3,5,7
/proc/30416/task/30432/stat : 30432 (java) S 30414 30416 24583 0 -1 4202560 4716 0 0 0 68 0 0 0 20 0 19 0 255113500 9855975424 51391 33554432000 1073741824 1073778376 140736931515504 139749196081592 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30416/tid=30433] ppid=30414 vsize=9624976 CPUtime=0.69 cores=1,3,5,7
/proc/30416/task/30433/stat : 30433 (java) S 30414 30416 24583 0 -1 4202560 4005 0 0 0 69 0 0 0 20 0 19 0 255113500 9855975424 51391 33554432000 1073741824 1073778376 140736931515504 139749195028792 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30416/tid=30434] ppid=30414 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30416/task/30434/stat : 30434 (java) S 30414 30416 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255113500 9855975424 51391 33554432000 1073741824 1073778376 140736931515504 139749193976184 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30416/tid=30435] ppid=30414 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30416/task/30435/stat : 30435 (java) S 30414 30416 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255113500 9855975424 51391 33554432000 1073741824 1073778376 140736931515504 139749192923592 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30416/tid=30436] ppid=30414 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30416/task/30436/stat : 30436 (java) S 30414 30416 24583 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255113597 9855975424 51391 33554432000 1073741824 1073778376 140736931515504 139749191870120 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.59
Current children cumulated vsize (KiB) 9624976

[startup+6.30063 s]
/proc/loadavg: 2.01 3.36 3.50 3/212 30436
/proc/meminfo: memFree=29248908/32873648 swapFree=6856/6856
[pid=30416] ppid=30414 vsize=9624976 CPUtime=7.82 cores=1,3,5,7
/proc/30416/stat : 30416 (java) S 30414 30416 24583 0 -1 4202496 12647 0 1 0 776 6 0 0 20 0 19 0 255113494 9855975424 52919 33554432000 1073741824 1073778376 140736931515504 140736931506640 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30416/statm: 2406244 52919 2281 9 0 2396937 0
[pid=30416/tid=30418] ppid=30414 vsize=9624976 CPUtime=6.11 cores=1,3,5,7
/proc/30416/task/30418/stat : 30418 (java) S 30414 30416 24583 0 -1 4202560 2559 0 1 0 608 3 0 0 20 0 19 0 255113495 9855975424 52919 33554432000 1073741824 1073778376 140736931515504 139749376659864 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30416/tid=30419] ppid=30414 vsize=9624976 CPUtime=0.02 cores=1,3,5,7
/proc/30416/task/30419/stat : 30419 (java) S 30414 30416 24583 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 19 0 255113496 9855975424 52919 33554432000 1073741824 1073778376 140736931515504 139749315390504 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30416/tid=30420] ppid=30414 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30416/task/30420/stat : 30420 (java) S 30414 30416 24583 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 255113496 9855975424 52919 33554432000 1073741824 1073778376 140736931515504 139749314337704 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30416/tid=30421] ppid=30414 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30416/task/30421/stat : 30421 (java) S 30414 30416 24583 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 255113496 9855975424 52919 33554432000 1073741824 1073778376 140736931515504 139749313284904 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30416/tid=30422] ppid=30414 vsize=9624976 CPUtime=0.02 cores=1,3,5,7
/proc/30416/task/30422/stat : 30422 (java) S 30414 30416 24583 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 19 0 255113496 9855975424 52919 33554432000 1073741824 1073778376 140736931515504 139749312232104 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30416/tid=30423] ppid=30414 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/30416/task/30423/stat : 30423 (java) S 30414 30416 24583 0 -1 4202560 22 0 0 0 1 0 0 0 20 0 19 0 255113496 9855975424 52919 33554432000 1073741824 1073778376 140736931515504 139749215648296 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30416/tid=30424] ppid=30414 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30416/task/30424/stat : 30424 (java) S 30414 30416 24583 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255113496 9855975424 52919 33554432000 1073741824 1073778376 140736931515504 139749214595496 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30416/tid=30425] ppid=30414 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30416/task/30425/stat : 30425 (java) S 30414 30416 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255113496 9855975424 52919 33554432000 1073741824 1073778376 140736931515504 139749213542696 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30416/tid=30426] ppid=30414 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30416/task/30426/stat : 30426 (java) S 30414 30416 24583 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 255113496 9855975424 52919 33554432000 1073741824 1073778376 140736931515504 139749212489896 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30416/tid=30428] ppid=30414 vsize=9624976 CPUtime=0.1 cores=1,3,5,7
/proc/30416/task/30428/stat : 30428 (java) R 30414 30416 24583 0 -1 4202560 101 0 0 0 10 0 0 0 20 0 19 0 255113497 9855975424 52919 33554432000 1073741824 1073778376 140736931515504 139749200291696 139749383514470 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=30416/tid=30429] ppid=30414 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30416/task/30429/stat : 30429 (java) S 30414 30416 24583 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255113497 9855975424 52919 33554432000 1073741824 1073778376 140736931515504 139749199238904 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30416/tid=30430] ppid=30414 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30416/task/30430/stat : 30430 (java) S 30414 30416 24583 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255113497 9855975424 52919 33554432000 1073741824 1073778376 140736931515504 139749198185992 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30416/tid=30431] ppid=30414 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30416/task/30431/stat : 30431 (java) S 30414 30416 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255113500 9855975424 52919 33554432000 1073741824 1073778376 140736931515504 139749197134480 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30416/tid=30432] ppid=30414 vsize=9624976 CPUtime=0.7 cores=1,3,5,7
/proc/30416/task/30432/stat : 30432 (java) S 30414 30416 24583 0 -1 4202560 4717 0 0 0 70 0 0 0 20 0 19 0 255113500 9855975424 52919 33554432000 1073741824 1073778376 140736931515504 139749196058168 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30416/tid=30433] ppid=30414 vsize=9624976 CPUtime=0.71 cores=1,3,5,7
/proc/30416/task/30433/stat : 30433 (java) S 30414 30416 24583 0 -1 4202560 4005 0 0 0 71 0 0 0 20 0 19 0 255113500 9855975424 52919 33554432000 1073741824 1073778376 140736931515504 139749195028792 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30416/tid=30434] ppid=30414 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30416/task/30434/stat : 30434 (java) S 30414 30416 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255113500 9855975424 52919 33554432000 1073741824 1073778376 140736931515504 139749193976184 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30416/tid=30435] ppid=30414 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30416/task/30435/stat : 30435 (java) S 30414 30416 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255113500 9855975424 52919 33554432000 1073741824 1073778376 140736931515504 139749192923592 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30416/tid=30436] ppid=30414 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30416/task/30436/stat : 30436 (java) S 30414 30416 24583 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255113597 9855975424 52919 33554432000 1073741824 1073778376 140736931515504 139749191870120 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.82
Current children cumulated vsize (KiB) 9624976

[startup+12.7006 s]
/proc/loadavg: 2.00 3.33 3.49 3/213 30437
/proc/meminfo: memFree=29244008/32873648 swapFree=6856/6856

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

[pid=30416/tid=30424] ppid=30414 vsize=9624976 CPUtime=0.48 cores=1,3,5,7
/proc/30416/task/30424/stat : 30424 (java) S 30414 30416 24583 0 -1 4202560 124 0 0 0 45 3 0 0 20 0 19 0 255113496 9855975424 86575 33554432000 1073741824 1073778376 140736931515504 139749214595496 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30416/tid=30425] ppid=30414 vsize=9624976 CPUtime=0.45 cores=1,3,5,7
/proc/30416/task/30425/stat : 30425 (java) S 30414 30416 24583 0 -1 4202560 94 0 0 0 43 2 0 0 20 0 19 0 255113496 9855975424 86575 33554432000 1073741824 1073778376 140736931515504 139749213542696 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30416/tid=30426] ppid=30414 vsize=9624976 CPUtime=0.48 cores=1,3,5,7
/proc/30416/task/30426/stat : 30426 (java) S 30414 30416 24583 0 -1 4202560 142 0 0 0 46 2 0 0 20 0 19 0 255113496 9855975424 86575 33554432000 1073741824 1073778376 140736931515504 139749212489896 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30416/tid=30428] ppid=30414 vsize=9624976 CPUtime=4.91 cores=1,3,5,7
/proc/30416/task/30428/stat : 30428 (java) S 30414 30416 24583 0 -1 4202560 217 0 0 0 489 2 0 0 20 0 19 0 255113497 9855975424 86575 33554432000 1073741824 1073778376 140736931515504 139749200292840 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30416/tid=30429] ppid=30414 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30416/task/30429/stat : 30429 (java) S 30414 30416 24583 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255113497 9855975424 86575 33554432000 1073741824 1073778376 140736931515504 139749199238904 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30416/tid=30430] ppid=30414 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30416/task/30430/stat : 30430 (java) S 30414 30416 24583 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255113497 9855975424 86575 33554432000 1073741824 1073778376 140736931515504 139749198185992 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30416/tid=30431] ppid=30414 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30416/task/30431/stat : 30431 (java) S 30414 30416 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255113500 9855975424 86575 33554432000 1073741824 1073778376 140736931515504 139749197134480 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30416/tid=30432] ppid=30414 vsize=9624976 CPUtime=0.75 cores=1,3,5,7
/proc/30416/task/30432/stat : 30432 (java) S 30414 30416 24583 0 -1 4202560 4720 0 0 0 75 0 0 0 20 0 19 0 255113500 9855975424 86575 33554432000 1073741824 1073778376 140736931515504 139749196081592 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30416/tid=30433] ppid=30414 vsize=9624976 CPUtime=0.76 cores=1,3,5,7
/proc/30416/task/30433/stat : 30433 (java) S 30414 30416 24583 0 -1 4202560 4016 0 0 0 76 0 0 0 20 0 19 0 255113500 9855975424 86575 33554432000 1073741824 1073778376 140736931515504 139749195028792 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30416/tid=30434] ppid=30414 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30416/task/30434/stat : 30434 (java) S 30414 30416 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255113500 9855975424 86575 33554432000 1073741824 1073778376 140736931515504 139749193976184 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30416/tid=30435] ppid=30414 vsize=9624976 CPUtime=0.54 cores=1,3,5,7
/proc/30416/task/30435/stat : 30435 (java) S 30414 30416 24583 0 -1 4202560 93 0 0 0 24 30 0 0 20 0 19 0 255113500 9855975424 86575 33554432000 1073741824 1073778376 140736931515504 139749192923592 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30416/tid=30436] ppid=30414 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30416/task/30436/stat : 30436 (java) S 30414 30416 24583 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255113597 9855975424 86575 33554432000 1073741824 1073778376 140736931515504 139749191870120 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1667.19
Current children cumulated vsize (KiB) 9624976

[startup+1722.3 s]
/proc/loadavg: 2.01 2.02 2.23 3/213 30509
/proc/meminfo: memFree=28930532/32873648 swapFree=6856/6856
[pid=30416] ppid=30414 vsize=9624976 CPUtime=1727.25 cores=1,3,5,7
/proc/30416/stat : 30416 (java) S 30414 30416 24583 0 -1 4202496 14016 0 1 0 172671 54 0 0 20 0 19 0 255113494 9855975424 86583 33554432000 1073741824 1073778376 140736931515504 140736931506640 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30416/statm: 2406244 86583 2282 9 0 2396937 0
[pid=30416/tid=30418] ppid=30414 vsize=9624976 CPUtime=1715.99 cores=1,3,5,7
/proc/30416/task/30418/stat : 30418 (java) R 30414 30416 24583 0 -1 4202560 2639 0 1 0 171569 30 0 0 20 0 19 0 255113495 9855975424 86583 33554432000 1073741824 1073778376 140736931515504 139749376659744 139749316618184 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=30416/tid=30419] ppid=30414 vsize=9624976 CPUtime=0.58 cores=1,3,5,7
/proc/30416/task/30419/stat : 30419 (java) S 30414 30416 24583 0 -1 4202560 197 0 0 0 55 3 0 0 20 0 19 0 255113496 9855975424 86583 33554432000 1073741824 1073778376 140736931515504 139749315390504 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30416/tid=30420] ppid=30414 vsize=9624976 CPUtime=0.52 cores=1,3,5,7
/proc/30416/task/30420/stat : 30420 (java) S 30414 30416 24583 0 -1 4202560 89 0 0 0 50 2 0 0 20 0 19 0 255113496 9855975424 86583 33554432000 1073741824 1073778376 140736931515504 139749314337704 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30416/tid=30421] ppid=30414 vsize=9624976 CPUtime=0.54 cores=1,3,5,7
/proc/30416/task/30421/stat : 30421 (java) S 30414 30416 24583 0 -1 4202560 104 0 0 0 52 2 0 0 20 0 19 0 255113496 9855975424 86583 33554432000 1073741824 1073778376 140736931515504 139749313284904 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30416/tid=30422] ppid=30414 vsize=9624976 CPUtime=0.6 cores=1,3,5,7
/proc/30416/task/30422/stat : 30422 (java) S 30414 30416 24583 0 -1 4202560 228 0 0 0 57 3 0 0 20 0 19 0 255113496 9855975424 86583 33554432000 1073741824 1073778376 140736931515504 139749312232104 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30416/tid=30423] ppid=30414 vsize=9624976 CPUtime=0.59 cores=1,3,5,7
/proc/30416/task/30423/stat : 30423 (java) S 30414 30416 24583 0 -1 4202560 167 0 0 0 56 3 0 0 20 0 19 0 255113496 9855975424 86583 33554432000 1073741824 1073778376 140736931515504 139749215648296 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30416/tid=30424] ppid=30414 vsize=9624976 CPUtime=0.5 cores=1,3,5,7
/proc/30416/task/30424/stat : 30424 (java) S 30414 30416 24583 0 -1 4202560 124 0 0 0 47 3 0 0 20 0 19 0 255113496 9855975424 86583 33554432000 1073741824 1073778376 140736931515504 139749214595496 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30416/tid=30425] ppid=30414 vsize=9624976 CPUtime=0.46 cores=1,3,5,7
/proc/30416/task/30425/stat : 30425 (java) S 30414 30416 24583 0 -1 4202560 94 0 0 0 44 2 0 0 20 0 19 0 255113496 9855975424 86583 33554432000 1073741824 1073778376 140736931515504 139749213542696 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30416/tid=30426] ppid=30414 vsize=9624976 CPUtime=0.48 cores=1,3,5,7
/proc/30416/task/30426/stat : 30426 (java) S 30414 30416 24583 0 -1 4202560 142 0 0 0 46 2 0 0 20 0 19 0 255113496 9855975424 86583 33554432000 1073741824 1073778376 140736931515504 139749212489896 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30416/tid=30428] ppid=30414 vsize=9624976 CPUtime=4.98 cores=1,3,5,7
/proc/30416/task/30428/stat : 30428 (java) S 30414 30416 24583 0 -1 4202560 219 0 0 0 496 2 0 0 20 0 19 0 255113497 9855975424 86583 33554432000 1073741824 1073778376 140736931515504 139749200292840 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30416/tid=30429] ppid=30414 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30416/task/30429/stat : 30429 (java) S 30414 30416 24583 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255113497 9855975424 86583 33554432000 1073741824 1073778376 140736931515504 139749199238904 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30416/tid=30430] ppid=30414 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30416/task/30430/stat : 30430 (java) S 30414 30416 24583 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255113497 9855975424 86583 33554432000 1073741824 1073778376 140736931515504 139749198185992 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30416/tid=30431] ppid=30414 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30416/task/30431/stat : 30431 (java) S 30414 30416 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255113500 9855975424 86583 33554432000 1073741824 1073778376 140736931515504 139749197134480 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30416/tid=30432] ppid=30414 vsize=9624976 CPUtime=0.75 cores=1,3,5,7
/proc/30416/task/30432/stat : 30432 (java) S 30414 30416 24583 0 -1 4202560 4720 0 0 0 75 0 0 0 20 0 19 0 255113500 9855975424 86583 33554432000 1073741824 1073778376 140736931515504 139749196081592 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30416/tid=30433] ppid=30414 vsize=9624976 CPUtime=0.76 cores=1,3,5,7
/proc/30416/task/30433/stat : 30433 (java) S 30414 30416 24583 0 -1 4202560 4016 0 0 0 76 0 0 0 20 0 19 0 255113500 9855975424 86583 33554432000 1073741824 1073778376 140736931515504 139749195028792 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30416/tid=30434] ppid=30414 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30416/task/30434/stat : 30434 (java) S 30414 30416 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255113500 9855975424 86583 33554432000 1073741824 1073778376 140736931515504 139749193976184 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30416/tid=30435] ppid=30414 vsize=9624976 CPUtime=0.56 cores=1,3,5,7
/proc/30416/task/30435/stat : 30435 (java) S 30414 30416 24583 0 -1 4202560 97 0 0 0 26 30 0 0 20 0 19 0 255113500 9855975424 86583 33554432000 1073741824 1073778376 140736931515504 139749192923592 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30416/tid=30436] ppid=30414 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30416/task/30436/stat : 30436 (java) S 30414 30416 24583 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255113597 9855975424 86583 33554432000 1073741824 1073778376 140736931515504 139749191870120 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1727.25
Current children cumulated vsize (KiB) 9624976

[startup+1782.3 s]
/proc/loadavg: 2.04 2.03 2.22 3/213 30509
/proc/meminfo: memFree=28922220/32873648 swapFree=6856/6856
[pid=30416] ppid=30414 vsize=9624976 CPUtime=1787.33 cores=1,3,5,7
/proc/30416/stat : 30416 (java) S 30414 30416 24583 0 -1 4202496 14052 0 1 0 178677 56 0 0 20 0 19 0 255113494 9855975424 86612 33554432000 1073741824 1073778376 140736931515504 140736931506640 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30416/statm: 2406244 86612 2282 9 0 2396937 0
[pid=30416/tid=30418] ppid=30414 vsize=9624976 CPUtime=1775.87 cores=1,3,5,7
/proc/30416/task/30418/stat : 30418 (java) R 30414 30416 24583 0 -1 4202560 2640 0 1 0 177557 30 0 0 20 0 19 0 255113495 9855975424 86612 33554432000 1073741824 1073778376 140736931515504 139749376659744 139749317318148 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=30416/tid=30419] ppid=30414 vsize=9624976 CPUtime=0.59 cores=1,3,5,7
/proc/30416/task/30419/stat : 30419 (java) S 30414 30416 24583 0 -1 4202560 204 0 0 0 56 3 0 0 20 0 19 0 255113496 9855975424 86612 33554432000 1073741824 1073778376 140736931515504 139749315390504 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30416/tid=30420] ppid=30414 vsize=9624976 CPUtime=0.53 cores=1,3,5,7
/proc/30416/task/30420/stat : 30420 (java) S 30414 30416 24583 0 -1 4202560 93 0 0 0 51 2 0 0 20 0 19 0 255113496 9855975424 86612 33554432000 1073741824 1073778376 140736931515504 139749314337704 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30416/tid=30421] ppid=30414 vsize=9624976 CPUtime=0.54 cores=1,3,5,7
/proc/30416/task/30421/stat : 30421 (java) S 30414 30416 24583 0 -1 4202560 114 0 0 0 52 2 0 0 20 0 19 0 255113496 9855975424 86612 33554432000 1073741824 1073778376 140736931515504 139749313284904 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30416/tid=30422] ppid=30414 vsize=9624976 CPUtime=0.61 cores=1,3,5,7
/proc/30416/task/30422/stat : 30422 (java) S 30414 30416 24583 0 -1 4202560 235 0 0 0 58 3 0 0 20 0 19 0 255113496 9855975424 86612 33554432000 1073741824 1073778376 140736931515504 139749312232104 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30416/tid=30423] ppid=30414 vsize=9624976 CPUtime=0.6 cores=1,3,5,7
/proc/30416/task/30423/stat : 30423 (java) S 30414 30416 24583 0 -1 4202560 167 0 0 0 57 3 0 0 20 0 19 0 255113496 9855975424 86612 33554432000 1073741824 1073778376 140736931515504 139749215648296 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30416/tid=30424] ppid=30414 vsize=9624976 CPUtime=0.53 cores=1,3,5,7
/proc/30416/task/30424/stat : 30424 (java) S 30414 30416 24583 0 -1 4202560 124 0 0 0 50 3 0 0 20 0 19 0 255113496 9855975424 86612 33554432000 1073741824 1073778376 140736931515504 139749214595496 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30416/tid=30425] ppid=30414 vsize=9624976 CPUtime=0.49 cores=1,3,5,7
/proc/30416/task/30425/stat : 30425 (java) S 30414 30416 24583 0 -1 4202560 95 0 0 0 47 2 0 0 20 0 19 0 255113496 9855975424 86612 33554432000 1073741824 1073778376 140736931515504 139749213542696 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30416/tid=30426] ppid=30414 vsize=9624976 CPUtime=0.49 cores=1,3,5,7
/proc/30416/task/30426/stat : 30426 (java) S 30414 30416 24583 0 -1 4202560 142 0 0 0 47 2 0 0 20 0 19 0 255113496 9855975424 86612 33554432000 1073741824 1073778376 140736931515504 139749212489896 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30416/tid=30428] ppid=30414 vsize=9624976 CPUtime=5.06 cores=1,3,5,7
/proc/30416/task/30428/stat : 30428 (java) S 30414 30416 24583 0 -1 4202560 221 0 0 0 504 2 0 0 20 0 19 0 255113497 9855975424 86612 33554432000 1073741824 1073778376 140736931515504 139749200292840 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30416/tid=30429] ppid=30414 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30416/task/30429/stat : 30429 (java) S 30414 30416 24583 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255113497 9855975424 86612 33554432000 1073741824 1073778376 140736931515504 139749199238904 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30416/tid=30430] ppid=30414 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30416/task/30430/stat : 30430 (java) S 30414 30416 24583 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255113497 9855975424 86612 33554432000 1073741824 1073778376 140736931515504 139749198185992 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30416/tid=30431] ppid=30414 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30416/task/30431/stat : 30431 (java) S 30414 30416 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255113500 9855975424 86612 33554432000 1073741824 1073778376 140736931515504 139749197134480 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30416/tid=30432] ppid=30414 vsize=9624976 CPUtime=0.75 cores=1,3,5,7
/proc/30416/task/30432/stat : 30432 (java) S 30414 30416 24583 0 -1 4202560 4720 0 0 0 75 0 0 0 20 0 19 0 255113500 9855975424 86612 33554432000 1073741824 1073778376 140736931515504 139749196081592 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30416/tid=30433] ppid=30414 vsize=9624976 CPUtime=0.76 cores=1,3,5,7
/proc/30416/task/30433/stat : 30433 (java) S 30414 30416 24583 0 -1 4202560 4016 0 0 0 76 0 0 0 20 0 19 0 255113500 9855975424 86612 33554432000 1073741824 1073778376 140736931515504 139749195028792 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30416/tid=30434] ppid=30414 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30416/task/30434/stat : 30434 (java) S 30414 30416 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255113500 9855975424 86612 33554432000 1073741824 1073778376 140736931515504 139749193976184 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30416/tid=30435] ppid=30414 vsize=9624976 CPUtime=0.58 cores=1,3,5,7
/proc/30416/task/30435/stat : 30435 (java) S 30414 30416 24583 0 -1 4202560 101 0 0 0 27 31 0 0 20 0 19 0 255113500 9855975424 86612 33554432000 1073741824 1073778376 140736931515504 139749192923592 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30416/tid=30436] ppid=30414 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30416/task/30436/stat : 30436 (java) S 30414 30416 24583 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255113597 9855975424 86612 33554432000 1073741824 1073778376 140736931515504 139749191870120 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1787.33
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795 s]
/proc/loadavg: 2.04 2.03 2.21 3/213 30509
/proc/meminfo: memFree=28922100/32873648 swapFree=6856/6856
[pid=30416] ppid=30414 vsize=9624976 CPUtime=1800.04 cores=1,3,5,7
/proc/30416/stat : 30416 (java) S 30414 30416 24583 0 -1 4202496 14052 0 1 0 179948 56 0 0 20 0 19 0 255113494 9855975424 86612 33554432000 1073741824 1073778376 140736931515504 140736931506640 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30416/statm: 2406244 86612 2282 9 0 2396937 0
[pid=30416/tid=30418] ppid=30414 vsize=9624976 CPUtime=1788.57 cores=1,3,5,7
/proc/30416/task/30418/stat : 30418 (java) R 30414 30416 24583 0 -1 4202560 2640 0 1 0 178826 31 0 0 20 0 19 0 255113495 9855975424 86612 33554432000 1073741824 1073778376 140736931515504 139749376659744 139749317272608 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=30416/tid=30419] ppid=30414 vsize=9624976 CPUtime=0.59 cores=1,3,5,7
/proc/30416/task/30419/stat : 30419 (java) S 30414 30416 24583 0 -1 4202560 204 0 0 0 56 3 0 0 20 0 19 0 255113496 9855975424 86612 33554432000 1073741824 1073778376 140736931515504 139749315390504 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30416/tid=30420] ppid=30414 vsize=9624976 CPUtime=0.53 cores=1,3,5,7
/proc/30416/task/30420/stat : 30420 (java) S 30414 30416 24583 0 -1 4202560 93 0 0 0 51 2 0 0 20 0 19 0 255113496 9855975424 86612 33554432000 1073741824 1073778376 140736931515504 139749314337704 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30416/tid=30421] ppid=30414 vsize=9624976 CPUtime=0.54 cores=1,3,5,7
/proc/30416/task/30421/stat : 30421 (java) S 30414 30416 24583 0 -1 4202560 114 0 0 0 52 2 0 0 20 0 19 0 255113496 9855975424 86612 33554432000 1073741824 1073778376 140736931515504 139749313284904 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30416/tid=30422] ppid=30414 vsize=9624976 CPUtime=0.61 cores=1,3,5,7
/proc/30416/task/30422/stat : 30422 (java) S 30414 30416 24583 0 -1 4202560 235 0 0 0 58 3 0 0 20 0 19 0 255113496 9855975424 86612 33554432000 1073741824 1073778376 140736931515504 139749312232104 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30416/tid=30423] ppid=30414 vsize=9624976 CPUtime=0.6 cores=1,3,5,7
/proc/30416/task/30423/stat : 30423 (java) S 30414 30416 24583 0 -1 4202560 167 0 0 0 57 3 0 0 20 0 19 0 255113496 9855975424 86612 33554432000 1073741824 1073778376 140736931515504 139749215648296 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30416/tid=30424] ppid=30414 vsize=9624976 CPUtime=0.53 cores=1,3,5,7
/proc/30416/task/30424/stat : 30424 (java) S 30414 30416 24583 0 -1 4202560 124 0 0 0 50 3 0 0 20 0 19 0 255113496 9855975424 86612 33554432000 1073741824 1073778376 140736931515504 139749214595496 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30416/tid=30425] ppid=30414 vsize=9624976 CPUtime=0.49 cores=1,3,5,7
/proc/30416/task/30425/stat : 30425 (java) S 30414 30416 24583 0 -1 4202560 95 0 0 0 47 2 0 0 20 0 19 0 255113496 9855975424 86612 33554432000 1073741824 1073778376 140736931515504 139749213542696 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30416/tid=30426] ppid=30414 vsize=9624976 CPUtime=0.49 cores=1,3,5,7
/proc/30416/task/30426/stat : 30426 (java) S 30414 30416 24583 0 -1 4202560 142 0 0 0 47 2 0 0 20 0 19 0 255113496 9855975424 86612 33554432000 1073741824 1073778376 140736931515504 139749212489896 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30416/tid=30428] ppid=30414 vsize=9624976 CPUtime=5.06 cores=1,3,5,7
/proc/30416/task/30428/stat : 30428 (java) S 30414 30416 24583 0 -1 4202560 221 0 0 0 504 2 0 0 20 0 19 0 255113497 9855975424 86612 33554432000 1073741824 1073778376 140736931515504 139749200292840 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30416/tid=30429] ppid=30414 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30416/task/30429/stat : 30429 (java) S 30414 30416 24583 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255113497 9855975424 86612 33554432000 1073741824 1073778376 140736931515504 139749199238904 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30416/tid=30430] ppid=30414 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30416/task/30430/stat : 30430 (java) S 30414 30416 24583 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255113497 9855975424 86612 33554432000 1073741824 1073778376 140736931515504 139749198185992 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30416/tid=30431] ppid=30414 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30416/task/30431/stat : 30431 (java) S 30414 30416 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255113500 9855975424 86612 33554432000 1073741824 1073778376 140736931515504 139749197134480 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30416/tid=30432] ppid=30414 vsize=9624976 CPUtime=0.75 cores=1,3,5,7
/proc/30416/task/30432/stat : 30432 (java) S 30414 30416 24583 0 -1 4202560 4720 0 0 0 75 0 0 0 20 0 19 0 255113500 9855975424 86612 33554432000 1073741824 1073778376 140736931515504 139749196081592 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30416/tid=30433] ppid=30414 vsize=9624976 CPUtime=0.76 cores=1,3,5,7
/proc/30416/task/30433/stat : 30433 (java) S 30414 30416 24583 0 -1 4202560 4016 0 0 0 76 0 0 0 20 0 19 0 255113500 9855975424 86612 33554432000 1073741824 1073778376 140736931515504 139749195028792 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30416/tid=30434] ppid=30414 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30416/task/30434/stat : 30434 (java) S 30414 30416 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255113500 9855975424 86612 33554432000 1073741824 1073778376 140736931515504 139749193976184 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30416/tid=30435] ppid=30414 vsize=9624976 CPUtime=0.58 cores=1,3,5,7
/proc/30416/task/30435/stat : 30435 (java) S 30414 30416 24583 0 -1 4202560 101 0 0 0 27 31 0 0 20 0 19 0 255113500 9855975424 86612 33554432000 1073741824 1073778376 140736931515504 139749192923592 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30416/tid=30436] ppid=30414 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30416/task/30436/stat : 30436 (java) S 30414 30416 24583 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255113597 9855975424 86612 33554432000 1073741824 1073778376 140736931515504 139749191870120 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 7 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
Real time (s): 1795.05
CPU time (s): 1800.44
CPU user time (s): 1799.46
CPU system time (s): 0.98185
CPU usage (%): 100.3
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.46
system time used= 0.98185
maximum resident set size= 346588
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14090
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1640
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40227
involuntary context switches= 14530

runsolver used 6.72998 second user time and 14.4328 second system time

The end

Launcher Data

Begin job on node125 at 2012-05-24 22:04:41
IDJOB=3689203
IDBENCH=74121
IDSOLVER=2269
FILE ID=node125/3689203-1337889881
RUNJOBID= node125-1337889880-30316
PBS_JOBID= 14620079
Free space on /tmp= 71696 MiB

SOLVER NAME= Sat 4j PB Resolution 2.3.2 Snapshot
BENCH NAME= PB10/normalized-PB10/DEC-SMALLINT-LIN/oliveras/j120/normalized-j12047_6-sat.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3689203-1337889881/watcher-3689203-1337889881 -o /tmp/evaluation-result-3689203-1337889881/solver-3689203-1337889881 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3689203-1337889881.opb

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

MD5SUM BENCH= 937ecf63c168ba3c2555061c1a7466e0
RANDOM SEED=947137400

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        29485912 kB
Buffers:          216492 kB
Cached:          2238396 kB
SwapCached:            0 kB
Active:           766076 kB
Inactive:        1846964 kB
Active(anon):     160696 kB
Inactive(anon):        0 kB
Active(file):     605380 kB
Inactive(file):  1846964 kB
Unevictable:        6856 kB
Mlocked:            6856 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              6616 kB
Writeback:             0 kB
AnonPages:        109020 kB
Mapped:            22344 kB
Shmem:               200 kB
Slab:             628144 kB
SReclaimable:      71940 kB
SUnreclaim:       556204 kB
KernelStack:        1584 kB
PageTables:         4508 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     694012 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71688 MiB
End job on node125 at 2012-05-24 22:34:38