Trace number 3744526

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.03 893.658

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/IC/
normalized-minisat25_6_3_6_ic.opb
MD5SUM09d230c3dd969e67e7ea084b633c9325
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 74618461
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 7915122659
Number of bits of the sum of numbers in the objective function 33
Biggest number in a constraint 74618461
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 7915122659
Number of bits of the biggest sum of numbers33
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.06/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.06/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.10	c See www.sat4j.org for details.
0.06/0.10	c version 2.2.0.v20100531
0.06/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.10	c java.vm.version	19.1-b02
0.06/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.10	c sun.arch.data.model	64
0.06/0.10	c java.version		1.6.0_24
0.06/0.10	c os.name		Linux
0.06/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.06/0.10	c os.arch		amd64
0.06/0.10	c Free memory 		1349517296
0.06/0.10	c Max memory 		1356595200
0.06/0.10	c Total memory 		1356595200
0.06/0.10	c Number of processors 	8
0.06/0.13	c Pseudo Boolean Optimization
0.06/0.13	c ManyCore solver with 2 solvers running in parallel
0.06/0.13	c --- Begin Solver configuration ---
0.06/0.13	c Stops conflict analysis at the first Unique Implication Point
0.06/0.13	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@431b9fb1
0.06/0.13	c Learn all clauses as in MiniSAT
0.06/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.06/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.06/0.13	c Expensive reason simplification
0.06/0.13	c Armin Biere (Picosat) restarts strategy
0.06/0.13	c Glucose learned constraints deletion strategy
0.06/0.13	c timeout=2147483s
0.06/0.13	c DB Simplification allowed=false
0.06/0.13	c --- End Solver configuration ---
0.06/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.06/0.13	c --- Begin Solver configuration ---
0.06/0.13	c Stops conflict analysis at the first Unique Implication Point
0.06/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5b2558d6
0.06/0.13	c Learn all clauses as in MiniSAT
0.06/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.06/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.06/0.13	c No reason simplification
0.06/0.13	c Armin Biere (Picosat) restarts strategy
0.06/0.13	c Glucose learned constraints deletion strategy
0.06/0.13	c timeout=2147483s
0.06/0.13	c DB Simplification allowed=false
0.06/0.13	c --- End Solver configuration ---
0.06/0.13	
0.06/0.13	c solving HOME/instance-3744526-1338810632.opb
0.06/0.13	c reading problem ... 
1.66/0.73	c ... done. Wall clock time 0.598s.
1.66/0.73	c #vars     15725
1.66/0.73	c #constraints  33208
1.66/0.73	c constraints type 
1.66/0.73	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 14726
1.66/0.73	c org.sat4j.minisat.constraints.card.MinWatchCard => 7
1.66/0.73	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3625
1.66/0.73	c org.sat4j.pb.constraints.pb.MaxWatchPb => 14775
1.66/0.73	c constraints type 
1.66/0.73	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 3625
1.66/0.73	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 14726
1.66/0.73	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 7
1.66/0.73	c org.sat4j.pb.constraints.pb.MaxWatchPb => 14775
14.55/6.24	c cleaning 2497 clauses out of 5003 with flag 5003/5003
26.28/11.99	c cleaning 4246 clauses out of 8503 with flag 11000/11000
40.51/19.02	c cleaning 5626 clauses out of 11262 with flag 18005/18005
54.95/26.29	c cleaning 6801 clauses out of 13631 with flag 26000/26000
73.35/35.44	c cleaning 7911 clauses out of 15831 with flag 35001/35001
96.41/46.91	c cleaning 8953 clauses out of 17919 with flag 45000/45000
127.14/62.27	c cleaning 9979 clauses out of 19968 with flag 56002/56002
155.44/76.38	c cleaning 10991 clauses out of 21987 with flag 68000/68000
189.73/93.49	c cleaning 11993 clauses out of 23997 with flag 81001/81001
222.43/109.73	c cleaning 12988 clauses out of 26004 with flag 95001/95001
257.95/127.42	c cleaning 14003 clauses out of 28015 with flag 110000/110000
293.55/145.18	c cleaning 14995 clauses out of 30015 with flag 126003/126003
335.47/166.02	c cleaning 16002 clauses out of 32018 with flag 143001/143001
373.99/185.23	c cleaning 16999 clauses out of 34015 with flag 161000/161000
415.01/205.66	c cleaning 18001 clauses out of 36017 with flag 180001/180001
466.66/231.35	c cleaning 19000 clauses out of 38016 with flag 200001/200001
507.65/251.86	c cleaning 0 clauses out of 5011 with flag 0/5011
515.67/255.72	c cleaning 20000 clauses out of 40015 with flag 221000/221000
561.28/278.45	c cleaning 21004 clauses out of 42019 with flag 243004/243004
612.33/303.87	c cleaning 22003 clauses out of 44012 with flag 266001/266001
681.98/338.53	c cleaning 22984 clauses out of 46008 with flag 290000/290000
744.75/369.75	c cleaning 24011 clauses out of 48029 with flag 315005/315005
795.47/394.94	c cleaning 25003 clauses out of 50014 with flag 341001/341001
858.53/426.20	c cleaning 26000 clauses out of 52013 with flag 368003/368003
925.41/459.51	c cleaning 27003 clauses out of 54011 with flag 396001/396001
998.30/495.75	c cleaning 27997 clauses out of 56010 with flag 425003/425003
1069.87/531.30	c cleaning 28997 clauses out of 58011 with flag 455001/455001
1137.24/564.70	c cleaning 29998 clauses out of 60013 with flag 486000/486000
1213.53/602.72	c cleaning 31000 clauses out of 62015 with flag 518000/518000
1291.69/641.51	c cleaning 32003 clauses out of 64015 with flag 551000/551000
1371.89/681.30	c cleaning 32996 clauses out of 66012 with flag 585000/585000
1464.48/727.19	c cleaning 33492 clauses out of 67016 with flag 619000/619000
1567.66/778.35	c cleaning 33756 clauses out of 67524 with flag 653000/653000
1672.86/830.42	c cleaning 33872 clauses out of 67770 with flag 687002/687002
1773.08/880.14	c cleaning 33941 clauses out of 67896 with flag 721000/721000
1800.03/893.61	c starts		: 170
1800.03/893.61	c conflicts		: 732904
1800.03/893.61	c decisions		: 1052235
1800.03/893.61	c propagations		: 452352699
1800.03/893.61	c inspects		: 2941487493
1800.03/893.61	c learnt literals	: 0
1800.03/893.61	c learnt binary clauses	: 0
1800.03/893.61	c learnt ternary clauses	: 0
1800.03/893.61	c learnt clauses	: 732904
1800.03/893.61	c ignored clauses	: 0
1800.03/893.61	c root simplifications	: 0
1800.03/893.61	c removed literals (reason simplification)	: 29272146
1800.03/893.61	c reason swapping (by a shorter reason)	: 0
1800.03/893.61	c Calls to reduceDB	: 34
1800.03/893.61	c number of reductions to clauses (during analyze)	: 0
1800.03/893.61	c number of learned constraints concerned by reduction	: 0
1800.03/893.61	c number of learning phase by resolution	: 0
1800.03/893.61	c number of learning phase by cutting planes	: 0
1800.03/893.61	c speed (assignments/second)	: 506622.26726995787
1800.03/893.61	c non guided choices	13
1800.03/893.63	c learnt constraints type 
1800.03/893.63	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 45877
1800.03/893.63	c constraints type 
1800.03/893.63	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 14726
1800.03/893.63	c org.sat4j.minisat.constraints.card.MinWatchCard => 7
1800.03/893.63	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3625
1800.03/893.63	c org.sat4j.pb.constraints.pb.MaxWatchPb => 14775
1800.03/893.63	c constraints type 
1800.03/893.63	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 3625
1800.03/893.63	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 14726
1800.03/893.63	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 7
1800.03/893.63	c org.sat4j.pb.constraints.pb.MaxWatchPb => 14775
1800.03/893.63	s UNKNOWN
1800.03/893.63	c Total wall clock time (in seconds): 893.502

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-3744526-1338810632/watcher-3744526-1338810632 -o /tmp/evaluation-result-3744526-1338810632/solver-3744526-1338810632 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3744526-1338810632.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: 3.87 3.90 3.74 4/200 30510
/proc/meminfo: memFree=28178072/32873844 swapFree=7620/7620
[pid=30510] ppid=30508 vsize=2500 CPUtime=0 cores=1,3,5,7
/proc/30510/stat : 30510 (java6) D 30508 30510 30057 0 -1 4202496 94 0 0 0 0 0 0 0 20 0 1 0 347187986 2560000 46 33554432000 1073741824 1073778376 140734347601632 140734347598760 215115459879 0 0 4096 0 18446744072100748580 0 0 17 1 0 0 0 0 0
/proc/30510/statm: 625 46 37 9 0 29 0

