Trace number 3744622

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) 1801.07 893.654

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/IC/
normalized-minisat25_6_3_8_ic.opb
MD5SUMc59785e6f20fb8a9ed43144b528a9d33
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 133432831
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 8863945089
Number of bits of the sum of numbers in the objective function 34
Biggest number in a constraint 133432831
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 8863945089
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.03/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.03/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.09	c See www.sat4j.org for details.
0.03/0.09	c version 2.2.0.v20100531
0.03/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.03/0.09	c java.vm.version	19.1-b02
0.03/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.09	c sun.arch.data.model	64
0.03/0.09	c java.version		1.6.0_24
0.03/0.09	c os.name		Linux
0.03/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.03/0.09	c os.arch		amd64
0.03/0.09	c Free memory 		1349517296
0.03/0.09	c Max memory 		1356595200
0.03/0.09	c Total memory 		1356595200
0.03/0.09	c Number of processors 	8
0.08/0.12	c Pseudo Boolean Optimization
0.08/0.12	c ManyCore solver with 2 solvers running in parallel
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c Stops conflict analysis at the first Unique Implication Point
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@5495fd19
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.12	c Expensive reason simplification
0.08/0.12	c Armin Biere (Picosat) restarts strategy
0.08/0.12	c Glucose learned constraints deletion strategy
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c Stops conflict analysis at the first Unique Implication Point
0.08/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5b2558d6
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.12	c No reason simplification
0.08/0.12	c Armin Biere (Picosat) restarts strategy
0.08/0.12	c Glucose learned constraints deletion strategy
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	
0.08/0.12	c solving HOME/instance-3744622-1338811433.opb
0.08/0.12	c reading problem ... 
1.68/0.73	c ... done. Wall clock time 0.609s.
1.68/0.73	c #vars     15725
1.68/0.73	c #constraints  33208
1.68/0.73	c constraints type 
1.68/0.73	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 14726
1.68/0.73	c org.sat4j.minisat.constraints.card.MinWatchCard => 7
1.68/0.73	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3625
1.68/0.73	c org.sat4j.pb.constraints.pb.MaxWatchPb => 14775
1.68/0.73	c constraints type 
1.68/0.73	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 3625
1.68/0.73	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 14726
1.68/0.73	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 7
1.68/0.73	c org.sat4j.pb.constraints.pb.MaxWatchPb => 14775
14.05/6.06	c cleaning 2500 clauses out of 5000 with flag 5000/5000
26.06/11.96	c cleaning 4243 clauses out of 8500 with flag 11000/11000
42.57/20.12	c cleaning 5624 clauses out of 11260 with flag 18003/18003
60.40/29.07	c cleaning 6815 clauses out of 13633 with flag 26000/26000
80.26/38.99	c cleaning 7905 clauses out of 15819 with flag 35001/35001
102.70/50.19	c cleaning 8953 clauses out of 17913 with flag 45000/45000
131.04/64.26	c cleaning 9976 clauses out of 19961 with flag 56001/56001
152.72/75.08	c cleaning 10988 clauses out of 21985 with flag 68001/68001
179.10/88.24	c cleaning 11991 clauses out of 23997 with flag 81001/81001
217.66/107.46	c cleaning 13000 clauses out of 26006 with flag 95001/95001
267.23/132.16	c cleaning 13997 clauses out of 28005 with flag 110000/110000
309.71/153.25	c cleaning 14981 clauses out of 30009 with flag 126001/126001
356.03/176.32	c cleaning 16001 clauses out of 32027 with flag 143000/143000
400.25/198.32	c cleaning 17010 clauses out of 34026 with flag 161000/161000
452.53/224.34	c cleaning 18005 clauses out of 36017 with flag 180001/180001
502.01/248.92	c cleaning 18996 clauses out of 38011 with flag 200000/200000
518.46/257.21	c cleaning 0 clauses out of 5007 with flag 0/5007
560.70/278.18	c cleaning 19998 clauses out of 40015 with flag 221000/221000
618.15/306.66	c cleaning 21001 clauses out of 42018 with flag 243001/243001
682.51/338.68	c cleaning 21999 clauses out of 44016 with flag 266000/266000
740.28/367.48	c cleaning 23006 clauses out of 46017 with flag 290000/290000
805.43/399.85	c cleaning 23994 clauses out of 48012 with flag 315001/315001
894.01/443.90	c cleaning 25003 clauses out of 50017 with flag 341000/341000
978.31/485.71	c cleaning 26004 clauses out of 52016 with flag 368002/368002
1060.42/526.63	c cleaning 26999 clauses out of 54010 with flag 396000/396000
1158.59/575.38	c cleaning 27984 clauses out of 56012 with flag 425001/425001
1233.79/612.66	c cleaning 29009 clauses out of 58029 with flag 455002/455002
1319.62/655.27	c cleaning 30001 clauses out of 60019 with flag 486001/486001
1418.77/704.50	c cleaning 30993 clauses out of 62018 with flag 518001/518001
1518.00/753.79	c cleaning 32006 clauses out of 64027 with flag 551003/551003
1629.18/808.97	c cleaning 33002 clauses out of 66018 with flag 585000/585000
1715.55/851.66	c cleaning 33486 clauses out of 67017 with flag 619001/619001
1800.15/893.61	c starts		: 168
1800.15/893.61	c conflicts		: 651392
1800.15/893.61	c decisions		: 915613
1800.15/893.61	c propagations		: 407112680
1800.15/893.61	c inspects		: 2633136973
1800.15/893.61	c learnt literals	: 0
1800.15/893.61	c learnt binary clauses	: 0
1800.15/893.61	c learnt ternary clauses	: 0
1800.15/893.61	c learnt clauses	: 651392
1800.15/893.61	c ignored clauses	: 0
1800.15/893.61	c root simplifications	: 0
1800.15/893.61	c removed literals (reason simplification)	: 28442685
1800.15/893.61	c reason swapping (by a shorter reason)	: 0
1800.15/893.61	c Calls to reduceDB	: 31
1800.15/893.61	c number of reductions to clauses (during analyze)	: 0
1800.15/893.61	c number of learned constraints concerned by reduction	: 0
1800.15/893.61	c number of learning phase by resolution	: 0
1800.15/893.61	c number of learning phase by cutting planes	: 0
1800.15/893.61	c speed (assignments/second)	: 455955.67479543673
1800.15/893.61	c non guided choices	1
1800.15/893.64	c learnt constraints type 
1800.15/893.64	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 65928
1800.15/893.64	c constraints type 
1800.15/893.64	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 14726
1800.15/893.64	c org.sat4j.minisat.constraints.card.MinWatchCard => 7
1800.15/893.64	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3625
1800.15/893.64	c org.sat4j.pb.constraints.pb.MaxWatchPb => 14775
1800.15/893.64	c constraints type 
1800.15/893.64	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 3625
1800.15/893.64	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 14726
1800.15/893.64	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 7
1800.15/893.64	c org.sat4j.pb.constraints.pb.MaxWatchPb => 14775
1800.15/893.64	s UNKNOWN
1800.15/893.64	c Total wall clock time (in seconds): 893.517

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-3744622-1338811433/watcher-3744622-1338811433 -o /tmp/evaluation-result-3744622-1338811433/solver-3744622-1338811433 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3744622-1338811433.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: 4.01 3.95 3.86 4/195 3606
/proc/meminfo: memFree=20467880/32873844 swapFree=7112/7112
[pid=3606] ppid=3604 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/3606/stat : 3606 (java6) D 3604 3606 6982 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 347271831 9515008 183 33554432000 1073741824 1073778376 140734745887648 140734745878680 235374722741 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/3606/statm: 2323 183 140 9 0 71 0

