Trace number 3710042

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.07 1793.08

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/
normalized-TateBritain_K109.opb
MD5SUM3a5151d7fc286e1b50737dee685a4276
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark28.7146
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables7412
Total number of constraints7632
Number of constraints which are clauses7523
Number of constraints which are cardinality constraints (but not clauses)109
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint109
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 110
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.02/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.09	c See www.sat4j.org for details.
0.02/0.09	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.02/0.09	c version 2.3.2.v20120418
0.02/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.09	c java.vm.version	19.1-b02
0.02/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.09	c sun.arch.data.model	64
0.02/0.09	c java.version		1.6.0_24
0.02/0.09	c os.name		Linux
0.02/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.02/0.09	c os.arch		amd64
0.02/0.09	c Free memory 		501472288
0.02/0.09	c Max memory 		7480803328
0.02/0.09	c Total memory 		504102912
0.02/0.09	c Number of processors 	8
0.08/0.13	c read org.sat4j.minisat.orders.VarOrderHeap
0.08/0.13	c configuring ORDERS
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.08/0.13	c Expensive reason simplification
0.08/0.13	c Armin Biere (Picosat) restarts strategy
0.08/0.13	c Glucose learned constraints deletion strategy
0.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=true
0.08/0.13	c Heuristics kept accross calls (keep the solver "hot")
0.08/0.13	c --- End Solver configuration ---
0.08/0.13	c solving HOME/instance-3710042-1338214468.opb
0.08/0.13	c reading problem ... 
0.70/0.41	c ... done. Wall clock time 0.279s.
0.70/0.41	c declared #vars     7412
0.70/0.41	c #constraints  7632
0.70/0.41	c constraints type 
0.70/0.41	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6117
0.70/0.41	c org.sat4j.minisat.constraints.card.MinWatchCard => 109
0.70/0.41	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
0.70/0.41	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1404
0.70/0.41	c 7632 constraints processed.
2.62/1.92	c cleaning 2447 clauses out of 4986 with flag 5002/5002
4.11/3.32	c cleaning 4250 clauses out of 8529 with flag 11000/11000
5.81/5.09	c cleaning 5523 clauses out of 11274 with flag 18000/18000
7.81/7.06	c cleaning 6776 clauses out of 13745 with flag 26000/26000
10.07/9.22	c cleaning 7856 clauses out of 15967 with flag 35000/35000
12.38/11.57	c cleaning 8954 clauses out of 18047 with flag 45000/45000
15.30/14.41	c cleaning 9407 clauses out of 20085 with flag 56000/56000
18.21/17.36	c cleaning 10326 clauses out of 22668 with flag 68000/68000
21.34/20.45	c cleaning 10785 clauses out of 25337 with flag 81000/81000
24.66/23.71	c cleaning 12118 clauses out of 28547 with flag 95000/95000
28.39/27.41	c cleaning 13162 clauses out of 31429 with flag 110000/110000
32.70/31.77	c cleaning 14372 clauses out of 34258 with flag 126000/126000
36.93/35.97	c cleaning 15095 clauses out of 36882 with flag 143000/143000
41.95/40.93	c cleaning 16316 clauses out of 39789 with flag 161002/161002
46.48/45.47	c cleaning 16936 clauses out of 42465 with flag 180003/180003
51.60/50.41	c cleaning 17728 clauses out of 45527 with flag 200001/200001
57.71/56.55	c cleaning 19165 clauses out of 48797 with flag 221001/221001
63.13/61.95	c cleaning 19732 clauses out of 51631 with flag 243003/243003
69.85/68.63	c cleaning 21006 clauses out of 54896 with flag 266000/266000
77.33/76.06	c cleaning 22534 clauses out of 57888 with flag 290000/290000
84.56/83.24	c cleaning 22322 clauses out of 60346 with flag 315000/315000
92.71/91.37	c cleaning 23731 clauses out of 64025 with flag 341003/341003
101.34/100.00	c cleaning 24914 clauses out of 67291 with flag 368000/368000
109.57/108.15	c cleaning 25139 clauses out of 70370 with flag 396001/396001
118.28/116.81	c cleaning 26076 clauses out of 74223 with flag 425000/425000
128.32/126.85	c cleaning 28355 clauses out of 78145 with flag 455001/455001
141.27/139.75	c cleaning 29814 clauses out of 80790 with flag 486001/486001
155.22/153.64	c cleaning 30464 clauses out of 82973 with flag 518000/518000
167.07/165.44	c cleaning 30831 clauses out of 85514 with flag 551005/551005
178.91/177.25	c cleaning 30842 clauses out of 88678 with flag 585000/585000
192.25/190.54	c cleaning 33016 clauses out of 92836 with flag 620000/620000
205.19/203.46	c cleaning 33922 clauses out of 95820 with flag 656000/656000
223.14/221.35	c cleaning 35798 clauses out of 98899 with flag 693001/693001
234.74/232.81	c cleaning 36020 clauses out of 101101 with flag 731003/731003
248.57/246.63	c cleaning 36895 clauses out of 104078 with flag 770000/770000
261.69/259.71	c cleaning 37665 clauses out of 107187 with flag 810004/810004
276.21/274.21	c cleaning 38675 clauses out of 110518 with flag 851000/851000
291.85/289.88	c cleaning 39996 clauses out of 113843 with flag 893000/893000
305.19/303.12	c cleaning 39917 clauses out of 116849 with flag 936002/936002
319.62/317.57	c cleaning 41409 clauses out of 120932 with flag 980002/980002
336.46/334.31	c cleaning 42983 clauses out of 124521 with flag 1025000/1025000
356.90/354.78	c cleaning 44314 clauses out of 127542 with flag 1071004/1071004
373.27/371.01	c cleaning 44587 clauses out of 130214 with flag 1118001/1118001
390.52/388.24	c cleaning 45757 clauses out of 133624 with flag 1166000/1166000
410.58/408.29	c cleaning 46899 clauses out of 136866 with flag 1215001/1215001
428.94/426.51	c cleaning 47877 clauses out of 139962 with flag 1265002/1265002
454.33/451.88	c cleaning 49755 clauses out of 143083 with flag 1316000/1316000
478.74/476.18	c cleaning 50333 clauses out of 145328 with flag 1368000/1368000
504.52/501.87	c cleaning 51865 clauses out of 147997 with flag 1421002/1421002
533.40/530.62	c cleaning 53004 clauses out of 150130 with flag 1475000/1475000
560.97/558.15	c cleaning 53941 clauses out of 152127 with flag 1530001/1530001
586.26/583.38	c cleaning 54899 clauses out of 154185 with flag 1586000/1586000
606.95/603.92	c cleaning 54851 clauses out of 156289 with flag 1643003/1643003
626.57/623.57	c cleaning 55551 clauses out of 159430 with flag 1701000/1701000
648.03/644.90	c cleaning 56785 clauses out of 162881 with flag 1760002/1760002
673.59/670.41	c cleaning 58387 clauses out of 166094 with flag 1820000/1820000
700.76/697.54	c cleaning 58837 clauses out of 168708 with flag 1881001/1881001
724.63/721.38	c cleaning 60040 clauses out of 171871 with flag 1943001/1943001
749.80/746.42	c cleaning 60411 clauses out of 174829 with flag 2006002/2006002
783.98/780.53	c cleaning 62276 clauses out of 178414 with flag 2070000/2070000
827.00/823.41	c cleaning 63792 clauses out of 181138 with flag 2135000/2135000
858.65/854.97	c cleaning 63988 clauses out of 183348 with flag 2201002/2201002
897.67/893.82	c cleaning 65870 clauses out of 186360 with flag 2268002/2268002
947.06/942.99	c cleaning 67060 clauses out of 188488 with flag 2336000/2336000
1017.48/1013.15	c cleaning 68154 clauses out of 190430 with flag 2405002/2405002
1050.60/1046.20	c cleaning 67934 clauses out of 192272 with flag 2475000/2475000
1083.78/1079.32	c cleaning 69107 clauses out of 195336 with flag 2546000/2546000
1121.68/1117.14	c cleaning 69875 clauses out of 198221 with flag 2618000/2618000
1158.01/1153.37	c cleaning 71013 clauses out of 201344 with flag 2691000/2691000
1196.20/1191.45	c cleaning 72106 clauses out of 204328 with flag 2765000/2765000
1233.21/1228.37	c cleaning 73373 clauses out of 207222 with flag 2840002/2840002
1271.77/1266.85	c cleaning 74065 clauses out of 209847 with flag 2916000/2916000
1309.16/1304.15	c cleaning 75217 clauses out of 212783 with flag 2993001/2993001
1348.45/1343.33	c cleaning 76969 clauses out of 215566 with flag 3071001/3071001
1390.89/1385.56	c cleaning 76788 clauses out of 217596 with flag 3150000/3150000
1423.92/1418.51	c cleaning 77606 clauses out of 220806 with flag 3230000/3230000
1464.65/1459.07	c cleaning 79837 clauses out of 224200 with flag 3311000/3311000
1501.69/1496.02	c cleaning 80701 clauses out of 226364 with flag 3393001/3393001
1546.69/1540.94	c cleaning 81343 clauses out of 228663 with flag 3476001/3476001
1587.10/1581.26	c cleaning 81476 clauses out of 231325 with flag 3560006/3560006
1653.43/1647.35	c cleaning 83214 clauses out of 234846 with flag 3645003/3645003
1715.62/1709.18	c cleaning 84812 clauses out of 237632 with flag 3731003/3731003
1752.14/1745.44	c cleaning 84930 clauses out of 239819 with flag 3818002/3818002
1796.78/1789.89	c cleaning 86340 clauses out of 242892 with flag 3906005/3906005
1800.07/1793.02	c starts		: 248
1800.07/1793.02	c conflicts		: 3912993
1800.07/1793.02	c decisions		: 13426333
1800.07/1793.02	c propagations		: 1348973908
1800.07/1793.02	c inspects		: 7058668005
1800.07/1793.02	c shortcuts		: 0
1800.07/1793.02	c learnt literals	: 80
1800.07/1793.02	c learnt binary clauses	: 130314
1800.07/1793.02	c learnt ternary clauses	: 178588
1800.07/1793.02	c learnt constraints	: 3912912
1800.07/1793.02	c ignored constraints	: 0
1800.07/1793.02	c root simplifications	: 328
1800.07/1793.02	c removed literals (reason simplification)	: 147980834
1800.07/1793.02	c reason swapping (by a shorter reason)	: 0
1800.07/1793.02	c Calls to reduceDB	: 84
1800.07/1793.02	c number of reductions to clauses (during analyze)	: 0
1800.07/1793.02	c number of learned constraints concerned by reduction	: 0
1800.07/1793.02	c number of learning phase by resolution	: 0
1800.07/1793.02	c number of learning phase by cutting planes	: 0
1800.07/1793.02	c speed (assignments/second)	: 752527.0239965369
1800.07/1793.02	c non guided choices	8285
1800.07/1793.06	c learnt constraints type 
1800.07/1793.06	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 130189
1800.07/1793.06	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 33406
1800.07/1793.06	c constraints type 
1800.07/1793.06	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6117
1800.07/1793.06	c org.sat4j.minisat.constraints.card.MinWatchCard => 109
1800.07/1793.06	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1800.07/1793.06	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1404
1800.07/1793.06	c 7632 constraints processed.
1800.07/1793.06	s UNKNOWN
1800.07/1793.06	c Total wall clock time (in seconds): 1792.928

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-3710042-1338214468/watcher-3710042-1338214468 -o /tmp/evaluation-result-3710042-1338214468/solver-3710042-1338214468 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710042-1338214468.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: 1.92 1.98 1.99 3/196 26051
/proc/meminfo: memFree=30890396/32873844 swapFree=7112/7112
[pid=26051] ppid=26049 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/26051/stat : 26051 (java) D 26049 26051 22874 0 -1 4202496 248 0 0 0 0 0 0 0 20 0 1 0 287572120 9515008 182 33554432000 1073741824 1073778376 140733409728784 140733409719816 273589026485 0 0 4096 0 18446744072100748580 0 0 17 5 0 0 0 0 0
/proc/26051/statm: 2323 182 140 9 0 71 0