[startup+0.079409 s]
/proc/loadavg: 3.87 3.90 3.74 4/200 30510
/proc/meminfo: memFree=28178072/32873844 swapFree=7620/7620
[pid=30510] ppid=30508 vsize=2367080 CPUtime=0.04 cores=1,3,5,7
/proc/30510/stat : 30510 (java) S 30508 30510 30057 0 -1 4202496 3808 0 1 0 4 0 0 0 20 0 13 0 347187986 2423889920 5016 33554432000 1073741824 1073778376 140737437967008 140737437958144 215127982141 0 0 0 16800971 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/30510/statm: 591770 5016 1715 9 0 582471 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 2367080

[startup+0.1003 s]
/proc/loadavg: 3.87 3.90 3.74 4/200 30510
/proc/meminfo: memFree=28178072/32873844 swapFree=7620/7620
[pid=30510] ppid=30508 vsize=2699928 CPUtime=0.06 cores=1,3,5,7
/proc/30510/stat : 30510 (java) S 30508 30510 30057 0 -1 4202496 3950 0 1 0 6 0 0 0 20 0 18 0 347187986 2764726272 5158 33554432000 1073741824 1073778376 140737437967008 140737437958144 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/30510/statm: 674982 5158 1772 9 0 665676 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 2699928

[startup+0.300236 s]
/proc/loadavg: 3.87 3.90 3.74 4/200 30510
/proc/meminfo: memFree=28178072/32873844 swapFree=7620/7620
[pid=30510] ppid=30508 vsize=2699928 CPUtime=0.48 cores=1,3,5,7
/proc/30510/stat : 30510 (java) S 30508 30510 30057 0 -1 4202496 5992 0 1 0 47 1 0 0 20 0 18 0 347187986 2764726272 8694 33554432000 1073741824 1073778376 140737437967008 140737437958144 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/30510/statm: 674982 8694 2217 9 0 665676 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 2699928

[startup+0.700216 s]
/proc/loadavg: 3.87 3.90 3.74 4/200 30510
/proc/meminfo: memFree=28178072/32873844 swapFree=7620/7620
[pid=30510] ppid=30508 vsize=2699928 CPUtime=1.66 cores=1,3,5,7
/proc/30510/stat : 30510 (java) S 30508 30510 30057 0 -1 4202496 17296 0 1 0 160 6 0 0 20 0 18 0 347187986 2764726272 39727 33554432000 1073741824 1073778376 140737437967008 140737437958144 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/30510/statm: 674982 39727 2232 9 0 665676 0
Current children cumulated CPU time (s) 1.66
Current children cumulated vsize (KiB) 2699928

