Trace number 3744484

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
PB10: SAT4J PB RES // CP 2.2.0 2010-05-31? (TO) 1800.18 893.258

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/IC/
normalized-minisat25_6_3_3_ic.opb
MD5SUMfa2d46c927da2620047f5e5cfeece7cd
Bench CategoryOPT-BIGINT-LIN (optimisation, big 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 FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables15725
Total number of constraints31332
Number of constraints which are clauses14450
Number of constraints which are cardinality constraints (but not clauses)7
Number of constraints which are nor clauses,nor cardinality constraints16875
Minimum length of a constraint2
Maximum length of a constraint300
Number of terms in the objective function 1825
Biggest coefficient in the objective function 111980168
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 9113142699
Number of bits of the sum of numbers in the objective function 34
Biggest number in a constraint 111980168
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 9113142699
Number of bits of the biggest sum of numbers34
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.05/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.07	c See www.sat4j.org for details.
0.05/0.07	c version 2.2.0.v20100531
0.05/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.07	c java.vm.version	19.1-b02
0.05/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.07	c sun.arch.data.model	64
0.05/0.07	c java.version		1.6.0_24
0.05/0.07	c os.name		Linux
0.05/0.07	c os.version		2.6.32-71.29.1.el6.x86_64
0.05/0.07	c os.arch		amd64
0.05/0.07	c Free memory 		1349517296
0.05/0.07	c Max memory 		1356595200
0.05/0.07	c Total memory 		1356595200
0.05/0.07	c Number of processors 	8
0.10/0.10	c Pseudo Boolean Optimization
0.10/0.10	c ManyCore solver with 2 solvers running in parallel
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c Stops conflict analysis at the first Unique Implication Point
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@431b9fb1
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.10	c Expensive reason simplification
0.10/0.10	c Armin Biere (Picosat) restarts strategy
0.10/0.10	c Glucose learned constraints deletion strategy
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c Stops conflict analysis at the first Unique Implication Point
0.10/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5b2558d6
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.10	c No reason simplification
0.10/0.10	c Armin Biere (Picosat) restarts strategy
0.10/0.10	c Glucose learned constraints deletion strategy
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	
0.10/0.10	c solving HOME/instance-3744484-1338810049.opb
0.10/0.10	c reading problem ... 
1.43/0.69	c ... done. Wall clock time 0.587s.
1.43/0.69	c #vars     15725
1.43/0.69	c #constraints  33208
1.43/0.69	c constraints type 
1.43/0.69	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 14726
1.43/0.69	c org.sat4j.minisat.constraints.card.MinWatchCard => 7
1.43/0.69	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3625
1.43/0.69	c org.sat4j.pb.constraints.pb.MaxWatchPb => 14775
1.43/0.69	c constraints type 
1.43/0.69	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 3625
1.43/0.69	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 14726
1.43/0.69	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 7
1.43/0.69	c org.sat4j.pb.constraints.pb.MaxWatchPb => 14775
16.13/6.98	c cleaning 2493 clauses out of 5000 with flag 5000/5000
28.21/12.86	c cleaning 4251 clauses out of 8508 with flag 11001/11001
43.47/20.47	c cleaning 5621 clauses out of 11256 with flag 18000/18000
60.73/29.06	c cleaning 6807 clauses out of 13635 with flag 26000/26000
83.39/40.30	c cleaning 7908 clauses out of 15829 with flag 35001/35001
107.48/52.38	c cleaning 8951 clauses out of 17921 with flag 45001/45001
135.62/66.33	c cleaning 9977 clauses out of 19969 with flag 56000/56000
170.20/83.60	c cleaning 10996 clauses out of 21994 with flag 68002/68002
204.28/100.58	c cleaning 11993 clauses out of 23997 with flag 81001/81001
236.76/116.77	c cleaning 12996 clauses out of 26005 with flag 95002/95002
287.70/142.06	c cleaning 13966 clauses out of 28007 with flag 110000/110000
331.35/163.73	c cleaning 15013 clauses out of 30042 with flag 126001/126001
375.89/185.91	c cleaning 16008 clauses out of 32029 with flag 143001/143001
431.19/213.45	c cleaning 16996 clauses out of 34020 with flag 161000/161000
486.33/240.87	c cleaning 18006 clauses out of 36025 with flag 180001/180001
539.65/267.31	c cleaning 19002 clauses out of 38019 with flag 200001/200001
572.87/283.92	c cleaning 0 clauses out of 5001 with flag 0/5001
599.47/297.19	c cleaning 19983 clauses out of 40016 with flag 221000/221000
655.34/324.80	c cleaning 21013 clauses out of 42034 with flag 243001/243001
718.93/356.43	c cleaning 22004 clauses out of 44020 with flag 266000/266000
777.42/385.52	c cleaning 23001 clauses out of 46017 with flag 290001/290001
846.06/419.63	c cleaning 24004 clauses out of 48017 with flag 315002/315002
941.29/466.98	c cleaning 24997 clauses out of 50013 with flag 341002/341002
1012.64/502.34	c cleaning 26000 clauses out of 52014 with flag 368000/368000
1088.04/539.85	c cleaning 26999 clauses out of 54014 with flag 396000/396000
1145.23/568.28	c cleaning 28003 clauses out of 56018 with flag 425003/425003
1213.69/602.25	c cleaning 28991 clauses out of 58012 with flag 455000/455000
1286.04/638.13	c cleaning 30003 clauses out of 60021 with flag 486000/486000
1366.83/678.33	c cleaning 31002 clauses out of 62019 with flag 518001/518001
1476.29/732.55	c cleaning 32001 clauses out of 64018 with flag 551002/551002
1600.39/794.20	c cleaning 33000 clauses out of 66015 with flag 585000/585000
1708.36/847.61	c cleaning 33500 clauses out of 67015 with flag 619000/619000
1800.18/893.22	c starts		: 168
1800.18/893.22	c conflicts		: 649431
1800.18/893.22	c decisions		: 921266
1800.18/893.22	c propagations		: 404447992
1800.18/893.22	c inspects		: 2624203126
1800.18/893.22	c learnt literals	: 0
1800.18/893.22	c learnt binary clauses	: 0
1800.18/893.22	c learnt ternary clauses	: 0
1800.18/893.22	c learnt clauses	: 649430
1800.18/893.22	c ignored clauses	: 0
1800.18/893.22	c root simplifications	: 0
1800.18/893.22	c removed literals (reason simplification)	: 22862508
1800.18/893.22	c reason swapping (by a shorter reason)	: 0
1800.18/893.22	c Calls to reduceDB	: 31
1800.18/893.22	c number of reductions to clauses (during analyze)	: 0
1800.18/893.22	c number of learned constraints concerned by reduction	: 0
1800.18/893.22	c number of learning phase by resolution	: 0
1800.18/893.22	c number of learning phase by cutting planes	: 0
1800.18/893.22	c speed (assignments/second)	: 453148.2921003127
1800.18/893.22	c non guided choices	6
1800.18/893.25	c learnt constraints type 
1800.18/893.25	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 63966
1800.18/893.25	c constraints type 
1800.18/893.25	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 14726
1800.18/893.25	c org.sat4j.minisat.constraints.card.MinWatchCard => 7
1800.18/893.25	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3625
1800.18/893.25	c org.sat4j.pb.constraints.pb.MaxWatchPb => 14775
1800.18/893.25	c constraints type 
1800.18/893.25	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 3625
1800.18/893.25	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 14726
1800.18/893.25	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 7
1800.18/893.25	c org.sat4j.pb.constraints.pb.MaxWatchPb => 14775
1800.18/893.25	s UNKNOWN
1800.18/893.25	c Total wall clock time (in seconds): 893.145

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-3744484-1338810049/watcher-3744484-1338810049 -o /tmp/evaluation-result-3744484-1338810049/solver-3744484-1338810049 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3744484-1338810049.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: 2.00 2.00 1.98 3/175 12184
/proc/meminfo: memFree=26818632/32873852 swapFree=7624/7624
[pid=12184] ppid=12182 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/12184/stat : 12184 (java) R 12182 12184 12140 0 -1 4202496 979 0 0 0 0 0 0 0 20 0 1 0 347130367 23793664 706 33554432000 1073741824 1073778376 140735898249424 140735898238488 252253877608 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/12184/statm: 5809 706 521 9 0 128 0

[startup+0.0672699 s]
/proc/loadavg: 2.00 2.00 1.98 3/175 12184
/proc/meminfo: memFree=26818632/32873852 swapFree=7624/7624
[pid=12184] ppid=12182 vsize=2699928 CPUtime=0.05 cores=1,3,5,7
/proc/12184/stat : 12184 (java) S 12182 12184 12140 0 -1 4202496 3894 0 1 0 4 1 0 0 20 0 18 0 347130367 2764726272 5613 33554432000 1073741824 1073778376 140735898249424 140735898240560 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/12184/statm: 674982 5613 1772 9 0 665676 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 2699928

[startup+0.100319 s]
/proc/loadavg: 2.00 2.00 1.98 3/175 12184
/proc/meminfo: memFree=26818632/32873852 swapFree=7624/7624
[pid=12184] ppid=12182 vsize=2699928 CPUtime=0.1 cores=1,3,5,7
/proc/12184/stat : 12184 (java) S 12182 12184 12140 0 -1 4202496 4758 0 1 0 9 1 0 0 20 0 18 0 347130367 2764726272 6462 33554432000 1073741824 1073778376 140735898249424 140735898240560 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/12184/statm: 674982 6462 2124 9 0 665676 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2699928

[startup+0.300282 s]
/proc/loadavg: 2.00 2.00 1.98 3/175 12184
/proc/meminfo: memFree=26818632/32873852 swapFree=7624/7624
[pid=12184] ppid=12182 vsize=2699928 CPUtime=0.53 cores=1,3,5,7
/proc/12184/stat : 12184 (java) S 12182 12184 12140 0 -1 4202496 6030 0 1 0 52 1 0 0 20 0 18 0 347130367 2764726272 10110 33554432000 1073741824 1073778376 140735898249424 140735898240560 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/12184/statm: 674982 10110 2220 9 0 665676 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 2699928

[startup+0.700213 s]
/proc/loadavg: 2.00 2.00 1.98 3/175 12184
/proc/meminfo: memFree=26818632/32873852 swapFree=7624/7624
[pid=12184] ppid=12182 vsize=2833056 CPUtime=1.72 cores=1,3,5,7
/proc/12184/stat : 12184 (java) S 12182 12184 12140 0 -1 4202496 16477 0 1 0 166 6 0 0 20 0 20 0 347130367 2901049344 43560 33554432000 1073741824 1073778376 140735898249424 140735898240560 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/12184/statm: 708264 43560 2242 9 0 698958 0
Current children cumulated CPU time (s) 1.72
Current children cumulated vsize (KiB) 2833056

[startup+1.50075 s]
/proc/loadavg: 2.40 2.08 2.01 9/218 12227
/proc/meminfo: memFree=26482928/32873852 swapFree=7624/7624
[pid=12184] ppid=12182 vsize=2966184 CPUtime=4.35 cores=1,3,5,7
/proc/12184/stat : 12184 (java) S 12182 12184 12140 0 -1 4202496 16676 0 1 0 425 10 0 0 20 0 22 0 347130367 3037372416 93315 33554432000 1073741824 1073778376 140735898249424 140735898240560 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/12184/statm: 741546 93315 2262 9 0 732240 0
[pid=12184/tid=12187] ppid=12182 vsize=2966184 CPUtime=0.66 cores=1,3,5,7
/proc/12184/task/12187/stat : 12187 (java) S 12182 12184 12140 0 -1 4202560 2853 0 1 0 63 3 0 0 20 0 22 0 347130368 3037372416 93315 33554432000 1073741824 1073778376 140735898249424 140444376732824 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12184/tid=12196] ppid=12182 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12184/task/12196/stat : 12196 (java) S 12182 12184 12140 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347130369 3037372416 93315 33554432000 1073741824 1073778376 140735898249424 140444361014312 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12184/tid=12197] ppid=12182 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12184/task/12197/stat : 12197 (java) S 12182 12184 12140 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347130369 3037372416 93315 33554432000 1073741824 1073778376 140735898249424 140444359961512 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12184/tid=12198] ppid=12182 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12184/task/12198/stat : 12198 (java) S 12182 12184 12140 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347130369 3037372416 93315 33554432000 1073741824 1073778376 140735898249424 140444358908712 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12184/tid=12199] ppid=12182 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12184/task/12199/stat : 12199 (java) S 12182 12184 12140 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347130369 3037372416 93315 33554432000 1073741824 1073778376 140735898249424 140444239391400 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12184/tid=12200] ppid=12182 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12184/task/12200/stat : 12200 (java) S 12182 12184 12140 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347130369 3037372416 93315 33554432000 1073741824 1073778376 140735898249424 140444238338600 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12184/tid=12201] ppid=12182 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12184/task/12201/stat : 12201 (java) S 12182 12184 12140 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347130369 3037372416 93315 33554432000 1073741824 1073778376 140735898249424 140444237285800 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12184/tid=12202] ppid=12182 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12184/task/12202/stat : 12202 (java) S 12182 12184 12140 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347130369 3037372416 93315 33554432000 1073741824 1073778376 140735898249424 140444236233000 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12184/tid=12203] ppid=12182 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12184/task/12203/stat : 12203 (java) S 12182 12184 12140 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 347130369 3037372416 93315 33554432000 1073741824 1073778376 140735898249424 140444235180200 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12184/tid=12205] ppid=12182 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12184/task/12205/stat : 12205 (java) S 12182 12184 12140 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 347130370 3037372416 93315 33554432000 1073741824 1073778376 140735898249424 140443752852456 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12184/tid=12208] ppid=12182 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12184/task/12208/stat : 12208 (java) S 12182 12184 12140 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 347130370 3037372416 93315 33554432000 1073741824 1073778376 140735898249424 140443751798520 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12184/tid=12209] ppid=12182 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12184/task/12209/stat : 12209 (java) S 12182 12184 12140 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 347130370 3037372416 93315 33554432000 1073741824 1073778376 140735898249424 140443750745608 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12184/tid=12211] ppid=12182 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12184/task/12211/stat : 12211 (java) S 12182 12184 12140 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347130372 3037372416 93315 33554432000 1073741824 1073778376 140735898249424 140443749694096 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12184/tid=12213] ppid=12182 vsize=2966184 CPUtime=1.07 cores=1,3,5,7
/proc/12184/task/12213/stat : 12213 (java) S 12182 12184 12140 0 -1 4202560 5988 0 0 0 105 2 0 0 20 0 22 0 347130372 3037372416 93315 33554432000 1073741824 1073778376 140735898249424 140443748641208 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12184/tid=12215] ppid=12182 vsize=2966184 CPUtime=0.99 cores=1,3,5,7
/proc/12184/task/12215/stat : 12215 (java) S 12182 12184 12140 0 -1 4202560 6437 0 0 0 97 2 0 0 20 0 22 0 347130373 3037372416 93315 33554432000 1073741824 1073778376 140735898249424 140443747588408 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12184/tid=12217] ppid=12182 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12184/task/12217/stat : 12217 (java) S 12182 12184 12140 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347130373 3037372416 93315 33554432000 1073741824 1073778376 140735898249424 140443746535800 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12184/tid=12219] ppid=12182 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12184/task/12219/stat : 12219 (java) S 12182 12184 12140 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347130373 3037372416 93315 33554432000 1073741824 1073778376 140735898249424 140443745483208 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12184/tid=12222] ppid=12182 vsize=2966184 CPUtime=0.77 cores=1,3,5,7
/proc/12184/task/12222/stat : 12222 (java) R 12182 12184 12140 0 -1 4202560 74 0 0 0 76 1 0 0 20 0 22 0 347130436 3037372416 93315 33554432000 1073741824 1073778376 140735898249424 140443744429048 140444240379107 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=12184/tid=12223] ppid=12182 vsize=2966184 CPUtime=0.78 cores=1,3,5,7
/proc/12184/task/12223/stat : 12223 (java) R 12182 12184 12140 0 -1 4202560 123 0 0 0 76 2 0 0 20 0 22 0 347130437 3037372416 93315 33554432000 1073741824 1073778376 140735898249424 140443743375736 140444240589614 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=12184/tid=12224] ppid=12182 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12184/task/12224/stat : 12224 (java) S 12182 12184 12140 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 347130445 3037372416 93315 33554432000 1073741824 1073778376 140735898249424 140443742324136 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12184/tid=12225] ppid=12182 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12184/task/12225/stat : 12225 (java) S 12182 12184 12140 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 347130446 3037372416 93315 33554432000 1073741824 1073778376 140735898249424 140443741271336 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.35
Current children cumulated vsize (KiB) 2966184

