Trace number 3742227

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
PB11: Sat4j Res//CP 2.3.0? (TO) 1800.1 907.064

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K128.opb
MD5SUM17c4ca9a6493665b57c1ccd2ab23e03d
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 variables15232
Total number of constraints15490
Number of constraints which are clauses15362
Number of constraints which are cardinality constraints (but not clauses)128
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint128
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 129
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.06/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.06/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.10	c See www.sat4j.org for details.
0.06/0.11	c version 2.3.1.v20110525
0.06/0.11	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.11	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.11	c java.vm.version	19.1-b02
0.06/0.11	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.11	c sun.arch.data.model	64
0.06/0.11	c java.version		1.6.0_24
0.06/0.11	c os.name		Linux
0.06/0.11	c os.version		2.6.32-71.29.1.el6.x86_64
0.06/0.11	c os.arch		amd64
0.06/0.11	c Free memory 		9996466904
0.06/0.11	c Max memory 		10048897024
0.06/0.11	c Total memory 		10048897024
0.06/0.11	c Number of processors 	8
0.06/0.14	c Pseudo Boolean Optimization
0.06/0.14	c ManyCore solver with 2 solvers running in parallel
0.06/0.14	c --- Begin Solver configuration ---
0.06/0.14	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5495fd19
0.06/0.14	c Learn all clauses as in MiniSAT
0.06/0.14	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.06/0.14	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.06/0.14	c Expensive reason simplification
0.06/0.14	c Armin Biere (Picosat) restarts strategy
0.06/0.14	c Glucose learned constraints deletion strategy
0.06/0.14	c timeout=2147483s
0.06/0.14	c DB Simplification allowed=false
0.06/0.14	c --- End Solver configuration ---
0.06/0.14	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.06/0.14	c --- Begin Solver configuration ---
0.06/0.14	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ae94e92
0.06/0.14	c Learn all clauses as in MiniSAT
0.06/0.14	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.06/0.14	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.06/0.14	c No reason simplification
0.06/0.14	c Armin Biere (Picosat) restarts strategy
0.06/0.14	c Glucose learned constraints deletion strategy
0.06/0.14	c timeout=2147483s
0.06/0.14	c DB Simplification allowed=false
0.06/0.14	c --- End Solver configuration ---
0.06/0.14	c solving HOME/instance-3742227-1338765145.opb
0.06/0.14	c reading problem ... 
1.14/0.60	c ... done. Wall clock time 0.464s.
1.14/0.60	c #vars     15232
1.14/0.60	c #constraints  15490
1.14/0.60	c constraints type 
1.14/0.60	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 13709
1.14/0.60	c org.sat4j.minisat.constraints.card.MinWatchCard => 128
1.14/0.60	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1651
1.14/0.60	c constraints type 
1.14/0.60	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1651
1.14/0.60	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 13709
1.14/0.60	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 128
7.20/2.91	c cleaning 2495 clauses out of 4991 with flag 5000/5000
12.69/5.50	c cleaning 4228 clauses out of 8487 with flag 11001/11001
18.73/8.42	c cleaning 5586 clauses out of 11256 with flag 18000/18000
25.69/11.93	c cleaning 6723 clauses out of 13670 with flag 26000/26000
34.69/16.42	c cleaning 7795 clauses out of 15946 with flag 35001/35001
44.22/21.20	c cleaning 8911 clauses out of 18149 with flag 45002/45002
54.15/26.27	c cleaning 9879 clauses out of 20234 with flag 56000/56000
68.28/33.35	c cleaning 11015 clauses out of 22357 with flag 68004/68004
83.36/40.96	c cleaning 11982 clauses out of 24334 with flag 81000/81000
101.69/50.14	c cleaning 13014 clauses out of 26350 with flag 95002/95002
122.44/60.53	c cleaning 13967 clauses out of 28331 with flag 110000/110000
138.94/68.88	c cleaning 14932 clauses out of 30359 with flag 126001/126001
160.44/79.63	c cleaning 15544 clauses out of 31423 with flag 142000/142000
198.49/98.68	c cleaning 15835 clauses out of 31877 with flag 158000/158000
227.23/113.04	c cleaning 15892 clauses out of 32037 with flag 174001/174001
242.09/120.57	c cleaning 15852 clauses out of 32141 with flag 190000/190000
275.29/137.27	c cleaning 15842 clauses out of 32289 with flag 206001/206001
290.72/145.00	c cleaning 15917 clauses out of 32444 with flag 222001/222001
309.75/154.69	c cleaning 16004 clauses out of 32518 with flag 238000/238000
341.41/170.53	c cleaning 15945 clauses out of 32516 with flag 254002/254002
362.49/181.26	c cleaning 16072 clauses out of 32567 with flag 270000/270000
381.12/190.61	c cleaning 15343 clauses out of 32496 with flag 286003/286003
405.53/202.98	c cleaning 15618 clauses out of 33151 with flag 302001/302001
425.55/213.04	c cleaning 15389 clauses out of 33532 with flag 318000/318000
441.85/221.38	c cleaning 15209 clauses out of 34143 with flag 334000/334000
461.72/231.39	c cleaning 15573 clauses out of 34934 with flag 350000/350000
476.34/238.76	c cleaning 14890 clauses out of 35358 with flag 366000/366000
492.71/247.06	c cleaning 15148 clauses out of 36470 with flag 382003/382003
510.77/256.28	c cleaning 15161 clauses out of 37313 with flag 398000/398000
525.95/263.91	c cleaning 15278 clauses out of 38152 with flag 414000/414000
546.17/274.14	c cleaning 15627 clauses out of 38875 with flag 430001/430001
562.56/282.45	c cleaning 15047 clauses out of 39246 with flag 446000/446000
594.77/298.79	c cleaning 15387 clauses out of 40199 with flag 462000/462000
615.71/309.38	c cleaning 15239 clauses out of 40813 with flag 478003/478003
632.71/317.97	c cleaning 15218 clauses out of 41571 with flag 494000/494000
652.64/328.03	c cleaning 15025 clauses out of 42353 with flag 510001/510001
684.46/344.10	c cleaning 15331 clauses out of 43327 with flag 526000/526000
716.85/360.46	c cleaning 15608 clauses out of 43997 with flag 542001/542001
733.02/368.63	c cleaning 15277 clauses out of 44389 with flag 558003/558003
748.98/376.77	c cleaning 15101 clauses out of 45105 with flag 574001/574001
763.77/384.34	c cleaning 15127 clauses out of 46003 with flag 590000/590000
783.72/394.49	c cleaning 14790 clauses out of 46881 with flag 606005/606005
806.47/405.91	c cleaning 15376 clauses out of 48085 with flag 622000/622000
828.41/417.03	c cleaning 15630 clauses out of 48709 with flag 638000/638000
844.60/425.37	c cleaning 15287 clauses out of 49080 with flag 654001/654001
879.01/442.69	c cleaning 15305 clauses out of 49795 with flag 670003/670003
931.21/468.83	c cleaning 15386 clauses out of 50489 with flag 686002/686002
948.97/477.80	c cleaning 15243 clauses out of 51102 with flag 702001/702001
976.94/492.05	c cleaning 15314 clauses out of 51858 with flag 718000/718000
1012.50/509.94	c cleaning 15536 clauses out of 52544 with flag 734000/734000
1054.05/530.83	c cleaning 15492 clauses out of 53010 with flag 750002/750002
1074.66/541.26	c cleaning 15280 clauses out of 53512 with flag 766001/766001
1100.86/554.56	c cleaning 15215 clauses out of 54231 with flag 782000/782000
1116.41/562.46	c cleaning 15248 clauses out of 55016 with flag 798002/798002
1133.77/571.20	c cleaning 15146 clauses out of 55766 with flag 814000/814000
1150.57/579.76	c cleaning 15124 clauses out of 56621 with flag 830001/830001
1175.36/592.33	c cleaning 15352 clauses out of 57497 with flag 846002/846002
1197.92/603.77	c cleaning 15195 clauses out of 58142 with flag 862000/862000
1212.86/611.39	c cleaning 15231 clauses out of 58946 with flag 878000/878000
1241.86/625.96	c cleaning 15366 clauses out of 59715 with flag 894000/894000
1296.76/653.51	c cleaning 15285 clauses out of 60350 with flag 910001/910001
1339.98/675.23	c cleaning 15560 clauses out of 61065 with flag 926001/926001
1412.97/711.79	c cleaning 15338 clauses out of 61505 with flag 942001/942001
1510.33/760.42	c cleaning 15545 clauses out of 62166 with flag 958000/958000
1568.35/789.67	c cleaning 15625 clauses out of 62621 with flag 974000/974000
1609.08/810.17	c cleaning 15458 clauses out of 62989 with flag 990000/990000
1629.82/820.69	c cleaning 15063 clauses out of 63534 with flag 1006003/1006003
1655.72/833.73	c cleaning 15322 clauses out of 64469 with flag 1022001/1022001
1689.26/850.70	c cleaning 15548 clauses out of 65146 with flag 1038000/1038000
1715.20/863.84	c cleaning 15350 clauses out of 65601 with flag 1054003/1054003
1751.26/882.10	c cleaning 15479 clauses out of 66249 with flag 1070001/1070001
1780.63/896.86	c cleaning 15638 clauses out of 66769 with flag 1086000/1086000
1798.26/905.92	c cleaning 15340 clauses out of 67126 with flag 1102000/1102000
1800.10/907.01	c starts		: 182
1800.10/907.01	c conflicts		: 1103609
1800.10/907.01	c decisions		: 16846300
1800.10/907.01	c propagations		: 828024545
1800.10/907.01	c inspects		: 1582318838
1800.10/907.01	c shortcuts		: 0
1800.10/907.01	c learnt literals	: 121
1800.10/907.01	c learnt binary clauses	: 43547
1800.10/907.01	c learnt ternary clauses	: 54708
1800.10/907.01	c learnt constraints	: 1103488
1800.10/907.01	c ignored constraints	: 0
1800.10/907.01	c root simplifications	: 0
1800.10/907.01	c removed literals (reason simplification)	: 16373361
1800.10/907.01	c reason swapping (by a shorter reason)	: 0
1800.10/907.01	c Calls to reduceDB	: 73
1800.10/907.01	c number of reductions to clauses (during analyze)	: 0
1800.10/907.01	c number of learned constraints concerned by reduction	: 0
1800.10/907.01	c number of learning phase by resolution	: 0
1800.10/907.01	c number of learning phase by cutting planes	: 0
1800.10/907.01	c speed (assignments/second)	: 913525.0158041585
1800.10/907.01	c non guided choices	9274
1800.10/907.04	c learnt constraints type 
1800.10/907.04	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 43550
1800.10/907.04	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 9874
1800.10/907.04	c constraints type 
1800.10/907.04	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 13709
1800.10/907.04	c org.sat4j.minisat.constraints.card.MinWatchCard => 128
1800.10/907.04	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1651
1800.10/907.04	c constraints type 
1800.10/907.04	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1651
1800.10/907.04	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 13709
1800.10/907.04	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 128
1800.10/907.04	s UNKNOWN
1800.10/907.04	c Total wall clock time (in seconds): 906.902

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-3742227-1338765145/watcher-3742227-1338765145 -o /tmp/evaluation-result-3742227-1338765145/solver-3742227-1338765145 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3742227-1338765145.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.98 3.91 3.87 4/197 15870
/proc/meminfo: memFree=27305104/32873844 swapFree=7116/7116
[pid=15870] ppid=15868 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/15870/stat : 15870 (java) D 15868 15870 13088 0 -1 4202496 247 0 0 0 0 0 0 0 20 0 1 0 342639387 9515008 182 33554432000 1073741824 1073778376 140736266881920 140736266872952 240565173941 0 0 4096 0 18446744072100609316 0 0 17 0 0 0 0 0 0
/proc/15870/statm: 2323 182 140 9 0 71 0

