Trace number 3742331

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.21 906.062

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K139.opb
MD5SUM76516381ba4bc043f2da87444e256707
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 variables16541
Total number of constraints16821
Number of constraints which are clauses16682
Number of constraints which are cardinality constraints (but not clauses)139
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint139
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 140
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.07/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.07/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.10	c See www.sat4j.org for details.
0.07/0.11	c version 2.3.1.v20110525
0.07/0.11	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.11	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.11	c java.vm.version	19.1-b02
0.07/0.11	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.11	c sun.arch.data.model	64
0.07/0.11	c java.version		1.6.0_24
0.07/0.11	c os.name		Linux
0.07/0.11	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.11	c os.arch		amd64
0.07/0.11	c Free memory 		9996466904
0.07/0.11	c Max memory 		10048897024
0.07/0.11	c Total memory 		10048897024
0.07/0.11	c Number of processors 	8
0.07/0.14	c Pseudo Boolean Optimization
0.07/0.14	c ManyCore solver with 2 solvers running in parallel
0.07/0.14	c --- Begin Solver configuration ---
0.07/0.14	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5495fd19
0.07/0.14	c Learn all clauses as in MiniSAT
0.07/0.14	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.14	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.14	c Expensive reason simplification
0.07/0.14	c Armin Biere (Picosat) restarts strategy
0.07/0.14	c Glucose learned constraints deletion strategy
0.07/0.14	c timeout=2147483s
0.07/0.14	c DB Simplification allowed=false
0.07/0.14	c --- End Solver configuration ---
0.07/0.14	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.07/0.14	c --- Begin Solver configuration ---
0.07/0.14	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ae94e92
0.07/0.14	c Learn all clauses as in MiniSAT
0.07/0.14	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.14	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.07/0.14	c No reason simplification
0.07/0.14	c Armin Biere (Picosat) restarts strategy
0.07/0.14	c Glucose learned constraints deletion strategy
0.07/0.14	c timeout=2147483s
0.07/0.14	c DB Simplification allowed=false
0.07/0.14	c --- End Solver configuration ---
0.07/0.14	c solving HOME/instance-3742331-1338766054.opb
0.07/0.14	c reading problem ... 
1.17/0.62	c ... done. Wall clock time 0.485s.
1.17/0.62	c #vars     16541
1.17/0.62	c #constraints  16821
1.17/0.62	c constraints type 
1.17/0.62	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 14886
1.17/0.62	c org.sat4j.minisat.constraints.card.MinWatchCard => 139
1.17/0.62	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1794
1.17/0.62	c constraints type 
1.17/0.62	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1794
1.17/0.62	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 14886
1.17/0.62	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 139
7.50/3.15	c cleaning 2494 clauses out of 4995 with flag 5003/5003
12.96/5.83	c cleaning 4215 clauses out of 8494 with flag 11002/11002
18.74/8.74	c cleaning 5631 clauses out of 11278 with flag 18004/18004
25.79/12.20	c cleaning 6670 clauses out of 13639 with flag 26004/26004
33.99/16.35	c cleaning 7785 clauses out of 15959 with flag 35001/35001
44.33/21.50	c cleaning 8777 clauses out of 18175 with flag 45003/45003
55.34/27.05	c cleaning 10124 clauses out of 20392 with flag 56000/56000
66.08/32.45	c cleaning 11117 clauses out of 22260 with flag 68000/68000
78.59/38.78	c cleaning 11844 clauses out of 24142 with flag 81000/81000
92.53/45.74	c cleaning 12895 clauses out of 26295 with flag 95000/95000
109.06/54.01	c cleaning 13993 clauses out of 28398 with flag 110003/110003
132.20/65.68	c cleaning 14950 clauses out of 30404 with flag 126003/126003
150.68/74.99	c cleaning 16014 clauses out of 32445 with flag 143002/143002
177.04/88.18	c cleaning 16509 clauses out of 33429 with flag 160002/160002
215.03/107.17	c cleaning 16762 clauses out of 33919 with flag 177002/177002
233.18/116.25	c cleaning 16892 clauses out of 34158 with flag 194003/194003
254.22/126.87	c cleaning 16984 clauses out of 34265 with flag 211002/211002
286.19/142.90	c cleaning 16983 clauses out of 34279 with flag 228000/228000
306.71/153.10	c cleaning 17057 clauses out of 34294 with flag 245000/245000
325.19/162.41	c cleaning 16917 clauses out of 34236 with flag 262000/262000
352.28/176.05	c cleaning 16458 clauses out of 34318 with flag 279000/279000
382.17/191.05	c cleaning 16262 clauses out of 34861 with flag 296001/296001
401.02/200.53	c cleaning 15928 clauses out of 35597 with flag 313000/313000
421.46/210.85	c cleaning 16045 clauses out of 36671 with flag 330003/330003
447.80/224.18	c cleaning 16027 clauses out of 37620 with flag 347000/347000
477.90/239.25	c cleaning 16110 clauses out of 38593 with flag 364001/364001
500.57/250.69	c cleaning 16157 clauses out of 39491 with flag 381009/381009
517.68/259.20	c cleaning 16014 clauses out of 40325 with flag 398001/398001
535.66/268.40	c cleaning 16093 clauses out of 41309 with flag 415001/415001
555.47/278.37	c cleaning 15980 clauses out of 42215 with flag 432002/432002
575.52/288.40	c cleaning 16031 clauses out of 43233 with flag 449000/449000
594.15/297.86	c cleaning 16125 clauses out of 44201 with flag 466000/466000
621.68/311.75	c cleaning 15903 clauses out of 45077 with flag 483001/483001
639.51/320.70	c cleaning 16011 clauses out of 46173 with flag 500000/500000
658.10/330.12	c cleaning 16161 clauses out of 47162 with flag 517000/517000
675.51/338.94	c cleaning 16276 clauses out of 48000 with flag 534000/534000
697.17/349.91	c cleaning 15653 clauses out of 48725 with flag 551001/551001
716.97/359.99	c cleaning 16688 clauses out of 50070 with flag 568000/568000
735.57/369.36	c cleaning 16044 clauses out of 50384 with flag 585003/585003
772.25/387.73	c cleaning 15913 clauses out of 51340 with flag 602003/602003
798.30/400.94	c cleaning 16300 clauses out of 52424 with flag 619000/619000
826.25/415.00	c cleaning 16128 clauses out of 53125 with flag 636001/636001
877.75/440.83	c cleaning 16275 clauses out of 53996 with flag 653000/653000
896.65/450.44	c cleaning 16311 clauses out of 54721 with flag 670000/670000
914.82/459.75	c cleaning 16335 clauses out of 55411 with flag 687002/687002
934.94/469.96	c cleaning 16264 clauses out of 56075 with flag 704002/704002
964.28/484.76	c cleaning 16110 clauses out of 56809 with flag 721000/721000
1002.51/503.92	c cleaning 16593 clauses out of 57700 with flag 738001/738001
1043.52/524.67	c cleaning 16400 clauses out of 58106 with flag 755001/755001
1081.91/543.91	c cleaning 16285 clauses out of 58705 with flag 772000/772000
1159.08/582.51	c cleaning 16320 clauses out of 59422 with flag 789002/789002
1201.46/603.90	c cleaning 16406 clauses out of 60101 with flag 806001/806001
1224.80/615.75	c cleaning 16524 clauses out of 60689 with flag 823000/823000
1245.71/626.34	c cleaning 16000 clauses out of 61165 with flag 840000/840000
1278.05/642.60	c cleaning 16058 clauses out of 62165 with flag 857000/857000
1306.07/656.74	c cleaning 16324 clauses out of 63108 with flag 874001/874001
1335.64/671.77	c cleaning 15923 clauses out of 63784 with flag 891001/891001
1377.00/692.50	c cleaning 16683 clauses out of 64860 with flag 908001/908001
1446.18/727.28	c cleaning 16831 clauses out of 65176 with flag 925000/925000
1472.50/740.57	c cleaning 16474 clauses out of 65345 with flag 942000/942000
1506.73/757.85	c cleaning 16710 clauses out of 65871 with flag 959000/959000
1531.83/770.55	c cleaning 16461 clauses out of 66165 with flag 976004/976004
1568.26/788.84	c cleaning 16804 clauses out of 66700 with flag 993000/993000
1594.99/802.36	c cleaning 16703 clauses out of 66897 with flag 1010001/1010001
1616.55/813.37	c cleaning 16403 clauses out of 67196 with flag 1027003/1027003
1641.48/825.94	c cleaning 16477 clauses out of 67790 with flag 1044000/1044000
1679.22/844.97	c cleaning 16264 clauses out of 68313 with flag 1061000/1061000
1718.21/864.51	c cleaning 16540 clauses out of 69053 with flag 1078004/1078004
1747.93/879.67	c cleaning 16554 clauses out of 69510 with flag 1095001/1095001
1778.08/894.83	c cleaning 16498 clauses out of 69957 with flag 1112002/1112002
1800.21/906.01	c starts		: 171
1800.21/906.01	c conflicts		: 1124326
1800.21/906.01	c decisions		: 21853080
1800.21/906.01	c propagations		: 891662159
1800.21/906.01	c inspects		: 1596381790
1800.21/906.01	c shortcuts		: 0
1800.21/906.01	c learnt literals	: 93
1800.21/906.01	c learnt binary clauses	: 45190
1800.21/906.01	c learnt ternary clauses	: 56121
1800.21/906.01	c learnt constraints	: 1124233
1800.21/906.01	c ignored constraints	: 0
1800.21/906.01	c root simplifications	: 0
1800.21/906.01	c removed literals (reason simplification)	: 16000231
1800.21/906.01	c reason swapping (by a shorter reason)	: 0
1800.21/906.01	c Calls to reduceDB	: 70
1800.21/906.01	c number of reductions to clauses (during analyze)	: 0
1800.21/906.01	c number of learned constraints concerned by reduction	: 0
1800.21/906.01	c number of learning phase by resolution	: 0
1800.21/906.01	c number of learning phase by cutting planes	: 0
1800.21/906.01	c speed (assignments/second)	: 984839.2922821019
1800.21/906.01	c non guided choices	8510
1800.21/906.04	c learnt constraints type 
1800.21/906.04	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 45190
1800.21/906.04	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 20624
1800.21/906.04	c constraints type 
1800.21/906.04	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 14886
1800.21/906.04	c org.sat4j.minisat.constraints.card.MinWatchCard => 139
1800.21/906.04	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1794
1800.21/906.04	c constraints type 
1800.21/906.04	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1794
1800.21/906.04	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 14886
1800.21/906.04	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 139
1800.21/906.04	s UNKNOWN
1800.21/906.04	c Total wall clock time (in seconds): 905.907

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-3742331-1338766054/watcher-3742331-1338766054 -o /tmp/evaluation-result-3742331-1338766054/solver-3742331-1338766054 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3742331-1338766054.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.95 3.95 3.89 4/197 16000
/proc/meminfo: memFree=27361436/32873844 swapFree=7116/7116
[pid=16000] ppid=15998 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/16000/stat : 16000 (java) D 15998 16000 13088 0 -1 4202496 248 0 0 0 0 0 0 0 20 0 1 0 342730308 9515008 183 33554432000 1073741824 1073778376 140733743579360 140733743570392 240565173941 0 0 4096 0 18446744072100609316 0 0 17 0 0 0 0 0 0
/proc/16000/statm: 2323 183 140 9 0 71 0

