Trace number 3742574

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
PB10: SAT4J PB RES // CP 2.2.0 2010-05-31? (TO) 1800.93 903.253

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K148.opb
MD5SUM75849fe0d0ba66aaca3a2fe3a07c685a
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 variables17612
Total number of constraints17910
Number of constraints which are clauses17762
Number of constraints which are cardinality constraints (but not clauses)148
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint148
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 149
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.03/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.03/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.09	c See www.sat4j.org for details.
0.07/0.10	c version 2.2.0.v20100531
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 		1349517296
0.07/0.10	c Max memory 		1356595200
0.07/0.10	c Total memory 		1356595200
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 Stops conflict analysis at the first Unique Implication Point
0.07/0.13	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@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 Stops conflict analysis at the first Unique Implication Point
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	
0.07/0.13	c solving HOME/instance-3742574-1338787656.opb
0.07/0.13	c reading problem ... 
1.19/0.63	c ... done. Wall clock time 0.501s.
1.19/0.63	c #vars     17612
1.19/0.63	c #constraints  17910
1.19/0.63	c constraints type 
1.19/0.63	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 15849
1.19/0.63	c org.sat4j.minisat.constraints.card.MinWatchCard => 148
1.19/0.63	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1911
1.19/0.63	c constraints type 
1.19/0.63	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1911
1.19/0.63	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 15849
1.19/0.63	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 148
8.53/3.43	c cleaning 2488 clauses out of 4994 with flag 5002/5002
15.24/6.75	c cleaning 4213 clauses out of 8499 with flag 11001/11001
22.74/10.49	c cleaning 5501 clauses out of 11277 with flag 18000/18000
31.93/15.02	c cleaning 6678 clauses out of 13776 with flag 26001/26001
42.42/20.25	c cleaning 7919 clauses out of 16093 with flag 35000/35000
57.05/27.54	c cleaning 8877 clauses out of 18171 with flag 45000/45000
68.84/33.44	c cleaning 9910 clauses out of 20289 with flag 56000/56000
84.05/41.03	c cleaning 10984 clauses out of 22379 with flag 68002/68002
98.00/48.05	c cleaning 12085 clauses out of 24392 with flag 81000/81000
117.61/57.85	c cleaning 12857 clauses out of 26293 with flag 95000/95000
139.68/68.90	c cleaning 14065 clauses out of 28434 with flag 110000/110000
163.32/80.64	c cleaning 14890 clauses out of 30367 with flag 126000/126000
183.27/90.60	c cleaning 15982 clauses out of 32474 with flag 143000/143000
208.92/103.49	c cleaning 16946 clauses out of 34491 with flag 161000/161000
247.22/122.55	c cleaning 17491 clauses out of 35546 with flag 179002/179002
270.97/134.43	c cleaning 17710 clauses out of 36053 with flag 197000/197000
296.64/147.31	c cleaning 17855 clauses out of 36343 with flag 215000/215000
318.58/158.37	c cleaning 17969 clauses out of 36486 with flag 233004/233004
342.49/170.35	c cleaning 18165 clauses out of 36510 with flag 251000/251000
364.22/181.20	c cleaning 18084 clauses out of 36343 with flag 269002/269002
385.40/191.96	c cleaning 17790 clauses out of 36257 with flag 287003/287003
408.47/203.55	c cleaning 16804 clauses out of 36465 with flag 305004/305004
430.78/214.76	c cleaning 16963 clauses out of 37658 with flag 323001/323001
454.72/226.78	c cleaning 17094 clauses out of 38695 with flag 341001/341001
476.79/237.89	c cleaning 17094 clauses out of 39599 with flag 359001/359001
498.89/248.95	c cleaning 16882 clauses out of 40503 with flag 377000/377000
522.22/260.65	c cleaning 16689 clauses out of 41619 with flag 395000/395000
544.75/271.98	c cleaning 16975 clauses out of 42928 with flag 413000/413000
565.51/282.49	c cleaning 16932 clauses out of 43957 with flag 431004/431004
593.03/296.29	c cleaning 16829 clauses out of 45014 with flag 449000/449000
620.01/309.73	c cleaning 16956 clauses out of 46181 with flag 467000/467000
645.63/322.66	c cleaning 17147 clauses out of 47222 with flag 485000/485000
674.40/337.19	c cleaning 16787 clauses out of 48073 with flag 503001/503001
698.92/349.45	c cleaning 16769 clauses out of 49283 with flag 521000/521000
720.48/360.34	c cleaning 16978 clauses out of 50514 with flag 539001/539001
764.70/382.45	c cleaning 17504 clauses out of 51535 with flag 557000/557000
794.23/397.34	c cleaning 17378 clauses out of 52031 with flag 575000/575000
805.76/403.24	c cleaning 0 clauses out of 5000 with flag 0/5000
871.22/435.86	c cleaning 17200 clauses out of 52653 with flag 593000/593000
897.23/448.97	c cleaning 17290 clauses out of 53454 with flag 611003/611003
922.47/461.74	c cleaning 16498 clauses out of 54161 with flag 629000/629000
943.57/472.30	c cleaning 17082 clauses out of 55664 with flag 647002/647002
977.03/489.19	c cleaning 17162 clauses out of 56580 with flag 665000/665000
1012.20/506.77	c cleaning 16773 clauses out of 57418 with flag 683000/683000
1045.00/523.36	c cleaning 16826 clauses out of 58646 with flag 701001/701001
1069.58/535.71	c cleaning 16954 clauses out of 59816 with flag 719000/719000
1094.17/548.14	c cleaning 16941 clauses out of 60865 with flag 737003/737003
1117.62/559.99	c cleaning 17389 clauses out of 61921 with flag 755001/755001
1161.80/582.18	c cleaning 17053 clauses out of 62530 with flag 773001/773001
1201.64/602.01	c cleaning 17010 clauses out of 63477 with flag 791002/791002
1241.11/621.74	c cleaning 17128 clauses out of 64467 with flag 809002/809002
1276.49/639.52	c cleaning 17503 clauses out of 65337 with flag 827000/827000
1308.45/655.78	c cleaning 17327 clauses out of 65833 with flag 845000/845000
1348.68/675.80	c cleaning 17272 clauses out of 66509 with flag 863003/863003
1416.51/709.67	c cleaning 17501 clauses out of 67237 with flag 881003/881003
1467.46/735.13	c cleaning 17706 clauses out of 67736 with flag 899004/899004
1489.86/746.58	c cleaning 17014 clauses out of 68026 with flag 917002/917002
1514.72/759.07	c cleaning 16787 clauses out of 69008 with flag 935000/935000
1539.98/771.83	c cleaning 16924 clauses out of 70221 with flag 953000/953000
1564.28/784.20	c cleaning 17174 clauses out of 71295 with flag 971000/971000
1600.68/802.57	c cleaning 16959 clauses out of 72119 with flag 989001/989001
1629.47/817.06	c cleaning 17127 clauses out of 73159 with flag 1007000/1007000
1661.27/833.08	c cleaning 17245 clauses out of 74033 with flag 1025001/1025001
1681.42/843.27	c cleaning 16879 clauses out of 74787 with flag 1043000/1043000
1711.54/858.50	c cleaning 17151 clauses out of 75909 with flag 1061001/1061001
1739.69/872.77	c cleaning 17317 clauses out of 76757 with flag 1079000/1079000
1766.39/886.21	c cleaning 17012 clauses out of 77438 with flag 1097000/1097000
1800.18/903.21	c starts		: 170
1800.18/903.21	c conflicts		: 1113047
1800.18/903.21	c decisions		: 27804529
1800.18/903.21	c propagations		: 845034175
1800.18/903.21	c inspects		: 1586293061
1800.18/903.21	c learnt literals	: 130
1800.18/903.21	c learnt binary clauses	: 51638
1800.18/903.21	c learnt ternary clauses	: 60690
1800.18/903.21	c learnt clauses	: 1112917
1800.18/903.21	c ignored clauses	: 0
1800.18/903.21	c root simplifications	: 0
1800.18/903.21	c removed literals (reason simplification)	: 10698476
1800.18/903.21	c reason swapping (by a shorter reason)	: 0
1800.18/903.21	c Calls to reduceDB	: 66
1800.18/903.21	c number of reductions to clauses (during analyze)	: 0
1800.18/903.21	c number of learned constraints concerned by reduction	: 0
1800.18/903.21	c number of learning phase by resolution	: 0
1800.18/903.21	c number of learning phase by cutting planes	: 0
1800.18/903.21	c speed (assignments/second)	: 936244.087221174
1800.18/903.21	c non guided choices	17709
1800.18/903.24	c learnt constraints type 
1800.18/903.24	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 24845
1800.18/903.24	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 51638
1800.18/903.24	c constraints type 
1800.18/903.24	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 15849
1800.18/903.24	c org.sat4j.minisat.constraints.card.MinWatchCard => 148
1800.18/903.24	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1911
1800.18/903.24	c constraints type 
1800.18/903.24	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1911
1800.18/903.24	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 15849
1800.18/903.24	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 148
1800.18/903.24	s UNKNOWN
1800.18/903.24	c Total wall clock time (in seconds): 903.11

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-3742574-1338787656/watcher-3742574-1338787656 -o /tmp/evaluation-result-3742574-1338787656/solver-3742574-1338787656 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3742574-1338787656.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.98 3.97 3.91 4/199 25021
/proc/meminfo: memFree=27706144/32873844 swapFree=7380/7380
[pid=25021] ppid=25019 vsize=8 CPUtime=0 cores=1,3,5,7
/proc/25021/stat : 25021 (runsolver) R 25019 25021 24174 0 -1 4202560 47 0 0 0 0 0 0 0 20 0 1 0 344890415 8192 1 33554432000 0 0 0 140734265241768 5057063 0 0 4096 24578 0 0 0 17 3 0 0 0 0 0
/proc/25021/statm: 65 2 0 0 0 22 0