[startup+0.059145 s]
/proc/loadavg: 4.01 3.95 3.86 4/195 3606
/proc/meminfo: memFree=20467880/32873844 swapFree=7112/7112
[pid=3606] ppid=3604 vsize=2367080 CPUtime=0.03 cores=1,3,5,7
/proc/3606/stat : 3606 (java) S 3604 3606 6982 0 -1 4202496 3789 0 1 0 3 0 0 0 20 0 13 0 347271831 2423889920 4486 33554432000 1073741824 1073778376 140735280240544 140735280231680 235378081853 0 0 0 16800971 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/3606/statm: 591770 4486 1708 9 0 582471 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 2367080

[startup+0.100294 s]
/proc/loadavg: 4.01 3.95 3.86 4/195 3606
/proc/meminfo: memFree=20467880/32873844 swapFree=7112/7112
[pid=3606] ppid=3604 vsize=2699928 CPUtime=0.08 cores=1,3,5,7
/proc/3606/stat : 3606 (java) S 3604 3606 6982 0 -1 4202496 4177 0 1 0 7 1 0 0 20 0 18 0 347271831 2764726272 5385 33554432000 1073741824 1073778376 140735280240544 140735280231680 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/3606/statm: 674982 5386 1932 9 0 665676 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 2699928

[startup+0.300294 s]
/proc/loadavg: 4.01 3.95 3.86 4/195 3606
/proc/meminfo: memFree=20467880/32873844 swapFree=7112/7112
[pid=3606] ppid=3604 vsize=2699928 CPUtime=0.5 cores=1,3,5,7
/proc/3606/stat : 3606 (java) S 3604 3606 6982 0 -1 4202496 5839 0 1 0 49 1 0 0 20 0 18 0 347271831 2764726272 8661 33554432000 1073741824 1073778376 140735280240544 140735280231680 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/3606/statm: 674982 8661 2218 9 0 665676 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 2699928

[startup+0.700355 s]
/proc/loadavg: 4.01 3.95 3.86 4/195 3606
/proc/meminfo: memFree=20467880/32873844 swapFree=7112/7112
[pid=3606] ppid=3604 vsize=2699928 CPUtime=1.68 cores=1,3,5,7
/proc/3606/stat : 3606 (java) S 3604 3606 6982 0 -1 4202496 16751 0 1 0 163 5 0 0 20 0 18 0 347271831 2764726272 39769 33554432000 1073741824 1073778376 140735280240544 140735280231680 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/3606/statm: 674982 39769 2231 9 0 665676 0
Current children cumulated CPU time (s) 1.68
Current children cumulated vsize (KiB) 2699928

[startup+1.50078 s]
/proc/loadavg: 4.01 3.95 3.86 13/217 3628
/proc/meminfo: memFree=20288936/32873844 swapFree=7112/7112
[pid=3606] ppid=3604 vsize=2966184 CPUtime=4.25 cores=1,3,5,7
/proc/3606/stat : 3606 (java) S 3604 3606 6982 0 -1 4202496 17094 0 1 0 417 8 0 0 20 0 22 0 347271831 3037372416 86090 33554432000 1073741824 1073778376 140735280240544 140735280231680 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/3606/statm: 741546 86090 2263 9 0 732240 0
[pid=3606/tid=3608] ppid=3604 vsize=2966184 CPUtime=0.7 cores=1,3,5,7
/proc/3606/task/3608/stat : 3608 (java) S 3604 3606 6982 0 -1 4202560 2902 0 1 0 66 4 0 0 20 0 22 0 347271832 3037372416 86090 33554432000 1073741824 1073778376 140735280240544 140492279764120 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3606/tid=3609] ppid=3604 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3606/task/3609/stat : 3609 (java) S 3604 3606 6982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347271834 3037372416 86090 33554432000 1073741824 1073778376 140735280240544 140492146280744 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3606/tid=3610] ppid=3604 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3606/task/3610/stat : 3610 (java) S 3604 3606 6982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347271834 3037372416 86090 33554432000 1073741824 1073778376 140735280240544 140492145227944 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3606/tid=3611] ppid=3604 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3606/task/3611/stat : 3611 (java) S 3604 3606 6982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347271834 3037372416 86090 33554432000 1073741824 1073778376 140735280240544 140492144175656 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3606/tid=3612] ppid=3604 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3606/task/3612/stat : 3612 (java) S 3604 3606 6982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347271834 3037372416 86090 33554432000 1073741824 1073778376 140735280240544 140492143122856 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3606/tid=3613] ppid=3604 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3606/task/3613/stat : 3613 (java) S 3604 3606 6982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347271834 3037372416 86090 33554432000 1073741824 1073778376 140735280240544 140492142070568 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3606/tid=3614] ppid=3604 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3606/task/3614/stat : 3614 (java) S 3604 3606 6982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347271834 3037372416 86090 33554432000 1073741824 1073778376 140735280240544 140492141017768 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3606/tid=3615] ppid=3604 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3606/task/3615/stat : 3615 (java) S 3604 3606 6982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347271834 3037372416 86090 33554432000 1073741824 1073778376 140735280240544 140492139965480 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3606/tid=3616] ppid=3604 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3606/task/3616/stat : 3616 (java) S 3604 3606 6982 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 347271834 3037372416 86090 33554432000 1073741824 1073778376 140735280240544 140491668581288 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3606/tid=3617] ppid=3604 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3606/task/3617/stat : 3617 (java) S 3604 3606 6982 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 347271835 3037372416 86090 33554432000 1073741824 1073778376 140735280240544 140491656382696 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3606/tid=3618] ppid=3604 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3606/task/3618/stat : 3618 (java) S 3604 3606 6982 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 347271836 3037372416 86090 33554432000 1073741824 1073778376 140735280240544 140491655328760 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3606/tid=3619] ppid=3604 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3606/task/3619/stat : 3619 (java) S 3604 3606 6982 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 347271836 3037372416 86090 33554432000 1073741824 1073778376 140735280240544 140491654276360 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3606/tid=3620] ppid=3604 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3606/task/3620/stat : 3620 (java) S 3604 3606 6982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347271838 3037372416 86090 33554432000 1073741824 1073778376 140735280240544 140491653224848 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3606/tid=3621] ppid=3604 vsize=2966184 CPUtime=1 cores=1,3,5,7
/proc/3606/task/3621/stat : 3621 (java) S 3604 3606 6982 0 -1 4202560 6433 0 0 0 100 0 0 0 20 0 22 0 347271838 3037372416 86090 33554432000 1073741824 1073778376 140735280240544 140491652172472 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3606/tid=3622] ppid=3604 vsize=2966184 CPUtime=1 cores=1,3,5,7
/proc/3606/task/3622/stat : 3622 (java) S 3604 3606 6982 0 -1 4202560 6374 0 0 0 98 2 0 0 20 0 22 0 347271838 3037372416 86090 33554432000 1073741824 1073778376 140735280240544 140491651119672 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3606/tid=3623] ppid=3604 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3606/task/3623/stat : 3623 (java) S 3604 3606 6982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347271838 3037372416 86090 33554432000 1073741824 1073778376 140735280240544 140491650067576 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3606/tid=3624] ppid=3604 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3606/task/3624/stat : 3624 (java) S 3604 3606 6982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347271838 3037372416 86090 33554432000 1073741824 1073778376 140735280240544 140491649014984 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3606/tid=3625] ppid=3604 vsize=2966184 CPUtime=0.74 cores=1,3,5,7
/proc/3606/task/3625/stat : 3625 (java) R 3604 3606 6982 0 -1 4202560 66 0 0 0 73 1 0 0 20 0 22 0 347271905 3037372416 86090 33554432000 1073741824 1073778376 140735280240544 140491647930728 140492152580024 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=3606/tid=3626] ppid=3604 vsize=2966184 CPUtime=0.74 cores=1,3,5,7
/proc/3606/task/3626/stat : 3626 (java) R 3604 3606 6982 0 -1 4202560 117 0 0 0 72 2 0 0 20 0 22 0 347271905 3037372416 86090 33554432000 1073741824 1073778376 140735280240544 140491646878120 140492152817012 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=3606/tid=3627] ppid=3604 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3606/task/3627/stat : 3627 (java) S 3604 3606 6982 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 347271913 3037372416 86090 33554432000 1073741824 1073778376 140735280240544 140491645826216 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3606/tid=3628] ppid=3604 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3606/task/3628/stat : 3628 (java) S 3604 3606 6982 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 347271913 3037372416 86090 33554432000 1073741824 1073778376 140735280240544 140491644773416 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.25
Current children cumulated vsize (KiB) 2966184

