Trace number 3689396

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
SAT 4j PB RES // CP 2.3.2 Snapshot? (TO) 1800.12 926.363

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.05/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.05/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.08	c See www.sat4j.org for details.
0.05/0.08	c version 2.3.2.v20120418
0.05/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.08	c java.vm.version	19.1-b02
0.05/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.08	c sun.arch.data.model	64
0.05/0.08	c java.version		1.6.0_24
0.05/0.08	c os.name		Linux
0.05/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.05/0.08	c os.arch		amd64
0.05/0.08	c Free memory 		501472288
0.05/0.08	c Max memory 		7480803328
0.05/0.08	c Total memory 		504102912
0.05/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c c --- End Solver configuration ---
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4e3eca90
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3689396-1337881794.opb
0.10/0.11	c reading problem ... 
11.24/8.43	c ... done. Wall clock time 8.325s.
11.24/8.43	c declared #vars     48417
11.24/8.43	c #constraints  1123206
11.24/8.43	c constraints type 
11.24/8.43	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 773802
11.24/8.43	c org.sat4j.minisat.constraints.card.MinWatchCard => 3527
11.24/8.43	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 235585
11.24/8.43	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 110292
11.24/8.43	c 1123206 constraints processed.
11.24/8.43	c constraints type 
11.24/8.43	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 235585
11.24/8.43	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 773802
11.24/8.43	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 3527
11.24/8.43	c org.sat4j.pb.constraints.pb.MaxWatchPb => 110292
11.24/8.43	c 1123206 constraints processed.
27.26/15.91	c cleaning 0 clauses out of 5000 with flag 0/5000
42.26/23.96	c cleaning 0 clauses out of 11000 with flag 0/11000
50.41/28.30	c cleaning 2476 clauses out of 5000 with flag 5000/5000
60.96/34.14	c cleaning 0 clauses out of 18003 with flag 0/18003
68.71/38.39	c cleaning 4247 clauses out of 8524 with flag 11000/11000
80.42/44.53	c cleaning 0 clauses out of 26001 with flag 0/26001
84.19/46.78	c cleaning 5561 clauses out of 11278 with flag 18001/18001
103.81/57.05	c cleaning 6850 clauses out of 13716 with flag 26000/26000
109.57/60.27	c cleaning 0 clauses out of 35001 with flag 0/35001
121.50/66.57	c cleaning 7893 clauses out of 15868 with flag 35002/35002
139.68/75.95	c cleaning 0 clauses out of 45001 with flag 0/45001
144.20/78.72	c cleaning 8940 clauses out of 17973 with flag 45000/45000
166.34/90.19	c cleaning 9985 clauses out of 20034 with flag 56001/56001
175.49/95.09	c cleaning 0 clauses out of 56001 with flag 0/56001
195.02/105.20	c cleaning 10959 clauses out of 22049 with flag 68001/68001
222.34/119.34	c cleaning 0 clauses out of 68002 with flag 0/68002
226.88/121.95	c cleaning 11980 clauses out of 24089 with flag 81000/81000
263.43/140.53	c cleaning 12982 clauses out of 26109 with flag 95000/95000
272.73/145.54	c cleaning 0 clauses out of 81000 with flag 0/81000
297.26/158.34	c cleaning 13751 clauses out of 28127 with flag 110000/110000
332.61/176.39	c cleaning 0 clauses out of 95001 with flag 0/95001
342.17/181.41	c cleaning 15155 clauses out of 30376 with flag 126000/126000
375.53/198.40	c cleaning 16068 clauses out of 32223 with flag 143002/143002
394.07/208.25	c cleaning 0 clauses out of 110000 with flag 0/110000
408.78/215.96	c cleaning 17030 clauses out of 34153 with flag 161000/161000
445.93/234.87	c cleaning 18040 clauses out of 36123 with flag 180000/180000
469.83/247.18	c cleaning 0 clauses out of 126001 with flag 0/126001
491.80/258.66	c cleaning 19005 clauses out of 38084 with flag 200001/200001
524.70/275.43	c cleaning 19915 clauses out of 40078 with flag 221000/221000
559.40/293.16	c cleaning 21054 clauses out of 42163 with flag 243001/243001
575.91/301.77	c cleaning 0 clauses out of 143003 with flag 0/143003
593.42/311.08	c cleaning 21987 clauses out of 44108 with flag 266000/266000
635.20/332.24	c cleaning 23019 clauses out of 46120 with flag 290000/290000
680.54/355.24	c cleaning 23976 clauses out of 48100 with flag 315000/315000
684.06/357.32	c cleaning 0 clauses out of 161000 with flag 0/161000
741.58/386.69	c cleaning 25046 clauses out of 50126 with flag 341003/341003
795.26/413.89	c cleaning 25983 clauses out of 52075 with flag 368000/368000
804.58/418.82	c cleaning 0 clauses out of 180002 with flag 0/180002
839.88/436.81	c cleaning 27005 clauses out of 54096 with flag 396004/396004
891.99/463.46	c cleaning 27950 clauses out of 56085 with flag 425002/425002
943.07/489.32	c cleaning 0 clauses out of 200002 with flag 0/200002
959.54/497.95	c cleaning 28852 clauses out of 58132 with flag 455000/455000
1010.26/523.61	c cleaning 29986 clauses out of 60279 with flag 486000/486000
1065.97/552.00	c cleaning 31095 clauses out of 62292 with flag 518000/518000
1112.45/575.67	c cleaning 0 clauses out of 221000 with flag 0/221000
1117.11/578.36	c cleaning 32063 clauses out of 64197 with flag 551000/551000
1164.95/602.64	c cleaning 32900 clauses out of 66133 with flag 585000/585000
1215.48/628.45	c cleaning 33640 clauses out of 68233 with flag 620000/620000
1252.56/647.34	c cleaning 0 clauses out of 243001 with flag 0/243001
1295.52/669.15	c cleaning 35237 clauses out of 70593 with flag 656000/656000
1373.02/708.24	c cleaning 36100 clauses out of 72356 with flag 693001/693001
1377.27/711.00	c cleaning 0 clauses out of 266001 with flag 0/266001
1425.33/735.30	c cleaning 37068 clauses out of 74255 with flag 731000/731000
1492.02/769.06	c cleaning 37738 clauses out of 76187 with flag 770000/770000
1552.29/799.53	c cleaning 39116 clauses out of 78449 with flag 810000/810000
1575.30/811.62	c cleaning 0 clauses out of 290000 with flag 0/290000
1618.51/833.66	c cleaning 40002 clauses out of 80333 with flag 851000/851000
1691.34/870.42	c cleaning 41152 clauses out of 82331 with flag 893000/893000
1765.05/908.45	c cleaning 41999 clauses out of 84179 with flag 936000/936000
1800.12/926.32	c starts		: 184
1800.12/926.32	c conflicts		: 958315
1800.12/926.32	c decisions		: 32238802
1800.12/926.32	c propagations		: 1366127095
1800.12/926.32	c inspects		: 6819466960
1800.12/926.32	c shortcuts		: 0
1800.12/926.32	c learnt literals	: 15
1800.12/926.32	c learnt binary clauses	: 1138
1800.12/926.32	c learnt ternary clauses	: 4027
1800.12/926.32	c learnt constraints	: 958300
1800.12/926.32	c ignored constraints	: 0
1800.12/926.32	c root simplifications	: 0
1800.12/926.32	c removed literals (reason simplification)	: 11254625
1800.12/926.32	c reason swapping (by a shorter reason)	: 0
1800.12/926.32	c Calls to reduceDB	: 39
1800.12/926.32	c number of reductions to clauses (during analyze)	: 0
1800.12/926.32	c number of learned constraints concerned by reduction	: 0
1800.12/926.32	c number of learning phase by resolution	: 0
1800.12/926.32	c number of learning phase by cutting planes	: 0
1800.12/926.32	c speed (assignments/second)	: 1488394.454231778
1800.12/926.32	c non guided choices	7037303
1800.12/926.34	c learnt constraints type 
1800.12/926.34	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1138
1800.12/926.34	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 63385
1800.12/926.34	c constraints type 
1800.12/926.34	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 773802
1800.12/926.34	c org.sat4j.minisat.constraints.card.MinWatchCard => 3527
1800.12/926.34	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 235585
1800.12/926.34	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 110292
1800.12/926.34	c 1123206 constraints processed.
1800.12/926.34	c constraints type 
1800.12/926.34	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 235585
1800.12/926.34	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 773802
1800.12/926.34	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 3527
1800.12/926.34	c org.sat4j.pb.constraints.pb.MaxWatchPb => 110292
1800.12/926.34	c 1123206 constraints processed.
1800.12/926.34	s UNKNOWN
1800.12/926.34	c Total wall clock time (in seconds): 926.234

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-3689396-1337881794/watcher-3689396-1337881794 -o /tmp/evaluation-result-3689396-1337881794/solver-3689396-1337881794 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3689396-1337881794.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: 2.99 2.94 3.06 4/197 21875
/proc/meminfo: memFree=28765132/32873844 swapFree=7384/7384
[pid=21875] ppid=21873 vsize=89740 CPUtime=0 cores=0,2,4,6
/proc/21875/stat : 21875 (java) S 21873 21875 18255 0 -1 4202496 1164 0 0 0 0 0 0 0 20 0 2 0 254304993 91893760 886 33554432000 1073741824 1073778376 140736010143008 140736010134144 239876472893 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21875/statm: 22435 893 676 9 0 16770 0
[pid=21875/tid=21876] ppid=21873 vsize=89800 CPUtime=0 cores=0,2,4,6
/proc/21875/task/21876/stat : 21876 (java) R 21873 21875 18255 0 -1 4202560 28 0 0 0 0 0 0 0 20 0 2 0 254304994 91955200 895 33554432000 1073741824 1073778376 140736010143008 140736010132072 239863950679 0 0 4096 0 0 0 0 -1 2 0 0 0 0 0