[startup+0.04998 s]
/proc/loadavg: 1.92 1.98 1.99 3/196 26051
/proc/meminfo: memFree=30890396/32873844 swapFree=7112/7112
[pid=26051] ppid=26049 vsize=9225560 CPUtime=0.02 cores=1,3,5,7
/proc/26051/stat : 26051 (java) S 26049 26051 22874 0 -1 4202496 3062 0 1 0 2 0 0 0 20 0 13 0 287572120 9446973440 3760 33554432000 1073741824 1073778376 140735286764464 140735286755600 273592385597 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26051/statm: 2306390 3762 1698 9 0 2297091 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9225560

[startup+0.100318 s]
/proc/loadavg: 1.92 1.98 1.99 3/196 26051
/proc/meminfo: memFree=30890396/32873844 swapFree=7112/7112
[pid=26051] ppid=26049 vsize=9558440 CPUtime=0.08 cores=1,3,5,7
/proc/26051/stat : 26051 (java) S 26049 26051 22874 0 -1 4202496 3934 0 1 0 7 1 0 0 20 0 18 0 287572120 9787842560 5142 33554432000 1073741824 1073778376 140735286764464 140735286755600 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26051/statm: 2389610 5151 2065 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558440

[startup+0.300276 s]
/proc/loadavg: 1.92 1.98 1.99 3/196 26051
/proc/meminfo: memFree=30890396/32873844 swapFree=7112/7112
[pid=26051] ppid=26049 vsize=9558440 CPUtime=0.51 cores=1,3,5,7
/proc/26051/stat : 26051 (java) S 26049 26051 22874 0 -1 4202496 7217 0 1 0 49 2 0 0 20 0 18 0 287572120 9787842560 9389 33554432000 1073741824 1073778376 140735286764464 140735286755600 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26051/statm: 2389610 9389 2224 9 0 2380296 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9558440

