Trace number 3689615

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat 4j PB Resolution 2.3.2 Snapshot? (TO) 1800.1 1772.87

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/
normalized-TateBritain_K84.opb
MD5SUM895769e6300bec8b48d22e126916d397
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables5712
Total number of constraints5882
Number of constraints which are clauses5798
Number of constraints which are cardinality constraints (but not clauses)84
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint84
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 85
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.07/0.10	c version 2.3.2.v20120418
0.07/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.10	c java.vm.version	19.1-b02
0.07/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.10	c sun.arch.data.model	64
0.07/0.10	c java.version		1.6.0_24
0.07/0.10	c os.name		Linux
0.07/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.10	c os.arch		amd64
0.07/0.10	c Free memory 		501472288
0.07/0.10	c Max memory 		7480803328
0.07/0.10	c Total memory 		504102912
0.07/0.10	c Number of processors 	8
0.07/0.12	c Pseudo Boolean Optimization by upper bound
0.07/0.12	c --- Begin Solver configuration ---
0.07/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
0.07/0.12	c Learn all clauses as in MiniSAT
0.07/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.12	c No reason simplification
0.07/0.12	c Armin Biere (Picosat) restarts strategy
0.07/0.12	c Glucose learned constraints deletion strategy
0.07/0.12	c timeout=2147483s
0.07/0.12	c DB Simplification allowed=false
0.07/0.12	c c --- End Solver configuration ---
0.07/0.12	c solving HOME/instance-3689615-1337891783.opb
0.07/0.12	c reading problem ... 
0.53/0.37	c ... done. Wall clock time 0.254s.
0.53/0.37	c declared #vars     5712
0.53/0.37	c #constraints  5882
0.53/0.37	c constraints type 
0.53/0.37	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4717
0.53/0.37	c org.sat4j.minisat.constraints.card.MinWatchCard => 84
0.53/0.37	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
0.53/0.37	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1079
0.53/0.37	c 5882 constraints processed.
1.77/1.19	c cleaning 2480 clauses out of 4986 with flag 5002/5002
2.86/2.08	c cleaning 4223 clauses out of 8497 with flag 11000/11000
3.77/2.97	c cleaning 5585 clauses out of 11273 with flag 18000/18000
4.78/3.98	c cleaning 6823 clauses out of 13692 with flag 26004/26004
6.04/5.18	c cleaning 7905 clauses out of 15863 with flag 35000/35000
7.34/6.48	c cleaning 8970 clauses out of 17956 with flag 45000/45000
8.76/7.89	c cleaning 9875 clauses out of 19989 with flag 56003/56003
10.47/9.50	c cleaning 11013 clauses out of 22111 with flag 68000/68000
12.27/11.33	c cleaning 11918 clauses out of 24097 with flag 81001/81001
14.18/13.24	c cleaning 12957 clauses out of 26179 with flag 95001/95001
16.20/15.26	c cleaning 13980 clauses out of 28220 with flag 110002/110002
18.54/17.55	c cleaning 14973 clauses out of 30237 with flag 126000/126000
21.04/20.01	c cleaning 16010 clauses out of 32266 with flag 143002/143002
23.55/22.53	c cleaning 16971 clauses out of 34255 with flag 161002/161002
26.78/25.70	c cleaning 17919 clauses out of 36284 with flag 180002/180002
30.13/29.00	c cleaning 19033 clauses out of 38361 with flag 200000/200000
33.09/31.96	c cleaning 20027 clauses out of 40327 with flag 221000/221000
36.32/35.13	c cleaning 20977 clauses out of 42299 with flag 243000/243000
40.33/39.16	c cleaning 22136 clauses out of 44322 with flag 266000/266000
44.95/43.77	c cleaning 22913 clauses out of 46186 with flag 290000/290000
49.32/48.05	c cleaning 23987 clauses out of 48273 with flag 315000/315000
53.75/52.40	c cleaning 25034 clauses out of 50285 with flag 341000/341000
58.08/56.78	c cleaning 25883 clauses out of 52251 with flag 368000/368000
62.91/61.59	c cleaning 26983 clauses out of 54368 with flag 396000/396000
68.84/67.44	c cleaning 27989 clauses out of 56385 with flag 425000/425000
73.86/72.45	c cleaning 29008 clauses out of 58398 with flag 455002/455002
79.89/78.42	c cleaning 29870 clauses out of 60388 with flag 486000/486000
85.56/84.09	c cleaning 30876 clauses out of 62518 with flag 518000/518000
92.70/91.13	c cleaning 32091 clauses out of 64642 with flag 551000/551000
100.08/98.43	c cleaning 32972 clauses out of 66557 with flag 585006/585006
110.12/108.48	c cleaning 34095 clauses out of 68579 with flag 620000/620000
116.58/114.88	c cleaning 35002 clauses out of 70484 with flag 656000/656000
123.00/121.21	c cleaning 36029 clauses out of 72481 with flag 693000/693000
130.85/129.04	c cleaning 37072 clauses out of 74454 with flag 731002/731002
139.90/138.05	c cleaning 37989 clauses out of 76380 with flag 770000/770000
147.58/145.67	c cleaning 38947 clauses out of 78392 with flag 810001/810001
156.60/154.69	c cleaning 39959 clauses out of 80446 with flag 851002/851002
168.86/166.88	c cleaning 41073 clauses out of 82486 with flag 893001/893001
179.95/177.81	c cleaning 42023 clauses out of 84412 with flag 936000/936000
188.30/186.16	c cleaning 42899 clauses out of 86392 with flag 980003/980003
198.44/196.27	c cleaning 43972 clauses out of 88494 with flag 1025004/1025004
211.82/209.56	c cleaning 44752 clauses out of 90519 with flag 1071001/1071001
226.71/224.35	c cleaning 45977 clauses out of 92770 with flag 1118004/1118004
248.94/246.34	c cleaning 47234 clauses out of 94793 with flag 1166004/1166004
264.35/261.62	c cleaning 47882 clauses out of 96556 with flag 1215001/1215001
277.94/275.18	c cleaning 49120 clauses out of 98673 with flag 1265000/1265000
297.84/294.83	c cleaning 49934 clauses out of 100553 with flag 1316000/1316000
317.78/314.66	c cleaning 50992 clauses out of 102619 with flag 1368000/1368000
328.81/325.63	c cleaning 52042 clauses out of 104628 with flag 1421001/1421001
341.16/337.93	c cleaning 53099 clauses out of 106586 with flag 1475001/1475001
353.40/350.10	c cleaning 54049 clauses out of 108490 with flag 1530004/1530004
365.54/362.22	c cleaning 55077 clauses out of 110437 with flag 1586000/1586000
383.88/380.43	c cleaning 55810 clauses out of 112360 with flag 1643000/1643000
400.21/396.36	c cleaning 56987 clauses out of 114550 with flag 1701000/1701000
421.40/417.07	c cleaning 58180 clauses out of 116563 with flag 1760000/1760000
434.95/430.35	c cleaning 58981 clauses out of 118383 with flag 1820001/1820001
451.24/446.35	c cleaning 59998 clauses out of 120401 with flag 1881000/1881000
467.47/462.27	c cleaning 61038 clauses out of 122404 with flag 1943001/1943001
489.88/484.29	c cleaning 62030 clauses out of 124365 with flag 2006000/2006000
507.55/501.52	c cleaning 62891 clauses out of 126338 with flag 2070003/2070003
528.99/522.55	c cleaning 63904 clauses out of 128451 with flag 2135007/2135007
549.14/542.34	c cleaning 65018 clauses out of 130540 with flag 2201000/2201000
565.69/558.53	c cleaning 65905 clauses out of 132526 with flag 2268004/2268004
585.97/578.38	c cleaning 66877 clauses out of 134617 with flag 2336000/2336000
613.34/605.24	c cleaning 68097 clauses out of 136740 with flag 2405000/2405000
641.86/633.37	c cleaning 69078 clauses out of 138643 with flag 2475000/2475000
672.45/663.43	c cleaning 70103 clauses out of 140566 with flag 2546001/2546001
699.55/690.09	c cleaning 70845 clauses out of 142464 with flag 2618002/2618002
726.55/716.43	c cleaning 71948 clauses out of 144618 with flag 2691001/2691001
753.98/743.33	c cleaning 72756 clauses out of 146669 with flag 2765000/2765000
780.32/769.12	c cleaning 74106 clauses out of 148914 with flag 2840001/2840001
804.12/792.58	c cleaning 75171 clauses out of 150807 with flag 2916000/2916000
837.45/825.24	c cleaning 75834 clauses out of 152636 with flag 2993000/2993000
883.25/870.20	c cleaning 77089 clauses out of 154802 with flag 3071000/3071000
926.92/913.13	c cleaning 78065 clauses out of 156713 with flag 3150000/3150000
946.42/932.24	c cleaning 79106 clauses out of 158648 with flag 3230000/3230000
971.46/956.75	c cleaning 79968 clauses out of 160543 with flag 3311001/3311001
995.04/979.92	c cleaning 81084 clauses out of 162574 with flag 3393000/3393000
1022.14/1006.61	c cleaning 82017 clauses out of 164491 with flag 3476001/3476001
1056.95/1040.99	c cleaning 83090 clauses out of 166475 with flag 3560002/3560002
1084.15/1067.71	c cleaning 84061 clauses out of 168385 with flag 3645002/3645002
1121.54/1104.54	c cleaning 84702 clauses out of 170322 with flag 3731000/3731000
1169.89/1152.24	c cleaning 86006 clauses out of 172621 with flag 3818001/3818001
1205.53/1187.12	c cleaning 87010 clauses out of 174614 with flag 3906000/3906000
1236.43/1217.52	c cleaning 88030 clauses out of 176604 with flag 3995000/3995000
1269.31/1249.94	c cleaning 89008 clauses out of 178579 with flag 4085005/4085005
1302.79/1282.97	c cleaning 89963 clauses out of 180566 with flag 4176000/4176000
1344.77/1324.32	c cleaning 90970 clauses out of 182605 with flag 4268002/4268002
1374.22/1353.39	c cleaning 91955 clauses out of 184637 with flag 4361004/4361004
1410.60/1389.17	c cleaning 92802 clauses out of 186678 with flag 4455000/4455000
1446.47/1424.35	c cleaning 93973 clauses out of 188876 with flag 4550000/4550000
1491.21/1468.44	c cleaning 95075 clauses out of 190905 with flag 4646002/4646002
1527.81/1504.70	c cleaning 96180 clauses out of 192828 with flag 4743000/4743000
1561.27/1537.65	c cleaning 96859 clauses out of 194649 with flag 4841001/4841001
1597.70/1573.53	c cleaning 98071 clauses out of 196792 with flag 4940003/4940003
1646.01/1621.12	c cleaning 99096 clauses out of 198718 with flag 5040000/5040000
1686.69/1661.23	c cleaning 100131 clauses out of 200622 with flag 5141000/5141000
1724.76/1698.67	c cleaning 100968 clauses out of 202491 with flag 5243000/5243000
1766.75/1740.05	c cleaning 101826 clauses out of 204523 with flag 5346000/5346000
1800.10/1772.81	c starts		: 274
1800.10/1772.81	c conflicts		: 5434098
1800.10/1772.81	c decisions		: 28882640
1800.10/1772.81	c propagations		: 1726620984
1800.10/1772.81	c inspects		: 12320248947
1800.10/1772.81	c shortcuts		: 0
1800.10/1772.81	c learnt literals	: 42
1800.10/1772.81	c learnt binary clauses	: 83323
1800.10/1772.81	c learnt ternary clauses	: 103928
1800.10/1772.81	c learnt constraints	: 5434056
1800.10/1772.81	c ignored constraints	: 0
1800.10/1772.81	c root simplifications	: 0
1800.10/1772.81	c removed literals (reason simplification)	: 0
1800.10/1772.81	c reason swapping (by a shorter reason)	: 0
1800.10/1772.81	c Calls to reduceDB	: 99
1800.10/1772.81	c number of reductions to clauses (during analyze)	: 0
1800.10/1772.81	c number of learned constraints concerned by reduction	: 0
1800.10/1772.81	c number of learning phase by resolution	: 0
1800.10/1772.81	c number of learning phase by cutting planes	: 0
1800.10/1772.81	c speed (assignments/second)	: 974156.9041528391
1800.10/1772.81	c non guided choices	4671
1800.10/1772.86	c learnt constraints type 
1800.10/1772.86	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 83323
1800.10/1772.86	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 107554
1800.10/1772.86	c constraints type 
1800.10/1772.86	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4717
1800.10/1772.86	c org.sat4j.minisat.constraints.card.MinWatchCard => 84
1800.10/1772.86	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1800.10/1772.86	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1079
1800.10/1772.86	c 5882 constraints processed.
1800.10/1772.86	s UNKNOWN
1800.10/1772.86	c Total wall clock time (in seconds): 1772.742

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-3689615-1337891783/watcher-3689615-1337891783 -o /tmp/evaluation-result-3689615-1337891783/solver-3689615-1337891783 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3689615-1337891783.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: 2.66 2.33 2.12 3/193 26404
/proc/meminfo: memFree=24772824/32873648 swapFree=6844/6844
[pid=26404] ppid=26402 vsize=2500 CPUtime=0 cores=0,2,4,6
/proc/26404/stat : 26404 (java) D 26402 26404 23338 0 -1 4202496 93 0 0 0 0 0 0 0 20 0 1 0 255304158 2560000 45 33554432000 1073741824 1073778376 140733813175104 140733813172232 259103223079 0 0 4096 0 18446744072100588836 0 0 17 0 0 0 0 0 0
/proc/26404/statm: 625 45 37 9 0 29 0

