Trace number 3740839

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.16 921.867

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-146.opb
MD5SUM132271a8a55b01af9ffef359148ae5e1
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 variables48417
Total number of constraints1121431
Number of constraints which are clauses1007614
Number of constraints which are cardinality constraints (but not clauses)3525
Number of constraints which are nor clauses,nor cardinality constraints110292
Minimum length of a constraint2
Maximum length of a constraint690
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 691
Number of bits of the biggest sum of numbers10
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.11	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.07/0.11	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.11	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-3740839-1338732312.opb
0.07/0.14	c reading problem ... 
10.37/7.91	c ... done. Wall clock time 7.773s.
10.37/7.91	c #vars     48417
10.37/7.91	c #constraints  1123206
10.37/7.91	c constraints type 
10.37/7.91	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 773802
10.37/7.91	c org.sat4j.minisat.constraints.card.MinWatchCard => 3527
10.37/7.91	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 235585
10.37/7.91	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 110292
10.37/7.91	c constraints type 
10.37/7.91	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 235585
10.37/7.91	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 773802
10.37/7.91	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 3527
10.37/7.91	c org.sat4j.pb.constraints.pb.MaxWatchPb => 110292
29.46/16.77	c cleaning 0 clauses out of 5000 with flag 0/5000
40.10/22.30	c cleaning 2480 clauses out of 5000 with flag 5000/5000
45.66/25.49	c cleaning 0 clauses out of 11000 with flag 0/11000
65.04/35.48	c cleaning 4202 clauses out of 8522 with flag 11002/11002
66.91/36.87	c cleaning 0 clauses out of 18003 with flag 0/18003
89.47/48.46	c cleaning 0 clauses out of 26001 with flag 0/26001
104.81/56.43	c cleaning 5603 clauses out of 11318 with flag 18000/18000
123.15/65.93	c cleaning 0 clauses out of 35001 with flag 0/35001
134.18/71.99	c cleaning 6823 clauses out of 13717 with flag 26002/26002
158.14/84.26	c cleaning 0 clauses out of 45001 with flag 0/45001
165.70/88.37	c cleaning 7917 clauses out of 15892 with flag 35000/35000
195.83/103.70	c cleaning 8947 clauses out of 17976 with flag 45001/45001
200.63/106.63	c cleaning 0 clauses out of 56001 with flag 0/56001
241.57/127.40	c cleaning 9917 clauses out of 20028 with flag 56000/56000
257.28/135.69	c cleaning 0 clauses out of 68002 with flag 0/68002
270.98/142.88	c cleaning 11025 clauses out of 22112 with flag 68001/68001
296.97/156.36	c cleaning 12028 clauses out of 24087 with flag 81001/81001
317.08/166.76	c cleaning 0 clauses out of 81000 with flag 0/81000
343.98/180.57	c cleaning 13004 clauses out of 26058 with flag 95000/95000
391.11/204.45	c cleaning 0 clauses out of 95001 with flag 0/95001
411.09/214.95	c cleaning 13964 clauses out of 28056 with flag 110002/110002
468.42/243.92	c cleaning 14988 clauses out of 30090 with flag 126000/126000
470.10/245.12	c cleaning 0 clauses out of 110000 with flag 0/110000
511.43/266.17	c cleaning 16028 clauses out of 32104 with flag 143002/143002
539.38/280.66	c cleaning 17022 clauses out of 34075 with flag 161001/161001
568.26/295.44	c cleaning 0 clauses out of 126001 with flag 0/126001
585.54/304.43	c cleaning 17991 clauses out of 36053 with flag 180001/180001
637.66/330.83	c cleaning 19003 clauses out of 38063 with flag 200005/200005
683.59/354.32	c cleaning 19975 clauses out of 40056 with flag 221001/221001
705.44/365.65	c cleaning 0 clauses out of 143003 with flag 0/143003
752.03/389.32	c cleaning 21020 clauses out of 42079 with flag 243000/243000
805.49/416.47	c cleaning 22016 clauses out of 44059 with flag 266000/266000
844.20/436.39	c cleaning 0 clauses out of 161000 with flag 0/161000
882.25/455.73	c cleaning 22989 clauses out of 46037 with flag 290000/290000
936.49/483.22	c cleaning 23982 clauses out of 48049 with flag 315002/315002
998.22/514.41	c cleaning 24977 clauses out of 50063 with flag 341000/341000
1003.32/517.50	c cleaning 0 clauses out of 180002 with flag 0/180002
1087.58/560.00	c cleaning 25998 clauses out of 52090 with flag 368004/368004
1162.24/597.71	c cleaning 27043 clauses out of 54096 with flag 396009/396009
1186.09/610.09	c cleaning 0 clauses out of 200002 with flag 0/200002
1257.21/646.19	c cleaning 27985 clauses out of 56046 with flag 425002/425002
1331.31/683.54	c cleaning 28990 clauses out of 58060 with flag 455002/455002
1398.34/717.43	c cleaning 29863 clauses out of 60068 with flag 486000/486000
1412.15/724.76	c cleaning 0 clauses out of 221000 with flag 0/221000
1492.19/765.37	c cleaning 31027 clauses out of 62207 with flag 518002/518002
1575.27/807.27	c cleaning 32022 clauses out of 64178 with flag 551000/551000
1595.50/817.80	c cleaning 0 clauses out of 243001 with flag 0/243001
1681.96/861.31	c cleaning 33032 clauses out of 66160 with flag 585004/585004
1753.58/897.72	c cleaning 0 clauses out of 266001 with flag 0/266001
1772.36/907.55	c cleaning 34020 clauses out of 68125 with flag 620001/620001
1800.16/921.81	c starts		: 165
1800.16/921.81	c conflicts		: 633069
1800.16/921.81	c decisions		: 22178795
1800.16/921.81	c propagations		: 1152740747
1800.16/921.81	c inspects		: 5479216080
1800.16/921.81	c shortcuts		: 0
1800.16/921.81	c learnt literals	: 15
1800.16/921.81	c learnt binary clauses	: 949
1800.16/921.81	c learnt ternary clauses	: 1698
1800.16/921.81	c learnt constraints	: 633054
1800.16/921.81	c ignored constraints	: 0
1800.16/921.81	c root simplifications	: 0
1800.16/921.81	c removed literals (reason simplification)	: 7628518
1800.16/921.81	c reason swapping (by a shorter reason)	: 0
1800.16/921.81	c Calls to reduceDB	: 31
1800.16/921.81	c number of reductions to clauses (during analyze)	: 0
1800.16/921.81	c number of learned constraints concerned by reduction	: 0
1800.16/921.81	c number of learning phase by resolution	: 0
1800.16/921.81	c number of learning phase by cutting planes	: 0
1800.16/921.81	c speed (assignments/second)	: 1261342.3251996937
1800.16/921.81	c non guided choices	5999033
1800.16/921.83	c learnt constraints type 
1800.16/921.83	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 949
1800.16/921.83	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 46228
1800.16/921.83	c constraints type 
1800.16/921.83	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 773802
1800.16/921.83	c org.sat4j.minisat.constraints.card.MinWatchCard => 3527
1800.16/921.83	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 235585
1800.16/921.83	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 110292
1800.16/921.83	c constraints type 
1800.16/921.83	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 235585
1800.16/921.83	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 773802
1800.16/921.83	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 3527
1800.16/921.83	c org.sat4j.pb.constraints.pb.MaxWatchPb => 110292
1800.16/921.83	s UNKNOWN
1800.16/921.83	c Total wall clock time (in seconds): 921.697

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-3740839-1338732312/watcher-3740839-1338732312 -o /tmp/evaluation-result-3740839-1338732312/solver-3740839-1338732312 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3740839-1338732312.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: 1.94 3.13 3.56 2/172 4982
/proc/meminfo: memFree=28046744/32873844 swapFree=7124/7124
[pid=4982] ppid=4980 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/4982/stat : 4982 (java) D 4980 4982 30903 0 -1 4202496 248 0 0 0 0 0 0 0 20 0 1 0 339356709 9515008 183 33554432000 1073741824 1073778376 140733658948896 140733658939928 273905696437 0 0 4096 0 18446744072100748580 0 0 17 5 0 0 0 0 0
/proc/4982/statm: 2323 183 140 9 0 71 0

