Trace number 3742457

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.14 901.446

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K160.opb
MD5SUM4be3ef5c0a6baf670611a9fd5e5deae8
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 variables19040
Total number of constraints19362
Number of constraints which are clauses19202
Number of constraints which are cardinality constraints (but not clauses)160
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint160
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 161
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.02/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.02/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.07	c See www.sat4j.org for details.
0.02/0.08	c version 2.2.0.v20100531
0.02/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.08	c java.vm.version	19.1-b02
0.02/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.08	c sun.arch.data.model	64
0.02/0.08	c java.version		1.6.0_24
0.02/0.08	c os.name		Linux
0.02/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.02/0.08	c os.arch		amd64
0.02/0.08	c Free memory 		1349517296
0.02/0.08	c Max memory 		1356595200
0.02/0.08	c Total memory 		1356595200
0.02/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c Stops conflict analysis at the first Unique Implication Point
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@431b9fb1
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c Stops conflict analysis at the first Unique Implication Point
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5b2558d6
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	
0.10/0.11	c solving HOME/instance-3742457-1338787064.opb
0.10/0.11	c reading problem ... 
1.19/0.61	c ... done. Wall clock time 0.502s.
1.19/0.61	c #vars     19040
1.19/0.61	c #constraints  19362
1.19/0.61	c constraints type 
1.19/0.61	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 17133
1.19/0.61	c org.sat4j.minisat.constraints.card.MinWatchCard => 160
1.19/0.61	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2067
1.19/0.61	c constraints type 
1.19/0.61	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2067
1.19/0.61	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 17133
1.19/0.61	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 160
7.68/3.21	c cleaning 2492 clauses out of 4992 with flag 5000/5000
14.00/6.22	c cleaning 4208 clauses out of 8503 with flag 11004/11004
20.58/9.58	c cleaning 5505 clauses out of 11284 with flag 18000/18000
28.84/13.67	c cleaning 6811 clauses out of 13774 with flag 26000/26000
37.84/18.15	c cleaning 7836 clauses out of 15960 with flag 35000/35000
49.28/23.80	c cleaning 8946 clauses out of 18122 with flag 45002/45002
61.47/29.98	c cleaning 9877 clauses out of 20167 with flag 56000/56000
74.30/36.38	c cleaning 10793 clauses out of 22285 with flag 68000/68000
90.44/44.47	c cleaning 12186 clauses out of 24483 with flag 81000/81000
104.85/51.66	c cleaning 12847 clauses out of 26298 with flag 95001/95001
128.70/63.58	c cleaning 14041 clauses out of 28444 with flag 110000/110000
149.95/74.16	c cleaning 14939 clauses out of 30402 with flag 126000/126000
168.68/83.54	c cleaning 15846 clauses out of 32458 with flag 143003/143003
189.26/93.88	c cleaning 16934 clauses out of 34608 with flag 161000/161000
212.11/105.23	c cleaning 17895 clauses out of 36672 with flag 180001/180001
238.11/118.22	c cleaning 19052 clauses out of 38776 with flag 200001/200001
272.89/135.69	c cleaning 19433 clauses out of 39723 with flag 220001/220001
308.54/153.43	c cleaning 19874 clauses out of 40289 with flag 240000/240000
334.12/166.27	c cleaning 19812 clauses out of 40405 with flag 260000/260000
357.30/177.83	c cleaning 20061 clauses out of 40593 with flag 280000/280000
382.81/190.63	c cleaning 19399 clauses out of 40530 with flag 300000/300000
410.67/204.56	c cleaning 18781 clauses out of 41130 with flag 320000/320000
434.45/216.46	c cleaning 18510 clauses out of 42350 with flag 340001/340001
463.45/230.97	c cleaning 19236 clauses out of 43841 with flag 360002/360002
490.44/244.52	c cleaning 18660 clauses out of 44602 with flag 380000/380000
518.52/258.66	c cleaning 18854 clauses out of 45941 with flag 400002/400002
544.28/271.51	c cleaning 18513 clauses out of 47083 with flag 420000/420000
569.19/284.00	c cleaning 18843 clauses out of 48570 with flag 440000/440000
599.54/299.32	c cleaning 18698 clauses out of 49727 with flag 460000/460000
623.08/311.15	c cleaning 19019 clauses out of 51030 with flag 480002/480002
668.11/333.69	c cleaning 0 clauses out of 5000 with flag 0/5000
718.77/358.88	c cleaning 19397 clauses out of 52012 with flag 500003/500003
781.31/390.12	c cleaning 19358 clauses out of 52611 with flag 520000/520000
805.64/402.35	c cleaning 18648 clauses out of 53251 with flag 540000/540000
832.17/415.68	c cleaning 18603 clauses out of 54604 with flag 560001/560001
868.07/433.69	c cleaning 19101 clauses out of 56000 with flag 580000/580000
896.46/448.03	c cleaning 18717 clauses out of 56895 with flag 600000/600000
921.48/460.68	c cleaning 18815 clauses out of 58178 with flag 620000/620000
945.42/472.63	c cleaning 18669 clauses out of 59365 with flag 640003/640003
969.79/484.98	c cleaning 18778 clauses out of 60693 with flag 660000/660000
995.17/497.82	c cleaning 19036 clauses out of 61915 with flag 680000/680000
1019.39/510.02	c cleaning 19130 clauses out of 62877 with flag 700000/700000
1044.65/522.73	c cleaning 18862 clauses out of 63747 with flag 720000/720000
1068.52/534.78	c cleaning 18805 clauses out of 64884 with flag 740000/740000
1094.95/548.18	c cleaning 18923 clauses out of 66081 with flag 760002/760002
1133.81/567.67	c cleaning 18697 clauses out of 67157 with flag 780001/780001
1160.82/581.25	c cleaning 18801 clauses out of 68459 with flag 800000/800000
1183.89/592.82	c cleaning 18972 clauses out of 69657 with flag 820002/820002
1208.63/605.47	c cleaning 18579 clauses out of 70685 with flag 840004/840004
1240.23/621.39	c cleaning 18933 clauses out of 72102 with flag 860000/860000
1267.78/635.26	c cleaning 19044 clauses out of 73168 with flag 880000/880000
1311.90/657.39	c cleaning 19088 clauses out of 74126 with flag 900002/900002
1342.00/672.69	c cleaning 19124 clauses out of 75039 with flag 920003/920003
1366.83/685.10	c cleaning 18680 clauses out of 75911 with flag 940000/940000
1390.85/697.28	c cleaning 18829 clauses out of 77231 with flag 960000/960000
1415.49/709.63	c cleaning 18814 clauses out of 78403 with flag 980001/980001
1461.46/732.70	c cleaning 19084 clauses out of 79587 with flag 1000001/1000001
1661.88/832.50	c cleaning 19139 clauses out of 80503 with flag 1020001/1020001
1800.14/901.41	c starts		: 170
1800.14/901.41	c conflicts		: 1027044
1800.14/901.41	c decisions		: 32509987
1800.14/901.41	c propagations		: 780594592
1800.14/901.41	c inspects		: 1478656088
1800.14/901.41	c learnt literals	: 110
1800.14/901.41	c learnt binary clauses	: 52959
1800.14/901.41	c learnt ternary clauses	: 58727
1800.14/901.41	c learnt clauses	: 1026933
1800.14/901.41	c ignored clauses	: 0
1800.14/901.41	c root simplifications	: 0
1800.14/901.41	c removed literals (reason simplification)	: 9263783
1800.14/901.41	c reason swapping (by a shorter reason)	: 0
1800.14/901.41	c Calls to reduceDB	: 57
1800.14/901.41	c number of reductions to clauses (during analyze)	: 0
1800.14/901.41	c number of learned constraints concerned by reduction	: 0
1800.14/901.41	c number of learning phase by resolution	: 0
1800.14/901.41	c number of learning phase by cutting planes	: 0
1800.14/901.41	c speed (assignments/second)	: 866557.0515097692
1800.14/901.41	c non guided choices	35474
1800.14/901.44	c learnt constraints type 
1800.14/901.44	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 15447
1800.14/901.44	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 52959
1800.14/901.44	c constraints type 
1800.14/901.44	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 17133
1800.14/901.44	c org.sat4j.minisat.constraints.card.MinWatchCard => 160
1800.14/901.44	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2067
1800.14/901.44	c constraints type 
1800.14/901.44	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2067
1800.14/901.44	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 17133
1800.14/901.44	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 160
1800.14/901.44	s UNKNOWN
1800.14/901.44	c Total wall clock time (in seconds): 901.327

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

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

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