[startup+3.10089 s]
/proc/loadavg: 2.40 2.08 2.01 3/216 12227
/proc/meminfo: memFree=25986088/32873852 swapFree=7624/7624
[pid=12184] ppid=12182 vsize=2966184 CPUtime=7.91 cores=1,3,5,7
/proc/12184/stat : 12184 (java) S 12182 12184 12140 0 -1 4202496 16829 0 1 0 773 18 0 0 20 0 22 0 347130367 3037372416 112293 33554432000 1073741824 1073778376 140735898249424 140735898240560 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/12184/statm: 741546 112293 2274 9 0 732240 0
[pid=12184/tid=12187] ppid=12182 vsize=2966184 CPUtime=0.66 cores=1,3,5,7
/proc/12184/task/12187/stat : 12187 (java) S 12182 12184 12140 0 -1 4202560 2853 0 1 0 63 3 0 0 20 0 22 0 347130368 3037372416 112293 33554432000 1073741824 1073778376 140735898249424 140444376732824 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12184/tid=12196] ppid=12182 vsize=2966184 CPUtime=0.06 cores=1,3,5,7
/proc/12184/task/12196/stat : 12196 (java) S 12182 12184 12140 0 -1 4202560 24 0 0 0 4 2 0 0 20 0 22 0 347130369 3037372416 112293 33554432000 1073741824 1073778376 140735898249424 140444361014312 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12184/tid=12197] ppid=12182 vsize=2966184 CPUtime=0.06 cores=1,3,5,7
/proc/12184/task/12197/stat : 12197 (java) S 12182 12184 12140 0 -1 4202560 15 0 0 0 6 0 0 0 20 0 22 0 347130369 3037372416 112293 33554432000 1073741824 1073778376 140735898249424 140444359961512 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12184/tid=12198] ppid=12182 vsize=2966184 CPUtime=0.05 cores=1,3,5,7
/proc/12184/task/12198/stat : 12198 (java) S 12182 12184 12140 0 -1 4202560 17 0 0 0 4 1 0 0 20 0 22 0 347130369 3037372416 112293 33554432000 1073741824 1073778376 140735898249424 140444358908712 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12184/tid=12199] ppid=12182 vsize=2966184 CPUtime=0.08 cores=1,3,5,7
/proc/12184/task/12199/stat : 12199 (java) S 12182 12184 12140 0 -1 4202560 23 0 0 0 7 1 0 0 20 0 22 0 347130369 3037372416 112293 33554432000 1073741824 1073778376 140735898249424 140444239391400 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12184/tid=12200] ppid=12182 vsize=2966184 CPUtime=0.06 cores=1,3,5,7
/proc/12184/task/12200/stat : 12200 (java) S 12182 12184 12140 0 -1 4202560 19 0 0 0 6 0 0 0 20 0 22 0 347130369 3037372416 112293 33554432000 1073741824 1073778376 140735898249424 140444238338600 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12184/tid=12201] ppid=12182 vsize=2966184 CPUtime=0.03 cores=1,3,5,7
/proc/12184/task/12201/stat : 12201 (java) S 12182 12184 12140 0 -1 4202560 10 0 0 0 3 0 0 0 20 0 22 0 347130369 3037372416 112293 33554432000 1073741824 1073778376 140735898249424 140444237285800 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12184/tid=12202] ppid=12182 vsize=2966184 CPUtime=0.05 cores=1,3,5,7
/proc/12184/task/12202/stat : 12202 (java) S 12182 12184 12140 0 -1 4202560 9 0 0 0 5 0 0 0 20 0 22 0 347130369 3037372416 112293 33554432000 1073741824 1073778376 140735898249424 140444236233000 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12184/tid=12203] ppid=12182 vsize=2966184 CPUtime=0.08 cores=1,3,5,7
/proc/12184/task/12203/stat : 12203 (java) S 12182 12184 12140 0 -1 4202560 22 0 0 0 6 2 0 0 20 0 22 0 347130369 3037372416 112293 33554432000 1073741824 1073778376 140735898249424 140444235180200 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12184/tid=12205] ppid=12182 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12184/task/12205/stat : 12205 (java) S 12182 12184 12140 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 347130370 3037372416 112293 33554432000 1073741824 1073778376 140735898249424 140443752852456 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12184/tid=12208] ppid=12182 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12184/task/12208/stat : 12208 (java) S 12182 12184 12140 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 347130370 3037372416 112293 33554432000 1073741824 1073778376 140735898249424 140443751798520 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12184/tid=12209] ppid=12182 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12184/task/12209/stat : 12209 (java) S 12182 12184 12140 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 347130370 3037372416 112293 33554432000 1073741824 1073778376 140735898249424 140443750745608 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12184/tid=12211] ppid=12182 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12184/task/12211/stat : 12211 (java) S 12182 12184 12140 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347130372 3037372416 112293 33554432000 1073741824 1073778376 140735898249424 140443749694096 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12184/tid=12213] ppid=12182 vsize=2966184 CPUtime=1.15 cores=1,3,5,7
/proc/12184/task/12213/stat : 12213 (java) S 12182 12184 12140 0 -1 4202560 5988 0 0 0 113 2 0 0 20 0 22 0 347130372 3037372416 112293 33554432000 1073741824 1073778376 140735898249424 140443748641208 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12184/tid=12215] ppid=12182 vsize=2966184 CPUtime=1.01 cores=1,3,5,7
/proc/12184/task/12215/stat : 12215 (java) S 12182 12184 12140 0 -1 4202560 6437 0 0 0 99 2 0 0 20 0 22 0 347130373 3037372416 112293 33554432000 1073741824 1073778376 140735898249424 140443747588408 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12184/tid=12217] ppid=12182 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12184/task/12217/stat : 12217 (java) S 12182 12184 12140 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347130373 3037372416 112293 33554432000 1073741824 1073778376 140735898249424 140443746535800 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12184/tid=12219] ppid=12182 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12184/task/12219/stat : 12219 (java) S 12182 12184 12140 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347130373 3037372416 112293 33554432000 1073741824 1073778376 140735898249424 140443745483208 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12184/tid=12222] ppid=12182 vsize=2966184 CPUtime=2.22 cores=1,3,5,7
/proc/12184/task/12222/stat : 12222 (java) R 12182 12184 12140 0 -1 4202560 76 0 0 0 220 2 0 0 20 0 22 0 347130436 3037372416 112293 33554432000 1073741824 1073778376 140735898249424 140443744429176 140444240728202 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=12184/tid=12223] ppid=12182 vsize=2966184 CPUtime=2.22 cores=1,3,5,7
/proc/12184/task/12223/stat : 12223 (java) R 12182 12184 12140 0 -1 4202560 138 0 0 0 220 2 0 0 20 0 22 0 347130437 3037372416 112293 33554432000 1073741824 1073778376 140735898249424 140443743375528 140444240589830 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=12184/tid=12224] ppid=12182 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12184/task/12224/stat : 12224 (java) S 12182 12184 12140 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 347130445 3037372416 112293 33554432000 1073741824 1073778376 140735898249424 140443742324136 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12184/tid=12225] ppid=12182 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12184/task/12225/stat : 12225 (java) S 12182 12184 12140 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 347130446 3037372416 112293 33554432000 1073741824 1073778376 140735898249424 140443741271336 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 7.91
Current children cumulated vsize (KiB) 2966184