[startup+0.033739 s]
/proc/loadavg: 2.66 2.33 2.12 3/193 26404
/proc/meminfo: memFree=24772824/32873648 swapFree=6844/6844
[pid=26404] ppid=26402 vsize=9016616 CPUtime=0 cores=0,2,4,6
/proc/26404/stat : 26404 (java) S 26402 26404 23338 0 -1 4202496 2703 0 1 0 0 0 0 0 20 0 10 0 255304158 9233014784 2891 33554432000 1073741824 1073778376 140736426346224 140736426337360 259115745341 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26404/statm: 2254154 2902 1473 9 0 2244855 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9016616

[startup+0.100227 s]
/proc/loadavg: 2.66 2.33 2.12 3/193 26404
/proc/meminfo: memFree=24772824/32873648 swapFree=6844/6844
[pid=26404] ppid=26402 vsize=9558412 CPUtime=0.07 cores=0,2,4,6
/proc/26404/stat : 26404 (java) S 26402 26404 23338 0 -1 4202496 4237 0 1 0 7 0 0 0 20 0 18 0 255304158 9787813888 4914 33554432000 1073741824 1073778376 140736426346224 140736426337360 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26404/statm: 2389603 4914 2080 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558412

[startup+0.30019 s]
/proc/loadavg: 2.66 2.33 2.12 3/193 26404
/proc/meminfo: memFree=24772824/32873648 swapFree=6844/6844
[pid=26404] ppid=26402 vsize=9558412 CPUtime=0.53 cores=0,2,4,6
/proc/26404/stat : 26404 (java) S 26402 26404 23338 0 -1 4202496 7267 0 1 0 52 1 0 0 20 0 18 0 255304158 9787813888 9400 33554432000 1073741824 1073778376 140736426346224 140736426337360 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26404/statm: 2389603 9400 2220 9 0 2380296 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 9558412