[startup+0 s]
/proc/loadavg: 3.70 3.85 3.77 4/197 16056
/proc/meminfo: memFree=24657068/32873648 swapFree=6852/6852
[pid=16056] ppid=16054 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/16056/stat : 16056 (java6) R 16054 16056 15509 0 -1 4202496 252 0 0 0 0 0 0 0 20 0 1 0 344833644 9515008 185 33554432000 1073741824 1073778376 140736577848336 140736577839560 213866147255 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/16056/statm: 2325 185 142 9 0 73 0

[startup+0.043141 s]
/proc/loadavg: 3.70 3.85 3.77 4/197 16056
/proc/meminfo: memFree=24657068/32873648 swapFree=6852/6852
[pid=16056] ppid=16054 vsize=2367080 CPUtime=0.02 cores=1,3,5,7
/proc/16056/stat : 16056 (java) S 16054 16056 15509 0 -1 4202496 3762 0 1 0 1 1 0 0 20 0 13 0 344833644 2423889920 4458 33554432000 1073741824 1073778376 140736765226256 140736765217392 213869690941 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16056/statm: 591770 4458 1693 9 0 582471 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 2367080

[startup+0.100603 s]
/proc/loadavg: 3.70 3.85 3.77 4/197 16056
/proc/meminfo: memFree=24657068/32873648 swapFree=6852/6852
[pid=16056] ppid=16054 vsize=2699928 CPUtime=0.1 cores=1,3,5,7
/proc/16056/stat : 16056 (java) S 16054 16056 15509 0 -1 4202496 4788 0 1 0 8 2 0 0 20 0 18 0 344833644 2764726272 5980 33554432000 1073741824 1073778376 140736765226256 140736765217392 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16056/statm: 674982 5982 2109 9 0 665676 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2699928

[startup+0.300174 s]
/proc/loadavg: 3.70 3.85 3.77 4/197 16056
/proc/meminfo: memFree=24657068/32873648 swapFree=6852/6852
[pid=16056] ppid=16054 vsize=2699928 CPUtime=0.56 cores=1,3,5,7
/proc/16056/stat : 16056 (java) S 16054 16056 15509 0 -1 4202496 7989 0 1 0 54 2 0 0 20 0 18 0 344833644 2764726272 12753 33554432000 1073741824 1073778376 140736765226256 140736765217392 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16056/statm: 674982 12753 2218 9 0 665676 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 2699928

[startup+0.700194 s]
/proc/loadavg: 3.70 3.85 3.77 4/197 16056
/proc/meminfo: memFree=24657068/32873648 swapFree=6852/6852
[pid=16056] ppid=16054 vsize=2966184 CPUtime=1.53 cores=1,3,5,7
/proc/16056/stat : 16056 (java) S 16054 16056 15509 0 -1 4202496 13674 0 1 0 148 5 0 0 20 0 22 0 344833644 3037372416 42748 33554432000 1073741824 1073778376 140736765226256 140736765217392 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16056/statm: 741546 42748 2250 9 0 732240 0
Current children cumulated CPU time (s) 1.53
Current children cumulated vsize (KiB) 2966184

