Trace number 3737706

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
PB11: Sat4j Res//CP 2.3.0? (TO) 1800.14 899.458

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_500_25_5_80.opb
MD5SUM611c10fb20bc9774d31ac4d0681f384d
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables1000
Total number of constraints1502
Number of constraints which are clauses500
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints1001
Minimum length of a constraint2
Maximum length of a constraint1000
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 80
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 1000
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)31412
Sum of products size (including duplicates)62824
Number of different products15706
Sum of products size31412

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version 2.3.1.v20110525
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		9996466904
0.00/0.08	c Max memory 		10048897024
0.00/0.08	c Total memory 		10048897024
0.00/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@48e5855a
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@398020cc
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3737706-1338723901.opb
0.10/0.11	c reading problem ... 
1.89/0.84	c ... done. Wall clock time 0.735s.
1.89/0.84	c #vars     16706
1.89/0.84	c #constraints  32915
1.89/0.84	c constraints type 
1.89/0.84	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 15706
1.89/0.84	c org.sat4j.minisat.constraints.card.MinWatchCard => 1003
1.89/0.84	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 500
1.89/0.84	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 15706
1.89/0.84	c constraints type 
1.89/0.84	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 500
1.89/0.84	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 15706
1.89/0.84	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1003
1.89/0.84	c org.sat4j.pb.constraints.pb.MaxWatchPb => 15706
20.24/9.25	c cleaning 2505 clauses out of 5009 with flag 5009/5009
39.07/18.61	c cleaning 4250 clauses out of 8499 with flag 11004/11004
63.47/30.83	c cleaning 5632 clauses out of 11263 with flag 18018/18018
94.44/46.30	c cleaning 6807 clauses out of 13614 with flag 26001/26001
132.90/65.70	c cleaning 7918 clauses out of 15836 with flag 35030/35030
173.61/86.07	c cleaning 8943 clauses out of 17888 with flag 45000/45000
203.09/100.80	c cleaning 9977 clauses out of 19954 with flag 56009/56009
259.65/129.14	c cleaning 11036 clauses out of 22072 with flag 68104/68104
308.93/153.90	c cleaning 11968 clauses out of 23935 with flag 81003/81003
368.19/183.48	c cleaning 12985 clauses out of 25970 with flag 95006/95006
477.44/238.05	c cleaning 13997 clauses out of 27993 with flag 110014/110014
605.29/301.88	c cleaning 14992 clauses out of 29983 with flag 126001/126001
778.37/388.38	c cleaning 16024 clauses out of 32048 with flag 143058/143058
942.20/470.26	c cleaning 16999 clauses out of 33998 with flag 161032/161032
1037.71/517.95	c cleaning 17984 clauses out of 35969 with flag 180002/180002
1115.46/556.86	c cleaning 18992 clauses out of 37983 with flag 200000/200000
1202.44/600.46	c cleaning 20000 clauses out of 40000 with flag 221009/221009
1292.63/645.58	c cleaning 20998 clauses out of 41996 with flag 243005/243005
1392.21/695.34	c cleaning 22000 clauses out of 44004 with flag 266011/266011
1501.43/749.93	c cleaning 22997 clauses out of 45997 with flag 290004/290004
1632.07/815.36	c cleaning 24012 clauses out of 48026 with flag 315030/315030
1745.50/872.02	c cleaning 25009 clauses out of 50017 with flag 341033/341033
1800.14/899.41	c starts		: 136
1800.14/899.41	c conflicts		: 352043
1800.14/899.41	c decisions		: 594835
1800.14/899.41	c propagations		: 21683744
1800.14/899.41	c inspects		: 1125201715
1800.14/899.41	c shortcuts		: 0
1800.14/899.41	c learnt literals	: 0
1800.14/899.41	c learnt binary clauses	: 0
1800.14/899.41	c learnt ternary clauses	: 1
1800.14/899.41	c learnt constraints	: 352043
1800.14/899.41	c ignored constraints	: 0
1800.14/899.41	c root simplifications	: 0
1800.14/899.41	c removed literals (reason simplification)	: 1315635
1800.14/899.41	c reason swapping (by a shorter reason)	: 0
1800.14/899.41	c Calls to reduceDB	: 22
1800.14/899.41	c number of reductions to clauses (during analyze)	: 0
1800.14/899.41	c number of learned constraints concerned by reduction	: 0
1800.14/899.41	c number of learning phase by resolution	: 0
1800.14/899.41	c number of learning phase by cutting planes	: 0
1800.14/899.41	c speed (assignments/second)	: 24131.52749105518
1800.14/899.41	c non guided choices	16171
1800.14/899.43	c learnt constraints type 
1800.14/899.43	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 36029
1800.14/899.43	c constraints type 
1800.14/899.43	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 15706
1800.14/899.43	c org.sat4j.minisat.constraints.card.MinWatchCard => 1003
1800.14/899.43	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 500
1800.14/899.43	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 15706
1800.14/899.43	c constraints type 
1800.14/899.43	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 500
1800.14/899.43	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 15706
1800.14/899.43	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1003
1800.14/899.43	c org.sat4j.pb.constraints.pb.MaxWatchPb => 15706
1800.14/899.43	s UNKNOWN
1800.14/899.43	c Total wall clock time (in seconds): 899.319

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-3737706-1338723901/watcher-3737706-1338723901 -o /tmp/evaluation-result-3737706-1338723901/solver-3737706-1338723901 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3737706-1338723901.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.00 3.97 3.87 4/197 21425
/proc/meminfo: memFree=24409240/32873660 swapFree=7120/7120
[pid=21425] ppid=21423 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/21425/stat : 21425 (java) D 21423 21425 18226 0 -1 4202496 250 0 0 0 0 0 0 0 20 0 1 0 338515853 9515008 184 33554432000 1073741824 1073778376 140734717274176 140734717265400 270329867703 0 0 4096 0 18446744072100609316 0 0 17 1 0 0 0 0 0
/proc/21425/statm: 2323 184 142 9 0 71 0