[startup+0.70017 s]
/proc/loadavg: 2.66 2.33 2.12 3/193 26404
/proc/meminfo: memFree=24772824/32873648 swapFree=6844/6844
[pid=26404] ppid=26402 vsize=9624976 CPUtime=1.35 cores=0,2,4,6
/proc/26404/stat : 26404 (java) S 26402 26404 23338 0 -1 4202496 9093 0 1 0 133 2 0 0 20 0 19 0 255304158 9855975424 14527 33554432000 1073741824 1073778376 140736426346224 140736426337360 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26404/statm: 2406244 14527 2247 9 0 2396937 0
Current children cumulated CPU time (s) 1.35
Current children cumulated vsize (KiB) 9624976

[startup+1.5013 s]
/proc/loadavg: 2.66 2.33 2.12 3/212 26423
/proc/meminfo: memFree=24721208/32873648 swapFree=6844/6844
[pid=26404] ppid=26402 vsize=9624976 CPUtime=2.34 cores=0,2,4,6
/proc/26404/stat : 26404 (java) S 26402 26404 23338 0 -1 4202496 10070 0 1 0 232 2 0 0 20 0 19 0 255304158 9855975424 18292 33554432000 1073741824 1073778376 140736426346224 140736426337360 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26404/statm: 2406244 18292 2275 9 0 2396937 0
[pid=26404/tid=26406] ppid=26402 vsize=9624976 CPUtime=1.43 cores=0,2,4,6
/proc/26404/task/26406/stat : 26406 (java) R 26402 26404 23338 0 -1 4202560 2539 0 1 0 143 0 0 0 20 0 19 0 255304160 9855975424 18292 33554432000 1073741824 1073778376 140736426346224 140246312870824 140246253009195 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26404/tid=26407] ppid=26402 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26404/task/26407/stat : 26407 (java) S 26402 26404 23338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255304161 9855975424 18292 33554432000 1073741824 1073778376 140736426346224 140246156786216 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26404/tid=26408] ppid=26402 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26404/task/26408/stat : 26408 (java) S 26402 26404 23338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255304161 9855975424 18292 33554432000 1073741824 1073778376 140736426346224 140246155733416 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26404/tid=26409] ppid=26402 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26404/task/26409/stat : 26409 (java) S 26402 26404 23338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255304161 9855975424 18292 33554432000 1073741824 1073778376 140736426346224 140246154680616 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26404/tid=26410] ppid=26402 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26404/task/26410/stat : 26410 (java) S 26402 26404 23338 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 255304161 9855975424 18292 33554432000 1073741824 1073778376 140736426346224 140246153627816 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26404/tid=26411] ppid=26402 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26404/task/26411/stat : 26411 (java) S 26402 26404 23338 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 255304161 9855975424 18292 33554432000 1073741824 1073778376 140736426346224 140246152576040 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26404/tid=26412] ppid=26402 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26404/task/26412/stat : 26412 (java) S 26402 26404 23338 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 255304161 9855975424 18292 33554432000 1073741824 1073778376 140736426346224 140246151523240 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26404/tid=26413] ppid=26402 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26404/task/26413/stat : 26413 (java) S 26402 26404 23338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255304161 9855975424 18292 33554432000 1073741824 1073778376 140736426346224 140246150470440 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26404/tid=26414] ppid=26402 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26404/task/26414/stat : 26414 (java) S 26402 26404 23338 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 255304161 9855975424 18292 33554432000 1073741824 1073778376 140736426346224 140246149417640 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26404/tid=26415] ppid=26402 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26404/task/26415/stat : 26415 (java) S 26402 26404 23338 0 -1 4202560 31 0 0 0 0 0 0 0 20 0 19 0 255304162 9855975424 18292 33554432000 1073741824 1073778376 140736426346224 140246137006568 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26404/tid=26416] ppid=26402 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26404/task/26416/stat : 26416 (java) S 26402 26404 23338 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255304162 9855975424 18292 33554432000 1073741824 1073778376 140736426346224 140246135952632 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26404/tid=26417] ppid=26402 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26404/task/26417/stat : 26417 (java) S 26402 26404 23338 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255304163 9855975424 18292 33554432000 1073741824 1073778376 140736426346224 140246134899720 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26404/tid=26418] ppid=26402 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26404/task/26418/stat : 26418 (java) S 26402 26404 23338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255304165 9855975424 18292 33554432000 1073741824 1073778376 140736426346224 140246133848208 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26404/tid=26419] ppid=26402 vsize=9624976 CPUtime=0.33 cores=0,2,4,6
/proc/26404/task/26419/stat : 26419 (java) S 26402 26404 23338 0 -1 4202560 2441 0 0 0 33 0 0 0 20 0 19 0 255304165 9855975424 18292 33554432000 1073741824 1073778376 140736426346224 140246132796344 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26404/tid=26420] ppid=26402 vsize=9624976 CPUtime=0.51 cores=0,2,4,6
/proc/26404/task/26420/stat : 26420 (java) S 26402 26404 23338 0 -1 4202560 3846 0 0 0 51 0 0 0 20 0 19 0 255304165 9855975424 18292 33554432000 1073741824 1073778376 140736426346224 140246131743544 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26404/tid=26421] ppid=26402 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26404/task/26421/stat : 26421 (java) S 26402 26404 23338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255304165 9855975424 18292 33554432000 1073741824 1073778376 140736426346224 140246130690936 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26404/tid=26422] ppid=26402 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26404/task/26422/stat : 26422 (java) S 26402 26404 23338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255304165 9855975424 18292 33554432000 1073741824 1073778376 140736426346224 140246129638344 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26404/tid=26423] ppid=26402 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26404/task/26423/stat : 26423 (java) S 26402 26404 23338 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255304197 9855975424 18292 33554432000 1073741824 1073778376 140736426346224 140246128583848 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.34
Current children cumulated vsize (KiB) 9624976