[startup+0.700299 s]
/proc/loadavg: 1.92 1.98 1.99 3/196 26051
/proc/meminfo: memFree=30890396/32873844 swapFree=7112/7112
[pid=26051] ppid=26049 vsize=9625004 CPUtime=1.39 cores=1,3,5,7
/proc/26051/stat : 26051 (java) S 26049 26051 22874 0 -1 4202496 7597 0 1 0 136 3 0 0 20 0 19 0 287572120 9856004096 17657 33554432000 1073741824 1073778376 140735286764464 140735286755600 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26051/statm: 2406251 17657 2259 9 0 2396937 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 9625004

[startup+1.50066 s]
/proc/loadavg: 1.92 1.98 1.99 3/215 26070
/proc/meminfo: memFree=30828508/32873844 swapFree=7112/7112
[pid=26051] ppid=26049 vsize=9625004 CPUtime=2.21 cores=1,3,5,7
/proc/26051/stat : 26051 (java) S 26049 26051 22874 0 -1 4202496 7600 0 1 0 218 3 0 0 20 0 19 0 287572120 9856004096 18170 33554432000 1073741824 1073778376 140735286764464 140735286755600 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26051/statm: 2406251 18170 2259 9 0 2396937 0
[pid=26051/tid=26053] ppid=26049 vsize=9625004 CPUtime=1.47 cores=1,3,5,7
/proc/26051/task/26053/stat : 26053 (java) R 26049 26051 22874 0 -1 4202560 2578 0 1 0 145 2 0 0 20 0 19 0 287572121 9856004096 18170 33554432000 1073741824 1073778376 140735286764464 139661594048976 139661534488410 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=26051/tid=26054] ppid=26049 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26051/task/26054/stat : 26054 (java) S 26049 26051 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287572122 9856004096 18170 33554432000 1073741824 1073778376 140735286764464 139661437254312 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26051/tid=26055] ppid=26049 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26051/task/26055/stat : 26055 (java) S 26049 26051 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287572122 9856004096 18170 33554432000 1073741824 1073778376 140735286764464 139661436201768 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26051/tid=26056] ppid=26049 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26051/task/26056/stat : 26056 (java) S 26049 26051 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287572122 9856004096 18170 33554432000 1073741824 1073778376 140735286764464 139661435149224 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26051/tid=26057] ppid=26049 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26051/task/26057/stat : 26057 (java) S 26049 26051 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287572122 9856004096 18170 33554432000 1073741824 1073778376 140735286764464 139661434096680 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26051/tid=26058] ppid=26049 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26051/task/26058/stat : 26058 (java) S 26049 26051 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287572122 9856004096 18170 33554432000 1073741824 1073778376 140735286764464 139661433043112 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26051/tid=26059] ppid=26049 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26051/task/26059/stat : 26059 (java) S 26049 26051 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287572122 9856004096 18170 33554432000 1073741824 1073778376 140735286764464 139661431990568 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26051/tid=26060] ppid=26049 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26051/task/26060/stat : 26060 (java) S 26049 26051 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287572122 9856004096 18170 33554432000 1073741824 1073778376 140735286764464 139661430938024 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26051/tid=26061] ppid=26049 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26051/task/26061/stat : 26061 (java) S 26049 26051 22874 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 287572122 9856004096 18170 33554432000 1073741824 1073778376 140735286764464 139661429885480 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26051/tid=26062] ppid=26049 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26051/task/26062/stat : 26062 (java) S 26049 26051 22874 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 287572123 9856004096 18170 33554432000 1073741824 1073778376 140735286764464 139661417687656 273592399785 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26051/tid=26063] ppid=26049 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26051/task/26063/stat : 26063 (java) S 26049 26051 22874 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 287572124 9856004096 18170 33554432000 1073741824 1073778376 140735286764464 139661416633976 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26051/tid=26064] ppid=26049 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26051/task/26064/stat : 26064 (java) S 26049 26051 22874 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287572124 9856004096 18170 33554432000 1073741824 1073778376 140735286764464 139661415581320 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26051/tid=26065] ppid=26049 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26051/task/26065/stat : 26065 (java) S 26049 26051 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287572126 9856004096 18170 33554432000 1073741824 1073778376 140735286764464 139661414530064 273592407840 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26051/tid=26066] ppid=26049 vsize=9625004 CPUtime=0.38 cores=1,3,5,7
/proc/26051/task/26066/stat : 26066 (java) S 26049 26051 22874 0 -1 4202560 2377 0 0 0 38 0 0 0 20 0 19 0 287572127 9856004096 18170 33554432000 1073741824 1073778376 140735286764464 139661413476408 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26051/tid=26067] ppid=26049 vsize=9625004 CPUtime=0.33 cores=1,3,5,7
/proc/26051/task/26067/stat : 26067 (java) S 26049 26051 22874 0 -1 4202560 1445 0 0 0 33 0 0 0 20 0 19 0 287572127 9856004096 18170 33554432000 1073741824 1073778376 140735286764464 139661412423864 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26051/tid=26068] ppid=26049 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26051/task/26068/stat : 26068 (java) S 26049 26051 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287572127 9856004096 18170 33554432000 1073741824 1073778376 140735286764464 139661411371512 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26051/tid=26069] ppid=26049 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26051/task/26069/stat : 26069 (java) S 26049 26051 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287572127 9856004096 18170 33554432000 1073741824 1073778376 140735286764464 139661410319176 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26051/tid=26070] ppid=26049 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26051/task/26070/stat : 26070 (java) S 26049 26051 22874 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 287572163 9856004096 18170 33554432000 1073741824 1073778376 140735286764464 139661409264936 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.21
Current children cumulated vsize (KiB) 9625004

