Trace number 3742591

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
PB11: Sat4j Res//CP 2.3.0? (TO) 1800.1 908.679

General information on the benchmark

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

Solver Data

0.07/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.07/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.10	c See www.sat4j.org for details.
0.07/0.10	c version 2.3.1.v20110525
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 		9996466904
0.07/0.10	c Max memory 		10048897024
0.07/0.10	c Total memory 		10048897024
0.07/0.10	c Number of processors 	8
0.07/0.13	c Pseudo Boolean Optimization
0.07/0.13	c ManyCore solver with 2 solvers running in parallel
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5495fd19
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.13	c Expensive reason simplification
0.07/0.13	c Armin Biere (Picosat) restarts strategy
0.07/0.13	c Glucose learned constraints deletion strategy
0.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c --- End Solver configuration ---
0.07/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ae94e92
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.07/0.13	c No reason simplification
0.07/0.13	c Armin Biere (Picosat) restarts strategy
0.07/0.13	c Glucose learned constraints deletion strategy
0.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c --- End Solver configuration ---
0.07/0.13	c solving HOME/instance-3742591-1338771772.opb
0.07/0.13	c reading problem ... 
0.97/0.59	c ... done. Wall clock time 0.463s.
0.97/0.59	c #vars     15708
0.97/0.59	c #constraints  15974
0.97/0.59	c constraints type 
0.97/0.59	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 14137
0.97/0.59	c org.sat4j.minisat.constraints.card.MinWatchCard => 132
0.97/0.59	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1703
0.97/0.59	c constraints type 
0.97/0.59	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1703
0.97/0.59	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 14137
0.97/0.59	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 132
7.11/2.99	c cleaning 2483 clauses out of 4995 with flag 5000/5000
12.67/5.67	c cleaning 4239 clauses out of 8510 with flag 11005/11005
18.90/8.71	c cleaning 5550 clauses out of 11262 with flag 18000/18000
25.46/12.05	c cleaning 6802 clauses out of 13708 with flag 26004/26004
32.82/15.71	c cleaning 7854 clauses out of 15896 with flag 35000/35000
47.41/23.01	c cleaning 8848 clauses out of 18040 with flag 45001/45001
60.55/29.63	c cleaning 9894 clauses out of 20185 with flag 56001/56001
72.71/35.78	c cleaning 11028 clauses out of 22290 with flag 68002/68002
86.01/42.44	c cleaning 11990 clauses out of 24257 with flag 81000/81000
98.99/48.97	c cleaning 12965 clauses out of 26256 with flag 95000/95000
118.33/58.62	c cleaning 14014 clauses out of 28286 with flag 110002/110002
137.30/68.20	c cleaning 14994 clauses out of 30269 with flag 126002/126002
154.80/76.98	c cleaning 15374 clauses out of 31275 with flag 142002/142002
170.71/84.97	c cleaning 15542 clauses out of 31898 with flag 158001/158001
208.90/104.08	c cleaning 15802 clauses out of 32356 with flag 174001/174001
232.41/115.81	c cleaning 16144 clauses out of 32554 with flag 190002/190002
251.24/125.31	c cleaning 15941 clauses out of 32409 with flag 206001/206001
270.91/135.26	c cleaning 16001 clauses out of 32469 with flag 222002/222002
286.75/143.24	c cleaning 16051 clauses out of 32467 with flag 238001/238001
313.48/156.66	c cleaning 15978 clauses out of 32415 with flag 254000/254000
327.68/163.89	c cleaning 15966 clauses out of 32438 with flag 270001/270001
347.70/173.90	c cleaning 15662 clauses out of 32473 with flag 286003/286003
372.58/186.47	c cleaning 15016 clauses out of 32807 with flag 302000/302000
393.68/197.05	c cleaning 15365 clauses out of 33791 with flag 318000/318000
407.79/204.27	c cleaning 15002 clauses out of 34425 with flag 334001/334001
427.02/213.91	c cleaning 14964 clauses out of 35421 with flag 350001/350001
462.68/231.82	c cleaning 15168 clauses out of 36458 with flag 366002/366002
498.36/249.71	c cleaning 15367 clauses out of 37288 with flag 382000/382000
529.07/265.27	c cleaning 15181 clauses out of 37924 with flag 398005/398005
544.31/272.95	c cleaning 14996 clauses out of 38739 with flag 414001/414001
561.51/281.63	c cleaning 15194 clauses out of 39742 with flag 430000/430000
585.86/293.93	c cleaning 15496 clauses out of 40548 with flag 446000/446000
601.24/301.83	c cleaning 14990 clauses out of 41052 with flag 462000/462000
617.28/309.91	c cleaning 15173 clauses out of 42062 with flag 478000/478000
637.82/320.39	c cleaning 15168 clauses out of 42889 with flag 494000/494000
654.76/328.94	c cleaning 15000 clauses out of 43722 with flag 510001/510001
671.11/337.31	c cleaning 15384 clauses out of 44721 with flag 526001/526001
705.26/354.50	c cleaning 15379 clauses out of 45337 with flag 542001/542001
725.01/364.56	c cleaning 15107 clauses out of 45962 with flag 558005/558005
741.14/372.78	c cleaning 15242 clauses out of 46850 with flag 574000/574000
755.69/380.26	c cleaning 15281 clauses out of 47614 with flag 590006/590006
772.24/388.64	c cleaning 15252 clauses out of 48329 with flag 606002/606002
788.56/396.94	c cleaning 15348 clauses out of 49075 with flag 622001/622001
807.32/406.40	c cleaning 15014 clauses out of 49725 with flag 638000/638000
829.15/417.50	c cleaning 15200 clauses out of 50713 with flag 654003/654003
849.16/427.60	c cleaning 0 clauses out of 5000 with flag 0/5000
867.89/437.00	c cleaning 15249 clauses out of 51511 with flag 670001/670001
884.19/445.36	c cleaning 15411 clauses out of 52261 with flag 686000/686000
901.32/454.16	c cleaning 15141 clauses out of 52847 with flag 702001/702001
920.62/463.93	c cleaning 15037 clauses out of 53709 with flag 718004/718004
946.70/477.10	c cleaning 15375 clauses out of 54668 with flag 734000/734000
1001.45/504.62	c cleaning 15586 clauses out of 55294 with flag 750001/750001
1041.34/524.85	c cleaning 15392 clauses out of 55706 with flag 766000/766000
1060.64/534.60	c cleaning 15264 clauses out of 56315 with flag 782001/782001
1079.51/544.25	c cleaning 15261 clauses out of 57050 with flag 798000/798000
1103.42/556.35	c cleaning 15059 clauses out of 57788 with flag 814000/814000
1120.91/565.35	c cleaning 15163 clauses out of 58727 with flag 830000/830000
1139.78/574.90	c cleaning 15162 clauses out of 59564 with flag 846000/846000
1159.65/585.01	c cleaning 15582 clauses out of 60402 with flag 862000/862000
1198.01/604.35	c cleaning 15356 clauses out of 60820 with flag 878000/878000
1213.00/612.18	c cleaning 15527 clauses out of 61463 with flag 894000/894000
1228.86/620.27	c cleaning 14912 clauses out of 61936 with flag 910000/910000
1248.11/630.07	c cleaning 15542 clauses out of 63026 with flag 926002/926002
1268.36/640.33	c cleaning 15218 clauses out of 63483 with flag 942001/942001
1294.22/653.59	c cleaning 15547 clauses out of 64265 with flag 958001/958001
1356.40/684.72	c cleaning 15258 clauses out of 64719 with flag 974002/974002
1420.13/716.74	c cleaning 15143 clauses out of 65462 with flag 990003/990003
1453.57/733.64	c cleaning 15118 clauses out of 66319 with flag 1006003/1006003
1513.60/763.90	c cleaning 15559 clauses out of 67202 with flag 1022004/1022004
1572.31/793.42	c cleaning 15507 clauses out of 67639 with flag 1038000/1038000
1669.55/842.16	c cleaning 15646 clauses out of 68132 with flag 1054000/1054000
1723.75/869.43	c cleaning 15630 clauses out of 68488 with flag 1070002/1070002
1745.01/880.48	c cleaning 15277 clauses out of 68861 with flag 1086005/1086005
1762.97/889.68	c cleaning 15126 clauses out of 69575 with flag 1102001/1102001
1779.94/898.40	c cleaning 15264 clauses out of 70448 with flag 1118000/1118000
1800.10/908.62	c starts		: 185
1800.10/908.62	c conflicts		: 1129531
1800.10/908.62	c decisions		: 20670023
1800.10/908.62	c propagations		: 836744948
1800.10/908.62	c inspects		: 1538930429
1800.10/908.62	c shortcuts		: 0
1800.10/908.62	c learnt literals	: 95
1800.10/908.62	c learnt binary clauses	: 46779
1800.10/908.62	c learnt ternary clauses	: 59637
1800.10/908.62	c learnt constraints	: 1129435
1800.10/908.62	c ignored constraints	: 0
1800.10/908.62	c root simplifications	: 0
1800.10/908.62	c removed literals (reason simplification)	: 13551742
1800.10/908.62	c reason swapping (by a shorter reason)	: 0
1800.10/908.62	c Calls to reduceDB	: 74
1800.10/908.62	c number of reductions to clauses (during analyze)	: 0
1800.10/908.62	c number of learned constraints concerned by reduction	: 0
1800.10/908.62	c number of learning phase by resolution	: 0
1800.10/908.62	c number of learning phase by cutting planes	: 0
1800.10/908.62	c speed (assignments/second)	: 921501.9311184848
1800.10/908.62	c non guided choices	15462
1800.10/908.65	c learnt constraints type 
1800.10/908.65	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 46782
1800.10/908.65	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 19960
1800.10/908.65	c constraints type 
1800.10/908.65	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 14137
1800.10/908.65	c org.sat4j.minisat.constraints.card.MinWatchCard => 132
1800.10/908.65	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1703
1800.10/908.65	c constraints type 
1800.10/908.65	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1703
1800.10/908.65	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 14137
1800.10/908.65	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 132
1800.10/908.65	s UNKNOWN
1800.10/908.65	c Total wall clock time (in seconds): 908.52

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-3742591-1338771772/watcher-3742591-1338771772 -o /tmp/evaluation-result-3742591-1338771772/solver-3742591-1338771772 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3742591-1338771772.opb 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 3.92 3.98 3.92 2/175 25360
/proc/meminfo: memFree=28271124/32873844 swapFree=7632/7632
[pid=25360] ppid=25358 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/25360/stat : 25360 (java) D 25358 25360 24098 0 -1 4202496 248 0 0 0 0 0 0 0 20 0 1 0 343301560 9515008 182 33554432000 1073741824 1073778376 140737318946384 140737318937416 209883840181 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/25360/statm: 2323 182 140 9 0 71 0