[startup+0.0752961 s]
/proc/loadavg: 2.99 2.94 3.06 4/197 21875
/proc/meminfo: memFree=28765132/32873844 swapFree=7384/7384
[pid=21875] ppid=21873 vsize=9558412 CPUtime=0.05 cores=0,2,4,6
/proc/21875/stat : 21875 (java) S 21873 21875 18255 0 -1 4202496 3410 0 1 0 5 0 0 0 20 0 18 0 254304993 9787813888 4620 33554432000 1073741824 1073778376 140736010143008 140736010134144 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21875/statm: 2389603 4621 1772 9 0 2380296 0
[pid=21875/tid=21876] ppid=21873 vsize=9558412 CPUtime=0.05 cores=0,2,4,6
/proc/21875/task/21876/stat : 21876 (java) R 21873 21875 18255 0 -1 4202560 2203 0 1 0 5 0 0 0 20 0 18 0 254304994 9787813888 4621 33554432000 1073741824 1073778376 140736010143008 140592096963232 140592103429173 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 9558412

[startup+0.100293 s]
/proc/loadavg: 2.99 2.94 3.06 4/197 21875
/proc/meminfo: memFree=28765132/32873844 swapFree=7384/7384
[pid=21875] ppid=21873 vsize=9558412 CPUtime=0.1 cores=0,2,4,6
/proc/21875/stat : 21875 (java) S 21873 21875 18255 0 -1 4202496 4397 0 1 0 9 1 0 0 20 0 18 0 254304993 9787813888 6113 33554432000 1073741824 1073778376 140736010143008 140736010134144 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21875/statm: 2389603 6113 2109 9 0 2380296 0
[pid=21875/tid=21876] ppid=21873 vsize=9558412 CPUtime=0.07 cores=0,2,4,6
/proc/21875/task/21876/stat : 21876 (java) R 21873 21875 18255 0 -1 4202560 2436 0 1 0 7 0 0 0 20 0 18 0 254304994 9787813888 6113 33554432000 1073741824 1073778376 140736010143008 140592096943104 239876498701 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558412

[startup+0.300251 s]
/proc/loadavg: 2.99 2.94 3.06 4/197 21875
/proc/meminfo: memFree=28765132/32873844 swapFree=7384/7384
[pid=21875] ppid=21873 vsize=9558412 CPUtime=0.48 cores=0,2,4,6
/proc/21875/stat : 21875 (java) S 21873 21875 18255 0 -1 4202496 5310 0 1 0 47 1 0 0 20 0 18 0 254304993 9787813888 11347 33554432000 1073741824 1073778376 140736010143008 140736010134144 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21875/statm: 2389603 11347 2216 9 0 2380296 0
[pid=21875/tid=21876] ppid=21873 vsize=9558412 CPUtime=0.27 cores=0,2,4,6
/proc/21875/task/21876/stat : 21876 (java) R 21873 21875 18255 0 -1 4202560 2456 0 1 0 26 1 0 0 20 0 18 0 254304994 9787813888 11347 33554432000 1073741824 1073778376 140736010143008 140592096957720 140591946237408 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558412

[startup+0.700274 s]
/proc/loadavg: 2.99 2.94 3.06 4/197 21875
/proc/meminfo: memFree=28765132/32873844 swapFree=7384/7384
[pid=21875] ppid=21873 vsize=9558412 CPUtime=1.33 cores=0,2,4,6
/proc/21875/stat : 21875 (java) S 21873 21875 18255 0 -1 4202496 11825 0 1 0 129 4 0 0 20 0 18 0 254304993 9787813888 44108 33554432000 1073741824 1073778376 140736010143008 140736010134144 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21875/statm: 2389603 44108 2248 9 0 2380296 0
[pid=21875/tid=21876] ppid=21873 vsize=9558412 CPUtime=0.66 cores=0,2,4,6
/proc/21875/task/21876/stat : 21876 (java) R 21873 21875 18255 0 -1 4202560 2513 0 1 0 64 2 0 0 20 0 18 0 254304994 9787813888 44108 33554432000 1073741824 1073778376 140736010143008 140592096959816 140591946129095 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 9558412