[startup+0.094975 s]
/proc/loadavg: 4.00 3.97 3.87 4/197 21425
/proc/meminfo: memFree=24409240/32873660 swapFree=7120/7120
[pid=21425] ppid=21423 vsize=11586392 CPUtime=0.09 cores=1,3,5,7
/proc/21425/stat : 21425 (java) S 21423 21425 18226 0 -1 4202496 5249 0 1 0 8 1 0 0 20 0 18 0 338515853 11864465408 13596 33554432000 1073741824 1073778376 140735356459056 140735356450192 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21425/statm: 2896598 13596 2116 9 0 2887285 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 11586392

[startup+0.100184 s]
/proc/loadavg: 4.00 3.97 3.87 4/197 21425
/proc/meminfo: memFree=24409240/32873660 swapFree=7120/7120
[pid=21425] ppid=21423 vsize=11586392 CPUtime=0.1 cores=1,3,5,7
/proc/21425/stat : 21425 (java) S 21423 21425 18226 0 -1 4202496 5306 0 1 0 9 1 0 0 20 0 18 0 338515853 11864465408 13653 33554432000 1073741824 1073778376 140735356459056 140735356450192 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21425/statm: 2896598 13653 2116 9 0 2887285 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 11586392

[startup+0.300154 s]
/proc/loadavg: 4.00 3.97 3.87 4/197 21425
/proc/meminfo: memFree=24409240/32873660 swapFree=7120/7120
[pid=21425] ppid=21423 vsize=11586392 CPUtime=0.45 cores=1,3,5,7
/proc/21425/stat : 21425 (java) S 21423 21425 18226 0 -1 4202496 6315 0 1 0 44 1 0 0 20 0 18 0 338515853 11864465408 16293 33554432000 1073741824 1073778376 140735356459056 140735356450192 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21425/statm: 2896598 16293 2231 9 0 2887285 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 11586392

[startup+0.700179 s]
/proc/loadavg: 4.00 3.97 3.87 4/197 21425
/proc/meminfo: memFree=24409240/32873660 swapFree=7120/7120
[pid=21425] ppid=21423 vsize=11586392 CPUtime=1.6 cores=1,3,5,7
/proc/21425/stat : 21425 (java) S 21423 21425 18226 0 -1 4202496 19904 0 1 0 156 4 0 0 20 0 18 0 338515853 11864465408 38707 33554432000 1073741824 1073778376 140735356459056 140735356450192 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21425/statm: 2896598 38707 2248 9 0 2887285 0
Current children cumulated CPU time (s) 1.6
Current children cumulated vsize (KiB) 11586392

[startup+1.50078 s]
/proc/loadavg: 4.00 3.97 3.87 7/219 21447
/proc/meminfo: memFree=24147952/32873660 swapFree=7120/7120
[pid=21425] ppid=21423 vsize=11852648 CPUtime=4.46 cores=1,3,5,7
/proc/21425/stat : 21425 (java) S 21423 21425 18226 0 -1 4202496 22920 0 1 0 439 7 0 0 20 0 22 0 338515853 12137111552 73839 33554432000 1073741824 1073778376 140735356459056 140735356450192 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21425/statm: 2963162 73839 2266 9 0 2953849 0
[pid=21425/tid=21427] ppid=21423 vsize=11852648 CPUtime=0.82 cores=1,3,5,7
/proc/21425/task/21427/stat : 21427 (java) S 21423 21425 18226 0 -1 4202560 3453 0 1 0 78 4 0 0 20 0 22 0 338515854 12137111552 73839 33554432000 1073741824 1073778376 140735356459056 140613758362776 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21425/tid=21428] ppid=21423 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/21425/task/21428/stat : 21428 (java) S 21423 21425 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338515855 12137111552 73839 33554432000 1073741824 1073778376 140735356459056 140613747424168 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21425/tid=21429] ppid=21423 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/21425/task/21429/stat : 21429 (java) S 21423 21425 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338515856 12137111552 73839 33554432000 1073741824 1073778376 140735356459056 140613746371624 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21425/tid=21430] ppid=21423 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/21425/task/21430/stat : 21430 (java) S 21423 21425 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338515856 12137111552 73839 33554432000 1073741824 1073778376 140735356459056 140613745318568 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21425/tid=21431] ppid=21423 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/21425/task/21431/stat : 21431 (java) S 21423 21425 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338515856 12137111552 73839 33554432000 1073741824 1073778376 140735356459056 140613744266024 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21425/tid=21432] ppid=21423 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/21425/task/21432/stat : 21432 (java) S 21423 21425 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338515856 12137111552 73839 33554432000 1073741824 1073778376 140735356459056 140613743212968 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21425/tid=21433] ppid=21423 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/21425/task/21433/stat : 21433 (java) S 21423 21425 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338515856 12137111552 73839 33554432000 1073741824 1073778376 140735356459056 140613742160424 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21425/tid=21434] ppid=21423 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/21425/task/21434/stat : 21434 (java) S 21423 21425 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338515856 12137111552 73839 33554432000 1073741824 1073778376 140735356459056 140613741107368 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21425/tid=21435] ppid=21423 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/21425/task/21435/stat : 21435 (java) S 21423 21425 18226 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 338515856 12137111552 73839 33554432000 1073741824 1073778376 140735356459056 140613587855656 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21425/tid=21436] ppid=21423 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/21425/task/21436/stat : 21436 (java) S 21423 21425 18226 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 338515857 12137111552 73839 33554432000 1073741824 1073778376 140735356459056 140613575658344 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21425/tid=21437] ppid=21423 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/21425/task/21437/stat : 21437 (java) S 21423 21425 18226 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 338515857 12137111552 73839 33554432000 1073741824 1073778376 140735356459056 140613574604664 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21425/tid=21438] ppid=21423 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/21425/task/21438/stat : 21438 (java) S 21423 21425 18226 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 338515857 12137111552 73839 33554432000 1073741824 1073778376 140735356459056 140613573551496 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21425/tid=21439] ppid=21423 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/21425/task/21439/stat : 21439 (java) S 21423 21425 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338515859 12137111552 73839 33554432000 1073741824 1073778376 140735356459056 140613572500240 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21425/tid=21440] ppid=21423 vsize=11852648 CPUtime=1.16 cores=1,3,5,7
/proc/21425/task/21440/stat : 21440 (java) S 21423 21425 18226 0 -1 4202560 9710 0 0 0 114 2 0 0 20 0 22 0 338515859 12137111552 73839 33554432000 1073741824 1073778376 140735356459056 140613571447096 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21425/tid=21441] ppid=21423 vsize=11852648 CPUtime=1.16 cores=1,3,5,7
/proc/21425/task/21441/stat : 21441 (java) S 21423 21425 18226 0 -1 4202560 8448 0 0 0 114 2 0 0 20 0 22 0 338515859 12137111552 73839 33554432000 1073741824 1073778376 140735356459056 140613570394552 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21425/tid=21442] ppid=21423 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/21425/task/21442/stat : 21442 (java) S 21423 21425 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338515859 12137111552 73839 33554432000 1073741824 1073778376 140735356459056 140613569341688 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21425/tid=21443] ppid=21423 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/21425/task/21443/stat : 21443 (java) S 21423 21425 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338515859 12137111552 73839 33554432000 1073741824 1073778376 140735356459056 140613568289352 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21425/tid=21444] ppid=21423 vsize=11852648 CPUtime=0.63 cores=1,3,5,7
/proc/21425/task/21444/stat : 21444 (java) R 21423 21425 18226 0 -1 4202560 25 0 0 0 63 0 0 0 20 0 22 0 338515938 12137111552 73839 33554432000 1073741824 1073778376 140735356459056 140613567234712 140613623433392 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=21425/tid=21445] ppid=21423 vsize=11852648 CPUtime=0.63 cores=1,3,5,7
/proc/21425/task/21445/stat : 21445 (java) R 21423 21425 18226 0 -1 4202560 84 0 0 0 63 0 0 0 20 0 22 0 338515938 12137111552 73839 33554432000 1073741824 1073778376 140735356459056 140613566181800 140613623330896 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=21425/tid=21446] ppid=21423 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/21425/task/21446/stat : 21446 (java) S 21423 21425 18226 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 338515943 12137111552 73839 33554432000 1073741824 1073778376 140735356459056 140613565130024 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21425/tid=21447] ppid=21423 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/21425/task/21447/stat : 21447 (java) S 21423 21425 18226 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 338515943 12137111552 73839 33554432000 1073741824 1073778376 140735356459056 140613564077480 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.46
Current children cumulated vsize (KiB) 11852648

