Trace number 3689610

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 RES // CP 2.3.2 Snapshot? (TO) 1800.12 927.281

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/
normalized-TateBritain_K92.opb
MD5SUM21cc97db69195cd3dcf69a6d797764c1
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark900.986
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6256
Total number of constraints6442
Number of constraints which are clauses6350
Number of constraints which are cardinality constraints (but not clauses)92
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint92
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 93
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.01/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.01/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.08	c See www.sat4j.org for details.
0.01/0.08	c version 2.3.2.v20120418
0.01/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.01/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.01/0.08	c java.vm.version	19.1-b02
0.01/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.01/0.08	c sun.arch.data.model	64
0.01/0.08	c java.version		1.6.0_24
0.01/0.08	c os.name		Linux
0.01/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.01/0.08	c os.arch		amd64
0.01/0.08	c Free memory 		501472288
0.01/0.08	c Max memory 		7480803328
0.01/0.08	c Total memory 		504102912
0.01/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c c --- End Solver configuration ---
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@23174b07
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3689610-1337883597.opb
0.10/0.11	c reading problem ... 
0.81/0.45	c ... done. Wall clock time 0.336s.
0.81/0.45	c declared #vars     6256
0.81/0.45	c #constraints  6442
0.81/0.45	c constraints type 
0.81/0.45	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5165
0.81/0.45	c org.sat4j.minisat.constraints.card.MinWatchCard => 92
0.81/0.45	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1.14/0.54	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1183
1.14/0.54	c 6442 constraints processed.
1.14/0.54	c constraints type 
1.14/0.54	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1183
1.14/0.54	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 5165
1.14/0.54	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 92
1.14/0.54	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
1.14/0.54	c 6442 constraints processed.
4.81/1.66	c cleaning 2450 clauses out of 4989 with flag 5001/5001
7.12/2.74	c cleaning 4258 clauses out of 8533 with flag 11001/11001
9.62/3.95	c cleaning 5618 clauses out of 11272 with flag 18001/18001
12.64/5.43	c cleaning 6773 clauses out of 13652 with flag 26000/26000
15.82/7.07	c cleaning 7890 clauses out of 15876 with flag 35001/35001
20.15/9.21	c cleaning 8887 clauses out of 17985 with flag 45000/45000
24.30/11.35	c cleaning 9941 clauses out of 20096 with flag 56000/56000
29.21/13.85	c cleaning 10977 clauses out of 22155 with flag 68000/68000
36.47/17.51	c cleaning 12005 clauses out of 24178 with flag 81001/81001
43.23/20.93	c cleaning 12999 clauses out of 26172 with flag 95000/95000
49.50/24.15	c cleaning 13912 clauses out of 28172 with flag 110001/110001
55.74/27.38	c cleaning 14977 clauses out of 30259 with flag 126000/126000
63.05/31.13	c cleaning 16129 clauses out of 32282 with flag 143001/143001
71.46/35.42	c cleaning 16987 clauses out of 34152 with flag 161002/161002
79.67/39.69	c cleaning 18047 clauses out of 36163 with flag 180000/180000
89.43/44.61	c cleaning 18944 clauses out of 38116 with flag 200000/200000
99.45/49.86	c cleaning 19766 clauses out of 40172 with flag 221000/221000
115.47/58.00	c cleaning 21068 clauses out of 42404 with flag 243000/243000
126.62/63.65	c cleaning 21992 clauses out of 44337 with flag 266001/266001
141.52/71.24	c cleaning 23166 clauses out of 46344 with flag 290000/290000
152.41/76.94	c cleaning 23981 clauses out of 48180 with flag 315002/315002
168.05/84.98	c cleaning 24876 clauses out of 50199 with flag 341002/341002
186.93/94.53	c cleaning 26037 clauses out of 52323 with flag 368002/368002
208.58/105.53	c cleaning 26939 clauses out of 54285 with flag 396001/396001
233.29/118.22	c cleaning 28069 clauses out of 56345 with flag 425000/425000
252.88/128.29	c cleaning 28808 clauses out of 58276 with flag 455001/455001
264.74/134.42	c cleaning 0 clauses out of 5001 with flag 0/5001
273.32/139.12	c cleaning 29908 clauses out of 60469 with flag 486002/486002
296.70/152.01	c cleaning 31137 clauses out of 62562 with flag 518004/518004
330.95/169.35	c cleaning 31970 clauses out of 64423 with flag 551002/551002
355.41/181.87	c cleaning 32909 clauses out of 66452 with flag 585001/585001
376.55/192.97	c cleaning 34104 clauses out of 68544 with flag 620002/620002
397.86/203.91	c cleaning 34948 clauses out of 70438 with flag 656000/656000
420.97/215.86	c cleaning 36114 clauses out of 72490 with flag 693000/693000
443.45/227.46	c cleaning 36970 clauses out of 74377 with flag 731001/731001
488.63/250.62	c cleaning 37880 clauses out of 76409 with flag 770003/770003
526.24/269.82	c cleaning 39168 clauses out of 78527 with flag 810001/810001
552.55/283.42	c cleaning 39539 clauses out of 80358 with flag 851000/851000
579.26/297.25	c cleaning 40426 clauses out of 82820 with flag 893001/893001
608.73/312.75	c cleaning 41614 clauses out of 85391 with flag 936000/936000
670.30/343.88	c cleaning 43099 clauses out of 87778 with flag 980001/980001
702.65/360.50	c cleaning 43523 clauses out of 89678 with flag 1025000/1025000
736.63/378.04	c cleaning 44245 clauses out of 92158 with flag 1071003/1071003
771.57/396.43	c cleaning 45315 clauses out of 94914 with flag 1118004/1118004
812.38/417.34	c cleaning 46917 clauses out of 97594 with flag 1166000/1166000
858.41/441.67	c cleaning 47588 clauses out of 99679 with flag 1215003/1215003
915.27/470.97	c cleaning 48582 clauses out of 102088 with flag 1265000/1265000
952.70/490.20	c cleaning 49659 clauses out of 104507 with flag 1316001/1316001
998.56/513.77	c cleaning 50692 clauses out of 106847 with flag 1368000/1368000
1051.88/540.96	c cleaning 51609 clauses out of 109155 with flag 1421000/1421000
1089.57/560.85	c cleaning 52420 clauses out of 111549 with flag 1475003/1475003
1132.83/583.18	c cleaning 53176 clauses out of 114126 with flag 1530000/1530000
1181.95/608.35	c cleaning 54490 clauses out of 116951 with flag 1586001/1586001
1248.46/642.11	c cleaning 55614 clauses out of 119460 with flag 1643000/1643000
1298.17/668.26	c cleaning 56575 clauses out of 121849 with flag 1701003/1701003
1345.52/692.71	c cleaning 57289 clauses out of 124271 with flag 1760000/1760000
1409.86/725.61	c cleaning 58537 clauses out of 126983 with flag 1820001/1820001
1453.43/748.26	c cleaning 59453 clauses out of 129446 with flag 1881001/1881001
1510.11/777.91	c cleaning 60350 clauses out of 131994 with flag 1943002/1943002
1569.72/808.57	c cleaning 61788 clauses out of 134642 with flag 2006000/2006000
1624.87/836.93	c cleaning 62614 clauses out of 136855 with flag 2070001/2070001
1668.44/859.57	c cleaning 63336 clauses out of 139246 with flag 2135006/2135006
1745.72/899.33	c cleaning 64660 clauses out of 141904 with flag 2201000/2201000
1800.12/927.22	c starts		: 227
1800.12/927.22	c conflicts		: 2253835
1800.12/927.22	c decisions		: 16942851
1800.12/927.22	c propagations		: 740109643
1800.12/927.22	c inspects		: 3076850392
1800.12/927.22	c shortcuts		: 0
1800.12/927.22	c learnt literals	: 42
1800.12/927.22	c learnt binary clauses	: 66931
1800.12/927.22	c learnt ternary clauses	: 81867
1800.12/927.22	c learnt constraints	: 2253792
1800.12/927.22	c ignored constraints	: 0
1800.12/927.22	c root simplifications	: 0
1800.12/927.22	c removed literals (reason simplification)	: 63279631
1800.12/927.22	c reason swapping (by a shorter reason)	: 0
1800.12/927.22	c Calls to reduceDB	: 62
1800.12/927.22	c number of reductions to clauses (during analyze)	: 0
1800.12/927.22	c number of learned constraints concerned by reduction	: 0
1800.12/927.22	c number of learning phase by resolution	: 0
1800.12/927.22	c number of learning phase by cutting planes	: 0
1800.12/927.22	c speed (assignments/second)	: 798610.2388246199
1800.12/927.22	c non guided choices	6863
1800.12/927.26	c learnt constraints type 
1800.12/927.26	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 66931
1800.12/927.26	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 63187
1800.12/927.26	c constraints type 
1800.12/927.26	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5165
1800.12/927.26	c org.sat4j.minisat.constraints.card.MinWatchCard => 92
1800.12/927.26	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1800.12/927.26	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1183
1800.12/927.26	c 6442 constraints processed.
1800.12/927.26	c constraints type 
1800.12/927.26	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1183
1800.12/927.26	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 5165
1800.12/927.26	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 92
1800.12/927.26	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
1800.12/927.26	c 6442 constraints processed.
1800.12/927.26	s UNKNOWN
1800.12/927.26	c Total wall clock time (in seconds): 927.147

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-3689610-1337883597/watcher-3689610-1337883597 -o /tmp/evaluation-result-3689610-1337883597/solver-3689610-1337883597 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3689610-1337883597.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: 4.10 3.94 3.80 4/197 25069
/proc/meminfo: memFree=28160620/32873844 swapFree=6856/6856
[pid=25069] ppid=25067 vsize=92900 CPUtime=0 cores=0,2,4,6
/proc/25069/stat : 25069 (java) S 25067 25069 20503 0 -1 4202496 1217 0 0 0 0 0 0 0 20 0 2 0 254488141 95129600 927 33554432000 1073741824 1073778376 140736971708624 140736971699760 270121599037 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25069/statm: 23225 927 703 9 0 16769 0
[pid=25069/tid=25070] ppid=25067 vsize=92900 CPUtime=0 cores=0,2,4,6
/proc/25069/task/25070/stat : 25070 (java) R 25067 25069 20503 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 2 0 254488142 95129600 927 33554432000 1073741824 1073778376 140736971708624 140267072118312 270109076775 0 0 4096 0 0 0 0 -1 2 0 0 0 0 0