[startup+3.10091 s]
/proc/loadavg: 4.09 3.96 3.87 5/217 3628
/proc/meminfo: memFree=20054224/32873844 swapFree=7112/7112
[pid=3606] ppid=3604 vsize=2966184 CPUtime=7.95 cores=1,3,5,7
/proc/3606/stat : 3606 (java) S 3604 3606 6982 0 -1 4202496 17297 0 1 0 778 17 0 0 20 0 22 0 347271831 3037372416 113292 33554432000 1073741824 1073778376 140735280240544 140735280231680 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/3606/statm: 741546 113292 2276 9 0 732240 0
[pid=3606/tid=3608] ppid=3604 vsize=2966184 CPUtime=0.7 cores=1,3,5,7
/proc/3606/task/3608/stat : 3608 (java) S 3604 3606 6982 0 -1 4202560 2902 0 1 0 66 4 0 0 20 0 22 0 347271832 3037372416 113292 33554432000 1073741824 1073778376 140735280240544 140492279764120 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3606/tid=3609] ppid=3604 vsize=2966184 CPUtime=0.02 cores=1,3,5,7
/proc/3606/task/3609/stat : 3609 (java) S 3604 3606 6982 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 22 0 347271834 3037372416 113292 33554432000 1073741824 1073778376 140735280240544 140492146280744 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3606/tid=3610] ppid=3604 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/3606/task/3610/stat : 3610 (java) S 3604 3606 6982 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 22 0 347271834 3037372416 113292 33554432000 1073741824 1073778376 140735280240544 140492145227944 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3606/tid=3611] ppid=3604 vsize=2966184 CPUtime=0.02 cores=1,3,5,7
/proc/3606/task/3611/stat : 3611 (java) S 3604 3606 6982 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 22 0 347271834 3037372416 113292 33554432000 1073741824 1073778376 140735280240544 140492144175656 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3606/tid=3612] ppid=3604 vsize=2966184 CPUtime=0.07 cores=1,3,5,7
/proc/3606/task/3612/stat : 3612 (java) S 3604 3606 6982 0 -1 4202560 33 0 0 0 5 2 0 0 20 0 22 0 347271834 3037372416 113292 33554432000 1073741824 1073778376 140735280240544 140492143122856 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3606/tid=3613] ppid=3604 vsize=2966184 CPUtime=0.02 cores=1,3,5,7
/proc/3606/task/3613/stat : 3613 (java) S 3604 3606 6982 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 22 0 347271834 3037372416 113292 33554432000 1073741824 1073778376 140735280240544 140492142070568 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3606/tid=3614] ppid=3604 vsize=2966184 CPUtime=0.05 cores=1,3,5,7
/proc/3606/task/3614/stat : 3614 (java) S 3604 3606 6982 0 -1 4202560 23 0 0 0 3 2 0 0 20 0 22 0 347271834 3037372416 113292 33554432000 1073741824 1073778376 140735280240544 140492141017768 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3606/tid=3615] ppid=3604 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/3606/task/3615/stat : 3615 (java) S 3604 3606 6982 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 347271834 3037372416 113292 33554432000 1073741824 1073778376 140735280240544 140492139965480 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3606/tid=3616] ppid=3604 vsize=2966184 CPUtime=0.03 cores=1,3,5,7
/proc/3606/task/3616/stat : 3616 (java) S 3604 3606 6982 0 -1 4202560 19 0 0 0 2 1 0 0 20 0 22 0 347271834 3037372416 113292 33554432000 1073741824 1073778376 140735280240544 140491668581288 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3606/tid=3617] ppid=3604 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3606/task/3617/stat : 3617 (java) S 3604 3606 6982 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 347271835 3037372416 113292 33554432000 1073741824 1073778376 140735280240544 140491656382696 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3606/tid=3618] ppid=3604 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3606/task/3618/stat : 3618 (java) S 3604 3606 6982 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 347271836 3037372416 113292 33554432000 1073741824 1073778376 140735280240544 140491655328760 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3606/tid=3619] ppid=3604 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3606/task/3619/stat : 3619 (java) S 3604 3606 6982 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 347271836 3037372416 113292 33554432000 1073741824 1073778376 140735280240544 140491654276360 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3606/tid=3620] ppid=3604 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3606/task/3620/stat : 3620 (java) S 3604 3606 6982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347271838 3037372416 113292 33554432000 1073741824 1073778376 140735280240544 140491653224848 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3606/tid=3621] ppid=3604 vsize=2966184 CPUtime=1.18 cores=1,3,5,7
/proc/3606/task/3621/stat : 3621 (java) S 3604 3606 6982 0 -1 4202560 6451 0 0 0 118 0 0 0 20 0 22 0 347271838 3037372416 113292 33554432000 1073741824 1073778376 140735280240544 140491652172472 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3606/tid=3622] ppid=3604 vsize=2966184 CPUtime=1.2 cores=1,3,5,7
/proc/3606/task/3622/stat : 3622 (java) S 3604 3606 6982 0 -1 4202560 6395 0 0 0 118 2 0 0 20 0 22 0 347271838 3037372416 113292 33554432000 1073741824 1073778376 140735280240544 140491651119672 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3606/tid=3623] ppid=3604 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3606/task/3623/stat : 3623 (java) S 3604 3606 6982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347271838 3037372416 113292 33554432000 1073741824 1073778376 140735280240544 140491650067576 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3606/tid=3624] ppid=3604 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3606/task/3624/stat : 3624 (java) S 3604 3606 6982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347271838 3037372416 113292 33554432000 1073741824 1073778376 140735280240544 140491649014984 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3606/tid=3625] ppid=3604 vsize=2966184 CPUtime=2.26 cores=1,3,5,7
/proc/3606/task/3625/stat : 3625 (java) R 3604 3606 6982 0 -1 4202560 80 0 0 0 223 3 0 0 20 0 22 0 347271905 3037372416 113292 33554432000 1073741824 1073778376 140735280240544 140491647931016 140492152868163 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=3606/tid=3626] ppid=3604 vsize=2966184 CPUtime=2.23 cores=1,3,5,7
/proc/3606/task/3626/stat : 3626 (java) R 3604 3606 6982 0 -1 4202560 132 0 0 0 221 2 0 0 20 0 22 0 347271905 3037372416 113292 33554432000 1073741824 1073778376 140735280240544 140491646877688 140492152818630 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=3606/tid=3627] ppid=3604 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3606/task/3627/stat : 3627 (java) S 3604 3606 6982 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 347271913 3037372416 113292 33554432000 1073741824 1073778376 140735280240544 140491645826216 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3606/tid=3628] ppid=3604 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3606/task/3628/stat : 3628 (java) S 3604 3606 6982 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 347271913 3037372416 113292 33554432000 1073741824 1073778376 140735280240544 140491644773416 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 7.95
Current children cumulated vsize (KiB) 2966184