[startup+0.0559591 s]
/proc/loadavg: 1.94 3.13 3.56 2/172 4982
/proc/meminfo: memFree=28046744/32873844 swapFree=7124/7124
[pid=4982] ppid=4980 vsize=11121416 CPUtime=0.03 cores=1,3,5,7
/proc/4982/stat : 4982 (java) S 4980 4982 30903 0 -1 4202496 3737 0 1 0 2 1 0 0 20 0 12 0 339356709 11388329984 11591 33554432000 1073741824 1073778376 140736824405216 140736824396352 273909055549 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/4982/statm: 2780354 11591 1653 9 0 2771055 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 11121416

[startup+0.100318 s]
/proc/loadavg: 1.94 3.13 3.56 2/172 4982
/proc/meminfo: memFree=28046744/32873844 swapFree=7124/7124
[pid=4982] ppid=4980 vsize=11586392 CPUtime=0.07 cores=1,3,5,7
/proc/4982/stat : 4982 (java) S 4980 4982 30903 0 -1 4202496 4014 0 1 0 6 1 0 0 20 0 18 0 339356709 11864465408 12377 33554432000 1073741824 1073778376 140736824405216 140736824396352 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/4982/statm: 2896598 12377 1778 9 0 2887285 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 11586392

[startup+0.300247 s]
/proc/loadavg: 1.94 3.13 3.56 2/172 4982
/proc/meminfo: memFree=28046744/32873844 swapFree=7124/7124
[pid=4982] ppid=4980 vsize=11586392 CPUtime=0.45 cores=1,3,5,7
/proc/4982/stat : 4982 (java) S 4980 4982 30903 0 -1 4202496 5811 0 1 0 43 2 0 0 20 0 18 0 339356709 11864465408 16917 33554432000 1073741824 1073778376 140736824405216 140736824396352 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/4982/statm: 2896598 16917 2223 9 0 2887285 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 11586392

[startup+1.257 s]
/proc/loadavg: 1.94 3.13 3.56 2/172 4982
/proc/meminfo: memFree=28046744/32873844 swapFree=7124/7124
[pid=4982] ppid=4980 vsize=11586392 CPUtime=1.9 cores=1,3,5,7
/proc/4982/stat : 4982 (java) S 4980 4982 30903 0 -1 4202496 9988 0 1 0 177 13 0 0 20 0 18 0 339356709 11864465408 150461 33554432000 1073741824 1073778376 140736824405216 140736824396352 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/4982/statm: 2896598 150461 2239 9 0 2887285 0
Current children cumulated CPU time (s) 1.9
Current children cumulated vsize (KiB) 11586392

[startup+1.50027 s]
/proc/loadavg: 1.94 3.13 3.56 2/172 4982
/proc/meminfo: memFree=28046744/32873844 swapFree=7124/7124
[pid=4982] ppid=4980 vsize=11586392 CPUtime=2.15 cores=1,3,5,7
/proc/4982/stat : 4982 (java) S 4980 4982 30903 0 -1 4202496 10067 0 1 0 199 16 0 0 20 0 18 0 339356709 11864465408 190909 33554432000 1073741824 1073778376 140736824405216 140736824396352 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/4982/statm: 2896598 190909 2239 9 0 2887285 0
Current children cumulated CPU time (s) 2.15
Current children cumulated vsize (KiB) 11586392