[startup+1.50085 s]
/proc/loadavg: 3.70 3.85 3.77 7/219 16078
/proc/meminfo: memFree=24477348/32873648 swapFree=6852/6852
[pid=16056] ppid=16054 vsize=2966184 CPUtime=4.23 cores=1,3,5,7
/proc/16056/stat : 16056 (java) S 16054 16056 15509 0 -1 4202496 20542 0 1 0 415 8 0 0 20 0 22 0 344833644 3037372416 81702 33554432000 1073741824 1073778376 140736765226256 140736765217392 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16056/statm: 741546 81702 2258 9 0 732240 0
[pid=16056/tid=16058] ppid=16054 vsize=2966184 CPUtime=0.58 cores=1,3,5,7
/proc/16056/task/16058/stat : 16058 (java) S 16054 16056 15509 0 -1 4202560 2907 0 1 0 55 3 0 0 20 0 22 0 344833645 3037372416 81702 33554432000 1073741824 1073778376 140736765226256 139919096128664 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16056/tid=16059] ppid=16054 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/16056/task/16059/stat : 16059 (java) S 16054 16056 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344833646 3037372416 81702 33554432000 1073741824 1073778376 140736765226256 139919030078504 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16056/tid=16060] ppid=16054 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/16056/task/16060/stat : 16060 (java) S 16054 16056 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344833646 3037372416 81702 33554432000 1073741824 1073778376 140736765226256 139918961535912 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16056/tid=16061] ppid=16054 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/16056/task/16061/stat : 16061 (java) S 16054 16056 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344833646 3037372416 81702 33554432000 1073741824 1073778376 140736765226256 139918960483112 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16056/tid=16062] ppid=16054 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/16056/task/16062/stat : 16062 (java) S 16054 16056 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344833646 3037372416 81702 33554432000 1073741824 1073778376 140736765226256 139918959430312 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16056/tid=16063] ppid=16054 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/16056/task/16063/stat : 16063 (java) S 16054 16056 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344833646 3037372416 81702 33554432000 1073741824 1073778376 140736765226256 139918958377512 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16056/tid=16064] ppid=16054 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/16056/task/16064/stat : 16064 (java) S 16054 16056 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344833646 3037372416 81702 33554432000 1073741824 1073778376 140736765226256 139918957324712 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16056/tid=16065] ppid=16054 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/16056/task/16065/stat : 16065 (java) S 16054 16056 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344833646 3037372416 81702 33554432000 1073741824 1073778376 140736765226256 139918956271912 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16056/tid=16066] ppid=16054 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/16056/task/16066/stat : 16066 (java) S 16054 16056 15509 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 344833646 3037372416 81702 33554432000 1073741824 1073778376 140736765226256 139918955219112 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16056/tid=16067] ppid=16054 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/16056/task/16067/stat : 16067 (java) S 16054 16056 15509 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 344833648 3037372416 81702 33554432000 1073741824 1073778376 140736765226256 139918943022056 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16056/tid=16068] ppid=16054 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/16056/task/16068/stat : 16068 (java) S 16054 16056 15509 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 344833648 3037372416 81702 33554432000 1073741824 1073778376 140736765226256 139918941968120 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16056/tid=16069] ppid=16054 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/16056/task/16069/stat : 16069 (java) S 16054 16056 15509 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344833648 3037372416 81702 33554432000 1073741824 1073778376 140736765226256 139918940915208 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16056/tid=16070] ppid=16054 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/16056/task/16070/stat : 16070 (java) S 16054 16056 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344833650 3037372416 81702 33554432000 1073741824 1073778376 140736765226256 139918939863696 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16056/tid=16071] ppid=16054 vsize=2966184 CPUtime=0.97 cores=1,3,5,7
/proc/16056/task/16071/stat : 16071 (java) S 16054 16056 15509 0 -1 4202560 11240 0 0 0 95 2 0 0 20 0 22 0 344833650 3037372416 81702 33554432000 1073741824 1073778376 140736765226256 139918938810808 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16056/tid=16072] ppid=16054 vsize=2966184 CPUtime=0.88 cores=1,3,5,7
/proc/16056/task/16072/stat : 16072 (java) S 16054 16056 15509 0 -1 4202560 5028 0 0 0 88 0 0 0 20 0 22 0 344833650 3037372416 81702 33554432000 1073741824 1073778376 140736765226256 139918937758008 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16056/tid=16073] ppid=16054 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/16056/task/16073/stat : 16073 (java) S 16054 16056 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344833650 3037372416 81702 33554432000 1073741824 1073778376 140736765226256 139918936705400 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16056/tid=16074] ppid=16054 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/16056/task/16074/stat : 16074 (java) S 16054 16056 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344833650 3037372416 81702 33554432000 1073741824 1073778376 140736765226256 139918935652808 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16056/tid=16075] ppid=16054 vsize=2966184 CPUtime=0.86 cores=1,3,5,7
/proc/16056/task/16075/stat : 16075 (java) R 16054 16056 15509 0 -1 4202560 28 0 0 0 86 0 0 0 20 0 22 0 344833706 3037372416 81702 33554432000 1073741824 1073778376 140736765226256 139918934570856 139919036665788 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16056/tid=16076] ppid=16054 vsize=2966184 CPUtime=0.86 cores=1,3,5,7
/proc/16056/task/16076/stat : 16076 (java) R 16054 16056 15509 0 -1 4202560 136 0 0 0 84 2 0 0 20 0 22 0 344833706 3037372416 81702 33554432000 1073741824 1073778376 140736765226256 139918933517080 139919036848683 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=16056/tid=16077] ppid=16054 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/16056/task/16077/stat : 16077 (java) S 16054 16056 15509 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344833708 3037372416 81702 33554432000 1073741824 1073778376 140736765226256 139918932465064 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16056/tid=16078] ppid=16054 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/16056/task/16078/stat : 16078 (java) S 16054 16056 15509 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344833708 3037372416 81702 33554432000 1073741824 1073778376 140736765226256 139918931412264 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.23
Current children cumulated vsize (KiB) 2966184