[startup+6.30079 s]
/proc/loadavg: 4.09 3.96 3.87 5/217 3628
/proc/meminfo: memFree=19985780/32873844 swapFree=7112/7112
[pid=3606] ppid=3604 vsize=2966184 CPUtime=14.65 cores=1,3,5,7
/proc/3606/stat : 3606 (java) S 3604 3606 6982 0 -1 4202496 17499 0 1 0 1436 29 0 0 20 0 22 0 347271831 3037372416 133813 33554432000 1073741824 1073778376 140735280240544 140735280231680 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/3606/statm: 741546 133813 2288 9 0 732240 0
[pid=3606/tid=3608] ppid=3604 vsize=2966184 CPUtime=0.7 cores=1,3,5,7
/proc/3606/task/3608/stat : 3608 (java) S 3604 3606 6982 0 -1 4202560 2902 0 1 0 66 4 0 0 20 0 22 0 347271832 3037372416 133813 33554432000 1073741824 1073778376 140735280240544 140492279764120 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3606/tid=3609] ppid=3604 vsize=2966184 CPUtime=0.11 cores=1,3,5,7
/proc/3606/task/3609/stat : 3609 (java) S 3604 3606 6982 0 -1 4202560 35 0 0 0 9 2 0 0 20 0 22 0 347271834 3037372416 133813 33554432000 1073741824 1073778376 140735280240544 140492146280744 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3606/tid=3610] ppid=3604 vsize=2966184 CPUtime=0.09 cores=1,3,5,7
/proc/3606/task/3610/stat : 3610 (java) S 3604 3606 6982 0 -1 4202560 25 0 0 0 7 2 0 0 20 0 22 0 347271834 3037372416 133813 33554432000 1073741824 1073778376 140735280240544 140492145227944 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3606/tid=3611] ppid=3604 vsize=2966184 CPUtime=0.12 cores=1,3,5,7
/proc/3606/task/3611/stat : 3611 (java) S 3604 3606 6982 0 -1 4202560 29 0 0 0 10 2 0 0 20 0 22 0 347271834 3037372416 133813 33554432000 1073741824 1073778376 140735280240544 140492144175656 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3606/tid=3612] ppid=3604 vsize=2966184 CPUtime=0.15 cores=1,3,5,7
/proc/3606/task/3612/stat : 3612 (java) S 3604 3606 6982 0 -1 4202560 54 0 0 0 12 3 0 0 20 0 22 0 347271834 3037372416 133813 33554432000 1073741824 1073778376 140735280240544 140492143122856 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3606/tid=3613] ppid=3604 vsize=2966184 CPUtime=0.09 cores=1,3,5,7
/proc/3606/task/3613/stat : 3613 (java) S 3604 3606 6982 0 -1 4202560 26 0 0 0 7 2 0 0 20 0 22 0 347271834 3037372416 133813 33554432000 1073741824 1073778376 140735280240544 140492142070568 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3606/tid=3614] ppid=3604 vsize=2966184 CPUtime=0.14 cores=1,3,5,7
/proc/3606/task/3614/stat : 3614 (java) S 3604 3606 6982 0 -1 4202560 42 0 0 0 11 3 0 0 20 0 22 0 347271834 3037372416 133813 33554432000 1073741824 1073778376 140735280240544 140492141017768 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3606/tid=3615] ppid=3604 vsize=2966184 CPUtime=0.08 cores=1,3,5,7
/proc/3606/task/3615/stat : 3615 (java) S 3604 3606 6982 0 -1 4202560 23 0 0 0 6 2 0 0 20 0 22 0 347271834 3037372416 133813 33554432000 1073741824 1073778376 140735280240544 140492139965480 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3606/tid=3616] ppid=3604 vsize=2966184 CPUtime=0.19 cores=1,3,5,7
/proc/3606/task/3616/stat : 3616 (java) S 3604 3606 6982 0 -1 4202560 57 0 0 0 15 4 0 0 20 0 22 0 347271834 3037372416 133813 33554432000 1073741824 1073778376 140735280240544 140491668581288 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3606/tid=3617] ppid=3604 vsize=2966184 CPUtime=0.11 cores=1,3,5,7
/proc/3606/task/3617/stat : 3617 (java) S 3604 3606 6982 0 -1 4202560 34 0 0 0 11 0 0 0 20 0 22 0 347271835 3037372416 133813 33554432000 1073741824 1073778376 140735280240544 140491656382696 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3606/tid=3618] ppid=3604 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3606/task/3618/stat : 3618 (java) S 3604 3606 6982 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 347271836 3037372416 133813 33554432000 1073741824 1073778376 140735280240544 140491655328760 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3606/tid=3619] ppid=3604 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3606/task/3619/stat : 3619 (java) S 3604 3606 6982 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 347271836 3037372416 133813 33554432000 1073741824 1073778376 140735280240544 140491654276360 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3606/tid=3620] ppid=3604 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3606/task/3620/stat : 3620 (java) S 3604 3606 6982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347271838 3037372416 133813 33554432000 1073741824 1073778376 140735280240544 140491653224848 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3606/tid=3621] ppid=3604 vsize=2966184 CPUtime=1.2 cores=1,3,5,7
/proc/3606/task/3621/stat : 3621 (java) S 3604 3606 6982 0 -1 4202560 6461 0 0 0 120 0 0 0 20 0 22 0 347271838 3037372416 133813 33554432000 1073741824 1073778376 140735280240544 140491652172472 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0

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