[startup+1.50085 s]
/proc/loadavg: 3.87 3.90 3.74 7/222 30532
/proc/meminfo: memFree=27990680/32873844 swapFree=7620/7620
[pid=30510] ppid=30508 vsize=2966184 CPUtime=4.25 cores=1,3,5,7
/proc/30510/stat : 30510 (java) S 30508 30510 30057 0 -1 4202496 17638 0 1 0 415 10 0 0 20 0 22 0 347187986 3037372416 90647 33554432000 1073741824 1073778376 140737437967008 140737437958144 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/30510/statm: 741546 90647 2262 9 0 732240 0
[pid=30510/tid=30512] ppid=30508 vsize=2966184 CPUtime=0.69 cores=1,3,5,7
/proc/30510/task/30512/stat : 30512 (java) S 30508 30510 30057 0 -1 4202560 2903 0 1 0 66 3 0 0 20 0 22 0 347187987 3037372416 90647 33554432000 1073741824 1073778376 140737437967008 140527044551832 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30510/tid=30513] ppid=30508 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30510/task/30513/stat : 30513 (java) S 30508 30510 30057 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347187989 3037372416 90647 33554432000 1073741824 1073778376 140737437967008 140526910814504 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30510/tid=30514] ppid=30508 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30510/task/30514/stat : 30514 (java) S 30508 30510 30057 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347187989 3037372416 90647 33554432000 1073741824 1073778376 140737437967008 140526909761704 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30510/tid=30515] ppid=30508 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30510/task/30515/stat : 30515 (java) S 30508 30510 30057 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347187989 3037372416 90647 33554432000 1073741824 1073778376 140737437967008 140526908709416 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30510/tid=30516] ppid=30508 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30510/task/30516/stat : 30516 (java) S 30508 30510 30057 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347187989 3037372416 90647 33554432000 1073741824 1073778376 140737437967008 140526907656616 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30510/tid=30517] ppid=30508 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30510/task/30517/stat : 30517 (java) S 30508 30510 30057 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347187989 3037372416 90647 33554432000 1073741824 1073778376 140737437967008 140526906604328 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30510/tid=30518] ppid=30508 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30510/task/30518/stat : 30518 (java) S 30508 30510 30057 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347187989 3037372416 90647 33554432000 1073741824 1073778376 140737437967008 140526905551528 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30510/tid=30519] ppid=30508 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30510/task/30519/stat : 30519 (java) S 30508 30510 30057 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347187989 3037372416 90647 33554432000 1073741824 1073778376 140737437967008 140526904499240 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30510/tid=30520] ppid=30508 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30510/task/30520/stat : 30520 (java) S 30508 30510 30057 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 347187989 3037372416 90647 33554432000 1073741824 1073778376 140737437967008 140526903446440 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30510/tid=30521] ppid=30508 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30510/task/30521/stat : 30521 (java) S 30508 30510 30057 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 347187990 3037372416 90647 33554432000 1073741824 1073778376 140737437967008 140526420879592 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30510/tid=30522] ppid=30508 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30510/task/30522/stat : 30522 (java) S 30508 30510 30057 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 347187991 3037372416 90647 33554432000 1073741824 1073778376 140737437967008 140526419825656 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30510/tid=30523] ppid=30508 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30510/task/30523/stat : 30523 (java) S 30508 30510 30057 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 347187991 3037372416 90647 33554432000 1073741824 1073778376 140737437967008 140526418773256 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30510/tid=30524] ppid=30508 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30510/task/30524/stat : 30524 (java) S 30508 30510 30057 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347187994 3037372416 90647 33554432000 1073741824 1073778376 140737437967008 140526417721744 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30510/tid=30525] ppid=30508 vsize=2966184 CPUtime=0.94 cores=1,3,5,7
/proc/30510/task/30525/stat : 30525 (java) S 30508 30510 30057 0 -1 4202560 6099 0 0 0 93 1 0 0 20 0 22 0 347187994 3037372416 90647 33554432000 1073741824 1073778376 140737437967008 140526416669368 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30510/tid=30526] ppid=30508 vsize=2966184 CPUtime=1.06 cores=1,3,5,7
/proc/30510/task/30526/stat : 30526 (java) S 30508 30510 30057 0 -1 4202560 7245 0 0 0 103 3 0 0 20 0 22 0 347187994 3037372416 90647 33554432000 1073741824 1073778376 140737437967008 140526415616568 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30510/tid=30527] ppid=30508 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30510/task/30527/stat : 30527 (java) S 30508 30510 30057 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347187994 3037372416 90647 33554432000 1073741824 1073778376 140737437967008 140526414564472 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30510/tid=30528] ppid=30508 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30510/task/30528/stat : 30528 (java) S 30508 30510 30057 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347187994 3037372416 90647 33554432000 1073741824 1073778376 140737437967008 140526413511880 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30510/tid=30529] ppid=30508 vsize=2966184 CPUtime=0.74 cores=1,3,5,7
/proc/30510/task/30529/stat : 30529 (java) R 30508 30510 30057 0 -1 4202560 68 0 0 0 72 2 0 0 20 0 22 0 347188059 3037372416 90647 33554432000 1073741824 1073778376 140737437967008 140526412448184 140526917400454 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=30510/tid=30530] ppid=30508 vsize=2966184 CPUtime=0.75 cores=1,3,5,7
/proc/30510/task/30530/stat : 30530 (java) R 30508 30510 30057 0 -1 4202560 122 0 0 0 73 2 0 0 20 0 22 0 347188059 3037372416 90647 33554432000 1073741824 1073778376 140737437967008 140526411402904 140526917501498 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=30510/tid=30531] ppid=30508 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30510/task/30531/stat : 30531 (java) S 30508 30510 30057 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 347188067 3037372416 90647 33554432000 1073741824 1073778376 140737437967008 140526410351784 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30510/tid=30532] ppid=30508 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30510/task/30532/stat : 30532 (java) S 30508 30510 30057 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 347188068 3037372416 90647 33554432000 1073741824 1073778376 140737437967008 140526409298984 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 4.25
Current children cumulated vsize (KiB) 2966184

