Trace number 3710047

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J PB specific settings 2.3.2 snapshot? (TO) 1800.84 1794.91

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/
normalized-TateBritain_K84.opb
MD5SUM895769e6300bec8b48d22e126916d397
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 variables5712
Total number of constraints5882
Number of constraints which are clauses5798
Number of constraints which are cardinality constraints (but not clauses)84
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint84
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 85
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.02/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.02/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.08	c See www.sat4j.org for details.
0.02/0.08	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.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.09/0.12	c read org.sat4j.minisat.orders.VarOrderHeap
0.09/0.12	c configuring ORDERS
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=true
0.09/0.12	c Heuristics kept accross calls (keep the solver "hot")
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3710047-1338212468.opb
0.09/0.12	c reading problem ... 
0.54/0.37	c ... done. Wall clock time 0.246s.
0.54/0.37	c declared #vars     5712
0.54/0.37	c #constraints  5882
0.54/0.37	c constraints type 
0.54/0.37	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4717
0.54/0.37	c org.sat4j.minisat.constraints.card.MinWatchCard => 84
0.54/0.37	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
0.54/0.37	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1079
0.54/0.37	c 5882 constraints processed.
2.17/1.53	c cleaning 2468 clauses out of 4978 with flag 5003/5003
3.72/2.68	c cleaning 4191 clauses out of 8505 with flag 11000/11000
5.03/3.96	c cleaning 5570 clauses out of 11304 with flag 18000/18000
6.64/5.57	c cleaning 6796 clauses out of 13732 with flag 26000/26000
8.48/7.37	c cleaning 7884 clauses out of 15934 with flag 35000/35000
10.40/9.29	c cleaning 8946 clauses out of 18051 with flag 45001/45001
12.70/11.52	c cleaning 9971 clauses out of 20105 with flag 56002/56002
15.31/14.10	c cleaning 11011 clauses out of 22130 with flag 68000/68000
17.81/16.66	c cleaning 11994 clauses out of 24120 with flag 81002/81002
20.72/19.55	c cleaning 12959 clauses out of 26123 with flag 95001/95001
24.04/22.85	c cleaning 13943 clauses out of 28161 with flag 110000/110000
28.05/26.82	c cleaning 14724 clauses out of 30218 with flag 126000/126000
32.19/30.98	c cleaning 15862 clauses out of 32494 with flag 143002/143002
38.02/36.73	c cleaning 16635 clauses out of 34632 with flag 161004/161004
42.53/41.27	c cleaning 17193 clauses out of 36994 with flag 180001/180001
47.35/46.09	c cleaning 18157 clauses out of 39800 with flag 200000/200000
52.96/51.66	c cleaning 19778 clauses out of 42644 with flag 221001/221001
58.79/57.46	c cleaning 20995 clauses out of 44863 with flag 243000/243000
65.50/64.11	c cleaning 21181 clauses out of 46868 with flag 266000/266000
75.63/74.28	c cleaning 23213 clauses out of 49685 with flag 290000/290000
82.28/80.84	c cleaning 23531 clauses out of 51475 with flag 315003/315003
92.29/90.82	c cleaning 24913 clauses out of 53941 with flag 341000/341000
100.03/98.50	c cleaning 25583 clauses out of 56028 with flag 368000/368000
107.76/106.26	c cleaning 26196 clauses out of 58446 with flag 396001/396001
119.09/117.59	c cleaning 28049 clauses out of 61250 with flag 425001/425001
127.24/125.61	c cleaning 28140 clauses out of 63200 with flag 455000/455000
140.15/138.52	c cleaning 29899 clauses out of 66060 with flag 486000/486000
149.00/147.34	c cleaning 29944 clauses out of 68161 with flag 518000/518000
160.71/159.05	c cleaning 31424 clauses out of 71217 with flag 551000/551000
171.94/170.26	c cleaning 32709 clauses out of 73791 with flag 585000/585000
186.08/184.35	c cleaning 34102 clauses out of 76083 with flag 620001/620001
196.72/194.98	c cleaning 34102 clauses out of 77978 with flag 656000/656000
209.25/207.47	c cleaning 35256 clauses out of 80876 with flag 693000/693000
220.29/218.42	c cleaning 35617 clauses out of 83617 with flag 731001/731001
234.04/232.15	c cleaning 37952 clauses out of 86999 with flag 770000/770000
249.06/247.15	c cleaning 39208 clauses out of 89051 with flag 810004/810004
265.80/263.88	c cleaning 39259 clauses out of 90839 with flag 851000/851000
283.03/281.04	c cleaning 41527 clauses out of 93580 with flag 893000/893000
303.18/301.16	c cleaning 42479 clauses out of 95054 with flag 936001/936001
324.98/322.83	c cleaning 42874 clauses out of 96574 with flag 980000/980000
339.41/337.23	c cleaning 43542 clauses out of 98701 with flag 1025001/1025001
356.17/353.91	c cleaning 44933 clauses out of 101162 with flag 1071004/1071004
370.90/368.63	c cleaning 45649 clauses out of 103225 with flag 1118000/1118000
393.03/390.70	c cleaning 46827 clauses out of 105576 with flag 1166000/1166000
418.57/416.26	c cleaning 48199 clauses out of 107749 with flag 1215000/1215000
443.73/441.35	c cleaning 49258 clauses out of 109553 with flag 1265003/1265003
463.23/460.77	c cleaning 49202 clauses out of 111292 with flag 1316000/1316000
492.57/490.02	c cleaning 51131 clauses out of 114090 with flag 1368000/1368000
513.57/510.94	c cleaning 51367 clauses out of 115959 with flag 1421002/1421002
537.73/535.02	c cleaning 52922 clauses out of 118590 with flag 1475000/1475000
557.50/554.77	c cleaning 53683 clauses out of 120668 with flag 1530000/1530000
579.93/577.14	c cleaning 54706 clauses out of 122986 with flag 1586001/1586001
600.78/597.97	c cleaning 55804 clauses out of 125280 with flag 1643001/1643001
626.21/623.37	c cleaning 56788 clauses out of 127478 with flag 1701003/1701003
654.47/651.55	c cleaning 57879 clauses out of 129689 with flag 1760002/1760002
681.81/678.88	c cleaning 59443 clauses out of 131808 with flag 1820000/1820000
711.18/708.10	c cleaning 60088 clauses out of 133363 with flag 1881000/1881000
746.66/743.53	c cleaning 61113 clauses out of 135275 with flag 1943000/1943000
782.86/779.63	c cleaning 62057 clauses out of 137162 with flag 2006000/2006000
806.65/803.30	c cleaning 63113 clauses out of 139105 with flag 2070000/2070000
834.17/830.84	c cleaning 64511 clauses out of 140996 with flag 2135004/2135004
864.53/861.19	c cleaning 65209 clauses out of 142483 with flag 2201002/2201002
895.21/891.70	c cleaning 66334 clauses out of 144272 with flag 2268000/2268000
924.31/920.72	c cleaning 66476 clauses out of 145940 with flag 2336002/2336002
955.05/951.48	c cleaning 68052 clauses out of 148462 with flag 2405000/2405000
988.20/984.57	c cleaning 69417 clauses out of 150410 with flag 2475000/2475000
1022.93/1019.23	c cleaning 70263 clauses out of 151995 with flag 2546002/2546002
1060.35/1056.58	c cleaning 70963 clauses out of 153730 with flag 2618000/2618000
1101.96/1098.06	c cleaning 71424 clauses out of 155770 with flag 2691003/2691003
1146.26/1142.28	c cleaning 72864 clauses out of 158344 with flag 2765001/2765001
1215.83/1211.53	c cleaning 74266 clauses out of 160485 with flag 2840006/2840006
1258.52/1254.19	c cleaning 74900 clauses out of 162213 with flag 2916000/2916000
1295.30/1290.88	c cleaning 76516 clauses out of 164315 with flag 2993002/2993002
1349.98/1345.42	c cleaning 77254 clauses out of 165797 with flag 3071000/3071000
1390.98/1386.39	c cleaning 78415 clauses out of 167545 with flag 3150002/3150002
1445.25/1440.52	c cleaning 79393 clauses out of 169128 with flag 3230000/3230000
1479.75/1474.92	c cleaning 80038 clauses out of 170734 with flag 3311004/3311004
1515.39/1510.55	c cleaning 81098 clauses out of 172692 with flag 3393000/3393000
1562.04/1557.12	c cleaning 82089 clauses out of 174595 with flag 3476001/3476001
1606.90/1601.90	c cleaning 83216 clauses out of 176505 with flag 3560000/3560000
1652.04/1647.09	c cleaning 84501 clauses out of 178290 with flag 3645001/3645001
1694.82/1689.71	c cleaning 85127 clauses out of 179788 with flag 3731000/3731000
1745.79/1740.67	c cleaning 86327 clauses out of 181662 with flag 3818001/3818001
1800.09/1794.85	c starts		: 251
1800.09/1794.85	c conflicts		: 3897156
1800.09/1794.85	c decisions		: 11175487
1800.09/1794.85	c propagations		: 1242042587
1800.09/1794.85	c inspects		: 8760957360
1800.09/1794.85	c shortcuts		: 0
1800.09/1794.85	c learnt literals	: 39
1800.09/1794.85	c learnt binary clauses	: 77487
1800.09/1794.85	c learnt ternary clauses	: 111203
1800.09/1794.85	c learnt constraints	: 3897117
1800.09/1794.85	c ignored constraints	: 0
1800.09/1794.85	c root simplifications	: 290
1800.09/1794.85	c removed literals (reason simplification)	: 193388949
1800.09/1794.85	c reason swapping (by a shorter reason)	: 0
1800.09/1794.85	c Calls to reduceDB	: 83
1800.09/1794.85	c number of reductions to clauses (during analyze)	: 0
1800.09/1794.85	c number of learned constraints concerned by reduction	: 0
1800.09/1794.85	c number of learning phase by resolution	: 0
1800.09/1794.85	c number of learning phase by cutting planes	: 0
1800.09/1794.85	c speed (assignments/second)	: 692149.7884334715
1800.09/1794.85	c non guided choices	4387
1800.09/1794.90	c learnt constraints type 
1800.09/1794.90	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 77454
1800.09/1794.90	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 97072
1800.09/1794.90	c constraints type 
1800.09/1794.91	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4717
1800.09/1794.91	c org.sat4j.minisat.constraints.card.MinWatchCard => 84
1800.09/1794.91	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1800.09/1794.91	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1079
1800.09/1794.91	c 5882 constraints processed.
1800.09/1794.91	s UNKNOWN
1800.09/1794.91	c Total wall clock time (in seconds): 1794.781

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-3710047-1338212468/watcher-3710047-1338212468 -o /tmp/evaluation-result-3710047-1338212468/solver-3710047-1338212468 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710047-1338212468.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.00 2.00 2.00 2/194 25116
/proc/meminfo: memFree=28221600/32873648 swapFree=7372/7372
[pid=25116] ppid=25114 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/25116/stat : 25116 (java) D 25114 25116 24478 0 -1 4202496 250 0 0 0 0 0 0 0 20 0 1 0 287372840 9515008 182 33554432000 1073741824 1073778376 140735073468864 140735073459896 217410518709 0 0 4096 0 18446744072100588836 0 0 17 1 0 0 0 0 0
/proc/25116/statm: 2323 182 140 9 0 71 0