[startup+3.10067 s]
/proc/loadavg: 2.66 2.33 2.12 10/212 26423
/proc/meminfo: memFree=24703204/32873648 swapFree=6844/6844
[pid=26404] ppid=26402 vsize=9624976 CPUtime=3.98 cores=0,2,4,6
/proc/26404/stat : 26404 (java) S 26402 26404 23338 0 -1 4202496 10131 0 1 0 396 2 0 0 20 0 19 0 255304158 9855975424 19866 33554432000 1073741824 1073778376 140736426346224 140736426337360 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26404/statm: 2406244 19866 2275 9 0 2396937 0
[pid=26404/tid=26406] ppid=26402 vsize=9624976 CPUtime=2.99 cores=0,2,4,6
/proc/26404/task/26406/stat : 26406 (java) R 26402 26404 23338 0 -1 4202560 2540 0 1 0 299 0 0 0 20 0 19 0 255304160 9855975424 19866 33554432000 1073741824 1073778376 140736426346224 140246312874232 140246253233325 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26404/tid=26407] ppid=26402 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26404/task/26407/stat : 26407 (java) S 26402 26404 23338 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 255304161 9855975424 19866 33554432000 1073741824 1073778376 140736426346224 140246156786216 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26404/tid=26408] ppid=26402 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26404/task/26408/stat : 26408 (java) S 26402 26404 23338 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 255304161 9855975424 19866 33554432000 1073741824 1073778376 140736426346224 140246155733416 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26404/tid=26409] ppid=26402 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26404/task/26409/stat : 26409 (java) S 26402 26404 23338 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 255304161 9855975424 19866 33554432000 1073741824 1073778376 140736426346224 140246154680616 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26404/tid=26410] ppid=26402 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26404/task/26410/stat : 26410 (java) S 26402 26404 23338 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255304161 9855975424 19866 33554432000 1073741824 1073778376 140736426346224 140246153627816 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26404/tid=26411] ppid=26402 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26404/task/26411/stat : 26411 (java) S 26402 26404 23338 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 255304161 9855975424 19866 33554432000 1073741824 1073778376 140736426346224 140246152576040 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26404/tid=26412] ppid=26402 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26404/task/26412/stat : 26412 (java) S 26402 26404 23338 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 255304161 9855975424 19866 33554432000 1073741824 1073778376 140736426346224 140246151523240 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26404/tid=26413] ppid=26402 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26404/task/26413/stat : 26413 (java) S 26402 26404 23338 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255304161 9855975424 19866 33554432000 1073741824 1073778376 140736426346224 140246150470440 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26404/tid=26414] ppid=26402 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26404/task/26414/stat : 26414 (java) S 26402 26404 23338 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 255304161 9855975424 19866 33554432000 1073741824 1073778376 140736426346224 140246149417640 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26404/tid=26415] ppid=26402 vsize=9624976 CPUtime=0.03 cores=0,2,4,6
/proc/26404/task/26415/stat : 26415 (java) S 26402 26404 23338 0 -1 4202560 32 0 0 0 3 0 0 0 20 0 19 0 255304162 9855975424 19866 33554432000 1073741824 1073778376 140736426346224 140246137006568 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26404/tid=26416] ppid=26402 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26404/task/26416/stat : 26416 (java) S 26402 26404 23338 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255304162 9855975424 19866 33554432000 1073741824 1073778376 140736426346224 140246135952632 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26404/tid=26417] ppid=26402 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26404/task/26417/stat : 26417 (java) S 26402 26404 23338 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255304163 9855975424 19866 33554432000 1073741824 1073778376 140736426346224 140246134899720 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26404/tid=26418] ppid=26402 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26404/task/26418/stat : 26418 (java) S 26402 26404 23338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255304165 9855975424 19866 33554432000 1073741824 1073778376 140736426346224 140246133848208 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26404/tid=26419] ppid=26402 vsize=9624976 CPUtime=0.35 cores=0,2,4,6
/proc/26404/task/26419/stat : 26419 (java) S 26402 26404 23338 0 -1 4202560 2480 0 0 0 35 0 0 0 20 0 19 0 255304165 9855975424 19866 33554432000 1073741824 1073778376 140736426346224 140246132796344 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26404/tid=26420] ppid=26402 vsize=9624976 CPUtime=0.53 cores=0,2,4,6
/proc/26404/task/26420/stat : 26420 (java) S 26402 26404 23338 0 -1 4202560 3849 0 0 0 53 0 0 0 20 0 19 0 255304165 9855975424 19866 33554432000 1073741824 1073778376 140736426346224 140246131743544 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26404/tid=26421] ppid=26402 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26404/task/26421/stat : 26421 (java) S 26402 26404 23338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255304165 9855975424 19866 33554432000 1073741824 1073778376 140736426346224 140246130690936 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26404/tid=26422] ppid=26402 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26404/task/26422/stat : 26422 (java) S 26402 26404 23338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255304165 9855975424 19866 33554432000 1073741824 1073778376 140736426346224 140246129638344 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26404/tid=26423] ppid=26402 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26404/task/26423/stat : 26423 (java) S 26402 26404 23338 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255304197 9855975424 19866 33554432000 1073741824 1073778376 140736426346224 140246128583848 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 3.98
Current children cumulated vsize (KiB) 9624976