[startup+3.1008 s]
/proc/loadavg: 3.87 3.90 3.74 5/222 30532
/proc/meminfo: memFree=27768380/32873844 swapFree=7620/7620
[pid=30510] ppid=30508 vsize=2966184 CPUtime=7.83 cores=1,3,5,7
/proc/30510/stat : 30510 (java) S 30508 30510 30057 0 -1 4202496 17814 0 1 0 764 19 0 0 20 0 22 0 347187986 3037372416 112718 33554432000 1073741824 1073778376 140737437967008 140737437958144 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/30510/statm: 741546 112718 2275 9 0 732240 0
[pid=30510/tid=30512] ppid=30508 vsize=2966184 CPUtime=0.69 cores=1,3,5,7
/proc/30510/task/30512/stat : 30512 (java) S 30508 30510 30057 0 -1 4202560 2903 0 1 0 66 3 0 0 20 0 22 0 347187987 3037372416 112718 33554432000 1073741824 1073778376 140737437967008 140527044551832 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30510/tid=30513] ppid=30508 vsize=2966184 CPUtime=0.03 cores=1,3,5,7
/proc/30510/task/30513/stat : 30513 (java) S 30508 30510 30057 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 22 0 347187989 3037372416 112718 33554432000 1073741824 1073778376 140737437967008 140526910814504 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30510/tid=30514] ppid=30508 vsize=2966184 CPUtime=0.02 cores=1,3,5,7
/proc/30510/task/30514/stat : 30514 (java) S 30508 30510 30057 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 22 0 347187989 3037372416 112718 33554432000 1073741824 1073778376 140737437967008 140526909761704 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30510/tid=30515] ppid=30508 vsize=2966184 CPUtime=0.04 cores=1,3,5,7
/proc/30510/task/30515/stat : 30515 (java) S 30508 30510 30057 0 -1 4202560 14 0 0 0 4 0 0 0 20 0 22 0 347187989 3037372416 112718 33554432000 1073741824 1073778376 140737437967008 140526908709416 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30510/tid=30516] ppid=30508 vsize=2966184 CPUtime=0.03 cores=1,3,5,7
/proc/30510/task/30516/stat : 30516 (java) S 30508 30510 30057 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 22 0 347187989 3037372416 112718 33554432000 1073741824 1073778376 140737437967008 140526907656616 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30510/tid=30517] ppid=30508 vsize=2966184 CPUtime=0.03 cores=1,3,5,7
/proc/30510/task/30517/stat : 30517 (java) S 30508 30510 30057 0 -1 4202560 9 0 0 0 3 0 0 0 20 0 22 0 347187989 3037372416 112718 33554432000 1073741824 1073778376 140737437967008 140526906604328 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30510/tid=30518] ppid=30508 vsize=2966184 CPUtime=0.05 cores=1,3,5,7
/proc/30510/task/30518/stat : 30518 (java) S 30508 30510 30057 0 -1 4202560 23 0 0 0 4 1 0 0 20 0 22 0 347187989 3037372416 112718 33554432000 1073741824 1073778376 140737437967008 140526905551528 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30510/tid=30519] ppid=30508 vsize=2966184 CPUtime=0.05 cores=1,3,5,7
/proc/30510/task/30519/stat : 30519 (java) S 30508 30510 30057 0 -1 4202560 18 0 0 0 4 1 0 0 20 0 22 0 347187989 3037372416 112718 33554432000 1073741824 1073778376 140737437967008 140526904499240 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30510/tid=30520] ppid=30508 vsize=2966184 CPUtime=0.05 cores=1,3,5,7
/proc/30510/task/30520/stat : 30520 (java) S 30508 30510 30057 0 -1 4202560 25 0 0 0 4 1 0 0 20 0 22 0 347187989 3037372416 112718 33554432000 1073741824 1073778376 140737437967008 140526903446440 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30510/tid=30521] ppid=30508 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30510/task/30521/stat : 30521 (java) S 30508 30510 30057 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 347187990 3037372416 112718 33554432000 1073741824 1073778376 140737437967008 140526420879592 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30510/tid=30522] ppid=30508 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30510/task/30522/stat : 30522 (java) S 30508 30510 30057 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 347187991 3037372416 112718 33554432000 1073741824 1073778376 140737437967008 140526419825656 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30510/tid=30523] ppid=30508 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30510/task/30523/stat : 30523 (java) S 30508 30510 30057 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 347187991 3037372416 112718 33554432000 1073741824 1073778376 140737437967008 140526418773256 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30510/tid=30524] ppid=30508 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30510/task/30524/stat : 30524 (java) S 30508 30510 30057 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347187994 3037372416 112718 33554432000 1073741824 1073778376 140737437967008 140526417721744 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30510/tid=30525] ppid=30508 vsize=2966184 CPUtime=1.05 cores=1,3,5,7
/proc/30510/task/30525/stat : 30525 (java) S 30508 30510 30057 0 -1 4202560 6113 0 0 0 104 1 0 0 20 0 22 0 347187994 3037372416 112718 33554432000 1073741824 1073778376 140737437967008 140526416669368 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30510/tid=30526] ppid=30508 vsize=2966184 CPUtime=1.16 cores=1,3,5,7
/proc/30510/task/30526/stat : 30526 (java) S 30508 30510 30057 0 -1 4202560 7255 0 0 0 113 3 0 0 20 0 22 0 347187994 3037372416 112718 33554432000 1073741824 1073778376 140737437967008 140526415616568 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30510/tid=30527] ppid=30508 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30510/task/30527/stat : 30527 (java) S 30508 30510 30057 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347187994 3037372416 112718 33554432000 1073741824 1073778376 140737437967008 140526414564472 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30510/tid=30528] ppid=30508 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30510/task/30528/stat : 30528 (java) S 30508 30510 30057 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347187994 3037372416 112718 33554432000 1073741824 1073778376 140737437967008 140526413511880 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30510/tid=30529] ppid=30508 vsize=2966184 CPUtime=2.22 cores=1,3,5,7
/proc/30510/task/30529/stat : 30529 (java) R 30508 30510 30057 0 -1 4202560 77 0 0 0 220 2 0 0 20 0 22 0 347188059 3037372416 112718 33554432000 1073741824 1073778376 140737437967008 140526412455240 140526917637036 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=30510/tid=30530] ppid=30508 vsize=2966184 CPUtime=2.22 cores=1,3,5,7
/proc/30510/task/30530/stat : 30530 (java) R 30508 30510 30057 0 -1 4202560 135 0 0 0 219 3 0 0 20 0 22 0 347188059 3037372416 112718 33554432000 1073741824 1073778376 140737437967008 140526411403016 140526917442572 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=30510/tid=30531] ppid=30508 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30510/task/30531/stat : 30531 (java) S 30508 30510 30057 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 347188067 3037372416 112718 33554432000 1073741824 1073778376 140737437967008 140526410351784 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30510/tid=30532] ppid=30508 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30510/task/30532/stat : 30532 (java) S 30508 30510 30057 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 347188068 3037372416 112718 33554432000 1073741824 1073778376 140737437967008 140526409298984 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 7.83
Current children cumulated vsize (KiB) 2966184