[startup+0.0501609 s]
/proc/loadavg: 2.00 2.00 2.00 2/194 25116
/proc/meminfo: memFree=28221600/32873648 swapFree=7372/7372
[pid=25116] ppid=25114 vsize=9225560 CPUtime=0.02 cores=1,3,5,7
/proc/25116/stat : 25116 (java) S 25114 25116 24478 0 -1 4202496 3059 0 1 0 2 0 0 0 20 0 13 0 287372840 9446973440 3755 33554432000 1073741824 1073778376 140733797136944 140733797128080 217413877821 0 0 0 16800971 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/25116/statm: 2306390 3756 1707 9 0 2297091 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9225560

[startup+0.100196 s]
/proc/loadavg: 2.00 2.00 2.00 2/194 25116
/proc/meminfo: memFree=28221600/32873648 swapFree=7372/7372
[pid=25116] ppid=25114 vsize=9558440 CPUtime=0.09 cores=1,3,5,7
/proc/25116/stat : 25116 (java) S 25114 25116 24478 0 -1 4202496 4284 0 1 0 8 1 0 0 20 0 18 0 287372840 9787842560 5488 33554432000 1073741824 1073778376 140733797136944 140733797128080 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/25116/statm: 2389610 5488 2115 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558440

[startup+0.30017 s]
/proc/loadavg: 2.00 2.00 2.00 2/194 25116
/proc/meminfo: memFree=28221600/32873648 swapFree=7372/7372
[pid=25116] ppid=25114 vsize=9558440 CPUtime=0.54 cores=1,3,5,7
/proc/25116/stat : 25116 (java) S 25114 25116 24478 0 -1 4202496 7096 0 1 0 53 1 0 0 20 0 18 0 287372840 9787842560 9844 33554432000 1073741824 1073778376 140733797136944 140733797128080 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/25116/statm: 2389610 9844 2225 9 0 2380296 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 9558440