[startup+0.021807 s]
/proc/loadavg: 4.10 3.94 3.80 4/197 25069
/proc/meminfo: memFree=28160620/32873844 swapFree=6856/6856
[pid=25069] ppid=25067 vsize=9016616 CPUtime=0.01 cores=0,2,4,6
/proc/25069/stat : 25069 (java) S 25067 25069 20503 0 -1 4202496 2782 0 1 0 0 1 0 0 20 0 10 0 254488141 9233014784 3481 33554432000 1073741824 1073778376 140736971708624 140736971699760 270121599037 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25069/statm: 2254154 3481 1538 9 0 2244855 0
[pid=25069/tid=25070] ppid=25067 vsize=9016616 CPUtime=0 cores=0,2,4,6
/proc/25069/task/25070/stat : 25070 (java) R 25067 25069 20503 0 -1 4202560 1625 0 1 0 0 0 0 0 20 0 10 0 254488142 9233014784 3481 33554432000 1073741824 1073778376 140736971708624 140267072119488 270121624845 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9016616

[startup+0.100391 s]
/proc/loadavg: 4.10 3.94 3.80 4/197 25069
/proc/meminfo: memFree=28160620/32873844 swapFree=6856/6856
[pid=25069] ppid=25067 vsize=9558412 CPUtime=0.1 cores=0,2,4,6
/proc/25069/stat : 25069 (java) S 25067 25069 20503 0 -1 4202496 4346 0 1 0 8 2 0 0 20 0 18 0 254488141 9787813888 6056 33554432000 1073741824 1073778376 140736971708624 140736971699760 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25069/statm: 2389603 6057 2109 9 0 2380296 0
[pid=25069/tid=25070] ppid=25067 vsize=9558412 CPUtime=0.07 cores=0,2,4,6
/proc/25069/task/25070/stat : 25070 (java) R 25067 25069 20503 0 -1 4202560 2398 0 1 0 6 1 0 0 20 0 18 0 254488142 9787813888 6057 33554432000 1073741824 1073778376 140736971708624 140267072121776 270117867339 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558412

[startup+0.300192 s]
/proc/loadavg: 4.10 3.94 3.80 4/197 25069
/proc/meminfo: memFree=28160620/32873844 swapFree=6856/6856
[pid=25069] ppid=25067 vsize=9558412 CPUtime=0.58 cores=0,2,4,6
/proc/25069/stat : 25069 (java) S 25067 25069 20503 0 -1 4202496 7263 0 1 0 55 3 0 0 20 0 18 0 254488141 9787813888 9868 33554432000 1073741824 1073778376 140736971708624 140736971699760 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25069/statm: 2389603 9868 2218 9 0 2380296 0
[pid=25069/tid=25070] ppid=25067 vsize=9558412 CPUtime=0.27 cores=0,2,4,6
/proc/25069/task/25070/stat : 25070 (java) R 25067 25069 20503 0 -1 4202560 2449 0 1 0 26 1 0 0 20 0 18 0 254488142 9787813888 9868 33554432000 1073741824 1073778376 140736971708624 140267072122968 140266938304085 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 9558412