[startup+6.30089 s]
/proc/loadavg: 3.88 3.90 3.74 5/222 30532
/proc/meminfo: memFree=27695956/32873844 swapFree=7620/7620
[pid=30510] ppid=30508 vsize=2966184 CPUtime=14.76 cores=1,3,5,7
/proc/30510/stat : 30510 (java) S 30508 30510 30057 0 -1 4202496 18041 0 1 0 1447 29 0 0 20 0 22 0 347187986 3037372416 134203 33554432000 1073741824 1073778376 140737437967008 140737437958144 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/30510/statm: 741546 134203 2283 9 0 732240 0
[pid=30510/tid=30512] ppid=30508 vsize=2966184 CPUtime=0.69 cores=1,3,5,7
/proc/30510/task/30512/stat : 30512 (java) S 30508 30510 30057 0 -1 4202560 2904 0 1 0 66 3 0 0 20 0 22 0 347187987 3037372416 134203 33554432000 1073741824 1073778376 140737437967008 140527044551832 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30510/tid=30513] ppid=30508 vsize=2966184 CPUtime=0.12 cores=1,3,5,7
/proc/30510/task/30513/stat : 30513 (java) S 30508 30510 30057 0 -1 4202560 36 0 0 0 10 2 0 0 20 0 22 0 347187989 3037372416 134203 33554432000 1073741824 1073778376 140737437967008 140526910814504 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30510/tid=30514] ppid=30508 vsize=2966184 CPUtime=0.09 cores=1,3,5,7
/proc/30510/task/30514/stat : 30514 (java) S 30508 30510 30057 0 -1 4202560 32 0 0 0 8 1 0 0 20 0 22 0 347187989 3037372416 134203 33554432000 1073741824 1073778376 140737437967008 140526909761704 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30510/tid=30515] ppid=30508 vsize=2966184 CPUtime=0.11 cores=1,3,5,7
/proc/30510/task/30515/stat : 30515 (java) S 30508 30510 30057 0 -1 4202560 34 0 0 0 9 2 0 0 20 0 22 0 347187989 3037372416 134203 33554432000 1073741824 1073778376 140737437967008 140526908709416 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30510/tid=30516] ppid=30508 vsize=2966184 CPUtime=0.09 cores=1,3,5,7
/proc/30510/task/30516/stat : 30516 (java) S 30508 30510 30057 0 -1 4202560 37 0 0 0 7 2 0 0 20 0 22 0 347187989 3037372416 134203 33554432000 1073741824 1073778376 140737437967008 140526907656616 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30510/tid=30517] ppid=30508 vsize=2966184 CPUtime=0.1 cores=1,3,5,7
/proc/30510/task/30517/stat : 30517 (java) S 30508 30510 30057 0 -1 4202560 30 0 0 0 8 2 0 0 20 0 22 0 347187989 3037372416 134203 33554432000 1073741824 1073778376 140737437967008 140526906604328 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30510/tid=30518] ppid=30508 vsize=2966184 CPUtime=0.14 cores=1,3,5,7
/proc/30510/task/30518/stat : 30518 (java) S 30508 30510 30057 0 -1 4202560 53 0 0 0 11 3 0 0 20 0 22 0 347187989 3037372416 134203 33554432000 1073741824 1073778376 140737437967008 140526905551528 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30510/tid=30519] ppid=30508 vsize=2966184 CPUtime=0.14 cores=1,3,5,7
/proc/30510/task/30519/stat : 30519 (java) S 30508 30510 30057 0 -1 4202560 37 0 0 0 11 3 0 0 20 0 22 0 347187989 3037372416 134203 33554432000 1073741824 1073778376 140737437967008 140526904499240 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30510/tid=30520] ppid=30508 vsize=2966184 CPUtime=0.1 cores=1,3,5,7
/proc/30510/task/30520/stat : 30520 (java) S 30508 30510 30057 0 -1 4202560 40 0 0 0 8 2 0 0 20 0 22 0 347187989 3037372416 134203 33554432000 1073741824 1073778376 140737437967008 140526903446440 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30510/tid=30521] ppid=30508 vsize=2966184 CPUtime=0.03 cores=1,3,5,7
/proc/30510/task/30521/stat : 30521 (java) R 30508 30510 30057 0 -1 4202560 25 0 0 0 3 0 0 0 20 0 22 0 347187990 3037372416 134203 33554432000 1073741824 1073778376 140737437967008 140526420878568 140527050677216 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=30510/tid=30522] ppid=30508 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30510/task/30522/stat : 30522 (java) S 30508 30510 30057 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 347187991 3037372416 134203 33554432000 1073741824 1073778376 140737437967008 140526419825656 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30510/tid=30523] ppid=30508 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30510/task/30523/stat : 30523 (java) S 30508 30510 30057 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 347187991 3037372416 134203 33554432000 1073741824 1073778376 140737437967008 140526418773256 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30510/tid=30524] ppid=30508 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30510/task/30524/stat : 30524 (java) S 30508 30510 30057 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347187994 3037372416 134203 33554432000 1073741824 1073778376 140737437967008 140526417721744 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30510/tid=30525] ppid=30508 vsize=2966184 CPUtime=1.18 cores=1,3,5,7
/proc/30510/task/30525/stat : 30525 (java) S 30508 30510 30057 0 -1 4202560 6124 0 0 0 117 1 0 0 20 0 22 0 347187994 3037372416 134203 33554432000 1073741824 1073778376 140737437967008 140526416658216 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0

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

/proc/30510/statm: 741546 195282 2287 9 0 732240 0
[pid=30510/tid=30512] ppid=30508 vsize=2966184 CPUtime=0.72 cores=1,3,5,7
/proc/30510/task/30512/stat : 30512 (java) S 30508 30510 30057 0 -1 4202560 2916 0 1 0 68 4 0 0 20 0 22 0 347187987 3037372416 195282 33554432000 1073741824 1073778376 140737437967008 140527044551832 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30510/tid=30513] ppid=30508 vsize=2966184 CPUtime=5.25 cores=1,3,5,7
/proc/30510/task/30513/stat : 30513 (java) S 30508 30510 30057 0 -1 4202560 322 0 0 0 516 9 0 0 20 0 22 0 347187989 3037372416 195282 33554432000 1073741824 1073778376 140737437967008 140526910814504 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30510/tid=30514] ppid=30508 vsize=2966184 CPUtime=5.35 cores=1,3,5,7
/proc/30510/task/30514/stat : 30514 (java) S 30508 30510 30057 0 -1 4202560 315 0 0 0 527 8 0 0 20 0 22 0 347187989 3037372416 195282 33554432000 1073741824 1073778376 140737437967008 140526909761704 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30510/tid=30515] ppid=30508 vsize=2966184 CPUtime=5.37 cores=1,3,5,7
/proc/30510/task/30515/stat : 30515 (java) S 30508 30510 30057 0 -1 4202560 323 0 0 0 530 7 0 0 20 0 22 0 347187989 3037372416 195282 33554432000 1073741824 1073778376 140737437967008 140526908709416 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30510/tid=30516] ppid=30508 vsize=2966184 CPUtime=5.39 cores=1,3,5,7
/proc/30510/task/30516/stat : 30516 (java) S 30508 30510 30057 0 -1 4202560 329 0 0 0 531 8 0 0 20 0 22 0 347187989 3037372416 195282 33554432000 1073741824 1073778376 140737437967008 140526907656616 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30510/tid=30517] ppid=30508 vsize=2966184 CPUtime=5.51 cores=1,3,5,7
/proc/30510/task/30517/stat : 30517 (java) S 30508 30510 30057 0 -1 4202560 335 0 0 0 543 8 0 0 20 0 22 0 347187989 3037372416 195282 33554432000 1073741824 1073778376 140737437967008 140526906604328 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30510/tid=30518] ppid=30508 vsize=2966184 CPUtime=5.51 cores=1,3,5,7
/proc/30510/task/30518/stat : 30518 (java) S 30508 30510 30057 0 -1 4202560 342 0 0 0 542 9 0 0 20 0 22 0 347187989 3037372416 195282 33554432000 1073741824 1073778376 140737437967008 140526905551528 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30510/tid=30519] ppid=30508 vsize=2966184 CPUtime=5.31 cores=1,3,5,7
/proc/30510/task/30519/stat : 30519 (java) S 30508 30510 30057 0 -1 4202560 322 0 0 0 525 6 0 0 20 0 22 0 347187989 3037372416 195282 33554432000 1073741824 1073778376 140737437967008 140526904499240 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30510/tid=30520] ppid=30508 vsize=2966184 CPUtime=5.39 cores=1,3,5,7
/proc/30510/task/30520/stat : 30520 (java) S 30508 30510 30057 0 -1 4202560 330 0 0 0 531 8 0 0 20 0 22 0 347187989 3037372416 195282 33554432000 1073741824 1073778376 140737437967008 140526903446440 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30510/tid=30521] ppid=30508 vsize=2966184 CPUtime=9.2 cores=1,3,5,7
/proc/30510/task/30521/stat : 30521 (java) S 30508 30510 30057 0 -1 4202560 5951 0 0 0 881 39 0 0 20 0 22 0 347187990 3037372416 195282 33554432000 1073741824 1073778376 140737437967008 140526420879592 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30510/tid=30522] ppid=30508 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30510/task/30522/stat : 30522 (java) S 30508 30510 30057 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 347187991 3037372416 195282 33554432000 1073741824 1073778376 140737437967008 140526419825656 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30510/tid=30523] ppid=30508 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30510/task/30523/stat : 30523 (java) S 30508 30510 30057 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 347187991 3037372416 195282 33554432000 1073741824 1073778376 140737437967008 140526418773256 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30510/tid=30524] ppid=30508 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30510/task/30524/stat : 30524 (java) S 30508 30510 30057 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347187994 3037372416 195282 33554432000 1073741824 1073778376 140737437967008 140526417721744 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30510/tid=30525] ppid=30508 vsize=2966184 CPUtime=1.49 cores=1,3,5,7
/proc/30510/task/30525/stat : 30525 (java) S 30508 30510 30057 0 -1 4202560 7416 0 0 0 147 2 0 0 20 0 22 0 347187994 3037372416 195282 33554432000 1073741824 1073778376 140737437967008 140526416669368 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30510/tid=30526] ppid=30508 vsize=2966184 CPUtime=1.86 cores=1,3,5,7
/proc/30510/task/30526/stat : 30526 (java) S 30508 30510 30057 0 -1 4202560 8947 0 0 0 183 3 0 0 20 0 22 0 347187994 3037372416 195282 33554432000 1073741824 1073778376 140737437967008 140526415616568 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30510/tid=30527] ppid=30508 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30510/task/30527/stat : 30527 (java) S 30508 30510 30057 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347187994 3037372416 195282 33554432000 1073741824 1073778376 140737437967008 140526414564472 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30510/tid=30528] ppid=30508 vsize=2966184 CPUtime=0.45 cores=1,3,5,7
/proc/30510/task/30528/stat : 30528 (java) S 30508 30510 30057 0 -1 4202560 46 0 0 0 23 22 0 0 20 0 22 0 347187994 3037372416 195282 33554432000 1073741824 1073778376 140737437967008 140526413511880 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30510/tid=30529] ppid=30508 vsize=2966184 CPUtime=797.99 cores=1,3,5,7
/proc/30510/task/30529/stat : 30529 (java) R 30508 30510 30057 0 -1 4202560 402 0 0 0 79782 17 0 0 20 0 22 0 347188059 3037372416 195282 33554432000 1073741824 1073778376 140737437967008 140526412455160 140526917636285 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=30510/tid=30530] ppid=30508 vsize=2966184 CPUtime=797.91 cores=1,3,5,7
/proc/30510/task/30530/stat : 30530 (java) R 30508 30510 30057 0 -1 4202560 473 0 0 0 79774 17 0 0 20 0 22 0 347188059 3037372416 195282 33554432000 1073741824 1073778376 140737437967008 140526411401608 140526917637159 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=30510/tid=30531] ppid=30508 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30510/task/30531/stat : 30531 (java) S 30508 30510 30057 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 347188067 3037372416 195282 33554432000 1073741824 1073778376 140737437967008 140526410351784 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30510/tid=30532] ppid=30508 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30510/task/30532/stat : 30532 (java) S 30508 30510 30057 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 347188068 3037372416 195282 33554432000 1073741824 1073778376 140737437967008 140526409298984 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1656.42
Current children cumulated vsize (KiB) 2966184