[startup+0.065889 s]
/proc/loadavg: 3.98 3.97 3.91 4/199 25021
/proc/meminfo: memFree=27706144/32873844 swapFree=7380/7380
[pid=25021] ppid=25019 vsize=2367080 CPUtime=0.03 cores=1,3,5,7
/proc/25021/stat : 25021 (java) S 25019 25021 24174 0 -1 4202496 3734 0 1 0 2 1 0 0 20 0 13 0 344890415 2423889920 4942 33554432000 1073741824 1073778376 140734753006368 140734752997504 215146856509 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25021/statm: 591770 4942 1705 9 0 582471 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 2367080

[startup+0.100234 s]
/proc/loadavg: 3.98 3.97 3.91 4/199 25021
/proc/meminfo: memFree=27706144/32873844 swapFree=7380/7380
[pid=25021] ppid=25019 vsize=2699928 CPUtime=0.07 cores=1,3,5,7
/proc/25021/stat : 25021 (java) S 25019 25021 24174 0 -1 4202496 3897 0 1 0 5 2 0 0 20 0 18 0 344890415 2764726272 5616 33554432000 1073741824 1073778376 140734753006368 140734752997504 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25021/statm: 674982 5616 1772 9 0 665676 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 2699928

[startup+0.3002 s]
/proc/loadavg: 3.98 3.97 3.91 4/199 25021
/proc/meminfo: memFree=27706144/32873844 swapFree=7380/7380
[pid=25021] ppid=25019 vsize=2699928 CPUtime=0.52 cores=1,3,5,7
/proc/25021/stat : 25021 (java) S 25019 25021 24174 0 -1 4202496 7630 0 1 0 49 3 0 0 20 0 18 0 344890415 2764726272 11013 33554432000 1073741824 1073778376 140734753006368 140734752997504 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25021/statm: 674982 11009 2217 9 0 665676 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 2699928

[startup+0.700211 s]
/proc/loadavg: 3.98 3.97 3.91 4/199 25021
/proc/meminfo: memFree=27706144/32873844 swapFree=7380/7380
[pid=25021] ppid=25019 vsize=2966184 CPUtime=1.47 cores=1,3,5,7
/proc/25021/stat : 25021 (java) S 25019 25021 24174 0 -1 4202496 13081 0 1 0 141 6 0 0 20 0 22 0 344890415 3037372416 39578 33554432000 1073741824 1073778376 140734753006368 140734752997504 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25021/statm: 741546 39578 2249 9 0 732240 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 2966184