[startup+6.30092 s]
/proc/loadavg: 2.40 2.08 2.01 3/216 12233
/proc/meminfo: memFree=25897504/32873852 swapFree=7624/7624
[pid=12184] ppid=12182 vsize=2966184 CPUtime=14.84 cores=1,3,5,7
/proc/12184/stat : 12184 (java) S 12182 12184 12140 0 -1 4202496 17029 0 1 0 1455 29 0 0 20 0 22 0 347130367 3037372416 134184 33554432000 1073741824 1073778376 140735898249424 140735898240560 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/12184/statm: 741546 134184 2275 9 0 732240 0
[pid=12184/tid=12187] ppid=12182 vsize=2966184 CPUtime=0.66 cores=1,3,5,7
/proc/12184/task/12187/stat : 12187 (java) S 12182 12184 12140 0 -1 4202560 2853 0 1 0 63 3 0 0 20 0 22 0 347130368 3037372416 134184 33554432000 1073741824 1073778376 140735898249424 140444376732824 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12184/tid=12196] ppid=12182 vsize=2966184 CPUtime=0.12 cores=1,3,5,7
/proc/12184/task/12196/stat : 12196 (java) S 12182 12184 12140 0 -1 4202560 47 0 0 0 9 3 0 0 20 0 22 0 347130369 3037372416 134184 33554432000 1073741824 1073778376 140735898249424 140444361014312 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12184/tid=12197] ppid=12182 vsize=2966184 CPUtime=0.14 cores=1,3,5,7
/proc/12184/task/12197/stat : 12197 (java) S 12182 12184 12140 0 -1 4202560 33 0 0 0 12 2 0 0 20 0 22 0 347130369 3037372416 134184 33554432000 1073741824 1073778376 140735898249424 140444359961512 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12184/tid=12198] ppid=12182 vsize=2966184 CPUtime=0.13 cores=1,3,5,7
/proc/12184/task/12198/stat : 12198 (java) S 12182 12184 12140 0 -1 4202560 34 0 0 0 11 2 0 0 20 0 22 0 347130369 3037372416 134184 33554432000 1073741824 1073778376 140735898249424 140444358908712 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12184/tid=12199] ppid=12182 vsize=2966184 CPUtime=0.13 cores=1,3,5,7
/proc/12184/task/12199/stat : 12199 (java) S 12182 12184 12140 0 -1 4202560 37 0 0 0 11 2 0 0 20 0 22 0 347130369 3037372416 134184 33554432000 1073741824 1073778376 140735898249424 140444239391400 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12184/tid=12200] ppid=12182 vsize=2966184 CPUtime=0.1 cores=1,3,5,7
/proc/12184/task/12200/stat : 12200 (java) S 12182 12184 12140 0 -1 4202560 34 0 0 0 8 2 0 0 20 0 22 0 347130369 3037372416 134184 33554432000 1073741824 1073778376 140735898249424 140444238338600 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12184/tid=12201] ppid=12182 vsize=2966184 CPUtime=0.09 cores=1,3,5,7
/proc/12184/task/12201/stat : 12201 (java) S 12182 12184 12140 0 -1 4202560 34 0 0 0 8 1 0 0 20 0 22 0 347130369 3037372416 134184 33554432000 1073741824 1073778376 140735898249424 140444237285800 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12184/tid=12202] ppid=12182 vsize=2966184 CPUtime=0.15 cores=1,3,5,7
/proc/12184/task/12202/stat : 12202 (java) S 12182 12184 12140 0 -1 4202560 37 0 0 0 12 3 0 0 20 0 22 0 347130369 3037372416 134184 33554432000 1073741824 1073778376 140735898249424 140444236233000 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12184/tid=12203] ppid=12182 vsize=2966184 CPUtime=0.16 cores=1,3,5,7
/proc/12184/task/12203/stat : 12203 (java) S 12182 12184 12140 0 -1 4202560 45 0 0 0 13 3 0 0 20 0 22 0 347130369 3037372416 134184 33554432000 1073741824 1073778376 140735898249424 140444235180200 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12184/tid=12205] ppid=12182 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12184/task/12205/stat : 12205 (java) S 12182 12184 12140 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 347130370 3037372416 134184 33554432000 1073741824 1073778376 140735898249424 140443752852456 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12184/tid=12208] ppid=12182 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12184/task/12208/stat : 12208 (java) S 12182 12184 12140 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 347130370 3037372416 134184 33554432000 1073741824 1073778376 140735898249424 140443751798520 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12184/tid=12209] ppid=12182 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12184/task/12209/stat : 12209 (java) S 12182 12184 12140 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 347130370 3037372416 134184 33554432000 1073741824 1073778376 140735898249424 140443750745608 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12184/tid=12211] ppid=12182 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12184/task/12211/stat : 12211 (java) S 12182 12184 12140 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347130372 3037372416 134184 33554432000 1073741824 1073778376 140735898249424 140443749694096 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12184/tid=12213] ppid=12182 vsize=2966184 CPUtime=1.41 cores=1,3,5,7
/proc/12184/task/12213/stat : 12213 (java) S 12182 12184 12140 0 -1 4202560 6002 0 0 0 139 2 0 0 20 0 22 0 347130372 3037372416 134184 33554432000 1073741824 1073778376 140735898249424 140443748641208 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0

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