[startup+3.10081 s]
/proc/loadavg: 3.70 3.85 3.77 5/219 16078
/proc/meminfo: memFree=24250272/32873648 swapFree=6852/6852
[pid=16056] ppid=16054 vsize=2966184 CPUtime=7.68 cores=1,3,5,7
/proc/16056/stat : 16056 (java) S 16054 16056 15509 0 -1 4202496 20755 0 1 0 756 12 0 0 20 0 22 0 344833644 3037372416 108883 33554432000 1073741824 1073778376 140736765226256 140736765217392 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16056/statm: 741546 108883 2270 9 0 732240 0
[pid=16056/tid=16058] ppid=16054 vsize=2966184 CPUtime=0.58 cores=1,3,5,7
/proc/16056/task/16058/stat : 16058 (java) S 16054 16056 15509 0 -1 4202560 2907 0 1 0 55 3 0 0 20 0 22 0 344833645 3037372416 108883 33554432000 1073741824 1073778376 140736765226256 139919096128664 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16056/tid=16059] ppid=16054 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/16056/task/16059/stat : 16059 (java) S 16054 16056 15509 0 -1 4202560 20 0 0 0 1 0 0 0 20 0 22 0 344833646 3037372416 108883 33554432000 1073741824 1073778376 140736765226256 139919030078504 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16056/tid=16060] ppid=16054 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/16056/task/16060/stat : 16060 (java) S 16054 16056 15509 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 344833646 3037372416 108883 33554432000 1073741824 1073778376 140736765226256 139918961535912 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16056/tid=16061] ppid=16054 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/16056/task/16061/stat : 16061 (java) S 16054 16056 15509 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 22 0 344833646 3037372416 108883 33554432000 1073741824 1073778376 140736765226256 139918960483112 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16056/tid=16062] ppid=16054 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/16056/task/16062/stat : 16062 (java) S 16054 16056 15509 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344833646 3037372416 108883 33554432000 1073741824 1073778376 140736765226256 139918959430312 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16056/tid=16063] ppid=16054 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/16056/task/16063/stat : 16063 (java) S 16054 16056 15509 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 22 0 344833646 3037372416 108883 33554432000 1073741824 1073778376 140736765226256 139918958377512 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16056/tid=16064] ppid=16054 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/16056/task/16064/stat : 16064 (java) S 16054 16056 15509 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 344833646 3037372416 108883 33554432000 1073741824 1073778376 140736765226256 139918957324712 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16056/tid=16065] ppid=16054 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/16056/task/16065/stat : 16065 (java) S 16054 16056 15509 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 22 0 344833646 3037372416 108883 33554432000 1073741824 1073778376 140736765226256 139918956271912 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16056/tid=16066] ppid=16054 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/16056/task/16066/stat : 16066 (java) S 16054 16056 15509 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 344833646 3037372416 108883 33554432000 1073741824 1073778376 140736765226256 139918955219112 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16056/tid=16067] ppid=16054 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/16056/task/16067/stat : 16067 (java) S 16054 16056 15509 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 344833648 3037372416 108883 33554432000 1073741824 1073778376 140736765226256 139918943022056 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16056/tid=16068] ppid=16054 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/16056/task/16068/stat : 16068 (java) S 16054 16056 15509 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344833648 3037372416 108883 33554432000 1073741824 1073778376 140736765226256 139918941968120 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16056/tid=16069] ppid=16054 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/16056/task/16069/stat : 16069 (java) S 16054 16056 15509 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344833648 3037372416 108883 33554432000 1073741824 1073778376 140736765226256 139918940915208 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16056/tid=16070] ppid=16054 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/16056/task/16070/stat : 16070 (java) S 16054 16056 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344833650 3037372416 108883 33554432000 1073741824 1073778376 140736765226256 139918939863696 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16056/tid=16071] ppid=16054 vsize=2966184 CPUtime=1.08 cores=1,3,5,7
/proc/16056/task/16071/stat : 16071 (java) S 16054 16056 15509 0 -1 4202560 11258 0 0 0 106 2 0 0 20 0 22 0 344833650 3037372416 108883 33554432000 1073741824 1073778376 140736765226256 139918938810808 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16056/tid=16072] ppid=16054 vsize=2966184 CPUtime=0.96 cores=1,3,5,7
/proc/16056/task/16072/stat : 16072 (java) S 16054 16056 15509 0 -1 4202560 5100 0 0 0 96 0 0 0 20 0 22 0 344833650 3037372416 108883 33554432000 1073741824 1073778376 140736765226256 139918937758008 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16056/tid=16073] ppid=16054 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/16056/task/16073/stat : 16073 (java) S 16054 16056 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344833650 3037372416 108883 33554432000 1073741824 1073778376 140736765226256 139918936705400 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16056/tid=16074] ppid=16054 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/16056/task/16074/stat : 16074 (java) S 16054 16056 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344833650 3037372416 108883 33554432000 1073741824 1073778376 140736765226256 139918935652808 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16056/tid=16075] ppid=16054 vsize=2966184 CPUtime=2.42 cores=1,3,5,7
/proc/16056/task/16075/stat : 16075 (java) R 16054 16056 15509 0 -1 4202560 31 0 0 0 242 0 0 0 20 0 22 0 344833706 3037372416 108883 33554432000 1073741824 1073778376 140736765226256 139918934568360 139919036681161 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=16056/tid=16076] ppid=16054 vsize=2966184 CPUtime=2.43 cores=1,3,5,7
/proc/16056/task/16076/stat : 16076 (java) R 16054 16056 15509 0 -1 4202560 173 0 0 0 239 4 0 0 20 0 22 0 344833706 3037372416 108883 33554432000 1073741824 1073778376 140736765226256 139918933515960 139919036848605 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=16056/tid=16077] ppid=16054 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/16056/task/16077/stat : 16077 (java) S 16054 16056 15509 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344833708 3037372416 108883 33554432000 1073741824 1073778376 140736765226256 139918932465064 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16056/tid=16078] ppid=16054 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/16056/task/16078/stat : 16078 (java) S 16054 16056 15509 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344833708 3037372416 108883 33554432000 1073741824 1073778376 140736765226256 139918931412264 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 7.68
Current children cumulated vsize (KiB) 2966184

[startup+6.30075 s]
/proc/loadavg: 3.73 3.85 3.77 5/219 16078
/proc/meminfo: memFree=24210084/32873648 swapFree=6852/6852
[pid=16056] ppid=16054 vsize=2966184 CPUtime=14.16 cores=1,3,5,7
/proc/16056/stat : 16056 (java) S 16054 16056 15509 0 -1 4202496 20848 0 1 0 1402 14 0 0 20 0 22 0 344833644 3037372416 118247 33554432000 1073741824 1073778376 140736765226256 140736765217392 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16056/statm: 741546 118247 2283 9 0 732240 0
[pid=16056/tid=16058] ppid=16054 vsize=2966184 CPUtime=0.58 cores=1,3,5,7
/proc/16056/task/16058/stat : 16058 (java) S 16054 16056 15509 0 -1 4202560 2907 0 1 0 55 3 0 0 20 0 22 0 344833645 3037372416 118247 33554432000 1073741824 1073778376 140736765226256 139919096128664 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16056/tid=16059] ppid=16054 vsize=2966184 CPUtime=0.04 cores=1,3,5,7
/proc/16056/task/16059/stat : 16059 (java) S 16054 16056 15509 0 -1 4202560 25 0 0 0 4 0 0 0 20 0 22 0 344833646 3037372416 118247 33554432000 1073741824 1073778376 140736765226256 139919030078504 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16056/tid=16060] ppid=16054 vsize=2966184 CPUtime=0.02 cores=1,3,5,7
/proc/16056/task/16060/stat : 16060 (java) S 16054 16056 15509 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 22 0 344833646 3037372416 118247 33554432000 1073741824 1073778376 140736765226256 139918961535912 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16056/tid=16061] ppid=16054 vsize=2966184 CPUtime=0.04 cores=1,3,5,7
/proc/16056/task/16061/stat : 16061 (java) S 16054 16056 15509 0 -1 4202560 19 0 0 0 4 0 0 0 20 0 22 0 344833646 3037372416 118247 33554432000 1073741824 1073778376 140736765226256 139918960483112 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16056/tid=16062] ppid=16054 vsize=2966184 CPUtime=0.04 cores=1,3,5,7
/proc/16056/task/16062/stat : 16062 (java) S 16054 16056 15509 0 -1 4202560 14 0 0 0 4 0 0 0 20 0 22 0 344833646 3037372416 118247 33554432000 1073741824 1073778376 140736765226256 139918959430312 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16056/tid=16063] ppid=16054 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/16056/task/16063/stat : 16063 (java) S 16054 16056 15509 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 344833646 3037372416 118247 33554432000 1073741824 1073778376 140736765226256 139918958377512 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16056/tid=16064] ppid=16054 vsize=2966184 CPUtime=0.05 cores=1,3,5,7
/proc/16056/task/16064/stat : 16064 (java) S 16054 16056 15509 0 -1 4202560 21 0 0 0 5 0 0 0 20 0 22 0 344833646 3037372416 118247 33554432000 1073741824 1073778376 140736765226256 139918957324712 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16056/tid=16065] ppid=16054 vsize=2966184 CPUtime=0.03 cores=1,3,5,7
/proc/16056/task/16065/stat : 16065 (java) S 16054 16056 15509 0 -1 4202560 11 0 0 0 3 0 0 0 20 0 22 0 344833646 3037372416 118247 33554432000 1073741824 1073778376 140736765226256 139918956271912 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16056/tid=16066] ppid=16054 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/16056/task/16066/stat : 16066 (java) S 16054 16056 15509 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 344833646 3037372416 118247 33554432000 1073741824 1073778376 140736765226256 139918955219112 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16056/tid=16067] ppid=16054 vsize=2966184 CPUtime=0.1 cores=1,3,5,7
/proc/16056/task/16067/stat : 16067 (java) S 16054 16056 15509 0 -1 4202560 43 0 0 0 10 0 0 0 20 0 22 0 344833648 3037372416 118247 33554432000 1073741824 1073778376 140736765226256 139918943022056 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16056/tid=16068] ppid=16054 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/16056/task/16068/stat : 16068 (java) S 16054 16056 15509 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344833648 3037372416 118247 33554432000 1073741824 1073778376 140736765226256 139918941968120 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16056/tid=16069] ppid=16054 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/16056/task/16069/stat : 16069 (java) S 16054 16056 15509 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344833648 3037372416 118247 33554432000 1073741824 1073778376 140736765226256 139918940915208 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16056/tid=16070] ppid=16054 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/16056/task/16070/stat : 16070 (java) S 16054 16056 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344833650 3037372416 118247 33554432000 1073741824 1073778376 140736765226256 139918939863696 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16056/tid=16071] ppid=16054 vsize=2966184 CPUtime=1.13 cores=1,3,5,7
/proc/16056/task/16071/stat : 16071 (java) S 16054 16056 15509 0 -1 4202560 11264 0 0 0 111 2 0 0 20 0 22 0 344833650 3037372416 118247 33554432000 1073741824 1073778376 140736765226256 139918938810808 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0

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