[startup+0.0734109 s]
/proc/loadavg: 3.98 3.91 3.87 4/197 15870
/proc/meminfo: memFree=27305104/32873844 swapFree=7116/7116
[pid=15870] ppid=15868 vsize=11253516 CPUtime=0.04 cores=0,2,4,6
/proc/15870/stat : 15870 (java) S 15868 15870 13088 0 -1 4202496 4355 0 1 0 3 1 0 0 20 0 13 0 342639387 11523600384 11697 33554432000 1073741824 1073778376 140735522931408 140735522922544 240568533053 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15870/statm: 2813379 11698 1708 9 0 2804080 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 11253516

[startup+0.10026 s]
/proc/loadavg: 3.98 3.91 3.87 4/197 15870
/proc/meminfo: memFree=27305104/32873844 swapFree=7116/7116
[pid=15870] ppid=15868 vsize=11586392 CPUtime=0.06 cores=0,2,4,6
/proc/15870/stat : 15870 (java) S 15868 15870 13088 0 -1 4202496 4524 0 1 0 5 1 0 0 20 0 18 0 342639387 11864465408 12377 33554432000 1073741824 1073778376 140735522931408 140735522922544 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15870/statm: 2896598 12377 1779 9 0 2887285 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 11586392

[startup+0.300224 s]
/proc/loadavg: 3.98 3.91 3.87 4/197 15870
/proc/meminfo: memFree=27305104/32873844 swapFree=7116/7116
[pid=15870] ppid=15868 vsize=11586392 CPUtime=0.49 cores=0,2,4,6
/proc/15870/stat : 15870 (java) S 15868 15870 13088 0 -1 4202496 7503 0 1 0 47 2 0 0 20 0 18 0 342639387 11864465408 17166 33554432000 1073741824 1073778376 140735522931408 140735522922544 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15870/statm: 2896598 17166 2222 9 0 2887285 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 11586392