[startup+3.10068 s]
/proc/loadavg: 1.92 1.98 1.99 3/215 26070
/proc/meminfo: memFree=30815220/32873844 swapFree=7112/7112
[pid=26051] ppid=26049 vsize=9625004 CPUtime=3.9 cores=1,3,5,7
/proc/26051/stat : 26051 (java) S 26049 26051 22874 0 -1 4202496 7658 0 1 0 387 3 0 0 20 0 19 0 287572120 9856004096 20774 33554432000 1073741824 1073778376 140735286764464 140735286755600 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26051/statm: 2406251 20774 2284 9 0 2396937 0
[pid=26051/tid=26053] ppid=26049 vsize=9625004 CPUtime=3.04 cores=1,3,5,7
/proc/26051/task/26053/stat : 26053 (java) R 26049 26051 22874 0 -1 4202560 2581 0 1 0 302 2 0 0 20 0 19 0 287572121 9856004096 20774 33554432000 1073741824 1073778376 140735286764464 139661594049208 139661534398592 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=26051/tid=26054] ppid=26049 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26051/task/26054/stat : 26054 (java) S 26049 26051 22874 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287572122 9856004096 20774 33554432000 1073741824 1073778376 140735286764464 139661437254312 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26051/tid=26055] ppid=26049 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26051/task/26055/stat : 26055 (java) S 26049 26051 22874 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287572122 9856004096 20774 33554432000 1073741824 1073778376 140735286764464 139661436201768 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26051/tid=26056] ppid=26049 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26051/task/26056/stat : 26056 (java) S 26049 26051 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287572122 9856004096 20774 33554432000 1073741824 1073778376 140735286764464 139661435149224 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26051/tid=26057] ppid=26049 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26051/task/26057/stat : 26057 (java) S 26049 26051 22874 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287572122 9856004096 20774 33554432000 1073741824 1073778376 140735286764464 139661434096680 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26051/tid=26058] ppid=26049 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26051/task/26058/stat : 26058 (java) S 26049 26051 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287572122 9856004096 20774 33554432000 1073741824 1073778376 140735286764464 139661433043112 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26051/tid=26059] ppid=26049 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26051/task/26059/stat : 26059 (java) S 26049 26051 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287572122 9856004096 20774 33554432000 1073741824 1073778376 140735286764464 139661431990568 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26051/tid=26060] ppid=26049 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26051/task/26060/stat : 26060 (java) S 26049 26051 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287572122 9856004096 20774 33554432000 1073741824 1073778376 140735286764464 139661430938024 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26051/tid=26061] ppid=26049 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26051/task/26061/stat : 26061 (java) S 26049 26051 22874 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 287572122 9856004096 20774 33554432000 1073741824 1073778376 140735286764464 139661429885480 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26051/tid=26062] ppid=26049 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26051/task/26062/stat : 26062 (java) S 26049 26051 22874 0 -1 4202560 33 0 0 0 0 0 0 0 20 0 19 0 287572123 9856004096 20774 33554432000 1073741824 1073778376 140735286764464 139661417687656 273592399785 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26051/tid=26063] ppid=26049 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26051/task/26063/stat : 26063 (java) S 26049 26051 22874 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287572124 9856004096 20774 33554432000 1073741824 1073778376 140735286764464 139661416633976 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26051/tid=26064] ppid=26049 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26051/task/26064/stat : 26064 (java) S 26049 26051 22874 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287572124 9856004096 20774 33554432000 1073741824 1073778376 140735286764464 139661415581320 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26051/tid=26065] ppid=26049 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26051/task/26065/stat : 26065 (java) S 26049 26051 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287572126 9856004096 20774 33554432000 1073741824 1073778376 140735286764464 139661414530064 273592407840 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26051/tid=26066] ppid=26049 vsize=9625004 CPUtime=0.43 cores=1,3,5,7
/proc/26051/task/26066/stat : 26066 (java) S 26049 26051 22874 0 -1 4202560 2382 0 0 0 43 0 0 0 20 0 19 0 287572127 9856004096 20774 33554432000 1073741824 1073778376 140735286764464 139661413476408 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26051/tid=26067] ppid=26049 vsize=9625004 CPUtime=0.35 cores=1,3,5,7
/proc/26051/task/26067/stat : 26067 (java) S 26049 26051 22874 0 -1 4202560 1446 0 0 0 35 0 0 0 20 0 19 0 287572127 9856004096 20774 33554432000 1073741824 1073778376 140735286764464 139661412423864 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26051/tid=26068] ppid=26049 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26051/task/26068/stat : 26068 (java) S 26049 26051 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287572127 9856004096 20774 33554432000 1073741824 1073778376 140735286764464 139661411371512 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26051/tid=26069] ppid=26049 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26051/task/26069/stat : 26069 (java) S 26049 26051 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287572127 9856004096 20774 33554432000 1073741824 1073778376 140735286764464 139661410319176 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26051/tid=26070] ppid=26049 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26051/task/26070/stat : 26070 (java) S 26049 26051 22874 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 287572163 9856004096 20774 33554432000 1073741824 1073778376 140735286764464 139661409264936 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 3.9
Current children cumulated vsize (KiB) 9625004