[startup+0.700218 s]
/proc/loadavg: 4.10 3.94 3.80 4/197 25069
/proc/meminfo: memFree=28160620/32873844 swapFree=6856/6856
[pid=25069] ppid=25067 vsize=9824668 CPUtime=1.95 cores=0,2,4,6
/proc/25069/stat : 25069 (java) S 25067 25069 20503 0 -1 4202496 13953 0 1 0 190 5 0 0 20 0 22 0 254488141 10060460032 24896 33554432000 1073741824 1073778376 140736971708624 140736971699760 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25069/statm: 2456167 24896 2255 9 0 2446860 0
[pid=25069/tid=25070] ppid=25067 vsize=9824668 CPUtime=0.43 cores=0,2,4,6
/proc/25069/task/25070/stat : 25070 (java) S 25067 25069 20503 0 -1 4202560 2478 0 1 0 41 2 0 0 20 0 22 0 254488142 10060460032 24896 33554432000 1073741824 1073778376 140736971708624 140267072123896 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.95
Current children cumulated vsize (KiB) 9824668

[startup+1.50078 s]
/proc/loadavg: 4.10 3.94 3.80 7/219 25091
/proc/meminfo: memFree=28044596/32873844 swapFree=6856/6856
[pid=25069] ppid=25067 vsize=9824668 CPUtime=4.61 cores=0,2,4,6
/proc/25069/stat : 25069 (java) S 25067 25069 20503 0 -1 4202496 22347 0 1 0 452 9 0 0 20 0 22 0 254488141 10060460032 50227 33554432000 1073741824 1073778376 140736971708624 140736971699760 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25069/statm: 2456167 50227 2274 9 0 2446860 0
[pid=25069/tid=25070] ppid=25067 vsize=9824668 CPUtime=0.43 cores=0,2,4,6
/proc/25069/task/25070/stat : 25070 (java) S 25067 25069 20503 0 -1 4202560 2478 0 1 0 41 2 0 0 20 0 22 0 254488142 10060460032 50227 33554432000 1073741824 1073778376 140736971708624 140267072123896 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25069/tid=25072] ppid=25067 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25069/task/25072/stat : 25072 (java) S 25067 25069 20503 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 254488143 10060460032 50227 33554432000 1073741824 1073778376 140736971708624 140267061184936 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25069/tid=25073] ppid=25067 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25069/task/25073/stat : 25073 (java) S 25067 25069 20503 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254488143 10060460032 50227 33554432000 1073741824 1073778376 140736971708624 140267060132392 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25069/tid=25074] ppid=25067 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25069/task/25074/stat : 25074 (java) S 25067 25069 20503 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254488143 10060460032 50227 33554432000 1073741824 1073778376 140736971708624 140267059079336 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25069/tid=25075] ppid=25067 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25069/task/25075/stat : 25075 (java) S 25067 25069 20503 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 254488143 10060460032 50227 33554432000 1073741824 1073778376 140736971708624 140267058026792 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25069/tid=25076] ppid=25067 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25069/task/25076/stat : 25076 (java) S 25067 25069 20503 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254488143 10060460032 50227 33554432000 1073741824 1073778376 140736971708624 140267056974760 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25069/tid=25077] ppid=25067 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25069/task/25077/stat : 25077 (java) S 25067 25069 20503 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 254488143 10060460032 50227 33554432000 1073741824 1073778376 140736971708624 140266910202920 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25069/tid=25078] ppid=25067 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25069/task/25078/stat : 25078 (java) S 25067 25069 20503 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 254488143 10060460032 50227 33554432000 1073741824 1073778376 140736971708624 140266909149864 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25069/tid=25079] ppid=25067 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25069/task/25079/stat : 25079 (java) S 25067 25069 20503 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 254488143 10060460032 50227 33554432000 1073741824 1073778376 140736971708624 140266908097320 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25069/tid=25080] ppid=25067 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25069/task/25080/stat : 25080 (java) S 25067 25069 20503 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 22 0 254488144 10060460032 50227 33554432000 1073741824 1073778376 140736971708624 140266895898984 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25069/tid=25081] ppid=25067 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25069/task/25081/stat : 25081 (java) S 25067 25069 20503 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254488144 10060460032 50227 33554432000 1073741824 1073778376 140736971708624 140266894845304 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25069/tid=25082] ppid=25067 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25069/task/25082/stat : 25082 (java) S 25067 25069 20503 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 254488144 10060460032 50227 33554432000 1073741824 1073778376 140736971708624 140266893792136 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25069/tid=25083] ppid=25067 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25069/task/25083/stat : 25083 (java) S 25067 25069 20503 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254488147 10060460032 50227 33554432000 1073741824 1073778376 140736971708624 140266892740880 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25069/tid=25084] ppid=25067 vsize=9824668 CPUtime=1.01 cores=0,2,4,6
/proc/25069/task/25084/stat : 25084 (java) S 25067 25069 20503 0 -1 4202560 8669 0 0 0 98 3 0 0 20 0 22 0 254488147 10060460032 50227 33554432000 1073741824 1073778376 140736971708624 140266891688760 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25069/tid=25085] ppid=25067 vsize=9824668 CPUtime=1.02 cores=0,2,4,6
/proc/25069/task/25085/stat : 25085 (java) S 25067 25069 20503 0 -1 4202560 9745 0 0 0 100 2 0 0 20 0 22 0 254488147 10060460032 50227 33554432000 1073741824 1073778376 140736971708624 140266890636216 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25069/tid=25086] ppid=25067 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25069/task/25086/stat : 25086 (java) S 25067 25069 20503 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254488147 10060460032 50227 33554432000 1073741824 1073778376 140736971708624 140266889583352 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25069/tid=25087] ppid=25067 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25069/task/25087/stat : 25087 (java) S 25067 25069 20503 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254488147 10060460032 50227 33554432000 1073741824 1073778376 140736971708624 140266888531016 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25069/tid=25088] ppid=25067 vsize=9824668 CPUtime=1.01 cores=0,2,4,6
/proc/25069/task/25088/stat : 25088 (java) R 25067 25069 20503 0 -1 4202560 27 0 0 0 101 0 0 0 20 0 22 0 254488187 10060460032 50227 33554432000 1073741824 1073778376 140736971708624 140266887475888 140266938704464 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25069/tid=25089] ppid=25067 vsize=9824668 CPUtime=1.01 cores=0,2,4,6
/proc/25069/task/25089/stat : 25089 (java) R 25067 25069 20503 0 -1 4202560 120 0 0 0 100 1 0 0 20 0 22 0 254488187 10060460032 50227 33554432000 1073741824 1073778376 140736971708624 140266886421592 140266938773472 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25069/tid=25090] ppid=25067 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25069/task/25090/stat : 25090 (java) S 25067 25069 20503 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254488189 10060460032 50227 33554432000 1073741824 1073778376 140736971708624 140266885370664 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25069/tid=25091] ppid=25067 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25069/task/25091/stat : 25091 (java) S 25067 25069 20503 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254488189 10060460032 50227 33554432000 1073741824 1073778376 140736971708624 140266884318120 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.61
Current children cumulated vsize (KiB) 9824668