[startup+1.50081 s]
/proc/loadavg: 4.06 3.99 3.91 7/221 25043
/proc/meminfo: memFree=27531664/32873844 swapFree=7380/7380
[pid=25021] ppid=25019 vsize=2966184 CPUtime=4.47 cores=1,3,5,7
/proc/25021/stat : 25021 (java) S 25019 25021 24174 0 -1 4202496 24116 0 1 0 437 10 0 0 20 0 22 0 344890415 3037372416 65086 33554432000 1073741824 1073778376 140734753006368 140734752997504 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25021/statm: 741546 65086 2258 9 0 732240 0
[pid=25021/tid=25023] ppid=25019 vsize=2966184 CPUtime=0.59 cores=1,3,5,7
/proc/25021/task/25023/stat : 25023 (java) S 25019 25021 24174 0 -1 4202560 2856 0 1 0 55 4 0 0 20 0 22 0 344890417 3037372416 65086 33554432000 1073741824 1073778376 140734753006368 139701682488472 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25021/tid=25024] ppid=25019 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/25021/task/25024/stat : 25024 (java) S 25019 25021 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344890418 3037372416 65086 33554432000 1073741824 1073778376 140734753006368 139701666769320 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25021/tid=25025] ppid=25019 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/25021/task/25025/stat : 25025 (java) S 25019 25021 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344890418 3037372416 65086 33554432000 1073741824 1073778376 140734753006368 139701665716776 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25021/tid=25026] ppid=25019 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/25021/task/25026/stat : 25026 (java) S 25019 25021 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344890418 3037372416 65086 33554432000 1073741824 1073778376 140734753006368 139701664663720 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25021/tid=25027] ppid=25019 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/25021/task/25027/stat : 25027 (java) S 25019 25021 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344890418 3037372416 65086 33554432000 1073741824 1073778376 140734753006368 139701545593128 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25021/tid=25028] ppid=25019 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/25021/task/25028/stat : 25028 (java) S 25019 25021 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344890418 3037372416 65086 33554432000 1073741824 1073778376 140734753006368 139701544541096 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25021/tid=25029] ppid=25019 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/25021/task/25029/stat : 25029 (java) S 25019 25021 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344890418 3037372416 65086 33554432000 1073741824 1073778376 140734753006368 139701543488552 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25021/tid=25030] ppid=25019 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/25021/task/25030/stat : 25030 (java) S 25019 25021 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344890418 3037372416 65086 33554432000 1073741824 1073778376 140734753006368 139701542435496 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25021/tid=25031] ppid=25019 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/25021/task/25031/stat : 25031 (java) S 25019 25021 24174 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 344890418 3037372416 65086 33554432000 1073741824 1073778376 140734753006368 139701541382952 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25021/tid=25032] ppid=25019 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/25021/task/25032/stat : 25032 (java) S 25019 25021 24174 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 344890420 3037372416 65086 33554432000 1073741824 1073778376 140734753006368 139701059053928 215146870697 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25021/tid=25033] ppid=25019 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/25021/task/25033/stat : 25033 (java) S 25019 25021 24174 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 344890420 3037372416 65086 33554432000 1073741824 1073778376 140734753006368 139701058000248 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25021/tid=25034] ppid=25019 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/25021/task/25034/stat : 25034 (java) S 25019 25021 24174 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344890420 3037372416 65086 33554432000 1073741824 1073778376 140734753006368 139701056947080 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25021/tid=25035] ppid=25019 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/25021/task/25035/stat : 25035 (java) S 25019 25021 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344890423 3037372416 65086 33554432000 1073741824 1073778376 140734753006368 139701055895824 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25021/tid=25036] ppid=25019 vsize=2966184 CPUtime=1.05 cores=1,3,5,7
/proc/25021/task/25036/stat : 25036 (java) S 25019 25021 24174 0 -1 4202560 9619 0 0 0 103 2 0 0 20 0 22 0 344890423 3037372416 65086 33554432000 1073741824 1073778376 140734753006368 139701054843704 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25021/tid=25037] ppid=25019 vsize=2966184 CPUtime=1.09 cores=1,3,5,7
/proc/25021/task/25037/stat : 25037 (java) S 25019 25021 24174 0 -1 4202560 10310 0 0 0 107 2 0 0 20 0 22 0 344890423 3037372416 65086 33554432000 1073741824 1073778376 140734753006368 139701053791160 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25021/tid=25038] ppid=25019 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/25021/task/25038/stat : 25038 (java) S 25019 25021 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344890423 3037372416 65086 33554432000 1073741824 1073778376 140734753006368 139701052738296 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25021/tid=25039] ppid=25019 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/25021/task/25039/stat : 25039 (java) S 25019 25021 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344890423 3037372416 65086 33554432000 1073741824 1073778376 140734753006368 139701051685960 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25021/tid=25040] ppid=25019 vsize=2966184 CPUtime=0.84 cores=1,3,5,7
/proc/25021/task/25040/stat : 25040 (java) R 25019 25021 24174 0 -1 4202560 27 0 0 0 84 0 0 0 20 0 22 0 344890479 3037372416 65086 33554432000 1073741824 1073778376 140734753006368 139701050622520 139701546518028 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25021/tid=25041] ppid=25019 vsize=2966184 CPUtime=0.83 cores=1,3,5,7
/proc/25021/task/25041/stat : 25041 (java) R 25019 25021 24174 0 -1 4202560 103 0 0 0 81 2 0 0 20 0 22 0 344890479 3037372416 65086 33554432000 1073741824 1073778376 140734753006368 139701049576264 139701546592445 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=25021/tid=25042] ppid=25019 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/25021/task/25042/stat : 25042 (java) S 25019 25021 24174 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344890481 3037372416 65086 33554432000 1073741824 1073778376 140734753006368 139701048525608 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25021/tid=25043] ppid=25019 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/25021/task/25043/stat : 25043 (java) S 25019 25021 24174 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344890481 3037372416 65086 33554432000 1073741824 1073778376 140734753006368 139701047473064 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.47
Current children cumulated vsize (KiB) 2966184

