Trace number 3710008

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.52 1794.67

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K132.opb
MD5SUM88bbbc51beb841161685a00fb4d24f63
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 variables15708
Total number of constraints15974
Number of constraints which are clauses15842
Number of constraints which are cardinality constraints (but not clauses)132
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint132
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 133
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.00/0.09	c version 2.3.2.v20120418
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.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@742808b3
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-3710008-1338219787.opb
0.09/0.12	c reading problem ... 
0.96/0.53	c ... done. Wall clock time 0.409s.
0.96/0.53	c declared #vars     15708
0.96/0.53	c #constraints  15974
0.96/0.53	c constraints type 
0.96/0.53	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 14137
0.96/0.53	c org.sat4j.minisat.constraints.card.MinWatchCard => 132
0.96/0.53	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
0.96/0.53	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1703
0.96/0.53	c 15974 constraints processed.
3.51/2.58	c cleaning 2486 clauses out of 4992 with flag 5000/5000
5.82/4.73	c cleaning 4235 clauses out of 8500 with flag 11000/11000
8.13/7.03	c cleaning 5515 clauses out of 11264 with flag 18000/18000
10.44/9.38	c cleaning 6697 clauses out of 13750 with flag 26001/26001
13.19/12.08	c cleaning 7826 clauses out of 16050 with flag 35000/35000
16.50/15.36	c cleaning 8861 clauses out of 18222 with flag 45002/45002
20.11/18.93	c cleaning 10055 clauses out of 20356 with flag 56000/56000
23.82/22.64	c cleaning 10514 clauses out of 22299 with flag 68000/68000
27.74/26.52	c cleaning 10917 clauses out of 24790 with flag 81005/81005
31.97/30.77	c cleaning 11920 clauses out of 27870 with flag 95004/95004
37.29/36.06	c cleaning 13253 clauses out of 30947 with flag 110002/110002
42.43/41.18	c cleaning 13777 clauses out of 33694 with flag 126002/126002
48.54/47.30	c cleaning 14507 clauses out of 36915 with flag 143000/143000
54.24/52.98	c cleaning 16210 clauses out of 40401 with flag 161000/161000
60.76/59.45	c cleaning 17020 clauses out of 43194 with flag 180003/180003
67.47/66.18	c cleaning 18057 clauses out of 46169 with flag 200000/200000
74.60/73.22	c cleaning 18389 clauses out of 49110 with flag 221000/221000
81.46/80.00	c cleaning 19282 clauses out of 52720 with flag 243000/243000
90.70/89.23	c cleaning 20667 clauses out of 56436 with flag 266000/266000
100.31/98.83	c cleaning 21178 clauses out of 59767 with flag 290000/290000
108.65/107.17	c cleaning 22086 clauses out of 63589 with flag 315000/315000
118.41/116.80	c cleaning 22891 clauses out of 67503 with flag 341000/341000
128.53/126.94	c cleaning 24370 clauses out of 71611 with flag 368000/368000
139.46/137.85	c cleaning 24969 clauses out of 75242 with flag 396001/396001
151.99/150.36	c cleaning 26937 clauses out of 79272 with flag 425000/425000
167.32/165.69	c cleaning 28169 clauses out of 82337 with flag 455002/455002
179.15/177.43	c cleaning 27900 clauses out of 85169 with flag 486003/486003
194.30/192.51	c cleaning 28909 clauses out of 89266 with flag 518000/518000
205.97/204.17	c cleaning 29544 clauses out of 93353 with flag 551000/551000
219.18/217.38	c cleaning 31099 clauses out of 97810 with flag 585003/585003
232.19/230.39	c cleaning 31938 clauses out of 101708 with flag 620000/620000
247.35/245.49	c cleaning 32505 clauses out of 105770 with flag 656000/656000
262.88/260.94	c cleaning 34278 clauses out of 110264 with flag 693000/693000
277.50/275.58	c cleaning 34535 clauses out of 113986 with flag 731000/731000
293.03/291.07	c cleaning 36236 clauses out of 118451 with flag 770000/770000
312.05/310.01	c cleaning 37524 clauses out of 122217 with flag 810002/810002
328.10/326.07	c cleaning 37075 clauses out of 125693 with flag 851002/851002
344.96/342.81	c cleaning 39323 clauses out of 130616 with flag 893000/893000
365.18/363.02	c cleaning 40581 clauses out of 134292 with flag 936001/936001
391.12/388.91	c cleaning 41093 clauses out of 137710 with flag 980000/980000
420.44/418.19	c cleaning 42521 clauses out of 141618 with flag 1025001/1025001
440.80/438.46	c cleaning 42734 clauses out of 145097 with flag 1071001/1071001
462.83/460.43	c cleaning 44277 clauses out of 149362 with flag 1118000/1118000
487.36/484.90	c cleaning 44574 clauses out of 153084 with flag 1166001/1166001
512.13/509.61	c cleaning 46475 clauses out of 157511 with flag 1215002/1215002
535.98/533.50	c cleaning 47272 clauses out of 161034 with flag 1265000/1265000
561.13/558.59	c cleaning 47229 clauses out of 164763 with flag 1316001/1316001
583.68/581.09	c cleaning 48766 clauses out of 169533 with flag 1368000/1368000
611.72/609.05	c cleaning 50367 clauses out of 173767 with flag 1421000/1421000
638.60/635.89	c cleaning 51081 clauses out of 177401 with flag 1475001/1475001
663.54/660.79	c cleaning 51728 clauses out of 181320 with flag 1530001/1530001
689.69/686.89	c cleaning 52636 clauses out of 185593 with flag 1586002/1586002
725.55/722.65	c cleaning 54050 clauses out of 189952 with flag 1643000/1643000
755.21/752.23	c cleaning 55579 clauses out of 193903 with flag 1701001/1701001
785.18/782.12	c cleaning 55702 clauses out of 197323 with flag 1760000/1760000
825.39/822.22	c cleaning 57926 clauses out of 201622 with flag 1820001/1820001
857.10/853.88	c cleaning 57958 clauses out of 204696 with flag 1881001/1881001
887.87/884.53	c cleaning 59185 clauses out of 208737 with flag 1943000/1943000
924.32/920.94	c cleaning 60519 clauses out of 212552 with flag 2006000/2006000
994.99/991.35	c cleaning 62345 clauses out of 216034 with flag 2070001/2070001
1028.76/1025.01	c cleaning 61445 clauses out of 218687 with flag 2135000/2135000
1065.94/1062.17	c cleaning 63020 clauses out of 223239 with flag 2201000/2201000
1099.46/1095.55	c cleaning 64726 clauses out of 227219 with flag 2268000/2268000
1146.35/1142.37	c cleaning 65736 clauses out of 230494 with flag 2336001/2336001
1183.04/1178.96	c cleaning 66177 clauses out of 233757 with flag 2405000/2405000
1219.29/1215.13	c cleaning 67758 clauses out of 237580 with flag 2475000/2475000
1271.45/1267.29	c cleaning 68758 clauses out of 240831 with flag 2546009/2546009
1314.25/1310.00	c cleaning 69492 clauses out of 244064 with flag 2618000/2618000
1360.12/1355.74	c cleaning 70186 clauses out of 247572 with flag 2691000/2691000
1413.81/1409.38	c cleaning 72519 clauses out of 251388 with flag 2765002/2765002
1460.51/1455.91	c cleaning 72685 clauses out of 253867 with flag 2840000/2840000
1504.19/1499.53	c cleaning 73171 clauses out of 257179 with flag 2916000/2916000
1559.19/1554.49	c cleaning 75169 clauses out of 261009 with flag 2993001/2993001
1631.21/1626.21	c cleaning 76017 clauses out of 263843 with flag 3071004/3071004
1682.81/1677.71	c cleaning 77073 clauses out of 266822 with flag 3150000/3150000
1736.79/1731.61	c cleaning 78484 clauses out of 269749 with flag 3230000/3230000
1792.34/1786.97	c cleaning 79733 clauses out of 272265 with flag 3311000/3311000
1800.06/1794.61	c starts		: 231
1800.06/1794.61	c conflicts		: 3325790
1800.06/1794.61	c decisions		: 14126386
1800.06/1794.61	c propagations		: 2508870163
1800.06/1794.61	c inspects		: 6757178302
1800.06/1794.61	c shortcuts		: 0
1800.06/1794.61	c learnt literals	: 39
1800.06/1794.61	c learnt binary clauses	: 158000
1800.06/1794.61	c learnt ternary clauses	: 196599
1800.06/1794.61	c learnt constraints	: 3325751
1800.06/1794.61	c ignored constraints	: 0
1800.06/1794.61	c root simplifications	: 270
1800.06/1794.61	c removed literals (reason simplification)	: 86709989
1800.06/1794.61	c reason swapping (by a shorter reason)	: 0
1800.06/1794.61	c Calls to reduceDB	: 77
1800.06/1794.61	c number of reductions to clauses (during analyze)	: 0
1800.06/1794.61	c number of learned constraints concerned by reduction	: 0
1800.06/1794.61	c number of learning phase by resolution	: 0
1800.06/1794.61	c number of learning phase by cutting planes	: 0
1800.06/1794.61	c speed (assignments/second)	: 1398435.660556672
1800.06/1794.61	c non guided choices	3446
1800.06/1794.65	c learnt constraints type 
1800.06/1794.65	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 157984
1800.06/1794.65	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 49388
1800.06/1794.65	c constraints type 
1800.06/1794.65	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 14137
1800.06/1794.65	c org.sat4j.minisat.constraints.card.MinWatchCard => 132
1800.06/1794.65	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1800.06/1794.65	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1703
1800.06/1794.65	c 15974 constraints processed.
1800.06/1794.65	s UNKNOWN
1800.06/1794.65	c Total wall clock time (in seconds): 1794.533

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-3710008-1338219787/watcher-3710008-1338219787 -o /tmp/evaluation-result-3710008-1338219787/solver-3710008-1338219787 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710008-1338219787.opb 

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

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


