Trace number 3742470

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.89 901.655

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K175.opb
MD5SUMc7b1775204389f0c59bc1b934de7e2c1
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 variables20825
Total number of constraints21177
Number of constraints which are clauses21002
Number of constraints which are cardinality constraints (but not clauses)175
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint175
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 176
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version 2.2.0.v20100531
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		1349517296
0.00/0.08	c Max memory 		1356595200
0.00/0.08	c Total memory 		1356595200
0.00/0.08	c Number of processors 	8
0.08/0.11	c Pseudo Boolean Optimization
0.08/0.11	c ManyCore solver with 2 solvers running in parallel
0.08/0.11	c --- Begin Solver configuration ---
0.08/0.11	c Stops conflict analysis at the first Unique Implication Point
0.08/0.11	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@5495fd19
0.08/0.11	c Learn all clauses as in MiniSAT
0.08/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.11	c Expensive reason simplification
0.08/0.11	c Armin Biere (Picosat) restarts strategy
0.08/0.11	c Glucose learned constraints deletion strategy
0.08/0.11	c timeout=2147483s
0.08/0.11	c DB Simplification allowed=false
0.08/0.11	c --- End Solver configuration ---
0.08/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.11	c --- Begin Solver configuration ---
0.08/0.11	c Stops conflict analysis at the first Unique Implication Point
0.08/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ae94e92
0.08/0.11	c Learn all clauses as in MiniSAT
0.08/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.11	c No reason simplification
0.08/0.11	c Armin Biere (Picosat) restarts strategy
0.08/0.11	c Glucose learned constraints deletion strategy
0.08/0.11	c timeout=2147483s
0.08/0.11	c DB Simplification allowed=false
0.08/0.11	c --- End Solver configuration ---
0.08/0.11	
0.08/0.11	c solving HOME/instance-3742470-1338787096.opb
0.08/0.11	c reading problem ... 
1.18/0.63	c ... done. Wall clock time 0.519s.
1.18/0.63	c #vars     20825
1.18/0.63	c #constraints  21177
1.18/0.63	c constraints type 
1.18/0.63	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 18738
1.18/0.63	c org.sat4j.minisat.constraints.card.MinWatchCard => 175
1.18/0.63	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2262
1.18/0.63	c constraints type 
1.18/0.63	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2262
1.18/0.63	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 18738
1.18/0.63	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 175
8.35/3.55	c cleaning 2488 clauses out of 4997 with flag 5001/5001
15.76/6.90	c cleaning 4143 clauses out of 8504 with flag 11000/11000
22.94/10.59	c cleaning 5609 clauses out of 11358 with flag 18000/18000
31.93/15.05	c cleaning 6625 clauses out of 13741 with flag 26000/26000
42.75/20.42	c cleaning 7951 clauses out of 16111 with flag 35000/35000
53.58/25.83	c cleaning 8836 clauses out of 18160 with flag 45000/45000
65.77/31.96	c cleaning 9891 clauses out of 20318 with flag 56003/56003
81.36/39.74	c cleaning 10891 clauses out of 22422 with flag 68001/68001
97.29/47.72	c cleaning 11805 clauses out of 24529 with flag 81002/81002
113.07/55.67	c cleaning 12862 clauses out of 26721 with flag 95000/95000
161.86/79.97	c cleaning 14254 clauses out of 28855 with flag 110000/110000
187.92/92.98	c cleaning 15026 clauses out of 30599 with flag 126000/126000
210.92/104.47	c cleaning 15876 clauses out of 32572 with flag 143000/143000
235.30/116.64	c cleaning 17186 clauses out of 34695 with flag 161000/161000
269.09/133.58	c cleaning 17954 clauses out of 36509 with flag 180000/180000
294.56/146.23	c cleaning 19062 clauses out of 38552 with flag 200002/200002
322.72/160.33	c cleaning 19749 clauses out of 40488 with flag 221000/221000
351.32/174.67	c cleaning 21142 clauses out of 42739 with flag 243003/243003
379.95/188.94	c cleaning 21230 clauses out of 43591 with flag 265001/265001
416.64/207.25	c cleaning 21612 clauses out of 44360 with flag 287001/287001
448.70/223.32	c cleaning 21770 clauses out of 44748 with flag 309001/309001
487.54/242.74	c cleaning 20813 clauses out of 44977 with flag 331000/331000
519.80/258.81	c cleaning 20772 clauses out of 46165 with flag 353001/353001
547.54/272.78	c cleaning 20794 clauses out of 47392 with flag 375000/375000
577.58/287.89	c cleaning 20343 clauses out of 48597 with flag 397001/397001
614.14/306.10	c cleaning 20507 clauses out of 50251 with flag 419001/419001
645.68/321.98	c cleaning 20699 clauses out of 51743 with flag 441000/441000
675.75/336.97	c cleaning 20718 clauses out of 53041 with flag 463003/463003
704.87/351.59	c cleaning 21433 clauses out of 54321 with flag 485001/485001
740.04/369.12	c cleaning 20546 clauses out of 54883 with flag 507000/507000
775.65/386.98	c cleaning 20618 clauses out of 56336 with flag 529001/529001
806.66/402.43	c cleaning 20406 clauses out of 57711 with flag 551000/551000
809.28/403.94	c cleaning 0 clauses out of 5000 with flag 0/5000
848.95/423.68	c cleaning 20645 clauses out of 59304 with flag 573000/573000
877.68/437.99	c cleaning 20181 clauses out of 60659 with flag 595000/595000
910.55/454.35	c cleaning 20858 clauses out of 62473 with flag 617004/617004
941.27/469.80	c cleaning 20545 clauses out of 63611 with flag 639002/639002
971.86/485.19	c cleaning 20730 clauses out of 65064 with flag 661000/661000
1005.03/501.71	c cleaning 20451 clauses out of 66333 with flag 683000/683000
1034.66/516.69	c cleaning 20679 clauses out of 67882 with flag 705000/705000
1065.16/532.09	c cleaning 20721 clauses out of 69203 with flag 727000/727000
1099.10/549.04	c cleaning 21191 clauses out of 70482 with flag 749000/749000
1138.15/568.60	c cleaning 20037 clauses out of 71291 with flag 771002/771002
1176.63/587.88	c cleaning 20734 clauses out of 73255 with flag 793003/793003
1222.10/610.75	c cleaning 20776 clauses out of 74519 with flag 815001/815001
1254.59/627.05	c cleaning 20727 clauses out of 75736 with flag 837000/837000
1284.23/641.90	c cleaning 20563 clauses out of 77012 with flag 859003/859003
1321.33/660.56	c cleaning 20563 clauses out of 78446 with flag 881000/881000
1354.19/677.13	c cleaning 20578 clauses out of 79885 with flag 903002/903002
1392.72/696.47	c cleaning 20867 clauses out of 81306 with flag 925001/925001
1421.55/710.97	c cleaning 21166 clauses out of 82438 with flag 947000/947000
1457.59/729.02	c cleaning 20589 clauses out of 83272 with flag 969000/969000
1489.06/744.98	c cleaning 20804 clauses out of 84683 with flag 991001/991001
1523.73/762.39	c cleaning 20613 clauses out of 85878 with flag 1013000/1013000
1555.71/778.49	c cleaning 21137 clauses out of 87265 with flag 1035000/1035000
1586.15/793.78	c cleaning 20317 clauses out of 88129 with flag 1057001/1057001
1616.36/809.09	c cleaning 20601 clauses out of 89811 with flag 1079000/1079000
1647.60/824.71	c cleaning 20844 clauses out of 91210 with flag 1101000/1101000
1676.44/839.21	c cleaning 20518 clauses out of 92369 with flag 1123003/1123003
1705.38/853.87	c cleaning 20738 clauses out of 93848 with flag 1145000/1145000
1734.00/868.39	c cleaning 20952 clauses out of 95109 with flag 1167000/1167000
1761.04/881.98	c cleaning 20664 clauses out of 96157 with flag 1189000/1189000
1789.56/896.21	c cleaning 20784 clauses out of 97493 with flag 1211000/1211000
1800.06/901.61	c starts		: 186
1800.06/901.61	c conflicts		: 1220106
1800.06/901.61	c decisions		: 50121623
1800.06/901.61	c propagations		: 987320026
1800.06/901.61	c inspects		: 1878658774
1800.06/901.61	c learnt literals	: 107
1800.06/901.61	c learnt binary clauses	: 67100
1800.06/901.61	c learnt ternary clauses	: 71313
1800.06/901.61	c learnt clauses	: 1219999
1800.06/901.61	c ignored clauses	: 0
1800.06/901.61	c root simplifications	: 0
1800.06/901.61	c removed literals (reason simplification)	: 8929578
1800.06/901.61	c reason swapping (by a shorter reason)	: 0
1800.06/901.61	c Calls to reduceDB	: 62
1800.06/901.61	c number of reductions to clauses (during analyze)	: 0
1800.06/901.61	c number of learned constraints concerned by reduction	: 0
1800.06/901.61	c number of learning phase by resolution	: 0
1800.06/901.61	c number of learning phase by cutting planes	: 0
1800.06/901.61	c speed (assignments/second)	: 1095826.918850765
1800.06/901.61	c non guided choices	74408
1800.06/901.64	c learnt constraints type 
1800.06/901.64	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 18754
1800.06/901.64	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 67103
1800.06/901.64	c constraints type 
1800.06/901.64	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 18738
1800.06/901.64	c org.sat4j.minisat.constraints.card.MinWatchCard => 175
1800.06/901.64	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2262
1800.06/901.64	c constraints type 
1800.06/901.64	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2262
1800.06/901.64	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 18738
1800.06/901.64	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 175
1800.06/901.64	s UNKNOWN
1800.06/901.64	c Total wall clock time (in seconds): 901.535

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-3742470-1338787096/watcher-3742470-1338787096 -o /tmp/evaluation-result-3742470-1338787096/solver-3742470-1338787096 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3742470-1338787096.opb 

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

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