[startup+0.700167 s]
/proc/loadavg: 2.00 2.00 2.00 2/194 25116
/proc/meminfo: memFree=28221600/32873648 swapFree=7372/7372
[pid=25116] ppid=25114 vsize=9625004 CPUtime=1.36 cores=1,3,5,7
/proc/25116/stat : 25116 (java) S 25114 25116 24478 0 -1 4202496 8933 0 1 0 134 2 0 0 20 0 19 0 287372840 9856004096 15432 33554432000 1073741824 1073778376 140733797136944 140733797128080 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/25116/statm: 2406251 15432 2257 9 0 2396937 0
Current children cumulated CPU time (s) 1.36
Current children cumulated vsize (KiB) 9625004

[startup+1.5006 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 25135
/proc/meminfo: memFree=28166840/32873648 swapFree=7372/7372
[pid=25116] ppid=25114 vsize=9625004 CPUtime=2.17 cores=1,3,5,7
/proc/25116/stat : 25116 (java) S 25114 25116 24478 0 -1 4202496 8936 0 1 0 215 2 0 0 20 0 19 0 287372840 9856004096 15945 33554432000 1073741824 1073778376 140733797136944 140733797128080 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/25116/statm: 2406251 15945 2257 9 0 2396937 0
[pid=25116/tid=25118] ppid=25114 vsize=9625004 CPUtime=1.46 cores=1,3,5,7
/proc/25116/task/25118/stat : 25118 (java) R 25114 25116 24478 0 -1 4202560 2519 0 1 0 145 1 0 0 20 0 19 0 287372841 9856004096 15945 33554432000 1073741824 1073778376 140733797136944 139904314882296 139904147877959 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25116/tid=25119] ppid=25114 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25116/task/25119/stat : 25119 (java) S 25114 25116 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287372842 9856004096 15945 33554432000 1073741824 1073778376 140733797136944 139904276376104 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25116/tid=25120] ppid=25114 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25116/task/25120/stat : 25120 (java) S 25114 25116 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287372842 9856004096 15945 33554432000 1073741824 1073778376 140733797136944 139904275323304 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25116/tid=25121] ppid=25114 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25116/task/25121/stat : 25121 (java) S 25114 25116 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287372842 9856004096 15945 33554432000 1073741824 1073778376 140733797136944 139904274270504 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25116/tid=25122] ppid=25114 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25116/task/25122/stat : 25122 (java) S 25114 25116 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287372842 9856004096 15945 33554432000 1073741824 1073778376 140733797136944 139904273217704 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25116/tid=25123] ppid=25114 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25116/task/25123/stat : 25123 (java) S 25114 25116 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287372842 9856004096 15945 33554432000 1073741824 1073778376 140733797136944 139904272165928 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25116/tid=25124] ppid=25114 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25116/task/25124/stat : 25124 (java) S 25114 25116 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287372842 9856004096 15945 33554432000 1073741824 1073778376 140733797136944 139904271113128 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25116/tid=25125] ppid=25114 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25116/task/25125/stat : 25125 (java) S 25114 25116 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287372842 9856004096 15945 33554432000 1073741824 1073778376 140733797136944 139904270060328 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25116/tid=25126] ppid=25114 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25116/task/25126/stat : 25126 (java) S 25114 25116 24478 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 287372842 9856004096 15945 33554432000 1073741824 1073778376 140733797136944 139904269007528 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25116/tid=25127] ppid=25114 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25116/task/25127/stat : 25127 (java) S 25114 25116 24478 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 287372843 9856004096 15945 33554432000 1073741824 1073778376 140733797136944 139904138832360 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25116/tid=25128] ppid=25114 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25116/task/25128/stat : 25128 (java) S 25114 25116 24478 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 287372844 9856004096 15945 33554432000 1073741824 1073778376 140733797136944 139904137778424 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25116/tid=25129] ppid=25114 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25116/task/25129/stat : 25129 (java) S 25114 25116 24478 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287372844 9856004096 15945 33554432000 1073741824 1073778376 140733797136944 139904136725512 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25116/tid=25130] ppid=25114 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25116/task/25130/stat : 25130 (java) S 25114 25116 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287372846 9856004096 15945 33554432000 1073741824 1073778376 140733797136944 139904135674000 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25116/tid=25131] ppid=25114 vsize=9625004 CPUtime=0.31 cores=1,3,5,7
/proc/25116/task/25131/stat : 25131 (java) S 25114 25116 24478 0 -1 4202560 2856 0 0 0 31 0 0 0 20 0 19 0 287372846 9856004096 15945 33554432000 1073741824 1073778376 140733797136944 139904134622136 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25116/tid=25132] ppid=25114 vsize=9625004 CPUtime=0.36 cores=1,3,5,7
/proc/25116/task/25132/stat : 25132 (java) S 25114 25116 24478 0 -1 4202560 2359 0 0 0 36 0 0 0 20 0 19 0 287372846 9856004096 15945 33554432000 1073741824 1073778376 140733797136944 139904133569336 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25116/tid=25133] ppid=25114 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25116/task/25133/stat : 25133 (java) S 25114 25116 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287372846 9856004096 15945 33554432000 1073741824 1073778376 140733797136944 139904132516728 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25116/tid=25134] ppid=25114 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25116/task/25134/stat : 25134 (java) S 25114 25116 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287372846 9856004096 15945 33554432000 1073741824 1073778376 140733797136944 139903123844040 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25116/tid=25135] ppid=25114 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25116/task/25135/stat : 25135 (java) S 25114 25116 24478 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 287372878 9856004096 15945 33554432000 1073741824 1073778376 140733797136944 139903122789544 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.17
Current children cumulated vsize (KiB) 9625004