[startup+1.50069 s]
/proc/loadavg: 2.99 2.94 3.06 4/215 21893
/proc/meminfo: memFree=28539168/32873844 swapFree=7384/7384
[pid=21875] ppid=21873 vsize=9558412 CPUtime=2.54 cores=0,2,4,6
/proc/21875/stat : 21875 (java) S 21873 21875 18255 0 -1 4202496 12569 0 1 0 238 16 0 0 20 0 18 0 254304993 9787813888 92014 33554432000 1073741824 1073778376 140736010143008 140736010134144 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21875/statm: 2389603 92014 2248 9 0 2380296 0
[pid=21875/tid=21876] ppid=21873 vsize=9558412 CPUtime=1.36 cores=0,2,4,6
/proc/21875/task/21876/stat : 21876 (java) R 21873 21875 18255 0 -1 4202560 2575 0 1 0 131 5 0 0 20 0 18 0 254304994 9787813888 92014 33554432000 1073741824 1073778376 140736010143008 140592096959768 140591946489009 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=21875/tid=21878] ppid=21873 vsize=9558412 CPUtime=0.03 cores=0,2,4,6
/proc/21875/task/21878/stat : 21878 (java) S 21873 21875 18255 0 -1 4202560 27 0 0 0 3 0 0 0 20 0 18 0 254304995 9787813888 92014 33554432000 1073741824 1073778376 140736010143008 140592069413544 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21875/tid=21879] ppid=21873 vsize=9558412 CPUtime=0.02 cores=0,2,4,6
/proc/21875/task/21879/stat : 21879 (java) S 21873 21875 18255 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 18 0 254304995 9787813888 92014 33554432000 1073741824 1073778376 140736010143008 140592068361000 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21875/tid=21880] ppid=21873 vsize=9558412 CPUtime=0.04 cores=0,2,4,6
/proc/21875/task/21880/stat : 21880 (java) S 21873 21875 18255 0 -1 4202560 35 0 0 0 4 0 0 0 20 0 18 0 254304995 9787813888 92014 33554432000 1073741824 1073778376 140736010143008 140592067308456 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21875/tid=21881] ppid=21873 vsize=9558412 CPUtime=0.03 cores=0,2,4,6
/proc/21875/task/21881/stat : 21881 (java) S 21873 21875 18255 0 -1 4202560 30 0 0 0 1 2 0 0 20 0 18 0 254304995 9787813888 92014 33554432000 1073741824 1073778376 140736010143008 140592066255912 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21875/tid=21882] ppid=21873 vsize=9558412 CPUtime=0.04 cores=0,2,4,6
/proc/21875/task/21882/stat : 21882 (java) S 21873 21875 18255 0 -1 4202560 39 0 0 0 3 1 0 0 20 0 18 0 254304995 9787813888 92014 33554432000 1073741824 1073778376 140736010143008 140592065202344 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21875/tid=21883] ppid=21873 vsize=9558412 CPUtime=0.07 cores=0,2,4,6
/proc/21875/task/21883/stat : 21883 (java) S 21873 21875 18255 0 -1 4202560 42 0 0 0 5 2 0 0 20 0 18 0 254304995 9787813888 92014 33554432000 1073741824 1073778376 140736010143008 140591935039784 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21875/tid=21884] ppid=21873 vsize=9558412 CPUtime=0.02 cores=0,2,4,6
/proc/21875/task/21884/stat : 21884 (java) S 21873 21875 18255 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 18 0 254304995 9787813888 92014 33554432000 1073741824 1073778376 140736010143008 140591933987240 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21875/tid=21885] ppid=21873 vsize=9558412 CPUtime=0.02 cores=0,2,4,6
/proc/21875/task/21885/stat : 21885 (java) S 21873 21875 18255 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 18 0 254304995 9787813888 92014 33554432000 1073741824 1073778376 140736010143008 140591932934696 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21875/tid=21886] ppid=21873 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/21875/task/21886/stat : 21886 (java) S 21873 21875 18255 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 18 0 254304996 9787813888 92014 33554432000 1073741824 1073778376 140736010143008 140591449987688 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21875/tid=21887] ppid=21873 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/21875/task/21887/stat : 21887 (java) S 21873 21875 18255 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 18 0 254304996 9787813888 92014 33554432000 1073741824 1073778376 140736010143008 140591448934008 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21875/tid=21888] ppid=21873 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/21875/task/21888/stat : 21888 (java) S 21873 21875 18255 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 254304996 9787813888 92014 33554432000 1073741824 1073778376 140736010143008 140591447881352 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21875/tid=21889] ppid=21873 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/21875/task/21889/stat : 21889 (java) S 21873 21875 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254304999 9787813888 92014 33554432000 1073741824 1073778376 140736010143008 140591446830096 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21875/tid=21890] ppid=21873 vsize=9558412 CPUtime=0.37 cores=0,2,4,6
/proc/21875/task/21890/stat : 21890 (java) S 21873 21875 18255 0 -1 4202560 4915 0 0 0 37 0 0 0 20 0 18 0 254304999 9787813888 92014 33554432000 1073741824 1073778376 140736010143008 140591445776440 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21875/tid=21891] ppid=21873 vsize=9558412 CPUtime=0.36 cores=0,2,4,6
/proc/21875/task/21891/stat : 21891 (java) S 21873 21875 18255 0 -1 4202560 3491 0 0 0 36 0 0 0 20 0 18 0 254304999 9787813888 92014 33554432000 1073741824 1073778376 140736010143008 140591444723896 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21875/tid=21892] ppid=21873 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/21875/task/21892/stat : 21892 (java) S 21873 21875 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254304999 9787813888 92014 33554432000 1073741824 1073778376 140736010143008 140591443671544 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21875/tid=21893] ppid=21873 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/21875/task/21893/stat : 21893 (java) S 21873 21875 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254304999 9787813888 92014 33554432000 1073741824 1073778376 140736010143008 140591442619208 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.54
Current children cumulated vsize (KiB) 9558412