[startup+0.700175 s]
/proc/loadavg: 3.98 3.91 3.87 4/197 15870
/proc/meminfo: memFree=27305104/32873844 swapFree=7116/7116
[pid=15870] ppid=15868 vsize=11852648 CPUtime=1.5 cores=0,2,4,6
/proc/15870/stat : 15870 (java) S 15868 15870 13088 0 -1 4202496 9508 0 1 0 145 5 0 0 20 0 22 0 342639387 12137111552 40166 33554432000 1073741824 1073778376 140735522931408 140735522922544 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15870/statm: 2963162 40166 2258 9 0 2953849 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 11852648

[startup+1.5007 s]
/proc/loadavg: 3.98 3.91 3.87 7/219 15892
/proc/meminfo: memFree=27120348/32873844 swapFree=7116/7116
[pid=15870] ppid=15868 vsize=11852648 CPUtime=4.19 cores=0,2,4,6
/proc/15870/stat : 15870 (java) S 15868 15870 13088 0 -1 4202496 20040 0 1 0 410 9 0 0 20 0 22 0 342639387 12137111552 91870 33554432000 1073741824 1073778376 140735522931408 140735522922544 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15870/statm: 2963162 91870 2266 9 0 2953849 0
[pid=15870/tid=15872] ppid=15868 vsize=11852648 CPUtime=0.57 cores=0,2,4,6
/proc/15870/task/15872/stat : 15872 (java) S 15868 15870 13088 0 -1 4202560 3479 0 1 0 53 4 0 0 20 0 22 0 342639388 12137111552 91870 33554432000 1073741824 1073778376 140735522931408 140649443878040 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15870/tid=15873] ppid=15868 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15870/task/15873/stat : 15873 (java) S 15868 15870 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342639390 12137111552 91870 33554432000 1073741824 1073778376 140735522931408 140649281227048 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15870/tid=15874] ppid=15868 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15870/task/15874/stat : 15874 (java) S 15868 15870 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342639390 12137111552 91870 33554432000 1073741824 1073778376 140735522931408 140649280174248 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15870/tid=15875] ppid=15868 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15870/task/15875/stat : 15875 (java) S 15868 15870 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342639390 12137111552 91870 33554432000 1073741824 1073778376 140735522931408 140649279121960 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15870/tid=15876] ppid=15868 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15870/task/15876/stat : 15876 (java) S 15868 15870 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342639390 12137111552 91870 33554432000 1073741824 1073778376 140735522931408 140649278069160 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15870/tid=15877] ppid=15868 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15870/task/15877/stat : 15877 (java) S 15868 15870 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342639390 12137111552 91870 33554432000 1073741824 1073778376 140735522931408 140649277016872 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15870/tid=15878] ppid=15868 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15870/task/15878/stat : 15878 (java) S 15868 15870 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342639390 12137111552 91870 33554432000 1073741824 1073778376 140735522931408 140649275964072 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15870/tid=15879] ppid=15868 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15870/task/15879/stat : 15879 (java) S 15868 15870 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342639390 12137111552 91870 33554432000 1073741824 1073778376 140735522931408 140649274911784 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15870/tid=15880] ppid=15868 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15870/task/15880/stat : 15880 (java) S 15868 15870 13088 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 342639390 12137111552 91870 33554432000 1073741824 1073778376 140735522931408 140649273858984 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15870/tid=15881] ppid=15868 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15870/task/15881/stat : 15881 (java) S 15868 15870 13088 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 342639392 12137111552 91870 33554432000 1073741824 1073778376 140735522931408 140649261447400 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15870/tid=15882] ppid=15868 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15870/task/15882/stat : 15882 (java) S 15868 15870 13088 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 342639392 12137111552 91870 33554432000 1073741824 1073778376 140735522931408 140649260393464 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15870/tid=15883] ppid=15868 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15870/task/15883/stat : 15883 (java) S 15868 15870 13088 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342639392 12137111552 91870 33554432000 1073741824 1073778376 140735522931408 140649259341064 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15870/tid=15884] ppid=15868 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15870/task/15884/stat : 15884 (java) S 15868 15870 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342639395 12137111552 91870 33554432000 1073741824 1073778376 140735522931408 140649258289552 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15870/tid=15885] ppid=15868 vsize=11852648 CPUtime=0.94 cores=0,2,4,6
/proc/15870/task/15885/stat : 15885 (java) S 15868 15870 13088 0 -1 4202560 7899 0 0 0 92 2 0 0 20 0 22 0 342639395 12137111552 91870 33554432000 1073741824 1073778376 140735522931408 140649257237176 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15870/tid=15886] ppid=15868 vsize=11852648 CPUtime=0.89 cores=0,2,4,6
/proc/15870/task/15886/stat : 15886 (java) S 15868 15870 13088 0 -1 4202560 7272 0 0 0 87 2 0 0 20 0 22 0 342639395 12137111552 91870 33554432000 1073741824 1073778376 140735522931408 140649256184376 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15870/tid=15887] ppid=15868 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15870/task/15887/stat : 15887 (java) S 15868 15870 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342639395 12137111552 91870 33554432000 1073741824 1073778376 140735522931408 140649255132280 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15870/tid=15888] ppid=15868 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15870/task/15888/stat : 15888 (java) S 15868 15870 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342639395 12137111552 91870 33554432000 1073741824 1073778376 140735522931408 140649254079688 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15870/tid=15889] ppid=15868 vsize=11852648 CPUtime=0.86 cores=0,2,4,6
/proc/15870/task/15889/stat : 15889 (java) R 15868 15870 13088 0 -1 4202560 29 0 0 0 86 0 0 0 20 0 22 0 342639448 12137111552 91870 33554432000 1073741824 1073778376 140735522931408 140649252995480 140649317173091 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=15870/tid=15890] ppid=15868 vsize=11852648 CPUtime=0.87 cores=0,2,4,6
/proc/15870/task/15890/stat : 15890 (java) R 15868 15870 13088 0 -1 4202560 161 0 0 0 84 3 0 0 20 0 22 0 342639448 12137111552 91870 33554432000 1073741824 1073778376 140735522931408 140649251940144 140649317330506 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=15870/tid=15891] ppid=15868 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15870/task/15891/stat : 15891 (java) S 15868 15870 13088 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342639450 12137111552 91870 33554432000 1073741824 1073778376 140735522931408 140649250890920 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15870/tid=15892] ppid=15868 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15870/task/15892/stat : 15892 (java) S 15868 15870 13088 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342639450 12137111552 91870 33554432000 1073741824 1073778376 140735522931408 140649249838120 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.19
Current children cumulated vsize (KiB) 11852648