[startup+3.1006 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 25135
/proc/meminfo: memFree=28138240/32873648 swapFree=7372/7372
[pid=25116] ppid=25114 vsize=9625004 CPUtime=4.22 cores=1,3,5,7
/proc/25116/stat : 25116 (java) S 25114 25116 24478 0 -1 4202496 15741 0 1 0 419 3 0 0 20 0 19 0 287372840 9856004096 23539 33554432000 1073741824 1073778376 140733797136944 140733797128080 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/25116/statm: 2406251 23539 2282 9 0 2396937 0
[pid=25116/tid=25118] ppid=25114 vsize=9625004 CPUtime=3.04 cores=1,3,5,7
/proc/25116/task/25118/stat : 25118 (java) R 25114 25116 24478 0 -1 4202560 2523 0 1 0 302 2 0 0 20 0 19 0 287372841 9856004096 23539 33554432000 1073741824 1073778376 140733797136944 139904314884520 139904147909324 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25116/tid=25119] ppid=25114 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25116/task/25119/stat : 25119 (java) S 25114 25116 24478 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287372842 9856004096 23539 33554432000 1073741824 1073778376 140733797136944 139904276376104 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25116/tid=25120] ppid=25114 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25116/task/25120/stat : 25120 (java) S 25114 25116 24478 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287372842 9856004096 23539 33554432000 1073741824 1073778376 140733797136944 139904275323304 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25116/tid=25121] ppid=25114 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25116/task/25121/stat : 25121 (java) S 25114 25116 24478 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 287372842 9856004096 23539 33554432000 1073741824 1073778376 140733797136944 139904274270504 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25116/tid=25122] ppid=25114 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25116/task/25122/stat : 25122 (java) S 25114 25116 24478 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287372842 9856004096 23539 33554432000 1073741824 1073778376 140733797136944 139904273217704 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25116/tid=25123] ppid=25114 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25116/task/25123/stat : 25123 (java) S 25114 25116 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287372842 9856004096 23539 33554432000 1073741824 1073778376 140733797136944 139904272165928 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25116/tid=25124] ppid=25114 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25116/task/25124/stat : 25124 (java) S 25114 25116 24478 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 287372842 9856004096 23539 33554432000 1073741824 1073778376 140733797136944 139904271113128 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25116/tid=25125] ppid=25114 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25116/task/25125/stat : 25125 (java) S 25114 25116 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287372842 9856004096 23539 33554432000 1073741824 1073778376 140733797136944 139904270060328 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25116/tid=25126] ppid=25114 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25116/task/25126/stat : 25126 (java) S 25114 25116 24478 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 287372842 9856004096 23539 33554432000 1073741824 1073778376 140733797136944 139904269007528 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25116/tid=25127] ppid=25114 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/25116/task/25127/stat : 25127 (java) S 25114 25116 24478 0 -1 4202560 33 0 0 0 1 0 0 0 20 0 19 0 287372843 9856004096 23539 33554432000 1073741824 1073778376 140733797136944 139904138832360 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25116/tid=25128] ppid=25114 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25116/task/25128/stat : 25128 (java) S 25114 25116 24478 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287372844 9856004096 23539 33554432000 1073741824 1073778376 140733797136944 139904137778424 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25116/tid=25129] ppid=25114 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25116/task/25129/stat : 25129 (java) S 25114 25116 24478 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287372844 9856004096 23539 33554432000 1073741824 1073778376 140733797136944 139904136725512 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25116/tid=25130] ppid=25114 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25116/task/25130/stat : 25130 (java) S 25114 25116 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287372846 9856004096 23539 33554432000 1073741824 1073778376 140733797136944 139904135674000 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25116/tid=25131] ppid=25114 vsize=9625004 CPUtime=0.35 cores=1,3,5,7
/proc/25116/task/25131/stat : 25131 (java) S 25114 25116 24478 0 -1 4202560 2857 0 0 0 35 0 0 0 20 0 19 0 287372846 9856004096 23539 33554432000 1073741824 1073778376 140733797136944 139904134622136 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25116/tid=25132] ppid=25114 vsize=9625004 CPUtime=0.77 cores=1,3,5,7
/proc/25116/task/25132/stat : 25132 (java) S 25114 25116 24478 0 -1 4202560 9103 0 0 0 75 2 0 0 20 0 19 0 287372846 9856004096 23539 33554432000 1073741824 1073778376 140733797136944 139904133569336 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25116/tid=25133] ppid=25114 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25116/task/25133/stat : 25133 (java) S 25114 25116 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287372846 9856004096 23539 33554432000 1073741824 1073778376 140733797136944 139904132516728 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25116/tid=25134] ppid=25114 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25116/task/25134/stat : 25134 (java) S 25114 25116 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287372846 9856004096 23539 33554432000 1073741824 1073778376 140733797136944 139903123844040 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25116/tid=25135] ppid=25114 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25116/task/25135/stat : 25135 (java) S 25114 25116 24478 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 287372878 9856004096 23539 33554432000 1073741824 1073778376 140733797136944 139903122789544 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.22
Current children cumulated vsize (KiB) 9625004

[startup+6.30061 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 25135
/proc/meminfo: memFree=28137588/32873648 swapFree=7372/7372
[pid=25116] ppid=25114 vsize=9625004 CPUtime=7.48 cores=1,3,5,7
/proc/25116/stat : 25116 (java) S 25114 25116 24478 0 -1 4202496 15790 0 1 0 745 3 0 0 20 0 19 0 287372840 9856004096 23567 33554432000 1073741824 1073778376 140733797136944 140733797128080 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/25116/statm: 2406251 23567 2283 9 0 2396937 0
[pid=25116/tid=25118] ppid=25114 vsize=9625004 CPUtime=6.2 cores=1,3,5,7
/proc/25116/task/25118/stat : 25118 (java) R 25114 25116 24478 0 -1 4202560 2524 0 1 0 618 2 0 0 20 0 19 0 287372841 9856004096 23567 33554432000 1073741824 1073778376 140733797136944 139904314884400 139904147963405 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25116/tid=25119] ppid=25114 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25116/task/25119/stat : 25119 (java) S 25114 25116 24478 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 287372842 9856004096 23567 33554432000 1073741824 1073778376 140733797136944 139904276376104 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25116/tid=25120] ppid=25114 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25116/task/25120/stat : 25120 (java) S 25114 25116 24478 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 287372842 9856004096 23567 33554432000 1073741824 1073778376 140733797136944 139904275323304 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25116/tid=25121] ppid=25114 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25116/task/25121/stat : 25121 (java) S 25114 25116 24478 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 287372842 9856004096 23567 33554432000 1073741824 1073778376 140733797136944 139904274270504 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25116/tid=25122] ppid=25114 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25116/task/25122/stat : 25122 (java) S 25114 25116 24478 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 287372842 9856004096 23567 33554432000 1073741824 1073778376 140733797136944 139904273217704 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25116/tid=25123] ppid=25114 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25116/task/25123/stat : 25123 (java) S 25114 25116 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287372842 9856004096 23567 33554432000 1073741824 1073778376 140733797136944 139904272165928 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25116/tid=25124] ppid=25114 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25116/task/25124/stat : 25124 (java) S 25114 25116 24478 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287372842 9856004096 23567 33554432000 1073741824 1073778376 140733797136944 139904271113128 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25116/tid=25125] ppid=25114 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25116/task/25125/stat : 25125 (java) S 25114 25116 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287372842 9856004096 23567 33554432000 1073741824 1073778376 140733797136944 139904270060328 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25116/tid=25126] ppid=25114 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25116/task/25126/stat : 25126 (java) S 25114 25116 24478 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 287372842 9856004096 23567 33554432000 1073741824 1073778376 140733797136944 139904269007528 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25116/tid=25127] ppid=25114 vsize=9625004 CPUtime=0.04 cores=1,3,5,7
/proc/25116/task/25127/stat : 25127 (java) S 25114 25116 24478 0 -1 4202560 53 0 0 0 4 0 0 0 20 0 19 0 287372843 9856004096 23567 33554432000 1073741824 1073778376 140733797136944 139904138832360 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25116/tid=25128] ppid=25114 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25116/task/25128/stat : 25128 (java) S 25114 25116 24478 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287372844 9856004096 23567 33554432000 1073741824 1073778376 140733797136944 139904137778424 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25116/tid=25129] ppid=25114 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25116/task/25129/stat : 25129 (java) S 25114 25116 24478 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287372844 9856004096 23567 33554432000 1073741824 1073778376 140733797136944 139904136725512 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25116/tid=25130] ppid=25114 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25116/task/25130/stat : 25130 (java) S 25114 25116 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287372846 9856004096 23567 33554432000 1073741824 1073778376 140733797136944 139904135674000 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25116/tid=25131] ppid=25114 vsize=9625004 CPUtime=0.35 cores=1,3,5,7
/proc/25116/task/25131/stat : 25131 (java) S 25114 25116 24478 0 -1 4202560 2857 0 0 0 35 0 0 0 20 0 19 0 287372846 9856004096 23567 33554432000 1073741824 1073778376 140733797136944 139904134622136 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25116/tid=25132] ppid=25114 vsize=9625004 CPUtime=0.83 cores=1,3,5,7
/proc/25116/task/25132/stat : 25132 (java) S 25114 25116 24478 0 -1 4202560 9118 0 0 0 81 2 0 0 20 0 19 0 287372846 9856004096 23567 33554432000 1073741824 1073778376 140733797136944 139904133569336 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25116/tid=25133] ppid=25114 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25116/task/25133/stat : 25133 (java) S 25114 25116 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287372846 9856004096 23567 33554432000 1073741824 1073778376 140733797136944 139904132516728 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25116/tid=25134] ppid=25114 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25116/task/25134/stat : 25134 (java) S 25114 25116 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287372846 9856004096 23567 33554432000 1073741824 1073778376 140733797136944 139903123844040 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25116/tid=25135] ppid=25114 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25116/task/25135/stat : 25135 (java) S 25114 25116 24478 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 287372878 9856004096 23567 33554432000 1073741824 1073778376 140733797136944 139903122789544 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 7.48
Current children cumulated vsize (KiB) 9625004