[startup+6.30065 s]
/proc/loadavg: 2.61 2.32 2.12 3/212 26423
/proc/meminfo: memFree=24698024/32873648 swapFree=6844/6844
[pid=26404] ppid=26402 vsize=9624976 CPUtime=7.24 cores=0,2,4,6
/proc/26404/stat : 26404 (java) S 26402 26404 23338 0 -1 4202496 10153 0 1 0 721 3 0 0 20 0 19 0 255304158 9855975424 20488 33554432000 1073741824 1073778376 140736426346224 140736426337360 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26404/statm: 2406244 20488 2275 9 0 2396937 0
[pid=26404/tid=26406] ppid=26402 vsize=9624976 CPUtime=6.15 cores=0,2,4,6
/proc/26404/task/26406/stat : 26406 (java) R 26402 26404 23338 0 -1 4202560 2542 0 1 0 615 0 0 0 20 0 19 0 255304160 9855975424 20488 33554432000 1073741824 1073778376 140736426346224 140246312874272 140246253258336 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26404/tid=26407] ppid=26402 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26404/task/26407/stat : 26407 (java) S 26402 26404 23338 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255304161 9855975424 20488 33554432000 1073741824 1073778376 140736426346224 140246156786216 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26404/tid=26408] ppid=26402 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26404/task/26408/stat : 26408 (java) S 26402 26404 23338 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 255304161 9855975424 20488 33554432000 1073741824 1073778376 140736426346224 140246155733416 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26404/tid=26409] ppid=26402 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26404/task/26409/stat : 26409 (java) S 26402 26404 23338 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 255304161 9855975424 20488 33554432000 1073741824 1073778376 140736426346224 140246154680616 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26404/tid=26410] ppid=26402 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26404/task/26410/stat : 26410 (java) S 26402 26404 23338 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255304161 9855975424 20488 33554432000 1073741824 1073778376 140736426346224 140246153627816 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26404/tid=26411] ppid=26402 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26404/task/26411/stat : 26411 (java) S 26402 26404 23338 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 255304161 9855975424 20488 33554432000 1073741824 1073778376 140736426346224 140246152576040 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26404/tid=26412] ppid=26402 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26404/task/26412/stat : 26412 (java) S 26402 26404 23338 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255304161 9855975424 20488 33554432000 1073741824 1073778376 140736426346224 140246151523240 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26404/tid=26413] ppid=26402 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26404/task/26413/stat : 26413 (java) S 26402 26404 23338 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 255304161 9855975424 20488 33554432000 1073741824 1073778376 140736426346224 140246150470440 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26404/tid=26414] ppid=26402 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26404/task/26414/stat : 26414 (java) S 26402 26404 23338 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 255304161 9855975424 20488 33554432000 1073741824 1073778376 140736426346224 140246149417640 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26404/tid=26415] ppid=26402 vsize=9624976 CPUtime=0.06 cores=0,2,4,6
/proc/26404/task/26415/stat : 26415 (java) S 26402 26404 23338 0 -1 4202560 32 0 0 0 6 0 0 0 20 0 19 0 255304162 9855975424 20488 33554432000 1073741824 1073778376 140736426346224 140246137006568 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26404/tid=26416] ppid=26402 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26404/task/26416/stat : 26416 (java) S 26402 26404 23338 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255304162 9855975424 20488 33554432000 1073741824 1073778376 140736426346224 140246135952632 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26404/tid=26417] ppid=26402 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26404/task/26417/stat : 26417 (java) S 26402 26404 23338 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255304163 9855975424 20488 33554432000 1073741824 1073778376 140736426346224 140246134899720 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26404/tid=26418] ppid=26402 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26404/task/26418/stat : 26418 (java) S 26402 26404 23338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255304165 9855975424 20488 33554432000 1073741824 1073778376 140736426346224 140246133848208 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26404/tid=26419] ppid=26402 vsize=9624976 CPUtime=0.35 cores=0,2,4,6
/proc/26404/task/26419/stat : 26419 (java) S 26402 26404 23338 0 -1 4202560 2481 0 0 0 35 0 0 0 20 0 19 0 255304165 9855975424 20488 33554432000 1073741824 1073778376 140736426346224 140246132796344 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26404/tid=26420] ppid=26402 vsize=9624976 CPUtime=0.57 cores=0,2,4,6
/proc/26404/task/26420/stat : 26420 (java) S 26402 26404 23338 0 -1 4202560 3857 0 0 0 57 0 0 0 20 0 19 0 255304165 9855975424 20488 33554432000 1073741824 1073778376 140736426346224 140246131743544 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26404/tid=26421] ppid=26402 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26404/task/26421/stat : 26421 (java) S 26402 26404 23338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255304165 9855975424 20488 33554432000 1073741824 1073778376 140736426346224 140246130690936 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26404/tid=26422] ppid=26402 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26404/task/26422/stat : 26422 (java) S 26402 26404 23338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255304165 9855975424 20488 33554432000 1073741824 1073778376 140736426346224 140246129638344 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26404/tid=26423] ppid=26402 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26404/task/26423/stat : 26423 (java) S 26402 26404 23338 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255304197 9855975424 20488 33554432000 1073741824 1073778376 140736426346224 140246128583848 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.24
Current children cumulated vsize (KiB) 9624976

[startup+12.7007 s]

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

[pid=26404/tid=26419] ppid=26402 vsize=9624976 CPUtime=0.36 cores=0,2,4,6
/proc/26404/task/26419/stat : 26419 (java) S 26402 26404 23338 0 -1 4202560 2484 0 0 0 36 0 0 0 20 0 19 0 255304165 9855975424 131905 33554432000 1073741824 1073778376 140736426346224 140246132796344 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26404/tid=26420] ppid=26402 vsize=9624976 CPUtime=0.57 cores=0,2,4,6
/proc/26404/task/26420/stat : 26420 (java) S 26402 26404 23338 0 -1 4202560 3857 0 0 0 57 0 0 0 20 0 19 0 255304165 9855975424 131905 33554432000 1073741824 1073778376 140736426346224 140246131743544 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26404/tid=26421] ppid=26402 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26404/task/26421/stat : 26421 (java) S 26402 26404 23338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255304165 9855975424 131905 33554432000 1073741824 1073778376 140736426346224 140246130690936 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26404/tid=26422] ppid=26402 vsize=9624976 CPUtime=0.5 cores=0,2,4,6
/proc/26404/task/26422/stat : 26422 (java) S 26402 26404 23338 0 -1 4202560 91 0 0 0 27 23 0 0 20 0 19 0 255304165 9855975424 131905 33554432000 1073741824 1073778376 140736426346224 140246129638344 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26404/tid=26423] ppid=26402 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26404/task/26423/stat : 26423 (java) S 26402 26404 23338 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255304197 9855975424 131905 33554432000 1073741824 1073778376 140736426346224 140246128583848 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1626.97
Current children cumulated vsize (KiB) 9624976