/proc/12184/statm: 741546 189489 2287 9 0 732240 0
[pid=12184/tid=12187] ppid=12182 vsize=2966184 CPUtime=0.69 cores=1,3,5,7
/proc/12184/task/12187/stat : 12187 (java) S 12182 12184 12140 0 -1 4202560 2865 0 1 0 65 4 0 0 20 0 22 0 347130368 3037372416 189489 33554432000 1073741824 1073778376 140735898249424 140444376732824 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12184/tid=12196] ppid=12182 vsize=2966184 CPUtime=4.95 cores=1,3,5,7
/proc/12184/task/12196/stat : 12196 (java) S 12182 12184 12140 0 -1 4202560 318 0 0 0 487 8 0 0 20 0 22 0 347130369 3037372416 189489 33554432000 1073741824 1073778376 140735898249424 140444361014312 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12184/tid=12197] ppid=12182 vsize=2966184 CPUtime=5.1 cores=1,3,5,7
/proc/12184/task/12197/stat : 12197 (java) S 12182 12184 12140 0 -1 4202560 312 0 0 0 503 7 0 0 20 0 22 0 347130369 3037372416 189489 33554432000 1073741824 1073778376 140735898249424 140444359961512 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12184/tid=12198] ppid=12182 vsize=2966184 CPUtime=5 cores=1,3,5,7
/proc/12184/task/12198/stat : 12198 (java) S 12182 12184 12140 0 -1 4202560 325 0 0 0 492 8 0 0 20 0 22 0 347130369 3037372416 189489 33554432000 1073741824 1073778376 140735898249424 140444358908712 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12184/tid=12199] ppid=12182 vsize=2966184 CPUtime=4.97 cores=1,3,5,7
/proc/12184/task/12199/stat : 12199 (java) S 12182 12184 12140 0 -1 4202560 327 0 0 0 489 8 0 0 20 0 22 0 347130369 3037372416 189489 33554432000 1073741824 1073778376 140735898249424 140444239391400 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12184/tid=12200] ppid=12182 vsize=2966184 CPUtime=4.93 cores=1,3,5,7
/proc/12184/task/12200/stat : 12200 (java) S 12182 12184 12140 0 -1 4202560 321 0 0 0 486 7 0 0 20 0 22 0 347130369 3037372416 189489 33554432000 1073741824 1073778376 140735898249424 140444238338600 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12184/tid=12201] ppid=12182 vsize=2966184 CPUtime=4.98 cores=1,3,5,7
/proc/12184/task/12201/stat : 12201 (java) S 12182 12184 12140 0 -1 4202560 312 0 0 0 490 8 0 0 20 0 22 0 347130369 3037372416 189489 33554432000 1073741824 1073778376 140735898249424 140444237285800 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12184/tid=12202] ppid=12182 vsize=2966184 CPUtime=5.18 cores=1,3,5,7
/proc/12184/task/12202/stat : 12202 (java) S 12182 12184 12140 0 -1 4202560 319 0 0 0 510 8 0 0 20 0 22 0 347130369 3037372416 189489 33554432000 1073741824 1073778376 140735898249424 140444236233000 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12184/tid=12203] ppid=12182 vsize=2966184 CPUtime=5.1 cores=1,3,5,7
/proc/12184/task/12203/stat : 12203 (java) S 12182 12184 12140 0 -1 4202560 337 0 0 0 501 9 0 0 20 0 22 0 347130369 3037372416 189489 33554432000 1073741824 1073778376 140735898249424 140444235180200 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12184/tid=12205] ppid=12182 vsize=2966184 CPUtime=7.72 cores=1,3,5,7
/proc/12184/task/12205/stat : 12205 (java) S 12182 12184 12140 0 -1 4202560 3228 0 0 0 724 48 0 0 20 0 22 0 347130370 3037372416 189489 33554432000 1073741824 1073778376 140735898249424 140443752852456 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12184/tid=12208] ppid=12182 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12184/task/12208/stat : 12208 (java) S 12182 12184 12140 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 347130370 3037372416 189489 33554432000 1073741824 1073778376 140735898249424 140443751798520 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12184/tid=12209] ppid=12182 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12184/task/12209/stat : 12209 (java) S 12182 12184 12140 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 347130370 3037372416 189489 33554432000 1073741824 1073778376 140735898249424 140443750745608 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12184/tid=12211] ppid=12182 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12184/task/12211/stat : 12211 (java) S 12182 12184 12140 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347130372 3037372416 189489 33554432000 1073741824 1073778376 140735898249424 140443749694096 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12184/tid=12213] ppid=12182 vsize=2966184 CPUtime=2.19 cores=1,3,5,7
/proc/12184/task/12213/stat : 12213 (java) S 12182 12184 12140 0 -1 4202560 9287 0 0 0 217 2 0 0 20 0 22 0 347130372 3037372416 189489 33554432000 1073741824 1073778376 140735898249424 140443748641208 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12184/tid=12215] ppid=12182 vsize=2966184 CPUtime=1.14 cores=1,3,5,7
/proc/12184/task/12215/stat : 12215 (java) S 12182 12184 12140 0 -1 4202560 6444 0 0 0 112 2 0 0 20 0 22 0 347130373 3037372416 189489 33554432000 1073741824 1073778376 140735898249424 140443747588408 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12184/tid=12217] ppid=12182 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12184/task/12217/stat : 12217 (java) S 12182 12184 12140 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347130373 3037372416 189489 33554432000 1073741824 1073778376 140735898249424 140443746535800 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12184/tid=12219] ppid=12182 vsize=2966184 CPUtime=0.39 cores=1,3,5,7
/proc/12184/task/12219/stat : 12219 (java) S 12182 12184 12140 0 -1 4202560 46 0 0 0 16 23 0 0 20 0 22 0 347130373 3037372416 189489 33554432000 1073741824 1073778376 140735898249424 140443745483208 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12184/tid=12222] ppid=12182 vsize=2966184 CPUtime=800.21 cores=1,3,5,7
/proc/12184/task/12222/stat : 12222 (java) R 12182 12184 12140 0 -1 4202560 373 0 0 0 80005 16 0 0 20 0 22 0 347130436 3037372416 189489 33554432000 1073741824 1073778376 140735898249424 140443744427968 140444240019337 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=12184/tid=12223] ppid=12182 vsize=2966184 CPUtime=800.16 cores=1,3,5,7
/proc/12184/task/12223/stat : 12223 (java) R 12182 12184 12140 0 -1 4202560 481 0 0 0 79999 17 0 0 20 0 22 0 347130437 3037372416 189489 33554432000 1073741824 1073778376 140735898249424 140443743374208 140444240407524 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=12184/tid=12224] ppid=12182 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12184/task/12224/stat : 12224 (java) S 12182 12184 12140 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 347130445 3037372416 189489 33554432000 1073741824 1073778376 140735898249424 140443742324136 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12184/tid=12225] ppid=12182 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12184/task/12225/stat : 12225 (java) S 12182 12184 12140 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 347130446 3037372416 189489 33554432000 1073741824 1073778376 140735898249424 140443741271336 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1657.18
Current children cumulated vsize (KiB) 2966184

