Trace number 3742448

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.07 906.275

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K180.opb
MD5SUMf1881d1e83243719865906bde58f94f2
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables21420
Total number of constraints21782
Number of constraints which are clauses21602
Number of constraints which are cardinality constraints (but not clauses)180
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint180
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 181
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version 2.3.1.v20110525
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		9996466904
0.00/0.09	c Max memory 		10048897024
0.00/0.09	c Total memory 		10048897024
0.00/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@48e5855a
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@398020cc
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3742448-1338767231.opb
0.09/0.12	c reading problem ... 
1.17/0.66	c ... done. Wall clock time 0.54s.
1.17/0.66	c #vars     21420
1.17/0.66	c #constraints  21782
1.17/0.66	c constraints type 
1.17/0.66	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 19273
1.17/0.66	c org.sat4j.minisat.constraints.card.MinWatchCard => 180
1.17/0.66	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2327
1.17/0.66	c constraints type 
1.17/0.66	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2327
1.17/0.66	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 19273
1.17/0.66	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 180
8.42/3.84	c cleaning 2492 clauses out of 4993 with flag 5000/5000
15.96/7.58	c cleaning 4195 clauses out of 8497 with flag 11000/11000
23.34/11.28	c cleaning 5517 clauses out of 11303 with flag 18003/18003
32.71/15.96	c cleaning 6792 clauses out of 13777 with flag 26000/26000
42.87/21.08	c cleaning 7809 clauses out of 15981 with flag 35000/35000
54.19/26.75	c cleaning 8852 clauses out of 18165 with flag 45000/45000
67.09/33.22	c cleaning 9890 clauses out of 20310 with flag 56000/56000
81.20/40.31	c cleaning 10848 clauses out of 22421 with flag 68002/68002
98.28/48.94	c cleaning 11866 clauses out of 24568 with flag 81000/81000
115.99/57.88	c cleaning 13062 clauses out of 26695 with flag 95001/95001
136.50/68.12	c cleaning 13905 clauses out of 28629 with flag 110000/110000
157.60/78.72	c cleaning 14883 clauses out of 30726 with flag 126003/126003
181.46/90.78	c cleaning 16045 clauses out of 32837 with flag 143000/143000
207.13/103.69	c cleaning 16859 clauses out of 34793 with flag 161001/161001
236.60/118.40	c cleaning 18355 clauses out of 36928 with flag 180003/180003
262.92/131.68	c cleaning 18832 clauses out of 38569 with flag 200000/200000
309.34/154.93	c cleaning 19967 clauses out of 40734 with flag 221000/221000
339.86/170.25	c cleaning 20985 clauses out of 42763 with flag 243000/243000
372.79/186.74	c cleaning 21141 clauses out of 43779 with flag 265002/265002
406.53/203.61	c cleaning 21874 clauses out of 44634 with flag 287000/287000
455.15/228.08	c cleaning 21992 clauses out of 44761 with flag 309001/309001
504.40/252.78	c cleaning 21032 clauses out of 44771 with flag 331005/331005
540.07/270.64	c cleaning 20795 clauses out of 45734 with flag 353000/353000
569.34/285.31	c cleaning 20086 clauses out of 46935 with flag 375000/375000
599.49/300.56	c cleaning 20546 clauses out of 48849 with flag 397001/397001
643.55/322.60	c cleaning 20842 clauses out of 50301 with flag 419000/419000
674.84/338.32	c cleaning 20733 clauses out of 51457 with flag 441000/441000
709.08/355.50	c cleaning 20430 clauses out of 52723 with flag 463001/463001
736.19/369.26	c cleaning 20272 clauses out of 54290 with flag 485000/485000
786.61/394.56	c cleaning 20754 clauses out of 56018 with flag 507000/507000
818.62/410.68	c cleaning 20381 clauses out of 57266 with flag 529002/529002
848.22/425.55	c cleaning 21012 clauses out of 58884 with flag 551002/551002
876.65/439.98	c cleaning 20226 clauses out of 59870 with flag 573000/573000
890.96/447.29	c cleaning 0 clauses out of 5000 with flag 0/5000
905.13/454.35	c cleaning 20547 clauses out of 61641 with flag 595000/595000
939.03/471.48	c cleaning 21150 clauses out of 63096 with flag 617002/617002
975.17/489.71	c cleaning 20199 clauses out of 63943 with flag 639000/639000
1017.51/511.05	c cleaning 20755 clauses out of 65741 with flag 661000/661000
1050.41/527.67	c cleaning 20593 clauses out of 66998 with flag 683013/683013
1086.10/545.62	c cleaning 20597 clauses out of 68392 with flag 705000/705000
1116.99/561.33	c cleaning 20472 clauses out of 69796 with flag 727001/727001
1151.90/578.92	c cleaning 21077 clauses out of 71323 with flag 749000/749000
1227.90/617.02	c cleaning 21278 clauses out of 72247 with flag 771001/771001
1312.69/659.41	c cleaning 21404 clauses out of 72971 with flag 793003/793003
1352.55/679.64	c cleaning 21198 clauses out of 73564 with flag 815004/815004
1385.21/696.10	c cleaning 20622 clauses out of 74362 with flag 837000/837000
1416.67/712.09	c cleaning 20754 clauses out of 75740 with flag 859000/859000
1449.53/728.63	c cleaning 20801 clauses out of 76986 with flag 881000/881000
1483.37/745.86	c cleaning 20522 clauses out of 78186 with flag 903001/903001
1519.41/764.00	c cleaning 20945 clauses out of 79663 with flag 925001/925001
1550.23/779.61	c cleaning 21112 clauses out of 80719 with flag 947002/947002
1587.50/798.46	c cleaning 21098 clauses out of 81602 with flag 969000/969000
1621.89/815.98	c cleaning 20399 clauses out of 82507 with flag 991003/991003
1654.95/832.67	c cleaning 20872 clauses out of 84105 with flag 1013000/1013000
1688.58/849.61	c cleaning 20417 clauses out of 85235 with flag 1035002/1035002
1720.84/865.92	c cleaning 20643 clauses out of 86818 with flag 1057002/1057002
1754.04/882.81	c cleaning 20689 clauses out of 88165 with flag 1079000/1079000
1788.45/900.24	c cleaning 20830 clauses out of 89477 with flag 1101002/1101002
1800.07/906.21	c starts		: 171
1800.07/906.21	c conflicts		: 1109106
1800.07/906.21	c decisions		: 45575767
1800.07/906.21	c propagations		: 891168816
1800.07/906.21	c inspects		: 1589562647
1800.07/906.21	c shortcuts		: 0
1800.07/906.21	c learnt literals	: 111
1800.07/906.21	c learnt binary clauses	: 60132
1800.07/906.21	c learnt ternary clauses	: 62690
1800.07/906.21	c learnt constraints	: 1108994
1800.07/906.21	c ignored constraints	: 0
1800.07/906.21	c root simplifications	: 0
1800.07/906.21	c removed literals (reason simplification)	: 9768026
1800.07/906.21	c reason swapping (by a shorter reason)	: 0
1800.07/906.21	c Calls to reduceDB	: 57
1800.07/906.21	c number of reductions to clauses (during analyze)	: 0
1800.07/906.21	c number of learned constraints concerned by reduction	: 0
1800.07/906.21	c number of learning phase by resolution	: 0
1800.07/906.21	c number of learning phase by cutting planes	: 0
1800.07/906.21	c speed (assignments/second)	: 984116.6669611463
1800.07/906.21	c non guided choices	59820
1800.07/906.24	c learnt constraints type 
1800.07/906.24	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 60140
1800.07/906.24	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 16684
1800.07/906.24	c constraints type 
1800.07/906.24	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 19273
1800.07/906.24	c org.sat4j.minisat.constraints.card.MinWatchCard => 180
1800.07/906.24	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2327
1800.07/906.24	c constraints type 
1800.07/906.24	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2327
1800.07/906.24	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 19273
1800.07/906.24	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 180
1800.07/906.25	s UNKNOWN
1800.07/906.25	c Total wall clock time (in seconds): 906.13

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-3742448-1338767231/watcher-3742448-1338767231 -o /tmp/evaluation-result-3742448-1338767231/solver-3742448-1338767231 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3742448-1338767231.opb 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 4.11 4.02 3.92 4/197 24713
/proc/meminfo: memFree=27265116/32873844 swapFree=7632/7632
[pid=24713] ppid=24711 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/24713/stat : 24713 (java) R 24711 24713 24098 0 -1 4202496 983 0 0 0 0 0 0 0 20 0 1 0 342847388 23793664 711 33554432000 1073741824 1073778376 140733950089872 140733950078936 209874629992 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/24713/statm: 5809 711 526 9 0 128 0