[startup+882.301 s]
/proc/loadavg: 3.79 3.92 3.86 5/221 30645
/proc/meminfo: memFree=27094280/32873844 swapFree=7620/7620
[pid=30510] ppid=30508 vsize=2966184 CPUtime=1777.1 cores=1,3,5,7
/proc/30510/stat : 30510 (java) S 30508 30510 30057 0 -1 4202496 30364 0 1 0 177567 143 0 0 20 0 22 0 347187986 3037372416 200402 33554432000 1073741824 1073778376 140737437967008 140737437958144 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/30510/statm: 741546 200402 2287 9 0 732240 0
[pid=30510/tid=30512] ppid=30508 vsize=2966184 CPUtime=0.72 cores=1,3,5,7
/proc/30510/task/30512/stat : 30512 (java) S 30508 30510 30057 0 -1 4202560 2918 0 1 0 68 4 0 0 20 0 22 0 347187987 3037372416 200402 33554432000 1073741824 1073778376 140737437967008 140527044551832 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30510/tid=30513] ppid=30508 vsize=2966184 CPUtime=5.72 cores=1,3,5,7
/proc/30510/task/30513/stat : 30513 (java) S 30508 30510 30057 0 -1 4202560 324 0 0 0 562 10 0 0 20 0 22 0 347187989 3037372416 200402 33554432000 1073741824 1073778376 140737437967008 140526910814504 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30510/tid=30514] ppid=30508 vsize=2966184 CPUtime=5.79 cores=1,3,5,7
/proc/30510/task/30514/stat : 30514 (java) S 30508 30510 30057 0 -1 4202560 317 0 0 0 570 9 0 0 20 0 22 0 347187989 3037372416 200402 33554432000 1073741824 1073778376 140737437967008 140526909761704 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30510/tid=30515] ppid=30508 vsize=2966184 CPUtime=5.79 cores=1,3,5,7
/proc/30510/task/30515/stat : 30515 (java) S 30508 30510 30057 0 -1 4202560 325 0 0 0 572 7 0 0 20 0 22 0 347187989 3037372416 200402 33554432000 1073741824 1073778376 140737437967008 140526908709416 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30510/tid=30516] ppid=30508 vsize=2966184 CPUtime=5.82 cores=1,3,5,7
/proc/30510/task/30516/stat : 30516 (java) S 30508 30510 30057 0 -1 4202560 331 0 0 0 574 8 0 0 20 0 22 0 347187989 3037372416 200402 33554432000 1073741824 1073778376 140737437967008 140526907656616 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30510/tid=30517] ppid=30508 vsize=2966184 CPUtime=5.97 cores=1,3,5,7
/proc/30510/task/30517/stat : 30517 (java) S 30508 30510 30057 0 -1 4202560 337 0 0 0 588 9 0 0 20 0 22 0 347187989 3037372416 200402 33554432000 1073741824 1073778376 140737437967008 140526906604328 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30510/tid=30518] ppid=30508 vsize=2966184 CPUtime=5.92 cores=1,3,5,7
/proc/30510/task/30518/stat : 30518 (java) S 30508 30510 30057 0 -1 4202560 345 0 0 0 583 9 0 0 20 0 22 0 347187989 3037372416 200402 33554432000 1073741824 1073778376 140737437967008 140526905551528 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30510/tid=30519] ppid=30508 vsize=2966184 CPUtime=5.82 cores=1,3,5,7
/proc/30510/task/30519/stat : 30519 (java) S 30508 30510 30057 0 -1 4202560 326 0 0 0 575 7 0 0 20 0 22 0 347187989 3037372416 200402 33554432000 1073741824 1073778376 140737437967008 140526904499240 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30510/tid=30520] ppid=30508 vsize=2966184 CPUtime=5.84 cores=1,3,5,7
/proc/30510/task/30520/stat : 30520 (java) S 30508 30510 30057 0 -1 4202560 332 0 0 0 576 8 0 0 20 0 22 0 347187989 3037372416 200402 33554432000 1073741824 1073778376 140737437967008 140526903446440 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30510/tid=30521] ppid=30508 vsize=2966184 CPUtime=10.04 cores=1,3,5,7
/proc/30510/task/30521/stat : 30521 (java) S 30508 30510 30057 0 -1 4202560 6289 0 0 0 961 43 0 0 20 0 22 0 347187990 3037372416 200402 33554432000 1073741824 1073778376 140737437967008 140526420879592 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30510/tid=30522] ppid=30508 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30510/task/30522/stat : 30522 (java) S 30508 30510 30057 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 347187991 3037372416 200402 33554432000 1073741824 1073778376 140737437967008 140526419825656 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30510/tid=30523] ppid=30508 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30510/task/30523/stat : 30523 (java) S 30508 30510 30057 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 347187991 3037372416 200402 33554432000 1073741824 1073778376 140737437967008 140526418773256 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30510/tid=30524] ppid=30508 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30510/task/30524/stat : 30524 (java) S 30508 30510 30057 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347187994 3037372416 200402 33554432000 1073741824 1073778376 140737437967008 140526417721744 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30510/tid=30525] ppid=30508 vsize=2966184 CPUtime=1.49 cores=1,3,5,7
/proc/30510/task/30525/stat : 30525 (java) S 30508 30510 30057 0 -1 4202560 7416 0 0 0 147 2 0 0 20 0 22 0 347187994 3037372416 200402 33554432000 1073741824 1073778376 140737437967008 140526416669368 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30510/tid=30526] ppid=30508 vsize=2966184 CPUtime=1.86 cores=1,3,5,7
/proc/30510/task/30526/stat : 30526 (java) S 30508 30510 30057 0 -1 4202560 8947 0 0 0 183 3 0 0 20 0 22 0 347187994 3037372416 200402 33554432000 1073741824 1073778376 140737437967008 140526415616568 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30510/tid=30527] ppid=30508 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30510/task/30527/stat : 30527 (java) S 30508 30510 30057 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347187994 3037372416 200402 33554432000 1073741824 1073778376 140737437967008 140526414564472 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30510/tid=30528] ppid=30508 vsize=2966184 CPUtime=0.48 cores=1,3,5,7
/proc/30510/task/30528/stat : 30528 (java) S 30508 30510 30057 0 -1 4202560 50 0 0 0 24 24 0 0 20 0 22 0 347187994 3037372416 200402 33554432000 1073741824 1073778376 140737437967008 140526413511880 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30510/tid=30529] ppid=30508 vsize=2966184 CPUtime=855.98 cores=1,3,5,7
/proc/30510/task/30529/stat : 30529 (java) R 30508 30510 30057 0 -1 4202560 424 0 0 0 85580 18 0 0 20 0 22 0 347188059 3037372416 200402 33554432000 1073741824 1073778376 140737437967008 140526412455120 140526917433279 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=30510/tid=30530] ppid=30508 vsize=2966184 CPUtime=855.89 cores=1,3,5,7
/proc/30510/task/30530/stat : 30530 (java) R 30508 30510 30057 0 -1 4202560 495 0 0 0 85571 18 0 0 20 0 22 0 347188059 3037372416 200402 33554432000 1073741824 1073778376 140737437967008 140526411401488 140526917400408 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=30510/tid=30531] ppid=30508 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30510/task/30531/stat : 30531 (java) S 30508 30510 30057 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 347188067 3037372416 200402 33554432000 1073741824 1073778376 140737437967008 140526410351784 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30510/tid=30532] ppid=30508 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30510/task/30532/stat : 30532 (java) S 30508 30510 30057 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 347188068 3037372416 200402 33554432000 1073741824 1073778376 140737437967008 140526409298984 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1777.1
Current children cumulated vsize (KiB) 2966184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+893.601 s]
/proc/loadavg: 3.90 3.94 3.87 6/221 30645
/proc/meminfo: memFree=27088192/32873844 swapFree=7620/7620
[pid=30510] ppid=30508 vsize=2966184 CPUtime=1800.03 cores=1,3,5,7
/proc/30510/stat : 30510 (java) S 30508 30510 30057 0 -1 4202496 30372 0 1 0 179858 145 0 0 20 0 22 0 347187986 3037372416 200402 33554432000 1073741824 1073778376 140737437967008 140737437958144 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/30510/statm: 741546 200402 2287 9 0 732240 0
[pid=30510/tid=30512] ppid=30508 vsize=2966184 CPUtime=0.72 cores=1,3,5,7
/proc/30510/task/30512/stat : 30512 (java) S 30508 30510 30057 0 -1 4202560 2918 0 1 0 68 4 0 0 20 0 22 0 347187987 3037372416 200402 33554432000 1073741824 1073778376 140737437967008 140527044551832 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30510/tid=30513] ppid=30508 vsize=2966184 CPUtime=5.79 cores=1,3,5,7
/proc/30510/task/30513/stat : 30513 (java) S 30508 30510 30057 0 -1 4202560 324 0 0 0 569 10 0 0 20 0 22 0 347187989 3037372416 200402 33554432000 1073741824 1073778376 140737437967008 140526910814504 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30510/tid=30514] ppid=30508 vsize=2966184 CPUtime=5.9 cores=1,3,5,7
/proc/30510/task/30514/stat : 30514 (java) S 30508 30510 30057 0 -1 4202560 317 0 0 0 581 9 0 0 20 0 22 0 347187989 3037372416 200402 33554432000 1073741824 1073778376 140737437967008 140526909761704 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30510/tid=30515] ppid=30508 vsize=2966184 CPUtime=5.87 cores=1,3,5,7
/proc/30510/task/30515/stat : 30515 (java) S 30508 30510 30057 0 -1 4202560 325 0 0 0 580 7 0 0 20 0 22 0 347187989 3037372416 200402 33554432000 1073741824 1073778376 140737437967008 140526908709416 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30510/tid=30516] ppid=30508 vsize=2966184 CPUtime=5.93 cores=1,3,5,7
/proc/30510/task/30516/stat : 30516 (java) S 30508 30510 30057 0 -1 4202560 331 0 0 0 585 8 0 0 20 0 22 0 347187989 3037372416 200402 33554432000 1073741824 1073778376 140737437967008 140526907656616 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30510/tid=30517] ppid=30508 vsize=2966184 CPUtime=6.04 cores=1,3,5,7
/proc/30510/task/30517/stat : 30517 (java) S 30508 30510 30057 0 -1 4202560 337 0 0 0 595 9 0 0 20 0 22 0 347187989 3037372416 200402 33554432000 1073741824 1073778376 140737437967008 140526906604328 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30510/tid=30518] ppid=30508 vsize=2966184 CPUtime=6.02 cores=1,3,5,7
/proc/30510/task/30518/stat : 30518 (java) S 30508 30510 30057 0 -1 4202560 345 0 0 0 593 9 0 0 20 0 22 0 347187989 3037372416 200402 33554432000 1073741824 1073778376 140737437967008 140526905551528 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30510/tid=30519] ppid=30508 vsize=2966184 CPUtime=5.9 cores=1,3,5,7
/proc/30510/task/30519/stat : 30519 (java) S 30508 30510 30057 0 -1 4202560 326 0 0 0 583 7 0 0 20 0 22 0 347187989 3037372416 200402 33554432000 1073741824 1073778376 140737437967008 140526904499240 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30510/tid=30520] ppid=30508 vsize=2966184 CPUtime=5.92 cores=1,3,5,7
/proc/30510/task/30520/stat : 30520 (java) S 30508 30510 30057 0 -1 4202560 332 0 0 0 584 8 0 0 20 0 22 0 347187989 3037372416 200402 33554432000 1073741824 1073778376 140737437967008 140526903446440 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30510/tid=30521] ppid=30508 vsize=2966184 CPUtime=10.05 cores=1,3,5,7
/proc/30510/task/30521/stat : 30521 (java) S 30508 30510 30057 0 -1 4202560 6289 0 0 0 962 43 0 0 20 0 22 0 347187990 3037372416 200402 33554432000 1073741824 1073778376 140737437967008 140526420879592 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30510/tid=30522] ppid=30508 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30510/task/30522/stat : 30522 (java) S 30508 30510 30057 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 347187991 3037372416 200402 33554432000 1073741824 1073778376 140737437967008 140526419825656 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30510/tid=30523] ppid=30508 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30510/task/30523/stat : 30523 (java) S 30508 30510 30057 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 347187991 3037372416 200402 33554432000 1073741824 1073778376 140737437967008 140526418773256 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30510/tid=30524] ppid=30508 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30510/task/30524/stat : 30524 (java) S 30508 30510 30057 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347187994 3037372416 200402 33554432000 1073741824 1073778376 140737437967008 140526417721744 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30510/tid=30525] ppid=30508 vsize=2966184 CPUtime=1.49 cores=1,3,5,7
/proc/30510/task/30525/stat : 30525 (java) S 30508 30510 30057 0 -1 4202560 7416 0 0 0 147 2 0 0 20 0 22 0 347187994 3037372416 200402 33554432000 1073741824 1073778376 140737437967008 140526416669368 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30510/tid=30526] ppid=30508 vsize=2966184 CPUtime=1.86 cores=1,3,5,7
/proc/30510/task/30526/stat : 30526 (java) S 30508 30510 30057 0 -1 4202560 8947 0 0 0 183 3 0 0 20 0 22 0 347187994 3037372416 200402 33554432000 1073741824 1073778376 140737437967008 140526415616568 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30510/tid=30527] ppid=30508 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30510/task/30527/stat : 30527 (java) S 30508 30510 30057 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347187994 3037372416 200402 33554432000 1073741824 1073778376 140737437967008 140526414564472 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30510/tid=30528] ppid=30508 vsize=2966184 CPUtime=0.49 cores=1,3,5,7
/proc/30510/task/30528/stat : 30528 (java) S 30508 30510 30057 0 -1 4202560 50 0 0 0 25 24 0 0 20 0 22 0 347187994 3037372416 200402 33554432000 1073741824 1073778376 140737437967008 140526413511880 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30510/tid=30529] ppid=30508 vsize=2966184 CPUtime=867.04 cores=1,3,5,7
/proc/30510/task/30529/stat : 30529 (java) R 30508 30510 30057 0 -1 4202560 429 0 0 0 86686 18 0 0 20 0 22 0 347188059 3037372416 200402 33554432000 1073741824 1073778376 140737437967008 140526412455240 140526917636562 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=30510/tid=30530] ppid=30508 vsize=2966184 CPUtime=866.96 cores=1,3,5,7
/proc/30510/task/30530/stat : 30530 (java) R 30508 30510 30057 0 -1 4202560 498 0 0 0 86678 18 0 0 20 0 22 0 347188059 3037372416 200402 33554432000 1073741824 1073778376 140737437967008 140526411401688 140526917400454 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=30510/tid=30531] ppid=30508 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30510/task/30531/stat : 30531 (java) S 30508 30510 30057 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 347188067 3037372416 200402 33554432000 1073741824 1073778376 140737437967008 140526410351784 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30510/tid=30532] ppid=30508 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30510/task/30532/stat : 30532 (java) S 30508 30510 30057 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 347188068 3037372416 200402 33554432000 1073741824 1073778376 140737437967008 140526409298984 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
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 30510 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=428205
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=961701
# CPU time returned by wait4() is 1796.39
# while last known CPU time is 1800.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 893.658
CPU time (s): 1800.03
CPU user time (s): 1798.58
CPU system time (s): 1.45
CPU usage (%): 201.423
Max. virtual memory (cumulated for all children) (KiB): 2966184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.43
system time used= 1.9617
maximum resident set size= 803776
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30406
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= 41422
involuntary context switches= 80337