[startup+882.301 s]
/proc/loadavg: 3.97 3.89 3.20 5/217 12249
/proc/meminfo: memFree=25392640/32873852 swapFree=7624/7624
[pid=12184] ppid=12182 vsize=2966184 CPUtime=1778.13 cores=1,3,5,7
/proc/12184/stat : 12184 (java) S 12182 12184 12140 0 -1 4202496 26666 0 1 0 177655 158 0 0 20 0 22 0 347130367 3037372416 190002 33554432000 1073741824 1073778376 140735898249424 140735898240560 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/12184/statm: 741546 190002 2287 9 0 732240 0
[pid=12184/tid=12187] ppid=12182 vsize=2966184 CPUtime=0.69 cores=1,3,5,7
/proc/12184/task/12187/stat : 12187 (java) S 12182 12184 12140 0 -1 4202560 2867 0 1 0 65 4 0 0 20 0 22 0 347130368 3037372416 190002 33554432000 1073741824 1073778376 140735898249424 140444376732824 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12184/tid=12196] ppid=12182 vsize=2966184 CPUtime=5.38 cores=1,3,5,7
/proc/12184/task/12196/stat : 12196 (java) S 12182 12184 12140 0 -1 4202560 318 0 0 0 530 8 0 0 20 0 22 0 347130369 3037372416 190002 33554432000 1073741824 1073778376 140735898249424 140444361014312 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12184/tid=12197] ppid=12182 vsize=2966184 CPUtime=5.56 cores=1,3,5,7
/proc/12184/task/12197/stat : 12197 (java) S 12182 12184 12140 0 -1 4202560 313 0 0 0 549 7 0 0 20 0 22 0 347130369 3037372416 190002 33554432000 1073741824 1073778376 140735898249424 140444359961512 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12184/tid=12198] ppid=12182 vsize=2966184 CPUtime=5.37 cores=1,3,5,7
/proc/12184/task/12198/stat : 12198 (java) S 12182 12184 12140 0 -1 4202560 325 0 0 0 529 8 0 0 20 0 22 0 347130369 3037372416 190002 33554432000 1073741824 1073778376 140735898249424 140444358908712 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12184/tid=12199] ppid=12182 vsize=2966184 CPUtime=5.34 cores=1,3,5,7
/proc/12184/task/12199/stat : 12199 (java) S 12182 12184 12140 0 -1 4202560 327 0 0 0 526 8 0 0 20 0 22 0 347130369 3037372416 190002 33554432000 1073741824 1073778376 140735898249424 140444239391400 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12184/tid=12200] ppid=12182 vsize=2966184 CPUtime=5.34 cores=1,3,5,7
/proc/12184/task/12200/stat : 12200 (java) S 12182 12184 12140 0 -1 4202560 321 0 0 0 526 8 0 0 20 0 22 0 347130369 3037372416 190002 33554432000 1073741824 1073778376 140735898249424 140444238338600 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12184/tid=12201] ppid=12182 vsize=2966184 CPUtime=5.43 cores=1,3,5,7
/proc/12184/task/12201/stat : 12201 (java) S 12182 12184 12140 0 -1 4202560 312 0 0 0 535 8 0 0 20 0 22 0 347130369 3037372416 190002 33554432000 1073741824 1073778376 140735898249424 140444237285800 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12184/tid=12202] ppid=12182 vsize=2966184 CPUtime=5.55 cores=1,3,5,7
/proc/12184/task/12202/stat : 12202 (java) S 12182 12184 12140 0 -1 4202560 319 0 0 0 547 8 0 0 20 0 22 0 347130369 3037372416 190002 33554432000 1073741824 1073778376 140735898249424 140444236233000 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12184/tid=12203] ppid=12182 vsize=2966184 CPUtime=5.47 cores=1,3,5,7
/proc/12184/task/12203/stat : 12203 (java) S 12182 12184 12140 0 -1 4202560 337 0 0 0 538 9 0 0 20 0 22 0 347130369 3037372416 190002 33554432000 1073741824 1073778376 140735898249424 140444235180200 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12184/tid=12205] ppid=12182 vsize=2966184 CPUtime=8.21 cores=1,3,5,7
/proc/12184/task/12205/stat : 12205 (java) S 12182 12184 12140 0 -1 4202560 3365 0 0 0 769 52 0 0 20 0 22 0 347130370 3037372416 190002 33554432000 1073741824 1073778376 140735898249424 140443752852456 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12184/tid=12208] ppid=12182 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12184/task/12208/stat : 12208 (java) S 12182 12184 12140 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 347130370 3037372416 190002 33554432000 1073741824 1073778376 140735898249424 140443751798520 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12184/tid=12209] ppid=12182 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12184/task/12209/stat : 12209 (java) S 12182 12184 12140 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 347130370 3037372416 190002 33554432000 1073741824 1073778376 140735898249424 140443750745608 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12184/tid=12211] ppid=12182 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12184/task/12211/stat : 12211 (java) S 12182 12184 12140 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347130372 3037372416 190002 33554432000 1073741824 1073778376 140735898249424 140443749694096 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12184/tid=12213] ppid=12182 vsize=2966184 CPUtime=2.19 cores=1,3,5,7
/proc/12184/task/12213/stat : 12213 (java) S 12182 12184 12140 0 -1 4202560 9287 0 0 0 217 2 0 0 20 0 22 0 347130372 3037372416 190002 33554432000 1073741824 1073778376 140735898249424 140443748641208 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12184/tid=12215] ppid=12182 vsize=2966184 CPUtime=1.14 cores=1,3,5,7
/proc/12184/task/12215/stat : 12215 (java) S 12182 12184 12140 0 -1 4202560 6444 0 0 0 112 2 0 0 20 0 22 0 347130373 3037372416 190002 33554432000 1073741824 1073778376 140735898249424 140443747588408 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12184/tid=12217] ppid=12182 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12184/task/12217/stat : 12217 (java) S 12182 12184 12140 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347130373 3037372416 190002 33554432000 1073741824 1073778376 140735898249424 140443746535800 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12184/tid=12219] ppid=12182 vsize=2966184 CPUtime=0.42 cores=1,3,5,7
/proc/12184/task/12219/stat : 12219 (java) S 12182 12184 12140 0 -1 4202560 50 0 0 0 17 25 0 0 20 0 22 0 347130373 3037372416 190002 33554432000 1073741824 1073778376 140735898249424 140443745483208 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12184/tid=12222] ppid=12182 vsize=2966184 CPUtime=858.67 cores=1,3,5,7
/proc/12184/task/12222/stat : 12222 (java) R 12182 12184 12140 0 -1 4202560 391 0 0 0 85849 18 0 0 20 0 22 0 347130436 3037372416 190002 33554432000 1073741824 1073778376 140735898249424 140443744428032 140444240508371 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=12184/tid=12223] ppid=12182 vsize=2966184 CPUtime=858.63 cores=1,3,5,7
/proc/12184/task/12223/stat : 12223 (java) R 12182 12184 12140 0 -1 4202560 502 0 0 0 85845 18 0 0 20 0 22 0 347130437 3037372416 190002 33554432000 1073741824 1073778376 140735898249424 140443743374208 140444240407720 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=12184/tid=12224] ppid=12182 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12184/task/12224/stat : 12224 (java) S 12182 12184 12140 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 347130445 3037372416 190002 33554432000 1073741824 1073778376 140735898249424 140443742324136 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12184/tid=12225] ppid=12182 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12184/task/12225/stat : 12225 (java) S 12182 12184 12140 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 347130446 3037372416 190002 33554432000 1073741824 1073778376 140735898249424 140443741271336 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1778.13
Current children cumulated vsize (KiB) 2966184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+893.208 s]
/proc/loadavg: 3.97 3.89 3.21 5/217 12249
/proc/meminfo: memFree=25386480/32873852 swapFree=7624/7624
[pid=12184] ppid=12182 vsize=2966184 CPUtime=1800.18 cores=1,3,5,7
/proc/12184/stat : 12184 (java) S 12182 12184 12140 0 -1 4202496 26678 0 1 0 179859 159 0 0 20 0 22 0 347130367 3037372416 190129 33554432000 1073741824 1073778376 140735898249424 140735898240560 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/12184/statm: 741546 190129 2287 9 0 732240 0
[pid=12184/tid=12187] ppid=12182 vsize=2966184 CPUtime=0.69 cores=1,3,5,7
/proc/12184/task/12187/stat : 12187 (java) S 12182 12184 12140 0 -1 4202560 2867 0 1 0 65 4 0 0 20 0 22 0 347130368 3037372416 190129 33554432000 1073741824 1073778376 140735898249424 140444376732824 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12184/tid=12196] ppid=12182 vsize=2966184 CPUtime=5.42 cores=1,3,5,7
/proc/12184/task/12196/stat : 12196 (java) S 12182 12184 12140 0 -1 4202560 318 0 0 0 534 8 0 0 20 0 22 0 347130369 3037372416 190129 33554432000 1073741824 1073778376 140735898249424 140444361014312 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12184/tid=12197] ppid=12182 vsize=2966184 CPUtime=5.64 cores=1,3,5,7
/proc/12184/task/12197/stat : 12197 (java) S 12182 12184 12140 0 -1 4202560 313 0 0 0 557 7 0 0 20 0 22 0 347130369 3037372416 190129 33554432000 1073741824 1073778376 140735898249424 140444359961512 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12184/tid=12198] ppid=12182 vsize=2966184 CPUtime=5.43 cores=1,3,5,7
/proc/12184/task/12198/stat : 12198 (java) S 12182 12184 12140 0 -1 4202560 325 0 0 0 535 8 0 0 20 0 22 0 347130369 3037372416 190129 33554432000 1073741824 1073778376 140735898249424 140444358908712 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12184/tid=12199] ppid=12182 vsize=2966184 CPUtime=5.41 cores=1,3,5,7
/proc/12184/task/12199/stat : 12199 (java) S 12182 12184 12140 0 -1 4202560 327 0 0 0 533 8 0 0 20 0 22 0 347130369 3037372416 190129 33554432000 1073741824 1073778376 140735898249424 140444239391400 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12184/tid=12200] ppid=12182 vsize=2966184 CPUtime=5.43 cores=1,3,5,7
/proc/12184/task/12200/stat : 12200 (java) S 12182 12184 12140 0 -1 4202560 321 0 0 0 535 8 0 0 20 0 22 0 347130369 3037372416 190129 33554432000 1073741824 1073778376 140735898249424 140444238338600 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12184/tid=12201] ppid=12182 vsize=2966184 CPUtime=5.5 cores=1,3,5,7
/proc/12184/task/12201/stat : 12201 (java) S 12182 12184 12140 0 -1 4202560 312 0 0 0 542 8 0 0 20 0 22 0 347130369 3037372416 190129 33554432000 1073741824 1073778376 140735898249424 140444237285800 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12184/tid=12202] ppid=12182 vsize=2966184 CPUtime=5.64 cores=1,3,5,7
/proc/12184/task/12202/stat : 12202 (java) S 12182 12184 12140 0 -1 4202560 319 0 0 0 556 8 0 0 20 0 22 0 347130369 3037372416 190129 33554432000 1073741824 1073778376 140735898249424 140444236233000 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12184/tid=12203] ppid=12182 vsize=2966184 CPUtime=5.51 cores=1,3,5,7
/proc/12184/task/12203/stat : 12203 (java) S 12182 12184 12140 0 -1 4202560 337 0 0 0 542 9 0 0 20 0 22 0 347130369 3037372416 190129 33554432000 1073741824 1073778376 140735898249424 140444235180200 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12184/tid=12205] ppid=12182 vsize=2966184 CPUtime=8.22 cores=1,3,5,7
/proc/12184/task/12205/stat : 12205 (java) S 12182 12184 12140 0 -1 4202560 3367 0 0 0 770 52 0 0 20 0 22 0 347130370 3037372416 190129 33554432000 1073741824 1073778376 140735898249424 140443752852456 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12184/tid=12208] ppid=12182 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12184/task/12208/stat : 12208 (java) S 12182 12184 12140 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 347130370 3037372416 190129 33554432000 1073741824 1073778376 140735898249424 140443751798520 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12184/tid=12209] ppid=12182 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12184/task/12209/stat : 12209 (java) S 12182 12184 12140 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 347130370 3037372416 190129 33554432000 1073741824 1073778376 140735898249424 140443750745608 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12184/tid=12211] ppid=12182 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12184/task/12211/stat : 12211 (java) S 12182 12184 12140 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347130372 3037372416 190129 33554432000 1073741824 1073778376 140735898249424 140443749694096 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12184/tid=12213] ppid=12182 vsize=2966184 CPUtime=2.19 cores=1,3,5,7
/proc/12184/task/12213/stat : 12213 (java) S 12182 12184 12140 0 -1 4202560 9287 0 0 0 217 2 0 0 20 0 22 0 347130372 3037372416 190129 33554432000 1073741824 1073778376 140735898249424 140443748641208 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12184/tid=12215] ppid=12182 vsize=2966184 CPUtime=1.14 cores=1,3,5,7
/proc/12184/task/12215/stat : 12215 (java) S 12182 12184 12140 0 -1 4202560 6444 0 0 0 112 2 0 0 20 0 22 0 347130373 3037372416 190129 33554432000 1073741824 1073778376 140735898249424 140443747588408 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12184/tid=12217] ppid=12182 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12184/task/12217/stat : 12217 (java) S 12182 12184 12140 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347130373 3037372416 190129 33554432000 1073741824 1073778376 140735898249424 140443746535800 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12184/tid=12219] ppid=12182 vsize=2966184 CPUtime=0.42 cores=1,3,5,7
/proc/12184/task/12219/stat : 12219 (java) S 12182 12184 12140 0 -1 4202560 52 0 0 0 17 25 0 0 20 0 22 0 347130373 3037372416 190129 33554432000 1073741824 1073778376 140735898249424 140443745483208 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12184/tid=12222] ppid=12182 vsize=2966184 CPUtime=869.39 cores=1,3,5,7
/proc/12184/task/12222/stat : 12222 (java) R 12182 12184 12140 0 -1 4202560 393 0 0 0 86921 18 0 0 20 0 22 0 347130436 3037372416 190129 33554432000 1073741824 1073778376 140735898249424 140443744428000 140444240019384 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=12184/tid=12223] ppid=12182 vsize=2966184 CPUtime=869.36 cores=1,3,5,7
/proc/12184/task/12223/stat : 12223 (java) R 12182 12184 12140 0 -1 4202560 508 0 0 0 86918 18 0 0 20 0 22 0 347130437 3037372416 190129 33554432000 1073741824 1073778376 140735898249424 140443743374208 140444240407597 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=12184/tid=12224] ppid=12182 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12184/task/12224/stat : 12224 (java) S 12182 12184 12140 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 347130445 3037372416 190129 33554432000 1073741824 1073778376 140735898249424 140443742324136 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12184/tid=12225] ppid=12182 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12184/task/12225/stat : 12225 (java) S 12182 12184 12140 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 347130446 3037372416 190129 33554432000 1073741824 1073778376 140735898249424 140443741271336 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.18
Current children cumulated vsize (KiB) 2966184

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

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

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 12184 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=798301
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=21692
# CPU time returned by wait4() is 1795.82
# while last known CPU time is 1800.18
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 893.258
CPU time (s): 1800.18
CPU user time (s): 1798.59
CPU system time (s): 1.59
CPU usage (%): 201.53
Max. virtual memory (cumulated for all children) (KiB): 2966184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.8
system time used= 2.02169
maximum resident set size= 762688
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26712
page faults= 1
swaps= 0
block input operations= 0
block output operations= 936
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40932
involuntary context switches= 75880