[startup+3.1007 s]
/proc/loadavg: 2.99 2.94 3.06 4/215 21893
/proc/meminfo: memFree=28137576/32873844 swapFree=7384/7384
[pid=21875] ppid=21873 vsize=9558412 CPUtime=4.53 cores=0,2,4,6
/proc/21875/stat : 21875 (java) S 21873 21875 18255 0 -1 4202496 13154 0 1 0 423 30 0 0 20 0 18 0 254304993 9787813888 169127 33554432000 1073741824 1073778376 140736010143008 140736010134144 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21875/statm: 2389603 169127 2248 9 0 2380296 0
[pid=21875/tid=21876] ppid=21873 vsize=9558412 CPUtime=2.83 cores=0,2,4,6
/proc/21875/task/21876/stat : 21876 (java) R 21873 21875 18255 0 -1 4202560 2686 0 1 0 274 9 0 0 20 0 18 0 254304994 9787813888 169127 33554432000 1073741824 1073778376 140736010143008 140592096959880 140591946414952 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=21875/tid=21878] ppid=21873 vsize=9558412 CPUtime=0.16 cores=0,2,4,6
/proc/21875/task/21878/stat : 21878 (java) S 21873 21875 18255 0 -1 4202560 69 0 0 0 12 4 0 0 20 0 18 0 254304995 9787813888 169127 33554432000 1073741824 1073778376 140736010143008 140592069413544 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21875/tid=21879] ppid=21873 vsize=9558412 CPUtime=0.11 cores=0,2,4,6
/proc/21875/task/21879/stat : 21879 (java) S 21873 21875 18255 0 -1 4202560 53 0 0 0 8 3 0 0 20 0 18 0 254304995 9787813888 169127 33554432000 1073741824 1073778376 140736010143008 140592068361000 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21875/tid=21880] ppid=21873 vsize=9558412 CPUtime=0.07 cores=0,2,4,6
/proc/21875/task/21880/stat : 21880 (java) S 21873 21875 18255 0 -1 4202560 46 0 0 0 5 2 0 0 20 0 18 0 254304995 9787813888 169127 33554432000 1073741824 1073778376 140736010143008 140592067308456 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21875/tid=21881] ppid=21873 vsize=9558412 CPUtime=0.09 cores=0,2,4,6
/proc/21875/task/21881/stat : 21881 (java) S 21873 21875 18255 0 -1 4202560 54 0 0 0 6 3 0 0 20 0 18 0 254304995 9787813888 169127 33554432000 1073741824 1073778376 140736010143008 140592066255912 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21875/tid=21882] ppid=21873 vsize=9558412 CPUtime=0.13 cores=0,2,4,6
/proc/21875/task/21882/stat : 21882 (java) S 21873 21875 18255 0 -1 4202560 72 0 0 0 10 3 0 0 20 0 18 0 254304995 9787813888 169127 33554432000 1073741824 1073778376 140736010143008 140592065202344 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21875/tid=21883] ppid=21873 vsize=9558412 CPUtime=0.1 cores=0,2,4,6
/proc/21875/task/21883/stat : 21883 (java) S 21873 21875 18255 0 -1 4202560 51 0 0 0 7 3 0 0 20 0 18 0 254304995 9787813888 169127 33554432000 1073741824 1073778376 140736010143008 140591935039784 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21875/tid=21884] ppid=21873 vsize=9558412 CPUtime=0.08 cores=0,2,4,6
/proc/21875/task/21884/stat : 21884 (java) S 21873 21875 18255 0 -1 4202560 37 0 0 0 6 2 0 0 20 0 18 0 254304995 9787813888 169127 33554432000 1073741824 1073778376 140736010143008 140591933987240 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21875/tid=21885] ppid=21873 vsize=9558412 CPUtime=0.05 cores=0,2,4,6
/proc/21875/task/21885/stat : 21885 (java) S 21873 21875 18255 0 -1 4202560 26 0 0 0 3 2 0 0 20 0 18 0 254304995 9787813888 169127 33554432000 1073741824 1073778376 140736010143008 140591932934696 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21875/tid=21886] ppid=21873 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/21875/task/21886/stat : 21886 (java) S 21873 21875 18255 0 -1 4202560 480 0 0 0 0 0 0 0 20 0 18 0 254304996 9787813888 169127 33554432000 1073741824 1073778376 140736010143008 140591449987688 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21875/tid=21887] ppid=21873 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/21875/task/21887/stat : 21887 (java) S 21873 21875 18255 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 18 0 254304996 9787813888 169127 33554432000 1073741824 1073778376 140736010143008 140591448934008 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21875/tid=21888] ppid=21873 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/21875/task/21888/stat : 21888 (java) S 21873 21875 18255 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 254304996 9787813888 169127 33554432000 1073741824 1073778376 140736010143008 140591447881352 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21875/tid=21889] ppid=21873 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/21875/task/21889/stat : 21889 (java) S 21873 21875 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254304999 9787813888 169127 33554432000 1073741824 1073778376 140736010143008 140591446830096 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21875/tid=21890] ppid=21873 vsize=9558412 CPUtime=0.37 cores=0,2,4,6
/proc/21875/task/21890/stat : 21890 (java) S 21873 21875 18255 0 -1 4202560 4915 0 0 0 37 0 0 0 20 0 18 0 254304999 9787813888 169127 33554432000 1073741824 1073778376 140736010143008 140591445776440 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21875/tid=21891] ppid=21873 vsize=9558412 CPUtime=0.38 cores=0,2,4,6
/proc/21875/task/21891/stat : 21891 (java) S 21873 21875 18255 0 -1 4202560 3491 0 0 0 38 0 0 0 20 0 18 0 254304999 9787813888 169127 33554432000 1073741824 1073778376 140736010143008 140591444723896 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21875/tid=21892] ppid=21873 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/21875/task/21892/stat : 21892 (java) S 21873 21875 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254304999 9787813888 169127 33554432000 1073741824 1073778376 140736010143008 140591443671544 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21875/tid=21893] ppid=21873 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/21875/task/21893/stat : 21893 (java) S 21873 21875 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254304999 9787813888 169127 33554432000 1073741824 1073778376 140736010143008 140591442619208 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.53
Current children cumulated vsize (KiB) 9558412