[startup+0.087522 s]
/proc/loadavg: 3.95 3.95 3.89 4/197 16000
/proc/meminfo: memFree=27361436/32873844 swapFree=7116/7116
[pid=16000] ppid=15998 vsize=11586392 CPUtime=0.05 cores=0,2,4,6
/proc/16000/stat : 16000 (java) S 15998 16000 13088 0 -1 4202496 3911 0 1 0 4 1 0 0 20 0 18 0 342730308 11864465408 12785 33554432000 1073741824 1073778376 140735263128080 140735263119216 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16000/statm: 2896598 12785 1764 9 0 2887285 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 11586392

[startup+0.100259 s]
/proc/loadavg: 3.95 3.95 3.89 4/197 16000
/proc/meminfo: memFree=27361436/32873844 swapFree=7116/7116
[pid=16000] ppid=15998 vsize=11586392 CPUtime=0.07 cores=0,2,4,6
/proc/16000/stat : 16000 (java) S 15998 16000 13088 0 -1 4202496 3961 0 1 0 6 1 0 0 20 0 18 0 342730308 11864465408 12835 33554432000 1073741824 1073778376 140735263128080 140735263119216 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16000/statm: 2896598 12835 1779 9 0 2887285 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 11586392

[startup+0.300229 s]
/proc/loadavg: 3.95 3.95 3.89 4/197 16000
/proc/meminfo: memFree=27361436/32873844 swapFree=7116/7116
[pid=16000] ppid=15998 vsize=11586392 CPUtime=0.51 cores=0,2,4,6
/proc/16000/stat : 16000 (java) S 15998 16000 13088 0 -1 4202496 7920 0 1 0 49 2 0 0 20 0 18 0 342730308 11864465408 17774 33554432000 1073741824 1073778376 140735263128080 140735263119216 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16000/statm: 2896598 17774 2222 9 0 2887285 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 11586392