[startup+3.10077 s]
/proc/loadavg: 1.87 3.10 3.54 2/190 5000
/proc/meminfo: memFree=26369480/32873844 swapFree=7124/7124
[pid=4982] ppid=4980 vsize=11586392 CPUtime=3.79 cores=1,3,5,7
/proc/4982/stat : 4982 (java) S 4980 4982 30903 0 -1 4202496 10584 0 1 0 343 36 0 0 20 0 18 0 339356709 11864465408 453058 33554432000 1073741824 1073778376 140736824405216 140736824396352 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/4982/statm: 2896598 453058 2239 9 0 2887285 0
[pid=4982/tid=4984] ppid=4980 vsize=11586392 CPUtime=3.05 cores=1,3,5,7
/proc/4982/task/4984/stat : 4984 (java) R 4980 4982 30903 0 -1 4202560 3766 0 1 0 271 34 0 0 20 0 18 0 339356710 11864465408 453058 33554432000 1073741824 1073778376 140736824405216 140555220991984 273909081357 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=4982/tid=4985] ppid=4980 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/4982/task/4985/stat : 4985 (java) S 4980 4982 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 339356712 11864465408 453058 33554432000 1073741824 1073778376 140736824405216 140555159730472 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4982/tid=4986] ppid=4980 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/4982/task/4986/stat : 4986 (java) S 4980 4982 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 339356713 11864465408 453058 33554432000 1073741824 1073778376 140736824405216 140555158677672 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4982/tid=4987] ppid=4980 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/4982/task/4987/stat : 4987 (java) S 4980 4982 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 339356713 11864465408 453058 33554432000 1073741824 1073778376 140736824405216 140555157625384 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4982/tid=4988] ppid=4980 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/4982/task/4988/stat : 4988 (java) S 4980 4982 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 339356713 11864465408 453058 33554432000 1073741824 1073778376 140736824405216 140555156572584 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4982/tid=4989] ppid=4980 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/4982/task/4989/stat : 4989 (java) S 4980 4982 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 339356713 11864465408 453058 33554432000 1073741824 1073778376 140736824405216 140555155520296 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4982/tid=4990] ppid=4980 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/4982/task/4990/stat : 4990 (java) S 4980 4982 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 339356713 11864465408 453058 33554432000 1073741824 1073778376 140736824405216 140555052149416 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4982/tid=4991] ppid=4980 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/4982/task/4991/stat : 4991 (java) S 4980 4982 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 339356713 11864465408 453058 33554432000 1073741824 1073778376 140736824405216 140555051097128 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4982/tid=4992] ppid=4980 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/4982/task/4992/stat : 4992 (java) S 4980 4982 30903 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 339356713 11864465408 453058 33554432000 1073741824 1073778376 140736824405216 140555050044328 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4982/tid=4993] ppid=4980 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/4982/task/4993/stat : 4993 (java) S 4980 4982 30903 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 18 0 339356714 11864465408 453058 33554432000 1073741824 1073778376 140736824405216 140555037845736 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4982/tid=4994] ppid=4980 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/4982/task/4994/stat : 4994 (java) S 4980 4982 30903 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 18 0 339356714 11864465408 453058 33554432000 1073741824 1073778376 140736824405216 140555036791800 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4982/tid=4995] ppid=4980 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/4982/task/4995/stat : 4995 (java) S 4980 4982 30903 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 339356714 11864465408 453058 33554432000 1073741824 1073778376 140736824405216 140555035739400 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4982/tid=4996] ppid=4980 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/4982/task/4996/stat : 4996 (java) S 4980 4982 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 339356717 11864465408 453058 33554432000 1073741824 1073778376 140736824405216 140555034687888 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4982/tid=4997] ppid=4980 vsize=11586392 CPUtime=0.38 cores=1,3,5,7
/proc/4982/task/4997/stat : 4997 (java) S 4980 4982 30903 0 -1 4202560 2671 0 0 0 38 0 0 0 20 0 18 0 339356717 11864465408 453058 33554432000 1073741824 1073778376 140736824405216 140555033635512 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4982/tid=4998] ppid=4980 vsize=11586392 CPUtime=0.32 cores=1,3,5,7
/proc/4982/task/4998/stat : 4998 (java) S 4980 4982 30903 0 -1 4202560 2962 0 0 0 32 0 0 0 20 0 18 0 339356717 11864465408 453058 33554432000 1073741824 1073778376 140736824405216 140555032582712 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4982/tid=4999] ppid=4980 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/4982/task/4999/stat : 4999 (java) S 4980 4982 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 339356717 11864465408 453058 33554432000 1073741824 1073778376 140736824405216 140555031530616 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4982/tid=5000] ppid=4980 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/4982/task/5000/stat : 5000 (java) S 4980 4982 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 339356717 11864465408 453058 33554432000 1073741824 1073778376 140736824405216 140555030478024 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.79
Current children cumulated vsize (KiB) 11586392

[startup+6.30732 s]
/proc/loadavg: 1.87 3.10 3.54 2/189 5000
/proc/meminfo: memFree=25299068/32873844 swapFree=7124/7124
[pid=4982] ppid=4980 vsize=11586392 CPUtime=7.65 cores=1,3,5,7
/proc/4982/stat : 4982 (java) S 4980 4982 30903 0 -1 4202496 11258 0 1 0 694 71 0 0 20 0 18 0 339356709 11864465408 687719 33554432000 1073741824 1073778376 140736824405216 140736824396352 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/4982/statm: 2896598 687719 2255 9 0 2887285 0
[pid=4982/tid=4984] ppid=4980 vsize=11586392 CPUtime=6.03 cores=1,3,5,7
/proc/4982/task/4984/stat : 4984 (java) R 4980 4982 30903 0 -1 4202560 4166 0 1 0 552 51 0 0 20 0 18 0 339356710 11864465408 687719 33554432000 1073741824 1073778376 140736824405216 140555220991952 273909081357 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=4982/tid=4985] ppid=4980 vsize=11586392 CPUtime=0.06 cores=1,3,5,7
/proc/4982/task/4985/stat : 4985 (java) S 4980 4982 30903 0 -1 4202560 30 0 0 0 4 2 0 0 20 0 18 0 339356712 11864465408 687719 33554432000 1073741824 1073778376 140736824405216 140555159730472 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4982/tid=4986] ppid=4980 vsize=11586392 CPUtime=0.09 cores=1,3,5,7
/proc/4982/task/4986/stat : 4986 (java) S 4980 4982 30903 0 -1 4202560 32 0 0 0 7 2 0 0 20 0 18 0 339356713 11864465408 687719 33554432000 1073741824 1073778376 140736824405216 140555158677672 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4982/tid=4987] ppid=4980 vsize=11586392 CPUtime=0.09 cores=1,3,5,7
/proc/4982/task/4987/stat : 4987 (java) S 4980 4982 30903 0 -1 4202560 33 0 0 0 7 2 0 0 20 0 18 0 339356713 11864465408 687719 33554432000 1073741824 1073778376 140736824405216 140555157625384 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4982/tid=4988] ppid=4980 vsize=11586392 CPUtime=0.12 cores=1,3,5,7
/proc/4982/task/4988/stat : 4988 (java) S 4980 4982 30903 0 -1 4202560 48 0 0 0 9 3 0 0 20 0 18 0 339356713 11864465408 687719 33554432000 1073741824 1073778376 140736824405216 140555156572584 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4982/tid=4989] ppid=4980 vsize=11586392 CPUtime=0.09 cores=1,3,5,7
/proc/4982/task/4989/stat : 4989 (java) S 4980 4982 30903 0 -1 4202560 36 0 0 0 7 2 0 0 20 0 18 0 339356713 11864465408 687719 33554432000 1073741824 1073778376 140736824405216 140555155520296 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4982/tid=4990] ppid=4980 vsize=11586392 CPUtime=0.09 cores=1,3,5,7
/proc/4982/task/4990/stat : 4990 (java) S 4980 4982 30903 0 -1 4202560 31 0 0 0 7 2 0 0 20 0 18 0 339356713 11864465408 687719 33554432000 1073741824 1073778376 140736824405216 140555052149416 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4982/tid=4991] ppid=4980 vsize=11586392 CPUtime=0.06 cores=1,3,5,7
/proc/4982/task/4991/stat : 4991 (java) S 4980 4982 30903 0 -1 4202560 22 0 0 0 4 2 0 0 20 0 18 0 339356713 11864465408 687719 33554432000 1073741824 1073778376 140736824405216 140555051097128 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4982/tid=4992] ppid=4980 vsize=11586392 CPUtime=0.14 cores=1,3,5,7
/proc/4982/task/4992/stat : 4992 (java) S 4980 4982 30903 0 -1 4202560 44 0 0 0 11 3 0 0 20 0 18 0 339356713 11864465408 687719 33554432000 1073741824 1073778376 140736824405216 140555050044328 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4982/tid=4993] ppid=4980 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/4982/task/4993/stat : 4993 (java) S 4980 4982 30903 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 339356714 11864465408 687719 33554432000 1073741824 1073778376 140736824405216 140555037845736 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4982/tid=4994] ppid=4980 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/4982/task/4994/stat : 4994 (java) S 4980 4982 30903 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 339356714 11864465408 687719 33554432000 1073741824 1073778376 140736824405216 140555036791800 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4982/tid=4995] ppid=4980 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/4982/task/4995/stat : 4995 (java) S 4980 4982 30903 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 339356714 11864465408 687719 33554432000 1073741824 1073778376 140736824405216 140555035739400 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4982/tid=4996] ppid=4980 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/4982/task/4996/stat : 4996 (java) S 4980 4982 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 339356717 11864465408 687719 33554432000 1073741824 1073778376 140736824405216 140555034687888 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4982/tid=4997] ppid=4980 vsize=11586392 CPUtime=0.38 cores=1,3,5,7
/proc/4982/task/4997/stat : 4997 (java) S 4980 4982 30903 0 -1 4202560 2671 0 0 0 38 0 0 0 20 0 18 0 339356717 11864465408 687719 33554432000 1073741824 1073778376 140736824405216 140555033635512 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4982/tid=4998] ppid=4980 vsize=11586392 CPUtime=0.32 cores=1,3,5,7
/proc/4982/task/4998/stat : 4998 (java) S 4980 4982 30903 0 -1 4202560 2962 0 0 0 32 0 0 0 20 0 18 0 339356717 11864465408 687719 33554432000 1073741824 1073778376 140736824405216 140555032582712 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4982/tid=4999] ppid=4980 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/4982/task/4999/stat : 4999 (java) S 4980 4982 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 339356717 11864465408 687719 33554432000 1073741824 1073778376 140736824405216 140555031530616 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4982/tid=5000] ppid=4980 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/4982/task/5000/stat : 5000 (java) S 4980 4982 30903 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 18 0 339356717 11864465408 687719 33554432000 1073741824 1073778376 140736824405216 140555030478024 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 7.65
Current children cumulated vsize (KiB) 11586392