[startup+3.10071 s]
/proc/loadavg: 4.00 3.97 3.87 5/219 21447
/proc/meminfo: memFree=24099432/32873660 swapFree=7120/7120
[pid=21425] ppid=21423 vsize=11852648 CPUtime=7.89 cores=1,3,5,7
/proc/21425/stat : 21425 (java) S 21423 21425 18226 0 -1 4202496 22960 0 1 0 781 8 0 0 20 0 22 0 338515853 12137111552 92273 33554432000 1073741824 1073778376 140735356459056 140735356450192 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21425/statm: 2963162 92273 2267 9 0 2953849 0
[pid=21425/tid=21427] ppid=21423 vsize=11852648 CPUtime=0.82 cores=1,3,5,7
/proc/21425/task/21427/stat : 21427 (java) S 21423 21425 18226 0 -1 4202560 3453 0 1 0 78 4 0 0 20 0 22 0 338515854 12137111552 92273 33554432000 1073741824 1073778376 140735356459056 140613758362776 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21425/tid=21428] ppid=21423 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/21425/task/21428/stat : 21428 (java) S 21423 21425 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338515855 12137111552 92273 33554432000 1073741824 1073778376 140735356459056 140613747424168 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21425/tid=21429] ppid=21423 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/21425/task/21429/stat : 21429 (java) S 21423 21425 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338515856 12137111552 92273 33554432000 1073741824 1073778376 140735356459056 140613746371624 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21425/tid=21430] ppid=21423 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/21425/task/21430/stat : 21430 (java) S 21423 21425 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338515856 12137111552 92273 33554432000 1073741824 1073778376 140735356459056 140613745318568 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21425/tid=21431] ppid=21423 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/21425/task/21431/stat : 21431 (java) S 21423 21425 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338515856 12137111552 92273 33554432000 1073741824 1073778376 140735356459056 140613744266024 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21425/tid=21432] ppid=21423 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/21425/task/21432/stat : 21432 (java) S 21423 21425 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338515856 12137111552 92273 33554432000 1073741824 1073778376 140735356459056 140613743212968 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21425/tid=21433] ppid=21423 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/21425/task/21433/stat : 21433 (java) S 21423 21425 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338515856 12137111552 92273 33554432000 1073741824 1073778376 140735356459056 140613742160424 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21425/tid=21434] ppid=21423 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/21425/task/21434/stat : 21434 (java) S 21423 21425 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338515856 12137111552 92273 33554432000 1073741824 1073778376 140735356459056 140613741107368 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21425/tid=21435] ppid=21423 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/21425/task/21435/stat : 21435 (java) S 21423 21425 18226 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 338515856 12137111552 92273 33554432000 1073741824 1073778376 140735356459056 140613587855656 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21425/tid=21436] ppid=21423 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/21425/task/21436/stat : 21436 (java) S 21423 21425 18226 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 338515857 12137111552 92273 33554432000 1073741824 1073778376 140735356459056 140613575658344 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21425/tid=21437] ppid=21423 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/21425/task/21437/stat : 21437 (java) S 21423 21425 18226 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 338515857 12137111552 92273 33554432000 1073741824 1073778376 140735356459056 140613574604664 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21425/tid=21438] ppid=21423 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/21425/task/21438/stat : 21438 (java) S 21423 21425 18226 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 338515857 12137111552 92273 33554432000 1073741824 1073778376 140735356459056 140613573551496 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21425/tid=21439] ppid=21423 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/21425/task/21439/stat : 21439 (java) S 21423 21425 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338515859 12137111552 92273 33554432000 1073741824 1073778376 140735356459056 140613572500240 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21425/tid=21440] ppid=21423 vsize=11852648 CPUtime=1.34 cores=1,3,5,7
/proc/21425/task/21440/stat : 21440 (java) S 21423 21425 18226 0 -1 4202560 9710 0 0 0 132 2 0 0 20 0 22 0 338515859 12137111552 92273 33554432000 1073741824 1073778376 140735356459056 140613571447096 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21425/tid=21441] ppid=21423 vsize=11852648 CPUtime=1.21 cores=1,3,5,7
/proc/21425/task/21441/stat : 21441 (java) S 21423 21425 18226 0 -1 4202560 8449 0 0 0 119 2 0 0 20 0 22 0 338515859 12137111552 92273 33554432000 1073741824 1073778376 140735356459056 140613570394552 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21425/tid=21442] ppid=21423 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/21425/task/21442/stat : 21442 (java) S 21423 21425 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338515859 12137111552 92273 33554432000 1073741824 1073778376 140735356459056 140613569341688 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21425/tid=21443] ppid=21423 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/21425/task/21443/stat : 21443 (java) S 21423 21425 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338515859 12137111552 92273 33554432000 1073741824 1073778376 140735356459056 140613568289352 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21425/tid=21444] ppid=21423 vsize=11852648 CPUtime=2.22 cores=1,3,5,7
/proc/21425/task/21444/stat : 21444 (java) R 21423 21425 18226 0 -1 4202560 28 0 0 0 222 0 0 0 20 0 22 0 338515938 12137111552 92273 33554432000 1073741824 1073778376 140735356459056 140613567233128 140613622931338 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=21425/tid=21445] ppid=21423 vsize=11852648 CPUtime=2.23 cores=1,3,5,7
/proc/21425/task/21445/stat : 21445 (java) R 21423 21425 18226 0 -1 4202560 119 0 0 0 221 2 0 0 20 0 22 0 338515938 12137111552 92273 33554432000 1073741824 1073778376 140735356459056 140613566179992 140613623671331 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=21425/tid=21446] ppid=21423 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/21425/task/21446/stat : 21446 (java) S 21423 21425 18226 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 338515943 12137111552 92273 33554432000 1073741824 1073778376 140735356459056 140613565130024 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21425/tid=21447] ppid=21423 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/21425/task/21447/stat : 21447 (java) S 21423 21425 18226 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 338515943 12137111552 92273 33554432000 1073741824 1073778376 140735356459056 140613564077480 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 7.89
Current children cumulated vsize (KiB) 11852648