[startup+0.0217351 s]
/proc/loadavg: 4.11 4.02 3.92 4/197 24713
/proc/meminfo: memFree=27265116/32873844 swapFree=7632/7632
[pid=24713] ppid=24711 vsize=10510056 CPUtime=0 cores=0,2,4,6
/proc/24713/stat : 24713 (java) S 24711 24713 24098 0 -1 4202496 3215 0 1 0 0 0 0 0 20 0 2 0 342847388 10762297344 7495 33554432000 1073741824 1073778376 140733950089872 140733950081008 209887199293 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24713/statm: 2627514 7495 942 9 0 2618623 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 10510056

[startup+0.100238 s]
/proc/loadavg: 4.11 4.02 3.92 4/197 24713
/proc/meminfo: memFree=27265116/32873844 swapFree=7632/7632
[pid=24713] ppid=24711 vsize=11586392 CPUtime=0.09 cores=0,2,4,6
/proc/24713/stat : 24713 (java) S 24711 24713 24098 0 -1 4202496 5261 0 1 0 8 1 0 0 20 0 18 0 342847388 11864465408 13610 33554432000 1073741824 1073778376 140733950089872 140733950081008 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24713/statm: 2896598 13610 2116 9 0 2887285 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 11586392

[startup+0.300221 s]
/proc/loadavg: 4.11 4.02 3.92 4/197 24713
/proc/meminfo: memFree=27265116/32873844 swapFree=7632/7632
[pid=24713] ppid=24711 vsize=11586392 CPUtime=0.57 cores=0,2,4,6
/proc/24713/stat : 24713 (java) S 24711 24713 24098 0 -1 4202496 8118 0 1 0 54 3 0 0 20 0 18 0 342847388 11864465408 19385 33554432000 1073741824 1073778376 140733950089872 140733950081008 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24713/statm: 2896598 19385 2225 9 0 2887285 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 11586392

[startup+0.700169 s]
/proc/loadavg: 4.11 4.02 3.92 4/197 24713
/proc/meminfo: memFree=27265116/32873844 swapFree=7632/7632
[pid=24713] ppid=24711 vsize=11852648 CPUtime=1.39 cores=0,2,4,6
/proc/24713/stat : 24713 (java) S 24711 24713 24098 0 -1 4202496 10359 0 1 0 134 5 0 0 20 0 22 0 342847388 12137111552 53463 33554432000 1073741824 1073778376 140733950089872 140733950081008 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24713/statm: 2963162 53463 2255 9 0 2953849 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 11852648