[startup+3.10095 s]
/proc/loadavg: 4.06 3.99 3.91 5/221 25043
/proc/meminfo: memFree=27291056/32873844 swapFree=7380/7380
[pid=25021] ppid=25019 vsize=2966184 CPUtime=7.93 cores=1,3,5,7
/proc/25021/stat : 25021 (java) S 25019 25021 24174 0 -1 4202496 24282 0 1 0 775 18 0 0 20 0 22 0 344890415 3037372416 111191 33554432000 1073741824 1073778376 140734753006368 140734752997504 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25021/statm: 741546 111191 2271 9 0 732240 0
[pid=25021/tid=25023] ppid=25019 vsize=2966184 CPUtime=0.59 cores=1,3,5,7
/proc/25021/task/25023/stat : 25023 (java) S 25019 25021 24174 0 -1 4202560 2856 0 1 0 55 4 0 0 20 0 22 0 344890417 3037372416 111191 33554432000 1073741824 1073778376 140734753006368 139701682488472 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25021/tid=25024] ppid=25019 vsize=2966184 CPUtime=0.02 cores=1,3,5,7
/proc/25021/task/25024/stat : 25024 (java) S 25019 25021 24174 0 -1 4202560 23 0 0 0 2 0 0 0 20 0 22 0 344890418 3037372416 111191 33554432000 1073741824 1073778376 140734753006368 139701666769320 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25021/tid=25025] ppid=25019 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/25021/task/25025/stat : 25025 (java) S 25019 25021 24174 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344890418 3037372416 111191 33554432000 1073741824 1073778376 140734753006368 139701665716776 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25021/tid=25026] ppid=25019 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/25021/task/25026/stat : 25026 (java) S 25019 25021 24174 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 344890418 3037372416 111191 33554432000 1073741824 1073778376 140734753006368 139701664663720 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25021/tid=25027] ppid=25019 vsize=2966184 CPUtime=0.03 cores=1,3,5,7
/proc/25021/task/25027/stat : 25027 (java) S 25019 25021 24174 0 -1 4202560 20 0 0 0 1 2 0 0 20 0 22 0 344890418 3037372416 111191 33554432000 1073741824 1073778376 140734753006368 139701545593128 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25021/tid=25028] ppid=25019 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/25021/task/25028/stat : 25028 (java) S 25019 25021 24174 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 344890418 3037372416 111191 33554432000 1073741824 1073778376 140734753006368 139701544541096 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25021/tid=25029] ppid=25019 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/25021/task/25029/stat : 25029 (java) S 25019 25021 24174 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344890418 3037372416 111191 33554432000 1073741824 1073778376 140734753006368 139701543488552 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25021/tid=25030] ppid=25019 vsize=2966184 CPUtime=0.02 cores=1,3,5,7
/proc/25021/task/25030/stat : 25030 (java) S 25019 25021 24174 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 22 0 344890418 3037372416 111191 33554432000 1073741824 1073778376 140734753006368 139701542435496 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25021/tid=25031] ppid=25019 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/25021/task/25031/stat : 25031 (java) S 25019 25021 24174 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 344890418 3037372416 111191 33554432000 1073741824 1073778376 140734753006368 139701541382952 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25021/tid=25032] ppid=25019 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/25021/task/25032/stat : 25032 (java) S 25019 25021 24174 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 344890420 3037372416 111191 33554432000 1073741824 1073778376 140734753006368 139701059053928 215146870697 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25021/tid=25033] ppid=25019 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/25021/task/25033/stat : 25033 (java) S 25019 25021 24174 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344890420 3037372416 111191 33554432000 1073741824 1073778376 140734753006368 139701058000248 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25021/tid=25034] ppid=25019 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/25021/task/25034/stat : 25034 (java) S 25019 25021 24174 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 344890420 3037372416 111191 33554432000 1073741824 1073778376 140734753006368 139701056947080 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25021/tid=25035] ppid=25019 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/25021/task/25035/stat : 25035 (java) S 25019 25021 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344890423 3037372416 111191 33554432000 1073741824 1073778376 140734753006368 139701055895824 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25021/tid=25036] ppid=25019 vsize=2966184 CPUtime=1.13 cores=1,3,5,7
/proc/25021/task/25036/stat : 25036 (java) S 25019 25021 24174 0 -1 4202560 9619 0 0 0 111 2 0 0 20 0 22 0 344890423 3037372416 111191 33554432000 1073741824 1073778376 140734753006368 139701054843704 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25021/tid=25037] ppid=25019 vsize=2966184 CPUtime=1.2 cores=1,3,5,7
/proc/25021/task/25037/stat : 25037 (java) S 25019 25021 24174 0 -1 4202560 10311 0 0 0 117 3 0 0 20 0 22 0 344890423 3037372416 111191 33554432000 1073741824 1073778376 140734753006368 139701053791160 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25021/tid=25038] ppid=25019 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/25021/task/25038/stat : 25038 (java) S 25019 25021 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344890423 3037372416 111191 33554432000 1073741824 1073778376 140734753006368 139701052738296 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25021/tid=25039] ppid=25019 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/25021/task/25039/stat : 25039 (java) S 25019 25021 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344890423 3037372416 111191 33554432000 1073741824 1073778376 140734753006368 139701051685960 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25021/tid=25040] ppid=25019 vsize=2966184 CPUtime=2.39 cores=1,3,5,7
/proc/25021/task/25040/stat : 25040 (java) R 25019 25021 24174 0 -1 4202560 29 0 0 0 239 0 0 0 20 0 22 0 344890479 3037372416 111191 33554432000 1073741824 1073778376 140734753006368 139701050630688 139701546217270 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25021/tid=25041] ppid=25019 vsize=2966184 CPUtime=2.37 cores=1,3,5,7
/proc/25021/task/25041/stat : 25041 (java) R 25019 25021 24174 0 -1 4202560 178 0 0 0 231 6 0 0 20 0 22 0 344890479 3037372416 111191 33554432000 1073741824 1073778376 140734753006368 139701049576776 139701546323088 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25021/tid=25042] ppid=25019 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/25021/task/25042/stat : 25042 (java) S 25019 25021 24174 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344890481 3037372416 111191 33554432000 1073741824 1073778376 140734753006368 139701048525608 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25021/tid=25043] ppid=25019 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/25021/task/25043/stat : 25043 (java) S 25019 25021 24174 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344890481 3037372416 111191 33554432000 1073741824 1073778376 140734753006368 139701047473064 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 7.93
Current children cumulated vsize (KiB) 2966184

[startup+6.3008 s]
/proc/loadavg: 4.06 3.99 3.91 5/221 25043
/proc/meminfo: memFree=27262000/32873844 swapFree=7380/7380
[pid=25021] ppid=25019 vsize=2966184 CPUtime=14.44 cores=1,3,5,7
/proc/25021/stat : 25021 (java) S 25019 25021 24174 0 -1 4202496 24352 0 1 0 1424 20 0 0 20 0 22 0 344890415 3037372416 118394 33554432000 1073741824 1073778376 140734753006368 140734752997504 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25021/statm: 741546 118394 2283 9 0 732240 0
[pid=25021/tid=25023] ppid=25019 vsize=2966184 CPUtime=0.59 cores=1,3,5,7
/proc/25021/task/25023/stat : 25023 (java) S 25019 25021 24174 0 -1 4202560 2856 0 1 0 55 4 0 0 20 0 22 0 344890417 3037372416 118394 33554432000 1073741824 1073778376 140734753006368 139701682488472 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25021/tid=25024] ppid=25019 vsize=2966184 CPUtime=0.04 cores=1,3,5,7
/proc/25021/task/25024/stat : 25024 (java) S 25019 25021 24174 0 -1 4202560 25 0 0 0 4 0 0 0 20 0 22 0 344890418 3037372416 118394 33554432000 1073741824 1073778376 140734753006368 139701666769320 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25021/tid=25025] ppid=25019 vsize=2966184 CPUtime=0.02 cores=1,3,5,7
/proc/25021/task/25025/stat : 25025 (java) S 25019 25021 24174 0 -1 4202560 9 0 0 0 2 0 0 0 20 0 22 0 344890418 3037372416 118394 33554432000 1073741824 1073778376 140734753006368 139701665716776 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25021/tid=25026] ppid=25019 vsize=2966184 CPUtime=0.02 cores=1,3,5,7
/proc/25021/task/25026/stat : 25026 (java) S 25019 25021 24174 0 -1 4202560 9 0 0 0 2 0 0 0 20 0 22 0 344890418 3037372416 118394 33554432000 1073741824 1073778376 140734753006368 139701664663720 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25021/tid=25027] ppid=25019 vsize=2966184 CPUtime=0.06 cores=1,3,5,7
/proc/25021/task/25027/stat : 25027 (java) S 25019 25021 24174 0 -1 4202560 25 0 0 0 4 2 0 0 20 0 22 0 344890418 3037372416 118394 33554432000 1073741824 1073778376 140734753006368 139701545593128 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25021/tid=25028] ppid=25019 vsize=2966184 CPUtime=0.02 cores=1,3,5,7
/proc/25021/task/25028/stat : 25028 (java) S 25019 25021 24174 0 -1 4202560 8 0 0 0 2 0 0 0 20 0 22 0 344890418 3037372416 118394 33554432000 1073741824 1073778376 140734753006368 139701544541096 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25021/tid=25029] ppid=25019 vsize=2966184 CPUtime=0.02 cores=1,3,5,7
/proc/25021/task/25029/stat : 25029 (java) S 25019 25021 24174 0 -1 4202560 8 0 0 0 2 0 0 0 20 0 22 0 344890418 3037372416 118394 33554432000 1073741824 1073778376 140734753006368 139701543488552 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25021/tid=25030] ppid=25019 vsize=2966184 CPUtime=0.04 cores=1,3,5,7
/proc/25021/task/25030/stat : 25030 (java) S 25019 25021 24174 0 -1 4202560 16 0 0 0 4 0 0 0 20 0 22 0 344890418 3037372416 118394 33554432000 1073741824 1073778376 140734753006368 139701542435496 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25021/tid=25031] ppid=25019 vsize=2966184 CPUtime=0.02 cores=1,3,5,7
/proc/25021/task/25031/stat : 25031 (java) S 25019 25021 24174 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 22 0 344890418 3037372416 118394 33554432000 1073741824 1073778376 140734753006368 139701541382952 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25021/tid=25032] ppid=25019 vsize=2966184 CPUtime=0.05 cores=1,3,5,7
/proc/25021/task/25032/stat : 25032 (java) S 25019 25021 24174 0 -1 4202560 37 0 0 0 5 0 0 0 20 0 22 0 344890420 3037372416 118394 33554432000 1073741824 1073778376 140734753006368 139701059053928 215146870697 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25021/tid=25033] ppid=25019 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/25021/task/25033/stat : 25033 (java) S 25019 25021 24174 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344890420 3037372416 118394 33554432000 1073741824 1073778376 140734753006368 139701058000248 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25021/tid=25034] ppid=25019 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/25021/task/25034/stat : 25034 (java) S 25019 25021 24174 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 344890420 3037372416 118394 33554432000 1073741824 1073778376 140734753006368 139701056947080 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25021/tid=25035] ppid=25019 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/25021/task/25035/stat : 25035 (java) S 25019 25021 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344890423 3037372416 118394 33554432000 1073741824 1073778376 140734753006368 139701055895824 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25021/tid=25036] ppid=25019 vsize=2966184 CPUtime=1.22 cores=1,3,5,7
/proc/25021/task/25036/stat : 25036 (java) S 25019 25021 24174 0 -1 4202560 9623 0 0 0 120 2 0 0 20 0 22 0 344890423 3037372416 118394 33554432000 1073741824 1073778376 140734753006368 139701054843704 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0

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