[startup+6.30071 s]
/proc/loadavg: 2.99 2.94 3.06 4/215 21893
/proc/meminfo: memFree=27449032/32873844 swapFree=7384/7384
[pid=21875] ppid=21873 vsize=9558412 CPUtime=8.44 cores=0,2,4,6
/proc/21875/stat : 21875 (java) S 21873 21875 18255 0 -1 4202496 15360 0 1 0 787 57 0 0 20 0 18 0 254304993 9787813888 330819 33554432000 1073741824 1073778376 140736010143008 140736010134144 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21875/statm: 2389603 330819 2248 9 0 2380296 0
[pid=21875/tid=21876] ppid=21873 vsize=9558412 CPUtime=5.77 cores=0,2,4,6
/proc/21875/task/21876/stat : 21876 (java) R 21873 21875 18255 0 -1 4202560 3384 0 1 0 558 19 0 0 20 0 18 0 254304994 9787813888 330819 33554432000 1073741824 1073778376 140736010143008 140592096952272 140591946472894 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=21875/tid=21878] ppid=21873 vsize=9558412 CPUtime=0.28 cores=0,2,4,6
/proc/21875/task/21878/stat : 21878 (java) S 21873 21875 18255 0 -1 4202560 118 0 0 0 22 6 0 0 20 0 18 0 254304995 9787813888 330819 33554432000 1073741824 1073778376 140736010143008 140592069413544 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21875/tid=21879] ppid=21873 vsize=9558412 CPUtime=0.19 cores=0,2,4,6
/proc/21875/task/21879/stat : 21879 (java) S 21873 21875 18255 0 -1 4202560 81 0 0 0 15 4 0 0 20 0 18 0 254304995 9787813888 330819 33554432000 1073741824 1073778376 140736010143008 140592068361000 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21875/tid=21880] ppid=21873 vsize=9558412 CPUtime=0.16 cores=0,2,4,6
/proc/21875/task/21880/stat : 21880 (java) S 21873 21875 18255 0 -1 4202560 154 0 0 0 13 3 0 0 20 0 18 0 254304995 9787813888 330819 33554432000 1073741824 1073778376 140736010143008 140592067308456 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21875/tid=21881] ppid=21873 vsize=9558412 CPUtime=0.24 cores=0,2,4,6
/proc/21875/task/21881/stat : 21881 (java) S 21873 21875 18255 0 -1 4202560 110 0 0 0 18 6 0 0 20 0 18 0 254304995 9787813888 330819 33554432000 1073741824 1073778376 140736010143008 140592066255912 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21875/tid=21882] ppid=21873 vsize=9558412 CPUtime=0.29 cores=0,2,4,6
/proc/21875/task/21882/stat : 21882 (java) S 21873 21875 18255 0 -1 4202560 284 0 0 0 22 7 0 0 20 0 18 0 254304995 9787813888 330819 33554432000 1073741824 1073778376 140736010143008 140592065202344 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21875/tid=21883] ppid=21873 vsize=9558412 CPUtime=0.26 cores=0,2,4,6
/proc/21875/task/21883/stat : 21883 (java) S 21873 21875 18255 0 -1 4202560 215 0 0 0 21 5 0 0 20 0 18 0 254304995 9787813888 330819 33554432000 1073741824 1073778376 140736010143008 140591935039784 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21875/tid=21884] ppid=21873 vsize=9558412 CPUtime=0.2 cores=0,2,4,6
/proc/21875/task/21884/stat : 21884 (java) S 21873 21875 18255 0 -1 4202560 244 0 0 0 16 4 0 0 20 0 18 0 254304995 9787813888 330819 33554432000 1073741824 1073778376 140736010143008 140591933987240 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21875/tid=21885] ppid=21873 vsize=9558412 CPUtime=0.12 cores=0,2,4,6
/proc/21875/task/21885/stat : 21885 (java) S 21873 21875 18255 0 -1 4202560 169 0 0 0 9 3 0 0 20 0 18 0 254304995 9787813888 330819 33554432000 1073741824 1073778376 140736010143008 140591932934696 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21875/tid=21886] ppid=21873 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/21875/task/21886/stat : 21886 (java) S 21873 21875 18255 0 -1 4202560 1021 0 0 0 0 0 0 0 20 0 18 0 254304996 9787813888 330819 33554432000 1073741824 1073778376 140736010143008 140591449987688 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21875/tid=21887] ppid=21873 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/21875/task/21887/stat : 21887 (java) S 21873 21875 18255 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 18 0 254304996 9787813888 330819 33554432000 1073741824 1073778376 140736010143008 140591448934008 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21875/tid=21888] ppid=21873 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/21875/task/21888/stat : 21888 (java) S 21873 21875 18255 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 254304996 9787813888 330819 33554432000 1073741824 1073778376 140736010143008 140591447881352 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21875/tid=21889] ppid=21873 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/21875/task/21889/stat : 21889 (java) S 21873 21875 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254304999 9787813888 330819 33554432000 1073741824 1073778376 140736010143008 140591446830096 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21875/tid=21890] ppid=21873 vsize=9558412 CPUtime=0.37 cores=0,2,4,6
/proc/21875/task/21890/stat : 21890 (java) S 21873 21875 18255 0 -1 4202560 4915 0 0 0 37 0 0 0 20 0 18 0 254304999 9787813888 330819 33554432000 1073741824 1073778376 140736010143008 140591445776440 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21875/tid=21891] ppid=21873 vsize=9558412 CPUtime=0.38 cores=0,2,4,6
/proc/21875/task/21891/stat : 21891 (java) S 21873 21875 18255 0 -1 4202560 3491 0 0 0 38 0 0 0 20 0 18 0 254304999 9787813888 330819 33554432000 1073741824 1073778376 140736010143008 140591444723896 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21875/tid=21892] ppid=21873 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/21875/task/21892/stat : 21892 (java) S 21873 21875 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254304999 9787813888 330819 33554432000 1073741824 1073778376 140736010143008 140591443671544 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21875/tid=21893] ppid=21873 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/21875/task/21893/stat : 21893 (java) S 21873 21875 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254304999 9787813888 330819 33554432000 1073741824 1073778376 140736010143008 140591442619208 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0

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