[startup+1662.3 s]
/proc/loadavg: 1.99 2.11 2.18 3/213 26519
/proc/meminfo: memFree=25671140/32873648 swapFree=6844/6844
[pid=26404] ppid=26402 vsize=9624976 CPUtime=1687.82 cores=0,2,4,6
/proc/26404/stat : 26404 (java) S 26402 26404 23338 0 -1 4202496 29470 0 1 0 168664 118 0 0 20 0 19 0 255304158 9855975424 131999 33554432000 1073741824 1073778376 140736426346224 140736426337360 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26404/statm: 2406244 131999 2276 9 0 2396937 0
[pid=26404/tid=26406] ppid=26402 vsize=9624976 CPUtime=1643.88 cores=0,2,4,6
/proc/26404/task/26406/stat : 26406 (java) R 26402 26404 23338 0 -1 4202560 3088 0 1 0 164360 28 0 0 20 0 19 0 255304160 9855975424 131999 33554432000 1073741824 1073778376 140736426346224 140246312874272 140246253186559 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=26404/tid=26407] ppid=26402 vsize=9624976 CPUtime=4.33 cores=0,2,4,6
/proc/26404/task/26407/stat : 26407 (java) S 26402 26404 23338 0 -1 4202560 2592 0 0 0 422 11 0 0 20 0 19 0 255304161 9855975424 131999 33554432000 1073741824 1073778376 140736426346224 140246156786216 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26404/tid=26408] ppid=26402 vsize=9624976 CPUtime=4.35 cores=0,2,4,6
/proc/26404/task/26408/stat : 26408 (java) S 26402 26404 23338 0 -1 4202560 2904 0 0 0 423 12 0 0 20 0 19 0 255304161 9855975424 131999 33554432000 1073741824 1073778376 140736426346224 140246155733416 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26404/tid=26409] ppid=26402 vsize=9624976 CPUtime=4.22 cores=0,2,4,6
/proc/26404/task/26409/stat : 26409 (java) S 26402 26404 23338 0 -1 4202560 2003 0 0 0 412 10 0 0 20 0 19 0 255304161 9855975424 131999 33554432000 1073741824 1073778376 140736426346224 140246154680616 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26404/tid=26410] ppid=26402 vsize=9624976 CPUtime=4.1 cores=0,2,4,6
/proc/26404/task/26410/stat : 26410 (java) S 26402 26404 23338 0 -1 4202560 1316 0 0 0 399 11 0 0 20 0 19 0 255304161 9855975424 131999 33554432000 1073741824 1073778376 140736426346224 140246153627816 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26404/tid=26411] ppid=26402 vsize=9624976 CPUtime=4.27 cores=0,2,4,6
/proc/26404/task/26411/stat : 26411 (java) S 26402 26404 23338 0 -1 4202560 3060 0 0 0 415 12 0 0 20 0 19 0 255304161 9855975424 131999 33554432000 1073741824 1073778376 140736426346224 140246152576040 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26404/tid=26412] ppid=26402 vsize=9624976 CPUtime=4.34 cores=0,2,4,6
/proc/26404/task/26412/stat : 26412 (java) S 26402 26404 23338 0 -1 4202560 2086 0 0 0 423 11 0 0 20 0 19 0 255304161 9855975424 131999 33554432000 1073741824 1073778376 140736426346224 140246151523240 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26404/tid=26413] ppid=26402 vsize=9624976 CPUtime=4.24 cores=0,2,4,6
/proc/26404/task/26413/stat : 26413 (java) S 26402 26404 23338 0 -1 4202560 1857 0 0 0 412 12 0 0 20 0 19 0 255304161 9855975424 131999 33554432000 1073741824 1073778376 140736426346224 140246150470440 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26404/tid=26414] ppid=26402 vsize=9624976 CPUtime=4.26 cores=0,2,4,6
/proc/26404/task/26414/stat : 26414 (java) S 26402 26404 23338 0 -1 4202560 2257 0 0 0 414 12 0 0 20 0 19 0 255304161 9855975424 131999 33554432000 1073741824 1073778376 140736426346224 140246149417640 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26404/tid=26415] ppid=26402 vsize=9624976 CPUtime=4.27 cores=0,2,4,6
/proc/26404/task/26415/stat : 26415 (java) S 26402 26404 23338 0 -1 4202560 686 0 0 0 420 7 0 0 20 0 19 0 255304162 9855975424 131999 33554432000 1073741824 1073778376 140736426346224 140246137006568 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26404/tid=26416] ppid=26402 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26404/task/26416/stat : 26416 (java) S 26402 26404 23338 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255304162 9855975424 131999 33554432000 1073741824 1073778376 140736426346224 140246135952632 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26404/tid=26417] ppid=26402 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26404/task/26417/stat : 26417 (java) S 26402 26404 23338 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255304163 9855975424 131999 33554432000 1073741824 1073778376 140736426346224 140246134899720 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26404/tid=26418] ppid=26402 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26404/task/26418/stat : 26418 (java) S 26402 26404 23338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255304165 9855975424 131999 33554432000 1073741824 1073778376 140736426346224 140246133848208 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26404/tid=26419] ppid=26402 vsize=9624976 CPUtime=0.36 cores=0,2,4,6
/proc/26404/task/26419/stat : 26419 (java) S 26402 26404 23338 0 -1 4202560 2484 0 0 0 36 0 0 0 20 0 19 0 255304165 9855975424 131999 33554432000 1073741824 1073778376 140736426346224 140246132796344 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26404/tid=26420] ppid=26402 vsize=9624976 CPUtime=0.57 cores=0,2,4,6
/proc/26404/task/26420/stat : 26420 (java) S 26402 26404 23338 0 -1 4202560 3857 0 0 0 57 0 0 0 20 0 19 0 255304165 9855975424 131999 33554432000 1073741824 1073778376 140736426346224 140246131743544 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26404/tid=26421] ppid=26402 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26404/task/26421/stat : 26421 (java) S 26402 26404 23338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255304165 9855975424 131999 33554432000 1073741824 1073778376 140736426346224 140246130690936 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26404/tid=26422] ppid=26402 vsize=9624976 CPUtime=0.51 cores=0,2,4,6
/proc/26404/task/26422/stat : 26422 (java) S 26402 26404 23338 0 -1 4202560 94 0 0 0 28 23 0 0 20 0 19 0 255304165 9855975424 131999 33554432000 1073741824 1073778376 140736426346224 140246129638344 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26404/tid=26423] ppid=26402 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26404/task/26423/stat : 26423 (java) S 26402 26404 23338 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255304197 9855975424 131999 33554432000 1073741824 1073778376 140736426346224 140246128583848 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1687.82
Current children cumulated vsize (KiB) 9624976