[startup+0 s]
/proc/loadavg: 1.93 1.98 1.99 3/194 25756
/proc/meminfo: memFree=28422604/32873648 swapFree=7372/7372
[pid=25756] ppid=25754 vsize=272 CPUtime=0 cores=0,2,4,6
/proc/25756/stat : 25756 (java) D 25754 25756 24478 0 -1 4202496 80 0 0 0 0 0 0 0 20 0 1 0 288104736 278528 33 33554432000 1073741824 1073778376 140734084707216 140734084704392 217401355559 0 0 4096 0 18446744072100588836 0 0 17 2 0 0 0 0 0
/proc/25756/statm: 68 33 25 9 0 25 0

[startup+0.00706496 s]
/proc/loadavg: 1.93 1.98 1.99 3/194 25756
/proc/meminfo: memFree=28422604/32873648 swapFree=7372/7372
[pid=25756] ppid=25754 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/25756/stat : 25756 (java) D 25754 25756 24478 0 -1 4202496 241 0 0 0 0 0 0 0 20 0 1 0 288104736 9515008 176 33554432000 1073741824 1073778376 140734084707216 140734084689944 217410519952 0 0 4096 0 18446744072100588836 0 0 17 2 0 0 0 0 0
/proc/25756/statm: 2323 176 133 9 0 71 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9292

[startup+0.100203 s]
/proc/loadavg: 1.93 1.98 1.99 3/194 25756
/proc/meminfo: memFree=28422604/32873648 swapFree=7372/7372
[pid=25756] ppid=25754 vsize=9558440 CPUtime=0.09 cores=0,2,4,6
/proc/25756/stat : 25756 (java) S 25754 25756 24478 0 -1 4202496 4250 0 1 0 8 1 0 0 20 0 18 0 288104736 9787842560 5457 33554432000 1073741824 1073778376 140734772169680 140734772160816 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25756/statm: 2389610 5457 2113 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558440

[startup+0.30018 s]
/proc/loadavg: 1.93 1.98 1.99 3/194 25756
/proc/meminfo: memFree=28422604/32873648 swapFree=7372/7372
[pid=25756] ppid=25754 vsize=9558440 CPUtime=0.54 cores=0,2,4,6
/proc/25756/stat : 25756 (java) S 25754 25756 24478 0 -1 4202496 7326 0 1 0 53 1 0 0 20 0 18 0 288104736 9787842560 10940 33554432000 1073741824 1073778376 140734772169680 140734772160816 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25756/statm: 2389610 10940 2225 9 0 2380296 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 9558440

[startup+0.70024 s]
/proc/loadavg: 1.93 1.98 1.99 3/194 25756
/proc/meminfo: memFree=28422604/32873648 swapFree=7372/7372
[pid=25756] ppid=25754 vsize=9625004 CPUtime=1.51 cores=0,2,4,6
/proc/25756/stat : 25756 (java) S 25754 25756 24478 0 -1 4202496 9707 0 1 0 148 3 0 0 20 0 19 0 288104736 9856004096 30191 33554432000 1073741824 1073778376 140734772169680 140734772160816 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25756/statm: 2406251 30191 2257 9 0 2396937 0
Current children cumulated CPU time (s) 1.51
Current children cumulated vsize (KiB) 9625004