[startup+0.043272 s]
/proc/loadavg: 3.92 3.98 3.92 2/175 25360
/proc/meminfo: memFree=28271124/32873844 swapFree=7632/7632
[pid=25360] ppid=25358 vsize=11044572 CPUtime=0.01 cores=1,3,5,7
/proc/25360/stat : 25360 (java) S 25358 25360 24098 0 -1 4202496 3607 0 1 0 0 1 0 0 20 0 10 0 343301560 11309641728 10950 33554432000 1073741824 1073778376 140736990181952 140736990173088 209887199293 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25360/statm: 2761143 10959 1174 9 0 2751844 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 11044572

[startup+0.100332 s]
/proc/loadavg: 3.92 3.98 3.92 2/175 25360
/proc/meminfo: memFree=28271124/32873844 swapFree=7632/7632
[pid=25360] ppid=25358 vsize=11586392 CPUtime=0.07 cores=1,3,5,7
/proc/25360/stat : 25360 (java) S 25358 25360 24098 0 -1 4202496 4475 0 1 0 5 2 0 0 20 0 18 0 343301560 11864465408 12838 33554432000 1073741824 1073778376 140736990181952 140736990173088 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25360/statm: 2896598 12838 1779 9 0 2887285 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 11586392

[startup+0.300264 s]
/proc/loadavg: 3.92 3.98 3.92 2/175 25360
/proc/meminfo: memFree=28271124/32873844 swapFree=7632/7632
[pid=25360] ppid=25358 vsize=11586392 CPUtime=0.53 cores=1,3,5,7
/proc/25360/stat : 25360 (java) S 25358 25360 24098 0 -1 4202496 8282 0 1 0 50 3 0 0 20 0 18 0 343301560 11864465408 18410 33554432000 1073741824 1073778376 140736990181952 140736990173088 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25360/statm: 2896598 18410 2224 9 0 2887285 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 11586392

[startup+0.700187 s]
/proc/loadavg: 3.92 3.98 3.92 2/175 25360
/proc/meminfo: memFree=28271124/32873844 swapFree=7632/7632
[pid=25360] ppid=25358 vsize=11852648 CPUtime=1.58 cores=1,3,5,7
/proc/25360/stat : 25360 (java) S 25358 25360 24098 0 -1 4202496 10767 0 1 0 152 6 0 0 20 0 22 0 343301560 12137111552 42343 33554432000 1073741824 1073778376 140736990181952 140736990173088 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25360/statm: 2963162 42343 2260 9 0 2953849 0
Current children cumulated CPU time (s) 1.58
Current children cumulated vsize (KiB) 11852648