[startup+1722.3 s]
/proc/loadavg: 1.99 2.08 2.16 3/213 26519
/proc/meminfo: memFree=25625840/32873648 swapFree=6844/6844
[pid=26404] ppid=26402 vsize=9624976 CPUtime=1748.73 cores=0,2,4,6
/proc/26404/stat : 26404 (java) S 26402 26404 23338 0 -1 4202496 29541 0 1 0 174753 120 0 0 20 0 19 0 255304158 9855975424 132499 33554432000 1073741824 1073778376 140736426346224 140736426337360 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26404/statm: 2406244 132499 2276 9 0 2396937 0
[pid=26404/tid=26406] ppid=26402 vsize=9624976 CPUtime=1703.32 cores=0,2,4,6
/proc/26404/task/26406/stat : 26406 (java) R 26402 26404 23338 0 -1 4202560 3101 0 1 0 170303 29 0 0 20 0 19 0 255304160 9855975424 132499 33554432000 1073741824 1073778376 140736426346224 140246312873312 140246253248537 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=26404/tid=26407] ppid=26402 vsize=9624976 CPUtime=4.47 cores=0,2,4,6
/proc/26404/task/26407/stat : 26407 (java) S 26402 26404 23338 0 -1 4202560 2598 0 0 0 436 11 0 0 20 0 19 0 255304161 9855975424 132499 33554432000 1073741824 1073778376 140736426346224 140246156786216 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26404/tid=26408] ppid=26402 vsize=9624976 CPUtime=4.47 cores=0,2,4,6
/proc/26404/task/26408/stat : 26408 (java) S 26402 26404 23338 0 -1 4202560 2911 0 0 0 435 12 0 0 20 0 19 0 255304161 9855975424 132499 33554432000 1073741824 1073778376 140736426346224 140246155733416 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26404/tid=26409] ppid=26402 vsize=9624976 CPUtime=4.39 cores=0,2,4,6
/proc/26404/task/26409/stat : 26409 (java) S 26402 26404 23338 0 -1 4202560 2004 0 0 0 429 10 0 0 20 0 19 0 255304161 9855975424 132499 33554432000 1073741824 1073778376 140736426346224 140246154680616 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26404/tid=26410] ppid=26402 vsize=9624976 CPUtime=4.24 cores=0,2,4,6
/proc/26404/task/26410/stat : 26410 (java) S 26402 26404 23338 0 -1 4202560 1321 0 0 0 413 11 0 0 20 0 19 0 255304161 9855975424 132499 33554432000 1073741824 1073778376 140736426346224 140246153627816 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26404/tid=26411] ppid=26402 vsize=9624976 CPUtime=4.44 cores=0,2,4,6
/proc/26404/task/26411/stat : 26411 (java) S 26402 26404 23338 0 -1 4202560 3068 0 0 0 432 12 0 0 20 0 19 0 255304161 9855975424 132499 33554432000 1073741824 1073778376 140736426346224 140246152576040 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26404/tid=26412] ppid=26402 vsize=9624976 CPUtime=4.52 cores=0,2,4,6
/proc/26404/task/26412/stat : 26412 (java) S 26402 26404 23338 0 -1 4202560 2088 0 0 0 441 11 0 0 20 0 19 0 255304161 9855975424 132499 33554432000 1073741824 1073778376 140736426346224 140246151523240 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26404/tid=26413] ppid=26402 vsize=9624976 CPUtime=4.39 cores=0,2,4,6
/proc/26404/task/26413/stat : 26413 (java) S 26402 26404 23338 0 -1 4202560 1858 0 0 0 427 12 0 0 20 0 19 0 255304161 9855975424 132499 33554432000 1073741824 1073778376 140736426346224 140246150470440 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26404/tid=26414] ppid=26402 vsize=9624976 CPUtime=4.43 cores=0,2,4,6
/proc/26404/task/26414/stat : 26414 (java) S 26402 26404 23338 0 -1 4202560 2267 0 0 0 431 12 0 0 20 0 19 0 255304161 9855975424 132499 33554432000 1073741824 1073778376 140736426346224 140246149417640 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26404/tid=26415] ppid=26402 vsize=9624976 CPUtime=4.34 cores=0,2,4,6
/proc/26404/task/26415/stat : 26415 (java) S 26402 26404 23338 0 -1 4202560 700 0 0 0 427 7 0 0 20 0 19 0 255304162 9855975424 132499 33554432000 1073741824 1073778376 140736426346224 140246137006568 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26404/tid=26416] ppid=26402 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26404/task/26416/stat : 26416 (java) S 26402 26404 23338 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255304162 9855975424 132499 33554432000 1073741824 1073778376 140736426346224 140246135952632 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26404/tid=26417] ppid=26402 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26404/task/26417/stat : 26417 (java) S 26402 26404 23338 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255304163 9855975424 132499 33554432000 1073741824 1073778376 140736426346224 140246134899720 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26404/tid=26418] ppid=26402 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26404/task/26418/stat : 26418 (java) S 26402 26404 23338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255304165 9855975424 132499 33554432000 1073741824 1073778376 140736426346224 140246133848208 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26404/tid=26419] ppid=26402 vsize=9624976 CPUtime=0.36 cores=0,2,4,6
/proc/26404/task/26419/stat : 26419 (java) S 26402 26404 23338 0 -1 4202560 2484 0 0 0 36 0 0 0 20 0 19 0 255304165 9855975424 132499 33554432000 1073741824 1073778376 140736426346224 140246132796344 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26404/tid=26420] ppid=26402 vsize=9624976 CPUtime=0.57 cores=0,2,4,6
/proc/26404/task/26420/stat : 26420 (java) S 26402 26404 23338 0 -1 4202560 3857 0 0 0 57 0 0 0 20 0 19 0 255304165 9855975424 132499 33554432000 1073741824 1073778376 140736426346224 140246131743544 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26404/tid=26421] ppid=26402 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26404/task/26421/stat : 26421 (java) S 26402 26404 23338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255304165 9855975424 132499 33554432000 1073741824 1073778376 140736426346224 140246130690936 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26404/tid=26422] ppid=26402 vsize=9624976 CPUtime=0.54 cores=0,2,4,6
/proc/26404/task/26422/stat : 26422 (java) S 26402 26404 23338 0 -1 4202560 98 0 0 0 29 25 0 0 20 0 19 0 255304165 9855975424 132499 33554432000 1073741824 1073778376 140736426346224 140246129638344 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26404/tid=26423] ppid=26402 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26404/task/26423/stat : 26423 (java) S 26402 26404 23338 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255304197 9855975424 132499 33554432000 1073741824 1073778376 140736426346224 140246128583848 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1748.73
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1772.8 s]
/proc/loadavg: 1.99 2.07 2.15 3/213 26520
/proc/meminfo: memFree=25623428/32873648 swapFree=6844/6844
[pid=26404] ppid=26402 vsize=9624976 CPUtime=1800.1 cores=0,2,4,6
/proc/26404/stat : 26404 (java) S 26402 26404 23338 0 -1 4202496 29595 0 1 0 179889 121 0 0 20 0 19 0 255304158 9855975424 133034 33554432000 1073741824 1073778376 140736426346224 140736426337360 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26404/statm: 2406244 133034 2276 9 0 2396937 0
[pid=26404/tid=26406] ppid=26402 vsize=9624976 CPUtime=1753.26 cores=0,2,4,6
/proc/26404/task/26406/stat : 26406 (java) R 26402 26404 23338 0 -1 4202560 3114 0 1 0 175296 30 0 0 20 0 19 0 255304160 9855975424 133034 33554432000 1073741824 1073778376 140736426346224 140246312873312 140246253187198 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26404/tid=26407] ppid=26402 vsize=9624976 CPUtime=4.66 cores=0,2,4,6
/proc/26404/task/26407/stat : 26407 (java) S 26402 26404 23338 0 -1 4202560 2611 0 0 0 455 11 0 0 20 0 19 0 255304161 9855975424 133034 33554432000 1073741824 1073778376 140736426346224 140246156786216 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26404/tid=26408] ppid=26402 vsize=9624976 CPUtime=4.64 cores=0,2,4,6
/proc/26404/task/26408/stat : 26408 (java) S 26402 26404 23338 0 -1 4202560 2924 0 0 0 452 12 0 0 20 0 19 0 255304161 9855975424 133034 33554432000 1073741824 1073778376 140736426346224 140246155733416 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26404/tid=26409] ppid=26402 vsize=9624976 CPUtime=4.51 cores=0,2,4,6
/proc/26404/task/26409/stat : 26409 (java) S 26402 26404 23338 0 -1 4202560 2004 0 0 0 441 10 0 0 20 0 19 0 255304161 9855975424 133034 33554432000 1073741824 1073778376 140736426346224 140246154680616 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26404/tid=26410] ppid=26402 vsize=9624976 CPUtime=4.39 cores=0,2,4,6
/proc/26404/task/26410/stat : 26410 (java) S 26402 26404 23338 0 -1 4202560 1325 0 0 0 427 12 0 0 20 0 19 0 255304161 9855975424 133034 33554432000 1073741824 1073778376 140736426346224 140246153627816 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26404/tid=26411] ppid=26402 vsize=9624976 CPUtime=4.57 cores=0,2,4,6
/proc/26404/task/26411/stat : 26411 (java) S 26402 26404 23338 0 -1 4202560 3069 0 0 0 445 12 0 0 20 0 19 0 255304161 9855975424 133034 33554432000 1073741824 1073778376 140736426346224 140246152576040 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26404/tid=26412] ppid=26402 vsize=9624976 CPUtime=4.64 cores=0,2,4,6
/proc/26404/task/26412/stat : 26412 (java) S 26402 26404 23338 0 -1 4202560 2089 0 0 0 453 11 0 0 20 0 19 0 255304161 9855975424 133034 33554432000 1073741824 1073778376 140736426346224 140246151523240 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26404/tid=26413] ppid=26402 vsize=9624976 CPUtime=4.52 cores=0,2,4,6
/proc/26404/task/26413/stat : 26413 (java) S 26402 26404 23338 0 -1 4202560 1858 0 0 0 440 12 0 0 20 0 19 0 255304161 9855975424 133034 33554432000 1073741824 1073778376 140736426346224 140246150470440 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26404/tid=26414] ppid=26402 vsize=9624976 CPUtime=4.59 cores=0,2,4,6
/proc/26404/task/26414/stat : 26414 (java) S 26402 26404 23338 0 -1 4202560 2267 0 0 0 447 12 0 0 20 0 19 0 255304161 9855975424 133034 33554432000 1073741824 1073778376 140736426346224 140246149417640 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26404/tid=26415] ppid=26402 vsize=9624976 CPUtime=4.44 cores=0,2,4,6
/proc/26404/task/26415/stat : 26415 (java) S 26402 26404 23338 0 -1 4202560 707 0 0 0 437 7 0 0 20 0 19 0 255304162 9855975424 133034 33554432000 1073741824 1073778376 140736426346224 140246137006568 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26404/tid=26416] ppid=26402 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26404/task/26416/stat : 26416 (java) S 26402 26404 23338 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255304162 9855975424 133034 33554432000 1073741824 1073778376 140736426346224 140246135952632 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26404/tid=26417] ppid=26402 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26404/task/26417/stat : 26417 (java) S 26402 26404 23338 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255304163 9855975424 133034 33554432000 1073741824 1073778376 140736426346224 140246134899720 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26404/tid=26418] ppid=26402 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26404/task/26418/stat : 26418 (java) S 26402 26404 23338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255304165 9855975424 133034 33554432000 1073741824 1073778376 140736426346224 140246133848208 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26404/tid=26419] ppid=26402 vsize=9624976 CPUtime=0.36 cores=0,2,4,6
/proc/26404/task/26419/stat : 26419 (java) S 26402 26404 23338 0 -1 4202560 2484 0 0 0 36 0 0 0 20 0 19 0 255304165 9855975424 133034 33554432000 1073741824 1073778376 140736426346224 140246132796344 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26404/tid=26420] ppid=26402 vsize=9624976 CPUtime=0.57 cores=0,2,4,6
/proc/26404/task/26420/stat : 26420 (java) S 26402 26404 23338 0 -1 4202560 3857 0 0 0 57 0 0 0 20 0 19 0 255304165 9855975424 133034 33554432000 1073741824 1073778376 140736426346224 140246131743544 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26404/tid=26421] ppid=26402 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26404/task/26421/stat : 26421 (java) S 26402 26404 23338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255304165 9855975424 133034 33554432000 1073741824 1073778376 140736426346224 140246130690936 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26404/tid=26422] ppid=26402 vsize=9624976 CPUtime=0.55 cores=0,2,4,6
/proc/26404/task/26422/stat : 26422 (java) S 26402 26404 23338 0 -1 4202560 100 0 0 0 29 26 0 0 20 0 19 0 255304165 9855975424 133034 33554432000 1073741824 1073778376 140736426346224 140246129638344 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26404/tid=26423] ppid=26402 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26404/task/26423/stat : 26423 (java) S 26402 26404 23338 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255304197 9855975424 133034 33554432000 1073741824 1073778376 140736426346224 140246128583848 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 9624976

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

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