[startup+0.700172 s]
/proc/loadavg: 3.95 3.95 3.89 4/197 16000
/proc/meminfo: memFree=27361436/32873844 swapFree=7116/7116
[pid=16000] ppid=15998 vsize=11852648 CPUtime=1.47 cores=0,2,4,6
/proc/16000/stat : 16000 (java) S 15998 16000 13088 0 -1 4202496 10211 0 1 0 143 4 0 0 20 0 22 0 342730308 12137111552 43354 33554432000 1073741824 1073778376 140735263128080 140735263119216 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16000/statm: 2963162 43354 2257 9 0 2953849 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 11852648

[startup+1.50072 s]
/proc/loadavg: 3.95 3.95 3.89 7/219 16022
/proc/meminfo: memFree=27179900/32873844 swapFree=7116/7116
[pid=16000] ppid=15998 vsize=11852648 CPUtime=4.1 cores=0,2,4,6
/proc/16000/stat : 16000 (java) S 15998 16000 13088 0 -1 4202496 20114 0 1 0 402 8 0 0 20 0 22 0 342730308 12137111552 76828 33554432000 1073741824 1073778376 140735263128080 140735263119216 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16000/statm: 2963162 76828 2266 9 0 2953849 0
[pid=16000/tid=16002] ppid=15998 vsize=11852648 CPUtime=0.59 cores=0,2,4,6
/proc/16000/task/16002/stat : 16002 (java) S 15998 16000 13088 0 -1 4202560 2919 0 1 0 55 4 0 0 20 0 22 0 342730309 12137111552 76828 33554432000 1073741824 1073778376 140735263128080 140140325405848 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16000/tid=16003] ppid=15998 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/16000/task/16003/stat : 16003 (java) S 15998 16000 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342730312 12137111552 76828 33554432000 1073741824 1073778376 140735263128080 140140293815336 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16000/tid=16004] ppid=15998 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/16000/task/16004/stat : 16004 (java) S 15998 16000 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342730312 12137111552 76828 33554432000 1073741824 1073778376 140735263128080 140140292762536 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16000/tid=16005] ppid=15998 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/16000/task/16005/stat : 16005 (java) S 15998 16000 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342730312 12137111552 76828 33554432000 1073741824 1073778376 140735263128080 140140291709736 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16000/tid=16006] ppid=15998 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/16000/task/16006/stat : 16006 (java) S 15998 16000 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342730312 12137111552 76828 33554432000 1073741824 1073778376 140735263128080 140140290656936 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16000/tid=16007] ppid=15998 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/16000/task/16007/stat : 16007 (java) S 15998 16000 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342730312 12137111552 76828 33554432000 1073741824 1073778376 140735263128080 140140289604136 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16000/tid=16008] ppid=15998 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/16000/task/16008/stat : 16008 (java) S 15998 16000 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342730312 12137111552 76828 33554432000 1073741824 1073778376 140735263128080 140140288551336 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16000/tid=16009] ppid=15998 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/16000/task/16009/stat : 16009 (java) S 15998 16000 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342730312 12137111552 76828 33554432000 1073741824 1073778376 140735263128080 140140155472168 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16000/tid=16010] ppid=15998 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/16000/task/16010/stat : 16010 (java) S 15998 16000 13088 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 342730312 12137111552 76828 33554432000 1073741824 1073778376 140735263128080 140140154419368 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16000/tid=16011] ppid=15998 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/16000/task/16011/stat : 16011 (java) S 15998 16000 13088 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 342730313 12137111552 76828 33554432000 1073741824 1073778376 140735263128080 140139671444456 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16000/tid=16012] ppid=15998 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/16000/task/16012/stat : 16012 (java) S 15998 16000 13088 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 342730313 12137111552 76828 33554432000 1073741824 1073778376 140735263128080 140139670390520 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16000/tid=16013] ppid=15998 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/16000/task/16013/stat : 16013 (java) S 15998 16000 13088 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342730313 12137111552 76828 33554432000 1073741824 1073778376 140735263128080 140139669337608 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16000/tid=16014] ppid=15998 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/16000/task/16014/stat : 16014 (java) S 15998 16000 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342730316 12137111552 76828 33554432000 1073741824 1073778376 140735263128080 140139668286096 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16000/tid=16015] ppid=15998 vsize=11852648 CPUtime=0.81 cores=0,2,4,6
/proc/16000/task/16015/stat : 16015 (java) S 15998 16000 13088 0 -1 4202560 5342 0 0 0 80 1 0 0 20 0 22 0 342730316 12137111552 76828 33554432000 1073741824 1073778376 140735263128080 140139667233208 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16000/tid=16016] ppid=15998 vsize=11852648 CPUtime=0.94 cores=0,2,4,6
/proc/16000/task/16016/stat : 16016 (java) S 15998 16000 13088 0 -1 4202560 10496 0 0 0 92 2 0 0 20 0 22 0 342730316 12137111552 76828 33554432000 1073741824 1073778376 140735263128080 140139666180408 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16000/tid=16017] ppid=15998 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/16000/task/16017/stat : 16017 (java) S 15998 16000 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342730316 12137111552 76828 33554432000 1073741824 1073778376 140735263128080 140139665127800 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16000/tid=16018] ppid=15998 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/16000/task/16018/stat : 16018 (java) S 15998 16000 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342730316 12137111552 76828 33554432000 1073741824 1073778376 140735263128080 140139664075208 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16000/tid=16019] ppid=15998 vsize=11852648 CPUtime=0.84 cores=0,2,4,6
/proc/16000/task/16019/stat : 16019 (java) R 15998 16000 13088 0 -1 4202560 31 0 0 0 84 0 0 0 20 0 22 0 342730371 12137111552 76828 33554432000 1073741824 1073778376 140735263128080 140139663021256 140140169689808 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=16000/tid=16020] ppid=15998 vsize=11852648 CPUtime=0.85 cores=0,2,4,6
/proc/16000/task/16020/stat : 16020 (java) R 15998 16000 13088 0 -1 4202560 125 0 0 0 83 2 0 0 20 0 22 0 342730371 12137111552 76828 33554432000 1073741824 1073778376 140735263128080 140139661968440 140140170262372 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=16000/tid=16021] ppid=15998 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/16000/task/16021/stat : 16021 (java) S 15998 16000 13088 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342730373 12137111552 76828 33554432000 1073741824 1073778376 140735263128080 140139660916136 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16000/tid=16022] ppid=15998 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/16000/task/16022/stat : 16022 (java) S 15998 16000 13088 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342730373 12137111552 76828 33554432000 1073741824 1073778376 140735263128080 140139659863336 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.1
Current children cumulated vsize (KiB) 11852648