[startup+1.50059 s]
/proc/loadavg: 1.93 1.98 1.99 3/213 25775
/proc/meminfo: memFree=28310328/32873648 swapFree=7372/7372
[pid=25756] ppid=25754 vsize=9625004 CPUtime=2.49 cores=0,2,4,6
/proc/25756/stat : 25756 (java) S 25754 25756 24478 0 -1 4202496 9711 0 1 0 246 3 0 0 20 0 19 0 288104736 9856004096 30194 33554432000 1073741824 1073778376 140734772169680 140734772160816 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25756/statm: 2406251 30194 2261 9 0 2396937 0
[pid=25756/tid=25758] ppid=25754 vsize=9625004 CPUtime=1.47 cores=0,2,4,6
/proc/25756/task/25758/stat : 25758 (java) R 25754 25756 24478 0 -1 4202560 2557 0 1 0 144 3 0 0 20 0 19 0 288104737 9856004096 30194 33554432000 1073741824 1073778376 140734772169680 139691699278008 139691547158142 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25756/tid=25759] ppid=25754 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25756/task/25759/stat : 25759 (java) S 25754 25756 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288104738 9856004096 30194 33554432000 1073741824 1073778376 140734772169680 139691671730728 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25756/tid=25760] ppid=25754 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25756/task/25760/stat : 25760 (java) S 25754 25756 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288104738 9856004096 30194 33554432000 1073741824 1073778376 140734772169680 139691670677928 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25756/tid=25761] ppid=25754 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25756/task/25761/stat : 25761 (java) S 25754 25756 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288104738 9856004096 30194 33554432000 1073741824 1073778376 140734772169680 139691669625128 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25756/tid=25762] ppid=25754 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25756/task/25762/stat : 25762 (java) S 25754 25756 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288104738 9856004096 30194 33554432000 1073741824 1073778376 140734772169680 139691668572328 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25756/tid=25763] ppid=25754 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25756/task/25763/stat : 25763 (java) S 25754 25756 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288104738 9856004096 30194 33554432000 1073741824 1073778376 140734772169680 139691667520552 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25756/tid=25764] ppid=25754 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25756/task/25764/stat : 25764 (java) S 25754 25756 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288104738 9856004096 30194 33554432000 1073741824 1073778376 140734772169680 139691666467752 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25756/tid=25765] ppid=25754 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25756/task/25765/stat : 25765 (java) S 25754 25756 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288104738 9856004096 30194 33554432000 1073741824 1073778376 140734772169680 139691665414952 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25756/tid=25766] ppid=25754 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25756/task/25766/stat : 25766 (java) S 25754 25756 24478 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 288104738 9856004096 30194 33554432000 1073741824 1073778376 140734772169680 139691535411880 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25756/tid=25767] ppid=25754 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25756/task/25767/stat : 25767 (java) S 25754 25756 24478 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 288104739 9856004096 30194 33554432000 1073741824 1073778376 140734772169680 139691052464616 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25756/tid=25768] ppid=25754 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25756/task/25768/stat : 25768 (java) S 25754 25756 24478 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 288104740 9856004096 30194 33554432000 1073741824 1073778376 140734772169680 139691051410680 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25756/tid=25769] ppid=25754 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25756/task/25769/stat : 25769 (java) S 25754 25756 24478 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 288104740 9856004096 30194 33554432000 1073741824 1073778376 140734772169680 139691050357768 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25756/tid=25770] ppid=25754 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25756/task/25770/stat : 25770 (java) S 25754 25756 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288104742 9856004096 30194 33554432000 1073741824 1073778376 140734772169680 139691049306256 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25756/tid=25771] ppid=25754 vsize=9625004 CPUtime=0.5 cores=0,2,4,6
/proc/25756/task/25771/stat : 25771 (java) S 25754 25756 24478 0 -1 4202560 3708 0 0 0 50 0 0 0 20 0 19 0 288104742 9856004096 30194 33554432000 1073741824 1073778376 140734772169680 139691048254392 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25756/tid=25772] ppid=25754 vsize=9625004 CPUtime=0.49 cores=0,2,4,6
/proc/25756/task/25772/stat : 25772 (java) S 25754 25756 24478 0 -1 4202560 2246 0 0 0 49 0 0 0 20 0 19 0 288104742 9856004096 30194 33554432000 1073741824 1073778376 140734772169680 139691047201592 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25756/tid=25773] ppid=25754 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25756/task/25773/stat : 25773 (java) S 25754 25756 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288104742 9856004096 30194 33554432000 1073741824 1073778376 140734772169680 139691046148984 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25756/tid=25774] ppid=25754 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25756/task/25774/stat : 25774 (java) S 25754 25756 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288104742 9856004096 30194 33554432000 1073741824 1073778376 140734772169680 139691045096392 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25756/tid=25775] ppid=25754 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25756/task/25775/stat : 25775 (java) S 25754 25756 24478 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 288104792 9856004096 30194 33554432000 1073741824 1073778376 140734772169680 139691044041896 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.49
Current children cumulated vsize (KiB) 9625004