[startup+3.1008 s]
/proc/loadavg: 4.10 3.94 3.80 5/219 25091
/proc/meminfo: memFree=27920600/32873844 swapFree=6856/6856
[pid=25069] ppid=25067 vsize=9824668 CPUtime=8.01 cores=0,2,4,6
/proc/25069/stat : 25069 (java) S 25067 25069 20503 0 -1 4202496 22568 0 1 0 790 11 0 0 20 0 22 0 254488141 10060460032 59988 33554432000 1073741824 1073778376 140736971708624 140736971699760 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25069/statm: 2456167 59988 2286 9 0 2446860 0
[pid=25069/tid=25070] ppid=25067 vsize=9824668 CPUtime=0.43 cores=0,2,4,6
/proc/25069/task/25070/stat : 25070 (java) S 25067 25069 20503 0 -1 4202560 2478 0 1 0 41 2 0 0 20 0 22 0 254488142 10060460032 59988 33554432000 1073741824 1073778376 140736971708624 140267072123896 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25069/tid=25072] ppid=25067 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25069/task/25072/stat : 25072 (java) S 25067 25069 20503 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 22 0 254488143 10060460032 59988 33554432000 1073741824 1073778376 140736971708624 140267061184936 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25069/tid=25073] ppid=25067 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25069/task/25073/stat : 25073 (java) S 25067 25069 20503 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 254488143 10060460032 59988 33554432000 1073741824 1073778376 140736971708624 140267060132392 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25069/tid=25074] ppid=25067 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25069/task/25074/stat : 25074 (java) S 25067 25069 20503 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254488143 10060460032 59988 33554432000 1073741824 1073778376 140736971708624 140267059079336 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25069/tid=25075] ppid=25067 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/25069/task/25075/stat : 25075 (java) S 25067 25069 20503 0 -1 4202560 15 0 0 0 3 0 0 0 20 0 22 0 254488143 10060460032 59988 33554432000 1073741824 1073778376 140736971708624 140267058026792 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25069/tid=25076] ppid=25067 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/25069/task/25076/stat : 25076 (java) S 25067 25069 20503 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 254488143 10060460032 59988 33554432000 1073741824 1073778376 140736971708624 140267056974760 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25069/tid=25077] ppid=25067 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/25069/task/25077/stat : 25077 (java) S 25067 25069 20503 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 254488143 10060460032 59988 33554432000 1073741824 1073778376 140736971708624 140266910202920 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25069/tid=25078] ppid=25067 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/25069/task/25078/stat : 25078 (java) S 25067 25069 20503 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 22 0 254488143 10060460032 59988 33554432000 1073741824 1073778376 140736971708624 140266909149864 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25069/tid=25079] ppid=25067 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/25069/task/25079/stat : 25079 (java) S 25067 25069 20503 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 22 0 254488143 10060460032 59988 33554432000 1073741824 1073778376 140736971708624 140266908097320 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25069/tid=25080] ppid=25067 vsize=9824668 CPUtime=0.07 cores=0,2,4,6
/proc/25069/task/25080/stat : 25080 (java) S 25067 25069 20503 0 -1 4202560 101 0 0 0 7 0 0 0 20 0 22 0 254488144 10060460032 59988 33554432000 1073741824 1073778376 140736971708624 140266895898984 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25069/tid=25081] ppid=25067 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25069/task/25081/stat : 25081 (java) S 25067 25069 20503 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254488144 10060460032 59988 33554432000 1073741824 1073778376 140736971708624 140266894845304 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25069/tid=25082] ppid=25067 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25069/task/25082/stat : 25082 (java) S 25067 25069 20503 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 254488144 10060460032 59988 33554432000 1073741824 1073778376 140736971708624 140266893792136 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25069/tid=25083] ppid=25067 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25069/task/25083/stat : 25083 (java) S 25067 25069 20503 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254488147 10060460032 59988 33554432000 1073741824 1073778376 140736971708624 140266892740880 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25069/tid=25084] ppid=25067 vsize=9824668 CPUtime=1.13 cores=0,2,4,6
/proc/25069/task/25084/stat : 25084 (java) S 25067 25069 20503 0 -1 4202560 8821 0 0 0 110 3 0 0 20 0 22 0 254488147 10060460032 59988 33554432000 1073741824 1073778376 140736971708624 140266891688760 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25069/tid=25085] ppid=25067 vsize=9824668 CPUtime=1.16 cores=0,2,4,6
/proc/25069/task/25085/stat : 25085 (java) S 25067 25069 20503 0 -1 4202560 9748 0 0 0 114 2 0 0 20 0 22 0 254488147 10060460032 59988 33554432000 1073741824 1073778376 140736971708624 140266890636216 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25069/tid=25086] ppid=25067 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25069/task/25086/stat : 25086 (java) S 25067 25069 20503 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254488147 10060460032 59988 33554432000 1073741824 1073778376 140736971708624 140266889583352 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25069/tid=25087] ppid=25067 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25069/task/25087/stat : 25087 (java) S 25067 25069 20503 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254488147 10060460032 59988 33554432000 1073741824 1073778376 140736971708624 140266888531016 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25069/tid=25088] ppid=25067 vsize=9824668 CPUtime=2.48 cores=0,2,4,6
/proc/25069/task/25088/stat : 25088 (java) R 25067 25069 20503 0 -1 4202560 27 0 0 0 248 0 0 0 20 0 22 0 254488187 10060460032 59988 33554432000 1073741824 1073778376 140736971708624 140266887475784 140266938613734 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25069/tid=25089] ppid=25067 vsize=9824668 CPUtime=2.47 cores=0,2,4,6
/proc/25069/task/25089/stat : 25089 (java) R 25067 25069 20503 0 -1 4202560 122 0 0 0 246 1 0 0 20 0 22 0 254488187 10060460032 59988 33554432000 1073741824 1073778376 140736971708624 140266886422856 140266938773472 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25069/tid=25090] ppid=25067 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25069/task/25090/stat : 25090 (java) S 25067 25069 20503 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254488189 10060460032 59988 33554432000 1073741824 1073778376 140736971708624 140266885370664 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25069/tid=25091] ppid=25067 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25069/task/25091/stat : 25091 (java) S 25067 25069 20503 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254488189 10060460032 59988 33554432000 1073741824 1073778376 140736971708624 140266884318120 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 8.01
Current children cumulated vsize (KiB) 9824668