[startup+3.10072 s]
/proc/loadavg: 3.95 3.95 3.89 5/219 16022
/proc/meminfo: memFree=26849748/32873844 swapFree=7116/7116
[pid=16000] ppid=15998 vsize=11852648 CPUtime=7.5 cores=0,2,4,6
/proc/16000/stat : 16000 (java) S 15998 16000 13088 0 -1 4202496 21814 0 1 0 732 18 0 0 20 0 22 0 342730308 12137111552 207951 33554432000 1073741824 1073778376 140735263128080 140735263119216 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16000/statm: 2963162 207951 2266 9 0 2953849 0
[pid=16000/tid=16002] ppid=15998 vsize=11852648 CPUtime=0.59 cores=0,2,4,6
/proc/16000/task/16002/stat : 16002 (java) S 15998 16000 13088 0 -1 4202560 2919 0 1 0 55 4 0 0 20 0 22 0 342730309 12137111552 207951 33554432000 1073741824 1073778376 140735263128080 140140325405848 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16000/tid=16003] ppid=15998 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/16000/task/16003/stat : 16003 (java) S 15998 16000 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342730312 12137111552 207951 33554432000 1073741824 1073778376 140735263128080 140140293815336 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16000/tid=16004] ppid=15998 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/16000/task/16004/stat : 16004 (java) S 15998 16000 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342730312 12137111552 207951 33554432000 1073741824 1073778376 140735263128080 140140292762536 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16000/tid=16005] ppid=15998 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/16000/task/16005/stat : 16005 (java) S 15998 16000 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342730312 12137111552 207951 33554432000 1073741824 1073778376 140735263128080 140140291709736 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16000/tid=16006] ppid=15998 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/16000/task/16006/stat : 16006 (java) S 15998 16000 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342730312 12137111552 207951 33554432000 1073741824 1073778376 140735263128080 140140290656936 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16000/tid=16007] ppid=15998 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/16000/task/16007/stat : 16007 (java) S 15998 16000 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342730312 12137111552 207951 33554432000 1073741824 1073778376 140735263128080 140140289604136 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16000/tid=16008] ppid=15998 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/16000/task/16008/stat : 16008 (java) S 15998 16000 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342730312 12137111552 207951 33554432000 1073741824 1073778376 140735263128080 140140288551336 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16000/tid=16009] ppid=15998 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/16000/task/16009/stat : 16009 (java) S 15998 16000 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342730312 12137111552 207951 33554432000 1073741824 1073778376 140735263128080 140140155472168 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16000/tid=16010] ppid=15998 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/16000/task/16010/stat : 16010 (java) S 15998 16000 13088 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 342730312 12137111552 207951 33554432000 1073741824 1073778376 140735263128080 140140154419368 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16000/tid=16011] ppid=15998 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/16000/task/16011/stat : 16011 (java) S 15998 16000 13088 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 342730313 12137111552 207951 33554432000 1073741824 1073778376 140735263128080 140139671444456 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16000/tid=16012] ppid=15998 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/16000/task/16012/stat : 16012 (java) S 15998 16000 13088 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 342730313 12137111552 207951 33554432000 1073741824 1073778376 140735263128080 140139670390520 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16000/tid=16013] ppid=15998 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/16000/task/16013/stat : 16013 (java) S 15998 16000 13088 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342730313 12137111552 207951 33554432000 1073741824 1073778376 140735263128080 140139669337608 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16000/tid=16014] ppid=15998 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/16000/task/16014/stat : 16014 (java) S 15998 16000 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342730316 12137111552 207951 33554432000 1073741824 1073778376 140735263128080 140139668286096 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16000/tid=16015] ppid=15998 vsize=11852648 CPUtime=0.94 cores=0,2,4,6
/proc/16000/task/16015/stat : 16015 (java) S 15998 16000 13088 0 -1 4202560 6771 0 0 0 92 2 0 0 20 0 22 0 342730316 12137111552 207951 33554432000 1073741824 1073778376 140735263128080 140139667233208 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16000/tid=16016] ppid=15998 vsize=11852648 CPUtime=1.02 cores=0,2,4,6
/proc/16000/task/16016/stat : 16016 (java) S 15998 16000 13088 0 -1 4202560 10508 0 0 0 100 2 0 0 20 0 22 0 342730316 12137111552 207951 33554432000 1073741824 1073778376 140735263128080 140139666180408 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16000/tid=16017] ppid=15998 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/16000/task/16017/stat : 16017 (java) S 15998 16000 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342730316 12137111552 207951 33554432000 1073741824 1073778376 140735263128080 140139665127800 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16000/tid=16018] ppid=15998 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/16000/task/16018/stat : 16018 (java) S 15998 16000 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342730316 12137111552 207951 33554432000 1073741824 1073778376 140735263128080 140139664075208 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16000/tid=16019] ppid=15998 vsize=11852648 CPUtime=2.42 cores=0,2,4,6
/proc/16000/task/16019/stat : 16019 (java) R 15998 16000 13088 0 -1 4202560 33 0 0 0 242 0 0 0 20 0 22 0 342730371 12137111552 207951 33554432000 1073741824 1073778376 140735263128080 140139663021208 140140170010837 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=16000/tid=16020] ppid=15998 vsize=11852648 CPUtime=2.45 cores=0,2,4,6
/proc/16000/task/16020/stat : 16020 (java) R 15998 16000 13088 0 -1 4202560 381 0 0 0 234 11 0 0 20 0 22 0 342730371 12137111552 207951 33554432000 1073741824 1073778376 140735263128080 140139661965904 140140170263100 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=16000/tid=16021] ppid=15998 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/16000/task/16021/stat : 16021 (java) S 15998 16000 13088 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342730373 12137111552 207951 33554432000 1073741824 1073778376 140735263128080 140139660916136 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16000/tid=16022] ppid=15998 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/16000/task/16022/stat : 16022 (java) S 15998 16000 13088 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342730373 12137111552 207951 33554432000 1073741824 1073778376 140735263128080 140139659863336 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.5
Current children cumulated vsize (KiB) 11852648