[startup+3.10055 s]
/proc/loadavg: 1.93 1.98 1.99 4/213 25775
/proc/meminfo: memFree=28307652/32873648 swapFree=7372/7372
[pid=25756] ppid=25754 vsize=9625004 CPUtime=4.19 cores=0,2,4,6
/proc/25756/stat : 25756 (java) S 25754 25756 24478 0 -1 4202496 9908 0 1 0 414 5 0 0 20 0 19 0 288104736 9856004096 34335 33554432000 1073741824 1073778376 140734772169680 140734772160816 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25756/statm: 2406251 34335 2286 9 0 2396937 0
[pid=25756/tid=25758] ppid=25754 vsize=9625004 CPUtime=3.04 cores=0,2,4,6
/proc/25756/task/25758/stat : 25758 (java) R 25754 25756 24478 0 -1 4202560 2562 0 1 0 301 3 0 0 20 0 19 0 288104737 9856004096 34335 33554432000 1073741824 1073778376 140734772169680 139691699278248 139691547103456 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25756/tid=25759] ppid=25754 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25756/task/25759/stat : 25759 (java) S 25754 25756 24478 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 288104738 9856004096 34335 33554432000 1073741824 1073778376 140734772169680 139691671730728 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25756/tid=25760] ppid=25754 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25756/task/25760/stat : 25760 (java) S 25754 25756 24478 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 288104738 9856004096 34335 33554432000 1073741824 1073778376 140734772169680 139691670677928 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25756/tid=25761] ppid=25754 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25756/task/25761/stat : 25761 (java) S 25754 25756 24478 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 288104738 9856004096 34335 33554432000 1073741824 1073778376 140734772169680 139691669625128 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25756/tid=25762] ppid=25754 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25756/task/25762/stat : 25762 (java) S 25754 25756 24478 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 288104738 9856004096 34335 33554432000 1073741824 1073778376 140734772169680 139691668572328 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25756/tid=25763] ppid=25754 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25756/task/25763/stat : 25763 (java) S 25754 25756 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288104738 9856004096 34335 33554432000 1073741824 1073778376 140734772169680 139691667520552 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25756/tid=25764] ppid=25754 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25756/task/25764/stat : 25764 (java) S 25754 25756 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288104738 9856004096 34335 33554432000 1073741824 1073778376 140734772169680 139691666467752 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25756/tid=25765] ppid=25754 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25756/task/25765/stat : 25765 (java) S 25754 25756 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288104738 9856004096 34335 33554432000 1073741824 1073778376 140734772169680 139691665414952 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25756/tid=25766] ppid=25754 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25756/task/25766/stat : 25766 (java) S 25754 25756 24478 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 288104738 9856004096 34335 33554432000 1073741824 1073778376 140734772169680 139691535411880 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25756/tid=25767] ppid=25754 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/25756/task/25767/stat : 25767 (java) S 25754 25756 24478 0 -1 4202560 34 0 0 0 1 0 0 0 20 0 19 0 288104739 9856004096 34335 33554432000 1073741824 1073778376 140734772169680 139691052464616 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25756/tid=25768] ppid=25754 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25756/task/25768/stat : 25768 (java) S 25754 25756 24478 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 288104740 9856004096 34335 33554432000 1073741824 1073778376 140734772169680 139691051410680 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25756/tid=25769] ppid=25754 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25756/task/25769/stat : 25769 (java) S 25754 25756 24478 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 288104740 9856004096 34335 33554432000 1073741824 1073778376 140734772169680 139691050357768 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25756/tid=25770] ppid=25754 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25756/task/25770/stat : 25770 (java) S 25754 25756 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288104742 9856004096 34335 33554432000 1073741824 1073778376 140734772169680 139691049306256 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25756/tid=25771] ppid=25754 vsize=9625004 CPUtime=0.56 cores=0,2,4,6
/proc/25756/task/25771/stat : 25771 (java) S 25754 25756 24478 0 -1 4202560 3839 0 0 0 56 0 0 0 20 0 19 0 288104742 9856004096 34335 33554432000 1073741824 1073778376 140734772169680 139691048254392 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25756/tid=25772] ppid=25754 vsize=9625004 CPUtime=0.51 cores=0,2,4,6
/proc/25756/task/25772/stat : 25772 (java) S 25754 25756 24478 0 -1 4202560 2249 0 0 0 51 0 0 0 20 0 19 0 288104742 9856004096 34335 33554432000 1073741824 1073778376 140734772169680 139691047201592 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25756/tid=25773] ppid=25754 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25756/task/25773/stat : 25773 (java) S 25754 25756 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288104742 9856004096 34335 33554432000 1073741824 1073778376 140734772169680 139691046148984 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25756/tid=25774] ppid=25754 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25756/task/25774/stat : 25774 (java) S 25754 25756 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288104742 9856004096 34335 33554432000 1073741824 1073778376 140734772169680 139691045096392 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25756/tid=25775] ppid=25754 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25756/task/25775/stat : 25775 (java) S 25754 25756 24478 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 288104792 9856004096 34335 33554432000 1073741824 1073778376 140734772169680 139691044041896 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.19
Current children cumulated vsize (KiB) 9625004

[startup+6.30055 s]
/proc/loadavg: 1.93 1.98 1.99 3/213 25775
/proc/meminfo: memFree=28288976/32873648 swapFree=7372/7372
[pid=25756] ppid=25754 vsize=9625004 CPUtime=7.43 cores=0,2,4,6
/proc/25756/stat : 25756 (java) S 25754 25756 24478 0 -1 4202496 9921 0 1 0 738 5 0 0 20 0 19 0 288104736 9856004096 35349 33554432000 1073741824 1073778376 140734772169680 140734772160816 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25756/statm: 2406251 35349 2286 9 0 2396937 0
[pid=25756/tid=25758] ppid=25754 vsize=9625004 CPUtime=6.21 cores=0,2,4,6
/proc/25756/task/25758/stat : 25758 (java) R 25754 25756 24478 0 -1 4202560 2565 0 1 0 618 3 0 0 20 0 19 0 288104737 9856004096 35349 33554432000 1073741824 1073778376 140734772169680 139691699278456 139691547103640 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25756/tid=25759] ppid=25754 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25756/task/25759/stat : 25759 (java) S 25754 25756 24478 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 288104738 9856004096 35349 33554432000 1073741824 1073778376 140734772169680 139691671730728 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25756/tid=25760] ppid=25754 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25756/task/25760/stat : 25760 (java) S 25754 25756 24478 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 288104738 9856004096 35349 33554432000 1073741824 1073778376 140734772169680 139691670677928 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25756/tid=25761] ppid=25754 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25756/task/25761/stat : 25761 (java) S 25754 25756 24478 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 288104738 9856004096 35349 33554432000 1073741824 1073778376 140734772169680 139691669625128 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25756/tid=25762] ppid=25754 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25756/task/25762/stat : 25762 (java) S 25754 25756 24478 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 288104738 9856004096 35349 33554432000 1073741824 1073778376 140734772169680 139691668572328 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25756/tid=25763] ppid=25754 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25756/task/25763/stat : 25763 (java) S 25754 25756 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288104738 9856004096 35349 33554432000 1073741824 1073778376 140734772169680 139691667520552 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25756/tid=25764] ppid=25754 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25756/task/25764/stat : 25764 (java) S 25754 25756 24478 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 288104738 9856004096 35349 33554432000 1073741824 1073778376 140734772169680 139691666467752 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25756/tid=25765] ppid=25754 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25756/task/25765/stat : 25765 (java) S 25754 25756 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288104738 9856004096 35349 33554432000 1073741824 1073778376 140734772169680 139691665414952 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25756/tid=25766] ppid=25754 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25756/task/25766/stat : 25766 (java) S 25754 25756 24478 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 288104738 9856004096 35349 33554432000 1073741824 1073778376 140734772169680 139691535411880 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25756/tid=25767] ppid=25754 vsize=9625004 CPUtime=0.03 cores=0,2,4,6
/proc/25756/task/25767/stat : 25767 (java) S 25754 25756 24478 0 -1 4202560 35 0 0 0 3 0 0 0 20 0 19 0 288104739 9856004096 35349 33554432000 1073741824 1073778376 140734772169680 139691052464616 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25756/tid=25768] ppid=25754 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25756/task/25768/stat : 25768 (java) S 25754 25756 24478 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 288104740 9856004096 35349 33554432000 1073741824 1073778376 140734772169680 139691051410680 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25756/tid=25769] ppid=25754 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25756/task/25769/stat : 25769 (java) S 25754 25756 24478 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 288104740 9856004096 35349 33554432000 1073741824 1073778376 140734772169680 139691050357768 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25756/tid=25770] ppid=25754 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25756/task/25770/stat : 25770 (java) S 25754 25756 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288104742 9856004096 35349 33554432000 1073741824 1073778376 140734772169680 139691049306256 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25756/tid=25771] ppid=25754 vsize=9625004 CPUtime=0.57 cores=0,2,4,6
/proc/25756/task/25771/stat : 25771 (java) S 25754 25756 24478 0 -1 4202560 3839 0 0 0 57 0 0 0 20 0 19 0 288104742 9856004096 35349 33554432000 1073741824 1073778376 140734772169680 139691048254392 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25756/tid=25772] ppid=25754 vsize=9625004 CPUtime=0.52 cores=0,2,4,6
/proc/25756/task/25772/stat : 25772 (java) S 25754 25756 24478 0 -1 4202560 2249 0 0 0 52 0 0 0 20 0 19 0 288104742 9856004096 35349 33554432000 1073741824 1073778376 140734772169680 139691047201592 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25756/tid=25773] ppid=25754 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25756/task/25773/stat : 25773 (java) S 25754 25756 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288104742 9856004096 35349 33554432000 1073741824 1073778376 140734772169680 139691046148984 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25756/tid=25774] ppid=25754 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25756/task/25774/stat : 25774 (java) S 25754 25756 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288104742 9856004096 35349 33554432000 1073741824 1073778376 140734772169680 139691045096392 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25756/tid=25775] ppid=25754 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25756/task/25775/stat : 25775 (java) S 25754 25756 24478 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 288104792 9856004096 35349 33554432000 1073741824 1073778376 140734772169680 139691044041896 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.43
Current children cumulated vsize (KiB) 9625004