[pid=3606/tid=3626] ppid=3604 vsize=2966184 CPUtime=742.98 cores=1,3,5,7
/proc/3606/task/3626/stat : 3626 (java) R 3604 3606 6982 0 -1 4202560 428 0 0 0 74282 16 0 0 20 0 22 0 347271905 3037372416 188081 33554432000 1073741824 1073778376 140735280240544 140491646875936 140492152868163 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=3606/tid=3627] ppid=3604 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3606/task/3627/stat : 3627 (java) S 3604 3606 6982 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 347271913 3037372416 188081 33554432000 1073741824 1073778376 140735280240544 140491645826216 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3606/tid=3628] ppid=3604 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3606/task/3628/stat : 3628 (java) S 3604 3606 6982 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 347271913 3037372416 188081 33554432000 1073741824 1073778376 140735280240544 140491644773416 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1535.08
Current children cumulated vsize (KiB) 2966184

[startup+822.301 s]
/proc/loadavg: 4.47 4.20 4.04 5/217 3701
/proc/meminfo: memFree=19522500/32873844 swapFree=7112/7112
[pid=3606] ppid=3604 vsize=2966184 CPUtime=1656.06 cores=1,3,5,7
/proc/3606/stat : 3606 (java) S 3604 3606 6982 0 -1 4202496 33155 0 1 0 165474 132 0 0 20 0 22 0 347271831 3037372416 192177 33554432000 1073741824 1073778376 140735280240544 140735280231680 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/3606/statm: 741546 192177 2288 9 0 732240 0
[pid=3606/tid=3608] ppid=3604 vsize=2966184 CPUtime=0.73 cores=1,3,5,7
/proc/3606/task/3608/stat : 3608 (java) S 3604 3606 6982 0 -1 4202560 2918 0 1 0 68 5 0 0 20 0 22 0 347271832 3037372416 192177 33554432000 1073741824 1073778376 140735280240544 140492279764120 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3606/tid=3609] ppid=3604 vsize=2966184 CPUtime=5.03 cores=1,3,5,7
/proc/3606/task/3609/stat : 3609 (java) S 3604 3606 6982 0 -1 4202560 320 0 0 0 496 7 0 0 20 0 22 0 347271834 3037372416 192177 33554432000 1073741824 1073778376 140735280240544 140492146280744 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3606/tid=3610] ppid=3604 vsize=2966184 CPUtime=5.05 cores=1,3,5,7
/proc/3606/task/3610/stat : 3610 (java) S 3604 3606 6982 0 -1 4202560 322 0 0 0 498 7 0 0 20 0 22 0 347271834 3037372416 192177 33554432000 1073741824 1073778376 140735280240544 140492145227944 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3606/tid=3611] ppid=3604 vsize=2966184 CPUtime=5.23 cores=1,3,5,7
/proc/3606/task/3611/stat : 3611 (java) S 3604 3606 6982 0 -1 4202560 318 0 0 0 515 8 0 0 20 0 22 0 347271834 3037372416 192177 33554432000 1073741824 1073778376 140735280240544 140492144175656 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3606/tid=3612] ppid=3604 vsize=2966184 CPUtime=5.04 cores=1,3,5,7
/proc/3606/task/3612/stat : 3612 (java) S 3604 3606 6982 0 -1 4202560 336 0 0 0 496 8 0 0 20 0 22 0 347271834 3037372416 192177 33554432000 1073741824 1073778376 140735280240544 140492143122856 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3606/tid=3613] ppid=3604 vsize=2966184 CPUtime=4.97 cores=1,3,5,7
/proc/3606/task/3613/stat : 3613 (java) S 3604 3606 6982 0 -1 4202560 316 0 0 0 490 7 0 0 20 0 22 0 347271834 3037372416 192177 33554432000 1073741824 1073778376 140735280240544 140492142070568 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3606/tid=3614] ppid=3604 vsize=2966184 CPUtime=5.09 cores=1,3,5,7
/proc/3606/task/3614/stat : 3614 (java) S 3604 3606 6982 0 -1 4202560 328 0 0 0 502 7 0 0 20 0 22 0 347271834 3037372416 192177 33554432000 1073741824 1073778376 140735280240544 140492141017768 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3606/tid=3615] ppid=3604 vsize=2966184 CPUtime=4.83 cores=1,3,5,7
/proc/3606/task/3615/stat : 3615 (java) S 3604 3606 6982 0 -1 4202560 316 0 0 0 477 6 0 0 20 0 22 0 347271834 3037372416 192177 33554432000 1073741824 1073778376 140735280240544 140492139965480 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3606/tid=3616] ppid=3604 vsize=2966184 CPUtime=5.2 cores=1,3,5,7
/proc/3606/task/3616/stat : 3616 (java) S 3604 3606 6982 0 -1 4202560 347 0 0 0 510 10 0 0 20 0 22 0 347271834 3037372416 192177 33554432000 1073741824 1073778376 140735280240544 140491668581288 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3606/tid=3617] ppid=3604 vsize=2966184 CPUtime=8.19 cores=1,3,5,7
/proc/3606/task/3617/stat : 3617 (java) S 3604 3606 6982 0 -1 4202560 9934 0 0 0 781 38 0 0 20 0 22 0 347271835 3037372416 192177 33554432000 1073741824 1073778376 140735280240544 140491656382696 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3606/tid=3618] ppid=3604 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3606/task/3618/stat : 3618 (java) S 3604 3606 6982 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 347271836 3037372416 192177 33554432000 1073741824 1073778376 140735280240544 140491655328760 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3606/tid=3619] ppid=3604 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3606/task/3619/stat : 3619 (java) S 3604 3606 6982 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 347271836 3037372416 192177 33554432000 1073741824 1073778376 140735280240544 140491654276360 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3606/tid=3620] ppid=3604 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3606/task/3620/stat : 3620 (java) S 3604 3606 6982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347271838 3037372416 192177 33554432000 1073741824 1073778376 140735280240544 140491653224848 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3606/tid=3621] ppid=3604 vsize=2966184 CPUtime=1.93 cores=1,3,5,7
/proc/3606/task/3621/stat : 3621 (java) S 3604 3606 6982 0 -1 4202560 9237 0 0 0 191 2 0 0 20 0 22 0 347271838 3037372416 192177 33554432000 1073741824 1073778376 140735280240544 140491652172472 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3606/tid=3622] ppid=3604 vsize=2966184 CPUtime=1.34 cores=1,3,5,7
/proc/3606/task/3622/stat : 3622 (java) S 3604 3606 6982 0 -1 4202560 6408 0 0 0 132 2 0 0 20 0 22 0 347271838 3037372416 192177 33554432000 1073741824 1073778376 140735280240544 140491651119672 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3606/tid=3623] ppid=3604 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3606/task/3623/stat : 3623 (java) S 3604 3606 6982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347271838 3037372416 192177 33554432000 1073741824 1073778376 140735280240544 140491650067576 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3606/tid=3624] ppid=3604 vsize=2966184 CPUtime=0.39 cores=1,3,5,7
/proc/3606/task/3624/stat : 3624 (java) S 3604 3606 6982 0 -1 4202560 47 0 0 0 22 17 0 0 20 0 22 0 347271838 3037372416 192177 33554432000 1073741824 1073778376 140735280240544 140491649014984 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3606/tid=3625] ppid=3604 vsize=2966184 CPUtime=801.78 cores=1,3,5,7
/proc/3606/task/3625/stat : 3625 (java) R 3604 3606 6982 0 -1 4202560 371 0 0 0 80160 18 0 0 20 0 22 0 347271905 3037372416 192177 33554432000 1073741824 1073778376 140735280240544 140491647929672 140492152580622 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=3606/tid=3626] ppid=3604 vsize=2966184 CPUtime=801.7 cores=1,3,5,7
/proc/3606/task/3626/stat : 3626 (java) R 3604 3606 6982 0 -1 4202560 448 0 0 0 80153 17 0 0 20 0 22 0 347271905 3037372416 192177 33554432000 1073741824 1073778376 140735280240544 140491646876168 140492153296898 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=3606/tid=3627] ppid=3604 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3606/task/3627/stat : 3627 (java) S 3604 3606 6982 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 347271913 3037372416 192177 33554432000 1073741824 1073778376 140735280240544 140491645826216 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3606/tid=3628] ppid=3604 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3606/task/3628/stat : 3628 (java) S 3604 3606 6982 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 347271913 3037372416 192177 33554432000 1073741824 1073778376 140735280240544 140491644773416 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1656.06
Current children cumulated vsize (KiB) 2966184