[startup+6.30073 s]
/proc/loadavg: 4.00 3.97 3.87 5/219 21447
/proc/meminfo: memFree=23959836/32873660 swapFree=7120/7120
[pid=21425] ppid=21423 vsize=11852648 CPUtime=14.44 cores=1,3,5,7
/proc/21425/stat : 21425 (java) S 21423 21425 18226 0 -1 4202496 23054 0 1 0 1433 11 0 0 20 0 22 0 338515853 12137111552 137334 33554432000 1073741824 1073778376 140735356459056 140735356450192 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21425/statm: 2963162 137334 2269 9 0 2953849 0
[pid=21425/tid=21427] ppid=21423 vsize=11852648 CPUtime=0.82 cores=1,3,5,7
/proc/21425/task/21427/stat : 21427 (java) S 21423 21425 18226 0 -1 4202560 3453 0 1 0 78 4 0 0 20 0 22 0 338515854 12137111552 137334 33554432000 1073741824 1073778376 140735356459056 140613758362776 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21425/tid=21428] ppid=21423 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/21425/task/21428/stat : 21428 (java) S 21423 21425 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338515855 12137111552 137334 33554432000 1073741824 1073778376 140735356459056 140613747424168 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21425/tid=21429] ppid=21423 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/21425/task/21429/stat : 21429 (java) S 21423 21425 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338515856 12137111552 137334 33554432000 1073741824 1073778376 140735356459056 140613746371624 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21425/tid=21430] ppid=21423 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/21425/task/21430/stat : 21430 (java) S 21423 21425 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338515856 12137111552 137334 33554432000 1073741824 1073778376 140735356459056 140613745318568 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21425/tid=21431] ppid=21423 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/21425/task/21431/stat : 21431 (java) S 21423 21425 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338515856 12137111552 137334 33554432000 1073741824 1073778376 140735356459056 140613744266024 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21425/tid=21432] ppid=21423 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/21425/task/21432/stat : 21432 (java) S 21423 21425 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338515856 12137111552 137334 33554432000 1073741824 1073778376 140735356459056 140613743212968 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21425/tid=21433] ppid=21423 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/21425/task/21433/stat : 21433 (java) S 21423 21425 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338515856 12137111552 137334 33554432000 1073741824 1073778376 140735356459056 140613742160424 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21425/tid=21434] ppid=21423 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/21425/task/21434/stat : 21434 (java) S 21423 21425 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338515856 12137111552 137334 33554432000 1073741824 1073778376 140735356459056 140613741107368 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21425/tid=21435] ppid=21423 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/21425/task/21435/stat : 21435 (java) S 21423 21425 18226 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 338515856 12137111552 137334 33554432000 1073741824 1073778376 140735356459056 140613587855656 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21425/tid=21436] ppid=21423 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/21425/task/21436/stat : 21436 (java) S 21423 21425 18226 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 338515857 12137111552 137334 33554432000 1073741824 1073778376 140735356459056 140613575658344 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21425/tid=21437] ppid=21423 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/21425/task/21437/stat : 21437 (java) S 21423 21425 18226 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 338515857 12137111552 137334 33554432000 1073741824 1073778376 140735356459056 140613574604664 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21425/tid=21438] ppid=21423 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/21425/task/21438/stat : 21438 (java) S 21423 21425 18226 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 338515857 12137111552 137334 33554432000 1073741824 1073778376 140735356459056 140613573551496 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21425/tid=21439] ppid=21423 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/21425/task/21439/stat : 21439 (java) S 21423 21425 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338515859 12137111552 137334 33554432000 1073741824 1073778376 140735356459056 140613572500240 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21425/tid=21440] ppid=21423 vsize=11852648 CPUtime=1.45 cores=1,3,5,7
/proc/21425/task/21440/stat : 21440 (java) S 21423 21425 18226 0 -1 4202560 9714 0 0 0 143 2 0 0 20 0 22 0 338515859 12137111552 137334 33554432000 1073741824 1073778376 140735356459056 140613571447096 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0

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