/proc/16056/statm: 741546 237853 2284 9 0 732240 0
[pid=16056/tid=16058] ppid=16054 vsize=2966184 CPUtime=0.6 cores=1,3,5,7
/proc/16056/task/16058/stat : 16058 (java) S 16054 16056 15509 0 -1 4202560 2917 0 1 0 57 3 0 0 20 0 22 0 344833645 3037372416 237853 33554432000 1073741824 1073778376 140736765226256 139919096128664 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16056/tid=16059] ppid=16054 vsize=2966184 CPUtime=3.35 cores=1,3,5,7
/proc/16056/task/16059/stat : 16059 (java) S 16054 16056 15509 0 -1 4202560 196 0 0 0 329 6 0 0 20 0 22 0 344833646 3037372416 237853 33554432000 1073741824 1073778376 140736765226256 139919030078504 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16056/tid=16060] ppid=16054 vsize=2966184 CPUtime=3.44 cores=1,3,5,7
/proc/16056/task/16060/stat : 16060 (java) S 16054 16056 15509 0 -1 4202560 208 0 0 0 337 7 0 0 20 0 22 0 344833646 3037372416 237853 33554432000 1073741824 1073778376 140736765226256 139918961535912 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16056/tid=16061] ppid=16054 vsize=2966184 CPUtime=3.42 cores=1,3,5,7
/proc/16056/task/16061/stat : 16061 (java) S 16054 16056 15509 0 -1 4202560 195 0 0 0 336 6 0 0 20 0 22 0 344833646 3037372416 237853 33554432000 1073741824 1073778376 140736765226256 139918960483112 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16056/tid=16062] ppid=16054 vsize=2966184 CPUtime=3.41 cores=1,3,5,7
/proc/16056/task/16062/stat : 16062 (java) S 16054 16056 15509 0 -1 4202560 178 0 0 0 334 7 0 0 20 0 22 0 344833646 3037372416 237853 33554432000 1073741824 1073778376 140736765226256 139918959430312 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16056/tid=16063] ppid=16054 vsize=2966184 CPUtime=3.27 cores=1,3,5,7
/proc/16056/task/16063/stat : 16063 (java) S 16054 16056 15509 0 -1 4202560 187 0 0 0 321 6 0 0 20 0 22 0 344833646 3037372416 237853 33554432000 1073741824 1073778376 140736765226256 139918958377512 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16056/tid=16064] ppid=16054 vsize=2966184 CPUtime=3.38 cores=1,3,5,7
/proc/16056/task/16064/stat : 16064 (java) S 16054 16056 15509 0 -1 4202560 160 0 0 0 331 7 0 0 20 0 22 0 344833646 3037372416 237853 33554432000 1073741824 1073778376 140736765226256 139918957324712 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16056/tid=16065] ppid=16054 vsize=2966184 CPUtime=3.42 cores=1,3,5,7
/proc/16056/task/16065/stat : 16065 (java) S 16054 16056 15509 0 -1 4202560 205 0 0 0 334 8 0 0 20 0 22 0 344833646 3037372416 237853 33554432000 1073741824 1073778376 140736765226256 139918956271912 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16056/tid=16066] ppid=16054 vsize=2966184 CPUtime=3.47 cores=1,3,5,7
/proc/16056/task/16066/stat : 16066 (java) S 16054 16056 15509 0 -1 4202560 191 0 0 0 340 7 0 0 20 0 22 0 344833646 3037372416 237853 33554432000 1073741824 1073778376 140736765226256 139918955219112 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16056/tid=16067] ppid=16054 vsize=2966184 CPUtime=15.84 cores=1,3,5,7
/proc/16056/task/16067/stat : 16067 (java) S 16054 16056 15509 0 -1 4202560 124 0 0 0 1558 26 0 0 20 0 22 0 344833648 3037372416 237853 33554432000 1073741824 1073778376 140736765226256 139918943022056 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16056/tid=16068] ppid=16054 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/16056/task/16068/stat : 16068 (java) S 16054 16056 15509 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344833648 3037372416 237853 33554432000 1073741824 1073778376 140736765226256 139918941968120 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16056/tid=16069] ppid=16054 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/16056/task/16069/stat : 16069 (java) S 16054 16056 15509 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344833648 3037372416 237853 33554432000 1073741824 1073778376 140736765226256 139918940915208 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16056/tid=16070] ppid=16054 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/16056/task/16070/stat : 16070 (java) S 16054 16056 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344833650 3037372416 237853 33554432000 1073741824 1073778376 140736765226256 139918939863696 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16056/tid=16071] ppid=16054 vsize=2966184 CPUtime=1.36 cores=1,3,5,7
/proc/16056/task/16071/stat : 16071 (java) S 16054 16056 15509 0 -1 4202560 11524 0 0 0 134 2 0 0 20 0 22 0 344833650 3037372416 237853 33554432000 1073741824 1073778376 140736765226256 139918938810808 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16056/tid=16072] ppid=16054 vsize=2966184 CPUtime=1.35 cores=1,3,5,7
/proc/16056/task/16072/stat : 16072 (java) S 16054 16056 15509 0 -1 4202560 5122 0 0 0 133 2 0 0 20 0 22 0 344833650 3037372416 237853 33554432000 1073741824 1073778376 140736765226256 139918937758008 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16056/tid=16073] ppid=16054 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/16056/task/16073/stat : 16073 (java) S 16054 16056 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344833650 3037372416 237853 33554432000 1073741824 1073778376 140736765226256 139918936705400 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16056/tid=16074] ppid=16054 vsize=2966184 CPUtime=0.32 cores=1,3,5,7
/proc/16056/task/16074/stat : 16074 (java) S 16054 16056 15509 0 -1 4202560 47 0 0 0 14 18 0 0 20 0 22 0 344833650 3037372416 237853 33554432000 1073741824 1073778376 140736765226256 139918935652808 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16056/tid=16075] ppid=16054 vsize=2966184 CPUtime=795.47 cores=1,3,5,7
/proc/16056/task/16075/stat : 16075 (java) R 16054 16056 15509 0 -1 4202560 349 0 0 0 79533 14 0 0 20 0 22 0 344833706 3037372416 237853 33554432000 1073741824 1073778376 140736765226256 139918934569008 139919036509886 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=16056/tid=16076] ppid=16054 vsize=2966184 CPUtime=795.61 cores=1,3,5,7
/proc/16056/task/16076/stat : 16076 (java) R 16054 16056 15509 0 -1 4202560 402 0 0 0 79544 17 0 0 20 0 22 0 344833706 3037372416 237853 33554432000 1073741824 1073778376 140736765226256 139918933514928 139919036837661 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16056/tid=16077] ppid=16054 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/16056/task/16077/stat : 16077 (java) S 16054 16056 15509 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344833708 3037372416 237853 33554432000 1073741824 1073778376 140736765226256 139918932465064 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16056/tid=16078] ppid=16054 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/16056/task/16078/stat : 16078 (java) S 16054 16056 15509 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344833708 3037372416 237853 33554432000 1073741824 1073778376 140736765226256 139918931412264 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1641.53
Current children cumulated vsize (KiB) 2966184