[startup+1.50077 s]
/proc/loadavg: 3.93 3.98 3.92 6/216 25437
/proc/meminfo: memFree=28024088/32873844 swapFree=7632/7632
[pid=25360] ppid=25358 vsize=11852648 CPUtime=4.17 cores=1,3,5,7
/proc/25360/stat : 25360 (java) S 25358 25360 24098 0 -1 4202496 22804 0 1 0 407 10 0 0 20 0 22 0 343301560 12137111552 81683 33554432000 1073741824 1073778376 140736990181952 140736990173088 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25360/statm: 2963162 81683 2265 9 0 2953849 0
[pid=25360/tid=25362] ppid=25358 vsize=11852648 CPUtime=0.56 cores=1,3,5,7
/proc/25360/task/25362/stat : 25362 (java) S 25358 25360 24098 0 -1 4202560 3426 0 1 0 51 5 0 0 20 0 22 0 343301562 12137111552 81683 33554432000 1073741824 1073778376 140736990181952 140158263624856 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25360/tid=25363] ppid=25358 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25360/task/25363/stat : 25363 (java) S 25358 25360 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 343301564 12137111552 81683 33554432000 1073741824 1073778376 140736990181952 140158218378280 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25360/tid=25364] ppid=25358 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25360/task/25364/stat : 25364 (java) S 25358 25360 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 343301564 12137111552 81683 33554432000 1073741824 1073778376 140736990181952 140158217325480 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25360/tid=25365] ppid=25358 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25360/task/25365/stat : 25365 (java) S 25358 25360 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 343301564 12137111552 81683 33554432000 1073741824 1073778376 140736990181952 140158216272680 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25360/tid=25366] ppid=25358 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25360/task/25366/stat : 25366 (java) S 25358 25360 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 343301564 12137111552 81683 33554432000 1073741824 1073778376 140736990181952 140158215219880 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25360/tid=25367] ppid=25358 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25360/task/25367/stat : 25367 (java) S 25358 25360 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 343301564 12137111552 81683 33554432000 1073741824 1073778376 140736990181952 140158214167080 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25360/tid=25368] ppid=25358 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25360/task/25368/stat : 25368 (java) S 25358 25360 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 343301564 12137111552 81683 33554432000 1073741824 1073778376 140736990181952 140158213114280 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25360/tid=25369] ppid=25358 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25360/task/25369/stat : 25369 (java) S 25358 25360 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 343301564 12137111552 81683 33554432000 1073741824 1073778376 140736990181952 140158212061480 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25360/tid=25370] ppid=25358 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25360/task/25370/stat : 25370 (java) S 25358 25360 24098 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 343301564 12137111552 81683 33554432000 1073741824 1073778376 140736990181952 140158211008680 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25360/tid=25371] ppid=25358 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25360/task/25371/stat : 25371 (java) S 25358 25360 24098 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 343301565 12137111552 81683 33554432000 1073741824 1073778376 140736990181952 140158080879592 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25360/tid=25372] ppid=25358 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25360/task/25372/stat : 25372 (java) S 25358 25360 24098 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 343301566 12137111552 81683 33554432000 1073741824 1073778376 140736990181952 140158079825656 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25360/tid=25373] ppid=25358 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25360/task/25373/stat : 25373 (java) S 25358 25360 24098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 343301566 12137111552 81683 33554432000 1073741824 1073778376 140736990181952 140158078772744 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25360/tid=25374] ppid=25358 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25360/task/25374/stat : 25374 (java) S 25358 25360 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 343301568 12137111552 81683 33554432000 1073741824 1073778376 140736990181952 140158077721232 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25360/tid=25375] ppid=25358 vsize=11852648 CPUtime=0.95 cores=1,3,5,7
/proc/25360/task/25375/stat : 25375 (java) S 25358 25360 24098 0 -1 4202560 9310 0 0 0 93 2 0 0 20 0 22 0 343301568 12137111552 81683 33554432000 1073741824 1073778376 140736990181952 140158076668344 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25360/tid=25376] ppid=25358 vsize=11852648 CPUtime=0.85 cores=1,3,5,7
/proc/25360/task/25376/stat : 25376 (java) S 25358 25360 24098 0 -1 4202560 8704 0 0 0 83 2 0 0 20 0 22 0 343301568 12137111552 81683 33554432000 1073741824 1073778376 140736990181952 140158075615544 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25360/tid=25377] ppid=25358 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25360/task/25377/stat : 25377 (java) S 25358 25360 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 343301568 12137111552 81683 33554432000 1073741824 1073778376 140736990181952 140158074562936 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25360/tid=25378] ppid=25358 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25360/task/25378/stat : 25378 (java) S 25358 25360 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 343301568 12137111552 81683 33554432000 1073741824 1073778376 140736990181952 140158073510344 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25360/tid=25379] ppid=25358 vsize=11852648 CPUtime=0.88 cores=1,3,5,7
/proc/25360/task/25379/stat : 25379 (java) R 25358 25360 24098 0 -1 4202560 24 0 0 0 88 0 0 0 20 0 22 0 343301620 12137111552 81683 33554432000 1073741824 1073778376 140736990181952 140158072456104 140158088068552 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25360/tid=25380] ppid=25358 vsize=11852648 CPUtime=0.87 cores=1,3,5,7
/proc/25360/task/25380/stat : 25380 (java) R 25358 25360 24098 0 -1 4202560 140 0 0 0 84 3 0 0 20 0 22 0 343301620 12137111552 81683 33554432000 1073741824 1073778376 140736990181952 140156929565848 140158088032599 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=25360/tid=25381] ppid=25358 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25360/task/25381/stat : 25381 (java) S 25358 25360 24098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 343301622 12137111552 81683 33554432000 1073741824 1073778376 140736990181952 140156928513448 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25360/tid=25382] ppid=25358 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25360/task/25382/stat : 25382 (java) S 25358 25360 24098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 343301622 12137111552 81683 33554432000 1073741824 1073778376 140736990181952 140156927460648 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.17
Current children cumulated vsize (KiB) 11852648