[startup+3.10071 s]
/proc/loadavg: 3.98 3.92 3.87 4/219 15892
/proc/meminfo: memFree=26677800/32873844 swapFree=7116/7116
[pid=15870] ppid=15868 vsize=11852648 CPUtime=7.73 cores=0,2,4,6
/proc/15870/stat : 15870 (java) S 15868 15870 13088 0 -1 4202496 23130 0 1 0 753 20 0 0 20 0 22 0 342639387 12137111552 247532 33554432000 1073741824 1073778376 140735522931408 140735522922544 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15870/statm: 2963162 247532 2290 9 0 2953849 0
[pid=15870/tid=15872] ppid=15868 vsize=11852648 CPUtime=0.57 cores=0,2,4,6
/proc/15870/task/15872/stat : 15872 (java) S 15868 15870 13088 0 -1 4202560 3479 0 1 0 53 4 0 0 20 0 22 0 342639388 12137111552 247532 33554432000 1073741824 1073778376 140735522931408 140649443878040 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15870/tid=15873] ppid=15868 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15870/task/15873/stat : 15873 (java) S 15868 15870 13088 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 342639390 12137111552 247532 33554432000 1073741824 1073778376 140735522931408 140649281227048 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15870/tid=15874] ppid=15868 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15870/task/15874/stat : 15874 (java) S 15868 15870 13088 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 342639390 12137111552 247532 33554432000 1073741824 1073778376 140735522931408 140649280174248 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15870/tid=15875] ppid=15868 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15870/task/15875/stat : 15875 (java) S 15868 15870 13088 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 342639390 12137111552 247532 33554432000 1073741824 1073778376 140735522931408 140649279121960 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15870/tid=15876] ppid=15868 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15870/task/15876/stat : 15876 (java) S 15868 15870 13088 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 342639390 12137111552 247532 33554432000 1073741824 1073778376 140735522931408 140649278069160 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15870/tid=15877] ppid=15868 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15870/task/15877/stat : 15877 (java) S 15868 15870 13088 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 342639390 12137111552 247532 33554432000 1073741824 1073778376 140735522931408 140649277016872 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15870/tid=15878] ppid=15868 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15870/task/15878/stat : 15878 (java) S 15868 15870 13088 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 342639390 12137111552 247532 33554432000 1073741824 1073778376 140735522931408 140649275964072 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15870/tid=15879] ppid=15868 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15870/task/15879/stat : 15879 (java) S 15868 15870 13088 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 342639390 12137111552 247532 33554432000 1073741824 1073778376 140735522931408 140649274911784 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15870/tid=15880] ppid=15868 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15870/task/15880/stat : 15880 (java) S 15868 15870 13088 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 342639390 12137111552 247532 33554432000 1073741824 1073778376 140735522931408 140649273858984 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15870/tid=15881] ppid=15868 vsize=11852648 CPUtime=0.03 cores=0,2,4,6
/proc/15870/task/15881/stat : 15881 (java) S 15868 15870 13088 0 -1 4202560 37 0 0 0 3 0 0 0 20 0 22 0 342639392 12137111552 247532 33554432000 1073741824 1073778376 140735522931408 140649261447400 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15870/tid=15882] ppid=15868 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15870/task/15882/stat : 15882 (java) S 15868 15870 13088 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342639392 12137111552 247532 33554432000 1073741824 1073778376 140735522931408 140649260393464 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15870/tid=15883] ppid=15868 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15870/task/15883/stat : 15883 (java) S 15868 15870 13088 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342639392 12137111552 247532 33554432000 1073741824 1073778376 140735522931408 140649259341064 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15870/tid=15884] ppid=15868 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15870/task/15884/stat : 15884 (java) S 15868 15870 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342639395 12137111552 247532 33554432000 1073741824 1073778376 140735522931408 140649258289552 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15870/tid=15885] ppid=15868 vsize=11852648 CPUtime=1.19 cores=0,2,4,6
/proc/15870/task/15885/stat : 15885 (java) R 15868 15870 13088 0 -1 4202560 10614 0 0 0 117 2 0 0 20 0 22 0 342639395 12137111552 247532 33554432000 1073741824 1073778376 140735522931408 140649257224360 140649446783064 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=15870/tid=15886] ppid=15868 vsize=11852648 CPUtime=0.99 cores=0,2,4,6
/proc/15870/task/15886/stat : 15886 (java) S 15868 15870 13088 0 -1 4202560 7275 0 0 0 97 2 0 0 20 0 22 0 342639395 12137111552 247532 33554432000 1073741824 1073778376 140735522931408 140649256184376 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15870/tid=15887] ppid=15868 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15870/task/15887/stat : 15887 (java) S 15868 15870 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342639395 12137111552 247532 33554432000 1073741824 1073778376 140735522931408 140649255132280 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15870/tid=15888] ppid=15868 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15870/task/15888/stat : 15888 (java) S 15868 15870 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342639395 12137111552 247532 33554432000 1073741824 1073778376 140735522931408 140649254079688 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15870/tid=15889] ppid=15868 vsize=11852648 CPUtime=2.38 cores=0,2,4,6
/proc/15870/task/15889/stat : 15889 (java) R 15868 15870 13088 0 -1 4202560 31 0 0 0 238 0 0 0 20 0 22 0 342639448 12137111552 247532 33554432000 1073741824 1073778376 140735522931408 140649252995368 140649317114579 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=15870/tid=15890] ppid=15868 vsize=11852648 CPUtime=2.4 cores=0,2,4,6
/proc/15870/task/15890/stat : 15890 (java) R 15868 15870 13088 0 -1 4202560 449 0 0 0 229 11 0 0 20 0 22 0 342639448 12137111552 247532 33554432000 1073741824 1073778376 140735522931408 140649251940240 140649317293573 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=15870/tid=15891] ppid=15868 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15870/task/15891/stat : 15891 (java) S 15868 15870 13088 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342639450 12137111552 247532 33554432000 1073741824 1073778376 140735522931408 140649250890920 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15870/tid=15892] ppid=15868 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15870/task/15892/stat : 15892 (java) S 15868 15870 13088 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342639450 12137111552 247532 33554432000 1073741824 1073778376 140735522931408 140649249838120 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 7.73
Current children cumulated vsize (KiB) 11852648