/proc/21875/statm: 2456167 826663 2283 9 0 2446860 0
[pid=21875/tid=21876] ppid=21873 vsize=9824668 CPUtime=7.71 cores=0,2,4,6
/proc/21875/task/21876/stat : 21876 (java) S 21873 21875 18255 0 -1 4202560 3880 0 1 0 735 36 0 0 20 0 22 0 254304994 10060460032 826663 33554432000 1073741824 1073778376 140736010143008 140592096961528 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21875/tid=21878] ppid=21873 vsize=9824668 CPUtime=1.41 cores=0,2,4,6
/proc/21875/task/21878/stat : 21878 (java) S 21873 21875 18255 0 -1 4202560 568 0 0 0 129 12 0 0 20 0 22 0 254304995 10060460032 826663 33554432000 1073741824 1073778376 140736010143008 140592069413544 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21875/tid=21879] ppid=21873 vsize=9824668 CPUtime=0.94 cores=0,2,4,6
/proc/21875/task/21879/stat : 21879 (java) S 21873 21875 18255 0 -1 4202560 226 0 0 0 86 8 0 0 20 0 22 0 254304995 10060460032 826663 33554432000 1073741824 1073778376 140736010143008 140592068361000 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21875/tid=21880] ppid=21873 vsize=9824668 CPUtime=1.21 cores=0,2,4,6
/proc/21875/task/21880/stat : 21880 (java) S 21873 21875 18255 0 -1 4202560 435 0 0 0 110 11 0 0 20 0 22 0 254304995 10060460032 826663 33554432000 1073741824 1073778376 140736010143008 140592067308456 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21875/tid=21881] ppid=21873 vsize=9824668 CPUtime=1.25 cores=0,2,4,6
/proc/21875/task/21881/stat : 21881 (java) S 21873 21875 18255 0 -1 4202560 470 0 0 0 113 12 0 0 20 0 22 0 254304995 10060460032 826663 33554432000 1073741824 1073778376 140736010143008 140592066255912 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21875/tid=21882] ppid=21873 vsize=9824668 CPUtime=1.11 cores=0,2,4,6
/proc/21875/task/21882/stat : 21882 (java) S 21873 21875 18255 0 -1 4202560 598 0 0 0 100 11 0 0 20 0 22 0 254304995 10060460032 826663 33554432000 1073741824 1073778376 140736010143008 140592065202344 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21875/tid=21883] ppid=21873 vsize=9824668 CPUtime=1.17 cores=0,2,4,6
/proc/21875/task/21883/stat : 21883 (java) S 21873 21875 18255 0 -1 4202560 627 0 0 0 107 10 0 0 20 0 22 0 254304995 10060460032 826663 33554432000 1073741824 1073778376 140736010143008 140591935039784 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21875/tid=21884] ppid=21873 vsize=9824668 CPUtime=1.26 cores=0,2,4,6
/proc/21875/task/21884/stat : 21884 (java) S 21873 21875 18255 0 -1 4202560 412 0 0 0 113 13 0 0 20 0 22 0 254304995 10060460032 826663 33554432000 1073741824 1073778376 140736010143008 140591933987240 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21875/tid=21885] ppid=21873 vsize=9824668 CPUtime=1.04 cores=0,2,4,6
/proc/21875/task/21885/stat : 21885 (java) S 21873 21875 18255 0 -1 4202560 381 0 0 0 96 8 0 0 20 0 22 0 254304995 10060460032 826663 33554432000 1073741824 1073778376 140736010143008 140591932934696 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21875/tid=21886] ppid=21873 vsize=9824668 CPUtime=47.05 cores=0,2,4,6
/proc/21875/task/21886/stat : 21886 (java) S 21873 21875 18255 0 -1 4202560 2431 0 0 0 4695 10 0 0 20 0 22 0 254304996 10060460032 826663 33554432000 1073741824 1073778376 140736010143008 140591449987688 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21875/tid=21887] ppid=21873 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21875/task/21887/stat : 21887 (java) S 21873 21875 18255 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 254304996 10060460032 826663 33554432000 1073741824 1073778376 140736010143008 140591448934008 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21875/tid=21888] ppid=21873 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21875/task/21888/stat : 21888 (java) S 21873 21875 18255 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254304996 10060460032 826663 33554432000 1073741824 1073778376 140736010143008 140591447881352 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21875/tid=21889] ppid=21873 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21875/task/21889/stat : 21889 (java) S 21873 21875 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254304999 10060460032 826663 33554432000 1073741824 1073778376 140736010143008 140591446830096 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21875/tid=21890] ppid=21873 vsize=9824668 CPUtime=0.97 cores=0,2,4,6
/proc/21875/task/21890/stat : 21890 (java) S 21873 21875 18255 0 -1 4202560 4967 0 0 0 97 0 0 0 20 0 22 0 254304999 10060460032 826663 33554432000 1073741824 1073778376 140736010143008 140591445776440 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21875/tid=21891] ppid=21873 vsize=9824668 CPUtime=1.15 cores=0,2,4,6
/proc/21875/task/21891/stat : 21891 (java) S 21873 21875 18255 0 -1 4202560 6949 0 0 0 113 2 0 0 20 0 22 0 254304999 10060460032 826663 33554432000 1073741824 1073778376 140736010143008 140591444723896 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21875/tid=21892] ppid=21873 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21875/task/21892/stat : 21892 (java) S 21873 21875 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254304999 10060460032 826663 33554432000 1073741824 1073778376 140736010143008 140591443671544 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21875/tid=21893] ppid=21873 vsize=9824668 CPUtime=0.31 cores=0,2,4,6
/proc/21875/task/21893/stat : 21893 (java) S 21873 21875 18255 0 -1 4202560 47 0 0 0 12 19 0 0 20 0 22 0 254304999 10060460032 826663 33554432000 1073741824 1073778376 140736010143008 140591442619208 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21875/tid=21897] ppid=21873 vsize=9824668 CPUtime=762.6 cores=0,2,4,6
/proc/21875/task/21897/stat : 21897 (java) R 21873 21875 18255 0 -1 4202560 58 0 0 0 76248 12 0 0 20 0 22 0 254305837 10060460032 826663 33554432000 1073741824 1073778376 140736010143008 140591441562400 140591946883262 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=21875/tid=21898] ppid=21873 vsize=9824668 CPUtime=762.68 cores=0,2,4,6
/proc/21875/task/21898/stat : 21898 (java) R 21873 21875 18255 0 -1 4202560 270 0 0 0 76252 16 0 0 20 0 22 0 254305838 10060460032 826663 33554432000 1073741824 1073778376 140736010143008 140591440511712 140591946961617 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=21875/tid=21899] ppid=21873 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21875/task/21899/stat : 21899 (java) S 21873 21875 18255 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254305840 10060460032 826663 33554432000 1073741824 1073778376 140736010143008 140591439459880 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21875/tid=21900] ppid=21873 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21875/task/21900/stat : 21900 (java) S 21873 21875 18255 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254305840 10060460032 826663 33554432000 1073741824 1073778376 140736010143008 140591438407336 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1595.91
Current children cumulated vsize (KiB) 9824668