[startup+0 s]
/proc/loadavg: 3.77 3.87 3.87 5/197 18851
/proc/meminfo: memFree=28631916/32873648 swapFree=7116/7116
[pid=18851] ppid=18849 vsize=9212 CPUtime=0 cores=0,2,4,6
/proc/18851/stat : 18851 (java6) R 18849 18851 17860 0 -1 4202496 113 0 0 0 0 0 0 0 20 0 1 0 344835039 9433088 66 33554432000 1073741824 1073778376 140733968521792 140733968518920 214528227054 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/18851/statm: 2306 79 62 9 0 38 0

[startup+0.091407 s]
/proc/loadavg: 3.77 3.87 3.87 5/197 18851
/proc/meminfo: memFree=28631916/32873648 swapFree=7116/7116
[pid=18851] ppid=18849 vsize=2699928 CPUtime=0.06 cores=0,2,4,6
/proc/18851/stat : 18851 (java) S 18849 18851 17860 0 -1 4202496 4335 0 1 0 6 0 0 0 20 0 18 0 344835039 2764726272 6050 33554432000 1073741824 1073778376 140734617679008 140734617670144 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/18851/statm: 674982 6070 2029 9 0 665676 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 2699928

[startup+0.100195 s]
/proc/loadavg: 3.77 3.87 3.87 5/197 18851
/proc/meminfo: memFree=28631916/32873648 swapFree=7116/7116
[pid=18851] ppid=18849 vsize=2699928 CPUtime=0.08 cores=0,2,4,6
/proc/18851/stat : 18851 (java) S 18849 18851 17860 0 -1 4202496 4708 0 1 0 8 0 0 0 20 0 18 0 344835039 2764726272 6418 33554432000 1073741824 1073778376 140734617679008 140734617670144 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/18851/statm: 674982 6418 2109 9 0 665676 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 2699928

[startup+0.300146 s]
/proc/loadavg: 3.77 3.87 3.87 5/197 18851
/proc/meminfo: memFree=28631916/32873648 swapFree=7116/7116
[pid=18851] ppid=18849 vsize=2699928 CPUtime=0.55 cores=0,2,4,6
/proc/18851/stat : 18851 (java) S 18849 18851 17860 0 -1 4202496 7157 0 1 0 54 1 0 0 20 0 18 0 344835039 2764726272 12995 33554432000 1073741824 1073778376 140734617679008 140734617670144 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/18851/statm: 674982 12995 2218 9 0 665676 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 2699928

[startup+0.700166 s]
/proc/loadavg: 3.77 3.87 3.87 5/197 18851
/proc/meminfo: memFree=28631916/32873648 swapFree=7116/7116
[pid=18851] ppid=18849 vsize=2966184 CPUtime=1.47 cores=0,2,4,6
/proc/18851/stat : 18851 (java) S 18849 18851 17860 0 -1 4202496 11609 0 1 0 143 4 0 0 20 0 22 0 344835039 3037372416 45786 33554432000 1073741824 1073778376 140734617679008 140734617670144 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/18851/statm: 741546 45786 2248 9 0 732240 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 2966184