[startup+6.30072 s]
/proc/loadavg: 4.09 3.94 3.80 5/220 25094
/proc/meminfo: memFree=27770892/32873844 swapFree=6856/6856
[pid=25069] ppid=25067 vsize=9824668 CPUtime=14.4 cores=0,2,4,6
/proc/25069/stat : 25069 (java) S 25067 25069 20503 0 -1 4202496 22792 0 1 0 1426 14 0 0 20 0 22 0 254488141 10060460032 91122 33554432000 1073741824 1073778376 140736971708624 140736971699760 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25069/statm: 2456167 91122 2286 9 0 2446860 0
[pid=25069/tid=25070] ppid=25067 vsize=9824668 CPUtime=0.43 cores=0,2,4,6
/proc/25069/task/25070/stat : 25070 (java) S 25067 25069 20503 0 -1 4202560 2478 0 1 0 41 2 0 0 20 0 22 0 254488142 10060460032 91122 33554432000 1073741824 1073778376 140736971708624 140267072123896 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25069/tid=25072] ppid=25067 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/25069/task/25072/stat : 25072 (java) S 25067 25069 20503 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 22 0 254488143 10060460032 91122 33554432000 1073741824 1073778376 140736971708624 140267061184936 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25069/tid=25073] ppid=25067 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/25069/task/25073/stat : 25073 (java) S 25067 25069 20503 0 -1 4202560 6 0 0 0 2 0 0 0 20 0 22 0 254488143 10060460032 91122 33554432000 1073741824 1073778376 140736971708624 140267060132392 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25069/tid=25074] ppid=25067 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/25069/task/25074/stat : 25074 (java) S 25067 25069 20503 0 -1 4202560 7 0 0 0 2 0 0 0 20 0 22 0 254488143 10060460032 91122 33554432000 1073741824 1073778376 140736971708624 140267059079336 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25069/tid=25075] ppid=25067 vsize=9824668 CPUtime=0.05 cores=0,2,4,6
/proc/25069/task/25075/stat : 25075 (java) S 25067 25069 20503 0 -1 4202560 20 0 0 0 5 0 0 0 20 0 22 0 254488143 10060460032 91122 33554432000 1073741824 1073778376 140736971708624 140267058026792 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25069/tid=25076] ppid=25067 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/25069/task/25076/stat : 25076 (java) S 25067 25069 20503 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 22 0 254488143 10060460032 91122 33554432000 1073741824 1073778376 140736971708624 140267056974760 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25069/tid=25077] ppid=25067 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/25069/task/25077/stat : 25077 (java) S 25067 25069 20503 0 -1 4202560 15 0 0 0 3 0 0 0 20 0 22 0 254488143 10060460032 91122 33554432000 1073741824 1073778376 140736971708624 140266910202920 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25069/tid=25078] ppid=25067 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/25069/task/25078/stat : 25078 (java) S 25067 25069 20503 0 -1 4202560 17 0 0 0 3 0 0 0 20 0 22 0 254488143 10060460032 91122 33554432000 1073741824 1073778376 140736971708624 140266909149864 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25069/tid=25079] ppid=25067 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/25069/task/25079/stat : 25079 (java) S 25067 25069 20503 0 -1 4202560 7 0 0 0 2 0 0 0 20 0 22 0 254488143 10060460032 91122 33554432000 1073741824 1073778376 140736971708624 140266908097320 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0

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

/proc/25069/statm: 2456167 887102 2287 9 0 2446860 0
[pid=25069/tid=25070] ppid=25067 vsize=9824668 CPUtime=0.46 cores=0,2,4,6
/proc/25069/task/25070/stat : 25070 (java) S 25067 25069 20503 0 -1 4202560 2517 0 1 0 42 4 0 0 20 0 22 0 254488142 10060460032 887102 33554432000 1073741824 1073778376 140736971708624 140267072123896 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25069/tid=25072] ppid=25067 vsize=9824668 CPUtime=2.57 cores=0,2,4,6
/proc/25069/task/25072/stat : 25072 (java) S 25067 25069 20503 0 -1 4202560 389 0 0 0 244 13 0 0 20 0 22 0 254488143 10060460032 887102 33554432000 1073741824 1073778376 140736971708624 140267061184936 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25069/tid=25073] ppid=25067 vsize=9824668 CPUtime=2.43 cores=0,2,4,6
/proc/25069/task/25073/stat : 25073 (java) S 25067 25069 20503 0 -1 4202560 882 0 0 0 225 18 0 0 20 0 22 0 254488143 10060460032 887102 33554432000 1073741824 1073778376 140736971708624 140267060132392 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25069/tid=25074] ppid=25067 vsize=9824668 CPUtime=2.36 cores=0,2,4,6
/proc/25069/task/25074/stat : 25074 (java) S 25067 25069 20503 0 -1 4202560 461 0 0 0 225 11 0 0 20 0 22 0 254488143 10060460032 887102 33554432000 1073741824 1073778376 140736971708624 140267059079336 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25069/tid=25075] ppid=25067 vsize=9824668 CPUtime=2.58 cores=0,2,4,6
/proc/25069/task/25075/stat : 25075 (java) S 25067 25069 20503 0 -1 4202560 758 0 0 0 238 20 0 0 20 0 22 0 254488143 10060460032 887102 33554432000 1073741824 1073778376 140736971708624 140267058026792 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25069/tid=25076] ppid=25067 vsize=9824668 CPUtime=2.39 cores=0,2,4,6
/proc/25069/task/25076/stat : 25076 (java) S 25067 25069 20503 0 -1 4202560 1097 0 0 0 219 20 0 0 20 0 22 0 254488143 10060460032 887102 33554432000 1073741824 1073778376 140736971708624 140267056974760 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25069/tid=25077] ppid=25067 vsize=9824668 CPUtime=2.46 cores=0,2,4,6
/proc/25069/task/25077/stat : 25077 (java) S 25067 25069 20503 0 -1 4202560 507 0 0 0 231 15 0 0 20 0 22 0 254488143 10060460032 887102 33554432000 1073741824 1073778376 140736971708624 140266910202920 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25069/tid=25078] ppid=25067 vsize=9824668 CPUtime=2.61 cores=0,2,4,6
/proc/25069/task/25078/stat : 25078 (java) S 25067 25069 20503 0 -1 4202560 702 0 0 0 246 15 0 0 20 0 22 0 254488143 10060460032 887102 33554432000 1073741824 1073778376 140736971708624 140266909149864 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25069/tid=25079] ppid=25067 vsize=9824668 CPUtime=2.61 cores=0,2,4,6
/proc/25069/task/25079/stat : 25079 (java) S 25067 25069 20503 0 -1 4202560 349 0 0 0 246 15 0 0 20 0 22 0 254488143 10060460032 887102 33554432000 1073741824 1073778376 140736971708624 140266908097320 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25069/tid=25080] ppid=25067 vsize=9824668 CPUtime=60.26 cores=0,2,4,6
/proc/25069/task/25080/stat : 25080 (java) S 25067 25069 20503 0 -1 4202560 3444 0 0 0 6007 19 0 0 20 0 22 0 254488144 10060460032 887102 33554432000 1073741824 1073778376 140736971708624 140266895898984 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25069/tid=25081] ppid=25067 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25069/task/25081/stat : 25081 (java) S 25067 25069 20503 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254488144 10060460032 887102 33554432000 1073741824 1073778376 140736971708624 140266894845304 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25069/tid=25082] ppid=25067 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25069/task/25082/stat : 25082 (java) S 25067 25069 20503 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 254488144 10060460032 887102 33554432000 1073741824 1073778376 140736971708624 140266893792136 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25069/tid=25083] ppid=25067 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25069/task/25083/stat : 25083 (java) S 25067 25069 20503 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254488147 10060460032 887102 33554432000 1073741824 1073778376 140736971708624 140266892740880 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25069/tid=25084] ppid=25067 vsize=9824668 CPUtime=1.17 cores=0,2,4,6
/proc/25069/task/25084/stat : 25084 (java) S 25067 25069 20503 0 -1 4202560 8822 0 0 0 114 3 0 0 20 0 22 0 254488147 10060460032 887102 33554432000 1073741824 1073778376 140736971708624 140266891688760 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25069/tid=25085] ppid=25067 vsize=9824668 CPUtime=1.57 cores=0,2,4,6
/proc/25069/task/25085/stat : 25085 (java) S 25067 25069 20503 0 -1 4202560 9758 0 0 0 155 2 0 0 20 0 22 0 254488147 10060460032 887102 33554432000 1073741824 1073778376 140736971708624 140266890636216 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25069/tid=25086] ppid=25067 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25069/task/25086/stat : 25086 (java) S 25067 25069 20503 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254488147 10060460032 887102 33554432000 1073741824 1073778376 140736971708624 140266889583352 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25069/tid=25087] ppid=25067 vsize=9824668 CPUtime=0.29 cores=0,2,4,6
/proc/25069/task/25087/stat : 25087 (java) S 25067 25069 20503 0 -1 4202560 49 0 0 0 15 14 0 0 20 0 22 0 254488147 10060460032 887102 33554432000 1073741824 1073778376 140736971708624 140266888531016 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25069/tid=25088] ppid=25067 vsize=9824668 CPUtime=754.01 cores=0,2,4,6
/proc/25069/task/25088/stat : 25088 (java) R 25067 25069 20503 0 -1 4202560 94 0 0 0 75389 12 0 0 20 0 22 0 254488187 10060460032 887102 33554432000 1073741824 1073778376 140736971708624 140266887475552 140266938526711 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25069/tid=25089] ppid=25067 vsize=9824668 CPUtime=753.89 cores=0,2,4,6
/proc/25069/task/25089/stat : 25089 (java) R 25067 25069 20503 0 -1 4202560 1021 0 0 0 75347 42 0 0 20 0 22 0 254488187 10060460032 887102 33554432000 1073741824 1073778376 140736971708624 140266886421040 140266938841230 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25069/tid=25090] ppid=25067 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25069/task/25090/stat : 25090 (java) S 25067 25069 20503 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254488189 10060460032 887102 33554432000 1073741824 1073778376 140736971708624 140266885370664 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25069/tid=25091] ppid=25067 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25069/task/25091/stat : 25091 (java) S 25067 25069 20503 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254488189 10060460032 887102 33554432000 1073741824 1073778376 140736971708624 140266884318120 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1595.68
Current children cumulated vsize (KiB) 9824668