[startup+882.301 s]
/proc/loadavg: 4.26 4.20 4.05 5/217 3701
/proc/meminfo: memFree=19516108/32873844 swapFree=7112/7112
[pid=3606] ppid=3604 vsize=2966184 CPUtime=1777.26 cores=1,3,5,7
/proc/3606/stat : 3606 (java) S 3604 3606 6982 0 -1 4202496 33592 0 1 0 177586 140 0 0 20 0 22 0 347271831 3037372416 193712 33554432000 1073741824 1073778376 140735280240544 140735280231680 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/3606/statm: 741546 193712 2288 9 0 732240 0
[pid=3606/tid=3608] ppid=3604 vsize=2966184 CPUtime=0.73 cores=1,3,5,7
/proc/3606/task/3608/stat : 3608 (java) S 3604 3606 6982 0 -1 4202560 2918 0 1 0 68 5 0 0 20 0 22 0 347271832 3037372416 193712 33554432000 1073741824 1073778376 140735280240544 140492279764120 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3606/tid=3609] ppid=3604 vsize=2966184 CPUtime=5.58 cores=1,3,5,7
/proc/3606/task/3609/stat : 3609 (java) S 3604 3606 6982 0 -1 4202560 320 0 0 0 551 7 0 0 20 0 22 0 347271834 3037372416 193712 33554432000 1073741824 1073778376 140735280240544 140492146280744 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3606/tid=3610] ppid=3604 vsize=2966184 CPUtime=5.51 cores=1,3,5,7
/proc/3606/task/3610/stat : 3610 (java) S 3604 3606 6982 0 -1 4202560 324 0 0 0 543 8 0 0 20 0 22 0 347271834 3037372416 193712 33554432000 1073741824 1073778376 140735280240544 140492145227944 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3606/tid=3611] ppid=3604 vsize=2966184 CPUtime=5.71 cores=1,3,5,7
/proc/3606/task/3611/stat : 3611 (java) S 3604 3606 6982 0 -1 4202560 318 0 0 0 563 8 0 0 20 0 22 0 347271834 3037372416 193712 33554432000 1073741824 1073778376 140735280240544 140492144175656 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3606/tid=3612] ppid=3604 vsize=2966184 CPUtime=5.52 cores=1,3,5,7
/proc/3606/task/3612/stat : 3612 (java) S 3604 3606 6982 0 -1 4202560 338 0 0 0 544 8 0 0 20 0 22 0 347271834 3037372416 193712 33554432000 1073741824 1073778376 140735280240544 140492143122856 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3606/tid=3613] ppid=3604 vsize=2966184 CPUtime=5.41 cores=1,3,5,7
/proc/3606/task/3613/stat : 3613 (java) S 3604 3606 6982 0 -1 4202560 317 0 0 0 534 7 0 0 20 0 22 0 347271834 3037372416 193712 33554432000 1073741824 1073778376 140735280240544 140492142070568 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3606/tid=3614] ppid=3604 vsize=2966184 CPUtime=5.63 cores=1,3,5,7
/proc/3606/task/3614/stat : 3614 (java) S 3604 3606 6982 0 -1 4202560 329 0 0 0 556 7 0 0 20 0 22 0 347271834 3037372416 193712 33554432000 1073741824 1073778376 140735280240544 140492141017768 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3606/tid=3615] ppid=3604 vsize=2966184 CPUtime=5.21 cores=1,3,5,7
/proc/3606/task/3615/stat : 3615 (java) S 3604 3606 6982 0 -1 4202560 316 0 0 0 514 7 0 0 20 0 22 0 347271834 3037372416 193712 33554432000 1073741824 1073778376 140735280240544 140492139965480 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3606/tid=3616] ppid=3604 vsize=2966184 CPUtime=5.72 cores=1,3,5,7
/proc/3606/task/3616/stat : 3616 (java) S 3604 3606 6982 0 -1 4202560 348 0 0 0 562 10 0 0 20 0 22 0 347271834 3037372416 193712 33554432000 1073741824 1073778376 140735280240544 140491668581288 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3606/tid=3617] ppid=3604 vsize=2966184 CPUtime=8.75 cores=1,3,5,7
/proc/3606/task/3617/stat : 3617 (java) S 3604 3606 6982 0 -1 4202560 10319 0 0 0 833 42 0 0 20 0 22 0 347271835 3037372416 193712 33554432000 1073741824 1073778376 140735280240544 140491656382696 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3606/tid=3618] ppid=3604 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3606/task/3618/stat : 3618 (java) S 3604 3606 6982 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 347271836 3037372416 193712 33554432000 1073741824 1073778376 140735280240544 140491655328760 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3606/tid=3619] ppid=3604 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3606/task/3619/stat : 3619 (java) S 3604 3606 6982 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 347271836 3037372416 193712 33554432000 1073741824 1073778376 140735280240544 140491654276360 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3606/tid=3620] ppid=3604 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3606/task/3620/stat : 3620 (java) S 3604 3606 6982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347271838 3037372416 193712 33554432000 1073741824 1073778376 140735280240544 140491653224848 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3606/tid=3621] ppid=3604 vsize=2966184 CPUtime=1.93 cores=1,3,5,7
/proc/3606/task/3621/stat : 3621 (java) S 3604 3606 6982 0 -1 4202560 9237 0 0 0 191 2 0 0 20 0 22 0 347271838 3037372416 193712 33554432000 1073741824 1073778376 140735280240544 140491652172472 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3606/tid=3622] ppid=3604 vsize=2966184 CPUtime=1.34 cores=1,3,5,7
/proc/3606/task/3622/stat : 3622 (java) S 3604 3606 6982 0 -1 4202560 6408 0 0 0 132 2 0 0 20 0 22 0 347271838 3037372416 193712 33554432000 1073741824 1073778376 140735280240544 140491651119672 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3606/tid=3623] ppid=3604 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3606/task/3623/stat : 3623 (java) S 3604 3606 6982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347271838 3037372416 193712 33554432000 1073741824 1073778376 140735280240544 140491650067576 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3606/tid=3624] ppid=3604 vsize=2966184 CPUtime=0.42 cores=1,3,5,7
/proc/3606/task/3624/stat : 3624 (java) S 3604 3606 6982 0 -1 4202560 51 0 0 0 24 18 0 0 20 0 22 0 347271838 3037372416 193712 33554432000 1073741824 1073778376 140735280240544 140491649014984 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3606/tid=3625] ppid=3604 vsize=2966184 CPUtime=860.18 cores=1,3,5,7
/proc/3606/task/3625/stat : 3625 (java) R 3604 3606 6982 0 -1 4202560 390 0 0 0 85998 20 0 0 20 0 22 0 347271905 3037372416 193712 33554432000 1073741824 1073778376 140735280240544 140491647929912 140492153297472 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=3606/tid=3626] ppid=3604 vsize=2966184 CPUtime=860.1 cores=1,3,5,7
/proc/3606/task/3626/stat : 3626 (java) R 3604 3606 6982 0 -1 4202560 470 0 0 0 85992 18 0 0 20 0 22 0 347271905 3037372416 193712 33554432000 1073741824 1073778376 140735280240544 140491646876864 140492152580581 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=3606/tid=3627] ppid=3604 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3606/task/3627/stat : 3627 (java) S 3604 3606 6982 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 347271913 3037372416 193712 33554432000 1073741824 1073778376 140735280240544 140491645826216 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3606/tid=3628] ppid=3604 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3606/task/3628/stat : 3628 (java) S 3604 3606 6982 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 347271913 3037372416 193712 33554432000 1073741824 1073778376 140735280240544 140491644773416 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1777.26
Current children cumulated vsize (KiB) 2966184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+893.601 s]
/proc/loadavg: 4.22 4.19 4.05 5/217 3701
/proc/meminfo: memFree=19516288/32873844 swapFree=7112/7112
[pid=3606] ppid=3604 vsize=2966184 CPUtime=1800.15 cores=1,3,5,7
/proc/3606/stat : 3606 (java) S 3604 3606 6982 0 -1 4202496 33598 0 1 0 179874 141 0 0 20 0 22 0 347271831 3037372416 193712 33554432000 1073741824 1073778376 140735280240544 140735280231680 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/3606/statm: 741546 193712 2288 9 0 732240 0
[pid=3606/tid=3608] ppid=3604 vsize=2966184 CPUtime=0.73 cores=1,3,5,7
/proc/3606/task/3608/stat : 3608 (java) S 3604 3606 6982 0 -1 4202560 2918 0 1 0 68 5 0 0 20 0 22 0 347271832 3037372416 193712 33554432000 1073741824 1073778376 140735280240544 140492279764120 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3606/tid=3609] ppid=3604 vsize=2966184 CPUtime=5.65 cores=1,3,5,7
/proc/3606/task/3609/stat : 3609 (java) S 3604 3606 6982 0 -1 4202560 320 0 0 0 558 7 0 0 20 0 22 0 347271834 3037372416 193712 33554432000 1073741824 1073778376 140735280240544 140492146280744 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3606/tid=3610] ppid=3604 vsize=2966184 CPUtime=5.59 cores=1,3,5,7
/proc/3606/task/3610/stat : 3610 (java) S 3604 3606 6982 0 -1 4202560 324 0 0 0 551 8 0 0 20 0 22 0 347271834 3037372416 193712 33554432000 1073741824 1073778376 140735280240544 140492145227944 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3606/tid=3611] ppid=3604 vsize=2966184 CPUtime=5.79 cores=1,3,5,7
/proc/3606/task/3611/stat : 3611 (java) S 3604 3606 6982 0 -1 4202560 318 0 0 0 571 8 0 0 20 0 22 0 347271834 3037372416 193712 33554432000 1073741824 1073778376 140735280240544 140492144175656 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3606/tid=3612] ppid=3604 vsize=2966184 CPUtime=5.6 cores=1,3,5,7
/proc/3606/task/3612/stat : 3612 (java) S 3604 3606 6982 0 -1 4202560 338 0 0 0 552 8 0 0 20 0 22 0 347271834 3037372416 193712 33554432000 1073741824 1073778376 140735280240544 140492143122856 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3606/tid=3613] ppid=3604 vsize=2966184 CPUtime=5.49 cores=1,3,5,7
/proc/3606/task/3613/stat : 3613 (java) S 3604 3606 6982 0 -1 4202560 317 0 0 0 542 7 0 0 20 0 22 0 347271834 3037372416 193712 33554432000 1073741824 1073778376 140735280240544 140492142070568 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3606/tid=3614] ppid=3604 vsize=2966184 CPUtime=5.7 cores=1,3,5,7
/proc/3606/task/3614/stat : 3614 (java) S 3604 3606 6982 0 -1 4202560 329 0 0 0 563 7 0 0 20 0 22 0 347271834 3037372416 193712 33554432000 1073741824 1073778376 140735280240544 140492141017768 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3606/tid=3615] ppid=3604 vsize=2966184 CPUtime=5.28 cores=1,3,5,7
/proc/3606/task/3615/stat : 3615 (java) S 3604 3606 6982 0 -1 4202560 316 0 0 0 521 7 0 0 20 0 22 0 347271834 3037372416 193712 33554432000 1073741824 1073778376 140735280240544 140492139965480 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3606/tid=3616] ppid=3604 vsize=2966184 CPUtime=5.79 cores=1,3,5,7
/proc/3606/task/3616/stat : 3616 (java) S 3604 3606 6982 0 -1 4202560 348 0 0 0 569 10 0 0 20 0 22 0 347271834 3037372416 193712 33554432000 1073741824 1073778376 140735280240544 140491668581288 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3606/tid=3617] ppid=3604 vsize=2966184 CPUtime=8.75 cores=1,3,5,7
/proc/3606/task/3617/stat : 3617 (java) S 3604 3606 6982 0 -1 4202560 10319 0 0 0 833 42 0 0 20 0 22 0 347271835 3037372416 193712 33554432000 1073741824 1073778376 140735280240544 140491656382696 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3606/tid=3618] ppid=3604 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3606/task/3618/stat : 3618 (java) S 3604 3606 6982 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 347271836 3037372416 193712 33554432000 1073741824 1073778376 140735280240544 140491655328760 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3606/tid=3619] ppid=3604 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3606/task/3619/stat : 3619 (java) S 3604 3606 6982 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 347271836 3037372416 193712 33554432000 1073741824 1073778376 140735280240544 140491654276360 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3606/tid=3620] ppid=3604 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3606/task/3620/stat : 3620 (java) S 3604 3606 6982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347271838 3037372416 193712 33554432000 1073741824 1073778376 140735280240544 140491653224848 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3606/tid=3621] ppid=3604 vsize=2966184 CPUtime=1.93 cores=1,3,5,7
/proc/3606/task/3621/stat : 3621 (java) S 3604 3606 6982 0 -1 4202560 9237 0 0 0 191 2 0 0 20 0 22 0 347271838 3037372416 193712 33554432000 1073741824 1073778376 140735280240544 140491652172472 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3606/tid=3622] ppid=3604 vsize=2966184 CPUtime=1.34 cores=1,3,5,7
/proc/3606/task/3622/stat : 3622 (java) S 3604 3606 6982 0 -1 4202560 6408 0 0 0 132 2 0 0 20 0 22 0 347271838 3037372416 193712 33554432000 1073741824 1073778376 140735280240544 140491651119672 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3606/tid=3623] ppid=3604 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3606/task/3623/stat : 3623 (java) S 3604 3606 6982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347271838 3037372416 193712 33554432000 1073741824 1073778376 140735280240544 140491650067576 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3606/tid=3624] ppid=3604 vsize=2966184 CPUtime=0.43 cores=1,3,5,7
/proc/3606/task/3624/stat : 3624 (java) S 3604 3606 6982 0 -1 4202560 51 0 0 0 24 19 0 0 20 0 22 0 347271838 3037372416 193712 33554432000 1073741824 1073778376 140735280240544 140491649014984 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3606/tid=3625] ppid=3604 vsize=2966184 CPUtime=871.33 cores=1,3,5,7
/proc/3606/task/3625/stat : 3625 (java) R 3604 3606 6982 0 -1 4202560 391 0 0 0 87113 20 0 0 20 0 22 0 347271905 3037372416 193712 33554432000 1073741824 1073778376 140735280240544 140491647928736 140492152858694 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=3606/tid=3626] ppid=3604 vsize=2966184 CPUtime=871.24 cores=1,3,5,7
/proc/3606/task/3626/stat : 3626 (java) R 3604 3606 6982 0 -1 4202560 475 0 0 0 87106 18 0 0 20 0 22 0 347271905 3037372416 193712 33554432000 1073741824 1073778376 140735280240544 140491646876752 140492152858592 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=3606/tid=3627] ppid=3604 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3606/task/3627/stat : 3627 (java) S 3604 3606 6982 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 347271913 3037372416 193712 33554432000 1073741824 1073778376 140735280240544 140491645826216 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3606/tid=3628] ppid=3604 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3606/task/3628/stat : 3628 (java) S 3604 3606 6982 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 347271913 3037372416 193712 33554432000 1073741824 1073778376 140735280240544 140491644773416 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.15
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
Real time (s): 893.654
CPU time (s): 1801.07
CPU user time (s): 1799.19
CPU system time (s): 1.88271
CPU usage (%): 201.54
Max. virtual memory (cumulated for all children) (KiB): 2966184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.19
system time used= 1.88271
maximum resident set size= 777016
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33631
page faults= 1
swaps= 0
block input operations= 0
block output operations= 896
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39979
involuntary context switches= 84525