/proc/21425/statm: 2963162 1068787 2294 9 0 2953849 0
[pid=21425/tid=21427] ppid=21423 vsize=11852648 CPUtime=0.85 cores=1,3,5,7
/proc/21425/task/21427/stat : 21427 (java) S 21423 21425 18226 0 -1 4202560 3464 0 1 0 80 5 0 0 20 0 22 0 338515854 12137111552 1068787 33554432000 1073741824 1073778376 140735356459056 140613758362776 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21425/tid=21428] ppid=21423 vsize=11852648 CPUtime=0.96 cores=1,3,5,7
/proc/21425/task/21428/stat : 21428 (java) S 21423 21425 18226 0 -1 4202560 282 0 0 0 85 11 0 0 20 0 22 0 338515855 12137111552 1068787 33554432000 1073741824 1073778376 140735356459056 140613747424168 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21425/tid=21429] ppid=21423 vsize=11852648 CPUtime=0.92 cores=1,3,5,7
/proc/21425/task/21429/stat : 21429 (java) S 21423 21425 18226 0 -1 4202560 220 0 0 0 82 10 0 0 20 0 22 0 338515856 12137111552 1068787 33554432000 1073741824 1073778376 140735356459056 140613746371624 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21425/tid=21430] ppid=21423 vsize=11852648 CPUtime=0.91 cores=1,3,5,7
/proc/21425/task/21430/stat : 21430 (java) S 21423 21425 18226 0 -1 4202560 240 0 0 0 79 12 0 0 20 0 22 0 338515856 12137111552 1068787 33554432000 1073741824 1073778376 140735356459056 140613745318568 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21425/tid=21431] ppid=21423 vsize=11852648 CPUtime=0.82 cores=1,3,5,7
/proc/21425/task/21431/stat : 21431 (java) S 21423 21425 18226 0 -1 4202560 216 0 0 0 71 11 0 0 20 0 22 0 338515856 12137111552 1068787 33554432000 1073741824 1073778376 140735356459056 140613744266024 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21425/tid=21432] ppid=21423 vsize=11852648 CPUtime=0.91 cores=1,3,5,7
/proc/21425/task/21432/stat : 21432 (java) S 21423 21425 18226 0 -1 4202560 259 0 0 0 79 12 0 0 20 0 22 0 338515856 12137111552 1068787 33554432000 1073741824 1073778376 140735356459056 140613743212968 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21425/tid=21433] ppid=21423 vsize=11852648 CPUtime=0.82 cores=1,3,5,7
/proc/21425/task/21433/stat : 21433 (java) S 21423 21425 18226 0 -1 4202560 219 0 0 0 73 9 0 0 20 0 22 0 338515856 12137111552 1068787 33554432000 1073741824 1073778376 140735356459056 140613742160424 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21425/tid=21434] ppid=21423 vsize=11852648 CPUtime=0.99 cores=1,3,5,7
/proc/21425/task/21434/stat : 21434 (java) S 21423 21425 18226 0 -1 4202560 259 0 0 0 89 10 0 0 20 0 22 0 338515856 12137111552 1068787 33554432000 1073741824 1073778376 140735356459056 140613741107368 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21425/tid=21435] ppid=21423 vsize=11852648 CPUtime=0.96 cores=1,3,5,7
/proc/21425/task/21435/stat : 21435 (java) S 21423 21425 18226 0 -1 4202560 295 0 0 0 84 12 0 0 20 0 22 0 338515856 12137111552 1068787 33554432000 1073741824 1073778376 140735356459056 140613587855656 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21425/tid=21436] ppid=21423 vsize=11852648 CPUtime=4.24 cores=1,3,5,7
/proc/21425/task/21436/stat : 21436 (java) S 21423 21425 18226 0 -1 4202560 282 0 0 0 414 10 0 0 20 0 22 0 338515857 12137111552 1068787 33554432000 1073741824 1073778376 140735356459056 140613575658344 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21425/tid=21437] ppid=21423 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/21425/task/21437/stat : 21437 (java) S 21423 21425 18226 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 338515857 12137111552 1068787 33554432000 1073741824 1073778376 140735356459056 140613574604664 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21425/tid=21438] ppid=21423 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/21425/task/21438/stat : 21438 (java) S 21423 21425 18226 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 338515857 12137111552 1068787 33554432000 1073741824 1073778376 140735356459056 140613573551496 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21425/tid=21439] ppid=21423 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/21425/task/21439/stat : 21439 (java) S 21423 21425 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338515859 12137111552 1068787 33554432000 1073741824 1073778376 140735356459056 140613572500240 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21425/tid=21440] ppid=21423 vsize=11852648 CPUtime=1.57 cores=1,3,5,7
/proc/21425/task/21440/stat : 21440 (java) S 21423 21425 18226 0 -1 4202560 9726 0 0 0 155 2 0 0 20 0 22 0 338515859 12137111552 1068787 33554432000 1073741824 1073778376 140735356459056 140613571447096 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21425/tid=21441] ppid=21423 vsize=11852648 CPUtime=1.59 cores=1,3,5,7
/proc/21425/task/21441/stat : 21441 (java) S 21423 21425 18226 0 -1 4202560 8465 0 0 0 157 2 0 0 20 0 22 0 338515859 12137111552 1068787 33554432000 1073741824 1073778376 140735356459056 140613570394552 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21425/tid=21442] ppid=21423 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/21425/task/21442/stat : 21442 (java) S 21423 21425 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338515859 12137111552 1068787 33554432000 1073741824 1073778376 140735356459056 140613569341688 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21425/tid=21443] ppid=21423 vsize=11852648 CPUtime=0.29 cores=1,3,5,7
/proc/21425/task/21443/stat : 21443 (java) S 21423 21425 18226 0 -1 4202560 47 0 0 0 12 17 0 0 20 0 22 0 338515859 12137111552 1068787 33554432000 1073741824 1073778376 140735356459056 140613568289352 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21425/tid=21444] ppid=21423 vsize=11852648 CPUtime=812.87 cores=1,3,5,7
/proc/21425/task/21444/stat : 21444 (java) R 21423 21425 18226 0 -1 4202560 82 0 0 0 81272 15 0 0 20 0 22 0 338515938 12137111552 1068787 33554432000 1073741824 1073778376 140735356459056 140613567234896 140613623275235 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=21425/tid=21445] ppid=21423 vsize=11852648 CPUtime=812.98 cores=1,3,5,7
/proc/21425/task/21445/stat : 21445 (java) R 21423 21425 18226 0 -1 4202560 1454 0 0 0 81244 54 0 0 20 0 22 0 338515938 12137111552 1068787 33554432000 1073741824 1073778376 140735356459056 140613566180480 140613623315348 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=21425/tid=21446] ppid=21423 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/21425/task/21446/stat : 21446 (java) S 21423 21425 18226 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 338515943 12137111552 1068787 33554432000 1073741824 1073778376 140735356459056 140613565130024 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21425/tid=21447] ppid=21423 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/21425/task/21447/stat : 21447 (java) S 21423 21425 18226 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 338515943 12137111552 1068787 33554432000 1073741824 1073778376 140735356459056 140613564077480 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1645.87
Current children cumulated vsize (KiB) 11852648