[startup+1.50067 s]
/proc/loadavg: 4.11 4.02 3.92 6/219 24735
/proc/meminfo: memFree=26982136/32873844 swapFree=7632/7632
[pid=24713] ppid=24711 vsize=11852648 CPUtime=3.68 cores=0,2,4,6
/proc/24713/stat : 24713 (java) S 24711 24713 24098 0 -1 4202496 10866 0 1 0 360 8 0 0 20 0 22 0 342847388 12137111552 85287 33554432000 1073741824 1073778376 140733950089872 140733950081008 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24713/statm: 2963162 85287 2263 9 0 2953849 0
[pid=24713/tid=24715] ppid=24711 vsize=11852648 CPUtime=0.63 cores=0,2,4,6
/proc/24713/task/24715/stat : 24715 (java) S 24711 24713 24098 0 -1 4202560 3443 0 1 0 59 4 0 0 20 0 22 0 342847389 12137111552 85287 33554432000 1073741824 1073778376 140733950089872 139934295889048 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24713/tid=24716] ppid=24711 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24713/task/24716/stat : 24716 (java) S 24711 24713 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342847391 12137111552 85287 33554432000 1073741824 1073778376 140733950089872 139934264298408 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24713/tid=24717] ppid=24711 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24713/task/24717/stat : 24717 (java) S 24711 24713 24098 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 342847391 12137111552 85287 33554432000 1073741824 1073778376 140733950089872 139934131260456 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24713/tid=24718] ppid=24711 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24713/task/24718/stat : 24718 (java) S 24711 24713 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342847391 12137111552 85287 33554432000 1073741824 1073778376 140733950089872 139934130207400 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24713/tid=24719] ppid=24711 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24713/task/24719/stat : 24719 (java) S 24711 24713 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342847391 12137111552 85287 33554432000 1073741824 1073778376 140733950089872 139933926812456 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24713/tid=24720] ppid=24711 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24713/task/24720/stat : 24720 (java) S 24711 24713 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342847391 12137111552 85287 33554432000 1073741824 1073778376 140733950089872 139933925759400 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24713/tid=24721] ppid=24711 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24713/task/24721/stat : 24721 (java) S 24711 24713 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342847391 12137111552 85287 33554432000 1073741824 1073778376 140733950089872 139933924706856 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24713/tid=24722] ppid=24711 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24713/task/24722/stat : 24722 (java) S 24711 24713 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342847391 12137111552 85287 33554432000 1073741824 1073778376 140733950089872 139933923653800 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24713/tid=24723] ppid=24711 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24713/task/24723/stat : 24723 (java) S 24711 24713 24098 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 342847391 12137111552 85287 33554432000 1073741824 1073778376 140733950089872 139933922601256 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24713/tid=24724] ppid=24711 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24713/task/24724/stat : 24724 (java) S 24711 24713 24098 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 342847392 12137111552 85287 33554432000 1073741824 1073778376 140733950089872 139933910403944 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24713/tid=24725] ppid=24711 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24713/task/24725/stat : 24725 (java) S 24711 24713 24098 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 342847392 12137111552 85287 33554432000 1073741824 1073778376 140733950089872 139933909350264 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24713/tid=24726] ppid=24711 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24713/task/24726/stat : 24726 (java) S 24711 24713 24098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342847392 12137111552 85287 33554432000 1073741824 1073778376 140733950089872 139933908297096 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24713/tid=24727] ppid=24711 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24713/task/24727/stat : 24727 (java) S 24711 24713 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342847395 12137111552 85287 33554432000 1073741824 1073778376 140733950089872 139933907245840 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24713/tid=24728] ppid=24711 vsize=11852648 CPUtime=0.68 cores=0,2,4,6
/proc/24713/task/24728/stat : 24728 (java) R 24711 24713 24098 0 -1 4202560 2806 0 0 0 68 0 0 0 20 0 22 0 342847395 12137111552 85287 33554432000 1073741824 1073778376 140733950089872 139933906192696 139934302862738 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24713/tid=24729] ppid=24711 vsize=11852648 CPUtime=0.66 cores=0,2,4,6
/proc/24713/task/24729/stat : 24729 (java) S 24711 24713 24098 0 -1 4202560 3254 0 0 0 66 0 0 0 20 0 22 0 342847395 12137111552 85287 33554432000 1073741824 1073778376 140733950089872 139933905140152 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24713/tid=24730] ppid=24711 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24713/task/24730/stat : 24730 (java) S 24711 24713 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342847395 12137111552 85287 33554432000 1073741824 1073778376 140733950089872 139933904087288 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24713/tid=24731] ppid=24711 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24713/task/24731/stat : 24731 (java) S 24711 24713 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342847395 12137111552 85287 33554432000 1073741824 1073778376 140733950089872 139933903034952 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24713/tid=24732] ppid=24711 vsize=11852648 CPUtime=0.82 cores=0,2,4,6
/proc/24713/task/24732/stat : 24732 (java) R 24711 24713 24098 0 -1 4202560 30 0 0 0 82 0 0 0 20 0 22 0 342847454 12137111552 85287 33554432000 1073741824 1073778376 140733950089872 139933901923288 139934145726108 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24713/tid=24733] ppid=24711 vsize=11852648 CPUtime=0.81 cores=0,2,4,6
/proc/24713/task/24733/stat : 24733 (java) R 24711 24713 24098 0 -1 4202560 131 0 0 0 79 2 0 0 20 0 22 0 342847454 12137111552 85287 33554432000 1073741824 1073778376 140733950089872 139933900870584 139934146030699 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=24713/tid=24734] ppid=24711 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24713/task/24734/stat : 24734 (java) S 24711 24713 24098 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342847457 12137111552 85287 33554432000 1073741824 1073778376 140733950089872 139933899818280 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24713/tid=24735] ppid=24711 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24713/task/24735/stat : 24735 (java) S 24711 24713 24098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342847457 12137111552 85287 33554432000 1073741824 1073778376 140733950089872 139933898765736 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 3.68
Current children cumulated vsize (KiB) 11852648