[startup+6.3008 s]
/proc/loadavg: 3.98 3.92 3.87 5/219 15892
/proc/meminfo: memFree=26279496/32873844 swapFree=7116/7116
[pid=15870] ppid=15868 vsize=11852648 CPUtime=14.45 cores=0,2,4,6
/proc/15870/stat : 15870 (java) S 15868 15870 13088 0 -1 4202496 24512 0 1 0 1421 24 0 0 20 0 22 0 342639387 12137111552 261373 33554432000 1073741824 1073778376 140735522931408 140735522922544 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15870/statm: 2963162 261373 2290 9 0 2953849 0
[pid=15870/tid=15872] ppid=15868 vsize=11852648 CPUtime=0.57 cores=0,2,4,6
/proc/15870/task/15872/stat : 15872 (java) S 15868 15870 13088 0 -1 4202560 3479 0 1 0 53 4 0 0 20 0 22 0 342639388 12137111552 261373 33554432000 1073741824 1073778376 140735522931408 140649443878040 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15870/tid=15873] ppid=15868 vsize=11852648 CPUtime=0.01 cores=0,2,4,6
/proc/15870/task/15873/stat : 15873 (java) S 15868 15870 13088 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 22 0 342639390 12137111552 261373 33554432000 1073741824 1073778376 140735522931408 140649281227048 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15870/tid=15874] ppid=15868 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15870/task/15874/stat : 15874 (java) S 15868 15870 13088 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 342639390 12137111552 261373 33554432000 1073741824 1073778376 140735522931408 140649280174248 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15870/tid=15875] ppid=15868 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15870/task/15875/stat : 15875 (java) S 15868 15870 13088 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 342639390 12137111552 261373 33554432000 1073741824 1073778376 140735522931408 140649279121960 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15870/tid=15876] ppid=15868 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15870/task/15876/stat : 15876 (java) S 15868 15870 13088 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 342639390 12137111552 261373 33554432000 1073741824 1073778376 140735522931408 140649278069160 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15870/tid=15877] ppid=15868 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15870/task/15877/stat : 15877 (java) S 15868 15870 13088 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 342639390 12137111552 261373 33554432000 1073741824 1073778376 140735522931408 140649277016872 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15870/tid=15878] ppid=15868 vsize=11852648 CPUtime=0.01 cores=0,2,4,6
/proc/15870/task/15878/stat : 15878 (java) S 15868 15870 13088 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 342639390 12137111552 261373 33554432000 1073741824 1073778376 140735522931408 140649275964072 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15870/tid=15879] ppid=15868 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15870/task/15879/stat : 15879 (java) S 15868 15870 13088 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 342639390 12137111552 261373 33554432000 1073741824 1073778376 140735522931408 140649274911784 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15870/tid=15880] ppid=15868 vsize=11852648 CPUtime=0.01 cores=0,2,4,6
/proc/15870/task/15880/stat : 15880 (java) S 15868 15870 13088 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 22 0 342639390 12137111552 261373 33554432000 1073741824 1073778376 140735522931408 140649273858984 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15870/tid=15881] ppid=15868 vsize=11852648 CPUtime=0.1 cores=0,2,4,6
/proc/15870/task/15881/stat : 15881 (java) S 15868 15870 13088 0 -1 4202560 39 0 0 0 8 2 0 0 20 0 22 0 342639392 12137111552 261373 33554432000 1073741824 1073778376 140735522931408 140649261447400 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15870/tid=15882] ppid=15868 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15870/task/15882/stat : 15882 (java) S 15868 15870 13088 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342639392 12137111552 261373 33554432000 1073741824 1073778376 140735522931408 140649260393464 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15870/tid=15883] ppid=15868 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15870/task/15883/stat : 15883 (java) S 15868 15870 13088 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342639392 12137111552 261373 33554432000 1073741824 1073778376 140735522931408 140649259341064 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15870/tid=15884] ppid=15868 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15870/task/15884/stat : 15884 (java) S 15868 15870 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342639395 12137111552 261373 33554432000 1073741824 1073778376 140735522931408 140649258289552 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15870/tid=15885] ppid=15868 vsize=11852648 CPUtime=1.53 cores=0,2,4,6
/proc/15870/task/15885/stat : 15885 (java) S 15868 15870 13088 0 -1 4202560 11943 0 0 0 150 3 0 0 20 0 22 0 342639395 12137111552 261373 33554432000 1073741824 1073778376 140735522931408 140649257237176 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0

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