Child status: 143

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

Real time (s): 1772.87
CPU time (s): 1800.1
CPU user time (s): 1798.89
CPU system time (s): 1.21
CPU usage (%): 101.536
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.41
system time used= 1.69174
maximum resident set size= 572396
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29755
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1680
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 53861
involuntary context switches= 72870

runsolver used 6.37203 second user time and 14.9617 second system time

The end

Launcher Data

Begin job on node124 at 2012-05-24 22:36:23
IDJOB=3689615
IDBENCH=90123
IDSOLVER=2269
FILE ID=node124/3689615-1337891783
RUNJOBID= node124-1337871881-23354
PBS_JOBID= 14620080
Free space on /tmp= 70912 MiB

SOLVER NAME= Sat 4j PB Resolution 2.3.2 Snapshot
BENCH NAME= PB12/normalized-PB12/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/normalized-TateBritain_K84.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3689615-1337891783/watcher-3689615-1337891783 -o /tmp/evaluation-result-3689615-1337891783/solver-3689615-1337891783 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3689615-1337891783.opb

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

MD5SUM BENCH= 895769e6300bec8b48d22e126916d397
RANDOM SEED=511522144

node124.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		: 2667.325
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	: 5334.65
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		: 2667.325
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	: 5385.03
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		: 2667.325
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	: 5385.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		: 2667.325
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	: 5357.53
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		: 2667.325
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	: 5385.03
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		: 2667.325
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	: 5385.04
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		: 2667.325
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	: 5385.03
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		: 2667.325
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	: 5385.03
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        24773088 kB
Buffers:          239260 kB
Cached:          2946240 kB
SwapCached:            0 kB
Active:          5367224 kB
Inactive:        1930992 kB
Active(anon):    4112544 kB
Inactive(anon):     2488 kB
Active(file):    1254680 kB
Inactive(file):  1928504 kB
Unevictable:        6844 kB
Mlocked:            6844 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               916 kB
Writeback:             4 kB
AnonPages:       4119076 kB
Mapped:            22560 kB
Shmem:               200 kB
Slab:             656388 kB
SReclaimable:     100344 kB
SUnreclaim:       556044 kB
KernelStack:        1584 kB
PageTables:        12172 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    4792268 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3932160 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= 71668 MiB
End job on node124 at 2012-05-24 23:05:58