[startup+3.10067 s]
/proc/loadavg: 4.10 4.02 3.92 7/219 24735
/proc/meminfo: memFree=26686108/32873844 swapFree=7632/7632
[pid=24713] ppid=24711 vsize=11852648 CPUtime=7.02 cores=0,2,4,6
/proc/24713/stat : 24713 (java) S 24711 24713 24098 0 -1 4202496 11831 0 1 0 684 18 0 0 20 0 22 0 342847388 12137111552 225578 33554432000 1073741824 1073778376 140733950089872 140733950081008 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24713/statm: 2963162 225578 2264 9 0 2953849 0
[pid=24713/tid=24715] ppid=24711 vsize=11852648 CPUtime=0.63 cores=0,2,4,6
/proc/24713/task/24715/stat : 24715 (java) S 24711 24713 24098 0 -1 4202560 3443 0 1 0 59 4 0 0 20 0 22 0 342847389 12137111552 225578 33554432000 1073741824 1073778376 140733950089872 139934295889048 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24713/tid=24716] ppid=24711 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24713/task/24716/stat : 24716 (java) S 24711 24713 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342847391 12137111552 225578 33554432000 1073741824 1073778376 140733950089872 139934264298408 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24713/tid=24717] ppid=24711 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24713/task/24717/stat : 24717 (java) S 24711 24713 24098 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 342847391 12137111552 225578 33554432000 1073741824 1073778376 140733950089872 139934131260456 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24713/tid=24718] ppid=24711 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24713/task/24718/stat : 24718 (java) S 24711 24713 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342847391 12137111552 225578 33554432000 1073741824 1073778376 140733950089872 139934130207400 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24713/tid=24719] ppid=24711 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24713/task/24719/stat : 24719 (java) S 24711 24713 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342847391 12137111552 225578 33554432000 1073741824 1073778376 140733950089872 139933926812456 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24713/tid=24720] ppid=24711 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24713/task/24720/stat : 24720 (java) S 24711 24713 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342847391 12137111552 225578 33554432000 1073741824 1073778376 140733950089872 139933925759400 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24713/tid=24721] ppid=24711 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24713/task/24721/stat : 24721 (java) S 24711 24713 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342847391 12137111552 225578 33554432000 1073741824 1073778376 140733950089872 139933924706856 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24713/tid=24722] ppid=24711 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24713/task/24722/stat : 24722 (java) S 24711 24713 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342847391 12137111552 225578 33554432000 1073741824 1073778376 140733950089872 139933923653800 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24713/tid=24723] ppid=24711 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24713/task/24723/stat : 24723 (java) S 24711 24713 24098 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 342847391 12137111552 225578 33554432000 1073741824 1073778376 140733950089872 139933922601256 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24713/tid=24724] ppid=24711 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24713/task/24724/stat : 24724 (java) S 24711 24713 24098 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 342847392 12137111552 225578 33554432000 1073741824 1073778376 140733950089872 139933910403944 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24713/tid=24725] ppid=24711 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24713/task/24725/stat : 24725 (java) S 24711 24713 24098 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 342847392 12137111552 225578 33554432000 1073741824 1073778376 140733950089872 139933909350264 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24713/tid=24726] ppid=24711 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24713/task/24726/stat : 24726 (java) S 24711 24713 24098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342847392 12137111552 225578 33554432000 1073741824 1073778376 140733950089872 139933908297096 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24713/tid=24727] ppid=24711 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24713/task/24727/stat : 24727 (java) S 24711 24713 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342847395 12137111552 225578 33554432000 1073741824 1073778376 140733950089872 139933907245840 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24713/tid=24728] ppid=24711 vsize=11852648 CPUtime=0.77 cores=0,2,4,6
/proc/24713/task/24728/stat : 24728 (java) S 24711 24713 24098 0 -1 4202560 3493 0 0 0 77 0 0 0 20 0 22 0 342847395 12137111552 225578 33554432000 1073741824 1073778376 140733950089872 139933906192696 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24713/tid=24729] ppid=24711 vsize=11852648 CPUtime=0.72 cores=0,2,4,6
/proc/24713/task/24729/stat : 24729 (java) S 24711 24713 24098 0 -1 4202560 3255 0 0 0 72 0 0 0 20 0 22 0 342847395 12137111552 225578 33554432000 1073741824 1073778376 140733950089872 139933905140152 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24713/tid=24730] ppid=24711 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24713/task/24730/stat : 24730 (java) S 24711 24713 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342847395 12137111552 225578 33554432000 1073741824 1073778376 140733950089872 139933904087288 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24713/tid=24731] ppid=24711 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24713/task/24731/stat : 24731 (java) S 24711 24713 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342847395 12137111552 225578 33554432000 1073741824 1073778376 140733950089872 139933903034952 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24713/tid=24732] ppid=24711 vsize=11852648 CPUtime=2.41 cores=0,2,4,6
/proc/24713/task/24732/stat : 24732 (java) R 24711 24713 24098 0 -1 4202560 32 0 0 0 241 0 0 0 20 0 22 0 342847454 12137111552 225578 33554432000 1073741824 1073778376 140733950089872 139933901921576 139934145742557 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24713/tid=24733] ppid=24711 vsize=11852648 CPUtime=2.39 cores=0,2,4,6
/proc/24713/task/24733/stat : 24733 (java) R 24711 24713 24098 0 -1 4202560 405 0 0 0 228 11 0 0 20 0 22 0 342847454 12137111552 225578 33554432000 1073741824 1073778376 140733950089872 139933900868752 139934145823448 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=24713/tid=24734] ppid=24711 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24713/task/24734/stat : 24734 (java) S 24711 24713 24098 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342847457 12137111552 225578 33554432000 1073741824 1073778376 140733950089872 139933899818280 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24713/tid=24735] ppid=24711 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24713/task/24735/stat : 24735 (java) S 24711 24713 24098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342847457 12137111552 225578 33554432000 1073741824 1073778376 140733950089872 139933898765736 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.02
Current children cumulated vsize (KiB) 11852648

[startup+6.30076 s]
/proc/loadavg: 4.10 4.02 3.92 5/219 24735
/proc/meminfo: memFree=25944704/32873844 swapFree=7632/7632
[pid=24713] ppid=24711 vsize=11852648 CPUtime=13.47 cores=0,2,4,6
/proc/24713/stat : 24713 (java) S 24711 24713 24098 0 -1 4202496 12084 0 1 0 1320 27 0 0 20 0 22 0 342847388 12137111552 314600 33554432000 1073741824 1073778376 140733950089872 140733950081008 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24713/statm: 2963162 314600 2290 9 0 2953849 0
[pid=24713/tid=24715] ppid=24711 vsize=11852648 CPUtime=0.63 cores=0,2,4,6
/proc/24713/task/24715/stat : 24715 (java) S 24711 24713 24098 0 -1 4202560 3443 0 1 0 59 4 0 0 20 0 22 0 342847389 12137111552 314600 33554432000 1073741824 1073778376 140733950089872 139934295889048 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24713/tid=24716] ppid=24711 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24713/task/24716/stat : 24716 (java) S 24711 24713 24098 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 342847391 12137111552 314600 33554432000 1073741824 1073778376 140733950089872 139934264298408 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24713/tid=24717] ppid=24711 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24713/task/24717/stat : 24717 (java) S 24711 24713 24098 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 342847391 12137111552 314600 33554432000 1073741824 1073778376 140733950089872 139934131260456 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24713/tid=24718] ppid=24711 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24713/task/24718/stat : 24718 (java) S 24711 24713 24098 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342847391 12137111552 314600 33554432000 1073741824 1073778376 140733950089872 139934130207400 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24713/tid=24719] ppid=24711 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24713/task/24719/stat : 24719 (java) S 24711 24713 24098 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 342847391 12137111552 314600 33554432000 1073741824 1073778376 140733950089872 139933926812456 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24713/tid=24720] ppid=24711 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24713/task/24720/stat : 24720 (java) S 24711 24713 24098 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 342847391 12137111552 314600 33554432000 1073741824 1073778376 140733950089872 139933925759400 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24713/tid=24721] ppid=24711 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24713/task/24721/stat : 24721 (java) S 24711 24713 24098 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342847391 12137111552 314600 33554432000 1073741824 1073778376 140733950089872 139933924706856 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24713/tid=24722] ppid=24711 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24713/task/24722/stat : 24722 (java) S 24711 24713 24098 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 342847391 12137111552 314600 33554432000 1073741824 1073778376 140733950089872 139933923653800 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24713/tid=24723] ppid=24711 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24713/task/24723/stat : 24723 (java) S 24711 24713 24098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342847391 12137111552 314600 33554432000 1073741824 1073778376 140733950089872 139933922601256 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24713/tid=24724] ppid=24711 vsize=11852648 CPUtime=0.05 cores=0,2,4,6
/proc/24713/task/24724/stat : 24724 (java) S 24711 24713 24098 0 -1 4202560 40 0 0 0 5 0 0 0 20 0 22 0 342847392 12137111552 314600 33554432000 1073741824 1073778376 140733950089872 139933910403944 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24713/tid=24725] ppid=24711 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24713/task/24725/stat : 24725 (java) S 24711 24713 24098 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342847392 12137111552 314600 33554432000 1073741824 1073778376 140733950089872 139933909350264 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24713/tid=24726] ppid=24711 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24713/task/24726/stat : 24726 (java) S 24711 24713 24098 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342847392 12137111552 314600 33554432000 1073741824 1073778376 140733950089872 139933908297096 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24713/tid=24727] ppid=24711 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24713/task/24727/stat : 24727 (java) S 24711 24713 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342847395 12137111552 314600 33554432000 1073741824 1073778376 140733950089872 139933907245840 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24713/tid=24728] ppid=24711 vsize=11852648 CPUtime=0.86 cores=0,2,4,6
/proc/24713/task/24728/stat : 24728 (java) S 24711 24713 24098 0 -1 4202560 3494 0 0 0 86 0 0 0 20 0 22 0 342847395 12137111552 314600 33554432000 1073741824 1073778376 140733950089872 139933906192696 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0

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