[startup+1.50076 s]
/proc/loadavg: 3.77 3.87 3.87 7/219 18873
/proc/meminfo: memFree=28443432/32873648 swapFree=7116/7116
[pid=18851] ppid=18849 vsize=2966184 CPUtime=4.06 cores=0,2,4,6
/proc/18851/stat : 18851 (java) S 18849 18851 17860 0 -1 4202496 19181 0 1 0 398 8 0 0 20 0 22 0 344835039 3037372416 95533 33554432000 1073741824 1073778376 140734617679008 140734617670144 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/18851/statm: 741546 95533 2256 9 0 732240 0
[pid=18851/tid=18853] ppid=18849 vsize=2966184 CPUtime=0.6 cores=0,2,4,6
/proc/18851/task/18853/stat : 18853 (java) S 18849 18851 17860 0 -1 4202560 2862 0 1 0 56 4 0 0 20 0 22 0 344835040 3037372416 95533 33554432000 1073741824 1073778376 140734617679008 140163676013720 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18851/tid=18854] ppid=18849 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18851/task/18854/stat : 18854 (java) S 18849 18851 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344835041 3037372416 95533 33554432000 1073741824 1073778376 140734617679008 140163660294824 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18851/tid=18855] ppid=18849 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18851/task/18855/stat : 18855 (java) S 18849 18851 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344835041 3037372416 95533 33554432000 1073741824 1073778376 140734617679008 140163659242280 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18851/tid=18856] ppid=18849 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18851/task/18856/stat : 18856 (java) S 18849 18851 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344835041 3037372416 95533 33554432000 1073741824 1073778376 140734617679008 140163658189736 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18851/tid=18857] ppid=18849 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18851/task/18857/stat : 18857 (java) S 18849 18851 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344835041 3037372416 95533 33554432000 1073741824 1073778376 140734617679008 140163657137192 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18851/tid=18858] ppid=18849 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18851/task/18858/stat : 18858 (java) S 18849 18851 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344835041 3037372416 95533 33554432000 1073741824 1073778376 140734617679008 140163656083624 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18851/tid=18859] ppid=18849 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18851/task/18859/stat : 18859 (java) S 18849 18851 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344835041 3037372416 95533 33554432000 1073741824 1073778376 140734617679008 140163655031080 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18851/tid=18860] ppid=18849 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18851/task/18860/stat : 18860 (java) S 18849 18851 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344835041 3037372416 95533 33554432000 1073741824 1073778376 140734617679008 140163653978536 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18851/tid=18861] ppid=18849 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18851/task/18861/stat : 18861 (java) S 18849 18851 17860 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 344835041 3037372416 95533 33554432000 1073741824 1073778376 140734617679008 140163652925992 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18851/tid=18862] ppid=18849 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18851/task/18862/stat : 18862 (java) S 18849 18851 17860 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 344835042 3037372416 95533 33554432000 1073741824 1073778376 140734617679008 140163523013224 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18851/tid=18863] ppid=18849 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18851/task/18863/stat : 18863 (java) S 18849 18851 17860 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 344835042 3037372416 95533 33554432000 1073741824 1073778376 140734617679008 140163521959544 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18851/tid=18864] ppid=18849 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18851/task/18864/stat : 18864 (java) S 18849 18851 17860 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344835042 3037372416 95533 33554432000 1073741824 1073778376 140734617679008 140163520906888 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18851/tid=18865] ppid=18849 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18851/task/18865/stat : 18865 (java) S 18849 18851 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344835045 3037372416 95533 33554432000 1073741824 1073778376 140734617679008 140163519855632 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18851/tid=18866] ppid=18849 vsize=2966184 CPUtime=0.77 cores=0,2,4,6
/proc/18851/task/18866/stat : 18866 (java) S 18849 18851 17860 0 -1 4202560 4232 0 0 0 77 0 0 0 20 0 22 0 344835045 3037372416 95533 33554432000 1073741824 1073778376 140734617679008 140163518801976 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18851/tid=18867] ppid=18849 vsize=2966184 CPUtime=0.95 cores=0,2,4,6
/proc/18851/task/18867/stat : 18867 (java) S 18849 18851 17860 0 -1 4202560 10705 0 0 0 93 2 0 0 20 0 22 0 344835045 3037372416 95533 33554432000 1073741824 1073778376 140734617679008 140163517749432 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18851/tid=18868] ppid=18849 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18851/task/18868/stat : 18868 (java) S 18849 18851 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344835045 3037372416 95533 33554432000 1073741824 1073778376 140734617679008 140163516697080 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18851/tid=18869] ppid=18849 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18851/task/18869/stat : 18869 (java) S 18849 18851 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344835045 3037372416 95533 33554432000 1073741824 1073778376 140734617679008 140163515644744 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18851/tid=18870] ppid=18849 vsize=2966184 CPUtime=0.85 cores=0,2,4,6
/proc/18851/task/18870/stat : 18870 (java) R 18849 18851 17860 0 -1 4202560 27 0 0 0 85 0 0 0 20 0 22 0 344835102 3037372416 95533 33554432000 1073741824 1073778376 140734617679008 140163514590072 140163523877360 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=18851/tid=18871] ppid=18849 vsize=2966184 CPUtime=0.84 cores=0,2,4,6
/proc/18851/task/18871/stat : 18871 (java) R 18849 18851 17860 0 -1 4202560 155 0 0 0 82 2 0 0 20 0 22 0 344835102 3037372416 95533 33554432000 1073741824 1073778376 140734617679008 140163513537032 140163524150047 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=18851/tid=18872] ppid=18849 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18851/task/18872/stat : 18872 (java) S 18849 18851 17860 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344835104 3037372416 95533 33554432000 1073741824 1073778376 140734617679008 140163512485416 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18851/tid=18873] ppid=18849 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18851/task/18873/stat : 18873 (java) S 18849 18851 17860 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344835104 3037372416 96045 33554432000 1073741824 1073778376 140734617679008 140163511432872 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 4.06
Current children cumulated vsize (KiB) 2966184