[startup+882.307 s]
/proc/loadavg: 3.96 3.87 3.56 5/219 22051
/proc/meminfo: memFree=23827236/32873844 swapFree=7384/7384
[pid=21875] ppid=21873 vsize=9824668 CPUtime=1714.38 cores=0,2,4,6
/proc/21875/stat : 21875 (java) S 21873 21875 18255 0 -1 4202496 23670 0 1 0 171285 153 0 0 20 0 22 0 254304993 10060460032 832304 33554432000 1073741824 1073778376 140736010143008 140736010134144 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21875/statm: 2456167 832304 2283 9 0 2446860 0
[pid=21875/tid=21876] ppid=21873 vsize=9824668 CPUtime=7.72 cores=0,2,4,6
/proc/21875/task/21876/stat : 21876 (java) S 21873 21875 18255 0 -1 4202560 3882 0 1 0 736 36 0 0 20 0 22 0 254304994 10060460032 832304 33554432000 1073741824 1073778376 140736010143008 140592096961528 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21875/tid=21878] ppid=21873 vsize=9824668 CPUtime=1.44 cores=0,2,4,6
/proc/21875/task/21878/stat : 21878 (java) S 21873 21875 18255 0 -1 4202560 592 0 0 0 132 12 0 0 20 0 22 0 254304995 10060460032 832304 33554432000 1073741824 1073778376 140736010143008 140592069413544 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21875/tid=21879] ppid=21873 vsize=9824668 CPUtime=0.98 cores=0,2,4,6
/proc/21875/task/21879/stat : 21879 (java) S 21873 21875 18255 0 -1 4202560 226 0 0 0 90 8 0 0 20 0 22 0 254304995 10060460032 832304 33554432000 1073741824 1073778376 140736010143008 140592068361000 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21875/tid=21880] ppid=21873 vsize=9824668 CPUtime=1.24 cores=0,2,4,6
/proc/21875/task/21880/stat : 21880 (java) S 21873 21875 18255 0 -1 4202560 435 0 0 0 113 11 0 0 20 0 22 0 254304995 10060460032 832304 33554432000 1073741824 1073778376 140736010143008 140592067308456 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21875/tid=21881] ppid=21873 vsize=9824668 CPUtime=1.31 cores=0,2,4,6
/proc/21875/task/21881/stat : 21881 (java) S 21873 21875 18255 0 -1 4202560 518 0 0 0 119 12 0 0 20 0 22 0 254304995 10060460032 832304 33554432000 1073741824 1073778376 140736010143008 140592066255912 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21875/tid=21882] ppid=21873 vsize=9824668 CPUtime=1.14 cores=0,2,4,6
/proc/21875/task/21882/stat : 21882 (java) S 21873 21875 18255 0 -1 4202560 602 0 0 0 103 11 0 0 20 0 22 0 254304995 10060460032 832304 33554432000 1073741824 1073778376 140736010143008 140592065202344 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21875/tid=21883] ppid=21873 vsize=9824668 CPUtime=1.2 cores=0,2,4,6
/proc/21875/task/21883/stat : 21883 (java) S 21873 21875 18255 0 -1 4202560 637 0 0 0 110 10 0 0 20 0 22 0 254304995 10060460032 832304 33554432000 1073741824 1073778376 140736010143008 140591935039784 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21875/tid=21884] ppid=21873 vsize=9824668 CPUtime=1.29 cores=0,2,4,6
/proc/21875/task/21884/stat : 21884 (java) S 21873 21875 18255 0 -1 4202560 413 0 0 0 116 13 0 0 20 0 22 0 254304995 10060460032 832304 33554432000 1073741824 1073778376 140736010143008 140591933987240 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21875/tid=21885] ppid=21873 vsize=9824668 CPUtime=1.09 cores=0,2,4,6
/proc/21875/task/21885/stat : 21885 (java) S 21873 21875 18255 0 -1 4202560 435 0 0 0 101 8 0 0 20 0 22 0 254304995 10060460032 832304 33554432000 1073741824 1073778376 140736010143008 140591932934696 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21875/tid=21886] ppid=21873 vsize=9824668 CPUtime=48.72 cores=0,2,4,6
/proc/21875/task/21886/stat : 21886 (java) S 21873 21875 18255 0 -1 4202560 2447 0 0 0 4861 11 0 0 20 0 22 0 254304996 10060460032 832304 33554432000 1073741824 1073778376 140736010143008 140591449987688 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21875/tid=21887] ppid=21873 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21875/task/21887/stat : 21887 (java) S 21873 21875 18255 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 254304996 10060460032 832304 33554432000 1073741824 1073778376 140736010143008 140591448934008 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21875/tid=21888] ppid=21873 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21875/task/21888/stat : 21888 (java) S 21873 21875 18255 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254304996 10060460032 832304 33554432000 1073741824 1073778376 140736010143008 140591447881352 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21875/tid=21889] ppid=21873 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21875/task/21889/stat : 21889 (java) S 21873 21875 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254304999 10060460032 832304 33554432000 1073741824 1073778376 140736010143008 140591446830096 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21875/tid=21890] ppid=21873 vsize=9824668 CPUtime=0.97 cores=0,2,4,6
/proc/21875/task/21890/stat : 21890 (java) S 21873 21875 18255 0 -1 4202560 4967 0 0 0 97 0 0 0 20 0 22 0 254304999 10060460032 832304 33554432000 1073741824 1073778376 140736010143008 140591445776440 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21875/tid=21891] ppid=21873 vsize=9824668 CPUtime=1.15 cores=0,2,4,6
/proc/21875/task/21891/stat : 21891 (java) S 21873 21875 18255 0 -1 4202560 6949 0 0 0 113 2 0 0 20 0 22 0 254304999 10060460032 832304 33554432000 1073741824 1073778376 140736010143008 140591444723896 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21875/tid=21892] ppid=21873 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21875/task/21892/stat : 21892 (java) S 21873 21875 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254304999 10060460032 832304 33554432000 1073741824 1073778376 140736010143008 140591443671544 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21875/tid=21893] ppid=21873 vsize=9824668 CPUtime=0.33 cores=0,2,4,6
/proc/21875/task/21893/stat : 21893 (java) S 21873 21875 18255 0 -1 4202560 51 0 0 0 14 19 0 0 20 0 22 0 254304999 10060460032 832304 33554432000 1073741824 1073778376 140736010143008 140591442619208 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21875/tid=21897] ppid=21873 vsize=9824668 CPUtime=820.68 cores=0,2,4,6
/proc/21875/task/21897/stat : 21897 (java) R 21873 21875 18255 0 -1 4202560 58 0 0 0 82055 13 0 0 20 0 22 0 254305837 10060460032 832304 33554432000 1073741824 1073778376 140736010143008 140591441564256 140591946951134 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=21875/tid=21898] ppid=21873 vsize=9824668 CPUtime=820.76 cores=0,2,4,6
/proc/21875/task/21898/stat : 21898 (java) R 21873 21875 18255 0 -1 4202560 271 0 0 0 82059 17 0 0 20 0 22 0 254305838 10060460032 832304 33554432000 1073741824 1073778376 140736010143008 140591440509952 140591946961796 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=21875/tid=21899] ppid=21873 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21875/task/21899/stat : 21899 (java) S 21873 21875 18255 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254305840 10060460032 832304 33554432000 1073741824 1073778376 140736010143008 140591439459880 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21875/tid=21900] ppid=21873 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21875/task/21900/stat : 21900 (java) S 21873 21875 18255 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254305840 10060460032 832304 33554432000 1073741824 1073778376 140736010143008 140591438407336 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1714.38
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+926.307 s]
/proc/loadavg: 3.94 3.87 3.57 5/219 22051
/proc/meminfo: memFree=23858740/32873844 swapFree=7384/7384
[pid=21875] ppid=21873 vsize=9824668 CPUtime=1800.12 cores=0,2,4,6
/proc/21875/stat : 21875 (java) S 21873 21875 18255 0 -1 4202496 24112 0 1 0 179859 153 0 0 20 0 22 0 254304993 10060460032 835806 33554432000 1073741824 1073778376 140736010143008 140736010134144 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21875/statm: 2456167 835806 2283 9 0 2446860 0
[pid=21875/tid=21876] ppid=21873 vsize=9824668 CPUtime=7.72 cores=0,2,4,6
/proc/21875/task/21876/stat : 21876 (java) S 21873 21875 18255 0 -1 4202560 3884 0 1 0 736 36 0 0 20 0 22 0 254304994 10060460032 835806 33554432000 1073741824 1073778376 140736010143008 140592096961528 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21875/tid=21878] ppid=21873 vsize=9824668 CPUtime=1.45 cores=0,2,4,6
/proc/21875/task/21878/stat : 21878 (java) S 21873 21875 18255 0 -1 4202560 592 0 0 0 133 12 0 0 20 0 22 0 254304995 10060460032 835806 33554432000 1073741824 1073778376 140736010143008 140592069413544 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21875/tid=21879] ppid=21873 vsize=9824668 CPUtime=1 cores=0,2,4,6
/proc/21875/task/21879/stat : 21879 (java) S 21873 21875 18255 0 -1 4202560 226 0 0 0 92 8 0 0 20 0 22 0 254304995 10060460032 835806 33554432000 1073741824 1073778376 140736010143008 140592068361000 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21875/tid=21880] ppid=21873 vsize=9824668 CPUtime=1.26 cores=0,2,4,6
/proc/21875/task/21880/stat : 21880 (java) S 21873 21875 18255 0 -1 4202560 435 0 0 0 115 11 0 0 20 0 22 0 254304995 10060460032 835806 33554432000 1073741824 1073778376 140736010143008 140592067308456 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21875/tid=21881] ppid=21873 vsize=9824668 CPUtime=1.33 cores=0,2,4,6
/proc/21875/task/21881/stat : 21881 (java) S 21873 21875 18255 0 -1 4202560 518 0 0 0 121 12 0 0 20 0 22 0 254304995 10060460032 835806 33554432000 1073741824 1073778376 140736010143008 140592066255912 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21875/tid=21882] ppid=21873 vsize=9824668 CPUtime=1.18 cores=0,2,4,6
/proc/21875/task/21882/stat : 21882 (java) S 21873 21875 18255 0 -1 4202560 602 0 0 0 107 11 0 0 20 0 22 0 254304995 10060460032 835806 33554432000 1073741824 1073778376 140736010143008 140592065202344 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21875/tid=21883] ppid=21873 vsize=9824668 CPUtime=1.22 cores=0,2,4,6
/proc/21875/task/21883/stat : 21883 (java) S 21873 21875 18255 0 -1 4202560 637 0 0 0 112 10 0 0 20 0 22 0 254304995 10060460032 835806 33554432000 1073741824 1073778376 140736010143008 140591935039784 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21875/tid=21884] ppid=21873 vsize=9824668 CPUtime=1.3 cores=0,2,4,6
/proc/21875/task/21884/stat : 21884 (java) S 21873 21875 18255 0 -1 4202560 413 0 0 0 117 13 0 0 20 0 22 0 254304995 10060460032 835806 33554432000 1073741824 1073778376 140736010143008 140591933987240 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21875/tid=21885] ppid=21873 vsize=9824668 CPUtime=1.11 cores=0,2,4,6
/proc/21875/task/21885/stat : 21885 (java) S 21873 21875 18255 0 -1 4202560 435 0 0 0 103 8 0 0 20 0 22 0 254304995 10060460032 835806 33554432000 1073741824 1073778376 140736010143008 140591932934696 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21875/tid=21886] ppid=21873 vsize=9824668 CPUtime=51.03 cores=0,2,4,6
/proc/21875/task/21886/stat : 21886 (java) S 21873 21875 18255 0 -1 4202560 2885 0 0 0 5092 11 0 0 20 0 22 0 254304996 10060460032 835806 33554432000 1073741824 1073778376 140736010143008 140591449987688 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21875/tid=21887] ppid=21873 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21875/task/21887/stat : 21887 (java) S 21873 21875 18255 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 254304996 10060460032 835806 33554432000 1073741824 1073778376 140736010143008 140591448934008 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21875/tid=21888] ppid=21873 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21875/task/21888/stat : 21888 (java) S 21873 21875 18255 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254304996 10060460032 835806 33554432000 1073741824 1073778376 140736010143008 140591447881352 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21875/tid=21889] ppid=21873 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21875/task/21889/stat : 21889 (java) S 21873 21875 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254304999 10060460032 835806 33554432000 1073741824 1073778376 140736010143008 140591446830096 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21875/tid=21890] ppid=21873 vsize=9824668 CPUtime=0.97 cores=0,2,4,6
/proc/21875/task/21890/stat : 21890 (java) S 21873 21875 18255 0 -1 4202560 4967 0 0 0 97 0 0 0 20 0 22 0 254304999 10060460032 835806 33554432000 1073741824 1073778376 140736010143008 140591445776440 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21875/tid=21891] ppid=21873 vsize=9824668 CPUtime=1.15 cores=0,2,4,6
/proc/21875/task/21891/stat : 21891 (java) S 21873 21875 18255 0 -1 4202560 6949 0 0 0 113 2 0 0 20 0 22 0 254304999 10060460032 835806 33554432000 1073741824 1073778376 140736010143008 140591444723896 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21875/tid=21892] ppid=21873 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21875/task/21892/stat : 21892 (java) S 21873 21875 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254304999 10060460032 835806 33554432000 1073741824 1073778376 140736010143008 140591443671544 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21875/tid=21893] ppid=21873 vsize=9824668 CPUtime=0.35 cores=0,2,4,6
/proc/21875/task/21893/stat : 21893 (java) S 21873 21875 18255 0 -1 4202560 53 0 0 0 15 20 0 0 20 0 22 0 254304999 10060460032 835806 33554432000 1073741824 1073778376 140736010143008 140591442619208 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21875/tid=21897] ppid=21873 vsize=9824668 CPUtime=862.23 cores=0,2,4,6
/proc/21875/task/21897/stat : 21897 (java) R 21873 21875 18255 0 -1 4202560 58 0 0 0 86209 14 0 0 20 0 22 0 254305837 10060460032 835806 33554432000 1073741824 1073778376 140736010143008 140591441564256 140591946857276 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=21875/tid=21898] ppid=21873 vsize=9824668 CPUtime=862.31 cores=0,2,4,6
/proc/21875/task/21898/stat : 21898 (java) R 21873 21875 18255 0 -1 4202560 271 0 0 0 86213 18 0 0 20 0 22 0 254305838 10060460032 835806 33554432000 1073741824 1073778376 140736010143008 140591440509952 140591946961553 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=21875/tid=21899] ppid=21873 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21875/task/21899/stat : 21899 (java) S 21873 21875 18255 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254305840 10060460032 835806 33554432000 1073741824 1073778376 140736010143008 140591439459880 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21875/tid=21900] ppid=21873 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21875/task/21900/stat : 21900 (java) S 21873 21875 18255 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254305840 10060460032 835806 33554432000 1073741824 1073778376 140736010143008 140591438407336 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.12
Current children cumulated vsize (KiB) 9824668

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 21875 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=989272
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=29691
# CPU time returned by wait4() is 1796.02
# while last known CPU time is 1800.12
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 926.363
CPU time (s): 1800.12
CPU user time (s): 1798.59
CPU system time (s): 1.53
CPU usage (%): 194.321
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.99
system time used= 2.02969
maximum resident set size= 3343348
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24144
page faults= 1
swaps= 0
block input operations= 0
block output operations= 960
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24985
involuntary context switches= 24336