[startup+882.301 s]
/proc/loadavg: 3.68 3.73 3.79 5/219 21815
/proc/meminfo: memFree=22070760/32873660 swapFree=7120/7120
[pid=21425] ppid=21423 vsize=11852648 CPUtime=1765.89 cores=1,3,5,7
/proc/21425/stat : 21425 (java) S 21423 21425 18226 0 -1 4202496 26749 0 1 0 176414 175 0 0 20 0 22 0 338515853 12137111552 1068825 33554432000 1073741824 1073778376 140735356459056 140735356450192 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21425/statm: 2963162 1068825 2294 9 0 2953849 0
[pid=21425/tid=21427] ppid=21423 vsize=11852648 CPUtime=0.86 cores=1,3,5,7
/proc/21425/task/21427/stat : 21427 (java) S 21423 21425 18226 0 -1 4202560 3464 0 1 0 80 6 0 0 20 0 22 0 338515854 12137111552 1068825 33554432000 1073741824 1073778376 140735356459056 140613758362776 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21425/tid=21428] ppid=21423 vsize=11852648 CPUtime=1.02 cores=1,3,5,7
/proc/21425/task/21428/stat : 21428 (java) S 21423 21425 18226 0 -1 4202560 290 0 0 0 91 11 0 0 20 0 22 0 338515855 12137111552 1068825 33554432000 1073741824 1073778376 140735356459056 140613747424168 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21425/tid=21429] ppid=21423 vsize=11852648 CPUtime=0.97 cores=1,3,5,7
/proc/21425/task/21429/stat : 21429 (java) S 21423 21425 18226 0 -1 4202560 220 0 0 0 87 10 0 0 20 0 22 0 338515856 12137111552 1068825 33554432000 1073741824 1073778376 140735356459056 140613746371624 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21425/tid=21430] ppid=21423 vsize=11852648 CPUtime=0.96 cores=1,3,5,7
/proc/21425/task/21430/stat : 21430 (java) S 21423 21425 18226 0 -1 4202560 240 0 0 0 84 12 0 0 20 0 22 0 338515856 12137111552 1068825 33554432000 1073741824 1073778376 140735356459056 140613745318568 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21425/tid=21431] ppid=21423 vsize=11852648 CPUtime=0.88 cores=1,3,5,7
/proc/21425/task/21431/stat : 21431 (java) S 21423 21425 18226 0 -1 4202560 223 0 0 0 77 11 0 0 20 0 22 0 338515856 12137111552 1068825 33554432000 1073741824 1073778376 140735356459056 140613744266024 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21425/tid=21432] ppid=21423 vsize=11852648 CPUtime=0.98 cores=1,3,5,7
/proc/21425/task/21432/stat : 21432 (java) S 21423 21425 18226 0 -1 4202560 271 0 0 0 86 12 0 0 20 0 22 0 338515856 12137111552 1068825 33554432000 1073741824 1073778376 140735356459056 140613743212968 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21425/tid=21433] ppid=21423 vsize=11852648 CPUtime=0.9 cores=1,3,5,7
/proc/21425/task/21433/stat : 21433 (java) S 21423 21425 18226 0 -1 4202560 219 0 0 0 81 9 0 0 20 0 22 0 338515856 12137111552 1068825 33554432000 1073741824 1073778376 140735356459056 140613742160424 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21425/tid=21434] ppid=21423 vsize=11852648 CPUtime=1.04 cores=1,3,5,7
/proc/21425/task/21434/stat : 21434 (java) S 21423 21425 18226 0 -1 4202560 264 0 0 0 94 10 0 0 20 0 22 0 338515856 12137111552 1068825 33554432000 1073741824 1073778376 140735356459056 140613741107368 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21425/tid=21435] ppid=21423 vsize=11852648 CPUtime=1.02 cores=1,3,5,7
/proc/21425/task/21435/stat : 21435 (java) S 21423 21425 18226 0 -1 4202560 300 0 0 0 90 12 0 0 20 0 22 0 338515856 12137111552 1068825 33554432000 1073741824 1073778376 140735356459056 140613587855656 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21425/tid=21436] ppid=21423 vsize=11852648 CPUtime=4.47 cores=1,3,5,7
/proc/21425/task/21436/stat : 21436 (java) S 21423 21425 18226 0 -1 4202560 287 0 0 0 437 10 0 0 20 0 22 0 338515857 12137111552 1068825 33554432000 1073741824 1073778376 140735356459056 140613575658344 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21425/tid=21437] ppid=21423 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/21425/task/21437/stat : 21437 (java) S 21423 21425 18226 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 338515857 12137111552 1068825 33554432000 1073741824 1073778376 140735356459056 140613574604664 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21425/tid=21438] ppid=21423 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/21425/task/21438/stat : 21438 (java) S 21423 21425 18226 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 338515857 12137111552 1068825 33554432000 1073741824 1073778376 140735356459056 140613573551496 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21425/tid=21439] ppid=21423 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/21425/task/21439/stat : 21439 (java) S 21423 21425 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338515859 12137111552 1068825 33554432000 1073741824 1073778376 140735356459056 140613572500240 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21425/tid=21440] ppid=21423 vsize=11852648 CPUtime=1.57 cores=1,3,5,7
/proc/21425/task/21440/stat : 21440 (java) S 21423 21425 18226 0 -1 4202560 9726 0 0 0 155 2 0 0 20 0 22 0 338515859 12137111552 1068825 33554432000 1073741824 1073778376 140735356459056 140613571447096 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21425/tid=21441] ppid=21423 vsize=11852648 CPUtime=1.61 cores=1,3,5,7
/proc/21425/task/21441/stat : 21441 (java) S 21423 21425 18226 0 -1 4202560 8466 0 0 0 159 2 0 0 20 0 22 0 338515859 12137111552 1068825 33554432000 1073741824 1073778376 140735356459056 140613570394552 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21425/tid=21442] ppid=21423 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/21425/task/21442/stat : 21442 (java) S 21423 21425 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338515859 12137111552 1068825 33554432000 1073741824 1073778376 140735356459056 140613569341688 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21425/tid=21443] ppid=21423 vsize=11852648 CPUtime=0.31 cores=1,3,5,7
/proc/21425/task/21443/stat : 21443 (java) S 21423 21425 18226 0 -1 4202560 51 0 0 0 13 18 0 0 20 0 22 0 338515859 12137111552 1068825 33554432000 1073741824 1073778376 140735356459056 140613568289352 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21425/tid=21444] ppid=21423 vsize=11852648 CPUtime=872.34 cores=1,3,5,7
/proc/21425/task/21444/stat : 21444 (java) R 21423 21425 18226 0 -1 4202560 85 0 0 0 87218 16 0 0 20 0 22 0 338515938 12137111552 1068825 33554432000 1073741824 1073778376 140735356459056 140613567234896 140613623534378 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=21425/tid=21445] ppid=21423 vsize=11852648 CPUtime=872.47 cores=1,3,5,7
/proc/21425/task/21445/stat : 21445 (java) R 21423 21425 18226 0 -1 4202560 1456 0 0 0 87192 55 0 0 20 0 22 0 338515938 12137111552 1068825 33554432000 1073741824 1073778376 140735356459056 140613566180576 140613623315356 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=21425/tid=21446] ppid=21423 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/21425/task/21446/stat : 21446 (java) S 21423 21425 18226 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 338515943 12137111552 1068825 33554432000 1073741824 1073778376 140735356459056 140613565130024 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21425/tid=21447] ppid=21423 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/21425/task/21447/stat : 21447 (java) S 21423 21425 18226 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 338515943 12137111552 1068825 33554432000 1073741824 1073778376 140735356459056 140613564077480 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1765.89
Current children cumulated vsize (KiB) 11852648



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+899.401 s]
/proc/loadavg: 3.64 3.72 3.78 5/219 21815
/proc/meminfo: memFree=22068716/32873660 swapFree=7120/7120
[pid=21425] ppid=21423 vsize=11852648 CPUtime=1800.14 cores=1,3,5,7
/proc/21425/stat : 21425 (java) S 21423 21425 18226 0 -1 4202496 26752 0 1 0 179838 176 0 0 20 0 22 0 338515853 12137111552 1068825 33554432000 1073741824 1073778376 140735356459056 140735356450192 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21425/statm: 2963162 1068825 2294 9 0 2953849 0
[pid=21425/tid=21427] ppid=21423 vsize=11852648 CPUtime=0.86 cores=1,3,5,7
/proc/21425/task/21427/stat : 21427 (java) S 21423 21425 18226 0 -1 4202560 3464 0 1 0 80 6 0 0 20 0 22 0 338515854 12137111552 1068825 33554432000 1073741824 1073778376 140735356459056 140613758362776 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21425/tid=21428] ppid=21423 vsize=11852648 CPUtime=1.03 cores=1,3,5,7
/proc/21425/task/21428/stat : 21428 (java) S 21423 21425 18226 0 -1 4202560 290 0 0 0 92 11 0 0 20 0 22 0 338515855 12137111552 1068825 33554432000 1073741824 1073778376 140735356459056 140613747424168 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21425/tid=21429] ppid=21423 vsize=11852648 CPUtime=0.99 cores=1,3,5,7
/proc/21425/task/21429/stat : 21429 (java) S 21423 21425 18226 0 -1 4202560 220 0 0 0 89 10 0 0 20 0 22 0 338515856 12137111552 1068825 33554432000 1073741824 1073778376 140735356459056 140613746371624 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21425/tid=21430] ppid=21423 vsize=11852648 CPUtime=0.98 cores=1,3,5,7
/proc/21425/task/21430/stat : 21430 (java) S 21423 21425 18226 0 -1 4202560 240 0 0 0 86 12 0 0 20 0 22 0 338515856 12137111552 1068825 33554432000 1073741824 1073778376 140735356459056 140613745318568 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21425/tid=21431] ppid=21423 vsize=11852648 CPUtime=0.89 cores=1,3,5,7
/proc/21425/task/21431/stat : 21431 (java) S 21423 21425 18226 0 -1 4202560 223 0 0 0 78 11 0 0 20 0 22 0 338515856 12137111552 1068825 33554432000 1073741824 1073778376 140735356459056 140613744266024 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21425/tid=21432] ppid=21423 vsize=11852648 CPUtime=0.98 cores=1,3,5,7
/proc/21425/task/21432/stat : 21432 (java) S 21423 21425 18226 0 -1 4202560 271 0 0 0 86 12 0 0 20 0 22 0 338515856 12137111552 1068825 33554432000 1073741824 1073778376 140735356459056 140613743212968 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21425/tid=21433] ppid=21423 vsize=11852648 CPUtime=0.92 cores=1,3,5,7
/proc/21425/task/21433/stat : 21433 (java) S 21423 21425 18226 0 -1 4202560 219 0 0 0 83 9 0 0 20 0 22 0 338515856 12137111552 1068825 33554432000 1073741824 1073778376 140735356459056 140613742160424 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21425/tid=21434] ppid=21423 vsize=11852648 CPUtime=1.04 cores=1,3,5,7
/proc/21425/task/21434/stat : 21434 (java) S 21423 21425 18226 0 -1 4202560 264 0 0 0 94 10 0 0 20 0 22 0 338515856 12137111552 1068825 33554432000 1073741824 1073778376 140735356459056 140613741107368 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21425/tid=21435] ppid=21423 vsize=11852648 CPUtime=1.03 cores=1,3,5,7
/proc/21425/task/21435/stat : 21435 (java) S 21423 21425 18226 0 -1 4202560 300 0 0 0 91 12 0 0 20 0 22 0 338515856 12137111552 1068825 33554432000 1073741824 1073778376 140735356459056 140613587855656 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21425/tid=21436] ppid=21423 vsize=11852648 CPUtime=4.47 cores=1,3,5,7
/proc/21425/task/21436/stat : 21436 (java) S 21423 21425 18226 0 -1 4202560 287 0 0 0 437 10 0 0 20 0 22 0 338515857 12137111552 1068825 33554432000 1073741824 1073778376 140735356459056 140613575658344 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21425/tid=21437] ppid=21423 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/21425/task/21437/stat : 21437 (java) S 21423 21425 18226 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 338515857 12137111552 1068825 33554432000 1073741824 1073778376 140735356459056 140613574604664 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21425/tid=21438] ppid=21423 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/21425/task/21438/stat : 21438 (java) S 21423 21425 18226 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 338515857 12137111552 1068825 33554432000 1073741824 1073778376 140735356459056 140613573551496 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21425/tid=21439] ppid=21423 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/21425/task/21439/stat : 21439 (java) S 21423 21425 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338515859 12137111552 1068825 33554432000 1073741824 1073778376 140735356459056 140613572500240 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21425/tid=21440] ppid=21423 vsize=11852648 CPUtime=1.57 cores=1,3,5,7
/proc/21425/task/21440/stat : 21440 (java) S 21423 21425 18226 0 -1 4202560 9726 0 0 0 155 2 0 0 20 0 22 0 338515859 12137111552 1068825 33554432000 1073741824 1073778376 140735356459056 140613571447096 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21425/tid=21441] ppid=21423 vsize=11852648 CPUtime=1.61 cores=1,3,5,7
/proc/21425/task/21441/stat : 21441 (java) S 21423 21425 18226 0 -1 4202560 8466 0 0 0 159 2 0 0 20 0 22 0 338515859 12137111552 1068825 33554432000 1073741824 1073778376 140735356459056 140613570394552 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21425/tid=21442] ppid=21423 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/21425/task/21442/stat : 21442 (java) S 21423 21425 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338515859 12137111552 1068825 33554432000 1073741824 1073778376 140735356459056 140613569341688 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21425/tid=21443] ppid=21423 vsize=11852648 CPUtime=0.32 cores=1,3,5,7
/proc/21425/task/21443/stat : 21443 (java) S 21423 21425 18226 0 -1 4202560 53 0 0 0 14 18 0 0 20 0 22 0 338515859 12137111552 1068825 33554432000 1073741824 1073778376 140735356459056 140613568289352 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21425/tid=21444] ppid=21423 vsize=11852648 CPUtime=889.38 cores=1,3,5,7
/proc/21425/task/21444/stat : 21444 (java) R 21423 21425 18226 0 -1 4202560 86 0 0 0 88922 16 0 0 20 0 22 0 338515938 12137111552 1068825 33554432000 1073741824 1073778376 140735356459056 140613567233952 140613623534378 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=21425/tid=21445] ppid=21423 vsize=11852648 CPUtime=889.52 cores=1,3,5,7
/proc/21425/task/21445/stat : 21445 (java) R 21423 21425 18226 0 -1 4202560 1456 0 0 0 88897 55 0 0 20 0 22 0 338515938 12137111552 1068825 33554432000 1073741824 1073778376 140735356459056 140613566180576 140613623465206 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=21425/tid=21446] ppid=21423 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/21425/task/21446/stat : 21446 (java) S 21423 21425 18226 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 338515943 12137111552 1068825 33554432000 1073741824 1073778376 140735356459056 140613565130024 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21425/tid=21447] ppid=21423 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/21425/task/21447/stat : 21447 (java) S 21423 21425 18226 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 338515943 12137111552 1068825 33554432000 1073741824 1073778376 140735356459056 140613564077480 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.14
Current children cumulated vsize (KiB) 11852648

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

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