[pid=25021/tid=25041] ppid=25019 vsize=2966184 CPUtime=734.95 cores=1,3,5,7
/proc/25021/task/25041/stat : 25041 (java) R 25019 25021 24174 0 -1 4202560 374 0 0 0 73475 20 0 0 20 0 22 0 344890479 3037372416 220568 33554432000 1073741824 1073778376 140734753006368 139701049576624 139701546506071 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25021/tid=25042] ppid=25019 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/25021/task/25042/stat : 25042 (java) S 25019 25021 24174 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344890481 3037372416 220568 33554432000 1073741824 1073778376 140734753006368 139701048525608 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25021/tid=25043] ppid=25019 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/25021/task/25043/stat : 25043 (java) S 25019 25021 24174 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344890481 3037372416 220568 33554432000 1073741824 1073778376 140734753006368 139701047473064 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1520.89
Current children cumulated vsize (KiB) 2966184

[startup+822.301 s]
/proc/loadavg: 3.89 3.95 3.91 5/221 25115
/proc/meminfo: memFree=26795492/32873844 swapFree=7380/7380
[pid=25021] ppid=25019 vsize=2966184 CPUtime=1639.67 cores=1,3,5,7
/proc/25021/stat : 25021 (java) S 25019 25021 24174 0 -1 4202496 27016 0 1 0 163826 141 0 0 20 0 22 0 344890415 3037372416 220640 33554432000 1073741824 1073778376 140734753006368 140734752997504 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25021/statm: 741546 220640 2284 9 0 732240 0
[pid=25021/tid=25023] ppid=25019 vsize=2966184 CPUtime=0.61 cores=1,3,5,7
/proc/25021/task/25023/stat : 25023 (java) S 25019 25021 24174 0 -1 4202560 2883 0 1 0 56 5 0 0 20 0 22 0 344890417 3037372416 220640 33554432000 1073741824 1073778376 140734753006368 139701682488472 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25021/tid=25024] ppid=25019 vsize=2966184 CPUtime=3.94 cores=1,3,5,7
/proc/25021/task/25024/stat : 25024 (java) S 25019 25021 24174 0 -1 4202560 212 0 0 0 385 9 0 0 20 0 22 0 344890418 3037372416 220640 33554432000 1073741824 1073778376 140734753006368 139701666769320 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25021/tid=25025] ppid=25019 vsize=2966184 CPUtime=3.86 cores=1,3,5,7
/proc/25021/task/25025/stat : 25025 (java) S 25019 25021 24174 0 -1 4202560 193 0 0 0 377 9 0 0 20 0 22 0 344890418 3037372416 220640 33554432000 1073741824 1073778376 140734753006368 139701665716776 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25021/tid=25026] ppid=25019 vsize=2966184 CPUtime=3.88 cores=1,3,5,7
/proc/25021/task/25026/stat : 25026 (java) S 25019 25021 24174 0 -1 4202560 177 0 0 0 380 8 0 0 20 0 22 0 344890418 3037372416 220640 33554432000 1073741824 1073778376 140734753006368 139701664663720 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25021/tid=25027] ppid=25019 vsize=2966184 CPUtime=3.78 cores=1,3,5,7
/proc/25021/task/25027/stat : 25027 (java) S 25019 25021 24174 0 -1 4202560 195 0 0 0 369 9 0 0 20 0 22 0 344890418 3037372416 220640 33554432000 1073741824 1073778376 140734753006368 139701545593128 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25021/tid=25028] ppid=25019 vsize=2966184 CPUtime=3.99 cores=1,3,5,7
/proc/25021/task/25028/stat : 25028 (java) S 25019 25021 24174 0 -1 4202560 197 0 0 0 391 8 0 0 20 0 22 0 344890418 3037372416 220640 33554432000 1073741824 1073778376 140734753006368 139701544541096 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25021/tid=25029] ppid=25019 vsize=2966184 CPUtime=4.06 cores=1,3,5,7
/proc/25021/task/25029/stat : 25029 (java) S 25019 25021 24174 0 -1 4202560 184 0 0 0 398 8 0 0 20 0 22 0 344890418 3037372416 220640 33554432000 1073741824 1073778376 140734753006368 139701543488552 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25021/tid=25030] ppid=25019 vsize=2966184 CPUtime=3.98 cores=1,3,5,7
/proc/25021/task/25030/stat : 25030 (java) S 25019 25021 24174 0 -1 4202560 208 0 0 0 389 9 0 0 20 0 22 0 344890418 3037372416 220640 33554432000 1073741824 1073778376 140734753006368 139701542435496 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25021/tid=25031] ppid=25019 vsize=2966184 CPUtime=3.88 cores=1,3,5,7
/proc/25021/task/25031/stat : 25031 (java) S 25019 25021 24174 0 -1 4202560 180 0 0 0 382 6 0 0 20 0 22 0 344890418 3037372416 220640 33554432000 1073741824 1073778376 140734753006368 139701541382952 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25021/tid=25032] ppid=25019 vsize=2966184 CPUtime=20.49 cores=1,3,5,7
/proc/25021/task/25032/stat : 25032 (java) S 25019 25021 24174 0 -1 4202560 216 0 0 0 2017 32 0 0 20 0 22 0 344890420 3037372416 220640 33554432000 1073741824 1073778376 140734753006368 139701059053928 215146870697 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25021/tid=25033] ppid=25019 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/25021/task/25033/stat : 25033 (java) S 25019 25021 24174 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344890420 3037372416 220640 33554432000 1073741824 1073778376 140734753006368 139701058000248 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25021/tid=25034] ppid=25019 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/25021/task/25034/stat : 25034 (java) S 25019 25021 24174 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 344890420 3037372416 220640 33554432000 1073741824 1073778376 140734753006368 139701056947080 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25021/tid=25035] ppid=25019 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/25021/task/25035/stat : 25035 (java) S 25019 25021 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344890423 3037372416 220640 33554432000 1073741824 1073778376 140734753006368 139701055895824 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25021/tid=25036] ppid=25019 vsize=2966184 CPUtime=1.6 cores=1,3,5,7
/proc/25021/task/25036/stat : 25036 (java) S 25019 25021 24174 0 -1 4202560 10059 0 0 0 158 2 0 0 20 0 22 0 344890423 3037372416 220640 33554432000 1073741824 1073778376 140734753006368 139701054843704 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25021/tid=25037] ppid=25019 vsize=2966184 CPUtime=1.39 cores=1,3,5,7
/proc/25021/task/25037/stat : 25037 (java) S 25019 25021 24174 0 -1 4202560 10318 0 0 0 136 3 0 0 20 0 22 0 344890423 3037372416 220640 33554432000 1073741824 1073778376 140734753006368 139701053791160 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25021/tid=25038] ppid=25019 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/25021/task/25038/stat : 25038 (java) S 25019 25021 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344890423 3037372416 220640 33554432000 1073741824 1073778376 140734753006368 139701052738296 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25021/tid=25039] ppid=25019 vsize=2966184 CPUtime=0.4 cores=1,3,5,7
/proc/25021/task/25039/stat : 25039 (java) S 25019 25021 24174 0 -1 4202560 46 0 0 0 19 21 0 0 20 0 22 0 344890423 3037372416 220640 33554432000 1073741824 1073778376 140734753006368 139701051685960 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25021/tid=25040] ppid=25019 vsize=2966184 CPUtime=791.99 cores=1,3,5,7
/proc/25021/task/25040/stat : 25040 (java) R 25019 25021 24174 0 -1 4202560 372 0 0 0 79184 15 0 0 20 0 22 0 344890479 3037372416 220640 33554432000 1073741824 1073778376 140734753006368 139701050629536 139701546574265 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25021/tid=25041] ppid=25019 vsize=2966184 CPUtime=792.06 cores=1,3,5,7
/proc/25021/task/25041/stat : 25041 (java) R 25019 25021 24174 0 -1 4202560 387 0 0 0 79185 21 0 0 20 0 22 0 344890479 3037372416 220640 33554432000 1073741824 1073778376 140734753006368 139701049575728 139701546322906 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25021/tid=25042] ppid=25019 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/25021/task/25042/stat : 25042 (java) S 25019 25021 24174 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344890481 3037372416 220640 33554432000 1073741824 1073778376 140734753006368 139701048525608 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25021/tid=25043] ppid=25019 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/25021/task/25043/stat : 25043 (java) S 25019 25021 24174 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344890481 3037372416 220640 33554432000 1073741824 1073778376 140734753006368 139701047473064 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1639.67
Current children cumulated vsize (KiB) 2966184