[startup+12.7006 s]

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

[pid=25756/tid=25764] ppid=25754 vsize=9625004 CPUtime=0.68 cores=0,2,4,6
/proc/25756/task/25764/stat : 25764 (java) S 25754 25756 24478 0 -1 4202560 139 0 0 0 64 4 0 0 20 0 19 0 288104738 9856004096 109887 33554432000 1073741824 1073778376 140734772169680 139691666467752 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25756/tid=25765] ppid=25754 vsize=9625004 CPUtime=0.6 cores=0,2,4,6
/proc/25756/task/25765/stat : 25765 (java) S 25754 25756 24478 0 -1 4202560 140 0 0 0 57 3 0 0 20 0 19 0 288104738 9856004096 109887 33554432000 1073741824 1073778376 140734772169680 139691665414952 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25756/tid=25766] ppid=25754 vsize=9625004 CPUtime=0.58 cores=0,2,4,6
/proc/25756/task/25766/stat : 25766 (java) S 25754 25756 24478 0 -1 4202560 161 0 0 0 54 4 0 0 20 0 19 0 288104738 9856004096 109887 33554432000 1073741824 1073778376 140734772169680 139691535411880 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25756/tid=25767] ppid=25754 vsize=9625004 CPUtime=3.79 cores=0,2,4,6
/proc/25756/task/25767/stat : 25767 (java) S 25754 25756 24478 0 -1 4202560 145 0 0 0 377 2 0 0 20 0 19 0 288104739 9856004096 109887 33554432000 1073741824 1073778376 140734772169680 139691052464616 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25756/tid=25768] ppid=25754 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25756/task/25768/stat : 25768 (java) S 25754 25756 24478 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 288104740 9856004096 109887 33554432000 1073741824 1073778376 140734772169680 139691051410680 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25756/tid=25769] ppid=25754 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25756/task/25769/stat : 25769 (java) S 25754 25756 24478 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 288104740 9856004096 109887 33554432000 1073741824 1073778376 140734772169680 139691050357768 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25756/tid=25770] ppid=25754 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25756/task/25770/stat : 25770 (java) S 25754 25756 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288104742 9856004096 109887 33554432000 1073741824 1073778376 140734772169680 139691049306256 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25756/tid=25771] ppid=25754 vsize=9625004 CPUtime=0.69 cores=0,2,4,6
/proc/25756/task/25771/stat : 25771 (java) S 25754 25756 24478 0 -1 4202560 3858 0 0 0 69 0 0 0 20 0 19 0 288104742 9856004096 109887 33554432000 1073741824 1073778376 140734772169680 139691048254392 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25756/tid=25772] ppid=25754 vsize=9625004 CPUtime=0.57 cores=0,2,4,6
/proc/25756/task/25772/stat : 25772 (java) S 25754 25756 24478 0 -1 4202560 2285 0 0 0 57 0 0 0 20 0 19 0 288104742 9856004096 109887 33554432000 1073741824 1073778376 140734772169680 139691047201592 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25756/tid=25773] ppid=25754 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25756/task/25773/stat : 25773 (java) S 25754 25756 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288104742 9856004096 109887 33554432000 1073741824 1073778376 140734772169680 139691046148984 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25756/tid=25774] ppid=25754 vsize=9625004 CPUtime=0.35 cores=0,2,4,6
/proc/25756/task/25774/stat : 25774 (java) S 25754 25756 24478 0 -1 4202560 95 0 0 0 18 17 0 0 20 0 19 0 288104742 9856004096 109887 33554432000 1073741824 1073778376 140734772169680 139691045096392 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25756/tid=25775] ppid=25754 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25756/task/25775/stat : 25775 (java) S 25754 25756 24478 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 288104792 9856004096 109887 33554432000 1073741824 1073778376 140734772169680 139691044041896 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 6 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.00 2.01 2.00 3/213 25872
/proc/meminfo: memFree=27658084/32873648 swapFree=7372/7372
[pid=25756] ppid=25754 vsize=9625004 CPUtime=1727.49 cores=0,2,4,6
/proc/25756/stat : 25756 (java) S 25754 25756 24478 0 -1 4202496 11604 0 1 0 172694 55 0 0 20 0 19 0 288104736 9856004096 109893 33554432000 1073741824 1073778376 140734772169680 140734772160816 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25756/statm: 2406251 109893 2287 9 0 2396937 0
[pid=25756/tid=25758] ppid=25754 vsize=9625004 CPUtime=1716.84 cores=0,2,4,6
/proc/25756/task/25758/stat : 25758 (java) R 25754 25756 24478 0 -1 4202560 2655 0 1 0 171653 31 0 0 20 0 19 0 288104737 9856004096 109893 33554432000 1073741824 1073778376 140734772169680 139691699278128 139691547215835 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25756/tid=25759] ppid=25754 vsize=9625004 CPUtime=0.63 cores=0,2,4,6
/proc/25756/task/25759/stat : 25759 (java) S 25754 25756 24478 0 -1 4202560 249 0 0 0 59 4 0 0 20 0 19 0 288104738 9856004096 109893 33554432000 1073741824 1073778376 140734772169680 139691671730728 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25756/tid=25760] ppid=25754 vsize=9625004 CPUtime=0.64 cores=0,2,4,6
/proc/25756/task/25760/stat : 25760 (java) S 25754 25756 24478 0 -1 4202560 152 0 0 0 61 3 0 0 20 0 19 0 288104738 9856004096 109893 33554432000 1073741824 1073778376 140734772169680 139691670677928 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25756/tid=25761] ppid=25754 vsize=9625004 CPUtime=0.65 cores=0,2,4,6
/proc/25756/task/25761/stat : 25761 (java) S 25754 25756 24478 0 -1 4202560 153 0 0 0 61 4 0 0 20 0 19 0 288104738 9856004096 109893 33554432000 1073741824 1073778376 140734772169680 139691669625128 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25756/tid=25762] ppid=25754 vsize=9625004 CPUtime=0.68 cores=0,2,4,6
/proc/25756/task/25762/stat : 25762 (java) S 25754 25756 24478 0 -1 4202560 214 0 0 0 64 4 0 0 20 0 19 0 288104738 9856004096 109893 33554432000 1073741824 1073778376 140734772169680 139691668572328 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25756/tid=25763] ppid=25754 vsize=9625004 CPUtime=0.7 cores=0,2,4,6
/proc/25756/task/25763/stat : 25763 (java) S 25754 25756 24478 0 -1 4202560 164 0 0 0 67 3 0 0 20 0 19 0 288104738 9856004096 109893 33554432000 1073741824 1073778376 140734772169680 139691667520552 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25756/tid=25764] ppid=25754 vsize=9625004 CPUtime=0.71 cores=0,2,4,6
/proc/25756/task/25764/stat : 25764 (java) S 25754 25756 24478 0 -1 4202560 139 0 0 0 67 4 0 0 20 0 19 0 288104738 9856004096 109893 33554432000 1073741824 1073778376 140734772169680 139691666467752 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25756/tid=25765] ppid=25754 vsize=9625004 CPUtime=0.61 cores=0,2,4,6
/proc/25756/task/25765/stat : 25765 (java) S 25754 25756 24478 0 -1 4202560 142 0 0 0 58 3 0 0 20 0 19 0 288104738 9856004096 109893 33554432000 1073741824 1073778376 140734772169680 139691665414952 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25756/tid=25766] ppid=25754 vsize=9625004 CPUtime=0.59 cores=0,2,4,6
/proc/25756/task/25766/stat : 25766 (java) S 25754 25756 24478 0 -1 4202560 161 0 0 0 55 4 0 0 20 0 19 0 288104738 9856004096 109893 33554432000 1073741824 1073778376 140734772169680 139691535411880 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25756/tid=25767] ppid=25754 vsize=9625004 CPUtime=3.87 cores=0,2,4,6
/proc/25756/task/25767/stat : 25767 (java) S 25754 25756 24478 0 -1 4202560 147 0 0 0 385 2 0 0 20 0 19 0 288104739 9856004096 109893 33554432000 1073741824 1073778376 140734772169680 139691052464616 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25756/tid=25768] ppid=25754 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25756/task/25768/stat : 25768 (java) S 25754 25756 24478 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 288104740 9856004096 109893 33554432000 1073741824 1073778376 140734772169680 139691051410680 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25756/tid=25769] ppid=25754 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25756/task/25769/stat : 25769 (java) S 25754 25756 24478 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 288104740 9856004096 109893 33554432000 1073741824 1073778376 140734772169680 139691050357768 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25756/tid=25770] ppid=25754 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25756/task/25770/stat : 25770 (java) S 25754 25756 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288104742 9856004096 109893 33554432000 1073741824 1073778376 140734772169680 139691049306256 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25756/tid=25771] ppid=25754 vsize=9625004 CPUtime=0.69 cores=0,2,4,6
/proc/25756/task/25771/stat : 25771 (java) S 25754 25756 24478 0 -1 4202560 3858 0 0 0 69 0 0 0 20 0 19 0 288104742 9856004096 109893 33554432000 1073741824 1073778376 140734772169680 139691048254392 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25756/tid=25772] ppid=25754 vsize=9625004 CPUtime=0.57 cores=0,2,4,6
/proc/25756/task/25772/stat : 25772 (java) S 25754 25756 24478 0 -1 4202560 2285 0 0 0 57 0 0 0 20 0 19 0 288104742 9856004096 109893 33554432000 1073741824 1073778376 140734772169680 139691047201592 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25756/tid=25773] ppid=25754 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25756/task/25773/stat : 25773 (java) S 25754 25756 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288104742 9856004096 109893 33554432000 1073741824 1073778376 140734772169680 139691046148984 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25756/tid=25774] ppid=25754 vsize=9625004 CPUtime=0.37 cores=0,2,4,6
/proc/25756/task/25774/stat : 25774 (java) S 25754 25756 24478 0 -1 4202560 99 0 0 0 19 18 0 0 20 0 19 0 288104742 9856004096 109893 33554432000 1073741824 1073778376 140734772169680 139691045096392 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25756/tid=25775] ppid=25754 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25756/task/25775/stat : 25775 (java) S 25754 25756 24478 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 288104792 9856004096 109893 33554432000 1073741824 1073778376 140734772169680 139691044041896 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 6 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.00 2.01 2.00 3/213 25872
/proc/meminfo: memFree=27573504/32873648 swapFree=7372/7372
[pid=25756] ppid=25754 vsize=9625004 CPUtime=1787.63 cores=0,2,4,6
/proc/25756/stat : 25756 (java) S 25754 25756 24478 0 -1 4202496 11622 0 1 0 178706 57 0 0 20 0 19 0 288104736 9856004096 109904 33554432000 1073741824 1073778376 140734772169680 140734772160816 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25756/statm: 2406251 109904 2287 9 0 2396937 0
[pid=25756/tid=25758] ppid=25754 vsize=9625004 CPUtime=1776.68 cores=0,2,4,6
/proc/25756/task/25758/stat : 25758 (java) R 25754 25756 24478 0 -1 4202560 2656 0 1 0 177636 32 0 0 20 0 19 0 288104737 9856004096 109904 33554432000 1073741824 1073778376 140734772169680 139691699278128 139691547215817 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25756/tid=25759] ppid=25754 vsize=9625004 CPUtime=0.64 cores=0,2,4,6
/proc/25756/task/25759/stat : 25759 (java) S 25754 25756 24478 0 -1 4202560 249 0 0 0 60 4 0 0 20 0 19 0 288104738 9856004096 109904 33554432000 1073741824 1073778376 140734772169680 139691671730728 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25756/tid=25760] ppid=25754 vsize=9625004 CPUtime=0.66 cores=0,2,4,6
/proc/25756/task/25760/stat : 25760 (java) S 25754 25756 24478 0 -1 4202560 155 0 0 0 62 4 0 0 20 0 19 0 288104738 9856004096 109904 33554432000 1073741824 1073778376 140734772169680 139691670677928 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25756/tid=25761] ppid=25754 vsize=9625004 CPUtime=0.66 cores=0,2,4,6
/proc/25756/task/25761/stat : 25761 (java) S 25754 25756 24478 0 -1 4202560 153 0 0 0 62 4 0 0 20 0 19 0 288104738 9856004096 109904 33554432000 1073741824 1073778376 140734772169680 139691669625128 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25756/tid=25762] ppid=25754 vsize=9625004 CPUtime=0.72 cores=0,2,4,6
/proc/25756/task/25762/stat : 25762 (java) S 25754 25756 24478 0 -1 4202560 214 0 0 0 68 4 0 0 20 0 19 0 288104738 9856004096 109904 33554432000 1073741824 1073778376 140734772169680 139691668572328 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25756/tid=25763] ppid=25754 vsize=9625004 CPUtime=0.74 cores=0,2,4,6
/proc/25756/task/25763/stat : 25763 (java) S 25754 25756 24478 0 -1 4202560 164 0 0 0 71 3 0 0 20 0 19 0 288104738 9856004096 109904 33554432000 1073741824 1073778376 140734772169680 139691667520552 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25756/tid=25764] ppid=25754 vsize=9625004 CPUtime=0.72 cores=0,2,4,6
/proc/25756/task/25764/stat : 25764 (java) S 25754 25756 24478 0 -1 4202560 139 0 0 0 68 4 0 0 20 0 19 0 288104738 9856004096 109904 33554432000 1073741824 1073778376 140734772169680 139691666467752 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25756/tid=25765] ppid=25754 vsize=9625004 CPUtime=0.62 cores=0,2,4,6
/proc/25756/task/25765/stat : 25765 (java) S 25754 25756 24478 0 -1 4202560 146 0 0 0 59 3 0 0 20 0 19 0 288104738 9856004096 109904 33554432000 1073741824 1073778376 140734772169680 139691665414952 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25756/tid=25766] ppid=25754 vsize=9625004 CPUtime=0.61 cores=0,2,4,6
/proc/25756/task/25766/stat : 25766 (java) S 25754 25756 24478 0 -1 4202560 165 0 0 0 57 4 0 0 20 0 19 0 288104738 9856004096 109904 33554432000 1073741824 1073778376 140734772169680 139691535411880 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25756/tid=25767] ppid=25754 vsize=9625004 CPUtime=3.98 cores=0,2,4,6
/proc/25756/task/25767/stat : 25767 (java) S 25754 25756 24478 0 -1 4202560 149 0 0 0 396 2 0 0 20 0 19 0 288104739 9856004096 109904 33554432000 1073741824 1073778376 140734772169680 139691052464616 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25756/tid=25768] ppid=25754 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25756/task/25768/stat : 25768 (java) S 25754 25756 24478 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 288104740 9856004096 109904 33554432000 1073741824 1073778376 140734772169680 139691051410680 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25756/tid=25769] ppid=25754 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25756/task/25769/stat : 25769 (java) S 25754 25756 24478 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 288104740 9856004096 109904 33554432000 1073741824 1073778376 140734772169680 139691050357768 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25756/tid=25770] ppid=25754 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25756/task/25770/stat : 25770 (java) S 25754 25756 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288104742 9856004096 109904 33554432000 1073741824 1073778376 140734772169680 139691049306256 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25756/tid=25771] ppid=25754 vsize=9625004 CPUtime=0.69 cores=0,2,4,6
/proc/25756/task/25771/stat : 25771 (java) S 25754 25756 24478 0 -1 4202560 3858 0 0 0 69 0 0 0 20 0 19 0 288104742 9856004096 109904 33554432000 1073741824 1073778376 140734772169680 139691048254392 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25756/tid=25772] ppid=25754 vsize=9625004 CPUtime=0.57 cores=0,2,4,6
/proc/25756/task/25772/stat : 25772 (java) S 25754 25756 24478 0 -1 4202560 2285 0 0 0 57 0 0 0 20 0 19 0 288104742 9856004096 109904 33554432000 1073741824 1073778376 140734772169680 139691047201592 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25756/tid=25773] ppid=25754 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25756/task/25773/stat : 25773 (java) S 25754 25756 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288104742 9856004096 109904 33554432000 1073741824 1073778376 140734772169680 139691046148984 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25756/tid=25774] ppid=25754 vsize=9625004 CPUtime=0.39 cores=0,2,4,6
/proc/25756/task/25774/stat : 25774 (java) S 25754 25756 24478 0 -1 4202560 103 0 0 0 20 19 0 0 20 0 19 0 288104742 9856004096 109904 33554432000 1073741824 1073778376 140734772169680 139691045096392 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25756/tid=25775] ppid=25754 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25756/task/25775/stat : 25775 (java) S 25754 25756 24478 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 288104792 9856004096 109904 33554432000 1073741824 1073778376 140734772169680 139691044041896 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1787.63
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1794.6 s]
/proc/loadavg: 2.00 2.01 2.00 3/213 25872
/proc/meminfo: memFree=27460244/32873648 swapFree=7372/7372
[pid=25756] ppid=25754 vsize=9625004 CPUtime=1800.06 cores=0,2,4,6
/proc/25756/stat : 25756 (java) S 25754 25756 24478 0 -1 4202496 11645 0 1 0 179949 57 0 0 20 0 19 0 288104736 9856004096 109923 33554432000 1073741824 1073778376 140734772169680 140734772160816 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25756/statm: 2406251 109923 2287 9 0 2396937 0
[pid=25756/tid=25758] ppid=25754 vsize=9625004 CPUtime=1788.86 cores=0,2,4,6
/proc/25756/task/25758/stat : 25758 (java) R 25754 25756 24478 0 -1 4202560 2658 0 1 0 178854 32 0 0 20 0 19 0 288104737 9856004096 109923 33554432000 1073741824 1073778376 140734772169680 139691699278128 139691547116918 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25756/tid=25759] ppid=25754 vsize=9625004 CPUtime=0.66 cores=0,2,4,6
/proc/25756/task/25759/stat : 25759 (java) S 25754 25756 24478 0 -1 4202560 253 0 0 0 62 4 0 0 20 0 19 0 288104738 9856004096 109923 33554432000 1073741824 1073778376 140734772169680 139691671730728 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25756/tid=25760] ppid=25754 vsize=9625004 CPUtime=0.69 cores=0,2,4,6
/proc/25756/task/25760/stat : 25760 (java) S 25754 25756 24478 0 -1 4202560 166 0 0 0 65 4 0 0 20 0 19 0 288104738 9856004096 109923 33554432000 1073741824 1073778376 140734772169680 139691670677928 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25756/tid=25761] ppid=25754 vsize=9625004 CPUtime=0.68 cores=0,2,4,6
/proc/25756/task/25761/stat : 25761 (java) S 25754 25756 24478 0 -1 4202560 153 0 0 0 64 4 0 0 20 0 19 0 288104738 9856004096 109923 33554432000 1073741824 1073778376 140734772169680 139691669625128 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25756/tid=25762] ppid=25754 vsize=9625004 CPUtime=0.74 cores=0,2,4,6
/proc/25756/task/25762/stat : 25762 (java) S 25754 25756 24478 0 -1 4202560 214 0 0 0 69 5 0 0 20 0 19 0 288104738 9856004096 109923 33554432000 1073741824 1073778376 140734772169680 139691668572328 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25756/tid=25763] ppid=25754 vsize=9625004 CPUtime=0.75 cores=0,2,4,6
/proc/25756/task/25763/stat : 25763 (java) S 25754 25756 24478 0 -1 4202560 164 0 0 0 72 3 0 0 20 0 19 0 288104738 9856004096 109923 33554432000 1073741824 1073778376 140734772169680 139691667520552 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25756/tid=25764] ppid=25754 vsize=9625004 CPUtime=0.76 cores=0,2,4,6
/proc/25756/task/25764/stat : 25764 (java) S 25754 25756 24478 0 -1 4202560 139 0 0 0 72 4 0 0 20 0 19 0 288104738 9856004096 109923 33554432000 1073741824 1073778376 140734772169680 139691666467752 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25756/tid=25765] ppid=25754 vsize=9625004 CPUtime=0.64 cores=0,2,4,6
/proc/25756/task/25765/stat : 25765 (java) S 25754 25756 24478 0 -1 4202560 146 0 0 0 61 3 0 0 20 0 19 0 288104738 9856004096 109923 33554432000 1073741824 1073778376 140734772169680 139691665414952 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25756/tid=25766] ppid=25754 vsize=9625004 CPUtime=0.63 cores=0,2,4,6
/proc/25756/task/25766/stat : 25766 (java) S 25754 25756 24478 0 -1 4202560 169 0 0 0 59 4 0 0 20 0 19 0 288104738 9856004096 109923 33554432000 1073741824 1073778376 140734772169680 139691535411880 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25756/tid=25767] ppid=25754 vsize=9625004 CPUtime=4.07 cores=0,2,4,6
/proc/25756/task/25767/stat : 25767 (java) S 25754 25756 24478 0 -1 4202560 151 0 0 0 405 2 0 0 20 0 19 0 288104739 9856004096 109923 33554432000 1073741824 1073778376 140734772169680 139691052464616 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25756/tid=25768] ppid=25754 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25756/task/25768/stat : 25768 (java) S 25754 25756 24478 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 288104740 9856004096 109923 33554432000 1073741824 1073778376 140734772169680 139691051410680 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25756/tid=25769] ppid=25754 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25756/task/25769/stat : 25769 (java) S 25754 25756 24478 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 288104740 9856004096 109923 33554432000 1073741824 1073778376 140734772169680 139691050357768 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25756/tid=25770] ppid=25754 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25756/task/25770/stat : 25770 (java) S 25754 25756 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288104742 9856004096 109923 33554432000 1073741824 1073778376 140734772169680 139691049306256 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25756/tid=25771] ppid=25754 vsize=9625004 CPUtime=0.69 cores=0,2,4,6
/proc/25756/task/25771/stat : 25771 (java) S 25754 25756 24478 0 -1 4202560 3858 0 0 0 69 0 0 0 20 0 19 0 288104742 9856004096 109923 33554432000 1073741824 1073778376 140734772169680 139691048254392 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25756/tid=25772] ppid=25754 vsize=9625004 CPUtime=0.57 cores=0,2,4,6
/proc/25756/task/25772/stat : 25772 (java) S 25754 25756 24478 0 -1 4202560 2285 0 0 0 57 0 0 0 20 0 19 0 288104742 9856004096 109923 33554432000 1073741824 1073778376 140734772169680 139691047201592 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25756/tid=25773] ppid=25754 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25756/task/25773/stat : 25773 (java) S 25754 25756 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288104742 9856004096 109923 33554432000 1073741824 1073778376 140734772169680 139691046148984 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25756/tid=25774] ppid=25754 vsize=9625004 CPUtime=0.39 cores=0,2,4,6
/proc/25756/task/25774/stat : 25774 (java) S 25754 25756 24478 0 -1 4202560 103 0 0 0 20 19 0 0 20 0 19 0 288104742 9856004096 109923 33554432000 1073741824 1073778376 140734772169680 139691045096392 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25756/tid=25775] ppid=25754 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25756/task/25775/stat : 25775 (java) S 25754 25756 24478 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 288104792 9856004096 109923 33554432000 1073741824 1073778376 140734772169680 139691044041896 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
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.67
CPU time (s): 1800.52
CPU user time (s): 1799.54
CPU system time (s): 0.98185
CPU usage (%): 100.326
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.54
system time used= 0.98185
maximum resident set size= 439820
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11679
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1624
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40139
involuntary context switches= 22356