[startup+12.7005 s]

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

[pid=25116/tid=25124] ppid=25114 vsize=9625004 CPUtime=0.67 cores=1,3,5,7
/proc/25116/task/25124/stat : 25124 (java) S 25114 25116 24478 0 -1 4202560 112 0 0 0 62 5 0 0 20 0 19 0 287372842 9856004096 106513 33554432000 1073741824 1073778376 140733797136944 139904271113128 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25116/tid=25125] ppid=25114 vsize=9625004 CPUtime=0.59 cores=1,3,5,7
/proc/25116/task/25125/stat : 25125 (java) S 25114 25116 24478 0 -1 4202560 115 0 0 0 55 4 0 0 20 0 19 0 287372842 9856004096 106513 33554432000 1073741824 1073778376 140733797136944 139904270060328 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25116/tid=25126] ppid=25114 vsize=9625004 CPUtime=0.73 cores=1,3,5,7
/proc/25116/task/25126/stat : 25126 (java) S 25114 25116 24478 0 -1 4202560 232 0 0 0 69 4 0 0 20 0 19 0 287372842 9856004096 106513 33554432000 1073741824 1073778376 140733797136944 139904269007528 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25116/tid=25127] ppid=25114 vsize=9625004 CPUtime=2.79 cores=1,3,5,7
/proc/25116/task/25127/stat : 25127 (java) S 25114 25116 24478 0 -1 4202560 142 0 0 0 277 2 0 0 20 0 19 0 287372843 9856004096 106513 33554432000 1073741824 1073778376 140733797136944 139904138832360 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25116/tid=25128] ppid=25114 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25116/task/25128/stat : 25128 (java) S 25114 25116 24478 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287372844 9856004096 106513 33554432000 1073741824 1073778376 140733797136944 139904137778424 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25116/tid=25129] ppid=25114 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25116/task/25129/stat : 25129 (java) S 25114 25116 24478 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287372844 9856004096 106513 33554432000 1073741824 1073778376 140733797136944 139904136725512 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25116/tid=25130] ppid=25114 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25116/task/25130/stat : 25130 (java) S 25114 25116 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287372846 9856004096 106513 33554432000 1073741824 1073778376 140733797136944 139904135674000 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25116/tid=25131] ppid=25114 vsize=9625004 CPUtime=0.37 cores=1,3,5,7
/proc/25116/task/25131/stat : 25131 (java) S 25114 25116 24478 0 -1 4202560 2863 0 0 0 37 0 0 0 20 0 19 0 287372846 9856004096 106513 33554432000 1073741824 1073778376 140733797136944 139904134622136 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25116/tid=25132] ppid=25114 vsize=9625004 CPUtime=0.83 cores=1,3,5,7
/proc/25116/task/25132/stat : 25132 (java) S 25114 25116 24478 0 -1 4202560 9118 0 0 0 81 2 0 0 20 0 19 0 287372846 9856004096 106513 33554432000 1073741824 1073778376 140733797136944 139904133569336 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25116/tid=25133] ppid=25114 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25116/task/25133/stat : 25133 (java) S 25114 25116 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287372846 9856004096 106513 33554432000 1073741824 1073778376 140733797136944 139904132516728 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25116/tid=25134] ppid=25114 vsize=9625004 CPUtime=0.39 cores=1,3,5,7
/proc/25116/task/25134/stat : 25134 (java) S 25114 25116 24478 0 -1 4202560 97 0 0 0 19 20 0 0 20 0 19 0 287372846 9856004096 106513 33554432000 1073741824 1073778376 140733797136944 139903123844040 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25116/tid=25135] ppid=25114 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25116/task/25135/stat : 25135 (java) S 25114 25116 24478 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 287372878 9856004096 106513 33554432000 1073741824 1073778376 140733797136944 139903122789544 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1667.41
Current children cumulated vsize (KiB) 9625004