[startup+12.7008 s]
/proc/loadavg: 1.81 3.04 3.52 3/194 5005
/proc/meminfo: memFree=25038540/32873844 swapFree=7124/7124
[pid=4982] ppid=4980 vsize=11852648 CPUtime=20.91 cores=1,3,5,7
/proc/4982/stat : 4982 (java) S 4980 4982 30903 0 -1 4202496 17283 0 1 0 1980 111 0 0 20 0 22 0 339356709 12137111552 754690 33554432000 1073741824 1073778376 140736824405216 140736824396352 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/4982/statm: 2963162 754690 2277 9 0 2953849 0
[pid=4982/tid=4984] ppid=4980 vsize=11852648 CPUtime=7.26 cores=1,3,5,7
/proc/4982/task/4984/stat : 4984 (java) S 4980 4982 30903 0 -1 4202560 4181 0 1 0 675 51 0 0 20 0 22 0 339356710 12137111552 754690 33554432000 1073741824 1073778376 140736824405216 140555221001368 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4982/tid=4985] ppid=4980 vsize=11852648 CPUtime=0.38 cores=1,3,5,7
/proc/4982/task/4985/stat : 4985 (java) S 4980 4982 30903 0 -1 4202560 132 0 0 0 28 10 0 0 20 0 22 0 339356712 12137111552 754690 33554432000 1073741824 1073778376 140736824405216 140555159730472 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4982/tid=4986] ppid=4980 vsize=11852648 CPUtime=0.24 cores=1,3,5,7
/proc/4982/task/4986/stat : 4986 (java) S 4980 4982 30903 0 -1 4202560 86 0 0 0 18 6 0 0 20 0 22 0 339356713 12137111552 754690 33554432000 1073741824 1073778376 140736824405216 140555158677672 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4982/tid=4987] ppid=4980 vsize=11852648 CPUtime=0.28 cores=1,3,5,7
/proc/4982/task/4987/stat : 4987 (java) S 4980 4982 30903 0 -1 4202560 101 0 0 0 21 7 0 0 20 0 22 0 339356713 12137111552 754690 33554432000 1073741824 1073778376 140736824405216 140555157625384 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4982/tid=4988] ppid=4980 vsize=11852648 CPUtime=0.39 cores=1,3,5,7
/proc/4982/task/4988/stat : 4988 (java) S 4980 4982 30903 0 -1 4202560 140 0 0 0 29 10 0 0 20 0 22 0 339356713 12137111552 754690 33554432000 1073741824 1073778376 140736824405216 140555156572584 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4982/tid=4989] ppid=4980 vsize=11852648 CPUtime=0.18 cores=1,3,5,7
/proc/4982/task/4989/stat : 4989 (java) S 4980 4982 30903 0 -1 4202560 66 0 0 0 14 4 0 0 20 0 22 0 339356713 12137111552 754690 33554432000 1073741824 1073778376 140736824405216 140555155520296 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4982/tid=4990] ppid=4980 vsize=11852648 CPUtime=0.27 cores=1,3,5,7
/proc/4982/task/4990/stat : 4990 (java) S 4980 4982 30903 0 -1 4202560 90 0 0 0 20 7 0 0 20 0 22 0 339356713 12137111552 754690 33554432000 1073741824 1073778376 140736824405216 140555052149416 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4982/tid=4991] ppid=4980 vsize=11852648 CPUtime=0.16 cores=1,3,5,7
/proc/4982/task/4991/stat : 4991 (java) S 4980 4982 30903 0 -1 4202560 59 0 0 0 12 4 0 0 20 0 22 0 339356713 12137111552 754690 33554432000 1073741824 1073778376 140736824405216 140555051097128 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4982/tid=4992] ppid=4980 vsize=11852648 CPUtime=0.32 cores=1,3,5,7
/proc/4982/task/4992/stat : 4992 (java) S 4980 4982 30903 0 -1 4202560 104 0 0 0 24 8 0 0 20 0 22 0 339356713 12137111552 754690 33554432000 1073741824 1073778376 140736824405216 140555050044328 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4982/tid=4993] ppid=4980 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4982/task/4993/stat : 4993 (java) S 4980 4982 30903 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 339356714 12137111552 754690 33554432000 1073741824 1073778376 140736824405216 140555037845736 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4982/tid=4994] ppid=4980 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4982/task/4994/stat : 4994 (java) S 4980 4982 30903 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 339356714 12137111552 754690 33554432000 1073741824 1073778376 140736824405216 140555036791800 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4982/tid=4995] ppid=4980 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4982/task/4995/stat : 4995 (java) S 4980 4982 30903 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 339356714 12137111552 754690 33554432000 1073741824 1073778376 140736824405216 140555035739400 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4982/tid=4996] ppid=4980 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4982/task/4996/stat : 4996 (java) S 4980 4982 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339356717 12137111552 754690 33554432000 1073741824 1073778376 140736824405216 140555034687888 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4982/tid=4997] ppid=4980 vsize=11852648 CPUtime=0.74 cores=1,3,5,7
/proc/4982/task/4997/stat : 4997 (java) S 4980 4982 30903 0 -1 4202560 3891 0 0 0 74 0 0 0 20 0 22 0 339356717 12137111552 754690 33554432000 1073741824 1073778376 140736824405216 140555033635512 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4982/tid=4998] ppid=4980 vsize=11852648 CPUtime=0.97 cores=1,3,5,7
/proc/4982/task/4998/stat : 4998 (java) S 4980 4982 30903 0 -1 4202560 7132 0 0 0 96 1 0 0 20 0 22 0 339356717 12137111552 754690 33554432000 1073741824 1073778376 140736824405216 140555032582712 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4982/tid=4999] ppid=4980 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4982/task/4999/stat : 4999 (java) S 4980 4982 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339356717 12137111552 754690 33554432000 1073741824 1073778376 140736824405216 140555031530616 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4982/tid=5000] ppid=4980 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4982/task/5000/stat : 5000 (java) S 4980 4982 30903 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 339356717 12137111552 754690 33554432000 1073741824 1073778376 140736824405216 140555030478024 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4982/tid=5001] ppid=4980 vsize=11852648 CPUtime=4.72 cores=1,3,5,7

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