[startup+6.30066 s]
/proc/loadavg: 1.93 1.98 1.99 3/215 26070
/proc/meminfo: memFree=30810628/32873844 swapFree=7112/7112
[pid=26051] ppid=26049 vsize=9625004 CPUtime=7.11 cores=1,3,5,7
/proc/26051/stat : 26051 (java) S 26049 26051 22874 0 -1 4202496 7689 0 1 0 708 3 0 0 20 0 19 0 287572120 9856004096 21806 33554432000 1073741824 1073778376 140735286764464 140735286755600 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26051/statm: 2406251 21806 2284 9 0 2396937 0
[pid=26051/tid=26053] ppid=26049 vsize=9625004 CPUtime=6.19 cores=1,3,5,7
/proc/26051/task/26053/stat : 26053 (java) R 26049 26051 22874 0 -1 4202560 2583 0 1 0 617 2 0 0 20 0 19 0 287572121 9856004096 21806 33554432000 1073741824 1073778376 140735286764464 139661594051096 139661534462016 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=26051/tid=26054] ppid=26049 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26051/task/26054/stat : 26054 (java) S 26049 26051 22874 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 287572122 9856004096 21806 33554432000 1073741824 1073778376 140735286764464 139661437254312 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26051/tid=26055] ppid=26049 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26051/task/26055/stat : 26055 (java) S 26049 26051 22874 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 287572122 9856004096 21806 33554432000 1073741824 1073778376 140735286764464 139661436201768 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26051/tid=26056] ppid=26049 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26051/task/26056/stat : 26056 (java) S 26049 26051 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287572122 9856004096 21806 33554432000 1073741824 1073778376 140735286764464 139661435149224 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26051/tid=26057] ppid=26049 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26051/task/26057/stat : 26057 (java) S 26049 26051 22874 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287572122 9856004096 21806 33554432000 1073741824 1073778376 140735286764464 139661434096680 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26051/tid=26058] ppid=26049 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26051/task/26058/stat : 26058 (java) S 26049 26051 22874 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 287572122 9856004096 21806 33554432000 1073741824 1073778376 140735286764464 139661433043112 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26051/tid=26059] ppid=26049 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26051/task/26059/stat : 26059 (java) S 26049 26051 22874 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 287572122 9856004096 21806 33554432000 1073741824 1073778376 140735286764464 139661431990568 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26051/tid=26060] ppid=26049 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26051/task/26060/stat : 26060 (java) S 26049 26051 22874 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 287572122 9856004096 21806 33554432000 1073741824 1073778376 140735286764464 139661430938024 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26051/tid=26061] ppid=26049 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26051/task/26061/stat : 26061 (java) S 26049 26051 22874 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287572122 9856004096 21806 33554432000 1073741824 1073778376 140735286764464 139661429885480 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26051/tid=26062] ppid=26049 vsize=9625004 CPUtime=0.04 cores=1,3,5,7
/proc/26051/task/26062/stat : 26062 (java) S 26049 26051 22874 0 -1 4202560 40 0 0 0 4 0 0 0 20 0 19 0 287572123 9856004096 21806 33554432000 1073741824 1073778376 140735286764464 139661417687656 273592399785 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26051/tid=26063] ppid=26049 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26051/task/26063/stat : 26063 (java) S 26049 26051 22874 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287572124 9856004096 21806 33554432000 1073741824 1073778376 140735286764464 139661416633976 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26051/tid=26064] ppid=26049 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26051/task/26064/stat : 26064 (java) S 26049 26051 22874 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287572124 9856004096 21806 33554432000 1073741824 1073778376 140735286764464 139661415581320 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26051/tid=26065] ppid=26049 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26051/task/26065/stat : 26065 (java) S 26049 26051 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287572126 9856004096 21806 33554432000 1073741824 1073778376 140735286764464 139661414530064 273592407840 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26051/tid=26066] ppid=26049 vsize=9625004 CPUtime=0.45 cores=1,3,5,7
/proc/26051/task/26066/stat : 26066 (java) S 26049 26051 22874 0 -1 4202560 2384 0 0 0 45 0 0 0 20 0 19 0 287572127 9856004096 21806 33554432000 1073741824 1073778376 140735286764464 139661413476408 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26051/tid=26067] ppid=26049 vsize=9625004 CPUtime=0.35 cores=1,3,5,7
/proc/26051/task/26067/stat : 26067 (java) S 26049 26051 22874 0 -1 4202560 1446 0 0 0 35 0 0 0 20 0 19 0 287572127 9856004096 21806 33554432000 1073741824 1073778376 140735286764464 139661412423864 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26051/tid=26068] ppid=26049 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26051/task/26068/stat : 26068 (java) S 26049 26051 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287572127 9856004096 21806 33554432000 1073741824 1073778376 140735286764464 139661411371512 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26051/tid=26069] ppid=26049 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26051/task/26069/stat : 26069 (java) S 26049 26051 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287572127 9856004096 21806 33554432000 1073741824 1073778376 140735286764464 139661410319176 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26051/tid=26070] ppid=26049 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26051/task/26070/stat : 26070 (java) S 26049 26051 22874 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 287572163 9856004096 21806 33554432000 1073741824 1073778376 140735286764464 139661409264936 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.11
Current children cumulated vsize (KiB) 9625004

[startup+12.7007 s]

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