[startup+3.10072 s]
/proc/loadavg: 3.77 3.87 3.87 5/219 18873
/proc/meminfo: memFree=28222868/32873648 swapFree=7116/7116
[pid=18851] ppid=18849 vsize=2966184 CPUtime=7.5 cores=0,2,4,6
/proc/18851/stat : 18851 (java) S 18849 18851 17860 0 -1 4202496 19317 0 1 0 738 12 0 0 20 0 22 0 344835039 3037372416 109411 33554432000 1073741824 1073778376 140734617679008 140734617670144 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/18851/statm: 741546 109411 2268 9 0 732240 0
[pid=18851/tid=18853] ppid=18849 vsize=2966184 CPUtime=0.6 cores=0,2,4,6
/proc/18851/task/18853/stat : 18853 (java) S 18849 18851 17860 0 -1 4202560 2862 0 1 0 56 4 0 0 20 0 22 0 344835040 3037372416 109411 33554432000 1073741824 1073778376 140734617679008 140163676013720 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18851/tid=18854] ppid=18849 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18851/task/18854/stat : 18854 (java) S 18849 18851 17860 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 22 0 344835041 3037372416 109411 33554432000 1073741824 1073778376 140734617679008 140163660294824 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18851/tid=18855] ppid=18849 vsize=2966184 CPUtime=0.01 cores=0,2,4,6
/proc/18851/task/18855/stat : 18855 (java) S 18849 18851 17860 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 22 0 344835041 3037372416 109411 33554432000 1073741824 1073778376 140734617679008 140163659242280 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18851/tid=18856] ppid=18849 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18851/task/18856/stat : 18856 (java) S 18849 18851 17860 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344835041 3037372416 109411 33554432000 1073741824 1073778376 140734617679008 140163658189736 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18851/tid=18857] ppid=18849 vsize=2966184 CPUtime=0.01 cores=0,2,4,6
/proc/18851/task/18857/stat : 18857 (java) S 18849 18851 17860 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 344835041 3037372416 109411 33554432000 1073741824 1073778376 140734617679008 140163657137192 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18851/tid=18858] ppid=18849 vsize=2966184 CPUtime=0.01 cores=0,2,4,6
/proc/18851/task/18858/stat : 18858 (java) S 18849 18851 17860 0 -1 4202560 21 0 0 0 1 0 0 0 20 0 22 0 344835041 3037372416 109411 33554432000 1073741824 1073778376 140734617679008 140163656083624 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18851/tid=18859] ppid=18849 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18851/task/18859/stat : 18859 (java) S 18849 18851 17860 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 344835041 3037372416 109411 33554432000 1073741824 1073778376 140734617679008 140163655031080 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18851/tid=18860] ppid=18849 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18851/task/18860/stat : 18860 (java) S 18849 18851 17860 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 344835041 3037372416 109411 33554432000 1073741824 1073778376 140734617679008 140163653978536 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18851/tid=18861] ppid=18849 vsize=2966184 CPUtime=0.01 cores=0,2,4,6
/proc/18851/task/18861/stat : 18861 (java) S 18849 18851 17860 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 22 0 344835041 3037372416 109411 33554432000 1073741824 1073778376 140734617679008 140163652925992 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18851/tid=18862] ppid=18849 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18851/task/18862/stat : 18862 (java) S 18849 18851 17860 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 344835042 3037372416 109411 33554432000 1073741824 1073778376 140734617679008 140163523013224 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18851/tid=18863] ppid=18849 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18851/task/18863/stat : 18863 (java) S 18849 18851 17860 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344835042 3037372416 109411 33554432000 1073741824 1073778376 140734617679008 140163521959544 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18851/tid=18864] ppid=18849 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18851/task/18864/stat : 18864 (java) S 18849 18851 17860 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344835042 3037372416 109411 33554432000 1073741824 1073778376 140734617679008 140163520906888 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18851/tid=18865] ppid=18849 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18851/task/18865/stat : 18865 (java) S 18849 18851 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344835045 3037372416 109411 33554432000 1073741824 1073778376 140734617679008 140163519855632 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18851/tid=18866] ppid=18849 vsize=2966184 CPUtime=0.86 cores=0,2,4,6
/proc/18851/task/18866/stat : 18866 (java) S 18849 18851 17860 0 -1 4202560 4254 0 0 0 86 0 0 0 20 0 22 0 344835045 3037372416 109411 33554432000 1073741824 1073778376 140734617679008 140163518801976 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18851/tid=18867] ppid=18849 vsize=2966184 CPUtime=1.04 cores=0,2,4,6
/proc/18851/task/18867/stat : 18867 (java) S 18849 18851 17860 0 -1 4202560 10710 0 0 0 102 2 0 0 20 0 22 0 344835045 3037372416 109411 33554432000 1073741824 1073778376 140734617679008 140163517749432 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18851/tid=18868] ppid=18849 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18851/task/18868/stat : 18868 (java) S 18849 18851 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344835045 3037372416 109411 33554432000 1073741824 1073778376 140734617679008 140163516697080 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18851/tid=18869] ppid=18849 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18851/task/18869/stat : 18869 (java) S 18849 18851 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344835045 3037372416 109411 33554432000 1073741824 1073778376 140734617679008 140163515644744 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18851/tid=18870] ppid=18849 vsize=2966184 CPUtime=2.4 cores=0,2,4,6
/proc/18851/task/18870/stat : 18870 (java) R 18849 18851 17860 0 -1 4202560 27 0 0 0 240 0 0 0 20 0 22 0 344835102 3037372416 109411 33554432000 1073741824 1073778376 140734617679008 140163514589888 140163523698572 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=18851/tid=18871] ppid=18849 vsize=2966184 CPUtime=2.4 cores=0,2,4,6
/proc/18851/task/18871/stat : 18871 (java) R 18849 18851 17860 0 -1 4202560 167 0 0 0 236 4 0 0 20 0 22 0 344835102 3037372416 109411 33554432000 1073741824 1073778376 140734617679008 140163513535992 140163523935560 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=18851/tid=18872] ppid=18849 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18851/task/18872/stat : 18872 (java) S 18849 18851 17860 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344835104 3037372416 109411 33554432000 1073741824 1073778376 140734617679008 140163512485416 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18851/tid=18873] ppid=18849 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18851/task/18873/stat : 18873 (java) S 18849 18851 17860 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344835104 3037372416 109411 33554432000 1073741824 1073778376 140734617679008 140163511432872 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 7.5
Current children cumulated vsize (KiB) 2966184

[startup+6.30078 s]
/proc/loadavg: 3.79 3.87 3.87 6/219 18873
/proc/meminfo: memFree=28184448/32873648 swapFree=7116/7116
[pid=18851] ppid=18849 vsize=2966184 CPUtime=14.54 cores=0,2,4,6
/proc/18851/stat : 18851 (java) S 18849 18851 17860 0 -1 4202496 21661 0 1 0 1439 15 0 0 20 0 22 0 344835039 3037372416 118093 33554432000 1073741824 1073778376 140734617679008 140734617670144 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/18851/statm: 741546 118093 2283 9 0 732240 0
[pid=18851/tid=18853] ppid=18849 vsize=2966184 CPUtime=0.6 cores=0,2,4,6
/proc/18851/task/18853/stat : 18853 (java) S 18849 18851 17860 0 -1 4202560 2862 0 1 0 56 4 0 0 20 0 22 0 344835040 3037372416 118093 33554432000 1073741824 1073778376 140734617679008 140163676013720 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18851/tid=18854] ppid=18849 vsize=2966184 CPUtime=0.04 cores=0,2,4,6
/proc/18851/task/18854/stat : 18854 (java) S 18849 18851 17860 0 -1 4202560 19 0 0 0 4 0 0 0 20 0 22 0 344835041 3037372416 118093 33554432000 1073741824 1073778376 140734617679008 140163660294824 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18851/tid=18855] ppid=18849 vsize=2966184 CPUtime=0.05 cores=0,2,4,6
/proc/18851/task/18855/stat : 18855 (java) S 18849 18851 17860 0 -1 4202560 15 0 0 0 5 0 0 0 20 0 22 0 344835041 3037372416 118093 33554432000 1073741824 1073778376 140734617679008 140163659242280 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18851/tid=18856] ppid=18849 vsize=2966184 CPUtime=0.03 cores=0,2,4,6
/proc/18851/task/18856/stat : 18856 (java) S 18849 18851 17860 0 -1 4202560 13 0 0 0 3 0 0 0 20 0 22 0 344835041 3037372416 118093 33554432000 1073741824 1073778376 140734617679008 140163658189736 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18851/tid=18857] ppid=18849 vsize=2966184 CPUtime=0.04 cores=0,2,4,6
/proc/18851/task/18857/stat : 18857 (java) S 18849 18851 17860 0 -1 4202560 14 0 0 0 4 0 0 0 20 0 22 0 344835041 3037372416 118093 33554432000 1073741824 1073778376 140734617679008 140163657137192 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18851/tid=18858] ppid=18849 vsize=2966184 CPUtime=0.04 cores=0,2,4,6
/proc/18851/task/18858/stat : 18858 (java) S 18849 18851 17860 0 -1 4202560 29 0 0 0 4 0 0 0 20 0 22 0 344835041 3037372416 118093 33554432000 1073741824 1073778376 140734617679008 140163656083624 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18851/tid=18859] ppid=18849 vsize=2966184 CPUtime=0.03 cores=0,2,4,6
/proc/18851/task/18859/stat : 18859 (java) S 18849 18851 17860 0 -1 4202560 21 0 0 0 3 0 0 0 20 0 22 0 344835041 3037372416 118093 33554432000 1073741824 1073778376 140734617679008 140163655031080 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18851/tid=18860] ppid=18849 vsize=2966184 CPUtime=0.02 cores=0,2,4,6
/proc/18851/task/18860/stat : 18860 (java) S 18849 18851 17860 0 -1 4202560 10 0 0 0 2 0 0 0 20 0 22 0 344835041 3037372416 118093 33554432000 1073741824 1073778376 140734617679008 140163653978536 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18851/tid=18861] ppid=18849 vsize=2966184 CPUtime=0.03 cores=0,2,4,6
/proc/18851/task/18861/stat : 18861 (java) S 18849 18851 17860 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 22 0 344835041 3037372416 118093 33554432000 1073741824 1073778376 140734617679008 140163652925992 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18851/tid=18862] ppid=18849 vsize=2966184 CPUtime=0.05 cores=0,2,4,6
/proc/18851/task/18862/stat : 18862 (java) S 18849 18851 17860 0 -1 4202560 38 0 0 0 5 0 0 0 20 0 22 0 344835042 3037372416 118093 33554432000 1073741824 1073778376 140734617679008 140163523013224 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18851/tid=18863] ppid=18849 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18851/task/18863/stat : 18863 (java) S 18849 18851 17860 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344835042 3037372416 118093 33554432000 1073741824 1073778376 140734617679008 140163521959544 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18851/tid=18864] ppid=18849 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18851/task/18864/stat : 18864 (java) S 18849 18851 17860 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344835042 3037372416 118093 33554432000 1073741824 1073778376 140734617679008 140163520906888 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18851/tid=18865] ppid=18849 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18851/task/18865/stat : 18865 (java) S 18849 18851 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344835045 3037372416 118093 33554432000 1073741824 1073778376 140734617679008 140163519855632 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18851/tid=18866] ppid=18849 vsize=2966184 CPUtime=1.02 cores=0,2,4,6
/proc/18851/task/18866/stat : 18866 (java) S 18849 18851 17860 0 -1 4202560 4258 0 0 0 102 0 0 0 20 0 22 0 344835045 3037372416 118093 33554432000 1073741824 1073778376 140734617679008 140163518801976 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0

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