/proc/24713/statm: 2963162 952547 2290 9 0 2953849 0
[pid=24713/tid=24715] ppid=24711 vsize=11852648 CPUtime=0.66 cores=0,2,4,6
/proc/24713/task/24715/stat : 24715 (java) S 24711 24713 24098 0 -1 4202560 3476 0 1 0 61 5 0 0 20 0 22 0 342847389 12137111552 952547 33554432000 1073741824 1073778376 140733950089872 139934295889048 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24713/tid=24716] ppid=24711 vsize=11852648 CPUtime=1.1 cores=0,2,4,6
/proc/24713/task/24716/stat : 24716 (java) S 24711 24713 24098 0 -1 4202560 150 0 0 0 102 8 0 0 20 0 22 0 342847391 12137111552 952547 33554432000 1073741824 1073778376 140733950089872 139934264298408 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24713/tid=24717] ppid=24711 vsize=11852648 CPUtime=0.99 cores=0,2,4,6
/proc/24713/task/24717/stat : 24717 (java) S 24711 24713 24098 0 -1 4202560 113 0 0 0 92 7 0 0 20 0 22 0 342847391 12137111552 952547 33554432000 1073741824 1073778376 140733950089872 139934131260456 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24713/tid=24718] ppid=24711 vsize=11852648 CPUtime=0.88 cores=0,2,4,6
/proc/24713/task/24718/stat : 24718 (java) S 24711 24713 24098 0 -1 4202560 115 0 0 0 82 6 0 0 20 0 22 0 342847391 12137111552 952547 33554432000 1073741824 1073778376 140733950089872 139934130207400 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24713/tid=24719] ppid=24711 vsize=11852648 CPUtime=1.04 cores=0,2,4,6
/proc/24713/task/24719/stat : 24719 (java) S 24711 24713 24098 0 -1 4202560 161 0 0 0 98 6 0 0 20 0 22 0 342847391 12137111552 952547 33554432000 1073741824 1073778376 140733950089872 139933926812456 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24713/tid=24720] ppid=24711 vsize=11852648 CPUtime=1.1 cores=0,2,4,6
/proc/24713/task/24720/stat : 24720 (java) S 24711 24713 24098 0 -1 4202560 141 0 0 0 102 8 0 0 20 0 22 0 342847391 12137111552 952547 33554432000 1073741824 1073778376 140733950089872 139933925759400 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24713/tid=24721] ppid=24711 vsize=11852648 CPUtime=0.95 cores=0,2,4,6
/proc/24713/task/24721/stat : 24721 (java) S 24711 24713 24098 0 -1 4202560 134 0 0 0 87 8 0 0 20 0 22 0 342847391 12137111552 952547 33554432000 1073741824 1073778376 140733950089872 139933924706856 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24713/tid=24722] ppid=24711 vsize=11852648 CPUtime=1.01 cores=0,2,4,6
/proc/24713/task/24722/stat : 24722 (java) S 24711 24713 24098 0 -1 4202560 124 0 0 0 95 6 0 0 20 0 22 0 342847391 12137111552 952547 33554432000 1073741824 1073778376 140733950089872 139933923653800 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24713/tid=24723] ppid=24711 vsize=11852648 CPUtime=1.03 cores=0,2,4,6
/proc/24713/task/24723/stat : 24723 (java) S 24711 24713 24098 0 -1 4202560 164 0 0 0 94 9 0 0 20 0 22 0 342847391 12137111552 952547 33554432000 1073741824 1073778376 140733950089872 139933922601256 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24713/tid=24724] ppid=24711 vsize=11852648 CPUtime=15.36 cores=0,2,4,6
/proc/24713/task/24724/stat : 24724 (java) S 24711 24713 24098 0 -1 4202560 161 0 0 0 1530 6 0 0 20 0 22 0 342847392 12137111552 952547 33554432000 1073741824 1073778376 140733950089872 139933910403944 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24713/tid=24725] ppid=24711 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24713/task/24725/stat : 24725 (java) S 24711 24713 24098 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342847392 12137111552 952547 33554432000 1073741824 1073778376 140733950089872 139933909350264 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24713/tid=24726] ppid=24711 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24713/task/24726/stat : 24726 (java) S 24711 24713 24098 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342847392 12137111552 952547 33554432000 1073741824 1073778376 140733950089872 139933908297096 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24713/tid=24727] ppid=24711 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24713/task/24727/stat : 24727 (java) S 24711 24713 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342847395 12137111552 952547 33554432000 1073741824 1073778376 140733950089872 139933907245840 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24713/tid=24728] ppid=24711 vsize=11852648 CPUtime=0.95 cores=0,2,4,6
/proc/24713/task/24728/stat : 24728 (java) S 24711 24713 24098 0 -1 4202560 3497 0 0 0 95 0 0 0 20 0 22 0 342847395 12137111552 952547 33554432000 1073741824 1073778376 140733950089872 139933906192696 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24713/tid=24729] ppid=24711 vsize=11852648 CPUtime=1.32 cores=0,2,4,6
/proc/24713/task/24729/stat : 24729 (java) S 24711 24713 24098 0 -1 4202560 8929 0 0 0 130 2 0 0 20 0 22 0 342847395 12137111552 952547 33554432000 1073741824 1073778376 140733950089872 139933905140152 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24713/tid=24730] ppid=24711 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24713/task/24730/stat : 24730 (java) S 24711 24713 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342847395 12137111552 952547 33554432000 1073741824 1073778376 140733950089872 139933904087288 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24713/tid=24731] ppid=24711 vsize=11852648 CPUtime=0.28 cores=0,2,4,6
/proc/24713/task/24731/stat : 24731 (java) S 24711 24713 24098 0 -1 4202560 46 0 0 0 10 18 0 0 20 0 22 0 342847395 12137111552 952547 33554432000 1073741824 1073778376 140733950089872 139933903034952 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24713/tid=24732] ppid=24711 vsize=11852648 CPUtime=801.82 cores=0,2,4,6
/proc/24713/task/24732/stat : 24732 (java) R 24711 24713 24098 0 -1 4202560 74 0 0 0 80169 13 0 0 20 0 22 0 342847454 12137111552 952547 33554432000 1073741824 1073778376 140733950089872 139933901923152 139934145624412 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24713/tid=24733] ppid=24711 vsize=11852648 CPUtime=801.71 cores=0,2,4,6
/proc/24713/task/24733/stat : 24733 (java) R 24711 24713 24098 0 -1 4202560 1605 0 0 0 80098 73 0 0 20 0 22 0 342847454 12137111552 952547 33554432000 1073741824 1073778376 140733950089872 139933900868416 139934145885248 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24713/tid=24734] ppid=24711 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24713/task/24734/stat : 24734 (java) S 24711 24713 24098 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342847457 12137111552 952547 33554432000 1073741824 1073778376 140733950089872 139933899818280 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24713/tid=24735] ppid=24711 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24713/task/24735/stat : 24735 (java) S 24711 24713 24098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342847457 12137111552 952547 33554432000 1073741824 1073778376 140733950089872 139933898765736 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1634.33
Current children cumulated vsize (KiB) 11852648