/proc/4982/statm: 2963162 990349 2289 9 0 2953849 0
[pid=4982/tid=4984] ppid=4980 vsize=11852648 CPUtime=7.32 cores=1,3,5,7
/proc/4982/task/4984/stat : 4984 (java) S 4980 4982 30903 0 -1 4202560 4215 0 1 0 678 54 0 0 20 0 22 0 339356710 12137111552 990349 33554432000 1073741824 1073778376 140736824405216 140555221001368 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4982/tid=4985] ppid=4980 vsize=11852648 CPUtime=1.13 cores=1,3,5,7
/proc/4982/task/4985/stat : 4985 (java) S 4980 4982 30903 0 -1 4202560 208 0 0 0 99 14 0 0 20 0 22 0 339356712 12137111552 990349 33554432000 1073741824 1073778376 140736824405216 140555159730472 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4982/tid=4986] ppid=4980 vsize=11852648 CPUtime=1.11 cores=1,3,5,7
/proc/4982/task/4986/stat : 4986 (java) S 4980 4982 30903 0 -1 4202560 173 0 0 0 99 12 0 0 20 0 22 0 339356713 12137111552 990349 33554432000 1073741824 1073778376 140736824405216 140555158677672 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4982/tid=4987] ppid=4980 vsize=11852648 CPUtime=0.97 cores=1,3,5,7
/proc/4982/task/4987/stat : 4987 (java) S 4980 4982 30903 0 -1 4202560 195 0 0 0 83 14 0 0 20 0 22 0 339356713 12137111552 990349 33554432000 1073741824 1073778376 140736824405216 140555157625384 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4982/tid=4988] ppid=4980 vsize=11852648 CPUtime=1.18 cores=1,3,5,7
/proc/4982/task/4988/stat : 4988 (java) S 4980 4982 30903 0 -1 4202560 245 0 0 0 102 16 0 0 20 0 22 0 339356713 12137111552 990349 33554432000 1073741824 1073778376 140736824405216 140555156572584 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4982/tid=4989] ppid=4980 vsize=11852648 CPUtime=1.03 cores=1,3,5,7
/proc/4982/task/4989/stat : 4989 (java) S 4980 4982 30903 0 -1 4202560 190 0 0 0 89 14 0 0 20 0 22 0 339356713 12137111552 990349 33554432000 1073741824 1073778376 140736824405216 140555155520296 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4982/tid=4990] ppid=4980 vsize=11852648 CPUtime=0.99 cores=1,3,5,7
/proc/4982/task/4990/stat : 4990 (java) S 4980 4982 30903 0 -1 4202560 200 0 0 0 86 13 0 0 20 0 22 0 339356713 12137111552 990349 33554432000 1073741824 1073778376 140736824405216 140555052149416 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4982/tid=4991] ppid=4980 vsize=11852648 CPUtime=0.87 cores=1,3,5,7
/proc/4982/task/4991/stat : 4991 (java) S 4980 4982 30903 0 -1 4202560 146 0 0 0 77 10 0 0 20 0 22 0 339356713 12137111552 990349 33554432000 1073741824 1073778376 140736824405216 140555051097128 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4982/tid=4992] ppid=4980 vsize=11852648 CPUtime=1.09 cores=1,3,5,7
/proc/4982/task/4992/stat : 4992 (java) S 4980 4982 30903 0 -1 4202560 179 0 0 0 97 12 0 0 20 0 22 0 339356713 12137111552 990349 33554432000 1073741824 1073778376 140736824405216 140555050044328 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4982/tid=4993] ppid=4980 vsize=11852648 CPUtime=39.12 cores=1,3,5,7
/proc/4982/task/4993/stat : 4993 (java) S 4980 4982 30903 0 -1 4202560 358 0 0 0 3899 13 0 0 20 0 22 0 339356714 12137111552 990349 33554432000 1073741824 1073778376 140736824405216 140555037845736 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4982/tid=4994] ppid=4980 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4982/task/4994/stat : 4994 (java) S 4980 4982 30903 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 339356714 12137111552 990349 33554432000 1073741824 1073778376 140736824405216 140555036791800 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4982/tid=4995] ppid=4980 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4982/task/4995/stat : 4995 (java) S 4980 4982 30903 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 339356714 12137111552 990349 33554432000 1073741824 1073778376 140736824405216 140555035739400 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4982/tid=4996] ppid=4980 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4982/task/4996/stat : 4996 (java) S 4980 4982 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339356717 12137111552 990349 33554432000 1073741824 1073778376 140736824405216 140555034687888 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4982/tid=4997] ppid=4980 vsize=11852648 CPUtime=0.95 cores=1,3,5,7
/proc/4982/task/4997/stat : 4997 (java) S 4980 4982 30903 0 -1 4202560 5076 0 0 0 95 0 0 0 20 0 22 0 339356717 12137111552 990349 33554432000 1073741824 1073778376 140736824405216 140555033635512 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4982/tid=4998] ppid=4980 vsize=11852648 CPUtime=1.07 cores=1,3,5,7
/proc/4982/task/4998/stat : 4998 (java) S 4980 4982 30903 0 -1 4202560 7138 0 0 0 106 1 0 0 20 0 22 0 339356717 12137111552 990349 33554432000 1073741824 1073778376 140736824405216 140555032582712 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4982/tid=4999] ppid=4980 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4982/task/4999/stat : 4999 (java) S 4980 4982 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339356717 12137111552 990349 33554432000 1073741824 1073778376 140736824405216 140555031530616 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4982/tid=5000] ppid=4980 vsize=11852648 CPUtime=0.47 cores=1,3,5,7
/proc/4982/task/5000/stat : 5000 (java) S 4980 4982 30903 0 -1 4202560 48 0 0 0 28 19 0 0 20 0 22 0 339356717 12137111552 990349 33554432000 1073741824 1073778376 140736824405216 140555030478024 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4982/tid=5001] ppid=4980 vsize=11852648 CPUtime=771.35 cores=1,3,5,7
/proc/4982/task/5001/stat : 5001 (java) R 4980 4982 30903 0 -1 4202560 44 0 0 0 77124 11 0 0 20 0 22 0 339357500 12137111552 990349 33554432000 1073741824 1073778376 140736824405216 140555029420528 140555161603179 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=4982/tid=5002] ppid=4980 vsize=11852648 CPUtime=771.23 cores=1,3,5,7
/proc/4982/task/5002/stat : 5002 (java) R 4980 4982 30903 0 -1 4202560 144 0 0 0 77109 14 0 0 20 0 22 0 339357500 12137111552 990349 33554432000 1073741824 1073778376 140736824405216 140555028369488 140555161590941 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=4982/tid=5003] ppid=4980 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4982/task/5003/stat : 5003 (java) S 4980 4982 30903 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339357503 12137111552 990349 33554432000 1073741824 1073778376 140736824405216 140555027317928 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4982/tid=5004] ppid=4980 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4982/task/5004/stat : 5004 (java) S 4980 4982 30903 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339357503 12137111552 990349 33554432000 1073741824 1073778376 140736824405216 140555026265128 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1603.89
Current children cumulated vsize (KiB) 11852648