[startup+6.30072 s]
/proc/loadavg: 3.95 3.95 3.89 5/219 16022
/proc/meminfo: memFree=26391996/32873844 swapFree=7116/7116
[pid=16000] ppid=15998 vsize=11852648 CPUtime=13.93 cores=0,2,4,6
/proc/16000/stat : 16000 (java) S 15998 16000 13088 0 -1 4202496 21985 0 1 0 1370 23 0 0 20 0 22 0 342730308 12137111552 253307 33554432000 1073741824 1073778376 140735263128080 140735263119216 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16000/statm: 2963162 253307 2290 9 0 2953849 0
[pid=16000/tid=16002] ppid=15998 vsize=11852648 CPUtime=0.59 cores=0,2,4,6
/proc/16000/task/16002/stat : 16002 (java) S 15998 16000 13088 0 -1 4202560 2919 0 1 0 55 4 0 0 20 0 22 0 342730309 12137111552 253307 33554432000 1073741824 1073778376 140735263128080 140140325405848 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16000/tid=16003] ppid=15998 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/16000/task/16003/stat : 16003 (java) S 15998 16000 13088 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 22 0 342730312 12137111552 253307 33554432000 1073741824 1073778376 140735263128080 140140293815336 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16000/tid=16004] ppid=15998 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/16000/task/16004/stat : 16004 (java) S 15998 16000 13088 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 342730312 12137111552 253307 33554432000 1073741824 1073778376 140735263128080 140140292762536 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16000/tid=16005] ppid=15998 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/16000/task/16005/stat : 16005 (java) S 15998 16000 13088 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 342730312 12137111552 253307 33554432000 1073741824 1073778376 140735263128080 140140291709736 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16000/tid=16006] ppid=15998 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/16000/task/16006/stat : 16006 (java) S 15998 16000 13088 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 342730312 12137111552 253307 33554432000 1073741824 1073778376 140735263128080 140140290656936 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16000/tid=16007] ppid=15998 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/16000/task/16007/stat : 16007 (java) S 15998 16000 13088 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 342730312 12137111552 253307 33554432000 1073741824 1073778376 140735263128080 140140289604136 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16000/tid=16008] ppid=15998 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/16000/task/16008/stat : 16008 (java) S 15998 16000 13088 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 342730312 12137111552 253307 33554432000 1073741824 1073778376 140735263128080 140140288551336 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16000/tid=16009] ppid=15998 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/16000/task/16009/stat : 16009 (java) S 15998 16000 13088 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 342730312 12137111552 253307 33554432000 1073741824 1073778376 140735263128080 140140155472168 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16000/tid=16010] ppid=15998 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/16000/task/16010/stat : 16010 (java) S 15998 16000 13088 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 342730312 12137111552 253307 33554432000 1073741824 1073778376 140735263128080 140140154419368 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16000/tid=16011] ppid=15998 vsize=11852648 CPUtime=0.08 cores=0,2,4,6
/proc/16000/task/16011/stat : 16011 (java) S 15998 16000 13088 0 -1 4202560 38 0 0 0 8 0 0 0 20 0 22 0 342730313 12137111552 253307 33554432000 1073741824 1073778376 140735263128080 140139671444456 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16000/tid=16012] ppid=15998 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/16000/task/16012/stat : 16012 (java) S 15998 16000 13088 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342730313 12137111552 253307 33554432000 1073741824 1073778376 140735263128080 140139670390520 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16000/tid=16013] ppid=15998 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/16000/task/16013/stat : 16013 (java) S 15998 16000 13088 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342730313 12137111552 253307 33554432000 1073741824 1073778376 140735263128080 140139669337608 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16000/tid=16014] ppid=15998 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/16000/task/16014/stat : 16014 (java) S 15998 16000 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342730316 12137111552 253307 33554432000 1073741824 1073778376 140735263128080 140139668286096 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16000/tid=16015] ppid=15998 vsize=11852648 CPUtime=0.97 cores=0,2,4,6
/proc/16000/task/16015/stat : 16015 (java) S 15998 16000 13088 0 -1 4202560 6775 0 0 0 95 2 0 0 20 0 22 0 342730316 12137111552 253307 33554432000 1073741824 1073778376 140735263128080 140139667233208 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0

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

/proc/16000/statm: 2963162 966911 2291 9 0 2953849 0
[pid=16000/tid=16002] ppid=15998 vsize=11852648 CPUtime=0.62 cores=0,2,4,6
/proc/16000/task/16002/stat : 16002 (java) S 15998 16000 13088 0 -1 4202560 2948 0 1 0 57 5 0 0 20 0 22 0 342730309 12137111552 966911 33554432000 1073741824 1073778376 140735263128080 140140325405848 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16000/tid=16003] ppid=15998 vsize=11852648 CPUtime=1.09 cores=0,2,4,6
/proc/16000/task/16003/stat : 16003 (java) S 15998 16000 13088 0 -1 4202560 146 0 0 0 101 8 0 0 20 0 22 0 342730312 12137111552 966911 33554432000 1073741824 1073778376 140735263128080 140140293815336 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16000/tid=16004] ppid=15998 vsize=11852648 CPUtime=1.07 cores=0,2,4,6
/proc/16000/task/16004/stat : 16004 (java) S 15998 16000 13088 0 -1 4202560 116 0 0 0 101 6 0 0 20 0 22 0 342730312 12137111552 966911 33554432000 1073741824 1073778376 140735263128080 140140292762536 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16000/tid=16005] ppid=15998 vsize=11852648 CPUtime=1.17 cores=0,2,4,6
/proc/16000/task/16005/stat : 16005 (java) S 15998 16000 13088 0 -1 4202560 143 0 0 0 109 8 0 0 20 0 22 0 342730312 12137111552 966911 33554432000 1073741824 1073778376 140735263128080 140140291709736 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16000/tid=16006] ppid=15998 vsize=11852648 CPUtime=1.12 cores=0,2,4,6
/proc/16000/task/16006/stat : 16006 (java) S 15998 16000 13088 0 -1 4202560 132 0 0 0 105 7 0 0 20 0 22 0 342730312 12137111552 966911 33554432000 1073741824 1073778376 140735263128080 140140290656936 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16000/tid=16007] ppid=15998 vsize=11852648 CPUtime=1.28 cores=0,2,4,6
/proc/16000/task/16007/stat : 16007 (java) S 15998 16000 13088 0 -1 4202560 152 0 0 0 120 8 0 0 20 0 22 0 342730312 12137111552 966911 33554432000 1073741824 1073778376 140735263128080 140140289604136 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16000/tid=16008] ppid=15998 vsize=11852648 CPUtime=1.15 cores=0,2,4,6
/proc/16000/task/16008/stat : 16008 (java) S 15998 16000 13088 0 -1 4202560 127 0 0 0 107 8 0 0 20 0 22 0 342730312 12137111552 966911 33554432000 1073741824 1073778376 140735263128080 140140288551336 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16000/tid=16009] ppid=15998 vsize=11852648 CPUtime=1.23 cores=0,2,4,6
/proc/16000/task/16009/stat : 16009 (java) S 15998 16000 13088 0 -1 4202560 153 0 0 0 115 8 0 0 20 0 22 0 342730312 12137111552 966911 33554432000 1073741824 1073778376 140735263128080 140140155472168 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16000/tid=16010] ppid=15998 vsize=11852648 CPUtime=1.12 cores=0,2,4,6
/proc/16000/task/16010/stat : 16010 (java) S 15998 16000 13088 0 -1 4202560 133 0 0 0 105 7 0 0 20 0 22 0 342730312 12137111552 966911 33554432000 1073741824 1073778376 140735263128080 140140154419368 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16000/tid=16011] ppid=15998 vsize=11852648 CPUtime=16.03 cores=0,2,4,6
/proc/16000/task/16011/stat : 16011 (java) S 15998 16000 13088 0 -1 4202560 163 0 0 0 1595 8 0 0 20 0 22 0 342730313 12137111552 966911 33554432000 1073741824 1073778376 140735263128080 140139671444456 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16000/tid=16012] ppid=15998 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/16000/task/16012/stat : 16012 (java) S 15998 16000 13088 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342730313 12137111552 966911 33554432000 1073741824 1073778376 140735263128080 140139670390520 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16000/tid=16013] ppid=15998 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/16000/task/16013/stat : 16013 (java) S 15998 16000 13088 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342730313 12137111552 966911 33554432000 1073741824 1073778376 140735263128080 140139669337608 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16000/tid=16014] ppid=15998 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/16000/task/16014/stat : 16014 (java) S 15998 16000 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342730316 12137111552 966911 33554432000 1073741824 1073778376 140735263128080 140139668286096 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16000/tid=16015] ppid=15998 vsize=11852648 CPUtime=1.13 cores=0,2,4,6
/proc/16000/task/16015/stat : 16015 (java) S 15998 16000 13088 0 -1 4202560 6777 0 0 0 111 2 0 0 20 0 22 0 342730316 12137111552 966911 33554432000 1073741824 1073778376 140735263128080 140139667233208 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16000/tid=16016] ppid=15998 vsize=11852648 CPUtime=1.41 cores=0,2,4,6
/proc/16000/task/16016/stat : 16016 (java) S 15998 16000 13088 0 -1 4202560 10531 0 0 0 139 2 0 0 20 0 22 0 342730316 12137111552 966911 33554432000 1073741824 1073778376 140735263128080 140139666180408 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16000/tid=16017] ppid=15998 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/16000/task/16017/stat : 16017 (java) S 15998 16000 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342730316 12137111552 966911 33554432000 1073741824 1073778376 140735263128080 140139665127800 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16000/tid=16018] ppid=15998 vsize=11852648 CPUtime=0.29 cores=0,2,4,6
/proc/16000/task/16018/stat : 16018 (java) S 15998 16000 13088 0 -1 4202560 47 0 0 0 16 13 0 0 20 0 22 0 342730316 12137111552 966911 33554432000 1073741824 1073778376 140735263128080 140139664075208 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16000/tid=16019] ppid=15998 vsize=11852648 CPUtime=800.7 cores=0,2,4,6
/proc/16000/task/16019/stat : 16019 (java) R 15998 16000 13088 0 -1 4202560 94 0 0 0 80057 13 0 0 20 0 22 0 342730371 12137111552 966911 33554432000 1073741824 1073778376 140735263128080 140139663021008 140140170020464 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=16000/tid=16020] ppid=15998 vsize=11852648 CPUtime=800.65 cores=0,2,4,6
/proc/16000/task/16020/stat : 16020 (java) R 15998 16000 13088 0 -1 4202560 1671 0 0 0 79997 68 0 0 20 0 22 0 342730371 12137111552 966911 33554432000 1073741824 1073778376 140735263128080 140139661965888 140140169810504 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=16000/tid=16021] ppid=15998 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/16000/task/16021/stat : 16021 (java) S 15998 16000 13088 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342730373 12137111552 966911 33554432000 1073741824 1073778376 140735263128080 140139660916136 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16000/tid=16022] ppid=15998 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/16000/task/16022/stat : 16022 (java) S 15998 16000 13088 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342730373 12137111552 966911 33554432000 1073741824 1073778376 140735263128080 140139659863336 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1634.24
Current children cumulated vsize (KiB) 11852648