[startup+1722.3 s]
/proc/loadavg: 2.04 2.08 2.03 3/213 25228
/proc/meminfo: memFree=27551232/32873648 swapFree=7372/7372
[pid=25116] ppid=25114 vsize=9625004 CPUtime=1727.49 cores=1,3,5,7
/proc/25116/stat : 25116 (java) S 25114 25116 24478 0 -1 4202496 17345 0 1 0 172693 56 0 0 20 0 19 0 287372840 9856004096 106521 33554432000 1073741824 1073778376 140733797136944 140733797128080 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/25116/statm: 2406251 106521 2284 9 0 2396937 0
[pid=25116/tid=25118] ppid=25114 vsize=9625004 CPUtime=1718 cores=1,3,5,7
/proc/25116/task/25118/stat : 25118 (java) R 25114 25116 24478 0 -1 4202560 2649 0 1 0 171771 29 0 0 20 0 19 0 287372841 9856004096 106521 33554432000 1073741824 1073778376 140733797136944 139904314884400 139904147869323 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25116/tid=25119] ppid=25114 vsize=9625004 CPUtime=0.67 cores=1,3,5,7
/proc/25116/task/25119/stat : 25119 (java) S 25114 25116 24478 0 -1 4202560 254 0 0 0 64 3 0 0 20 0 19 0 287372842 9856004096 106521 33554432000 1073741824 1073778376 140733797136944 139904276376104 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25116/tid=25120] ppid=25114 vsize=9625004 CPUtime=0.63 cores=1,3,5,7
/proc/25116/task/25120/stat : 25120 (java) S 25114 25116 24478 0 -1 4202560 165 0 0 0 61 2 0 0 20 0 19 0 287372842 9856004096 106521 33554432000 1073741824 1073778376 140733797136944 139904275323304 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25116/tid=25121] ppid=25114 vsize=9625004 CPUtime=0.64 cores=1,3,5,7
/proc/25116/task/25121/stat : 25121 (java) S 25114 25116 24478 0 -1 4202560 223 0 0 0 59 5 0 0 20 0 19 0 287372842 9856004096 106521 33554432000 1073741824 1073778376 140733797136944 139904274270504 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25116/tid=25122] ppid=25114 vsize=9625004 CPUtime=0.62 cores=1,3,5,7
/proc/25116/task/25122/stat : 25122 (java) S 25114 25116 24478 0 -1 4202560 123 0 0 0 58 4 0 0 20 0 19 0 287372842 9856004096 106521 33554432000 1073741824 1073778376 140733797136944 139904273217704 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25116/tid=25123] ppid=25114 vsize=9625004 CPUtime=0.64 cores=1,3,5,7
/proc/25116/task/25123/stat : 25123 (java) S 25114 25116 24478 0 -1 4202560 61 0 0 0 61 3 0 0 20 0 19 0 287372842 9856004096 106521 33554432000 1073741824 1073778376 140733797136944 139904272165928 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25116/tid=25124] ppid=25114 vsize=9625004 CPUtime=0.69 cores=1,3,5,7
/proc/25116/task/25124/stat : 25124 (java) S 25114 25116 24478 0 -1 4202560 112 0 0 0 64 5 0 0 20 0 19 0 287372842 9856004096 106521 33554432000 1073741824 1073778376 140733797136944 139904271113128 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25116/tid=25125] ppid=25114 vsize=9625004 CPUtime=0.6 cores=1,3,5,7
/proc/25116/task/25125/stat : 25125 (java) S 25114 25116 24478 0 -1 4202560 115 0 0 0 56 4 0 0 20 0 19 0 287372842 9856004096 106521 33554432000 1073741824 1073778376 140733797136944 139904270060328 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25116/tid=25126] ppid=25114 vsize=9625004 CPUtime=0.73 cores=1,3,5,7
/proc/25116/task/25126/stat : 25126 (java) S 25114 25116 24478 0 -1 4202560 232 0 0 0 69 4 0 0 20 0 19 0 287372842 9856004096 106521 33554432000 1073741824 1073778376 140733797136944 139904269007528 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25116/tid=25127] ppid=25114 vsize=9625004 CPUtime=2.84 cores=1,3,5,7
/proc/25116/task/25127/stat : 25127 (java) S 25114 25116 24478 0 -1 4202560 144 0 0 0 282 2 0 0 20 0 19 0 287372843 9856004096 106521 33554432000 1073741824 1073778376 140733797136944 139904138832360 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25116/tid=25128] ppid=25114 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25116/task/25128/stat : 25128 (java) S 25114 25116 24478 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287372844 9856004096 106521 33554432000 1073741824 1073778376 140733797136944 139904137778424 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25116/tid=25129] ppid=25114 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25116/task/25129/stat : 25129 (java) S 25114 25116 24478 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287372844 9856004096 106521 33554432000 1073741824 1073778376 140733797136944 139904136725512 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25116/tid=25130] ppid=25114 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25116/task/25130/stat : 25130 (java) S 25114 25116 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287372846 9856004096 106521 33554432000 1073741824 1073778376 140733797136944 139904135674000 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25116/tid=25131] ppid=25114 vsize=9625004 CPUtime=0.37 cores=1,3,5,7
/proc/25116/task/25131/stat : 25131 (java) S 25114 25116 24478 0 -1 4202560 2863 0 0 0 37 0 0 0 20 0 19 0 287372846 9856004096 106521 33554432000 1073741824 1073778376 140733797136944 139904134622136 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25116/tid=25132] ppid=25114 vsize=9625004 CPUtime=0.83 cores=1,3,5,7
/proc/25116/task/25132/stat : 25132 (java) S 25114 25116 24478 0 -1 4202560 9118 0 0 0 81 2 0 0 20 0 19 0 287372846 9856004096 106521 33554432000 1073741824 1073778376 140733797136944 139904133569336 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25116/tid=25133] ppid=25114 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25116/task/25133/stat : 25133 (java) S 25114 25116 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287372846 9856004096 106521 33554432000 1073741824 1073778376 140733797136944 139904132516728 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25116/tid=25134] ppid=25114 vsize=9625004 CPUtime=0.41 cores=1,3,5,7
/proc/25116/task/25134/stat : 25134 (java) S 25114 25116 24478 0 -1 4202560 99 0 0 0 20 21 0 0 20 0 19 0 287372846 9856004096 106521 33554432000 1073741824 1073778376 140733797136944 139903123844040 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25116/tid=25135] ppid=25114 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25116/task/25135/stat : 25135 (java) S 25114 25116 24478 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 287372878 9856004096 106521 33554432000 1073741824 1073778376 140733797136944 139903122789544 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1727.49
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.01 2.06 2.02 3/214 25232
/proc/meminfo: memFree=27526288/32873648 swapFree=7372/7372
[pid=25116] ppid=25114 vsize=9625004 CPUtime=1787.58 cores=1,3,5,7
/proc/25116/stat : 25116 (java) S 25114 25116 24478 0 -1 4202496 17352 0 1 0 178701 57 0 0 20 0 19 0 287372840 9856004096 106521 33554432000 1073741824 1073778376 140733797136944 140733797128080 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/25116/statm: 2406251 106521 2284 9 0 2396937 0
[pid=25116/tid=25118] ppid=25114 vsize=9625004 CPUtime=1777.93 cores=1,3,5,7
/proc/25116/task/25118/stat : 25118 (java) R 25114 25116 24478 0 -1 4202560 2650 0 1 0 177763 30 0 0 20 0 19 0 287372841 9856004096 106521 33554432000 1073741824 1073778376 140733797136944 139904314884400 139904147878176 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25116/tid=25119] ppid=25114 vsize=9625004 CPUtime=0.68 cores=1,3,5,7
/proc/25116/task/25119/stat : 25119 (java) S 25114 25116 24478 0 -1 4202560 254 0 0 0 65 3 0 0 20 0 19 0 287372842 9856004096 106521 33554432000 1073741824 1073778376 140733797136944 139904276376104 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25116/tid=25120] ppid=25114 vsize=9625004 CPUtime=0.63 cores=1,3,5,7
/proc/25116/task/25120/stat : 25120 (java) S 25114 25116 24478 0 -1 4202560 165 0 0 0 61 2 0 0 20 0 19 0 287372842 9856004096 106521 33554432000 1073741824 1073778376 140733797136944 139904275323304 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25116/tid=25121] ppid=25114 vsize=9625004 CPUtime=0.66 cores=1,3,5,7
/proc/25116/task/25121/stat : 25121 (java) S 25114 25116 24478 0 -1 4202560 223 0 0 0 61 5 0 0 20 0 19 0 287372842 9856004096 106521 33554432000 1073741824 1073778376 140733797136944 139904274270504 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25116/tid=25122] ppid=25114 vsize=9625004 CPUtime=0.63 cores=1,3,5,7
/proc/25116/task/25122/stat : 25122 (java) S 25114 25116 24478 0 -1 4202560 123 0 0 0 59 4 0 0 20 0 19 0 287372842 9856004096 106521 33554432000 1073741824 1073778376 140733797136944 139904273217704 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25116/tid=25123] ppid=25114 vsize=9625004 CPUtime=0.65 cores=1,3,5,7
/proc/25116/task/25123/stat : 25123 (java) S 25114 25116 24478 0 -1 4202560 61 0 0 0 62 3 0 0 20 0 19 0 287372842 9856004096 106521 33554432000 1073741824 1073778376 140733797136944 139904272165928 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25116/tid=25124] ppid=25114 vsize=9625004 CPUtime=0.72 cores=1,3,5,7
/proc/25116/task/25124/stat : 25124 (java) S 25114 25116 24478 0 -1 4202560 112 0 0 0 67 5 0 0 20 0 19 0 287372842 9856004096 106521 33554432000 1073741824 1073778376 140733797136944 139904271113128 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25116/tid=25125] ppid=25114 vsize=9625004 CPUtime=0.63 cores=1,3,5,7
/proc/25116/task/25125/stat : 25125 (java) S 25114 25116 24478 0 -1 4202560 115 0 0 0 59 4 0 0 20 0 19 0 287372842 9856004096 106521 33554432000 1073741824 1073778376 140733797136944 139904270060328 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25116/tid=25126] ppid=25114 vsize=9625004 CPUtime=0.73 cores=1,3,5,7
/proc/25116/task/25126/stat : 25126 (java) S 25114 25116 24478 0 -1 4202560 232 0 0 0 69 4 0 0 20 0 19 0 287372842 9856004096 106521 33554432000 1073741824 1073778376 140733797136944 139904269007528 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25116/tid=25127] ppid=25114 vsize=9625004 CPUtime=2.89 cores=1,3,5,7
/proc/25116/task/25127/stat : 25127 (java) S 25114 25116 24478 0 -1 4202560 146 0 0 0 287 2 0 0 20 0 19 0 287372843 9856004096 106521 33554432000 1073741824 1073778376 140733797136944 139904138832360 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25116/tid=25128] ppid=25114 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25116/task/25128/stat : 25128 (java) S 25114 25116 24478 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287372844 9856004096 106521 33554432000 1073741824 1073778376 140733797136944 139904137778424 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25116/tid=25129] ppid=25114 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25116/task/25129/stat : 25129 (java) S 25114 25116 24478 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287372844 9856004096 106521 33554432000 1073741824 1073778376 140733797136944 139904136725512 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25116/tid=25130] ppid=25114 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25116/task/25130/stat : 25130 (java) S 25114 25116 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287372846 9856004096 106521 33554432000 1073741824 1073778376 140733797136944 139904135674000 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25116/tid=25131] ppid=25114 vsize=9625004 CPUtime=0.37 cores=1,3,5,7
/proc/25116/task/25131/stat : 25131 (java) S 25114 25116 24478 0 -1 4202560 2863 0 0 0 37 0 0 0 20 0 19 0 287372846 9856004096 106521 33554432000 1073741824 1073778376 140733797136944 139904134622136 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25116/tid=25132] ppid=25114 vsize=9625004 CPUtime=0.83 cores=1,3,5,7
/proc/25116/task/25132/stat : 25132 (java) S 25114 25116 24478 0 -1 4202560 9118 0 0 0 81 2 0 0 20 0 19 0 287372846 9856004096 106521 33554432000 1073741824 1073778376 140733797136944 139904133569336 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25116/tid=25133] ppid=25114 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25116/task/25133/stat : 25133 (java) S 25114 25116 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287372846 9856004096 106521 33554432000 1073741824 1073778376 140733797136944 139904132516728 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25116/tid=25134] ppid=25114 vsize=9625004 CPUtime=0.43 cores=1,3,5,7
/proc/25116/task/25134/stat : 25134 (java) S 25114 25116 24478 0 -1 4202560 103 0 0 0 21 22 0 0 20 0 19 0 287372846 9856004096 106521 33554432000 1073741824 1073778376 140733797136944 139903123844040 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25116/tid=25135] ppid=25114 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25116/task/25135/stat : 25135 (java) S 25114 25116 24478 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 287372878 9856004096 106521 33554432000 1073741824 1073778376 140733797136944 139903122789544 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1787.58
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1794.8 s]
/proc/loadavg: 2.01 2.06 2.02 3/213 25232
/proc/meminfo: memFree=27528844/32873648 swapFree=7372/7372
[pid=25116] ppid=25114 vsize=9625004 CPUtime=1800.09 cores=1,3,5,7
/proc/25116/stat : 25116 (java) S 25114 25116 24478 0 -1 4202496 17352 0 1 0 179951 58 0 0 20 0 19 0 287372840 9856004096 106521 33554432000 1073741824 1073778376 140733797136944 140733797128080 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/25116/statm: 2406251 106521 2284 9 0 2396937 0
[pid=25116/tid=25118] ppid=25114 vsize=9625004 CPUtime=1790.43 cores=1,3,5,7
/proc/25116/task/25118/stat : 25118 (java) R 25114 25116 24478 0 -1 4202560 2650 0 1 0 179013 30 0 0 20 0 19 0 287372841 9856004096 106521 33554432000 1073741824 1073778376 140733797136944 139904314884400 139904147869685 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25116/tid=25119] ppid=25114 vsize=9625004 CPUtime=0.68 cores=1,3,5,7
/proc/25116/task/25119/stat : 25119 (java) S 25114 25116 24478 0 -1 4202560 254 0 0 0 65 3 0 0 20 0 19 0 287372842 9856004096 106521 33554432000 1073741824 1073778376 140733797136944 139904276376104 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25116/tid=25120] ppid=25114 vsize=9625004 CPUtime=0.63 cores=1,3,5,7
/proc/25116/task/25120/stat : 25120 (java) S 25114 25116 24478 0 -1 4202560 165 0 0 0 61 2 0 0 20 0 19 0 287372842 9856004096 106521 33554432000 1073741824 1073778376 140733797136944 139904275323304 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25116/tid=25121] ppid=25114 vsize=9625004 CPUtime=0.66 cores=1,3,5,7
/proc/25116/task/25121/stat : 25121 (java) S 25114 25116 24478 0 -1 4202560 223 0 0 0 61 5 0 0 20 0 19 0 287372842 9856004096 106521 33554432000 1073741824 1073778376 140733797136944 139904274270504 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25116/tid=25122] ppid=25114 vsize=9625004 CPUtime=0.63 cores=1,3,5,7
/proc/25116/task/25122/stat : 25122 (java) S 25114 25116 24478 0 -1 4202560 123 0 0 0 59 4 0 0 20 0 19 0 287372842 9856004096 106521 33554432000 1073741824 1073778376 140733797136944 139904273217704 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25116/tid=25123] ppid=25114 vsize=9625004 CPUtime=0.65 cores=1,3,5,7
/proc/25116/task/25123/stat : 25123 (java) S 25114 25116 24478 0 -1 4202560 61 0 0 0 62 3 0 0 20 0 19 0 287372842 9856004096 106521 33554432000 1073741824 1073778376 140733797136944 139904272165928 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25116/tid=25124] ppid=25114 vsize=9625004 CPUtime=0.72 cores=1,3,5,7
/proc/25116/task/25124/stat : 25124 (java) S 25114 25116 24478 0 -1 4202560 112 0 0 0 67 5 0 0 20 0 19 0 287372842 9856004096 106521 33554432000 1073741824 1073778376 140733797136944 139904271113128 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25116/tid=25125] ppid=25114 vsize=9625004 CPUtime=0.63 cores=1,3,5,7
/proc/25116/task/25125/stat : 25125 (java) S 25114 25116 24478 0 -1 4202560 115 0 0 0 59 4 0 0 20 0 19 0 287372842 9856004096 106521 33554432000 1073741824 1073778376 140733797136944 139904270060328 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25116/tid=25126] ppid=25114 vsize=9625004 CPUtime=0.73 cores=1,3,5,7
/proc/25116/task/25126/stat : 25126 (java) S 25114 25116 24478 0 -1 4202560 232 0 0 0 69 4 0 0 20 0 19 0 287372842 9856004096 106521 33554432000 1073741824 1073778376 140733797136944 139904269007528 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25116/tid=25127] ppid=25114 vsize=9625004 CPUtime=2.89 cores=1,3,5,7
/proc/25116/task/25127/stat : 25127 (java) S 25114 25116 24478 0 -1 4202560 146 0 0 0 287 2 0 0 20 0 19 0 287372843 9856004096 106521 33554432000 1073741824 1073778376 140733797136944 139904138832360 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25116/tid=25128] ppid=25114 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25116/task/25128/stat : 25128 (java) S 25114 25116 24478 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287372844 9856004096 106521 33554432000 1073741824 1073778376 140733797136944 139904137778424 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25116/tid=25129] ppid=25114 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25116/task/25129/stat : 25129 (java) S 25114 25116 24478 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287372844 9856004096 106521 33554432000 1073741824 1073778376 140733797136944 139904136725512 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25116/tid=25130] ppid=25114 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25116/task/25130/stat : 25130 (java) S 25114 25116 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287372846 9856004096 106521 33554432000 1073741824 1073778376 140733797136944 139904135674000 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25116/tid=25131] ppid=25114 vsize=9625004 CPUtime=0.37 cores=1,3,5,7
/proc/25116/task/25131/stat : 25131 (java) S 25114 25116 24478 0 -1 4202560 2863 0 0 0 37 0 0 0 20 0 19 0 287372846 9856004096 106521 33554432000 1073741824 1073778376 140733797136944 139904134622136 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25116/tid=25132] ppid=25114 vsize=9625004 CPUtime=0.83 cores=1,3,5,7
/proc/25116/task/25132/stat : 25132 (java) S 25114 25116 24478 0 -1 4202560 9118 0 0 0 81 2 0 0 20 0 19 0 287372846 9856004096 106521 33554432000 1073741824 1073778376 140733797136944 139904133569336 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25116/tid=25133] ppid=25114 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25116/task/25133/stat : 25133 (java) S 25114 25116 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287372846 9856004096 106521 33554432000 1073741824 1073778376 140733797136944 139904132516728 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25116/tid=25134] ppid=25114 vsize=9625004 CPUtime=0.43 cores=1,3,5,7
/proc/25116/task/25134/stat : 25134 (java) S 25114 25116 24478 0 -1 4202560 103 0 0 0 21 22 0 0 20 0 19 0 287372846 9856004096 106521 33554432000 1073741824 1073778376 140733797136944 139903123844040 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25116/tid=25135] ppid=25114 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25116/task/25135/stat : 25135 (java) S 25114 25116 24478 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 287372878 9856004096 106521 33554432000 1073741824 1073778376 140733797136944 139903122789544 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 9625004

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

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