[startup+882.301 s]
/proc/loadavg: 2.00 2.04 2.56 3/194 5010
/proc/meminfo: memFree=24063960/32873844 swapFree=7124/7124
[pid=4982] ppid=4980 vsize=11852648 CPUtime=1722.77 cores=1,3,5,7
/proc/4982/stat : 4982 (java) S 4980 4982 30903 0 -1 4202496 19813 0 1 0 172080 197 0 0 20 0 22 0 339356709 12137111552 996000 33554432000 1073741824 1073778376 140736824405216 140736824396352 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/4982/statm: 2963162 996000 2289 9 0 2953849 0
[pid=4982/tid=4984] ppid=4980 vsize=11852648 CPUtime=7.33 cores=1,3,5,7
/proc/4982/task/4984/stat : 4984 (java) S 4980 4982 30903 0 -1 4202560 4216 0 1 0 679 54 0 0 20 0 22 0 339356710 12137111552 996000 33554432000 1073741824 1073778376 140736824405216 140555221001368 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4982/tid=4985] ppid=4980 vsize=11852648 CPUtime=1.16 cores=1,3,5,7
/proc/4982/task/4985/stat : 4985 (java) S 4980 4982 30903 0 -1 4202560 220 0 0 0 102 14 0 0 20 0 22 0 339356712 12137111552 996000 33554432000 1073741824 1073778376 140736824405216 140555159730472 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4982/tid=4986] ppid=4980 vsize=11852648 CPUtime=1.13 cores=1,3,5,7
/proc/4982/task/4986/stat : 4986 (java) S 4980 4982 30903 0 -1 4202560 173 0 0 0 101 12 0 0 20 0 22 0 339356713 12137111552 996000 33554432000 1073741824 1073778376 140736824405216 140555158677672 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4982/tid=4987] ppid=4980 vsize=11852648 CPUtime=1 cores=1,3,5,7
/proc/4982/task/4987/stat : 4987 (java) S 4980 4982 30903 0 -1 4202560 204 0 0 0 86 14 0 0 20 0 22 0 339356713 12137111552 996000 33554432000 1073741824 1073778376 140736824405216 140555157625384 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4982/tid=4988] ppid=4980 vsize=11852648 CPUtime=1.2 cores=1,3,5,7
/proc/4982/task/4988/stat : 4988 (java) S 4980 4982 30903 0 -1 4202560 252 0 0 0 104 16 0 0 20 0 22 0 339356713 12137111552 996000 33554432000 1073741824 1073778376 140736824405216 140555156572584 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4982/tid=4989] ppid=4980 vsize=11852648 CPUtime=1.05 cores=1,3,5,7
/proc/4982/task/4989/stat : 4989 (java) S 4980 4982 30903 0 -1 4202560 192 0 0 0 91 14 0 0 20 0 22 0 339356713 12137111552 996000 33554432000 1073741824 1073778376 140736824405216 140555155520296 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4982/tid=4990] ppid=4980 vsize=11852648 CPUtime=1.02 cores=1,3,5,7
/proc/4982/task/4990/stat : 4990 (java) S 4980 4982 30903 0 -1 4202560 211 0 0 0 89 13 0 0 20 0 22 0 339356713 12137111552 996000 33554432000 1073741824 1073778376 140736824405216 140555052149416 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4982/tid=4991] ppid=4980 vsize=11852648 CPUtime=0.89 cores=1,3,5,7
/proc/4982/task/4991/stat : 4991 (java) S 4980 4982 30903 0 -1 4202560 148 0 0 0 78 11 0 0 20 0 22 0 339356713 12137111552 996000 33554432000 1073741824 1073778376 140736824405216 140555051097128 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4982/tid=4992] ppid=4980 vsize=11852648 CPUtime=1.13 cores=1,3,5,7
/proc/4982/task/4992/stat : 4992 (java) S 4980 4982 30903 0 -1 4202560 193 0 0 0 101 12 0 0 20 0 22 0 339356713 12137111552 996000 33554432000 1073741824 1073778376 140736824405216 140555050044328 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4982/tid=4993] ppid=4980 vsize=11852648 CPUtime=40.36 cores=1,3,5,7
/proc/4982/task/4993/stat : 4993 (java) S 4980 4982 30903 0 -1 4202560 360 0 0 0 4022 14 0 0 20 0 22 0 339356714 12137111552 996000 33554432000 1073741824 1073778376 140736824405216 140555037845736 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4982/tid=4994] ppid=4980 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4982/task/4994/stat : 4994 (java) S 4980 4982 30903 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 339356714 12137111552 996000 33554432000 1073741824 1073778376 140736824405216 140555036791800 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4982/tid=4995] ppid=4980 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4982/task/4995/stat : 4995 (java) S 4980 4982 30903 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 339356714 12137111552 996000 33554432000 1073741824 1073778376 140736824405216 140555035739400 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4982/tid=4996] ppid=4980 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4982/task/4996/stat : 4996 (java) S 4980 4982 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339356717 12137111552 996000 33554432000 1073741824 1073778376 140736824405216 140555034687888 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4982/tid=4997] ppid=4980 vsize=11852648 CPUtime=0.95 cores=1,3,5,7
/proc/4982/task/4997/stat : 4997 (java) S 4980 4982 30903 0 -1 4202560 5076 0 0 0 95 0 0 0 20 0 22 0 339356717 12137111552 996000 33554432000 1073741824 1073778376 140736824405216 140555033635512 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4982/tid=4998] ppid=4980 vsize=11852648 CPUtime=1.07 cores=1,3,5,7
/proc/4982/task/4998/stat : 4998 (java) S 4980 4982 30903 0 -1 4202560 7138 0 0 0 106 1 0 0 20 0 22 0 339356717 12137111552 996000 33554432000 1073741824 1073778376 140736824405216 140555032582712 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4982/tid=4999] ppid=4980 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4982/task/4999/stat : 4999 (java) S 4980 4982 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339356717 12137111552 996000 33554432000 1073741824 1073778376 140736824405216 140555031530616 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4982/tid=5000] ppid=4980 vsize=11852648 CPUtime=0.51 cores=1,3,5,7
/proc/4982/task/5000/stat : 5000 (java) S 4980 4982 30903 0 -1 4202560 52 0 0 0 31 20 0 0 20 0 22 0 339356717 12137111552 996000 33554432000 1073741824 1073778376 140736824405216 140555030478024 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4982/tid=5001] ppid=4980 vsize=11852648 CPUtime=829.89 cores=1,3,5,7
/proc/4982/task/5001/stat : 5001 (java) R 4980 4982 30903 0 -1 4202560 45 0 0 0 82977 12 0 0 20 0 22 0 339357500 12137111552 996000 33554432000 1073741824 1073778376 140736824405216 140555029422288 140555161637615 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=4982/tid=5002] ppid=4980 vsize=11852648 CPUtime=829.77 cores=1,3,5,7
/proc/4982/task/5002/stat : 5002 (java) R 4980 4982 30903 0 -1 4202560 145 0 0 0 82962 15 0 0 20 0 22 0 339357500 12137111552 996000 33554432000 1073741824 1073778376 140736824405216 140555028367728 140555161492988 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=4982/tid=5003] ppid=4980 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4982/task/5003/stat : 5003 (java) S 4980 4982 30903 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339357503 12137111552 996000 33554432000 1073741824 1073778376 140736824405216 140555027317928 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4982/tid=5004] ppid=4980 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4982/task/5004/stat : 5004 (java) S 4980 4982 30903 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339357503 12137111552 996000 33554432000 1073741824 1073778376 140736824405216 140555026265128 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1722.77
Current children cumulated vsize (KiB) 11852648



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+921.801 s]
/proc/loadavg: 2.00 2.03 2.53 3/194 5013
/proc/meminfo: memFree=24061912/32873844 swapFree=7124/7124
[pid=4982] ppid=4980 vsize=11852648 CPUtime=1800.16 cores=1,3,5,7
/proc/4982/stat : 4982 (java) S 4980 4982 30903 0 -1 4202496 19822 0 1 0 179817 199 0 0 20 0 22 0 339356709 12137111552 996512 33554432000 1073741824 1073778376 140736824405216 140736824396352 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/4982/statm: 2963162 996512 2289 9 0 2953849 0
[pid=4982/tid=4984] ppid=4980 vsize=11852648 CPUtime=7.33 cores=1,3,5,7
/proc/4982/task/4984/stat : 4984 (java) S 4980 4982 30903 0 -1 4202560 4218 0 1 0 679 54 0 0 20 0 22 0 339356710 12137111552 996512 33554432000 1073741824 1073778376 140736824405216 140555221001368 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4982/tid=4985] ppid=4980 vsize=11852648 CPUtime=1.19 cores=1,3,5,7
/proc/4982/task/4985/stat : 4985 (java) S 4980 4982 30903 0 -1 4202560 220 0 0 0 104 15 0 0 20 0 22 0 339356712 12137111552 996512 33554432000 1073741824 1073778376 140736824405216 140555159730472 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4982/tid=4986] ppid=4980 vsize=11852648 CPUtime=1.15 cores=1,3,5,7
/proc/4982/task/4986/stat : 4986 (java) S 4980 4982 30903 0 -1 4202560 173 0 0 0 103 12 0 0 20 0 22 0 339356713 12137111552 996512 33554432000 1073741824 1073778376 140736824405216 140555158677672 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4982/tid=4987] ppid=4980 vsize=11852648 CPUtime=1.02 cores=1,3,5,7
/proc/4982/task/4987/stat : 4987 (java) S 4980 4982 30903 0 -1 4202560 204 0 0 0 87 15 0 0 20 0 22 0 339356713 12137111552 996512 33554432000 1073741824 1073778376 140736824405216 140555157625384 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4982/tid=4988] ppid=4980 vsize=11852648 CPUtime=1.22 cores=1,3,5,7
/proc/4982/task/4988/stat : 4988 (java) S 4980 4982 30903 0 -1 4202560 252 0 0 0 106 16 0 0 20 0 22 0 339356713 12137111552 996512 33554432000 1073741824 1073778376 140736824405216 140555156572584 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4982/tid=4989] ppid=4980 vsize=11852648 CPUtime=1.08 cores=1,3,5,7
/proc/4982/task/4989/stat : 4989 (java) S 4980 4982 30903 0 -1 4202560 192 0 0 0 94 14 0 0 20 0 22 0 339356713 12137111552 996512 33554432000 1073741824 1073778376 140736824405216 140555155520296 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4982/tid=4990] ppid=4980 vsize=11852648 CPUtime=1.04 cores=1,3,5,7
/proc/4982/task/4990/stat : 4990 (java) S 4980 4982 30903 0 -1 4202560 211 0 0 0 91 13 0 0 20 0 22 0 339356713 12137111552 996512 33554432000 1073741824 1073778376 140736824405216 140555052149416 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4982/tid=4991] ppid=4980 vsize=11852648 CPUtime=0.92 cores=1,3,5,7
/proc/4982/task/4991/stat : 4991 (java) S 4980 4982 30903 0 -1 4202560 148 0 0 0 81 11 0 0 20 0 22 0 339356713 12137111552 996512 33554432000 1073741824 1073778376 140736824405216 140555051097128 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4982/tid=4992] ppid=4980 vsize=11852648 CPUtime=1.14 cores=1,3,5,7
/proc/4982/task/4992/stat : 4992 (java) S 4980 4982 30903 0 -1 4202560 193 0 0 0 102 12 0 0 20 0 22 0 339356713 12137111552 996512 33554432000 1073741824 1073778376 140736824405216 140555050044328 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4982/tid=4993] ppid=4980 vsize=11852648 CPUtime=42.06 cores=1,3,5,7
/proc/4982/task/4993/stat : 4993 (java) S 4980 4982 30903 0 -1 4202560 365 0 0 0 4192 14 0 0 20 0 22 0 339356714 12137111552 996512 33554432000 1073741824 1073778376 140736824405216 140555037845736 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4982/tid=4994] ppid=4980 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4982/task/4994/stat : 4994 (java) S 4980 4982 30903 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 339356714 12137111552 996512 33554432000 1073741824 1073778376 140736824405216 140555036791800 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4982/tid=4995] ppid=4980 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4982/task/4995/stat : 4995 (java) S 4980 4982 30903 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 339356714 12137111552 996512 33554432000 1073741824 1073778376 140736824405216 140555035739400 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4982/tid=4996] ppid=4980 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4982/task/4996/stat : 4996 (java) S 4980 4982 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339356717 12137111552 996512 33554432000 1073741824 1073778376 140736824405216 140555034687888 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4982/tid=4997] ppid=4980 vsize=11852648 CPUtime=0.95 cores=1,3,5,7
/proc/4982/task/4997/stat : 4997 (java) S 4980 4982 30903 0 -1 4202560 5076 0 0 0 95 0 0 0 20 0 22 0 339356717 12137111552 996512 33554432000 1073741824 1073778376 140736824405216 140555033635512 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4982/tid=4998] ppid=4980 vsize=11852648 CPUtime=1.07 cores=1,3,5,7
/proc/4982/task/4998/stat : 4998 (java) S 4980 4982 30903 0 -1 4202560 7138 0 0 0 106 1 0 0 20 0 22 0 339356717 12137111552 996512 33554432000 1073741824 1073778376 140736824405216 140555032582712 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4982/tid=4999] ppid=4980 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4982/task/4999/stat : 4999 (java) S 4980 4982 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339356717 12137111552 996512 33554432000 1073741824 1073778376 140736824405216 140555031530616 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4982/tid=5000] ppid=4980 vsize=11852648 CPUtime=0.53 cores=1,3,5,7
/proc/4982/task/5000/stat : 5000 (java) S 4980 4982 30903 0 -1 4202560 54 0 0 0 32 21 0 0 20 0 22 0 339356717 12137111552 996512 33554432000 1073741824 1073778376 140736824405216 140555030478024 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4982/tid=5001] ppid=4980 vsize=11852648 CPUtime=867.53 cores=1,3,5,7
/proc/4982/task/5001/stat : 5001 (java) R 4980 4982 30903 0 -1 4202560 45 0 0 0 86740 13 0 0 20 0 22 0 339357500 12137111552 996512 33554432000 1073741824 1073778376 140736824405216 140555029422288 140555161492988 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=4982/tid=5002] ppid=4980 vsize=11852648 CPUtime=867.42 cores=1,3,5,7
/proc/4982/task/5002/stat : 5002 (java) R 4980 4982 30903 0 -1 4202560 145 0 0 0 86726 16 0 0 20 0 22 0 339357500 12137111552 996512 33554432000 1073741824 1073778376 140736824405216 140555028367728 140555161725781 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=4982/tid=5003] ppid=4980 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4982/task/5003/stat : 5003 (java) S 4980 4982 30903 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339357503 12137111552 996512 33554432000 1073741824 1073778376 140736824405216 140555027317928 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4982/tid=5004] ppid=4980 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4982/task/5004/stat : 5004 (java) S 4980 4982 30903 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339357503 12137111552 996512 33554432000 1073741824 1073778376 140736824405216 140555026265128 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.16
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 4982 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=638325
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=453626
# CPU time returned by wait4() is 1796.09
# while last known CPU time is 1800.16
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 921.867
CPU time (s): 1800.16
CPU user time (s): 1798.17
CPU system time (s): 1.99
CPU usage (%): 195.273
Max. virtual memory (cumulated for all children) (KiB): 11852648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.64
system time used= 2.45363
maximum resident set size= 3986300
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19891
page faults= 1
swaps= 0
block input operations= 0
block output operations= 944
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23781
involuntary context switches= 18314