runsolver used 6.36103 second user time and 14.0019 second system time

The end

Launcher Data

Begin job on node122 at 2012-05-28 17:43:07
IDJOB=3710008
IDBENCH=90214
IDSOLVER=2289
FILE ID=node122/3710008-1338219787
RUNJOBID= node122-1338205330-24494
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/ShortestPathNG/normalized-NG_K132.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-3710008-1338219787/watcher-3710008-1338219787 -o /tmp/evaluation-result-3710008-1338219787/solver-3710008-1338219787 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710008-1338219787.opb

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

MD5SUM BENCH= 88bbbc51beb841161685a00fb4d24f63
RANDOM SEED=325863813

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:        28422892 kB
Buffers:          328608 kB
Cached:          3118188 kB
SwapCached:            0 kB
Active:          1426692 kB
Inactive:        2220072 kB
Active(anon):     190932 kB
Inactive(anon):    11052 kB
Active(file):    1235760 kB
Inactive(file):  2209020 kB
Unevictable:        7372 kB
Mlocked:            7372 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1996 kB
Writeback:             0 kB
AnonPages:        208596 kB
Mapped:            21996 kB
Shmem:               200 kB
Slab:             663308 kB
SReclaimable:     107280 kB
SUnreclaim:       556028 kB
KernelStack:        1600 kB
PageTables:         4604 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     697092 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    165888 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= 71680 MiB
End job on node122 at 2012-05-28 18:13:04