[startup+882.301 s]
/proc/loadavg: 3.89 3.91 3.84 5/219 25100
/proc/meminfo: memFree=21799480/32873844 swapFree=6856/6856
[pid=25069] ppid=25067 vsize=9824668 CPUtime=1711.46 cores=0,2,4,6
/proc/25069/stat : 25069 (java) S 25067 25069 20503 0 -1 4202496 32205 0 1 0 170944 202 0 0 20 0 22 0 254488141 10060460032 895870 33554432000 1073741824 1073778376 140736971708624 140736971699760 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25069/statm: 2456167 895870 2287 9 0 2446860 0
[pid=25069/tid=25070] ppid=25067 vsize=9824668 CPUtime=0.46 cores=0,2,4,6
/proc/25069/task/25070/stat : 25070 (java) S 25067 25069 20503 0 -1 4202560 2519 0 1 0 42 4 0 0 20 0 22 0 254488142 10060460032 895870 33554432000 1073741824 1073778376 140736971708624 140267072123896 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25069/tid=25072] ppid=25067 vsize=9824668 CPUtime=2.65 cores=0,2,4,6
/proc/25069/task/25072/stat : 25072 (java) S 25067 25069 20503 0 -1 4202560 396 0 0 0 251 14 0 0 20 0 22 0 254488143 10060460032 895870 33554432000 1073741824 1073778376 140736971708624 140267061184936 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25069/tid=25073] ppid=25067 vsize=9824668 CPUtime=2.5 cores=0,2,4,6
/proc/25069/task/25073/stat : 25073 (java) S 25067 25069 20503 0 -1 4202560 884 0 0 0 232 18 0 0 20 0 22 0 254488143 10060460032 895870 33554432000 1073741824 1073778376 140736971708624 140267060132392 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25069/tid=25074] ppid=25067 vsize=9824668 CPUtime=2.46 cores=0,2,4,6
/proc/25069/task/25074/stat : 25074 (java) S 25067 25069 20503 0 -1 4202560 499 0 0 0 234 12 0 0 20 0 22 0 254488143 10060460032 895870 33554432000 1073741824 1073778376 140736971708624 140267059079336 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25069/tid=25075] ppid=25067 vsize=9824668 CPUtime=2.7 cores=0,2,4,6
/proc/25069/task/25075/stat : 25075 (java) S 25067 25069 20503 0 -1 4202560 768 0 0 0 249 21 0 0 20 0 22 0 254488143 10060460032 895870 33554432000 1073741824 1073778376 140736971708624 140267058026792 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25069/tid=25076] ppid=25067 vsize=9824668 CPUtime=2.49 cores=0,2,4,6
/proc/25069/task/25076/stat : 25076 (java) S 25067 25069 20503 0 -1 4202560 1102 0 0 0 229 20 0 0 20 0 22 0 254488143 10060460032 895870 33554432000 1073741824 1073778376 140736971708624 140267056974760 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25069/tid=25077] ppid=25067 vsize=9824668 CPUtime=2.59 cores=0,2,4,6
/proc/25069/task/25077/stat : 25077 (java) S 25067 25069 20503 0 -1 4202560 525 0 0 0 243 16 0 0 20 0 22 0 254488143 10060460032 895870 33554432000 1073741824 1073778376 140736971708624 140266910202920 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25069/tid=25078] ppid=25067 vsize=9824668 CPUtime=2.68 cores=0,2,4,6
/proc/25069/task/25078/stat : 25078 (java) S 25067 25069 20503 0 -1 4202560 712 0 0 0 253 15 0 0 20 0 22 0 254488143 10060460032 895870 33554432000 1073741824 1073778376 140736971708624 140266909149864 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25069/tid=25079] ppid=25067 vsize=9824668 CPUtime=2.77 cores=0,2,4,6
/proc/25069/task/25079/stat : 25079 (java) S 25067 25069 20503 0 -1 4202560 368 0 0 0 261 16 0 0 20 0 22 0 254488143 10060460032 895870 33554432000 1073741824 1073778376 140736971708624 140266908097320 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25069/tid=25080] ppid=25067 vsize=9824668 CPUtime=64.85 cores=0,2,4,6
/proc/25069/task/25080/stat : 25080 (java) S 25067 25069 20503 0 -1 4202560 3492 0 0 0 6466 19 0 0 20 0 22 0 254488144 10060460032 895870 33554432000 1073741824 1073778376 140736971708624 140266895898984 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25069/tid=25081] ppid=25067 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25069/task/25081/stat : 25081 (java) S 25067 25069 20503 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254488144 10060460032 895870 33554432000 1073741824 1073778376 140736971708624 140266894845304 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25069/tid=25082] ppid=25067 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25069/task/25082/stat : 25082 (java) S 25067 25069 20503 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 254488144 10060460032 895870 33554432000 1073741824 1073778376 140736971708624 140266893792136 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25069/tid=25083] ppid=25067 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25069/task/25083/stat : 25083 (java) S 25067 25069 20503 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254488147 10060460032 895870 33554432000 1073741824 1073778376 140736971708624 140266892740880 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25069/tid=25084] ppid=25067 vsize=9824668 CPUtime=1.17 cores=0,2,4,6
/proc/25069/task/25084/stat : 25084 (java) S 25067 25069 20503 0 -1 4202560 8822 0 0 0 114 3 0 0 20 0 22 0 254488147 10060460032 895870 33554432000 1073741824 1073778376 140736971708624 140266891688760 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25069/tid=25085] ppid=25067 vsize=9824668 CPUtime=1.58 cores=0,2,4,6
/proc/25069/task/25085/stat : 25085 (java) S 25067 25069 20503 0 -1 4202560 9759 0 0 0 156 2 0 0 20 0 22 0 254488147 10060460032 895870 33554432000 1073741824 1073778376 140736971708624 140266890636216 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25069/tid=25086] ppid=25067 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25069/task/25086/stat : 25086 (java) S 25067 25069 20503 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254488147 10060460032 895870 33554432000 1073741824 1073778376 140736971708624 140266889583352 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25069/tid=25087] ppid=25067 vsize=9824668 CPUtime=0.31 cores=0,2,4,6
/proc/25069/task/25087/stat : 25087 (java) S 25067 25069 20503 0 -1 4202560 51 0 0 0 16 15 0 0 20 0 22 0 254488147 10060460032 895870 33554432000 1073741824 1073778376 140736971708624 140266888531016 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25069/tid=25088] ppid=25067 vsize=9824668 CPUtime=809.05 cores=0,2,4,6
/proc/25069/task/25088/stat : 25088 (java) R 25067 25069 20503 0 -1 4202560 94 0 0 0 80892 13 0 0 20 0 22 0 254488187 10060460032 895870 33554432000 1073741824 1073778376 140736971708624 140266887473552 140266938526599 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25069/tid=25089] ppid=25067 vsize=9824668 CPUtime=808.92 cores=0,2,4,6
/proc/25069/task/25089/stat : 25089 (java) R 25067 25069 20503 0 -1 4202560 1024 0 0 0 80849 43 0 0 20 0 22 0 254488187 10060460032 895870 33554432000 1073741824 1073778376 140736971708624 140266886421952 140266938773533 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25069/tid=25090] ppid=25067 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25069/task/25090/stat : 25090 (java) S 25067 25069 20503 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254488189 10060460032 895870 33554432000 1073741824 1073778376 140736971708624 140266885370664 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25069/tid=25091] ppid=25067 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25069/task/25091/stat : 25091 (java) S 25067 25069 20503 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254488189 10060460032 895870 33554432000 1073741824 1073778376 140736971708624 140266884318120 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1711.46
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+927.201 s]
/proc/loadavg: 3.87 3.91 3.84 5/220 25163
/proc/meminfo: memFree=24205364/32873844 swapFree=6856/6856
[pid=25069] ppid=25067 vsize=9824668 CPUtime=1800.12 cores=0,2,4,6
/proc/25069/stat : 25069 (java) S 25067 25069 20503 0 -1 4202496 32557 0 1 0 179802 210 0 0 20 0 22 0 254488141 10060460032 908893 33554432000 1073741824 1073778376 140736971708624 140736971699760 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25069/statm: 2456167 908893 2287 9 0 2446860 0
[pid=25069/tid=25070] ppid=25067 vsize=9824668 CPUtime=0.47 cores=0,2,4,6
/proc/25069/task/25070/stat : 25070 (java) S 25067 25069 20503 0 -1 4202560 2519 0 1 0 43 4 0 0 20 0 22 0 254488142 10060460032 908893 33554432000 1073741824 1073778376 140736971708624 140267072123896 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25069/tid=25072] ppid=25067 vsize=9824668 CPUtime=2.98 cores=0,2,4,6
/proc/25069/task/25072/stat : 25072 (java) S 25067 25069 20503 0 -1 4202560 452 0 0 0 284 14 0 0 20 0 22 0 254488143 10060460032 908893 33554432000 1073741824 1073778376 140736971708624 140267061184936 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25069/tid=25073] ppid=25067 vsize=9824668 CPUtime=2.64 cores=0,2,4,6
/proc/25069/task/25073/stat : 25073 (java) S 25067 25069 20503 0 -1 4202560 908 0 0 0 245 19 0 0 20 0 22 0 254488143 10060460032 908893 33554432000 1073741824 1073778376 140736971708624 140267060132392 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25069/tid=25074] ppid=25067 vsize=9824668 CPUtime=2.67 cores=0,2,4,6
/proc/25069/task/25074/stat : 25074 (java) S 25067 25069 20503 0 -1 4202560 521 0 0 0 253 14 0 0 20 0 22 0 254488143 10060460032 908893 33554432000 1073741824 1073778376 140736971708624 140267059079336 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25069/tid=25075] ppid=25067 vsize=9824668 CPUtime=2.85 cores=0,2,4,6
/proc/25069/task/25075/stat : 25075 (java) S 25067 25069 20503 0 -1 4202560 782 0 0 0 264 21 0 0 20 0 22 0 254488143 10060460032 908893 33554432000 1073741824 1073778376 140736971708624 140267058026792 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25069/tid=25076] ppid=25067 vsize=9824668 CPUtime=2.67 cores=0,2,4,6
/proc/25069/task/25076/stat : 25076 (java) S 25067 25069 20503 0 -1 4202560 1145 0 0 0 247 20 0 0 20 0 22 0 254488143 10060460032 908893 33554432000 1073741824 1073778376 140736971708624 140267056974760 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25069/tid=25077] ppid=25067 vsize=9824668 CPUtime=2.77 cores=0,2,4,6
/proc/25069/task/25077/stat : 25077 (java) S 25067 25069 20503 0 -1 4202560 611 0 0 0 261 16 0 0 20 0 22 0 254488143 10060460032 908893 33554432000 1073741824 1073778376 140736971708624 140266910202920 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25069/tid=25078] ppid=25067 vsize=9824668 CPUtime=2.92 cores=0,2,4,6
/proc/25069/task/25078/stat : 25078 (java) S 25067 25069 20503 0 -1 4202560 724 0 0 0 276 16 0 0 20 0 22 0 254488143 10060460032 908893 33554432000 1073741824 1073778376 140736971708624 140266909149864 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25069/tid=25079] ppid=25067 vsize=9824668 CPUtime=2.96 cores=0,2,4,6
/proc/25069/task/25079/stat : 25079 (java) S 25067 25069 20503 0 -1 4202560 394 0 0 0 278 18 0 0 20 0 22 0 254488143 10060460032 908893 33554432000 1073741824 1073778376 140736971708624 140266908097320 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25069/tid=25080] ppid=25067 vsize=9824668 CPUtime=66.75 cores=0,2,4,6
/proc/25069/task/25080/stat : 25080 (java) S 25067 25069 20503 0 -1 4202560 3550 0 0 0 6655 20 0 0 20 0 22 0 254488144 10060460032 908893 33554432000 1073741824 1073778376 140736971708624 140266895898984 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25069/tid=25081] ppid=25067 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25069/task/25081/stat : 25081 (java) S 25067 25069 20503 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254488144 10060460032 908893 33554432000 1073741824 1073778376 140736971708624 140266894845304 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25069/tid=25082] ppid=25067 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25069/task/25082/stat : 25082 (java) S 25067 25069 20503 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 254488144 10060460032 908893 33554432000 1073741824 1073778376 140736971708624 140266893792136 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25069/tid=25083] ppid=25067 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25069/task/25083/stat : 25083 (java) S 25067 25069 20503 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254488147 10060460032 908893 33554432000 1073741824 1073778376 140736971708624 140266892740880 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25069/tid=25084] ppid=25067 vsize=9824668 CPUtime=1.17 cores=0,2,4,6
/proc/25069/task/25084/stat : 25084 (java) S 25067 25069 20503 0 -1 4202560 8822 0 0 0 114 3 0 0 20 0 22 0 254488147 10060460032 908893 33554432000 1073741824 1073778376 140736971708624 140266891688760 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25069/tid=25085] ppid=25067 vsize=9824668 CPUtime=1.58 cores=0,2,4,6
/proc/25069/task/25085/stat : 25085 (java) S 25067 25069 20503 0 -1 4202560 9759 0 0 0 156 2 0 0 20 0 22 0 254488147 10060460032 908893 33554432000 1073741824 1073778376 140736971708624 140266890636216 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25069/tid=25086] ppid=25067 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25069/task/25086/stat : 25086 (java) S 25067 25069 20503 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254488147 10060460032 908893 33554432000 1073741824 1073778376 140736971708624 140266889583352 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25069/tid=25087] ppid=25067 vsize=9824668 CPUtime=0.33 cores=0,2,4,6
/proc/25069/task/25087/stat : 25087 (java) S 25067 25069 20503 0 -1 4202560 55 0 0 0 17 16 0 0 20 0 22 0 254488147 10060460032 908893 33554432000 1073741824 1073778376 140736971708624 140266888531016 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25069/tid=25088] ppid=25067 vsize=9824668 CPUtime=851.51 cores=0,2,4,6
/proc/25069/task/25088/stat : 25088 (java) R 25067 25069 20503 0 -1 4202560 98 0 0 0 85138 13 0 0 20 0 22 0 254488187 10060460032 908893 33554432000 1073741824 1073778376 140736971708624 140266887474544 140266938718688 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25069/tid=25089] ppid=25067 vsize=9824668 CPUtime=851.39 cores=0,2,4,6
/proc/25069/task/25089/stat : 25089 (java) R 25067 25069 20503 0 -1 4202560 1027 0 0 0 85096 43 0 0 20 0 22 0 254488187 10060460032 908893 33554432000 1073741824 1073778376 140736971708624 140266886421256 140266939183461 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=25069/tid=25090] ppid=25067 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25069/task/25090/stat : 25090 (java) S 25067 25069 20503 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254488189 10060460032 908893 33554432000 1073741824 1073778376 140736971708624 140266885370664 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25069/tid=25091] ppid=25067 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25069/task/25091/stat : 25091 (java) S 25067 25069 20503 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254488189 10060460032 908893 33554432000 1073741824 1073778376 140736971708624 140266884318120 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.12
Current children cumulated vsize (KiB) 9824668

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 25069 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=568336
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=562610
# CPU time returned by wait4() is 1796.13
# while last known CPU time is 1800.12
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 927.281
CPU time (s): 1800.12
CPU user time (s): 1798.02
CPU system time (s): 2.1
CPU usage (%): 194.129
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.57
system time used= 2.56261
maximum resident set size= 3635696
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32590
page faults= 1
swaps= 0
block input operations= 0
block output operations= 984
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25408
involuntary context switches= 35748