[startup+882.301 s]
/proc/loadavg: 4.06 3.99 3.93 5/220 24767
/proc/meminfo: memFree=20619116/32873844 swapFree=7632/7632
[pid=24713] ppid=24711 vsize=11852648 CPUtime=1753.04 cores=0,2,4,6
/proc/24713/stat : 24713 (java) S 24711 24713 24098 0 -1 4202496 20105 0 1 0 175157 147 0 0 20 0 22 0 342847388 12137111552 952562 33554432000 1073741824 1073778376 140733950089872 140733950081008 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24713/statm: 2963162 952562 2291 9 0 2953849 0
[pid=24713/tid=24715] ppid=24711 vsize=11852648 CPUtime=0.67 cores=0,2,4,6
/proc/24713/task/24715/stat : 24715 (java) S 24711 24713 24098 0 -1 4202560 3478 0 1 0 61 6 0 0 20 0 22 0 342847389 12137111552 952562 33554432000 1073741824 1073778376 140733950089872 139934295889048 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24713/tid=24716] ppid=24711 vsize=11852648 CPUtime=1.13 cores=0,2,4,6
/proc/24713/task/24716/stat : 24716 (java) S 24711 24713 24098 0 -1 4202560 150 0 0 0 105 8 0 0 20 0 22 0 342847391 12137111552 952562 33554432000 1073741824 1073778376 140733950089872 139934264298408 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24713/tid=24717] ppid=24711 vsize=11852648 CPUtime=1.03 cores=0,2,4,6
/proc/24713/task/24717/stat : 24717 (java) S 24711 24713 24098 0 -1 4202560 114 0 0 0 96 7 0 0 20 0 22 0 342847391 12137111552 952562 33554432000 1073741824 1073778376 140733950089872 139934131260456 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24713/tid=24718] ppid=24711 vsize=11852648 CPUtime=0.92 cores=0,2,4,6
/proc/24713/task/24718/stat : 24718 (java) S 24711 24713 24098 0 -1 4202560 117 0 0 0 86 6 0 0 20 0 22 0 342847391 12137111552 952562 33554432000 1073741824 1073778376 140733950089872 139934130207400 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24713/tid=24719] ppid=24711 vsize=11852648 CPUtime=1.1 cores=0,2,4,6
/proc/24713/task/24719/stat : 24719 (java) S 24711 24713 24098 0 -1 4202560 164 0 0 0 104 6 0 0 20 0 22 0 342847391 12137111552 952562 33554432000 1073741824 1073778376 140733950089872 139933926812456 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24713/tid=24720] ppid=24711 vsize=11852648 CPUtime=1.2 cores=0,2,4,6
/proc/24713/task/24720/stat : 24720 (java) S 24711 24713 24098 0 -1 4202560 144 0 0 0 112 8 0 0 20 0 22 0 342847391 12137111552 952562 33554432000 1073741824 1073778376 140733950089872 139933925759400 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24713/tid=24721] ppid=24711 vsize=11852648 CPUtime=0.98 cores=0,2,4,6
/proc/24713/task/24721/stat : 24721 (java) S 24711 24713 24098 0 -1 4202560 137 0 0 0 90 8 0 0 20 0 22 0 342847391 12137111552 952562 33554432000 1073741824 1073778376 140733950089872 139933924706856 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24713/tid=24722] ppid=24711 vsize=11852648 CPUtime=1.05 cores=0,2,4,6
/proc/24713/task/24722/stat : 24722 (java) S 24711 24713 24098 0 -1 4202560 124 0 0 0 99 6 0 0 20 0 22 0 342847391 12137111552 952562 33554432000 1073741824 1073778376 140733950089872 139933923653800 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24713/tid=24723] ppid=24711 vsize=11852648 CPUtime=1.08 cores=0,2,4,6
/proc/24713/task/24723/stat : 24723 (java) S 24711 24713 24098 0 -1 4202560 166 0 0 0 99 9 0 0 20 0 22 0 342847391 12137111552 952562 33554432000 1073741824 1073778376 140733950089872 139933922601256 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24713/tid=24724] ppid=24711 vsize=11852648 CPUtime=16.85 cores=0,2,4,6
/proc/24713/task/24724/stat : 24724 (java) S 24711 24713 24098 0 -1 4202560 165 0 0 0 1678 7 0 0 20 0 22 0 342847392 12137111552 952562 33554432000 1073741824 1073778376 140733950089872 139933910403944 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24713/tid=24725] ppid=24711 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24713/task/24725/stat : 24725 (java) S 24711 24713 24098 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342847392 12137111552 952562 33554432000 1073741824 1073778376 140733950089872 139933909350264 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24713/tid=24726] ppid=24711 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24713/task/24726/stat : 24726 (java) S 24711 24713 24098 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342847392 12137111552 952562 33554432000 1073741824 1073778376 140733950089872 139933908297096 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24713/tid=24727] ppid=24711 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24713/task/24727/stat : 24727 (java) S 24711 24713 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342847395 12137111552 952562 33554432000 1073741824 1073778376 140733950089872 139933907245840 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24713/tid=24728] ppid=24711 vsize=11852648 CPUtime=0.95 cores=0,2,4,6
/proc/24713/task/24728/stat : 24728 (java) S 24711 24713 24098 0 -1 4202560 3497 0 0 0 95 0 0 0 20 0 22 0 342847395 12137111552 952562 33554432000 1073741824 1073778376 140733950089872 139933906192696 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24713/tid=24729] ppid=24711 vsize=11852648 CPUtime=1.34 cores=0,2,4,6
/proc/24713/task/24729/stat : 24729 (java) S 24711 24713 24098 0 -1 4202560 8932 0 0 0 132 2 0 0 20 0 22 0 342847395 12137111552 952562 33554432000 1073741824 1073778376 140733950089872 139933905140152 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24713/tid=24730] ppid=24711 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24713/task/24730/stat : 24730 (java) S 24711 24713 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342847395 12137111552 952562 33554432000 1073741824 1073778376 140733950089872 139933904087288 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24713/tid=24731] ppid=24711 vsize=11852648 CPUtime=0.3 cores=0,2,4,6
/proc/24713/task/24731/stat : 24731 (java) S 24711 24713 24098 0 -1 4202560 50 0 0 0 12 18 0 0 20 0 22 0 342847395 12137111552 952562 33554432000 1073741824 1073778376 140733950089872 139933903034952 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24713/tid=24732] ppid=24711 vsize=11852648 CPUtime=860.08 cores=0,2,4,6
/proc/24713/task/24732/stat : 24732 (java) R 24711 24713 24098 0 -1 4202560 74 0 0 0 85994 14 0 0 20 0 22 0 342847454 12137111552 952562 33554432000 1073741824 1073778376 140733950089872 139933901923152 139934145697896 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24713/tid=24733] ppid=24711 vsize=11852648 CPUtime=859.95 cores=0,2,4,6
/proc/24713/task/24733/stat : 24733 (java) R 24711 24713 24098 0 -1 4202560 1605 0 0 0 85921 74 0 0 20 0 22 0 342847454 12137111552 952562 33554432000 1073741824 1073778376 140733950089872 139933900868752 139934145885434 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24713/tid=24734] ppid=24711 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24713/task/24734/stat : 24734 (java) S 24711 24713 24098 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342847457 12137111552 952562 33554432000 1073741824 1073778376 140733950089872 139933899818280 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24713/tid=24735] ppid=24711 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24713/task/24735/stat : 24735 (java) S 24711 24713 24098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342847457 12137111552 952562 33554432000 1073741824 1073778376 140733950089872 139933898765736 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1753.04
Current children cumulated vsize (KiB) 11852648



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+906.201 s]
/proc/loadavg: 3.88 3.96 3.92 5/219 24829
/proc/meminfo: memFree=23753652/32873844 swapFree=7632/7632
[pid=24713] ppid=24711 vsize=11852648 CPUtime=1800.07 cores=0,2,4,6
/proc/24713/stat : 24713 (java) S 24711 24713 24098 0 -1 4202496 20119 0 1 0 179860 147 0 0 20 0 22 0 342847388 12137111552 952570 33554432000 1073741824 1073778376 140733950089872 140733950081008 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24713/statm: 2963162 952570 2291 9 0 2953849 0
[pid=24713/tid=24715] ppid=24711 vsize=11852648 CPUtime=0.67 cores=0,2,4,6
/proc/24713/task/24715/stat : 24715 (java) S 24711 24713 24098 0 -1 4202560 3480 0 1 0 61 6 0 0 20 0 22 0 342847389 12137111552 952570 33554432000 1073741824 1073778376 140733950089872 139934295889048 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24713/tid=24716] ppid=24711 vsize=11852648 CPUtime=1.15 cores=0,2,4,6
/proc/24713/task/24716/stat : 24716 (java) S 24711 24713 24098 0 -1 4202560 150 0 0 0 107 8 0 0 20 0 22 0 342847391 12137111552 952570 33554432000 1073741824 1073778376 140733950089872 139934264298408 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24713/tid=24717] ppid=24711 vsize=11852648 CPUtime=1.08 cores=0,2,4,6
/proc/24713/task/24717/stat : 24717 (java) S 24711 24713 24098 0 -1 4202560 116 0 0 0 101 7 0 0 20 0 22 0 342847391 12137111552 952570 33554432000 1073741824 1073778376 140733950089872 139934131260456 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24713/tid=24718] ppid=24711 vsize=11852648 CPUtime=0.97 cores=0,2,4,6
/proc/24713/task/24718/stat : 24718 (java) S 24711 24713 24098 0 -1 4202560 118 0 0 0 91 6 0 0 20 0 22 0 342847391 12137111552 952570 33554432000 1073741824 1073778376 140733950089872 139934130207400 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24713/tid=24719] ppid=24711 vsize=11852648 CPUtime=1.12 cores=0,2,4,6
/proc/24713/task/24719/stat : 24719 (java) S 24711 24713 24098 0 -1 4202560 165 0 0 0 106 6 0 0 20 0 22 0 342847391 12137111552 952570 33554432000 1073741824 1073778376 140733950089872 139933926812456 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24713/tid=24720] ppid=24711 vsize=11852648 CPUtime=1.23 cores=0,2,4,6
/proc/24713/task/24720/stat : 24720 (java) S 24711 24713 24098 0 -1 4202560 145 0 0 0 115 8 0 0 20 0 22 0 342847391 12137111552 952570 33554432000 1073741824 1073778376 140733950089872 139933925759400 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24713/tid=24721] ppid=24711 vsize=11852648 CPUtime=1.01 cores=0,2,4,6
/proc/24713/task/24721/stat : 24721 (java) S 24711 24713 24098 0 -1 4202560 138 0 0 0 93 8 0 0 20 0 22 0 342847391 12137111552 952570 33554432000 1073741824 1073778376 140733950089872 139933924706856 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24713/tid=24722] ppid=24711 vsize=11852648 CPUtime=1.09 cores=0,2,4,6
/proc/24713/task/24722/stat : 24722 (java) S 24711 24713 24098 0 -1 4202560 126 0 0 0 103 6 0 0 20 0 22 0 342847391 12137111552 952570 33554432000 1073741824 1073778376 140733950089872 139933923653800 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24713/tid=24723] ppid=24711 vsize=11852648 CPUtime=1.1 cores=0,2,4,6
/proc/24713/task/24723/stat : 24723 (java) S 24711 24713 24098 0 -1 4202560 166 0 0 0 101 9 0 0 20 0 22 0 342847391 12137111552 952570 33554432000 1073741824 1073778376 140733950089872 139933922601256 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24713/tid=24724] ppid=24711 vsize=11852648 CPUtime=17.74 cores=0,2,4,6
/proc/24713/task/24724/stat : 24724 (java) S 24711 24713 24098 0 -1 4202560 167 0 0 0 1767 7 0 0 20 0 22 0 342847392 12137111552 952570 33554432000 1073741824 1073778376 140733950089872 139933910403944 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24713/tid=24725] ppid=24711 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24713/task/24725/stat : 24725 (java) S 24711 24713 24098 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342847392 12137111552 952570 33554432000 1073741824 1073778376 140733950089872 139933909350264 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24713/tid=24726] ppid=24711 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24713/task/24726/stat : 24726 (java) S 24711 24713 24098 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342847392 12137111552 952570 33554432000 1073741824 1073778376 140733950089872 139933908297096 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24713/tid=24727] ppid=24711 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24713/task/24727/stat : 24727 (java) S 24711 24713 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342847395 12137111552 952570 33554432000 1073741824 1073778376 140733950089872 139933907245840 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24713/tid=24728] ppid=24711 vsize=11852648 CPUtime=0.95 cores=0,2,4,6
/proc/24713/task/24728/stat : 24728 (java) S 24711 24713 24098 0 -1 4202560 3497 0 0 0 95 0 0 0 20 0 22 0 342847395 12137111552 952570 33554432000 1073741824 1073778376 140733950089872 139933906192696 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24713/tid=24729] ppid=24711 vsize=11852648 CPUtime=1.34 cores=0,2,4,6
/proc/24713/task/24729/stat : 24729 (java) S 24711 24713 24098 0 -1 4202560 8932 0 0 0 132 2 0 0 20 0 22 0 342847395 12137111552 952570 33554432000 1073741824 1073778376 140733950089872 139933905140152 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24713/tid=24730] ppid=24711 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24713/task/24730/stat : 24730 (java) S 24711 24713 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342847395 12137111552 952570 33554432000 1073741824 1073778376 140733950089872 139933904087288 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24713/tid=24731] ppid=24711 vsize=11852648 CPUtime=0.31 cores=0,2,4,6
/proc/24713/task/24731/stat : 24731 (java) S 24711 24713 24098 0 -1 4202560 52 0 0 0 12 19 0 0 20 0 22 0 342847395 12137111552 952570 33554432000 1073741824 1073778376 140733950089872 139933903034952 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24713/tid=24732] ppid=24711 vsize=11852648 CPUtime=882.96 cores=0,2,4,6
/proc/24713/task/24732/stat : 24732 (java) R 24711 24713 24098 0 -1 4202560 74 0 0 0 88282 14 0 0 20 0 22 0 342847454 12137111552 952570 33554432000 1073741824 1073778376 140733950089872 139933901923152 139934145624168 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24713/tid=24733] ppid=24711 vsize=11852648 CPUtime=882.83 cores=0,2,4,6
/proc/24713/task/24733/stat : 24733 (java) R 24711 24713 24098 0 -1 4202560 1605 0 0 0 88208 75 0 0 20 0 22 0 342847454 12137111552 952570 33554432000 1073741824 1073778376 140733950089872 139933900868832 139934146000326 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24713/tid=24734] ppid=24711 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24713/task/24734/stat : 24734 (java) S 24711 24713 24098 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342847457 12137111552 952570 33554432000 1073741824 1073778376 140733950089872 139933899818280 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24713/tid=24735] ppid=24711 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24713/task/24735/stat : 24735 (java) S 24711 24713 24098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342847457 12137111552 952570 33554432000 1073741824 1073778376 140733950089872 139933898765736 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
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 24713 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=29266
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=980698
# CPU time returned by wait4() is 1796.01
# while last known CPU time is 1800.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 906.275
CPU time (s): 1800.07
CPU user time (s): 1798.6
CPU system time (s): 1.47
CPU usage (%): 198.623
Max. virtual memory (cumulated for all children) (KiB): 11852648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.03
system time used= 1.9807
maximum resident set size= 3812456
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20154
page faults= 1
swaps= 0
block input operations= 0
block output operations= 976
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23775
involuntary context switches= 24587