runsolver used 3.44248 second user time and 8.51271 second system time

The end

Launcher Data

Begin job on node136 at 2012-05-24 19:49:55
IDJOB=3689396
IDBENCH=89637
IDSOLVER=2268
FILE ID=node136/3689396-1337881794
RUNJOBID= node136-1337871880-18271
PBS_JOBID= 14620068
Free space on /tmp= 71668 MiB

SOLVER NAME= SAT 4j PB RES // CP 2.3.2 Snapshot
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/lopes/normalized-146.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3689396-1337881794/watcher-3689396-1337881794 -o /tmp/evaluation-result-3689396-1337881794/solver-3689396-1337881794 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3689396-1337881794.opb

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

MD5SUM BENCH= 132271a8a55b01af9ffef359148ae5e1
RANDOM SEED=1163828426

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28765380 kB
Buffers:          284820 kB
Cached:          1958388 kB
SwapCached:        24460 kB
Active:          1715744 kB
Inactive:        1621512 kB
Active(anon):    1068872 kB
Inactive(anon):    25096 kB
Active(file):     646872 kB
Inactive(file):  1596416 kB
Unevictable:        7384 kB
Mlocked:            7384 kB
SwapTotal:      67108856 kB
SwapFree:       67079072 kB
Dirty:             50052 kB
Writeback:             0 kB
AnonPages:       1079620 kB
Mapped:            17812 kB
Shmem:                 0 kB
Slab:             628676 kB
SReclaimable:      69844 kB
SUnreclaim:       558832 kB
KernelStack:        1728 kB
PageTables:         6272 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1246676 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1013760 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= 71668 MiB
End job on node136 at 2012-05-24 20:05:24