[pid=18851/tid=18871] ppid=18849 vsize=2966184 CPUtime=740.84 cores=0,2,4,6
/proc/18851/task/18871/stat : 18871 (java) R 18849 18851 17860 0 -1 4202560 394 0 0 0 74067 17 0 0 20 0 22 0 344835102 3037372416 207990 33554432000 1073741824 1073778376 140734617679008 140163513536256 140163524104579 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=18851/tid=18872] ppid=18849 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18851/task/18872/stat : 18872 (java) S 18849 18851 17860 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344835104 3037372416 207990 33554432000 1073741824 1073778376 140734617679008 140163512485416 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18851/tid=18873] ppid=18849 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18851/task/18873/stat : 18873 (java) S 18849 18851 17860 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344835104 3037372416 207990 33554432000 1073741824 1073778376 140734617679008 140163511432872 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1523.73
Current children cumulated vsize (KiB) 2966184

[startup+822.301 s]
/proc/loadavg: 3.95 3.94 3.91 5/219 18945
/proc/meminfo: memFree=27837244/32873648 swapFree=7116/7116
[pid=18851] ppid=18849 vsize=2966184 CPUtime=1642.77 cores=0,2,4,6
/proc/18851/stat : 18851 (java) S 18849 18851 17860 0 -1 4202496 29729 0 1 0 164171 106 0 0 20 0 22 0 344835039 3037372416 209620 33554432000 1073741824 1073778376 140734617679008 140734617670144 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/18851/statm: 741546 209620 2284 9 0 732240 0
[pid=18851/tid=18853] ppid=18849 vsize=2966184 CPUtime=0.61 cores=0,2,4,6
/proc/18851/task/18853/stat : 18853 (java) S 18849 18851 17860 0 -1 4202560 2873 0 1 0 57 4 0 0 20 0 22 0 344835040 3037372416 209620 33554432000 1073741824 1073778376 140734617679008 140163676013720 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18851/tid=18854] ppid=18849 vsize=2966184 CPUtime=3.29 cores=0,2,4,6
/proc/18851/task/18854/stat : 18854 (java) S 18849 18851 17860 0 -1 4202560 202 0 0 0 323 6 0 0 20 0 22 0 344835041 3037372416 209620 33554432000 1073741824 1073778376 140734617679008 140163660294824 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18851/tid=18855] ppid=18849 vsize=2966184 CPUtime=3.29 cores=0,2,4,6
/proc/18851/task/18855/stat : 18855 (java) R 18849 18851 17860 0 -1 4202560 177 0 0 0 323 6 0 0 20 0 22 0 344835041 3037372416 209620 33554432000 1073741824 1073778376 140734617679008 140163659242280 140163678484214 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=18851/tid=18856] ppid=18849 vsize=2966184 CPUtime=3.37 cores=0,2,4,6
/proc/18851/task/18856/stat : 18856 (java) R 18849 18851 17860 0 -1 4202560 194 0 0 0 331 6 0 0 20 0 22 0 344835041 3037372416 209620 33554432000 1073741824 1073778376 140734617679008 140163658189736 140163680188591 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=18851/tid=18857] ppid=18849 vsize=2966184 CPUtime=3.23 cores=0,2,4,6
/proc/18851/task/18857/stat : 18857 (java) R 18849 18851 17860 0 -1 4202560 174 0 0 0 317 6 0 0 20 0 22 0 344835041 3037372416 209620 33554432000 1073741824 1073778376 140734617679008 140163657137192 214540792892 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=18851/tid=18858] ppid=18849 vsize=2966184 CPUtime=3.33 cores=0,2,4,6
/proc/18851/task/18858/stat : 18858 (java) S 18849 18851 17860 0 -1 4202560 170 0 0 0 328 5 0 0 20 0 22 0 344835041 3037372416 209620 33554432000 1073741824 1073778376 140734617679008 140163656083624 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18851/tid=18859] ppid=18849 vsize=2966184 CPUtime=3.29 cores=0,2,4,6
/proc/18851/task/18859/stat : 18859 (java) S 18849 18851 17860 0 -1 4202560 181 0 0 0 323 6 0 0 20 0 22 0 344835041 3037372416 209620 33554432000 1073741824 1073778376 140734617679008 140163655031080 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18851/tid=18860] ppid=18849 vsize=2966184 CPUtime=3.41 cores=0,2,4,6
/proc/18851/task/18860/stat : 18860 (java) R 18849 18851 17860 0 -1 4202560 161 0 0 0 336 5 0 0 20 0 22 0 344835041 3037372416 209620 33554432000 1073741824 1073778376 140734617679008 140163653978536 140163682521519 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=18851/tid=18861] ppid=18849 vsize=2966184 CPUtime=3.23 cores=0,2,4,6
/proc/18851/task/18861/stat : 18861 (java) S 18849 18851 17860 0 -1 4202560 161 0 0 0 318 5 0 0 20 0 22 0 344835041 3037372416 209620 33554432000 1073741824 1073778376 140734617679008 140163652925992 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18851/tid=18862] ppid=18849 vsize=2966184 CPUtime=15.47 cores=0,2,4,6
/proc/18851/task/18862/stat : 18862 (java) S 18849 18851 17860 0 -1 4202560 277 0 0 0 1521 26 0 0 20 0 22 0 344835042 3037372416 209620 33554432000 1073741824 1073778376 140734617679008 140163523012104 214540792892 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18851/tid=18863] ppid=18849 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18851/task/18863/stat : 18863 (java) S 18849 18851 17860 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344835042 3037372416 209620 33554432000 1073741824 1073778376 140734617679008 140163521959544 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18851/tid=18864] ppid=18849 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18851/task/18864/stat : 18864 (java) S 18849 18851 17860 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344835042 3037372416 209620 33554432000 1073741824 1073778376 140734617679008 140163520906888 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18851/tid=18865] ppid=18849 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18851/task/18865/stat : 18865 (java) S 18849 18851 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344835045 3037372416 209620 33554432000 1073741824 1073778376 140734617679008 140163519855632 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18851/tid=18866] ppid=18849 vsize=2966184 CPUtime=1.74 cores=0,2,4,6
/proc/18851/task/18866/stat : 18866 (java) S 18849 18851 17860 0 -1 4202560 10225 0 0 0 172 2 0 0 20 0 22 0 344835045 3037372416 209620 33554432000 1073741824 1073778376 140734617679008 140163518801976 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18851/tid=18867] ppid=18849 vsize=2966184 CPUtime=1.55 cores=0,2,4,6
/proc/18851/task/18867/stat : 18867 (java) S 18849 18851 17860 0 -1 4202560 12973 0 0 0 152 3 0 0 20 0 22 0 344835045 3037372416 209620 33554432000 1073741824 1073778376 140734617679008 140163517749432 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18851/tid=18868] ppid=18849 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18851/task/18868/stat : 18868 (java) S 18849 18851 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344835045 3037372416 209620 33554432000 1073741824 1073778376 140734617679008 140163516697080 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18851/tid=18869] ppid=18849 vsize=2966184 CPUtime=0.25 cores=0,2,4,6
/proc/18851/task/18869/stat : 18869 (java) S 18849 18851 17860 0 -1 4202560 47 0 0 0 10 15 0 0 20 0 22 0 344835045 3037372416 209620 33554432000 1073741824 1073778376 140734617679008 140163515644744 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18851/tid=18870] ppid=18849 vsize=2966184 CPUtime=798.49 cores=0,2,4,6
/proc/18851/task/18870/stat : 18870 (java) S 18849 18851 17860 0 -1 4202560 323 0 0 0 79834 15 0 0 20 0 22 0 344835102 3037372416 209620 33554432000 1073741824 1073778376 140734617679008 140163514588200 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18851/tid=18871] ppid=18849 vsize=2966184 CPUtime=798.55 cores=0,2,4,6
/proc/18851/task/18871/stat : 18871 (java) S 18849 18851 17860 0 -1 4202560 404 0 0 0 79836 19 0 0 20 0 22 0 344835102 3037372416 209620 33554432000 1073741824 1073778376 140734617679008 140163513536376 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18851/tid=18872] ppid=18849 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18851/task/18872/stat : 18872 (java) S 18849 18851 17860 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344835104 3037372416 209620 33554432000 1073741824 1073778376 140734617679008 140163512485416 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18851/tid=18873] ppid=18849 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18851/task/18873/stat : 18873 (java) S 18849 18851 17860 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344835104 3037372416 209620 33554432000 1073741824 1073778376 140734617679008 140163511432872 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1642.77
Current children cumulated vsize (KiB) 2966184