[pid=26051/tid=26066] ppid=26049 vsize=9625004 CPUtime=0.62 cores=1,3,5,7
/proc/26051/task/26066/stat : 26066 (java) S 26049 26051 22874 0 -1 4202560 3160 0 0 0 62 0 0 0 20 0 19 0 287572127 9856004096 113851 33554432000 1073741824 1073778376 140735286764464 139661413476408 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26051/tid=26067] ppid=26049 vsize=9625004 CPUtime=0.35 cores=1,3,5,7
/proc/26051/task/26067/stat : 26067 (java) S 26049 26051 22874 0 -1 4202560 1446 0 0 0 35 0 0 0 20 0 19 0 287572127 9856004096 113851 33554432000 1073741824 1073778376 140735286764464 139661412423864 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26051/tid=26068] ppid=26049 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26051/task/26068/stat : 26068 (java) S 26049 26051 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287572127 9856004096 113851 33554432000 1073741824 1073778376 140735286764464 139661411371512 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26051/tid=26069] ppid=26049 vsize=9625004 CPUtime=0.47 cores=1,3,5,7
/proc/26051/task/26069/stat : 26069 (java) S 26049 26051 22874 0 -1 4202560 95 0 0 0 24 23 0 0 20 0 19 0 287572127 9856004096 113851 33554432000 1073741824 1073778376 140735286764464 139661410319176 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26051/tid=26070] ppid=26049 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26051/task/26070/stat : 26070 (java) S 26049 26051 22874 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 287572163 9856004096 113851 33554432000 1073741824 1073778376 140735286764464 139661409264936 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1668.56
Current children cumulated vsize (KiB) 9625004

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/215 26201
/proc/meminfo: memFree=30378460/32873844 swapFree=7112/7112
[pid=26051] ppid=26049 vsize=9625004 CPUtime=1729.04 cores=1,3,5,7
/proc/26051/stat : 26051 (java) S 26049 26051 22874 0 -1 4202496 10462 0 1 0 172803 101 0 0 20 0 19 0 287572120 9856004096 152808 33554432000 1073741824 1073778376 140735286764464 140735286755600 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26051/statm: 2406251 152808 2285 9 0 2396937 0
[pid=26051/tid=26053] ppid=26049 vsize=9625004 CPUtime=1711.32 cores=1,3,5,7
/proc/26051/task/26053/stat : 26053 (java) R 26049 26051 22874 0 -1 4202560 2706 0 1 0 171102 30 0 0 20 0 19 0 287572121 9856004096 152808 33554432000 1073741824 1073778376 140735286764464 139661594050864 139661534441138 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=26051/tid=26054] ppid=26049 vsize=9625004 CPUtime=1.05 cores=1,3,5,7
/proc/26051/task/26054/stat : 26054 (java) S 26049 26051 22874 0 -1 4202560 217 0 0 0 97 8 0 0 20 0 19 0 287572122 9856004096 152808 33554432000 1073741824 1073778376 140735286764464 139661437254312 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26051/tid=26055] ppid=26049 vsize=9625004 CPUtime=0.96 cores=1,3,5,7
/proc/26051/task/26055/stat : 26055 (java) S 26049 26051 22874 0 -1 4202560 232 0 0 0 88 8 0 0 20 0 19 0 287572122 9856004096 152808 33554432000 1073741824 1073778376 140735286764464 139661436201768 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26051/tid=26056] ppid=26049 vsize=9625004 CPUtime=0.96 cores=1,3,5,7
/proc/26051/task/26056/stat : 26056 (java) S 26049 26051 22874 0 -1 4202560 129 0 0 0 88 8 0 0 20 0 19 0 287572122 9856004096 152808 33554432000 1073741824 1073778376 140735286764464 139661435149224 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26051/tid=26057] ppid=26049 vsize=9625004 CPUtime=0.92 cores=1,3,5,7
/proc/26051/task/26057/stat : 26057 (java) S 26049 26051 22874 0 -1 4202560 276 0 0 0 83 9 0 0 20 0 19 0 287572122 9856004096 152808 33554432000 1073741824 1073778376 140735286764464 139661434096680 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26051/tid=26058] ppid=26049 vsize=9625004 CPUtime=0.95 cores=1,3,5,7
/proc/26051/task/26058/stat : 26058 (java) S 26049 26051 22874 0 -1 4202560 137 0 0 0 86 9 0 0 20 0 19 0 287572122 9856004096 152808 33554432000 1073741824 1073778376 140735286764464 139661433043112 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26051/tid=26059] ppid=26049 vsize=9625004 CPUtime=1 cores=1,3,5,7
/proc/26051/task/26059/stat : 26059 (java) S 26049 26051 22874 0 -1 4202560 142 0 0 0 89 11 0 0 20 0 19 0 287572122 9856004096 152808 33554432000 1073741824 1073778376 140735286764464 139661431990568 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26051/tid=26060] ppid=26049 vsize=9625004 CPUtime=0.91 cores=1,3,5,7
/proc/26051/task/26060/stat : 26060 (java) S 26049 26051 22874 0 -1 4202560 277 0 0 0 83 8 0 0 20 0 19 0 287572122 9856004096 152808 33554432000 1073741824 1073778376 140735286764464 139661430938024 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26051/tid=26061] ppid=26049 vsize=9625004 CPUtime=1 cores=1,3,5,7
/proc/26051/task/26061/stat : 26061 (java) S 26049 26051 22874 0 -1 4202560 132 0 0 0 91 9 0 0 20 0 19 0 287572122 9856004096 152808 33554432000 1073741824 1073778376 140735286764464 139661429885480 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26051/tid=26062] ppid=26049 vsize=9625004 CPUtime=4.23 cores=1,3,5,7
/proc/26051/task/26062/stat : 26062 (java) S 26049 26051 22874 0 -1 4202560 324 0 0 0 421 2 0 0 20 0 19 0 287572123 9856004096 152808 33554432000 1073741824 1073778376 140735286764464 139661417687656 273592399785 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26051/tid=26063] ppid=26049 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26051/task/26063/stat : 26063 (java) S 26049 26051 22874 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287572124 9856004096 152808 33554432000 1073741824 1073778376 140735286764464 139661416633976 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26051/tid=26064] ppid=26049 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26051/task/26064/stat : 26064 (java) S 26049 26051 22874 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287572124 9856004096 152808 33554432000 1073741824 1073778376 140735286764464 139661415581320 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26051/tid=26065] ppid=26049 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26051/task/26065/stat : 26065 (java) S 26049 26051 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287572126 9856004096 152808 33554432000 1073741824 1073778376 140735286764464 139661414530064 273592407840 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26051/tid=26066] ppid=26049 vsize=9625004 CPUtime=0.62 cores=1,3,5,7
/proc/26051/task/26066/stat : 26066 (java) S 26049 26051 22874 0 -1 4202560 3160 0 0 0 62 0 0 0 20 0 19 0 287572127 9856004096 152808 33554432000 1073741824 1073778376 140735286764464 139661413476408 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26051/tid=26067] ppid=26049 vsize=9625004 CPUtime=0.35 cores=1,3,5,7
/proc/26051/task/26067/stat : 26067 (java) S 26049 26051 22874 0 -1 4202560 1446 0 0 0 35 0 0 0 20 0 19 0 287572127 9856004096 152808 33554432000 1073741824 1073778376 140735286764464 139661412423864 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26051/tid=26068] ppid=26049 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26051/task/26068/stat : 26068 (java) S 26049 26051 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287572127 9856004096 152808 33554432000 1073741824 1073778376 140735286764464 139661411371512 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26051/tid=26069] ppid=26049 vsize=9625004 CPUtime=0.49 cores=1,3,5,7
/proc/26051/task/26069/stat : 26069 (java) S 26049 26051 22874 0 -1 4202560 99 0 0 0 25 24 0 0 20 0 19 0 287572127 9856004096 152808 33554432000 1073741824 1073778376 140735286764464 139661410319176 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26051/tid=26070] ppid=26049 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26051/task/26070/stat : 26070 (java) S 26049 26051 22874 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 287572163 9856004096 152808 33554432000 1073741824 1073778376 140735286764464 139661409264936 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1729.04
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/215 26201
/proc/meminfo: memFree=30378336/32873844 swapFree=7112/7112
[pid=26051] ppid=26049 vsize=9625004 CPUtime=1789.12 cores=1,3,5,7
/proc/26051/stat : 26051 (java) S 26049 26051 22874 0 -1 4202496 10470 0 1 0 178811 101 0 0 20 0 19 0 287572120 9856004096 152809 33554432000 1073741824 1073778376 140735286764464 140735286755600 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26051/statm: 2406251 152809 2285 9 0 2396937 0
[pid=26051/tid=26053] ppid=26049 vsize=9625004 CPUtime=1771.06 cores=1,3,5,7
/proc/26051/task/26053/stat : 26053 (java) R 26049 26051 22874 0 -1 4202560 2707 0 1 0 177076 30 0 0 20 0 19 0 287572121 9856004096 152809 33554432000 1073741824 1073778376 140735286764464 139661594050864 139661534355063 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=26051/tid=26054] ppid=26049 vsize=9625004 CPUtime=1.06 cores=1,3,5,7
/proc/26051/task/26054/stat : 26054 (java) S 26049 26051 22874 0 -1 4202560 217 0 0 0 98 8 0 0 20 0 19 0 287572122 9856004096 152809 33554432000 1073741824 1073778376 140735286764464 139661437254312 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26051/tid=26055] ppid=26049 vsize=9625004 CPUtime=0.97 cores=1,3,5,7
/proc/26051/task/26055/stat : 26055 (java) S 26049 26051 22874 0 -1 4202560 232 0 0 0 89 8 0 0 20 0 19 0 287572122 9856004096 152809 33554432000 1073741824 1073778376 140735286764464 139661436201768 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26051/tid=26056] ppid=26049 vsize=9625004 CPUtime=0.97 cores=1,3,5,7
/proc/26051/task/26056/stat : 26056 (java) S 26049 26051 22874 0 -1 4202560 129 0 0 0 89 8 0 0 20 0 19 0 287572122 9856004096 152809 33554432000 1073741824 1073778376 140735286764464 139661435149224 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26051/tid=26057] ppid=26049 vsize=9625004 CPUtime=0.93 cores=1,3,5,7
/proc/26051/task/26057/stat : 26057 (java) S 26049 26051 22874 0 -1 4202560 276 0 0 0 84 9 0 0 20 0 19 0 287572122 9856004096 152809 33554432000 1073741824 1073778376 140735286764464 139661434096680 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26051/tid=26058] ppid=26049 vsize=9625004 CPUtime=0.97 cores=1,3,5,7
/proc/26051/task/26058/stat : 26058 (java) S 26049 26051 22874 0 -1 4202560 137 0 0 0 88 9 0 0 20 0 19 0 287572122 9856004096 152809 33554432000 1073741824 1073778376 140735286764464 139661433043112 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26051/tid=26059] ppid=26049 vsize=9625004 CPUtime=1.01 cores=1,3,5,7
/proc/26051/task/26059/stat : 26059 (java) S 26049 26051 22874 0 -1 4202560 142 0 0 0 90 11 0 0 20 0 19 0 287572122 9856004096 152809 33554432000 1073741824 1073778376 140735286764464 139661431990568 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26051/tid=26060] ppid=26049 vsize=9625004 CPUtime=0.92 cores=1,3,5,7
/proc/26051/task/26060/stat : 26060 (java) S 26049 26051 22874 0 -1 4202560 277 0 0 0 84 8 0 0 20 0 19 0 287572122 9856004096 152809 33554432000 1073741824 1073778376 140735286764464 139661430938024 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26051/tid=26061] ppid=26049 vsize=9625004 CPUtime=1.03 cores=1,3,5,7
/proc/26051/task/26061/stat : 26061 (java) S 26049 26051 22874 0 -1 4202560 132 0 0 0 94 9 0 0 20 0 19 0 287572122 9856004096 152809 33554432000 1073741824 1073778376 140735286764464 139661429885480 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26051/tid=26062] ppid=26049 vsize=9625004 CPUtime=4.31 cores=1,3,5,7
/proc/26051/task/26062/stat : 26062 (java) S 26049 26051 22874 0 -1 4202560 327 0 0 0 429 2 0 0 20 0 19 0 287572123 9856004096 152809 33554432000 1073741824 1073778376 140735286764464 139661417687656 273592399785 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26051/tid=26063] ppid=26049 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26051/task/26063/stat : 26063 (java) S 26049 26051 22874 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287572124 9856004096 152809 33554432000 1073741824 1073778376 140735286764464 139661416633976 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26051/tid=26064] ppid=26049 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26051/task/26064/stat : 26064 (java) S 26049 26051 22874 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287572124 9856004096 152809 33554432000 1073741824 1073778376 140735286764464 139661415581320 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26051/tid=26065] ppid=26049 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26051/task/26065/stat : 26065 (java) S 26049 26051 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287572126 9856004096 152809 33554432000 1073741824 1073778376 140735286764464 139661414530064 273592407840 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26051/tid=26066] ppid=26049 vsize=9625004 CPUtime=0.62 cores=1,3,5,7
/proc/26051/task/26066/stat : 26066 (java) S 26049 26051 22874 0 -1 4202560 3160 0 0 0 62 0 0 0 20 0 19 0 287572127 9856004096 152809 33554432000 1073741824 1073778376 140735286764464 139661413476408 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26051/tid=26067] ppid=26049 vsize=9625004 CPUtime=0.35 cores=1,3,5,7
/proc/26051/task/26067/stat : 26067 (java) S 26049 26051 22874 0 -1 4202560 1446 0 0 0 35 0 0 0 20 0 19 0 287572127 9856004096 152809 33554432000 1073741824 1073778376 140735286764464 139661412423864 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26051/tid=26068] ppid=26049 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26051/task/26068/stat : 26068 (java) S 26049 26051 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287572127 9856004096 152809 33554432000 1073741824 1073778376 140735286764464 139661411371512 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26051/tid=26069] ppid=26049 vsize=9625004 CPUtime=0.52 cores=1,3,5,7
/proc/26051/task/26069/stat : 26069 (java) S 26049 26051 22874 0 -1 4202560 103 0 0 0 27 25 0 0 20 0 19 0 287572127 9856004096 152809 33554432000 1073741824 1073778376 140735286764464 139661410319176 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26051/tid=26070] ppid=26049 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26051/task/26070/stat : 26070 (java) S 26049 26051 22874 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 287572163 9856004096 152809 33554432000 1073741824 1073778376 140735286764464 139661409264936 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1789.12
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1793.01 s]
/proc/loadavg: 2.00 2.00 2.00 3/215 26201
/proc/meminfo: memFree=30378336/32873844 swapFree=7112/7112
[pid=26051] ppid=26049 vsize=9625004 CPUtime=1800.07 cores=1,3,5,7
/proc/26051/stat : 26051 (java) S 26049 26051 22874 0 -1 4202496 10477 0 1 0 179905 102 0 0 20 0 19 0 287572120 9856004096 152811 33554432000 1073741824 1073778376 140735286764464 140735286755600 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26051/statm: 2406251 152811 2285 9 0 2396937 0
[pid=26051/tid=26053] ppid=26049 vsize=9625004 CPUtime=1781.56 cores=1,3,5,7
/proc/26051/task/26053/stat : 26053 (java) R 26049 26051 22874 0 -1 4202560 2709 0 1 0 178125 31 0 0 20 0 19 0 287572121 9856004096 152811 33554432000 1073741824 1073778376 140735286764464 139661594050864 139661534441046 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=26051/tid=26054] ppid=26049 vsize=9625004 CPUtime=1.09 cores=1,3,5,7
/proc/26051/task/26054/stat : 26054 (java) S 26049 26051 22874 0 -1 4202560 217 0 0 0 101 8 0 0 20 0 19 0 287572122 9856004096 152811 33554432000 1073741824 1073778376 140735286764464 139661437254312 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26051/tid=26055] ppid=26049 vsize=9625004 CPUtime=0.99 cores=1,3,5,7
/proc/26051/task/26055/stat : 26055 (java) S 26049 26051 22874 0 -1 4202560 232 0 0 0 91 8 0 0 20 0 19 0 287572122 9856004096 152811 33554432000 1073741824 1073778376 140735286764464 139661436201768 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26051/tid=26056] ppid=26049 vsize=9625004 CPUtime=1.01 cores=1,3,5,7
/proc/26051/task/26056/stat : 26056 (java) S 26049 26051 22874 0 -1 4202560 129 0 0 0 93 8 0 0 20 0 19 0 287572122 9856004096 152811 33554432000 1073741824 1073778376 140735286764464 139661435149224 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26051/tid=26057] ppid=26049 vsize=9625004 CPUtime=0.96 cores=1,3,5,7
/proc/26051/task/26057/stat : 26057 (java) S 26049 26051 22874 0 -1 4202560 276 0 0 0 87 9 0 0 20 0 19 0 287572122 9856004096 152811 33554432000 1073741824 1073778376 140735286764464 139661434096680 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26051/tid=26058] ppid=26049 vsize=9625004 CPUtime=1.03 cores=1,3,5,7
/proc/26051/task/26058/stat : 26058 (java) S 26049 26051 22874 0 -1 4202560 137 0 0 0 94 9 0 0 20 0 19 0 287572122 9856004096 152811 33554432000 1073741824 1073778376 140735286764464 139661433043112 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26051/tid=26059] ppid=26049 vsize=9625004 CPUtime=1.04 cores=1,3,5,7
/proc/26051/task/26059/stat : 26059 (java) S 26049 26051 22874 0 -1 4202560 142 0 0 0 93 11 0 0 20 0 19 0 287572122 9856004096 152811 33554432000 1073741824 1073778376 140735286764464 139661431990568 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26051/tid=26060] ppid=26049 vsize=9625004 CPUtime=0.97 cores=1,3,5,7
/proc/26051/task/26060/stat : 26060 (java) S 26049 26051 22874 0 -1 4202560 277 0 0 0 89 8 0 0 20 0 19 0 287572122 9856004096 152811 33554432000 1073741824 1073778376 140735286764464 139661430938024 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26051/tid=26061] ppid=26049 vsize=9625004 CPUtime=1.08 cores=1,3,5,7
/proc/26051/task/26061/stat : 26061 (java) S 26049 26051 22874 0 -1 4202560 132 0 0 0 99 9 0 0 20 0 19 0 287572122 9856004096 152811 33554432000 1073741824 1073778376 140735286764464 139661429885480 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26051/tid=26062] ppid=26049 vsize=9625004 CPUtime=4.41 cores=1,3,5,7
/proc/26051/task/26062/stat : 26062 (java) S 26049 26051 22874 0 -1 4202560 332 0 0 0 439 2 0 0 20 0 19 0 287572123 9856004096 152811 33554432000 1073741824 1073778376 140735286764464 139661417687656 273592399785 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26051/tid=26063] ppid=26049 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26051/task/26063/stat : 26063 (java) S 26049 26051 22874 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287572124 9856004096 152811 33554432000 1073741824 1073778376 140735286764464 139661416633976 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26051/tid=26064] ppid=26049 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26051/task/26064/stat : 26064 (java) S 26049 26051 22874 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287572124 9856004096 152811 33554432000 1073741824 1073778376 140735286764464 139661415581320 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26051/tid=26065] ppid=26049 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26051/task/26065/stat : 26065 (java) S 26049 26051 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287572126 9856004096 152811 33554432000 1073741824 1073778376 140735286764464 139661414530064 273592407840 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26051/tid=26066] ppid=26049 vsize=9625004 CPUtime=0.62 cores=1,3,5,7
/proc/26051/task/26066/stat : 26066 (java) S 26049 26051 22874 0 -1 4202560 3160 0 0 0 62 0 0 0 20 0 19 0 287572127 9856004096 152811 33554432000 1073741824 1073778376 140735286764464 139661413476408 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26051/tid=26067] ppid=26049 vsize=9625004 CPUtime=0.35 cores=1,3,5,7
/proc/26051/task/26067/stat : 26067 (java) S 26049 26051 22874 0 -1 4202560 1446 0 0 0 35 0 0 0 20 0 19 0 287572127 9856004096 152811 33554432000 1073741824 1073778376 140735286764464 139661412423864 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26051/tid=26068] ppid=26049 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26051/task/26068/stat : 26068 (java) S 26049 26051 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287572127 9856004096 152811 33554432000 1073741824 1073778376 140735286764464 139661411371512 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26051/tid=26069] ppid=26049 vsize=9625004 CPUtime=0.52 cores=1,3,5,7
/proc/26051/task/26069/stat : 26069 (java) S 26049 26051 22874 0 -1 4202560 103 0 0 0 27 25 0 0 20 0 19 0 287572127 9856004096 152811 33554432000 1073741824 1073778376 140735286764464 139661410319176 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26051/tid=26070] ppid=26049 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26051/task/26070/stat : 26070 (java) S 26049 26051 22874 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 287572163 9856004096 152811 33554432000 1073741824 1073778376 140735286764464 139661409264936 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
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

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 26051 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=598179
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=422783
# CPU time returned by wait4() is 1796.02
# while last known CPU time is 1800.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1793.08
CPU time (s): 1800.07
CPU user time (s): 1799.05
CPU system time (s): 1.02
CPU usage (%): 100.39
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.6
system time used= 1.42278
maximum resident set size= 611376
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10512
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1696
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40359
involuntary context switches= 26683