[startup+882.301 s]
/proc/loadavg: 4.33 4.11 3.97 5/219 16094
/proc/meminfo: memFree=23437360/32873844 swapFree=7116/7116
[pid=16000] ppid=15998 vsize=11852648 CPUtime=1753.01 cores=0,2,4,6
/proc/16000/stat : 16000 (java) S 15998 16000 13088 0 -1 4202496 24561 0 1 0 175151 150 0 0 20 0 22 0 342730308 12137111552 966932 33554432000 1073741824 1073778376 140735263128080 140735263119216 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16000/statm: 2963162 966932 2291 9 0 2953849 0
[pid=16000/tid=16002] ppid=15998 vsize=11852648 CPUtime=0.62 cores=0,2,4,6
/proc/16000/task/16002/stat : 16002 (java) S 15998 16000 13088 0 -1 4202560 2950 0 1 0 57 5 0 0 20 0 22 0 342730309 12137111552 966932 33554432000 1073741824 1073778376 140735263128080 140140325405848 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16000/tid=16003] ppid=15998 vsize=11852648 CPUtime=1.2 cores=0,2,4,6
/proc/16000/task/16003/stat : 16003 (java) S 15998 16000 13088 0 -1 4202560 150 0 0 0 112 8 0 0 20 0 22 0 342730312 12137111552 966932 33554432000 1073741824 1073778376 140735263128080 140140293815336 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16000/tid=16004] ppid=15998 vsize=11852648 CPUtime=1.15 cores=0,2,4,6
/proc/16000/task/16004/stat : 16004 (java) S 15998 16000 13088 0 -1 4202560 116 0 0 0 108 7 0 0 20 0 22 0 342730312 12137111552 966932 33554432000 1073741824 1073778376 140735263128080 140140292762536 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16000/tid=16005] ppid=15998 vsize=11852648 CPUtime=1.28 cores=0,2,4,6
/proc/16000/task/16005/stat : 16005 (java) S 15998 16000 13088 0 -1 4202560 143 0 0 0 120 8 0 0 20 0 22 0 342730312 12137111552 966932 33554432000 1073741824 1073778376 140735263128080 140140291709736 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16000/tid=16006] ppid=15998 vsize=11852648 CPUtime=1.23 cores=0,2,4,6
/proc/16000/task/16006/stat : 16006 (java) S 15998 16000 13088 0 -1 4202560 134 0 0 0 116 7 0 0 20 0 22 0 342730312 12137111552 966932 33554432000 1073741824 1073778376 140735263128080 140140290656936 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16000/tid=16007] ppid=15998 vsize=11852648 CPUtime=1.36 cores=0,2,4,6
/proc/16000/task/16007/stat : 16007 (java) S 15998 16000 13088 0 -1 4202560 156 0 0 0 128 8 0 0 20 0 22 0 342730312 12137111552 966932 33554432000 1073741824 1073778376 140735263128080 140140289604136 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16000/tid=16008] ppid=15998 vsize=11852648 CPUtime=1.28 cores=0,2,4,6
/proc/16000/task/16008/stat : 16008 (java) S 15998 16000 13088 0 -1 4202560 129 0 0 0 120 8 0 0 20 0 22 0 342730312 12137111552 966932 33554432000 1073741824 1073778376 140735263128080 140140288551336 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16000/tid=16009] ppid=15998 vsize=11852648 CPUtime=1.36 cores=0,2,4,6
/proc/16000/task/16009/stat : 16009 (java) S 15998 16000 13088 0 -1 4202560 162 0 0 0 128 8 0 0 20 0 22 0 342730312 12137111552 966932 33554432000 1073741824 1073778376 140735263128080 140140155472168 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16000/tid=16010] ppid=15998 vsize=11852648 CPUtime=1.24 cores=0,2,4,6
/proc/16000/task/16010/stat : 16010 (java) S 15998 16000 13088 0 -1 4202560 133 0 0 0 116 8 0 0 20 0 22 0 342730312 12137111552 966932 33554432000 1073741824 1073778376 140735263128080 140140154419368 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16000/tid=16011] ppid=15998 vsize=11852648 CPUtime=17.67 cores=0,2,4,6
/proc/16000/task/16011/stat : 16011 (java) S 15998 16000 13088 0 -1 4202560 167 0 0 0 1757 10 0 0 20 0 22 0 342730313 12137111552 966932 33554432000 1073741824 1073778376 140735263128080 140139671444456 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16000/tid=16012] ppid=15998 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/16000/task/16012/stat : 16012 (java) S 15998 16000 13088 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342730313 12137111552 966932 33554432000 1073741824 1073778376 140735263128080 140139670390520 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16000/tid=16013] ppid=15998 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/16000/task/16013/stat : 16013 (java) S 15998 16000 13088 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342730313 12137111552 966932 33554432000 1073741824 1073778376 140735263128080 140139669337608 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16000/tid=16014] ppid=15998 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/16000/task/16014/stat : 16014 (java) S 15998 16000 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342730316 12137111552 966932 33554432000 1073741824 1073778376 140735263128080 140139668286096 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16000/tid=16015] ppid=15998 vsize=11852648 CPUtime=1.13 cores=0,2,4,6
/proc/16000/task/16015/stat : 16015 (java) S 15998 16000 13088 0 -1 4202560 6777 0 0 0 111 2 0 0 20 0 22 0 342730316 12137111552 966932 33554432000 1073741824 1073778376 140735263128080 140139667233208 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16000/tid=16016] ppid=15998 vsize=11852648 CPUtime=1.41 cores=0,2,4,6
/proc/16000/task/16016/stat : 16016 (java) S 15998 16000 13088 0 -1 4202560 10531 0 0 0 139 2 0 0 20 0 22 0 342730316 12137111552 966932 33554432000 1073741824 1073778376 140735263128080 140139666180408 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16000/tid=16017] ppid=15998 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/16000/task/16017/stat : 16017 (java) S 15998 16000 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342730316 12137111552 966932 33554432000 1073741824 1073778376 140735263128080 140139665127800 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16000/tid=16018] ppid=15998 vsize=11852648 CPUtime=0.31 cores=0,2,4,6
/proc/16000/task/16018/stat : 16018 (java) S 15998 16000 13088 0 -1 4202560 51 0 0 0 17 14 0 0 20 0 22 0 342730316 12137111552 966932 33554432000 1073741824 1073778376 140735263128080 140139664075208 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16000/tid=16019] ppid=15998 vsize=11852648 CPUtime=858.67 cores=0,2,4,6
/proc/16000/task/16019/stat : 16019 (java) R 15998 16000 13088 0 -1 4202560 98 0 0 0 85853 14 0 0 20 0 22 0 342730371 12137111552 966932 33554432000 1073741824 1073778376 140735263128080 140139663021008 140140169958184 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=16000/tid=16020] ppid=15998 vsize=11852648 CPUtime=858.62 cores=0,2,4,6
/proc/16000/task/16020/stat : 16020 (java) R 15998 16000 13088 0 -1 4202560 1676 0 0 0 85793 69 0 0 20 0 22 0 342730371 12137111552 966932 33554432000 1073741824 1073778376 140735263128080 140139661965984 140140170143834 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=16000/tid=16021] ppid=15998 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/16000/task/16021/stat : 16021 (java) S 15998 16000 13088 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342730373 12137111552 966932 33554432000 1073741824 1073778376 140735263128080 140139660916136 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16000/tid=16022] ppid=15998 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/16000/task/16022/stat : 16022 (java) S 15998 16000 13088 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342730373 12137111552 966932 33554432000 1073741824 1073778376 140735263128080 140139659863336 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1753.01
Current children cumulated vsize (KiB) 11852648



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+906.001 s]
/proc/loadavg: 4.21 4.10 3.97 5/219 16094
/proc/meminfo: memFree=23437236/32873844 swapFree=7116/7116
[pid=16000] ppid=15998 vsize=11852648 CPUtime=1800.21 cores=0,2,4,6
/proc/16000/stat : 16000 (java) S 15998 16000 13088 0 -1 4202496 24580 0 1 0 179870 151 0 0 20 0 22 0 342730308 12137111552 966945 33554432000 1073741824 1073778376 140735263128080 140735263119216 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16000/statm: 2963162 966945 2291 9 0 2953849 0
[pid=16000/tid=16002] ppid=15998 vsize=11852648 CPUtime=0.62 cores=0,2,4,6
/proc/16000/task/16002/stat : 16002 (java) S 15998 16000 13088 0 -1 4202560 2952 0 1 0 57 5 0 0 20 0 22 0 342730309 12137111552 966945 33554432000 1073741824 1073778376 140735263128080 140140325405848 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16000/tid=16003] ppid=15998 vsize=11852648 CPUtime=1.25 cores=0,2,4,6
/proc/16000/task/16003/stat : 16003 (java) S 15998 16000 13088 0 -1 4202560 153 0 0 0 117 8 0 0 20 0 22 0 342730312 12137111552 966945 33554432000 1073741824 1073778376 140735263128080 140140293815336 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16000/tid=16004] ppid=15998 vsize=11852648 CPUtime=1.19 cores=0,2,4,6
/proc/16000/task/16004/stat : 16004 (java) S 15998 16000 13088 0 -1 4202560 116 0 0 0 112 7 0 0 20 0 22 0 342730312 12137111552 966945 33554432000 1073741824 1073778376 140735263128080 140140292762536 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16000/tid=16005] ppid=15998 vsize=11852648 CPUtime=1.32 cores=0,2,4,6
/proc/16000/task/16005/stat : 16005 (java) S 15998 16000 13088 0 -1 4202560 143 0 0 0 124 8 0 0 20 0 22 0 342730312 12137111552 966945 33554432000 1073741824 1073778376 140735263128080 140140291709736 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16000/tid=16006] ppid=15998 vsize=11852648 CPUtime=1.29 cores=0,2,4,6
/proc/16000/task/16006/stat : 16006 (java) S 15998 16000 13088 0 -1 4202560 140 0 0 0 122 7 0 0 20 0 22 0 342730312 12137111552 966945 33554432000 1073741824 1073778376 140735263128080 140140290656936 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16000/tid=16007] ppid=15998 vsize=11852648 CPUtime=1.39 cores=0,2,4,6
/proc/16000/task/16007/stat : 16007 (java) S 15998 16000 13088 0 -1 4202560 156 0 0 0 131 8 0 0 20 0 22 0 342730312 12137111552 966945 33554432000 1073741824 1073778376 140735263128080 140140289604136 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16000/tid=16008] ppid=15998 vsize=11852648 CPUtime=1.33 cores=0,2,4,6
/proc/16000/task/16008/stat : 16008 (java) S 15998 16000 13088 0 -1 4202560 131 0 0 0 125 8 0 0 20 0 22 0 342730312 12137111552 966945 33554432000 1073741824 1073778376 140735263128080 140140288551336 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16000/tid=16009] ppid=15998 vsize=11852648 CPUtime=1.39 cores=0,2,4,6
/proc/16000/task/16009/stat : 16009 (java) S 15998 16000 13088 0 -1 4202560 162 0 0 0 131 8 0 0 20 0 22 0 342730312 12137111552 966945 33554432000 1073741824 1073778376 140735263128080 140140155472168 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16000/tid=16010] ppid=15998 vsize=11852648 CPUtime=1.28 cores=0,2,4,6
/proc/16000/task/16010/stat : 16010 (java) S 15998 16000 13088 0 -1 4202560 135 0 0 0 120 8 0 0 20 0 22 0 342730312 12137111552 966945 33554432000 1073741824 1073778376 140735263128080 140140154419368 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16000/tid=16011] ppid=15998 vsize=11852648 CPUtime=18.02 cores=0,2,4,6
/proc/16000/task/16011/stat : 16011 (java) S 15998 16000 13088 0 -1 4202560 167 0 0 0 1792 10 0 0 20 0 22 0 342730313 12137111552 966945 33554432000 1073741824 1073778376 140735263128080 140139671444456 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16000/tid=16012] ppid=15998 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/16000/task/16012/stat : 16012 (java) S 15998 16000 13088 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342730313 12137111552 966945 33554432000 1073741824 1073778376 140735263128080 140139670390520 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16000/tid=16013] ppid=15998 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/16000/task/16013/stat : 16013 (java) S 15998 16000 13088 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342730313 12137111552 966945 33554432000 1073741824 1073778376 140735263128080 140139669337608 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16000/tid=16014] ppid=15998 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/16000/task/16014/stat : 16014 (java) S 15998 16000 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342730316 12137111552 966945 33554432000 1073741824 1073778376 140735263128080 140139668286096 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16000/tid=16015] ppid=15998 vsize=11852648 CPUtime=1.13 cores=0,2,4,6
/proc/16000/task/16015/stat : 16015 (java) S 15998 16000 13088 0 -1 4202560 6777 0 0 0 111 2 0 0 20 0 22 0 342730316 12137111552 966945 33554432000 1073741824 1073778376 140735263128080 140139667233208 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16000/tid=16016] ppid=15998 vsize=11852648 CPUtime=1.41 cores=0,2,4,6
/proc/16000/task/16016/stat : 16016 (java) S 15998 16000 13088 0 -1 4202560 10531 0 0 0 139 2 0 0 20 0 22 0 342730316 12137111552 966945 33554432000 1073741824 1073778376 140735263128080 140139666180408 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16000/tid=16017] ppid=15998 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/16000/task/16017/stat : 16017 (java) S 15998 16000 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342730316 12137111552 966945 33554432000 1073741824 1073778376 140735263128080 140139665127800 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16000/tid=16018] ppid=15998 vsize=11852648 CPUtime=0.32 cores=0,2,4,6
/proc/16000/task/16018/stat : 16018 (java) S 15998 16000 13088 0 -1 4202560 53 0 0 0 17 15 0 0 20 0 22 0 342730316 12137111552 966945 33554432000 1073741824 1073778376 140735263128080 140139664075208 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16000/tid=16019] ppid=15998 vsize=11852648 CPUtime=881.87 cores=0,2,4,6
/proc/16000/task/16019/stat : 16019 (java) R 15998 16000 13088 0 -1 4202560 99 0 0 0 88173 14 0 0 20 0 22 0 342730371 12137111552 966945 33554432000 1073741824 1073778376 140735263128080 140139663019024 140140169913365 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=16000/tid=16020] ppid=15998 vsize=11852648 CPUtime=881.81 cores=0,2,4,6
/proc/16000/task/16020/stat : 16020 (java) R 15998 16000 13088 0 -1 4202560 1677 0 0 0 88112 69 0 0 20 0 22 0 342730371 12137111552 966945 33554432000 1073741824 1073778376 140735263128080 140139661966816 140140170104497 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=16000/tid=16021] ppid=15998 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/16000/task/16021/stat : 16021 (java) S 15998 16000 13088 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342730373 12137111552 966945 33554432000 1073741824 1073778376 140735263128080 140139660916136 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16000/tid=16022] ppid=15998 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/16000/task/16022/stat : 16022 (java) S 15998 16000 13088 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342730373 12137111552 966945 33554432000 1073741824 1073778376 140735263128080 140139659863336 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.21
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 16000 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=90256
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=960701
# CPU time returned by wait4() is 1796.05
# while last known CPU time is 1800.21
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 906.062
CPU time (s): 1800.21
CPU user time (s): 1798.7
CPU system time (s): 1.51
CPU usage (%): 198.685
Max. virtual memory (cumulated for all children) (KiB): 11852648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.09
system time used= 1.9607
maximum resident set size= 3869956
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24617
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= 25891
involuntary context switches= 31559

runsolver used 3.35949 second user time and 8.29474 second system time

The end

Launcher Data

Begin job on node146 at 2012-06-04 01:27:34
IDJOB=3742331
IDBENCH=90159
IDSOLVER=2328
FILE ID=node146/3742331-1338766054
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_K139.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3742331-1338766054/watcher-3742331-1338766054 -o /tmp/evaluation-result-3742331-1338766054/solver-3742331-1338766054 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3742331-1338766054.opb

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

MD5SUM BENCH= 76516381ba4bc043f2da87444e256707
RANDOM SEED=1219050010

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:        27361056 kB
Buffers:          324916 kB
Cached:           611720 kB
SwapCached:         1792 kB
Active:          4186316 kB
Inactive:         500300 kB
Active(anon):    3750640 kB
Inactive(anon):     1664 kB
Active(file):     435676 kB
Inactive(file):   498636 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67099888 kB
Dirty:              1624 kB
Writeback:             0 kB
AnonPages:       3756084 kB
Mapped:            17140 kB
Shmem:                 0 kB
Slab:             678140 kB
SReclaimable:     117996 kB
SUnreclaim:       560144 kB
KernelStack:        1624 kB
PageTables:        11508 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:   10462568 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3715072 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:42:42