/proc/15870/statm: 2963162 977762 2291 9 0 2953849 0
[pid=15870/tid=15872] ppid=15868 vsize=11852648 CPUtime=0.6 cores=0,2,4,6
/proc/15870/task/15872/stat : 15872 (java) S 15868 15870 13088 0 -1 4202560 3502 0 1 0 55 5 0 0 20 0 22 0 342639388 12137111552 977762 33554432000 1073741824 1073778376 140735522931408 140649443878040 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15870/tid=15873] ppid=15868 vsize=11852648 CPUtime=1.02 cores=0,2,4,6
/proc/15870/task/15873/stat : 15873 (java) S 15868 15870 13088 0 -1 4202560 153 0 0 0 94 8 0 0 20 0 22 0 342639390 12137111552 977762 33554432000 1073741824 1073778376 140735522931408 140649281227048 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15870/tid=15874] ppid=15868 vsize=11852648 CPUtime=1.02 cores=0,2,4,6
/proc/15870/task/15874/stat : 15874 (java) S 15868 15870 13088 0 -1 4202560 135 0 0 0 96 6 0 0 20 0 22 0 342639390 12137111552 977762 33554432000 1073741824 1073778376 140735522931408 140649280174248 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15870/tid=15875] ppid=15868 vsize=11852648 CPUtime=1.04 cores=0,2,4,6
/proc/15870/task/15875/stat : 15875 (java) S 15868 15870 13088 0 -1 4202560 151 0 0 0 97 7 0 0 20 0 22 0 342639390 12137111552 977762 33554432000 1073741824 1073778376 140735522931408 140649279121960 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15870/tid=15876] ppid=15868 vsize=11852648 CPUtime=1 cores=0,2,4,6
/proc/15870/task/15876/stat : 15876 (java) S 15868 15870 13088 0 -1 4202560 135 0 0 0 93 7 0 0 20 0 22 0 342639390 12137111552 977762 33554432000 1073741824 1073778376 140735522931408 140649278069160 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15870/tid=15877] ppid=15868 vsize=11852648 CPUtime=1.01 cores=0,2,4,6
/proc/15870/task/15877/stat : 15877 (java) S 15868 15870 13088 0 -1 4202560 135 0 0 0 94 7 0 0 20 0 22 0 342639390 12137111552 977762 33554432000 1073741824 1073778376 140735522931408 140649277016872 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15870/tid=15878] ppid=15868 vsize=11852648 CPUtime=1.04 cores=0,2,4,6
/proc/15870/task/15878/stat : 15878 (java) S 15868 15870 13088 0 -1 4202560 131 0 0 0 96 8 0 0 20 0 22 0 342639390 12137111552 977762 33554432000 1073741824 1073778376 140735522931408 140649275964072 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15870/tid=15879] ppid=15868 vsize=11852648 CPUtime=1.04 cores=0,2,4,6
/proc/15870/task/15879/stat : 15879 (java) S 15868 15870 13088 0 -1 4202560 149 0 0 0 97 7 0 0 20 0 22 0 342639390 12137111552 977762 33554432000 1073741824 1073778376 140735522931408 140649274911784 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15870/tid=15880] ppid=15868 vsize=11852648 CPUtime=1.09 cores=0,2,4,6
/proc/15870/task/15880/stat : 15880 (java) S 15868 15870 13088 0 -1 4202560 135 0 0 0 102 7 0 0 20 0 22 0 342639390 12137111552 977762 33554432000 1073741824 1073778376 140735522931408 140649273858984 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15870/tid=15881] ppid=15868 vsize=11852648 CPUtime=17.52 cores=0,2,4,6
/proc/15870/task/15881/stat : 15881 (java) S 15868 15870 13088 0 -1 4202560 179 0 0 0 1744 8 0 0 20 0 22 0 342639392 12137111552 977762 33554432000 1073741824 1073778376 140735522931408 140649261447400 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15870/tid=15882] ppid=15868 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15870/task/15882/stat : 15882 (java) S 15868 15870 13088 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342639392 12137111552 977762 33554432000 1073741824 1073778376 140735522931408 140649260393464 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15870/tid=15883] ppid=15868 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15870/task/15883/stat : 15883 (java) S 15868 15870 13088 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342639392 12137111552 977762 33554432000 1073741824 1073778376 140735522931408 140649259341064 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15870/tid=15884] ppid=15868 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15870/task/15884/stat : 15884 (java) S 15868 15870 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342639395 12137111552 977762 33554432000 1073741824 1073778376 140735522931408 140649258289552 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15870/tid=15885] ppid=15868 vsize=11852648 CPUtime=1.62 cores=0,2,4,6
/proc/15870/task/15885/stat : 15885 (java) S 15868 15870 13088 0 -1 4202560 11949 0 0 0 159 3 0 0 20 0 22 0 342639395 12137111552 977762 33554432000 1073741824 1073778376 140735522931408 140649257237176 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15870/tid=15886] ppid=15868 vsize=11852648 CPUtime=1.24 cores=0,2,4,6
/proc/15870/task/15886/stat : 15886 (java) S 15868 15870 13088 0 -1 4202560 7317 0 0 0 122 2 0 0 20 0 22 0 342639395 12137111552 977762 33554432000 1073741824 1073778376 140735522931408 140649256184376 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15870/tid=15887] ppid=15868 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15870/task/15887/stat : 15887 (java) S 15868 15870 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342639395 12137111552 977762 33554432000 1073741824 1073778376 140735522931408 140649255132280 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15870/tid=15888] ppid=15868 vsize=11852648 CPUtime=0.27 cores=0,2,4,6
/proc/15870/task/15888/stat : 15888 (java) S 15868 15870 13088 0 -1 4202560 47 0 0 0 14 13 0 0 20 0 22 0 342639395 12137111552 977762 33554432000 1073741824 1073778376 140735522931408 140649254079688 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15870/tid=15889] ppid=15868 vsize=11852648 CPUtime=799.57 cores=0,2,4,6
/proc/15870/task/15889/stat : 15889 (java) R 15868 15870 13088 0 -1 4202560 90 0 0 0 79944 13 0 0 20 0 22 0 342639448 12137111552 977762 33554432000 1073741824 1073778376 140735522931408 140649252995280 140649317150864 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=15870/tid=15890] ppid=15868 vsize=11852648 CPUtime=799.59 cores=0,2,4,6
/proc/15870/task/15890/stat : 15890 (java) R 15868 15870 13088 0 -1 4202560 1657 0 0 0 79892 67 0 0 20 0 22 0 342639448 12137111552 977762 33554432000 1073741824 1073778376 140735522931408 140649251940352 140649317329571 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=15870/tid=15891] ppid=15868 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15870/task/15891/stat : 15891 (java) S 15868 15870 13088 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342639450 12137111552 977762 33554432000 1073741824 1073778376 140735522931408 140649250890920 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15870/tid=15892] ppid=15868 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15870/task/15892/stat : 15892 (java) S 15868 15870 13088 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342639450 12137111552 977762 33554432000 1073741824 1073778376 140735522931408 140649249838120 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1632.86
Current children cumulated vsize (KiB) 11852648