runsolver used 6.26105 second user time and 15.8126 second system time

The end

Launcher Data

Begin job on node132 at 2012-05-28 16:14:28
IDJOB=3710042
IDBENCH=90137
IDSOLVER=2289
FILE ID=node132/3710042-1338214468
RUNJOBID= node132-1338207301-25485
PBS_JOBID= 14624592
Free space on /tmp= 71636 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB12/normalized-PB12/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/normalized-TateBritain_K109.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-3710042-1338214468/watcher-3710042-1338214468 -o /tmp/evaluation-result-3710042-1338214468/solver-3710042-1338214468 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710042-1338214468.opb

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

MD5SUM BENCH= 3a5151d7fc286e1b50737dee685a4276
RANDOM SEED=471483432

node132.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.832
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.66
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.832
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	: 5332.55
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.832
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.56
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.832
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	: 5332.56
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.832
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	: 5332.55
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.832
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	: 5332.56
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.832
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	: 5332.55
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.832
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	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        30890924 kB
Buffers:          470344 kB
Cached:           214692 kB
SwapCached:         2284 kB
Active:           904428 kB
Inactive:         181116 kB
Active(anon):     392796 kB
Inactive(anon):     8148 kB
Active(file):     511632 kB
Inactive(file):   172968 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67103740 kB
Dirty:              1228 kB
Writeback:             0 kB
AnonPages:        409644 kB
Mapped:            19232 kB
Shmem:                 8 kB
Slab:             751100 kB
SReclaimable:     192580 kB
SUnreclaim:       558520 kB
KernelStack:        1616 kB
PageTables:         4984 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     839472 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:    382976 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71632 MiB
End job on node132 at 2012-05-28 16:44:23