[startup+882.301 s]
/proc/loadavg: 4.06 3.97 3.92 4/219 18945
/proc/meminfo: memFree=27818572/32873648 swapFree=7116/7116
[pid=18851] ppid=18849 vsize=2966184 CPUtime=1761.55 cores=0,2,4,6
/proc/18851/stat : 18851 (java) S 18849 18851 17860 0 -1 4202496 29820 0 1 0 176043 112 0 0 20 0 22 0 344835039 3037372416 210180 33554432000 1073741824 1073778376 140734617679008 140734617670144 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/18851/statm: 741546 210180 2284 9 0 732240 0
[pid=18851/tid=18853] ppid=18849 vsize=2966184 CPUtime=0.61 cores=0,2,4,6
/proc/18851/task/18853/stat : 18853 (java) S 18849 18851 17860 0 -1 4202560 2875 0 1 0 57 4 0 0 20 0 22 0 344835040 3037372416 210180 33554432000 1073741824 1073778376 140734617679008 140163676013720 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18851/tid=18854] ppid=18849 vsize=2966184 CPUtime=3.55 cores=0,2,4,6
/proc/18851/task/18854/stat : 18854 (java) S 18849 18851 17860 0 -1 4202560 204 0 0 0 349 6 0 0 20 0 22 0 344835041 3037372416 210180 33554432000 1073741824 1073778376 140734617679008 140163660294824 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18851/tid=18855] ppid=18849 vsize=2966184 CPUtime=3.52 cores=0,2,4,6
/proc/18851/task/18855/stat : 18855 (java) S 18849 18851 17860 0 -1 4202560 183 0 0 0 345 7 0 0 20 0 22 0 344835041 3037372416 210180 33554432000 1073741824 1073778376 140734617679008 140163659242280 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18851/tid=18856] ppid=18849 vsize=2966184 CPUtime=3.63 cores=0,2,4,6
/proc/18851/task/18856/stat : 18856 (java) S 18849 18851 17860 0 -1 4202560 197 0 0 0 357 6 0 0 20 0 22 0 344835041 3037372416 210180 33554432000 1073741824 1073778376 140734617679008 140163658189736 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18851/tid=18857] ppid=18849 vsize=2966184 CPUtime=3.51 cores=0,2,4,6
/proc/18851/task/18857/stat : 18857 (java) S 18849 18851 17860 0 -1 4202560 181 0 0 0 344 7 0 0 20 0 22 0 344835041 3037372416 210180 33554432000 1073741824 1073778376 140734617679008 140163657137192 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18851/tid=18858] ppid=18849 vsize=2966184 CPUtime=3.59 cores=0,2,4,6
/proc/18851/task/18858/stat : 18858 (java) S 18849 18851 17860 0 -1 4202560 178 0 0 0 354 5 0 0 20 0 22 0 344835041 3037372416 210180 33554432000 1073741824 1073778376 140734617679008 140163656083624 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18851/tid=18859] ppid=18849 vsize=2966184 CPUtime=3.51 cores=0,2,4,6
/proc/18851/task/18859/stat : 18859 (java) S 18849 18851 17860 0 -1 4202560 182 0 0 0 345 6 0 0 20 0 22 0 344835041 3037372416 210180 33554432000 1073741824 1073778376 140734617679008 140163655031080 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18851/tid=18860] ppid=18849 vsize=2966184 CPUtime=3.7 cores=0,2,4,6
/proc/18851/task/18860/stat : 18860 (java) S 18849 18851 17860 0 -1 4202560 167 0 0 0 365 5 0 0 20 0 22 0 344835041 3037372416 210180 33554432000 1073741824 1073778376 140734617679008 140163653978536 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18851/tid=18861] ppid=18849 vsize=2966184 CPUtime=3.51 cores=0,2,4,6
/proc/18851/task/18861/stat : 18861 (java) S 18849 18851 17860 0 -1 4202560 178 0 0 0 346 5 0 0 20 0 22 0 344835041 3037372416 210180 33554432000 1073741824 1073778376 140734617679008 140163652925992 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18851/tid=18862] ppid=18849 vsize=2966184 CPUtime=17.62 cores=0,2,4,6
/proc/18851/task/18862/stat : 18862 (java) R 18849 18851 17860 0 -1 4202560 281 0 0 0 1734 28 0 0 20 0 22 0 344835042 3037372416 210180 33554432000 1073741824 1073778376 140734617679008 140163523012200 140163682521123 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=18851/tid=18863] ppid=18849 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18851/task/18863/stat : 18863 (java) S 18849 18851 17860 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344835042 3037372416 210180 33554432000 1073741824 1073778376 140734617679008 140163521959544 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18851/tid=18864] ppid=18849 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18851/task/18864/stat : 18864 (java) S 18849 18851 17860 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344835042 3037372416 210180 33554432000 1073741824 1073778376 140734617679008 140163520906888 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18851/tid=18865] ppid=18849 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18851/task/18865/stat : 18865 (java) S 18849 18851 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344835045 3037372416 210180 33554432000 1073741824 1073778376 140734617679008 140163519855632 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18851/tid=18866] ppid=18849 vsize=2966184 CPUtime=1.74 cores=0,2,4,6
/proc/18851/task/18866/stat : 18866 (java) S 18849 18851 17860 0 -1 4202560 10225 0 0 0 172 2 0 0 20 0 22 0 344835045 3037372416 210180 33554432000 1073741824 1073778376 140734617679008 140163518801976 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18851/tid=18867] ppid=18849 vsize=2966184 CPUtime=1.55 cores=0,2,4,6
/proc/18851/task/18867/stat : 18867 (java) S 18849 18851 17860 0 -1 4202560 12973 0 0 0 152 3 0 0 20 0 22 0 344835045 3037372416 210180 33554432000 1073741824 1073778376 140734617679008 140163517749432 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18851/tid=18868] ppid=18849 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18851/task/18868/stat : 18868 (java) S 18849 18851 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344835045 3037372416 210180 33554432000 1073741824 1073778376 140734617679008 140163516697080 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18851/tid=18869] ppid=18849 vsize=2966184 CPUtime=0.27 cores=0,2,4,6
/proc/18851/task/18869/stat : 18869 (java) S 18849 18851 17860 0 -1 4202560 51 0 0 0 11 16 0 0 20 0 22 0 344835045 3037372416 210180 33554432000 1073741824 1073778376 140734617679008 140163515644744 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18851/tid=18870] ppid=18849 vsize=2966184 CPUtime=855.79 cores=0,2,4,6
/proc/18851/task/18870/stat : 18870 (java) S 18849 18851 17860 0 -1 4202560 333 0 0 0 85563 16 0 0 20 0 22 0 344835102 3037372416 210180 33554432000 1073741824 1073778376 140734617679008 140163514589576 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18851/tid=18871] ppid=18849 vsize=2966184 CPUtime=855.81 cores=0,2,4,6
/proc/18851/task/18871/stat : 18871 (java) S 18849 18851 17860 0 -1 4202560 425 0 0 0 85561 20 0 0 20 0 22 0 344835102 3037372416 210180 33554432000 1073741824 1073778376 140734617679008 140163513535176 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18851/tid=18872] ppid=18849 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18851/task/18872/stat : 18872 (java) S 18849 18851 17860 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344835104 3037372416 210180 33554432000 1073741824 1073778376 140734617679008 140163512485416 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18851/tid=18873] ppid=18849 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18851/task/18873/stat : 18873 (java) S 18849 18851 17860 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344835104 3037372416 210180 33554432000 1073741824 1073778376 140734617679008 140163511432872 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1761.55
Current children cumulated vsize (KiB) 2966184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+901.601 s]
/proc/loadavg: 4.04 3.97 3.92 5/219 18945
/proc/meminfo: memFree=27783384/32873648 swapFree=7116/7116
[pid=18851] ppid=18849 vsize=2966184 CPUtime=1800.06 cores=0,2,4,6
/proc/18851/stat : 18851 (java) S 18849 18851 17860 0 -1 4202496 29877 0 1 0 179891 115 0 0 20 0 22 0 344835039 3037372416 216327 33554432000 1073741824 1073778376 140734617679008 140734617670144 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/18851/statm: 741546 216327 2284 9 0 732240 0
[pid=18851/tid=18853] ppid=18849 vsize=2966184 CPUtime=0.61 cores=0,2,4,6
/proc/18851/task/18853/stat : 18853 (java) S 18849 18851 17860 0 -1 4202560 2875 0 1 0 57 4 0 0 20 0 22 0 344835040 3037372416 216327 33554432000 1073741824 1073778376 140734617679008 140163676013720 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18851/tid=18854] ppid=18849 vsize=2966184 CPUtime=3.72 cores=0,2,4,6
/proc/18851/task/18854/stat : 18854 (java) S 18849 18851 17860 0 -1 4202560 211 0 0 0 365 7 0 0 20 0 22 0 344835041 3037372416 216327 33554432000 1073741824 1073778376 140734617679008 140163660294824 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18851/tid=18855] ppid=18849 vsize=2966184 CPUtime=3.61 cores=0,2,4,6
/proc/18851/task/18855/stat : 18855 (java) S 18849 18851 17860 0 -1 4202560 185 0 0 0 354 7 0 0 20 0 22 0 344835041 3037372416 216327 33554432000 1073741824 1073778376 140734617679008 140163659242280 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18851/tid=18856] ppid=18849 vsize=2966184 CPUtime=3.76 cores=0,2,4,6
/proc/18851/task/18856/stat : 18856 (java) S 18849 18851 17860 0 -1 4202560 201 0 0 0 370 6 0 0 20 0 22 0 344835041 3037372416 216327 33554432000 1073741824 1073778376 140734617679008 140163658189736 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18851/tid=18857] ppid=18849 vsize=2966184 CPUtime=3.68 cores=0,2,4,6
/proc/18851/task/18857/stat : 18857 (java) S 18849 18851 17860 0 -1 4202560 189 0 0 0 361 7 0 0 20 0 22 0 344835041 3037372416 216327 33554432000 1073741824 1073778376 140734617679008 140163657137192 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18851/tid=18858] ppid=18849 vsize=2966184 CPUtime=3.72 cores=0,2,4,6
/proc/18851/task/18858/stat : 18858 (java) S 18849 18851 17860 0 -1 4202560 182 0 0 0 366 6 0 0 20 0 22 0 344835041 3037372416 216327 33554432000 1073741824 1073778376 140734617679008 140163656083624 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18851/tid=18859] ppid=18849 vsize=2966184 CPUtime=3.62 cores=0,2,4,6
/proc/18851/task/18859/stat : 18859 (java) S 18849 18851 17860 0 -1 4202560 185 0 0 0 356 6 0 0 20 0 22 0 344835041 3037372416 216327 33554432000 1073741824 1073778376 140734617679008 140163655031080 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18851/tid=18860] ppid=18849 vsize=2966184 CPUtime=3.86 cores=0,2,4,6
/proc/18851/task/18860/stat : 18860 (java) S 18849 18851 17860 0 -1 4202560 174 0 0 0 381 5 0 0 20 0 22 0 344835041 3037372416 216327 33554432000 1073741824 1073778376 140734617679008 140163653978536 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18851/tid=18861] ppid=18849 vsize=2966184 CPUtime=3.63 cores=0,2,4,6
/proc/18851/task/18861/stat : 18861 (java) S 18849 18851 17860 0 -1 4202560 184 0 0 0 357 6 0 0 20 0 22 0 344835041 3037372416 216327 33554432000 1073741824 1073778376 140734617679008 140163652925992 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18851/tid=18862] ppid=18849 vsize=2966184 CPUtime=18.18 cores=0,2,4,6
/proc/18851/task/18862/stat : 18862 (java) S 18849 18851 17860 0 -1 4202560 283 0 0 0 1790 28 0 0 20 0 22 0 344835042 3037372416 216327 33554432000 1073741824 1073778376 140734617679008 140163523013224 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18851/tid=18863] ppid=18849 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18851/task/18863/stat : 18863 (java) S 18849 18851 17860 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344835042 3037372416 216327 33554432000 1073741824 1073778376 140734617679008 140163521959544 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18851/tid=18864] ppid=18849 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18851/task/18864/stat : 18864 (java) S 18849 18851 17860 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344835042 3037372416 216327 33554432000 1073741824 1073778376 140734617679008 140163520906888 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18851/tid=18865] ppid=18849 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18851/task/18865/stat : 18865 (java) S 18849 18851 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344835045 3037372416 216327 33554432000 1073741824 1073778376 140734617679008 140163519855632 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18851/tid=18866] ppid=18849 vsize=2966184 CPUtime=1.74 cores=0,2,4,6
/proc/18851/task/18866/stat : 18866 (java) S 18849 18851 17860 0 -1 4202560 10225 0 0 0 172 2 0 0 20 0 22 0 344835045 3037372416 216327 33554432000 1073741824 1073778376 140734617679008 140163518801976 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18851/tid=18867] ppid=18849 vsize=2966184 CPUtime=1.55 cores=0,2,4,6
/proc/18851/task/18867/stat : 18867 (java) S 18849 18851 17860 0 -1 4202560 12973 0 0 0 152 3 0 0 20 0 22 0 344835045 3037372416 216327 33554432000 1073741824 1073778376 140734617679008 140163517749432 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18851/tid=18868] ppid=18849 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18851/task/18868/stat : 18868 (java) S 18849 18851 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344835045 3037372416 216327 33554432000 1073741824 1073778376 140734617679008 140163516697080 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18851/tid=18869] ppid=18849 vsize=2966184 CPUtime=0.28 cores=0,2,4,6
/proc/18851/task/18869/stat : 18869 (java) S 18849 18851 17860 0 -1 4202560 53 0 0 0 12 16 0 0 20 0 22 0 344835045 3037372416 216327 33554432000 1073741824 1073778376 140734617679008 140163515644744 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18851/tid=18870] ppid=18849 vsize=2966184 CPUtime=874.24 cores=0,2,4,6
/proc/18851/task/18870/stat : 18870 (java) R 18849 18851 17860 0 -1 4202560 337 0 0 0 87408 16 0 0 20 0 22 0 344835102 3037372416 216327 33554432000 1073741824 1073778376 140734617679008 140163514588832 140163523787449 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=18851/tid=18871] ppid=18849 vsize=2966184 CPUtime=874.26 cores=0,2,4,6
/proc/18851/task/18871/stat : 18871 (java) R 18849 18851 17860 0 -1 4202560 433 0 0 0 87406 20 0 0 20 0 22 0 344835102 3037372416 216327 33554432000 1073741824 1073778376 140734617679008 140163513535232 140163524039060 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=18851/tid=18872] ppid=18849 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18851/task/18872/stat : 18872 (java) S 18849 18851 17860 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344835104 3037372416 216327 33554432000 1073741824 1073778376 140734617679008 140163512485416 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18851/tid=18873] ppid=18849 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18851/task/18873/stat : 18873 (java) S 18849 18851 17860 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344835104 3037372416 216327 33554432000 1073741824 1073778376 140734617679008 140163511432872 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
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): 901.655
CPU time (s): 1800.89
CPU user time (s): 1799.33
CPU system time (s): 1.56076
CPU usage (%): 199.732
Max. virtual memory (cumulated for all children) (KiB): 2967972

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.33
system time used= 1.56076
maximum resident set size= 865436
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29911
page faults= 1
swaps= 0
block input operations= 0
block output operations= 976
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 37463
involuntary context switches= 64984