[startup+3.10078 s]
/proc/loadavg: 3.93 3.98 3.92 7/220 25441
/proc/meminfo: memFree=27471360/32873844 swapFree=7632/7632
[pid=25360] ppid=25358 vsize=11852648 CPUtime=7.55 cores=1,3,5,7
/proc/25360/stat : 25360 (java) S 25358 25360 24098 0 -1 4202496 23306 0 1 0 734 21 0 0 20 0 22 0 343301560 12137111552 228170 33554432000 1073741824 1073778376 140736990181952 140736990173088 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25360/statm: 2963162 228170 2289 9 0 2953849 0
[pid=25360/tid=25362] ppid=25358 vsize=11852648 CPUtime=0.56 cores=1,3,5,7
/proc/25360/task/25362/stat : 25362 (java) S 25358 25360 24098 0 -1 4202560 3426 0 1 0 51 5 0 0 20 0 22 0 343301562 12137111552 228170 33554432000 1073741824 1073778376 140736990181952 140158263624856 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25360/tid=25363] ppid=25358 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25360/task/25363/stat : 25363 (java) S 25358 25360 24098 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 343301564 12137111552 228170 33554432000 1073741824 1073778376 140736990181952 140158218378280 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25360/tid=25364] ppid=25358 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25360/task/25364/stat : 25364 (java) S 25358 25360 24098 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 343301564 12137111552 228170 33554432000 1073741824 1073778376 140736990181952 140158217325480 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25360/tid=25365] ppid=25358 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25360/task/25365/stat : 25365 (java) S 25358 25360 24098 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 343301564 12137111552 228170 33554432000 1073741824 1073778376 140736990181952 140158216272680 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25360/tid=25366] ppid=25358 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25360/task/25366/stat : 25366 (java) S 25358 25360 24098 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 343301564 12137111552 228170 33554432000 1073741824 1073778376 140736990181952 140158215219880 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25360/tid=25367] ppid=25358 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25360/task/25367/stat : 25367 (java) S 25358 25360 24098 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 343301564 12137111552 228170 33554432000 1073741824 1073778376 140736990181952 140158214167080 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25360/tid=25368] ppid=25358 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25360/task/25368/stat : 25368 (java) S 25358 25360 24098 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 343301564 12137111552 228170 33554432000 1073741824 1073778376 140736990181952 140158213114280 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25360/tid=25369] ppid=25358 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25360/task/25369/stat : 25369 (java) S 25358 25360 24098 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 343301564 12137111552 228170 33554432000 1073741824 1073778376 140736990181952 140158212061480 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25360/tid=25370] ppid=25358 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25360/task/25370/stat : 25370 (java) S 25358 25360 24098 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 343301564 12137111552 228170 33554432000 1073741824 1073778376 140736990181952 140158211008680 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25360/tid=25371] ppid=25358 vsize=11852648 CPUtime=0.04 cores=1,3,5,7
/proc/25360/task/25371/stat : 25371 (java) S 25358 25360 24098 0 -1 4202560 38 0 0 0 4 0 0 0 20 0 22 0 343301565 12137111552 228170 33554432000 1073741824 1073778376 140736990181952 140158080879592 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25360/tid=25372] ppid=25358 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25360/task/25372/stat : 25372 (java) S 25358 25360 24098 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 343301566 12137111552 228170 33554432000 1073741824 1073778376 140736990181952 140158079825656 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25360/tid=25373] ppid=25358 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25360/task/25373/stat : 25373 (java) S 25358 25360 24098 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 343301566 12137111552 228170 33554432000 1073741824 1073778376 140736990181952 140158078772744 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25360/tid=25374] ppid=25358 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25360/task/25374/stat : 25374 (java) S 25358 25360 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 343301568 12137111552 228170 33554432000 1073741824 1073778376 140736990181952 140158077721232 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25360/tid=25375] ppid=25358 vsize=11852648 CPUtime=1.13 cores=1,3,5,7
/proc/25360/task/25375/stat : 25375 (java) S 25358 25360 24098 0 -1 4202560 9319 0 0 0 111 2 0 0 20 0 22 0 343301568 12137111552 228170 33554432000 1073741824 1073778376 140736990181952 140158076668344 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25360/tid=25376] ppid=25358 vsize=11852648 CPUtime=0.92 cores=1,3,5,7
/proc/25360/task/25376/stat : 25376 (java) S 25358 25360 24098 0 -1 4202560 8838 0 0 0 90 2 0 0 20 0 22 0 343301568 12137111552 228170 33554432000 1073741824 1073778376 140736990181952 140158075615544 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25360/tid=25377] ppid=25358 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25360/task/25377/stat : 25377 (java) S 25358 25360 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 343301568 12137111552 228170 33554432000 1073741824 1073778376 140736990181952 140158074562936 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25360/tid=25378] ppid=25358 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25360/task/25378/stat : 25378 (java) S 25358 25360 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 343301568 12137111552 228170 33554432000 1073741824 1073778376 140736990181952 140158073510344 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25360/tid=25379] ppid=25358 vsize=11852648 CPUtime=2.4 cores=1,3,5,7
/proc/25360/task/25379/stat : 25379 (java) R 25358 25360 24098 0 -1 4202560 28 0 0 0 240 0 0 0 20 0 22 0 343301620 12137111552 228170 33554432000 1073741824 1073778376 140736990181952 140158072456232 140158087946389 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25360/tid=25380] ppid=25358 vsize=11852648 CPUtime=2.33 cores=1,3,5,7
/proc/25360/task/25380/stat : 25380 (java) R 25358 25360 24098 0 -1 4202560 408 0 0 0 222 11 0 0 20 0 22 0 343301620 12137111552 228170 33554432000 1073741824 1073778376 140736990181952 140156929563328 140158088189291 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25360/tid=25381] ppid=25358 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25360/task/25381/stat : 25381 (java) S 25358 25360 24098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 343301622 12137111552 228170 33554432000 1073741824 1073778376 140736990181952 140156928513448 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25360/tid=25382] ppid=25358 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25360/task/25382/stat : 25382 (java) S 25358 25360 24098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 343301622 12137111552 228170 33554432000 1073741824 1073778376 140736990181952 140156927460648 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.55
Current children cumulated vsize (KiB) 11852648