runsolver used 3.2615 second user time and 9.31258 second system time

The end

Launcher Data

Begin job on node134 at 2012-06-03 16:05:13
IDJOB=3740839
IDBENCH=89637
IDSOLVER=2328
FILE ID=node134/3740839-1338732312
RUNJOBID= node134-1338713778-30920
PBS_JOBID= 14636743
Free space on /tmp= 70312 MiB

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

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

MD5SUM BENCH= 132271a8a55b01af9ffef359148ae5e1
RANDOM SEED=1254046065

node134.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.278
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.55
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.278
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	: 5332.56
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.278
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	: 5332.55
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.278
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	: 5332.59
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.278
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	: 5332.55
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.278
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	: 5332.55
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.278
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	: 5332.57
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.278
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	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28047008 kB
Buffers:          492820 kB
Cached:          3420896 kB
SwapCached:           76 kB
Active:          1807116 kB
Inactive:        2117304 kB
Active(anon):       2232 kB
Inactive(anon):    10496 kB
Active(file):    1804884 kB
Inactive(file):  2106808 kB
Unevictable:        7124 kB
Mlocked:            7124 kB
SwapTotal:      67108856 kB
SwapFree:       67107756 kB
Dirty:             50132 kB
Writeback:             0 kB
AnonPages:         19272 kB
Mapped:            10516 kB
Shmem:                96 kB
Slab:             763276 kB
SReclaimable:     204684 kB
SUnreclaim:       558592 kB
KernelStack:        1416 kB
PageTables:         3784 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     103324 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:      2048 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= 70312 MiB
End job on node134 at 2012-06-03 16:20:37