runsolver used 3.76243 second user time and 8.5737 second system time

The end

Launcher Data

Begin job on node131 at 2012-06-04 13:40:49
IDJOB=3744484
IDBENCH=92762
IDSOLVER=2324
FILE ID=node131/3744484-1338810049
RUNJOBID= node131-1338810049-12157
PBS_JOBID= 14636883
Free space on /tmp= 71232 MiB

SOLVER NAME= PB10: SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/IC/normalized-minisat25_6_3_3_ic.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3744484-1338810049/watcher-3744484-1338810049 -o /tmp/evaluation-result-3744484-1338810049/solver-3744484-1338810049 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3744484-1338810049.opb

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

MD5SUM BENCH= fa2d46c927da2620047f5e5cfeece7cd
RANDOM SEED=1450175686

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873852 kB
MemFree:        26820424 kB
Buffers:         1767804 kB
Cached:          3382076 kB
SwapCached:         2348 kB
Active:          2847988 kB
Inactive:        2313220 kB
Active(anon):       2236 kB
Inactive(anon):     3664 kB
Active(file):    2845752 kB
Inactive(file):  2309556 kB
Unevictable:        7624 kB
Mlocked:            7624 kB
SwapTotal:      67108856 kB
SwapFree:       67099088 kB
Dirty:             51648 kB
Writeback:             4 kB
AnonPages:         10132 kB
Mapped:            13444 kB
Shmem:                 0 kB
Slab:             753420 kB
SReclaimable:     194832 kB
SUnreclaim:       558588 kB
KernelStack:        1368 kB
PageTables:         4264 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:     105752 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 71232 MiB
End job on node131 at 2012-06-04 13:55:44