[startup+6.30091 s]
/proc/loadavg: 3.93 3.98 3.92 5/220 25441
/proc/meminfo: memFree=26629896/32873844 swapFree=7632/7632
[pid=25360] ppid=25358 vsize=11852648 CPUtime=14.07 cores=1,3,5,7
/proc/25360/stat : 25360 (java) S 25358 25360 24098 0 -1 4202496 23398 0 1 0 1383 24 0 0 20 0 22 0 343301560 12137111552 264843 33554432000 1073741824 1073778376 140736990181952 140736990173088 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25360/statm: 2963162 264843 2290 9 0 2953849 0
[pid=25360/tid=25362] ppid=25358 vsize=11852648 CPUtime=0.56 cores=1,3,5,7
/proc/25360/task/25362/stat : 25362 (java) S 25358 25360 24098 0 -1 4202560 3426 0 1 0 51 5 0 0 20 0 22 0 343301562 12137111552 264843 33554432000 1073741824 1073778376 140736990181952 140158263624856 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25360/tid=25363] ppid=25358 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25360/task/25363/stat : 25363 (java) S 25358 25360 24098 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 343301564 12137111552 264843 33554432000 1073741824 1073778376 140736990181952 140158218378280 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25360/tid=25364] ppid=25358 vsize=11852648 CPUtime=0.01 cores=1,3,5,7
/proc/25360/task/25364/stat : 25364 (java) S 25358 25360 24098 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 22 0 343301564 12137111552 264843 33554432000 1073741824 1073778376 140736990181952 140158217325480 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25360/tid=25365] ppid=25358 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25360/task/25365/stat : 25365 (java) S 25358 25360 24098 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 343301564 12137111552 264843 33554432000 1073741824 1073778376 140736990181952 140158216272680 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25360/tid=25366] ppid=25358 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25360/task/25366/stat : 25366 (java) S 25358 25360 24098 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 343301564 12137111552 264843 33554432000 1073741824 1073778376 140736990181952 140158215219880 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25360/tid=25367] ppid=25358 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25360/task/25367/stat : 25367 (java) S 25358 25360 24098 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 343301564 12137111552 264843 33554432000 1073741824 1073778376 140736990181952 140158214167080 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25360/tid=25368] ppid=25358 vsize=11852648 CPUtime=0.01 cores=1,3,5,7
/proc/25360/task/25368/stat : 25368 (java) S 25358 25360 24098 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 22 0 343301564 12137111552 264843 33554432000 1073741824 1073778376 140736990181952 140158213114280 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25360/tid=25369] ppid=25358 vsize=11852648 CPUtime=0.01 cores=1,3,5,7
/proc/25360/task/25369/stat : 25369 (java) S 25358 25360 24098 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 22 0 343301564 12137111552 264843 33554432000 1073741824 1073778376 140736990181952 140158212061480 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25360/tid=25370] ppid=25358 vsize=11852648 CPUtime=0.01 cores=1,3,5,7
/proc/25360/task/25370/stat : 25370 (java) S 25358 25360 24098 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 343301564 12137111552 264843 33554432000 1073741824 1073778376 140736990181952 140158211008680 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25360/tid=25371] ppid=25358 vsize=11852648 CPUtime=0.1 cores=1,3,5,7
/proc/25360/task/25371/stat : 25371 (java) S 25358 25360 24098 0 -1 4202560 40 0 0 0 10 0 0 0 20 0 22 0 343301565 12137111552 264843 33554432000 1073741824 1073778376 140736990181952 140158080879592 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25360/tid=25372] ppid=25358 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25360/task/25372/stat : 25372 (java) S 25358 25360 24098 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 343301566 12137111552 264843 33554432000 1073741824 1073778376 140736990181952 140158079825656 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25360/tid=25373] ppid=25358 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25360/task/25373/stat : 25373 (java) S 25358 25360 24098 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 343301566 12137111552 264843 33554432000 1073741824 1073778376 140736990181952 140158078772744 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25360/tid=25374] ppid=25358 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25360/task/25374/stat : 25374 (java) S 25358 25360 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 343301568 12137111552 264843 33554432000 1073741824 1073778376 140736990181952 140158077721232 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25360/tid=25375] ppid=25358 vsize=11852648 CPUtime=1.17 cores=1,3,5,7
/proc/25360/task/25375/stat : 25375 (java) S 25358 25360 24098 0 -1 4202560 9320 0 0 0 115 2 0 0 20 0 22 0 343301568 12137111552 264843 33554432000 1073741824 1073778376 140736990181952 140158076668344 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0

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

/proc/25360/statm: 2963162 998846 2291 9 0 2953849 0
[pid=25360/tid=25362] ppid=25358 vsize=11852648 CPUtime=0.6 cores=1,3,5,7
/proc/25360/task/25362/stat : 25362 (java) S 25358 25360 24098 0 -1 4202560 3463 0 1 0 53 7 0 0 20 0 22 0 343301562 12137111552 998846 33554432000 1073741824 1073778376 140736990181952 140158263624856 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25360/tid=25363] ppid=25358 vsize=11852648 CPUtime=1.13 cores=1,3,5,7
/proc/25360/task/25363/stat : 25363 (java) S 25358 25360 24098 0 -1 4202560 155 0 0 0 106 7 0 0 20 0 22 0 343301564 12137111552 998846 33554432000 1073741824 1073778376 140736990181952 140158218378280 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25360/tid=25364] ppid=25358 vsize=11852648 CPUtime=1.23 cores=1,3,5,7
/proc/25360/task/25364/stat : 25364 (java) S 25358 25360 24098 0 -1 4202560 172 0 0 0 116 7 0 0 20 0 22 0 343301564 12137111552 998846 33554432000 1073741824 1073778376 140736990181952 140158217325480 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25360/tid=25365] ppid=25358 vsize=11852648 CPUtime=1.18 cores=1,3,5,7
/proc/25360/task/25365/stat : 25365 (java) S 25358 25360 24098 0 -1 4202560 173 0 0 0 111 7 0 0 20 0 22 0 343301564 12137111552 998846 33554432000 1073741824 1073778376 140736990181952 140158216272680 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25360/tid=25366] ppid=25358 vsize=11852648 CPUtime=1.13 cores=1,3,5,7
/proc/25360/task/25366/stat : 25366 (java) S 25358 25360 24098 0 -1 4202560 151 0 0 0 108 5 0 0 20 0 22 0 343301564 12137111552 998846 33554432000 1073741824 1073778376 140736990181952 140158215219880 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25360/tid=25367] ppid=25358 vsize=11852648 CPUtime=1.13 cores=1,3,5,7
/proc/25360/task/25367/stat : 25367 (java) S 25358 25360 24098 0 -1 4202560 129 0 0 0 108 5 0 0 20 0 22 0 343301564 12137111552 998846 33554432000 1073741824 1073778376 140736990181952 140158214167080 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25360/tid=25368] ppid=25358 vsize=11852648 CPUtime=1.19 cores=1,3,5,7
/proc/25360/task/25368/stat : 25368 (java) S 25358 25360 24098 0 -1 4202560 159 0 0 0 112 7 0 0 20 0 22 0 343301564 12137111552 998846 33554432000 1073741824 1073778376 140736990181952 140158213114280 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25360/tid=25369] ppid=25358 vsize=11852648 CPUtime=1.3 cores=1,3,5,7
/proc/25360/task/25369/stat : 25369 (java) S 25358 25360 24098 0 -1 4202560 172 0 0 0 122 8 0 0 20 0 22 0 343301564 12137111552 998846 33554432000 1073741824 1073778376 140736990181952 140158212061480 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25360/tid=25370] ppid=25358 vsize=11852648 CPUtime=1.25 cores=1,3,5,7
/proc/25360/task/25370/stat : 25370 (java) S 25358 25360 24098 0 -1 4202560 157 0 0 0 119 6 0 0 20 0 22 0 343301564 12137111552 998846 33554432000 1073741824 1073778376 140736990181952 140158211008680 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25360/tid=25371] ppid=25358 vsize=11852648 CPUtime=21.02 cores=1,3,5,7
/proc/25360/task/25371/stat : 25371 (java) S 25358 25360 24098 0 -1 4202560 168 0 0 0 2096 6 0 0 20 0 22 0 343301565 12137111552 998846 33554432000 1073741824 1073778376 140736990181952 140158080879592 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25360/tid=25372] ppid=25358 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25360/task/25372/stat : 25372 (java) S 25358 25360 24098 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 343301566 12137111552 998846 33554432000 1073741824 1073778376 140736990181952 140158079825656 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25360/tid=25373] ppid=25358 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25360/task/25373/stat : 25373 (java) S 25358 25360 24098 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 343301566 12137111552 998846 33554432000 1073741824 1073778376 140736990181952 140158078772744 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25360/tid=25374] ppid=25358 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25360/task/25374/stat : 25374 (java) S 25358 25360 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 343301568 12137111552 998846 33554432000 1073741824 1073778376 140736990181952 140158077721232 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25360/tid=25375] ppid=25358 vsize=11852648 CPUtime=1.25 cores=1,3,5,7
/proc/25360/task/25375/stat : 25375 (java) S 25358 25360 24098 0 -1 4202560 9330 0 0 0 123 2 0 0 20 0 22 0 343301568 12137111552 998846 33554432000 1073741824 1073778376 140736990181952 140158076668344 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25360/tid=25376] ppid=25358 vsize=11852648 CPUtime=1.53 cores=1,3,5,7
/proc/25360/task/25376/stat : 25376 (java) S 25358 25360 24098 0 -1 4202560 9488 0 0 0 151 2 0 0 20 0 22 0 343301568 12137111552 998846 33554432000 1073741824 1073778376 140736990181952 140158075615544 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25360/tid=25377] ppid=25358 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25360/task/25377/stat : 25377 (java) S 25358 25360 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 343301568 12137111552 998846 33554432000 1073741824 1073778376 140736990181952 140158074562936 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25360/tid=25378] ppid=25358 vsize=11852648 CPUtime=0.36 cores=1,3,5,7
/proc/25360/task/25378/stat : 25378 (java) S 25358 25360 24098 0 -1 4202560 46 0 0 0 16 20 0 0 20 0 22 0 343301568 12137111552 998846 33554432000 1073741824 1073778376 140736990181952 140158073510344 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25360/tid=25379] ppid=25358 vsize=11852648 CPUtime=795.72 cores=1,3,5,7
/proc/25360/task/25379/stat : 25379 (java) R 25358 25360 24098 0 -1 4202560 79 0 0 0 79559 13 0 0 20 0 22 0 343301620 12137111552 998846 33554432000 1073741824 1073778376 140736990181952 140158072454472 140158087979095 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25360/tid=25380] ppid=25358 vsize=11852648 CPUtime=795.61 cores=1,3,5,7
/proc/25360/task/25380/stat : 25380 (java) R 25358 25360 24098 0 -1 4202560 1665 0 0 0 79499 62 0 0 20 0 22 0 343301620 12137111552 998846 33554432000 1073741824 1073778376 140736990181952 140156929564360 140158088189399 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25360/tid=25381] ppid=25358 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25360/task/25381/stat : 25381 (java) S 25358 25360 24098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 343301622 12137111552 998846 33554432000 1073741824 1073778376 140736990181952 140156928513448 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25360/tid=25382] ppid=25358 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25360/task/25382/stat : 25382 (java) S 25358 25360 24098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 343301622 12137111552 998846 33554432000 1073741824 1073778376 140736990181952 140156927460648 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1629.86
Current children cumulated vsize (KiB) 11852648