[startup+882.301 s]
/proc/loadavg: 3.92 3.94 3.89 5/219 15960
/proc/meminfo: memFree=23450056/32873844 swapFree=7116/7116
[pid=15870] ppid=15868 vsize=11852648 CPUtime=1751.75 cores=0,2,4,6
/proc/15870/stat : 15870 (java) S 15868 15870 13088 0 -1 4202496 27093 0 1 0 175032 143 0 0 20 0 22 0 342639387 12137111552 977785 33554432000 1073741824 1073778376 140735522931408 140735522922544 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15870/statm: 2963162 977785 2291 9 0 2953849 0
[pid=15870/tid=15872] ppid=15868 vsize=11852648 CPUtime=0.6 cores=0,2,4,6
/proc/15870/task/15872/stat : 15872 (java) S 15868 15870 13088 0 -1 4202560 3504 0 1 0 55 5 0 0 20 0 22 0 342639388 12137111552 977785 33554432000 1073741824 1073778376 140735522931408 140649443877752 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15870/tid=15873] ppid=15868 vsize=11852648 CPUtime=1.14 cores=0,2,4,6
/proc/15870/task/15873/stat : 15873 (java) S 15868 15870 13088 0 -1 4202560 156 0 0 0 105 9 0 0 20 0 22 0 342639390 12137111552 977785 33554432000 1073741824 1073778376 140735522931408 140649281227048 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15870/tid=15874] ppid=15868 vsize=11852648 CPUtime=1.13 cores=0,2,4,6
/proc/15870/task/15874/stat : 15874 (java) S 15868 15870 13088 0 -1 4202560 135 0 0 0 106 7 0 0 20 0 22 0 342639390 12137111552 977785 33554432000 1073741824 1073778376 140735522931408 140649280174248 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15870/tid=15875] ppid=15868 vsize=11852648 CPUtime=1.2 cores=0,2,4,6
/proc/15870/task/15875/stat : 15875 (java) S 15868 15870 13088 0 -1 4202560 156 0 0 0 113 7 0 0 20 0 22 0 342639390 12137111552 977785 33554432000 1073741824 1073778376 140735522931408 140649279121960 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15870/tid=15876] ppid=15868 vsize=11852648 CPUtime=1.11 cores=0,2,4,6
/proc/15870/task/15876/stat : 15876 (java) S 15868 15870 13088 0 -1 4202560 140 0 0 0 104 7 0 0 20 0 22 0 342639390 12137111552 977785 33554432000 1073741824 1073778376 140735522931408 140649278069160 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15870/tid=15877] ppid=15868 vsize=11852648 CPUtime=1.12 cores=0,2,4,6
/proc/15870/task/15877/stat : 15877 (java) S 15868 15870 13088 0 -1 4202560 138 0 0 0 104 8 0 0 20 0 22 0 342639390 12137111552 977785 33554432000 1073741824 1073778376 140735522931408 140649277016872 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15870/tid=15878] ppid=15868 vsize=11852648 CPUtime=1.17 cores=0,2,4,6
/proc/15870/task/15878/stat : 15878 (java) S 15868 15870 13088 0 -1 4202560 134 0 0 0 109 8 0 0 20 0 22 0 342639390 12137111552 977785 33554432000 1073741824 1073778376 140735522931408 140649275964072 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15870/tid=15879] ppid=15868 vsize=11852648 CPUtime=1.13 cores=0,2,4,6
/proc/15870/task/15879/stat : 15879 (java) S 15868 15870 13088 0 -1 4202560 152 0 0 0 106 7 0 0 20 0 22 0 342639390 12137111552 977785 33554432000 1073741824 1073778376 140735522931408 140649274911784 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15870/tid=15880] ppid=15868 vsize=11852648 CPUtime=1.17 cores=0,2,4,6
/proc/15870/task/15880/stat : 15880 (java) S 15868 15870 13088 0 -1 4202560 136 0 0 0 110 7 0 0 20 0 22 0 342639390 12137111552 977785 33554432000 1073741824 1073778376 140735522931408 140649273858984 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15870/tid=15881] ppid=15868 vsize=11852648 CPUtime=19.04 cores=0,2,4,6
/proc/15870/task/15881/stat : 15881 (java) R 15868 15870 13088 0 -1 4202560 183 0 0 0 1896 8 0 0 20 0 22 0 342639392 12137111552 977785 33554432000 1073741824 1073778376 140735522931408 140649261446376 140649450003599 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=15870/tid=15882] ppid=15868 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15870/task/15882/stat : 15882 (java) S 15868 15870 13088 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342639392 12137111552 977785 33554432000 1073741824 1073778376 140735522931408 140649260393464 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15870/tid=15883] ppid=15868 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15870/task/15883/stat : 15883 (java) S 15868 15870 13088 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342639392 12137111552 977785 33554432000 1073741824 1073778376 140735522931408 140649259341064 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15870/tid=15884] ppid=15868 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15870/task/15884/stat : 15884 (java) S 15868 15870 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342639395 12137111552 977785 33554432000 1073741824 1073778376 140735522931408 140649258289552 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15870/tid=15885] ppid=15868 vsize=11852648 CPUtime=1.62 cores=0,2,4,6
/proc/15870/task/15885/stat : 15885 (java) S 15868 15870 13088 0 -1 4202560 11949 0 0 0 159 3 0 0 20 0 22 0 342639395 12137111552 977785 33554432000 1073741824 1073778376 140735522931408 140649257237176 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15870/tid=15886] ppid=15868 vsize=11852648 CPUtime=1.24 cores=0,2,4,6
/proc/15870/task/15886/stat : 15886 (java) S 15868 15870 13088 0 -1 4202560 7317 0 0 0 122 2 0 0 20 0 22 0 342639395 12137111552 977785 33554432000 1073741824 1073778376 140735522931408 140649256184376 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15870/tid=15887] ppid=15868 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15870/task/15887/stat : 15887 (java) S 15868 15870 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342639395 12137111552 977785 33554432000 1073741824 1073778376 140735522931408 140649255132280 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15870/tid=15888] ppid=15868 vsize=11852648 CPUtime=0.3 cores=0,2,4,6
/proc/15870/task/15888/stat : 15888 (java) S 15868 15870 13088 0 -1 4202560 51 0 0 0 16 14 0 0 20 0 22 0 342639395 12137111552 977785 33554432000 1073741824 1073778376 140735522931408 140649254079688 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15870/tid=15889] ppid=15868 vsize=11852648 CPUtime=857.65 cores=0,2,4,6
/proc/15870/task/15889/stat : 15889 (java) S 15868 15870 13088 0 -1 4202560 94 0 0 0 85751 14 0 0 20 0 22 0 342639448 12137111552 977785 33554432000 1073741824 1073778376 140735522931408 140649252995400 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15870/tid=15890] ppid=15868 vsize=11852648 CPUtime=857.68 cores=0,2,4,6
/proc/15870/task/15890/stat : 15890 (java) S 15868 15870 13088 0 -1 4202560 1661 0 0 0 85700 68 0 0 20 0 22 0 342639448 12137111552 977785 33554432000 1073741824 1073778376 140735522931408 140649251940808 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15870/tid=15891] ppid=15868 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15870/task/15891/stat : 15891 (java) S 15868 15870 13088 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342639450 12137111552 977785 33554432000 1073741824 1073778376 140735522931408 140649250890920 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15870/tid=15892] ppid=15868 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15870/task/15892/stat : 15892 (java) S 15868 15870 13088 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342639450 12137111552 977785 33554432000 1073741824 1073778376 140735522931408 140649249838120 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1751.75
Current children cumulated vsize (KiB) 11852648



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+907.001 s]
/proc/loadavg: 3.95 3.95 3.89 5/219 15960
/proc/meminfo: memFree=23449808/32873844 swapFree=7116/7116
[pid=15870] ppid=15868 vsize=11852648 CPUtime=1800.1 cores=0,2,4,6
/proc/15870/stat : 15870 (java) S 15868 15870 13088 0 -1 4202496 27112 0 1 0 179866 144 0 0 20 0 22 0 342639387 12137111552 977797 33554432000 1073741824 1073778376 140735522931408 140735522922544 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15870/statm: 2963162 977797 2291 9 0 2953849 0
[pid=15870/tid=15872] ppid=15868 vsize=11852648 CPUtime=0.6 cores=0,2,4,6
/proc/15870/task/15872/stat : 15872 (java) S 15868 15870 13088 0 -1 4202560 3506 0 1 0 55 5 0 0 20 0 22 0 342639388 12137111552 977797 33554432000 1073741824 1073778376 140735522931408 140649443878040 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15870/tid=15873] ppid=15868 vsize=11852648 CPUtime=1.17 cores=0,2,4,6
/proc/15870/task/15873/stat : 15873 (java) S 15868 15870 13088 0 -1 4202560 156 0 0 0 108 9 0 0 20 0 22 0 342639390 12137111552 977797 33554432000 1073741824 1073778376 140735522931408 140649281227048 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15870/tid=15874] ppid=15868 vsize=11852648 CPUtime=1.17 cores=0,2,4,6
/proc/15870/task/15874/stat : 15874 (java) S 15868 15870 13088 0 -1 4202560 138 0 0 0 110 7 0 0 20 0 22 0 342639390 12137111552 977797 33554432000 1073741824 1073778376 140735522931408 140649280174248 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15870/tid=15875] ppid=15868 vsize=11852648 CPUtime=1.24 cores=0,2,4,6
/proc/15870/task/15875/stat : 15875 (java) S 15868 15870 13088 0 -1 4202560 158 0 0 0 117 7 0 0 20 0 22 0 342639390 12137111552 977797 33554432000 1073741824 1073778376 140735522931408 140649279121960 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15870/tid=15876] ppid=15868 vsize=11852648 CPUtime=1.15 cores=0,2,4,6
/proc/15870/task/15876/stat : 15876 (java) S 15868 15870 13088 0 -1 4202560 140 0 0 0 108 7 0 0 20 0 22 0 342639390 12137111552 977797 33554432000 1073741824 1073778376 140735522931408 140649278069160 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15870/tid=15877] ppid=15868 vsize=11852648 CPUtime=1.19 cores=0,2,4,6
/proc/15870/task/15877/stat : 15877 (java) S 15868 15870 13088 0 -1 4202560 141 0 0 0 111 8 0 0 20 0 22 0 342639390 12137111552 977797 33554432000 1073741824 1073778376 140735522931408 140649277016872 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15870/tid=15878] ppid=15868 vsize=11852648 CPUtime=1.2 cores=0,2,4,6
/proc/15870/task/15878/stat : 15878 (java) S 15868 15870 13088 0 -1 4202560 135 0 0 0 112 8 0 0 20 0 22 0 342639390 12137111552 977797 33554432000 1073741824 1073778376 140735522931408 140649275964072 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15870/tid=15879] ppid=15868 vsize=11852648 CPUtime=1.17 cores=0,2,4,6
/proc/15870/task/15879/stat : 15879 (java) S 15868 15870 13088 0 -1 4202560 153 0 0 0 110 7 0 0 20 0 22 0 342639390 12137111552 977797 33554432000 1073741824 1073778376 140735522931408 140649274911784 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15870/tid=15880] ppid=15868 vsize=11852648 CPUtime=1.21 cores=0,2,4,6
/proc/15870/task/15880/stat : 15880 (java) S 15868 15870 13088 0 -1 4202560 138 0 0 0 114 7 0 0 20 0 22 0 342639390 12137111552 977797 33554432000 1073741824 1073778376 140735522931408 140649273858984 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15870/tid=15881] ppid=15868 vsize=11852648 CPUtime=20.28 cores=0,2,4,6
/proc/15870/task/15881/stat : 15881 (java) S 15868 15870 13088 0 -1 4202560 185 0 0 0 2020 8 0 0 20 0 22 0 342639392 12137111552 977797 33554432000 1073741824 1073778376 140735522931408 140649261447400 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15870/tid=15882] ppid=15868 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15870/task/15882/stat : 15882 (java) S 15868 15870 13088 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342639392 12137111552 977797 33554432000 1073741824 1073778376 140735522931408 140649260393464 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15870/tid=15883] ppid=15868 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15870/task/15883/stat : 15883 (java) S 15868 15870 13088 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342639392 12137111552 977797 33554432000 1073741824 1073778376 140735522931408 140649259341064 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15870/tid=15884] ppid=15868 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15870/task/15884/stat : 15884 (java) S 15868 15870 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342639395 12137111552 977797 33554432000 1073741824 1073778376 140735522931408 140649258289552 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15870/tid=15885] ppid=15868 vsize=11852648 CPUtime=1.62 cores=0,2,4,6
/proc/15870/task/15885/stat : 15885 (java) S 15868 15870 13088 0 -1 4202560 11949 0 0 0 159 3 0 0 20 0 22 0 342639395 12137111552 977797 33554432000 1073741824 1073778376 140735522931408 140649257237176 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15870/tid=15886] ppid=15868 vsize=11852648 CPUtime=1.24 cores=0,2,4,6
/proc/15870/task/15886/stat : 15886 (java) S 15868 15870 13088 0 -1 4202560 7317 0 0 0 122 2 0 0 20 0 22 0 342639395 12137111552 977797 33554432000 1073741824 1073778376 140735522931408 140649256184376 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15870/tid=15887] ppid=15868 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15870/task/15887/stat : 15887 (java) S 15868 15870 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342639395 12137111552 977797 33554432000 1073741824 1073778376 140735522931408 140649255132280 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15870/tid=15888] ppid=15868 vsize=11852648 CPUtime=0.31 cores=0,2,4,6
/proc/15870/task/15888/stat : 15888 (java) S 15868 15870 13088 0 -1 4202560 53 0 0 0 17 14 0 0 20 0 22 0 342639395 12137111552 977797 33554432000 1073741824 1073778376 140735522931408 140649254079688 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15870/tid=15889] ppid=15868 vsize=11852648 CPUtime=880.97 cores=0,2,4,6
/proc/15870/task/15889/stat : 15889 (java) R 15868 15870 13088 0 -1 4202560 94 0 0 0 88083 14 0 0 20 0 22 0 342639448 12137111552 977797 33554432000 1073741824 1073778376 140735522931408 140649252995280 140649317105856 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=15870/tid=15890] ppid=15868 vsize=11852648 CPUtime=880.99 cores=0,2,4,6
/proc/15870/task/15890/stat : 15890 (java) R 15868 15870 13088 0 -1 4202560 1662 0 0 0 88031 68 0 0 20 0 22 0 342639448 12137111552 977797 33554432000 1073741824 1073778376 140735522931408 140649251940688 140649317298116 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=15870/tid=15891] ppid=15868 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15870/task/15891/stat : 15891 (java) S 15868 15870 13088 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342639450 12137111552 977797 33554432000 1073741824 1073778376 140735522931408 140649250890920 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15870/tid=15892] ppid=15868 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15870/task/15892/stat : 15892 (java) S 15868 15870 13088 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342639450 12137111552 977797 33554432000 1073741824 1073778376 140735522931408 140649249838120 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 11852648

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

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