[startup+882.301 s]
/proc/loadavg: 4.01 3.98 3.92 5/221 25115
/proc/meminfo: memFree=26715000/32873844 swapFree=7380/7380
[pid=25021] ppid=25019 vsize=2966184 CPUtime=1758.51 cores=1,3,5,7
/proc/25021/stat : 25021 (java) S 25019 25021 24174 0 -1 4202496 27139 0 1 0 175703 148 0 0 20 0 22 0 344890415 3037372416 221727 33554432000 1073741824 1073778376 140734753006368 140734752997504 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25021/statm: 741546 221727 2284 9 0 732240 0
[pid=25021/tid=25023] ppid=25019 vsize=2966184 CPUtime=0.62 cores=1,3,5,7
/proc/25021/task/25023/stat : 25023 (java) S 25019 25021 24174 0 -1 4202560 2884 0 1 0 56 6 0 0 20 0 22 0 344890417 3037372416 221727 33554432000 1073741824 1073778376 140734753006368 139701682488472 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25021/tid=25024] ppid=25019 vsize=2966184 CPUtime=4.29 cores=1,3,5,7
/proc/25021/task/25024/stat : 25024 (java) S 25019 25021 24174 0 -1 4202560 224 0 0 0 420 9 0 0 20 0 22 0 344890418 3037372416 221727 33554432000 1073741824 1073778376 140734753006368 139701666769320 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25021/tid=25025] ppid=25019 vsize=2966184 CPUtime=4.2 cores=1,3,5,7
/proc/25021/task/25025/stat : 25025 (java) S 25019 25021 24174 0 -1 4202560 199 0 0 0 410 10 0 0 20 0 22 0 344890418 3037372416 221727 33554432000 1073741824 1073778376 140734753006368 139701665716776 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25021/tid=25026] ppid=25019 vsize=2966184 CPUtime=4.24 cores=1,3,5,7
/proc/25021/task/25026/stat : 25026 (java) S 25019 25021 24174 0 -1 4202560 183 0 0 0 416 8 0 0 20 0 22 0 344890418 3037372416 221727 33554432000 1073741824 1073778376 140734753006368 139701664663720 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25021/tid=25027] ppid=25019 vsize=2966184 CPUtime=4.11 cores=1,3,5,7
/proc/25021/task/25027/stat : 25027 (java) S 25019 25021 24174 0 -1 4202560 201 0 0 0 401 10 0 0 20 0 22 0 344890418 3037372416 221727 33554432000 1073741824 1073778376 140734753006368 139701545593128 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25021/tid=25028] ppid=25019 vsize=2966184 CPUtime=4.37 cores=1,3,5,7
/proc/25021/task/25028/stat : 25028 (java) S 25019 25021 24174 0 -1 4202560 209 0 0 0 429 8 0 0 20 0 22 0 344890418 3037372416 221727 33554432000 1073741824 1073778376 140734753006368 139701544541096 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25021/tid=25029] ppid=25019 vsize=2966184 CPUtime=4.37 cores=1,3,5,7
/proc/25021/task/25029/stat : 25029 (java) S 25019 25021 24174 0 -1 4202560 194 0 0 0 428 9 0 0 20 0 22 0 344890418 3037372416 221727 33554432000 1073741824 1073778376 140734753006368 139701543488552 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25021/tid=25030] ppid=25019 vsize=2966184 CPUtime=4.31 cores=1,3,5,7
/proc/25021/task/25030/stat : 25030 (java) S 25019 25021 24174 0 -1 4202560 216 0 0 0 422 9 0 0 20 0 22 0 344890418 3037372416 221727 33554432000 1073741824 1073778376 140734753006368 139701542435496 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25021/tid=25031] ppid=25019 vsize=2966184 CPUtime=4.23 cores=1,3,5,7
/proc/25021/task/25031/stat : 25031 (java) S 25019 25021 24174 0 -1 4202560 186 0 0 0 416 7 0 0 20 0 22 0 344890418 3037372416 221727 33554432000 1073741824 1073778376 140734753006368 139701541382952 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25021/tid=25032] ppid=25019 vsize=2966184 CPUtime=22.81 cores=1,3,5,7
/proc/25021/task/25032/stat : 25032 (java) S 25019 25021 24174 0 -1 4202560 220 0 0 0 2246 35 0 0 20 0 22 0 344890420 3037372416 221727 33554432000 1073741824 1073778376 140734753006368 139701059053928 215146870697 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25021/tid=25033] ppid=25019 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/25021/task/25033/stat : 25033 (java) S 25019 25021 24174 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344890420 3037372416 221727 33554432000 1073741824 1073778376 140734753006368 139701058000248 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25021/tid=25034] ppid=25019 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/25021/task/25034/stat : 25034 (java) S 25019 25021 24174 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 344890420 3037372416 221727 33554432000 1073741824 1073778376 140734753006368 139701056947080 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25021/tid=25035] ppid=25019 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/25021/task/25035/stat : 25035 (java) S 25019 25021 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344890423 3037372416 221727 33554432000 1073741824 1073778376 140734753006368 139701055895824 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25021/tid=25036] ppid=25019 vsize=2966184 CPUtime=1.6 cores=1,3,5,7
/proc/25021/task/25036/stat : 25036 (java) S 25019 25021 24174 0 -1 4202560 10059 0 0 0 158 2 0 0 20 0 22 0 344890423 3037372416 221727 33554432000 1073741824 1073778376 140734753006368 139701054843704 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25021/tid=25037] ppid=25019 vsize=2966184 CPUtime=1.39 cores=1,3,5,7
/proc/25021/task/25037/stat : 25037 (java) S 25019 25021 24174 0 -1 4202560 10318 0 0 0 136 3 0 0 20 0 22 0 344890423 3037372416 221727 33554432000 1073741824 1073778376 140734753006368 139701053791160 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25021/tid=25038] ppid=25019 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/25021/task/25038/stat : 25038 (java) S 25019 25021 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344890423 3037372416 221727 33554432000 1073741824 1073778376 140734753006368 139701052738296 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25021/tid=25039] ppid=25019 vsize=2966184 CPUtime=0.43 cores=1,3,5,7
/proc/25021/task/25039/stat : 25039 (java) S 25019 25021 24174 0 -1 4202560 50 0 0 0 21 22 0 0 20 0 22 0 344890423 3037372416 221727 33554432000 1073741824 1073778376 140734753006368 139701051685960 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25021/tid=25040] ppid=25019 vsize=2966184 CPUtime=848.89 cores=1,3,5,7
/proc/25021/task/25040/stat : 25040 (java) R 25019 25021 24174 0 -1 4202560 404 0 0 0 84874 15 0 0 20 0 22 0 344890479 3037372416 221727 33554432000 1073741824 1073778376 140734753006368 139701050629536 139701546366293 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25021/tid=25041] ppid=25019 vsize=2966184 CPUtime=848.96 cores=1,3,5,7
/proc/25021/task/25041/stat : 25041 (java) R 25019 25021 24174 0 -1 4202560 403 0 0 0 84874 22 0 0 20 0 22 0 344890479 3037372416 221727 33554432000 1073741824 1073778376 140734753006368 139701049575872 139701546558851 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25021/tid=25042] ppid=25019 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/25021/task/25042/stat : 25042 (java) S 25019 25021 24174 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344890481 3037372416 221727 33554432000 1073741824 1073778376 140734753006368 139701048525608 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25021/tid=25043] ppid=25019 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/25021/task/25043/stat : 25043 (java) S 25019 25021 24174 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344890481 3037372416 221727 33554432000 1073741824 1073778376 140734753006368 139701047473064 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1758.51
Current children cumulated vsize (KiB) 2966184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+903.201 s]
/proc/loadavg: 4.01 3.98 3.92 5/221 25115
/proc/meminfo: memFree=26711684/32873844 swapFree=7380/7380
[pid=25021] ppid=25019 vsize=2966184 CPUtime=1800.18 cores=1,3,5,7
/proc/25021/stat : 25021 (java) S 25019 25021 24174 0 -1 4202496 27167 0 1 0 179869 149 0 0 20 0 22 0 344890415 3037372416 222317 33554432000 1073741824 1073778376 140734753006368 140734752997504 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25021/statm: 741546 222317 2284 9 0 732240 0
[pid=25021/tid=25023] ppid=25019 vsize=2966184 CPUtime=0.62 cores=1,3,5,7
/proc/25021/task/25023/stat : 25023 (java) S 25019 25021 24174 0 -1 4202560 2885 0 1 0 56 6 0 0 20 0 22 0 344890417 3037372416 222317 33554432000 1073741824 1073778376 140734753006368 139701682488472 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25021/tid=25024] ppid=25019 vsize=2966184 CPUtime=4.4 cores=1,3,5,7
/proc/25021/task/25024/stat : 25024 (java) S 25019 25021 24174 0 -1 4202560 225 0 0 0 431 9 0 0 20 0 22 0 344890418 3037372416 222317 33554432000 1073741824 1073778376 140734753006368 139701666769320 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25021/tid=25025] ppid=25019 vsize=2966184 CPUtime=4.31 cores=1,3,5,7
/proc/25021/task/25025/stat : 25025 (java) S 25019 25021 24174 0 -1 4202560 203 0 0 0 421 10 0 0 20 0 22 0 344890418 3037372416 222317 33554432000 1073741824 1073778376 140734753006368 139701665716776 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25021/tid=25026] ppid=25019 vsize=2966184 CPUtime=4.28 cores=1,3,5,7
/proc/25021/task/25026/stat : 25026 (java) S 25019 25021 24174 0 -1 4202560 184 0 0 0 420 8 0 0 20 0 22 0 344890418 3037372416 222317 33554432000 1073741824 1073778376 140734753006368 139701664663720 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25021/tid=25027] ppid=25019 vsize=2966184 CPUtime=4.25 cores=1,3,5,7
/proc/25021/task/25027/stat : 25027 (java) S 25019 25021 24174 0 -1 4202560 203 0 0 0 415 10 0 0 20 0 22 0 344890418 3037372416 222317 33554432000 1073741824 1073778376 140734753006368 139701545593128 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25021/tid=25028] ppid=25019 vsize=2966184 CPUtime=4.47 cores=1,3,5,7
/proc/25021/task/25028/stat : 25028 (java) S 25019 25021 24174 0 -1 4202560 213 0 0 0 439 8 0 0 20 0 22 0 344890418 3037372416 222317 33554432000 1073741824 1073778376 140734753006368 139701544541096 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25021/tid=25029] ppid=25019 vsize=2966184 CPUtime=4.49 cores=1,3,5,7
/proc/25021/task/25029/stat : 25029 (java) S 25019 25021 24174 0 -1 4202560 196 0 0 0 440 9 0 0 20 0 22 0 344890418 3037372416 222317 33554432000 1073741824 1073778376 140734753006368 139701543488552 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25021/tid=25030] ppid=25019 vsize=2966184 CPUtime=4.42 cores=1,3,5,7
/proc/25021/task/25030/stat : 25030 (java) S 25019 25021 24174 0 -1 4202560 216 0 0 0 433 9 0 0 20 0 22 0 344890418 3037372416 222317 33554432000 1073741824 1073778376 140734753006368 139701542435496 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25021/tid=25031] ppid=25019 vsize=2966184 CPUtime=4.33 cores=1,3,5,7
/proc/25021/task/25031/stat : 25031 (java) S 25019 25021 24174 0 -1 4202560 186 0 0 0 426 7 0 0 20 0 22 0 344890418 3037372416 222317 33554432000 1073741824 1073778376 140734753006368 139701541382952 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25021/tid=25032] ppid=25019 vsize=2966184 CPUtime=23.32 cores=1,3,5,7
/proc/25021/task/25032/stat : 25032 (java) S 25019 25021 24174 0 -1 4202560 222 0 0 0 2296 36 0 0 20 0 22 0 344890420 3037372416 222317 33554432000 1073741824 1073778376 140734753006368 139701059053928 215146870697 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25021/tid=25033] ppid=25019 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/25021/task/25033/stat : 25033 (java) S 25019 25021 24174 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344890420 3037372416 222317 33554432000 1073741824 1073778376 140734753006368 139701058000248 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25021/tid=25034] ppid=25019 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/25021/task/25034/stat : 25034 (java) S 25019 25021 24174 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 344890420 3037372416 222317 33554432000 1073741824 1073778376 140734753006368 139701056947080 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25021/tid=25035] ppid=25019 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/25021/task/25035/stat : 25035 (java) S 25019 25021 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344890423 3037372416 222317 33554432000 1073741824 1073778376 140734753006368 139701055895824 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25021/tid=25036] ppid=25019 vsize=2966184 CPUtime=1.6 cores=1,3,5,7
/proc/25021/task/25036/stat : 25036 (java) S 25019 25021 24174 0 -1 4202560 10059 0 0 0 158 2 0 0 20 0 22 0 344890423 3037372416 222317 33554432000 1073741824 1073778376 140734753006368 139701054843704 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25021/tid=25037] ppid=25019 vsize=2966184 CPUtime=1.39 cores=1,3,5,7
/proc/25021/task/25037/stat : 25037 (java) S 25019 25021 24174 0 -1 4202560 10318 0 0 0 136 3 0 0 20 0 22 0 344890423 3037372416 222317 33554432000 1073741824 1073778376 140734753006368 139701053791160 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25021/tid=25038] ppid=25019 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/25021/task/25038/stat : 25038 (java) S 25019 25021 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344890423 3037372416 222317 33554432000 1073741824 1073778376 140734753006368 139701052738296 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25021/tid=25039] ppid=25019 vsize=2966184 CPUtime=0.44 cores=1,3,5,7
/proc/25021/task/25039/stat : 25039 (java) S 25019 25021 24174 0 -1 4202560 52 0 0 0 21 23 0 0 20 0 22 0 344890423 3037372416 222317 33554432000 1073741824 1073778376 140734753006368 139701051685960 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25021/tid=25040] ppid=25019 vsize=2966184 CPUtime=869.05 cores=1,3,5,7
/proc/25021/task/25040/stat : 25040 (java) R 25019 25021 24174 0 -1 4202560 410 0 0 0 86889 16 0 0 20 0 22 0 344890479 3037372416 222317 33554432000 1073741824 1073778376 140734753006368 139701050629520 139701546624582 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25021/tid=25041] ppid=25019 vsize=2966184 CPUtime=869.13 cores=1,3,5,7
/proc/25021/task/25041/stat : 25041 (java) R 25019 25021 24174 0 -1 4202560 406 0 0 0 86890 23 0 0 20 0 22 0 344890479 3037372416 222317 33554432000 1073741824 1073778376 140734753006368 139701049576192 139701546505981 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25021/tid=25042] ppid=25019 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/25021/task/25042/stat : 25042 (java) S 25019 25021 24174 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344890481 3037372416 222317 33554432000 1073741824 1073778376 140734753006368 139701048525608 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25021/tid=25043] ppid=25019 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/25021/task/25043/stat : 25043 (java) S 25019 25021 24174 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344890481 3037372416 222317 33554432000 1073741824 1073778376 140734753006368 139701047473064 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.18
Current children cumulated vsize (KiB) 2966184

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

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