Child status: 143

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

Real time (s): 899.458
CPU time (s): 1800.14
CPU user time (s): 1798.38
CPU system time (s): 1.76
CPU usage (%): 200.136
Max. virtual memory (cumulated for all children) (KiB): 11852648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.83
system time used= 2.12968
maximum resident set size= 4275420
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26786
page faults= 1
swaps= 0
block input operations= 0
block output operations= 992
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23757
involuntary context switches= 28255

runsolver used 3.40048 second user time and 7.9238 second system time

The end

Launcher Data

Begin job on node117 at 2012-06-03 13:45:01
IDJOB=3737706
IDBENCH=48295
IDSOLVER=2328
FILE ID=node117/3737706-1338723901
RUNJOBID= node117-1338713269-18243
PBS_JOBID= 14636728
Free space on /tmp= 69120 MiB

SOLVER NAME= PB11: Sat4j Res//CP 2.3.0
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_500_25_5_80.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3737706-1338723901/watcher-3737706-1338723901 -o /tmp/evaluation-result-3737706-1338723901/solver-3737706-1338723901 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3737706-1338723901.opb

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

MD5SUM BENCH= 611c10fb20bc9774d31ac4d0681f384d
RANDOM SEED=2119808071

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873660 kB
MemFree:        24409520 kB
Buffers:          621268 kB
Cached:          4127196 kB
SwapCached:          776 kB
Active:          5087776 kB
Inactive:        2458476 kB
Active(anon):    2783196 kB
Inactive(anon):     9972 kB
Active(file):    2304580 kB
Inactive(file):  2448504 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108856 kB
SwapFree:       67107012 kB
Dirty:               648 kB
Writeback:             0 kB
AnonPages:       2909432 kB
Mapped:            20512 kB
Shmem:                80 kB
Slab:             777308 kB
SReclaimable:     221160 kB
SUnreclaim:       556148 kB
KernelStack:        1808 kB
PageTables:         9476 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545684 kB
Committed_AS:   10460868 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2856960 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 69120 MiB
End job on node117 at 2012-06-03 14:00:03