[startup+882.301 s]
/proc/loadavg: 4.09 4.04 3.91 5/219 16150
/proc/meminfo: memFree=23598376/32873648 swapFree=6852/6852
[pid=16056] ppid=16054 vsize=2966184 CPUtime=1761.69 cores=1,3,5,7
/proc/16056/stat : 16056 (java) S 16054 16056 15509 0 -1 4202496 23291 0 1 0 176053 116 0 0 20 0 22 0 344833644 3037372416 240972 33554432000 1073741824 1073778376 140736765226256 140736765217392 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16056/statm: 741546 240972 2284 9 0 732240 0
[pid=16056/tid=16058] ppid=16054 vsize=2966184 CPUtime=0.6 cores=1,3,5,7
/proc/16056/task/16058/stat : 16058 (java) S 16054 16056 15509 0 -1 4202560 2917 0 1 0 57 3 0 0 20 0 22 0 344833645 3037372416 240972 33554432000 1073741824 1073778376 140736765226256 139919096128664 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16056/tid=16059] ppid=16054 vsize=2966184 CPUtime=3.54 cores=1,3,5,7
/proc/16056/task/16059/stat : 16059 (java) S 16054 16056 15509 0 -1 4202560 204 0 0 0 348 6 0 0 20 0 22 0 344833646 3037372416 240972 33554432000 1073741824 1073778376 140736765226256 139919030078504 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16056/tid=16060] ppid=16054 vsize=2966184 CPUtime=3.62 cores=1,3,5,7
/proc/16056/task/16060/stat : 16060 (java) S 16054 16056 15509 0 -1 4202560 211 0 0 0 354 8 0 0 20 0 22 0 344833646 3037372416 240972 33554432000 1073741824 1073778376 140736765226256 139918961535912 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16056/tid=16061] ppid=16054 vsize=2966184 CPUtime=3.6 cores=1,3,5,7
/proc/16056/task/16061/stat : 16061 (java) S 16054 16056 15509 0 -1 4202560 204 0 0 0 354 6 0 0 20 0 22 0 344833646 3037372416 240972 33554432000 1073741824 1073778376 140736765226256 139918960483112 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16056/tid=16062] ppid=16054 vsize=2966184 CPUtime=3.61 cores=1,3,5,7
/proc/16056/task/16062/stat : 16062 (java) S 16054 16056 15509 0 -1 4202560 185 0 0 0 354 7 0 0 20 0 22 0 344833646 3037372416 240972 33554432000 1073741824 1073778376 140736765226256 139918959430312 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16056/tid=16063] ppid=16054 vsize=2966184 CPUtime=3.46 cores=1,3,5,7
/proc/16056/task/16063/stat : 16063 (java) S 16054 16056 15509 0 -1 4202560 193 0 0 0 339 7 0 0 20 0 22 0 344833646 3037372416 240972 33554432000 1073741824 1073778376 140736765226256 139918958377512 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16056/tid=16064] ppid=16054 vsize=2966184 CPUtime=3.61 cores=1,3,5,7
/proc/16056/task/16064/stat : 16064 (java) S 16054 16056 15509 0 -1 4202560 172 0 0 0 354 7 0 0 20 0 22 0 344833646 3037372416 240972 33554432000 1073741824 1073778376 140736765226256 139918957324712 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16056/tid=16065] ppid=16054 vsize=2966184 CPUtime=3.62 cores=1,3,5,7
/proc/16056/task/16065/stat : 16065 (java) S 16054 16056 15509 0 -1 4202560 212 0 0 0 353 9 0 0 20 0 22 0 344833646 3037372416 240972 33554432000 1073741824 1073778376 140736765226256 139918956271912 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16056/tid=16066] ppid=16054 vsize=2966184 CPUtime=3.71 cores=1,3,5,7
/proc/16056/task/16066/stat : 16066 (java) S 16054 16056 15509 0 -1 4202560 200 0 0 0 363 8 0 0 20 0 22 0 344833646 3037372416 240972 33554432000 1073741824 1073778376 140736765226256 139918955219112 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16056/tid=16067] ppid=16054 vsize=2966184 CPUtime=16.35 cores=1,3,5,7
/proc/16056/task/16067/stat : 16067 (java) S 16054 16056 15509 0 -1 4202560 129 0 0 0 1608 27 0 0 20 0 22 0 344833648 3037372416 240972 33554432000 1073741824 1073778376 140736765226256 139918943022056 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16056/tid=16068] ppid=16054 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/16056/task/16068/stat : 16068 (java) S 16054 16056 15509 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344833648 3037372416 240972 33554432000 1073741824 1073778376 140736765226256 139918941968120 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16056/tid=16069] ppid=16054 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/16056/task/16069/stat : 16069 (java) S 16054 16056 15509 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344833648 3037372416 240972 33554432000 1073741824 1073778376 140736765226256 139918940915208 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16056/tid=16070] ppid=16054 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/16056/task/16070/stat : 16070 (java) S 16054 16056 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344833650 3037372416 240972 33554432000 1073741824 1073778376 140736765226256 139918939863696 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16056/tid=16071] ppid=16054 vsize=2966184 CPUtime=1.36 cores=1,3,5,7
/proc/16056/task/16071/stat : 16071 (java) S 16054 16056 15509 0 -1 4202560 11524 0 0 0 134 2 0 0 20 0 22 0 344833650 3037372416 240972 33554432000 1073741824 1073778376 140736765226256 139918938810808 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16056/tid=16072] ppid=16054 vsize=2966184 CPUtime=1.35 cores=1,3,5,7
/proc/16056/task/16072/stat : 16072 (java) S 16054 16056 15509 0 -1 4202560 5122 0 0 0 133 2 0 0 20 0 22 0 344833650 3037372416 240972 33554432000 1073741824 1073778376 140736765226256 139918937758008 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16056/tid=16073] ppid=16054 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/16056/task/16073/stat : 16073 (java) S 16054 16056 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344833650 3037372416 240972 33554432000 1073741824 1073778376 140736765226256 139918936705400 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16056/tid=16074] ppid=16054 vsize=2966184 CPUtime=0.34 cores=1,3,5,7
/proc/16056/task/16074/stat : 16074 (java) S 16054 16056 15509 0 -1 4202560 50 0 0 0 14 20 0 0 20 0 22 0 344833650 3037372416 240972 33554432000 1073741824 1073778376 140736765226256 139918935652808 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16056/tid=16075] ppid=16054 vsize=2966184 CPUtime=854.34 cores=1,3,5,7
/proc/16056/task/16075/stat : 16075 (java) R 16054 16056 15509 0 -1 4202560 366 0 0 0 85420 14 0 0 20 0 22 0 344833706 3037372416 240972 33554432000 1073741824 1073778376 140736765226256 139918934569008 139919036747304 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=16056/tid=16076] ppid=16054 vsize=2966184 CPUtime=854.48 cores=1,3,5,7
/proc/16056/task/16076/stat : 16076 (java) R 16054 16056 15509 0 -1 4202560 412 0 0 0 85431 17 0 0 20 0 22 0 344833706 3037372416 240972 33554432000 1073741824 1073778376 140736765226256 139918933515360 139919036806995 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16056/tid=16077] ppid=16054 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/16056/task/16077/stat : 16077 (java) S 16054 16056 15509 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344833708 3037372416 240972 33554432000 1073741824 1073778376 140736765226256 139918932465064 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16056/tid=16078] ppid=16054 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/16056/task/16078/stat : 16078 (java) S 16054 16056 15509 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344833708 3037372416 240972 33554432000 1073741824 1073778376 140736765226256 139918931412264 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1761.69
Current children cumulated vsize (KiB) 2966184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+901.401 s]
/proc/loadavg: 3.90 4.00 3.90 5/220 16151
/proc/meminfo: memFree=23596200/32873648 swapFree=6852/6852
[pid=16056] ppid=16054 vsize=2966184 CPUtime=1800.14 cores=1,3,5,7
/proc/16056/stat : 16056 (java) S 16054 16056 15509 0 -1 4202496 23331 0 1 0 179897 117 0 0 20 0 22 0 344833644 3037372416 240998 33554432000 1073741824 1073778376 140736765226256 140736765217392 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16056/statm: 741546 240998 2284 9 0 732240 0
[pid=16056/tid=16058] ppid=16054 vsize=2966184 CPUtime=0.6 cores=1,3,5,7
/proc/16056/task/16058/stat : 16058 (java) S 16054 16056 15509 0 -1 4202560 2917 0 1 0 57 3 0 0 20 0 22 0 344833645 3037372416 240998 33554432000 1073741824 1073778376 140736765226256 139919096128664 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16056/tid=16059] ppid=16054 vsize=2966184 CPUtime=3.62 cores=1,3,5,7
/proc/16056/task/16059/stat : 16059 (java) S 16054 16056 15509 0 -1 4202560 209 0 0 0 356 6 0 0 20 0 22 0 344833646 3037372416 240998 33554432000 1073741824 1073778376 140736765226256 139919030078504 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16056/tid=16060] ppid=16054 vsize=2966184 CPUtime=3.71 cores=1,3,5,7
/proc/16056/task/16060/stat : 16060 (java) S 16054 16056 15509 0 -1 4202560 215 0 0 0 363 8 0 0 20 0 22 0 344833646 3037372416 240998 33554432000 1073741824 1073778376 140736765226256 139918961535912 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16056/tid=16061] ppid=16054 vsize=2966184 CPUtime=3.69 cores=1,3,5,7
/proc/16056/task/16061/stat : 16061 (java) S 16054 16056 15509 0 -1 4202560 208 0 0 0 363 6 0 0 20 0 22 0 344833646 3037372416 240998 33554432000 1073741824 1073778376 140736765226256 139918960483112 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16056/tid=16062] ppid=16054 vsize=2966184 CPUtime=3.69 cores=1,3,5,7
/proc/16056/task/16062/stat : 16062 (java) S 16054 16056 15509 0 -1 4202560 188 0 0 0 362 7 0 0 20 0 22 0 344833646 3037372416 240998 33554432000 1073741824 1073778376 140736765226256 139918959430312 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16056/tid=16063] ppid=16054 vsize=2966184 CPUtime=3.54 cores=1,3,5,7
/proc/16056/task/16063/stat : 16063 (java) S 16054 16056 15509 0 -1 4202560 197 0 0 0 347 7 0 0 20 0 22 0 344833646 3037372416 240998 33554432000 1073741824 1073778376 140736765226256 139918958377512 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16056/tid=16064] ppid=16054 vsize=2966184 CPUtime=3.71 cores=1,3,5,7
/proc/16056/task/16064/stat : 16064 (java) S 16054 16056 15509 0 -1 4202560 176 0 0 0 363 8 0 0 20 0 22 0 344833646 3037372416 240998 33554432000 1073741824 1073778376 140736765226256 139918957324712 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16056/tid=16065] ppid=16054 vsize=2966184 CPUtime=3.68 cores=1,3,5,7
/proc/16056/task/16065/stat : 16065 (java) S 16054 16056 15509 0 -1 4202560 213 0 0 0 359 9 0 0 20 0 22 0 344833646 3037372416 240998 33554432000 1073741824 1073778376 140736765226256 139918956271912 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16056/tid=16066] ppid=16054 vsize=2966184 CPUtime=3.79 cores=1,3,5,7
/proc/16056/task/16066/stat : 16066 (java) S 16054 16056 15509 0 -1 4202560 201 0 0 0 371 8 0 0 20 0 22 0 344833646 3037372416 240998 33554432000 1073741824 1073778376 140736765226256 139918955219112 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16056/tid=16067] ppid=16054 vsize=2966184 CPUtime=16.36 cores=1,3,5,7
/proc/16056/task/16067/stat : 16067 (java) S 16054 16056 15509 0 -1 4202560 129 0 0 0 1608 28 0 0 20 0 22 0 344833648 3037372416 240998 33554432000 1073741824 1073778376 140736765226256 139918943022056 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16056/tid=16068] ppid=16054 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/16056/task/16068/stat : 16068 (java) S 16054 16056 15509 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344833648 3037372416 240998 33554432000 1073741824 1073778376 140736765226256 139918941968120 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16056/tid=16069] ppid=16054 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/16056/task/16069/stat : 16069 (java) S 16054 16056 15509 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344833648 3037372416 240998 33554432000 1073741824 1073778376 140736765226256 139918940915208 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16056/tid=16070] ppid=16054 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/16056/task/16070/stat : 16070 (java) S 16054 16056 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344833650 3037372416 240998 33554432000 1073741824 1073778376 140736765226256 139918939863696 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16056/tid=16071] ppid=16054 vsize=2966184 CPUtime=1.36 cores=1,3,5,7
/proc/16056/task/16071/stat : 16071 (java) S 16054 16056 15509 0 -1 4202560 11524 0 0 0 134 2 0 0 20 0 22 0 344833650 3037372416 240998 33554432000 1073741824 1073778376 140736765226256 139918938810808 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16056/tid=16072] ppid=16054 vsize=2966184 CPUtime=1.35 cores=1,3,5,7
/proc/16056/task/16072/stat : 16072 (java) S 16054 16056 15509 0 -1 4202560 5122 0 0 0 133 2 0 0 20 0 22 0 344833650 3037372416 240998 33554432000 1073741824 1073778376 140736765226256 139918937758008 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16056/tid=16073] ppid=16054 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/16056/task/16073/stat : 16073 (java) S 16054 16056 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344833650 3037372416 240998 33554432000 1073741824 1073778376 140736765226256 139918936705400 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16056/tid=16074] ppid=16054 vsize=2966184 CPUtime=0.35 cores=1,3,5,7
/proc/16056/task/16074/stat : 16074 (java) S 16054 16056 15509 0 -1 4202560 52 0 0 0 15 20 0 0 20 0 22 0 344833650 3037372416 240998 33554432000 1073741824 1073778376 140736765226256 139918935652808 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16056/tid=16075] ppid=16054 vsize=2966184 CPUtime=873.18 cores=1,3,5,7
/proc/16056/task/16075/stat : 16075 (java) R 16054 16056 15509 0 -1 4202560 370 0 0 0 87303 15 0 0 20 0 22 0 344833706 3037372416 240998 33554432000 1073741824 1073778376 140736765226256 139918934569008 139919036510096 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=16056/tid=16076] ppid=16054 vsize=2966184 CPUtime=873.33 cores=1,3,5,7
/proc/16056/task/16076/stat : 16076 (java) R 16054 16056 15509 0 -1 4202560 420 0 0 0 87314 19 0 0 20 0 22 0 344833706 3037372416 240998 33554432000 1073741824 1073778376 140736765226256 139918933515312 139919036896488 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16056/tid=16077] ppid=16054 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/16056/task/16077/stat : 16077 (java) S 16054 16056 15509 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344833708 3037372416 240998 33554432000 1073741824 1073778376 140736765226256 139918932465064 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16056/tid=16078] ppid=16054 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/16056/task/16078/stat : 16078 (java) S 16054 16056 15509 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344833708 3037372416 240998 33554432000 1073741824 1073778376 140736765226256 139918931412264 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.14
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

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