runsolver used 3.41248 second user time and 8.72267 second system time

The end

Launcher Data

Begin job on node104 at 2012-06-04 14:03:53
IDJOB=3744622
IDBENCH=92785
IDSOLVER=2324
FILE ID=node104/3744622-1338811433
RUNJOBID= node104-1338804170-1997
PBS_JOBID= 14636834
Free space on /tmp= 66432 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_8_ic.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3744622-1338811433/watcher-3744622-1338811433 -o /tmp/evaluation-result-3744622-1338811433/solver-3744622-1338811433 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3744622-1338811433.opb

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

MD5SUM BENCH= c59785e6f20fb8a9ed43144b528a9d33
RANDOM SEED=45589680

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.266
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:       32873844 kB
MemFree:        20468416 kB
Buffers:         3058136 kB
Cached:          7472412 kB
SwapCached:          708 kB
Active:          8114084 kB
Inactive:        3203816 kB
Active(anon):     769436 kB
Inactive(anon):     8092 kB
Active(file):    7344648 kB
Inactive(file):  3195724 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67105164 kB
Dirty:              1212 kB
Writeback:             0 kB
AnonPages:        789780 kB
Mapped:            22460 kB
Shmem:                 8 kB
Slab:             937636 kB
SReclaimable:     379404 kB
SUnreclaim:       558232 kB
KernelStack:        1616 kB
PageTables:         5720 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1565440 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    724992 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= 66420 MiB
End job on node104 at 2012-06-04 14:18:48