runsolver used 3.2915 second user time and 8.00578 second system time

The end

Launcher Data

Begin job on node127 at 2012-06-04 07:18:16
IDJOB=3742470
IDBENCH=90188
IDSOLVER=2324
FILE ID=node127/3742470-1338787096
RUNJOBID= node127-1338781344-17876
PBS_JOBID= 14636831
Free space on /tmp= 70480 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_K175.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3742470-1338787096/watcher-3742470-1338787096 -o /tmp/evaluation-result-3742470-1338787096/solver-3742470-1338787096 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3742470-1338787096.opb

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

MD5SUM BENCH= c7b1775204389f0c59bc1b934de7e2c1
RANDOM SEED=177046175

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        28632072 kB
Buffers:          428540 kB
Cached:          2121068 kB
SwapCached:         1428 kB
Active:          1859856 kB
Inactive:        1497916 kB
Active(anon):     802200 kB
Inactive(anon):     7952 kB
Active(file):    1057656 kB
Inactive(file):  1489964 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67104508 kB
Dirty:              1608 kB
Writeback:             0 kB
AnonPages:        812908 kB
Mapped:            18976 kB
Shmem:                92 kB
Slab:             747176 kB
SReclaimable:     191264 kB
SUnreclaim:       555912 kB
KernelStack:        1624 kB
PageTables:         5852 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1571720 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    761856 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70480 MiB
End job on node127 at 2012-06-04 07:33:19