Child status: 143
Real time (s): 1794.91
CPU time (s): 1800.84
CPU user time (s): 1799.84
CPU system time (s): 1.00085
CPU usage (%): 100.33
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.84
system time used= 1.00085
maximum resident set size= 426236
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17394
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1648
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40366
involuntary context switches= 14804

runsolver used 5.99009 second user time and 14.4428 second system time

The end

Launcher Data

Begin job on node122 at 2012-05-28 15:41:09
IDJOB=3710047
IDBENCH=90123
IDSOLVER=2289
FILE ID=node122/3710047-1338212468
RUNJOBID= node122-1338205330-24495
PBS_JOBID= 14624612
Free space on /tmp= 71684 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB12/normalized-PB12/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/normalized-TateBritain_K84.opb
COMMAND LINE= java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3710047-1338212468/watcher-3710047-1338212468 -o /tmp/evaluation-result-3710047-1338212468/solver-3710047-1338212468 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710047-1338212468.opb

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

MD5SUM BENCH= 895769e6300bec8b48d22e126916d397
RANDOM SEED=540544069

node122.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.533
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.533
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.533
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.533
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.533
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:        28221980 kB
Buffers:          326856 kB
Cached:          3115348 kB
SwapCached:            0 kB
Active:          1629072 kB
Inactive:        2219692 kB
Active(anon):     397920 kB
Inactive(anon):    11052 kB
Active(file):    1231152 kB
Inactive(file):  2208640 kB
Unevictable:        7372 kB
Mlocked:            7372 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1200 kB
Writeback:             0 kB
AnonPages:        413636 kB
Mapped:            21992 kB
Shmem:               200 kB
Slab:             663160 kB
SReclaimable:     107184 kB
SUnreclaim:       555976 kB
KernelStack:        1600 kB
PageTables:         4976 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     697572 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    382976 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= 71684 MiB
End job on node122 at 2012-05-28 16:11:05