[startup+882.301 s]
/proc/loadavg: 3.95 3.92 3.91 5/220 25507
/proc/meminfo: memFree=22276776/32873844 swapFree=7632/7632
[pid=25360] ppid=25358 vsize=11852648 CPUtime=1748.31 cores=1,3,5,7
/proc/25360/stat : 25360 (java) S 25358 25360 24098 0 -1 4202496 26928 0 1 0 174677 154 0 0 20 0 22 0 343301560 12137111552 1031647 33554432000 1073741824 1073778376 140736990181952 140736990173088 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25360/statm: 2963162 1031647 2291 9 0 2953849 0
[pid=25360/tid=25362] ppid=25358 vsize=11852648 CPUtime=0.61 cores=1,3,5,7
/proc/25360/task/25362/stat : 25362 (java) S 25358 25360 24098 0 -1 4202560 3464 0 1 0 54 7 0 0 20 0 22 0 343301562 12137111552 1031647 33554432000 1073741824 1073778376 140736990181952 140158263624856 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25360/tid=25363] ppid=25358 vsize=11852648 CPUtime=1.26 cores=1,3,5,7
/proc/25360/task/25363/stat : 25363 (java) S 25358 25360 24098 0 -1 4202560 183 0 0 0 118 8 0 0 20 0 22 0 343301564 12137111552 1031647 33554432000 1073741824 1073778376 140736990181952 140158218378280 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25360/tid=25364] ppid=25358 vsize=11852648 CPUtime=1.32 cores=1,3,5,7
/proc/25360/task/25364/stat : 25364 (java) S 25358 25360 24098 0 -1 4202560 207 0 0 0 124 8 0 0 20 0 22 0 343301564 12137111552 1031647 33554432000 1073741824 1073778376 140736990181952 140158217325480 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25360/tid=25365] ppid=25358 vsize=11852648 CPUtime=1.26 cores=1,3,5,7
/proc/25360/task/25365/stat : 25365 (java) S 25358 25360 24098 0 -1 4202560 199 0 0 0 118 8 0 0 20 0 22 0 343301564 12137111552 1031647 33554432000 1073741824 1073778376 140736990181952 140158216272680 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25360/tid=25366] ppid=25358 vsize=11852648 CPUtime=1.22 cores=1,3,5,7
/proc/25360/task/25366/stat : 25366 (java) S 25358 25360 24098 0 -1 4202560 179 0 0 0 116 6 0 0 20 0 22 0 343301564 12137111552 1031647 33554432000 1073741824 1073778376 140736990181952 140158215219880 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25360/tid=25367] ppid=25358 vsize=11852648 CPUtime=1.24 cores=1,3,5,7
/proc/25360/task/25367/stat : 25367 (java) S 25358 25360 24098 0 -1 4202560 168 0 0 0 117 7 0 0 20 0 22 0 343301564 12137111552 1031647 33554432000 1073741824 1073778376 140736990181952 140158214167080 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25360/tid=25368] ppid=25358 vsize=11852648 CPUtime=1.25 cores=1,3,5,7
/proc/25360/task/25368/stat : 25368 (java) S 25358 25360 24098 0 -1 4202560 185 0 0 0 117 8 0 0 20 0 22 0 343301564 12137111552 1031647 33554432000 1073741824 1073778376 140736990181952 140158213114280 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25360/tid=25369] ppid=25358 vsize=11852648 CPUtime=1.36 cores=1,3,5,7
/proc/25360/task/25369/stat : 25369 (java) S 25358 25360 24098 0 -1 4202560 185 0 0 0 127 9 0 0 20 0 22 0 343301564 12137111552 1031647 33554432000 1073741824 1073778376 140736990181952 140158212061480 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25360/tid=25370] ppid=25358 vsize=11852648 CPUtime=1.33 cores=1,3,5,7
/proc/25360/task/25370/stat : 25370 (java) S 25358 25360 24098 0 -1 4202560 179 0 0 0 125 8 0 0 20 0 22 0 343301564 12137111552 1031647 33554432000 1073741824 1073778376 140736990181952 140158211008680 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25360/tid=25371] ppid=25358 vsize=11852648 CPUtime=22.86 cores=1,3,5,7
/proc/25360/task/25371/stat : 25371 (java) S 25358 25360 24098 0 -1 4202560 172 0 0 0 2280 6 0 0 20 0 22 0 343301565 12137111552 1031647 33554432000 1073741824 1073778376 140736990181952 140158080879592 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25360/tid=25372] ppid=25358 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25360/task/25372/stat : 25372 (java) S 25358 25360 24098 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 343301566 12137111552 1031647 33554432000 1073741824 1073778376 140736990181952 140158079825656 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25360/tid=25373] ppid=25358 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25360/task/25373/stat : 25373 (java) S 25358 25360 24098 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 343301566 12137111552 1031647 33554432000 1073741824 1073778376 140736990181952 140158078772744 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25360/tid=25374] ppid=25358 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25360/task/25374/stat : 25374 (java) S 25358 25360 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 343301568 12137111552 1031647 33554432000 1073741824 1073778376 140736990181952 140158077721232 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25360/tid=25375] ppid=25358 vsize=11852648 CPUtime=1.25 cores=1,3,5,7
/proc/25360/task/25375/stat : 25375 (java) S 25358 25360 24098 0 -1 4202560 9330 0 0 0 123 2 0 0 20 0 22 0 343301568 12137111552 1031647 33554432000 1073741824 1073778376 140736990181952 140158076668344 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25360/tid=25376] ppid=25358 vsize=11852648 CPUtime=1.53 cores=1,3,5,7
/proc/25360/task/25376/stat : 25376 (java) S 25358 25360 24098 0 -1 4202560 9488 0 0 0 151 2 0 0 20 0 22 0 343301568 12137111552 1031647 33554432000 1073741824 1073778376 140736990181952 140158075615544 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25360/tid=25377] ppid=25358 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25360/task/25377/stat : 25377 (java) S 25358 25360 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 343301568 12137111552 1031647 33554432000 1073741824 1073778376 140736990181952 140158074562936 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25360/tid=25378] ppid=25358 vsize=11852648 CPUtime=0.38 cores=1,3,5,7
/proc/25360/task/25378/stat : 25378 (java) S 25358 25360 24098 0 -1 4202560 50 0 0 0 17 21 0 0 20 0 22 0 343301568 12137111552 1031647 33554432000 1073741824 1073778376 140736990181952 140158073510344 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25360/tid=25379] ppid=25358 vsize=11852648 CPUtime=853.52 cores=1,3,5,7
/proc/25360/task/25379/stat : 25379 (java) R 25358 25360 24098 0 -1 4202560 86 0 0 0 85339 13 0 0 20 0 22 0 343301620 12137111552 1031647 33554432000 1073741824 1073778376 140736990181952 140158072456144 140158087959640 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25360/tid=25380] ppid=25358 vsize=11852648 CPUtime=853.4 cores=1,3,5,7
/proc/25360/task/25380/stat : 25380 (java) R 25358 25360 24098 0 -1 4202560 1666 0 0 0 85278 62 0 0 20 0 22 0 343301620 12137111552 1031647 33554432000 1073741824 1073778376 140736990181952 140156929563344 140158088189537 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25360/tid=25381] ppid=25358 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25360/task/25381/stat : 25381 (java) S 25358 25360 24098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 343301622 12137111552 1031647 33554432000 1073741824 1073778376 140736990181952 140156928513448 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25360/tid=25382] ppid=25358 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25360/task/25382/stat : 25382 (java) S 25358 25360 24098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 343301622 12137111552 1031647 33554432000 1073741824 1073778376 140736990181952 140156927460648 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1748.31
Current children cumulated vsize (KiB) 11852648



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+908.608 s]
/proc/loadavg: 3.96 3.93 3.91 5/220 25507
/proc/meminfo: memFree=22270384/32873844 swapFree=7632/7632
[pid=25360] ppid=25358 vsize=11852648 CPUtime=1800.1 cores=1,3,5,7
/proc/25360/stat : 25360 (java) S 25358 25360 24098 0 -1 4202496 26963 0 1 0 179854 156 0 0 20 0 22 0 343301560 12137111552 1031673 33554432000 1073741824 1073778376 140736990181952 140736990173088 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25360/statm: 2963162 1031673 2291 9 0 2953849 0
[pid=25360/tid=25362] ppid=25358 vsize=11852648 CPUtime=0.61 cores=1,3,5,7
/proc/25360/task/25362/stat : 25362 (java) S 25358 25360 24098 0 -1 4202560 3466 0 1 0 54 7 0 0 20 0 22 0 343301562 12137111552 1031673 33554432000 1073741824 1073778376 140736990181952 140158263624856 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25360/tid=25363] ppid=25358 vsize=11852648 CPUtime=1.31 cores=1,3,5,7
/proc/25360/task/25363/stat : 25363 (java) S 25358 25360 24098 0 -1 4202560 183 0 0 0 123 8 0 0 20 0 22 0 343301564 12137111552 1031673 33554432000 1073741824 1073778376 140736990181952 140158218378280 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25360/tid=25364] ppid=25358 vsize=11852648 CPUtime=1.39 cores=1,3,5,7
/proc/25360/task/25364/stat : 25364 (java) S 25358 25360 24098 0 -1 4202560 208 0 0 0 130 9 0 0 20 0 22 0 343301564 12137111552 1031673 33554432000 1073741824 1073778376 140736990181952 140158217325480 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25360/tid=25365] ppid=25358 vsize=11852648 CPUtime=1.34 cores=1,3,5,7
/proc/25360/task/25365/stat : 25365 (java) S 25358 25360 24098 0 -1 4202560 212 0 0 0 126 8 0 0 20 0 22 0 343301564 12137111552 1031673 33554432000 1073741824 1073778376 140736990181952 140158216272680 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25360/tid=25366] ppid=25358 vsize=11852648 CPUtime=1.26 cores=1,3,5,7
/proc/25360/task/25366/stat : 25366 (java) S 25358 25360 24098 0 -1 4202560 183 0 0 0 120 6 0 0 20 0 22 0 343301564 12137111552 1031673 33554432000 1073741824 1073778376 140736990181952 140158215219880 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25360/tid=25367] ppid=25358 vsize=11852648 CPUtime=1.3 cores=1,3,5,7
/proc/25360/task/25367/stat : 25367 (java) S 25358 25360 24098 0 -1 4202560 175 0 0 0 123 7 0 0 20 0 22 0 343301564 12137111552 1031673 33554432000 1073741824 1073778376 140736990181952 140158214167080 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25360/tid=25368] ppid=25358 vsize=11852648 CPUtime=1.3 cores=1,3,5,7
/proc/25360/task/25368/stat : 25368 (java) S 25358 25360 24098 0 -1 4202560 185 0 0 0 122 8 0 0 20 0 22 0 343301564 12137111552 1031673 33554432000 1073741824 1073778376 140736990181952 140158213114280 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25360/tid=25369] ppid=25358 vsize=11852648 CPUtime=1.42 cores=1,3,5,7
/proc/25360/task/25369/stat : 25369 (java) S 25358 25360 24098 0 -1 4202560 185 0 0 0 133 9 0 0 20 0 22 0 343301564 12137111552 1031673 33554432000 1073741824 1073778376 140736990181952 140158212061480 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25360/tid=25370] ppid=25358 vsize=11852648 CPUtime=1.38 cores=1,3,5,7
/proc/25360/task/25370/stat : 25370 (java) S 25358 25360 24098 0 -1 4202560 180 0 0 0 130 8 0 0 20 0 22 0 343301564 12137111552 1031673 33554432000 1073741824 1073778376 140736990181952 140158211008680 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25360/tid=25371] ppid=25358 vsize=11852648 CPUtime=23.89 cores=1,3,5,7
/proc/25360/task/25371/stat : 25371 (java) S 25358 25360 24098 0 -1 4202560 174 0 0 0 2382 7 0 0 20 0 22 0 343301565 12137111552 1031673 33554432000 1073741824 1073778376 140736990181952 140158080879592 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25360/tid=25372] ppid=25358 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25360/task/25372/stat : 25372 (java) S 25358 25360 24098 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 343301566 12137111552 1031673 33554432000 1073741824 1073778376 140736990181952 140158079825656 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25360/tid=25373] ppid=25358 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25360/task/25373/stat : 25373 (java) S 25358 25360 24098 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 343301566 12137111552 1031673 33554432000 1073741824 1073778376 140736990181952 140158078772744 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25360/tid=25374] ppid=25358 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25360/task/25374/stat : 25374 (java) S 25358 25360 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 343301568 12137111552 1031673 33554432000 1073741824 1073778376 140736990181952 140158077721232 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25360/tid=25375] ppid=25358 vsize=11852648 CPUtime=1.25 cores=1,3,5,7
/proc/25360/task/25375/stat : 25375 (java) S 25358 25360 24098 0 -1 4202560 9330 0 0 0 123 2 0 0 20 0 22 0 343301568 12137111552 1031673 33554432000 1073741824 1073778376 140736990181952 140158076668344 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25360/tid=25376] ppid=25358 vsize=11852648 CPUtime=1.53 cores=1,3,5,7
/proc/25360/task/25376/stat : 25376 (java) S 25358 25360 24098 0 -1 4202560 9488 0 0 0 151 2 0 0 20 0 22 0 343301568 12137111552 1031673 33554432000 1073741824 1073778376 140736990181952 140158075615544 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25360/tid=25377] ppid=25358 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25360/task/25377/stat : 25377 (java) S 25358 25360 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 343301568 12137111552 1031673 33554432000 1073741824 1073778376 140736990181952 140158074562936 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25360/tid=25378] ppid=25358 vsize=11852648 CPUtime=0.4 cores=1,3,5,7
/proc/25360/task/25378/stat : 25378 (java) S 25358 25360 24098 0 -1 4202560 52 0 0 0 17 23 0 0 20 0 22 0 343301568 12137111552 1031673 33554432000 1073741824 1073778376 140736990181952 140158073510344 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25360/tid=25379] ppid=25358 vsize=11852648 CPUtime=878.61 cores=1,3,5,7
/proc/25360/task/25379/stat : 25379 (java) R 25358 25360 24098 0 -1 4202560 87 0 0 0 87847 14 0 0 20 0 22 0 343301620 12137111552 1031673 33554432000 1073741824 1073778376 140736990181952 140158072454160 140158088057728 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25360/tid=25380] ppid=25358 vsize=11852648 CPUtime=878.47 cores=1,3,5,7
/proc/25360/task/25380/stat : 25380 (java) R 25358 25360 24098 0 -1 4202560 1668 0 0 0 87784 63 0 0 20 0 22 0 343301620 12137111552 1031673 33554432000 1073741824 1073778376 140736990181952 140156929564160 140158088189391 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25360/tid=25381] ppid=25358 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25360/task/25381/stat : 25381 (java) S 25358 25360 24098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 343301622 12137111552 1031673 33554432000 1073741824 1073778376 140736990181952 140156928513448 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25360/tid=25382] ppid=25358 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25360/task/25382/stat : 25382 (java) S 25358 25360 24098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 343301622 12137111552 1031673 33554432000 1073741824 1073778376 140736990181952 140156927460648 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 11852648

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 25360 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=930281
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=980698
# CPU time returned by wait4() is 1795.91
# 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): 908.679
CPU time (s): 1800.1
CPU user time (s): 1798.54
CPU system time (s): 1.56
CPU usage (%): 198.101
Max. virtual memory (cumulated for all children) (KiB): 11852648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.93
system time used= 1.9807
maximum resident set size= 4128868
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26998
page faults= 1
swaps= 0
block input operations= 0
block output operations= 960
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25158
involuntary context switches= 33326