runsolver used 4.24136 second user time and 7.47386 second system time

The end

Launcher Data

Begin job on node106 at 2012-05-24 20:19:57
IDJOB=3689610
IDBENCH=90121
IDSOLVER=2268
FILE ID=node106/3689610-1337883597
RUNJOBID= node106-1337871881-20519
PBS_JOBID= 14620098
Free space on /tmp= 71664 MiB

SOLVER NAME= SAT 4j PB RES // CP 2.3.2 Snapshot
BENCH NAME= PB12/normalized-PB12/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/normalized-TateBritain_K92.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3689610-1337883597/watcher-3689610-1337883597 -o /tmp/evaluation-result-3689610-1337883597/solver-3689610-1337883597 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3689610-1337883597.opb

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

MD5SUM BENCH= 21cc97db69195cd3dcf69a6d797764c1
RANDOM SEED=1091440324

node106.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.065
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.13
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.065
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		: 2667.065
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
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.065
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.92
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.065
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		: 2667.065
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	: 5331.91
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.065
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		: 2667.065
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:       32873844 kB
MemFree:        28160512 kB
Buffers:          208292 kB
Cached:          2913128 kB
SwapCached:            0 kB
Active:          1511732 kB
Inactive:        2417464 kB
Active(anon):     810088 kB
Inactive(anon):        0 kB
Active(file):     701644 kB
Inactive(file):  2417464 kB
Unevictable:        6856 kB
Mlocked:            6856 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1800 kB
Writeback:             0 kB
AnonPages:        832860 kB
Mapped:            22548 kB
Shmem:               200 kB
Slab:             626692 kB
SReclaimable:      69056 kB
SUnreclaim:       557636 kB
KernelStack:        1624 kB
PageTables:         5352 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1597136 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    770048 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71664 MiB
End job on node106 at 2012-05-24 20:35:26