Child status: 143

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

Real time (s): 907.064
CPU time (s): 1800.1
CPU user time (s): 1798.66
CPU system time (s): 1.44
CPU usage (%): 198.453
Max. virtual memory (cumulated for all children) (KiB): 11852648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.02
system time used= 1.91171
maximum resident set size= 3913360
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27145
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= 25124
involuntary context switches= 30773

runsolver used 4.00039 second user time and 7.28389 second system time

The end

Launcher Data

Begin job on node146 at 2012-06-04 01:12:25
IDJOB=3742227
IDBENCH=90142
IDSOLVER=2328
FILE ID=node146/3742227-1338765145
RUNJOBID= node146-1338749727-13104
PBS_JOBID= 14636806
Free space on /tmp= 70904 MiB

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

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

MD5SUM BENCH= 17c4ca9a6493665b57c1ccd2ab23e03d
RANDOM SEED=1741608678

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27305104 kB
Buffers:          324212 kB
Cached:           610100 kB
SwapCached:         1792 kB
Active:          4242740 kB
Inactive:         499548 kB
Active(anon):    3808532 kB
Inactive(anon):     1664 kB
Active(file):     434208 kB
Inactive(file):   497884 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67099888 kB
Dirty:              1216 kB
Writeback:             8 kB
AnonPages:       3813996 kB
Mapped:            17124 kB
Shmem:                 0 kB
Slab:             678104 kB
SReclaimable:     117980 kB
SUnreclaim:       560124 kB
KernelStack:        1632 kB
PageTables:        11684 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:   10462468 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3760128 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= 70904 MiB
End job on node146 at 2012-06-04 01:27:34