Real time (s): 901.446
CPU time (s): 1800.14
CPU user time (s): 1798.97
CPU system time (s): 1.17
CPU usage (%): 199.695
Max. virtual memory (cumulated for all children) (KiB): 2966184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.75
system time used= 1.64375
maximum resident set size= 964124
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23367
page faults= 1
swaps= 0
block input operations= 0
block output operations= 960
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 37910
involuntary context switches= 66166

runsolver used 3.04154 second user time and 8.67468 second system time

The end

Launcher Data

Begin job on node112 at 2012-06-04 07:17:44
IDJOB=3742457
IDBENCH=90187
IDSOLVER=2324
FILE ID=node112/3742457-1338787064
RUNJOBID= node112-1338783624-15526
PBS_JOBID= 14636841
Free space on /tmp= 71228 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_K160.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3742457-1338787064/watcher-3742457-1338787064 -o /tmp/evaluation-result-3742457-1338787064/solver-3742457-1338787064 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3742457-1338787064.opb

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

MD5SUM BENCH= 4be3ef5c0a6baf670611a9fd5e5deae8
RANDOM SEED=1090533491

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.763
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.92
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.763
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.763
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:        24657712 kB
Buffers:          557504 kB
Cached:          5977280 kB
SwapCached:            0 kB
Active:          2578148 kB
Inactive:        4768172 kB
Active(anon):     800240 kB
Inactive(anon):    10920 kB
Active(file):    1777908 kB
Inactive(file):  4757252 kB
Unevictable:        6852 kB
Mlocked:            6852 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1228 kB
Writeback:             0 kB
AnonPages:        815228 kB
Mapped:            22540 kB
Shmem:               200 kB
Slab:             731528 kB
SReclaimable:     175260 kB
SUnreclaim:       556268 kB
KernelStack:        1624 kB
PageTables:         5820 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1571476 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    757760 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= 71228 MiB
End job on node112 at 2012-06-04 07:32:47