runsolver used 3.62045 second user time and 8.87465 second system time

The end

Launcher Data

Begin job on node141 at 2012-06-04 03:02:52
IDJOB=3742591
IDBENCH=90214
IDSOLVER=2328
FILE ID=node141/3742591-1338771772
RUNJOBID= node141-1338763554-24115
PBS_JOBID= 14636812
Free space on /tmp= 70720 MiB

SOLVER NAME= PB11: Sat4j Res//CP 2.3.0
BENCH NAME= PB12/normalized-PB12/DEC-SMALLINT-LIN/sroussel/ShortestPathNG/normalized-NG_K132.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3742591-1338771772/watcher-3742591-1338771772 -o /tmp/evaluation-result-3742591-1338771772/solver-3742591-1338771772 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3742591-1338771772.opb

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

MD5SUM BENCH= 88bbbc51beb841161685a00fb4d24f63
RANDOM SEED=2006286167

node141.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.744
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.93
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.744
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		: 2666.744
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.744
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		: 2666.744
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.744
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:        28271504 kB
Buffers:          436528 kB
Cached:          3267700 kB
SwapCached:          216 kB
Active:          1293956 kB
Inactive:        2424884 kB
Active(anon):       5196 kB
Inactive(anon):    11288 kB
Active(file):    1288760 kB
Inactive(file):  2413596 kB
Unevictable:        7632 kB
Mlocked:            7632 kB
SwapTotal:      67108856 kB
SwapFree:       67108640 kB
Dirty:              1648 kB
Writeback:             0 kB
AnonPages:         41744 kB
Mapped:            10824 kB
Shmem:               172 kB
Slab:             742136 kB
SReclaimable:     184216 kB
SUnreclaim:       557920 kB
KernelStack:        1472 kB
PageTables:         4016 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     138720 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     20480 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= 70720 MiB
End job on node141 at 2012-06-04 03:18:03