Child status: 143
Real time (s): 903.253
CPU time (s): 1800.93
CPU user time (s): 1798.98
CPU system time (s): 1.9547
CPU usage (%): 199.383
Max. virtual memory (cumulated for all children) (KiB): 2966184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.98
system time used= 1.9547
maximum resident set size= 889392
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27200
page faults= 1
swaps= 0
block input operations= 0
block output operations= 968
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39114
involuntary context switches= 70550

runsolver used 3.57146 second user time and 9.13461 second system time

The end

Launcher Data

Begin job on node133 at 2012-06-04 07:27:36
IDJOB=3742574
IDBENCH=90209
IDSOLVER=2324
FILE ID=node133/3742574-1338787656
RUNJOBID= node133-1338782189-24191
PBS_JOBID= 14636833
Free space on /tmp= 70484 MiB

SOLVER NAME= PB10: SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB12/normalized-PB12/DEC-SMALLINT-LIN/sroussel/ShortestPathNG/normalized-NG_K148.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3742574-1338787656/watcher-3742574-1338787656 -o /tmp/evaluation-result-3742574-1338787656/solver-3742574-1338787656 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3742574-1338787656.opb

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

MD5SUM BENCH= 75849fe0d0ba66aaca3a2fe3a07c685a
RANDOM SEED=2006430694

node133.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.540
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.08
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.540
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.92
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.540
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.92
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.540
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.540
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:        27706044 kB
Buffers:          501088 kB
Cached:          2848112 kB
SwapCached:          676 kB
Active:          2401488 kB
Inactive:        1835400 kB
Active(anon):     878620 kB
Inactive(anon):    10220 kB
Active(file):    1522868 kB
Inactive(file):  1825180 kB
Unevictable:        7380 kB
Mlocked:            7380 kB
SwapTotal:      67108856 kB
SwapFree:       67107040 kB
Dirty:              1240 kB
Writeback:             0 kB
AnonPages:        921964 kB
Mapped:            18580 kB
Shmem:                 0 kB
Slab:             760056 kB
SReclaimable:     201836 kB
SUnreclaim:       558220 kB
KernelStack:        1640 kB
PageTables:         6024 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1573844 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:    866304 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= 70484 MiB
End job on node133 at 2012-06-04 07:42:41