runsolver used 3.11153 second user time and 7.93379 second system time

The end

Launcher Data

Begin job on node141 at 2012-06-04 01:47:11
IDJOB=3742448
IDBENCH=90186
IDSOLVER=2328
FILE ID=node141/3742448-1338767231
RUNJOBID= node141-1338763554-24114
PBS_JOBID= 14636812
Free space on /tmp= 70720 MiB

SOLVER NAME= PB11: Sat4j Res//CP 2.3.0
BENCH NAME= PB12/normalized-PB12/DEC-SMALLINT-LIN/sroussel/ShortestPathNG/normalized-NG_K180.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3742448-1338767231/watcher-3742448-1338767231 -o /tmp/evaluation-result-3742448-1338767231/solver-3742448-1338767231 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3742448-1338767231.opb

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

MD5SUM BENCH= f1881d1e83243719865906bde58f94f2
RANDOM SEED=125831372

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27265388 kB
Buffers:          434488 kB
Cached:          3266364 kB
SwapCached:          216 kB
Active:          2264716 kB
Inactive:        2423140 kB
Active(anon):     978100 kB
Inactive(anon):    11288 kB
Active(file):    1286616 kB
Inactive(file):  2411852 kB
Unevictable:        7632 kB
Mlocked:            7632 kB
SwapTotal:      67108856 kB
SwapFree:       67108640 kB
Dirty:              3992 kB
Writeback:             8 kB
AnonPages:       1008700 kB
Mapped:            18916 kB
Shmem:               172 kB
Slab:             742532 kB
SReclaimable:     184192 kB
SUnreclaim:       558340 kB
KernelStack:        1640 kB
PageTables:         6292 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:   10457580 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    952320 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= 70720 MiB
End job on node141 at 2012-06-04 02:02:19