runsolver used 3.18252 second user time and 9.2126 second system time

The end

Launcher Data

Begin job on node135 at 2012-06-04 13:50:32
IDJOB=3744526
IDBENCH=92769
IDSOLVER=2324
FILE ID=node135/3744526-1338810632
RUNJOBID= node135-1338807908-30074
PBS_JOBID= 14636875
Free space on /tmp= 70956 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_6_ic.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3744526-1338810632/watcher-3744526-1338810632 -o /tmp/evaluation-result-3744526-1338810632/solver-3744526-1338810632 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3744526-1338810632.opb

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

MD5SUM BENCH= 09d230c3dd969e67e7ea084b633c9325
RANDOM SEED=429587865

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28178228 kB
Buffers:          393308 kB
Cached:          2777108 kB
SwapCached:         1672 kB
Active:          1921016 kB
Inactive:        1921820 kB
Active(anon):     662580 kB
Inactive(anon):    12036 kB
Active(file):    1258436 kB
Inactive(file):  1909784 kB
Unevictable:        7620 kB
Mlocked:            7620 kB
SwapTotal:      67108856 kB
SwapFree:       67105800 kB
Dirty:              1332 kB
Writeback:             0 kB
AnonPages:        678028 kB
Mapped:            18628 kB
Shmem:               132 kB
Slab:             710268 kB
SReclaimable:     151940 kB
SUnreclaim:       558328 kB
KernelStack:        1648 kB
PageTables:         5436 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1572008 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:    628736 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= 70944 MiB
End job on node135 at 2012-06-04 14:05:28