Trace number 3742461

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.09 907.266

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K160.opb
MD5SUM4be3ef5c0a6baf670611a9fd5e5deae8
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 variables19040
Total number of constraints19362
Number of constraints which are clauses19202
Number of constraints which are cardinality constraints (but not clauses)160
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint160
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 161
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.07/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.07/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.10	c See www.sat4j.org for details.
0.07/0.10	c version 2.3.1.v20110525
0.07/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.10	c java.vm.version	19.1-b02
0.07/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.10	c sun.arch.data.model	64
0.07/0.10	c java.version		1.6.0_24
0.07/0.10	c os.name		Linux
0.07/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.10	c os.arch		amd64
0.07/0.10	c Free memory 		9996466904
0.07/0.10	c Max memory 		10048897024
0.07/0.10	c Total memory 		10048897024
0.07/0.10	c Number of processors 	8
0.07/0.13	c Pseudo Boolean Optimization
0.07/0.13	c ManyCore solver with 2 solvers running in parallel
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5495fd19
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.13	c Expensive reason simplification
0.07/0.13	c Armin Biere (Picosat) restarts strategy
0.07/0.13	c Glucose learned constraints deletion strategy
0.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c --- End Solver configuration ---
0.07/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ae94e92
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.07/0.13	c No reason simplification
0.07/0.13	c Armin Biere (Picosat) restarts strategy
0.07/0.13	c Glucose learned constraints deletion strategy
0.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c --- End Solver configuration ---
0.07/0.13	c solving HOME/instance-3742461-1338768134.opb
0.07/0.13	c reading problem ... 
1.19/0.63	c ... done. Wall clock time 0.504s.
1.19/0.63	c #vars     19040
1.19/0.63	c #constraints  19362
1.19/0.63	c constraints type 
1.19/0.63	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 17133
1.19/0.63	c org.sat4j.minisat.constraints.card.MinWatchCard => 160
1.19/0.63	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2067
1.19/0.63	c constraints type 
1.19/0.63	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2067
1.19/0.63	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 17133
1.19/0.63	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 160
8.40/3.52	c cleaning 2474 clauses out of 4992 with flag 5002/5002
15.21/6.68	c cleaning 4192 clauses out of 8514 with flag 11000/11000
22.98/10.58	c cleaning 5567 clauses out of 11314 with flag 18000/18000
31.79/14.90	c cleaning 6696 clauses out of 13743 with flag 26001/26001
41.35/19.76	c cleaning 7804 clauses out of 16045 with flag 35000/35000
53.33/25.75	c cleaning 8829 clauses out of 18233 with flag 45001/45001
65.07/31.67	c cleaning 9889 clauses out of 20399 with flag 56000/56000
79.98/39.17	c cleaning 11030 clauses out of 22501 with flag 68001/68001
94.28/46.33	c cleaning 11829 clauses out of 24466 with flag 81000/81000
110.82/54.68	c cleaning 13183 clauses out of 26636 with flag 95000/95000
128.73/63.69	c cleaning 13969 clauses out of 28454 with flag 110001/110001
147.48/73.04	c cleaning 14897 clauses out of 30482 with flag 126000/126000
166.73/82.78	c cleaning 15941 clauses out of 32585 with flag 143001/143001
190.05/94.47	c cleaning 16973 clauses out of 34635 with flag 161000/161000
214.00/106.43	c cleaning 17936 clauses out of 36662 with flag 180001/180001
242.71/120.90	c cleaning 18998 clauses out of 38724 with flag 200001/200001
266.97/133.00	c cleaning 19573 clauses out of 39722 with flag 220000/220000
293.26/146.22	c cleaning 19688 clauses out of 40150 with flag 240001/240001
320.14/159.76	c cleaning 19818 clauses out of 40461 with flag 260000/260000
345.42/172.45	c cleaning 20022 clauses out of 40643 with flag 280000/280000
372.84/186.22	c cleaning 19583 clauses out of 40623 with flag 300002/300002
400.56/200.14	c cleaning 18982 clauses out of 41037 with flag 320000/320000
437.86/218.83	c cleaning 19213 clauses out of 42055 with flag 340000/340000
460.74/230.39	c cleaning 18941 clauses out of 42841 with flag 360000/360000
484.26/242.26	c cleaning 18530 clauses out of 43900 with flag 380000/380000
515.86/258.15	c cleaning 18169 clauses out of 45363 with flag 400002/400002
542.50/271.58	c cleaning 18789 clauses out of 47190 with flag 420001/420001
581.54/291.19	c cleaning 19449 clauses out of 48396 with flag 440000/440000
609.58/305.33	c cleaning 18378 clauses out of 48945 with flag 460000/460000
640.17/320.78	c cleaning 18727 clauses out of 50569 with flag 480002/480002
674.04/337.71	c cleaning 18952 clauses out of 51841 with flag 500001/500001
680.03/340.81	c cleaning 0 clauses out of 5000 with flag 0/5000
720.09/360.98	c cleaning 19246 clauses out of 52889 with flag 520001/520001
772.52/387.24	c cleaning 19140 clauses out of 53643 with flag 540002/540002
840.44/421.26	c cleaning 18817 clauses out of 54502 with flag 560001/560001
879.37/440.83	c cleaning 20040 clauses out of 55685 with flag 580002/580002
905.96/454.36	c cleaning 18818 clauses out of 55643 with flag 600000/600000
932.11/467.51	c cleaning 18897 clauses out of 56825 with flag 620001/620001
961.92/482.52	c cleaning 18748 clauses out of 57927 with flag 640000/640000
992.81/498.16	c cleaning 18616 clauses out of 59177 with flag 660000/660000
1021.15/512.54	c cleaning 18880 clauses out of 60560 with flag 680000/680000
1056.23/530.29	c cleaning 18896 clauses out of 61680 with flag 700000/700000
1123.04/563.77	c cleaning 19549 clauses out of 62783 with flag 720001/720001
1163.54/584.16	c cleaning 18821 clauses out of 63225 with flag 740000/740000
1201.82/603.52	c cleaning 18937 clauses out of 64404 with flag 760000/760000
1228.10/616.83	c cleaning 18465 clauses out of 65467 with flag 780001/780001
1256.55/631.25	c cleaning 19359 clauses out of 67001 with flag 800000/800000
1281.63/643.94	c cleaning 18670 clauses out of 67636 with flag 820000/820000
1309.85/658.31	c cleaning 18732 clauses out of 68968 with flag 840002/840002
1336.10/671.60	c cleaning 18833 clauses out of 70235 with flag 860001/860001
1363.56/685.57	c cleaning 18659 clauses out of 71403 with flag 880002/880002
1389.62/698.79	c cleaning 18800 clauses out of 72742 with flag 900001/900001
1438.96/723.64	c cleaning 19048 clauses out of 73947 with flag 920006/920006
1471.91/740.22	c cleaning 18969 clauses out of 74893 with flag 940000/940000
1494.15/751.59	c cleaning 18692 clauses out of 75924 with flag 960000/960000
1517.43/763.36	c cleaning 18775 clauses out of 77233 with flag 980001/980001
1541.62/775.74	c cleaning 19266 clauses out of 78457 with flag 1000000/1000000
1564.03/787.11	c cleaning 18867 clauses out of 79194 with flag 1020003/1020003
1588.26/799.42	c cleaning 19016 clauses out of 80322 with flag 1040001/1040001
1617.16/814.09	c cleaning 18543 clauses out of 81306 with flag 1060002/1060002
1643.48/827.58	c cleaning 18962 clauses out of 82762 with flag 1080001/1080001
1672.33/842.15	c cleaning 18845 clauses out of 83800 with flag 1100001/1100001
1696.91/854.65	c cleaning 19160 clauses out of 84953 with flag 1120000/1120000
1728.07/870.43	c cleaning 18692 clauses out of 85791 with flag 1140000/1140000
1754.93/884.26	c cleaning 19084 clauses out of 87098 with flag 1160000/1160000
1782.74/898.30	c cleaning 19125 clauses out of 88015 with flag 1180001/1180001
1800.09/907.21	c starts		: 170
1800.09/907.21	c conflicts		: 1192755
1800.09/907.21	c decisions		: 37309209
1800.09/907.21	c propagations		: 908708636
1800.09/907.21	c inspects		: 1622205372
1800.09/907.21	c shortcuts		: 0
1800.09/907.21	c learnt literals	: 123
1800.09/907.21	c learnt binary clauses	: 59448
1800.09/907.21	c learnt ternary clauses	: 65721
1800.09/907.21	c learnt constraints	: 1192632
1800.09/907.21	c ignored constraints	: 0
1800.09/907.21	c root simplifications	: 0
1800.09/907.21	c removed literals (reason simplification)	: 10983271
1800.09/907.21	c reason swapping (by a shorter reason)	: 0
1800.09/907.21	c Calls to reduceDB	: 65
1800.09/907.21	c number of reductions to clauses (during analyze)	: 0
1800.09/907.21	c number of learned constraints concerned by reduction	: 0
1800.09/907.21	c number of learning phase by resolution	: 0
1800.09/907.21	c number of learning phase by cutting planes	: 0
1800.09/907.21	c speed (assignments/second)	: 1002348.5649363542
1800.09/907.21	c non guided choices	38832
1800.09/907.25	c learnt constraints type 
1800.09/907.25	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 59448
1800.09/907.25	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 22245
1800.09/907.25	c constraints type 
1800.09/907.25	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 17133
1800.09/907.25	c org.sat4j.minisat.constraints.card.MinWatchCard => 160
1800.09/907.25	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2067
1800.09/907.25	c constraints type 
1800.09/907.25	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2067
1800.09/907.25	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 17133
1800.09/907.25	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 160
1800.09/907.25	s UNKNOWN
1800.09/907.25	c Total wall clock time (in seconds): 907.121

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

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 3.88 3.96 3.92 4/197 24807
/proc/meminfo: memFree=24465640/32873844 swapFree=7632/7632
[pid=24807] ppid=24805 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/24807/stat : 24807 (java) D 24805 24807 24098 0 -1 4202496 248 0 0 0 0 0 0 0 20 0 1 0 342937728 9515008 183 33554432000 1073741824 1073778376 140737163531648 140737163522680 209883840181 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/24807/statm: 2323 183 140 9 0 71 0

[startup+0.020362 s]
/proc/loadavg: 3.88 3.96 3.92 4/197 24807
/proc/meminfo: memFree=24465640/32873844 swapFree=7632/7632
[pid=24807] ppid=24805 vsize=152584 CPUtime=0 cores=1,3,5,7
/proc/24807/stat : 24807 (java) S 24805 24807 24098 0 -1 4202496 1449 0 1 0 0 0 0 0 20 0 2 0 342937728 156246016 1130 33554432000 1073741824 1073778376 140736018986352 140736018977488 209887199293 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24807/statm: 38146 1130 865 9 0 29255 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 152584

[startup+0.100291 s]
/proc/loadavg: 3.88 3.96 3.92 4/197 24807
/proc/meminfo: memFree=24465640/32873844 swapFree=7632/7632
[pid=24807] ppid=24805 vsize=11586392 CPUtime=0.07 cores=1,3,5,7
/proc/24807/stat : 24807 (java) S 24805 24807 24098 0 -1 4202496 4196 0 1 0 6 1 0 0 20 0 18 0 342937728 11864465408 13070 33554432000 1073741824 1073778376 140736018986352 140736018977488 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24807/statm: 2896598 13073 1940 9 0 2887285 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 11586392

[startup+0.300296 s]
/proc/loadavg: 3.88 3.96 3.92 4/197 24807
/proc/meminfo: memFree=24465640/32873844 swapFree=7632/7632
[pid=24807] ppid=24805 vsize=11586392 CPUtime=0.54 cores=1,3,5,7
/proc/24807/stat : 24807 (java) S 24805 24807 24098 0 -1 4202496 7692 0 1 0 51 3 0 0 20 0 18 0 342937728 11864465408 18828 33554432000 1073741824 1073778376 140736018986352 140736018977488 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24807/statm: 2896598 18828 2224 9 0 2887285 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 11586392

[startup+0.700202 s]
/proc/loadavg: 3.88 3.96 3.92 4/197 24807
/proc/meminfo: memFree=24465640/32873844 swapFree=7632/7632
[pid=24807] ppid=24805 vsize=11852648 CPUtime=1.47 cores=1,3,5,7
/proc/24807/stat : 24807 (java) S 24805 24807 24098 0 -1 4202496 10139 0 1 0 141 6 0 0 20 0 22 0 342937728 12137111552 48055 33554432000 1073741824 1073778376 140736018986352 140736018977488 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24807/statm: 2963162 48055 2255 9 0 2953849 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 11852648

[startup+1.50089 s]
/proc/loadavg: 3.88 3.96 3.92 7/219 24829
/proc/meminfo: memFree=24264916/32873844 swapFree=7632/7632
[pid=24807] ppid=24805 vsize=11852648 CPUtime=4.19 cores=1,3,5,7
/proc/24807/stat : 24807 (java) S 24805 24807 24098 0 -1 4202496 20044 0 1 0 408 11 0 0 20 0 22 0 342937728 12137111552 88495 33554432000 1073741824 1073778376 140736018986352 140736018977488 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24807/statm: 2963162 88495 2263 9 0 2953849 0
[pid=24807/tid=24809] ppid=24805 vsize=11852648 CPUtime=0.6 cores=1,3,5,7
/proc/24807/task/24809/stat : 24809 (java) S 24805 24807 24098 0 -1 4202560 2923 0 1 0 56 4 0 0 20 0 22 0 342937729 12137111552 88495 33554432000 1073741824 1073778376 140736018986352 140277560730776 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24807/tid=24810] ppid=24805 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24807/task/24810/stat : 24810 (java) S 24805 24807 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342937732 12137111552 88495 33554432000 1073741824 1073778376 140736018986352 140277529139368 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24807/tid=24811] ppid=24805 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24807/task/24811/stat : 24811 (java) S 24805 24807 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342937732 12137111552 88495 33554432000 1073741824 1073778376 140736018986352 140277528086824 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24807/tid=24812] ppid=24805 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24807/task/24812/stat : 24812 (java) S 24805 24807 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342937732 12137111552 88495 33554432000 1073741824 1073778376 140736018986352 140277527034280 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24807/tid=24813] ppid=24805 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24807/task/24813/stat : 24813 (java) S 24805 24807 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342937732 12137111552 88495 33554432000 1073741824 1073778376 140736018986352 140277525981736 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24807/tid=24814] ppid=24805 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24807/task/24814/stat : 24814 (java) S 24805 24807 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342937732 12137111552 88495 33554432000 1073741824 1073778376 140736018986352 140277393099432 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24807/tid=24815] ppid=24805 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24807/task/24815/stat : 24815 (java) S 24805 24807 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342937732 12137111552 88495 33554432000 1073741824 1073778376 140736018986352 140277392046888 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24807/tid=24816] ppid=24805 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24807/task/24816/stat : 24816 (java) S 24805 24807 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342937732 12137111552 88495 33554432000 1073741824 1073778376 140736018986352 140277054434216 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24807/tid=24817] ppid=24805 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24807/task/24817/stat : 24817 (java) S 24805 24807 24098 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 342937732 12137111552 88495 33554432000 1073741824 1073778376 140736018986352 140277053381672 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24807/tid=24818] ppid=24805 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24807/task/24818/stat : 24818 (java) S 24805 24807 24098 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 342937733 12137111552 88495 33554432000 1073741824 1073778376 140736018986352 140277041182824 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24807/tid=24819] ppid=24805 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24807/task/24819/stat : 24819 (java) S 24805 24807 24098 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 342937733 12137111552 88495 33554432000 1073741824 1073778376 140736018986352 140277040129144 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24807/tid=24820] ppid=24805 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24807/task/24820/stat : 24820 (java) S 24805 24807 24098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342937733 12137111552 88495 33554432000 1073741824 1073778376 140736018986352 140277039076488 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24807/tid=24821] ppid=24805 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24807/task/24821/stat : 24821 (java) S 24805 24807 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342937736 12137111552 88495 33554432000 1073741824 1073778376 140736018986352 140277038025232 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24807/tid=24822] ppid=24805 vsize=11852648 CPUtime=1.06 cores=1,3,5,7
/proc/24807/task/24822/stat : 24822 (java) S 24805 24807 24098 0 -1 4202560 9976 0 0 0 104 2 0 0 20 0 22 0 342937736 12137111552 88495 33554432000 1073741824 1073778376 140736018986352 140277036972600 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24807/tid=24823] ppid=24805 vsize=11852648 CPUtime=0.76 cores=1,3,5,7
/proc/24807/task/24823/stat : 24823 (java) S 24805 24807 24098 0 -1 4202560 5774 0 0 0 75 1 0 0 20 0 22 0 342937736 12137111552 88495 33554432000 1073741824 1073778376 140736018986352 140277035920056 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24807/tid=24824] ppid=24805 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24807/task/24824/stat : 24824 (java) S 24805 24807 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342937736 12137111552 88495 33554432000 1073741824 1073778376 140736018986352 140277034867704 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24807/tid=24825] ppid=24805 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24807/task/24825/stat : 24825 (java) S 24805 24807 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342937736 12137111552 88495 33554432000 1073741824 1073778376 140736018986352 140277033815368 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24807/tid=24826] ppid=24805 vsize=11852648 CPUtime=0.84 cores=1,3,5,7
/proc/24807/task/24826/stat : 24826 (java) R 24805 24807 24098 0 -1 4202560 31 0 0 0 84 0 0 0 20 0 22 0 342937792 12137111552 88495 33554432000 1073741824 1073778376 140736018986352 140277032759816 140277407845741 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24807/tid=24827] ppid=24805 vsize=11852648 CPUtime=0.84 cores=1,3,5,7
/proc/24807/task/24827/stat : 24827 (java) R 24805 24807 24098 0 -1 4202560 140 0 0 0 81 3 0 0 20 0 22 0 342937792 12137111552 88495 33554432000 1073741824 1073778376 140736018986352 140277031706584 140277407789451 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24807/tid=24828] ppid=24805 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24807/task/24828/stat : 24828 (java) S 24805 24807 24098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342937794 12137111552 88495 33554432000 1073741824 1073778376 140736018986352 140277030655016 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24807/tid=24829] ppid=24805 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24807/task/24829/stat : 24829 (java) S 24805 24807 24098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342937794 12137111552 88495 33554432000 1073741824 1073778376 140736018986352 140277029602472 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.19
Current children cumulated vsize (KiB) 11852648

[startup+3.10088 s]
/proc/loadavg: 3.88 3.96 3.92 5/219 24829
/proc/meminfo: memFree=23944240/32873844 swapFree=7632/7632
[pid=24807] ppid=24805 vsize=11852648 CPUtime=7.59 cores=1,3,5,7
/proc/24807/stat : 24807 (java) S 24805 24807 24098 0 -1 4202496 20954 0 1 0 739 20 0 0 20 0 22 0 342937728 12137111552 202225 33554432000 1073741824 1073778376 140736018986352 140736018977488 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24807/statm: 2963162 202225 2263 9 0 2953849 0
[pid=24807/tid=24809] ppid=24805 vsize=11852648 CPUtime=0.6 cores=1,3,5,7
/proc/24807/task/24809/stat : 24809 (java) S 24805 24807 24098 0 -1 4202560 2923 0 1 0 56 4 0 0 20 0 22 0 342937729 12137111552 202225 33554432000 1073741824 1073778376 140736018986352 140277560730776 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24807/tid=24810] ppid=24805 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24807/task/24810/stat : 24810 (java) S 24805 24807 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342937732 12137111552 202225 33554432000 1073741824 1073778376 140736018986352 140277529139368 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24807/tid=24811] ppid=24805 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24807/task/24811/stat : 24811 (java) S 24805 24807 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342937732 12137111552 202225 33554432000 1073741824 1073778376 140736018986352 140277528086824 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24807/tid=24812] ppid=24805 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24807/task/24812/stat : 24812 (java) S 24805 24807 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342937732 12137111552 202225 33554432000 1073741824 1073778376 140736018986352 140277527034280 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24807/tid=24813] ppid=24805 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24807/task/24813/stat : 24813 (java) S 24805 24807 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342937732 12137111552 202225 33554432000 1073741824 1073778376 140736018986352 140277525981736 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24807/tid=24814] ppid=24805 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24807/task/24814/stat : 24814 (java) S 24805 24807 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342937732 12137111552 202225 33554432000 1073741824 1073778376 140736018986352 140277393099432 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24807/tid=24815] ppid=24805 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24807/task/24815/stat : 24815 (java) S 24805 24807 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342937732 12137111552 202225 33554432000 1073741824 1073778376 140736018986352 140277392046888 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24807/tid=24816] ppid=24805 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24807/task/24816/stat : 24816 (java) S 24805 24807 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342937732 12137111552 202225 33554432000 1073741824 1073778376 140736018986352 140277054434216 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24807/tid=24817] ppid=24805 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24807/task/24817/stat : 24817 (java) S 24805 24807 24098 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 342937732 12137111552 202225 33554432000 1073741824 1073778376 140736018986352 140277053381672 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24807/tid=24818] ppid=24805 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24807/task/24818/stat : 24818 (java) S 24805 24807 24098 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 342937733 12137111552 202225 33554432000 1073741824 1073778376 140736018986352 140277041182824 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24807/tid=24819] ppid=24805 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24807/task/24819/stat : 24819 (java) S 24805 24807 24098 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 342937733 12137111552 202225 33554432000 1073741824 1073778376 140736018986352 140277040129144 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24807/tid=24820] ppid=24805 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24807/task/24820/stat : 24820 (java) S 24805 24807 24098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342937733 12137111552 202225 33554432000 1073741824 1073778376 140736018986352 140277039076488 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24807/tid=24821] ppid=24805 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24807/task/24821/stat : 24821 (java) S 24805 24807 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342937736 12137111552 202225 33554432000 1073741824 1073778376 140736018986352 140277038025232 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24807/tid=24822] ppid=24805 vsize=11852648 CPUtime=1.19 cores=1,3,5,7
/proc/24807/task/24822/stat : 24822 (java) S 24805 24807 24098 0 -1 4202560 9987 0 0 0 117 2 0 0 20 0 22 0 342937736 12137111552 202225 33554432000 1073741824 1073778376 140736018986352 140277036972600 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24807/tid=24823] ppid=24805 vsize=11852648 CPUtime=0.84 cores=1,3,5,7
/proc/24807/task/24823/stat : 24823 (java) S 24805 24807 24098 0 -1 4202560 6448 0 0 0 83 1 0 0 20 0 22 0 342937736 12137111552 202225 33554432000 1073741824 1073778376 140736018986352 140277035920056 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24807/tid=24824] ppid=24805 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24807/task/24824/stat : 24824 (java) S 24805 24807 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342937736 12137111552 202225 33554432000 1073741824 1073778376 140736018986352 140277034867704 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24807/tid=24825] ppid=24805 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24807/task/24825/stat : 24825 (java) S 24805 24807 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342937736 12137111552 202225 33554432000 1073741824 1073778376 140736018986352 140277033815368 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24807/tid=24826] ppid=24805 vsize=11852648 CPUtime=2.44 cores=1,3,5,7
/proc/24807/task/24826/stat : 24826 (java) R 24805 24807 24098 0 -1 4202560 34 0 0 0 244 0 0 0 20 0 22 0 342937792 12137111552 202225 33554432000 1073741824 1073778376 140736018986352 140277032757288 140277407566464 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24807/tid=24827] ppid=24805 vsize=11852648 CPUtime=2.44 cores=1,3,5,7
/proc/24807/task/24827/stat : 24827 (java) R 24805 24807 24098 0 -1 4202560 361 0 0 0 232 12 0 0 20 0 22 0 342937792 12137111552 202225 33554432000 1073741824 1073778376 140736018986352 140277031704680 140277407789382 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24807/tid=24828] ppid=24805 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24807/task/24828/stat : 24828 (java) S 24805 24807 24098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342937794 12137111552 202225 33554432000 1073741824 1073778376 140736018986352 140277030655016 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24807/tid=24829] ppid=24805 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24807/task/24829/stat : 24829 (java) S 24805 24807 24098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342937794 12137111552 202225 33554432000 1073741824 1073778376 140736018986352 140277029602472 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.59
Current children cumulated vsize (KiB) 11852648

[startup+6.30085 s]
/proc/loadavg: 3.73 3.92 3.91 5/215 24887
/proc/meminfo: memFree=27136788/32873844 swapFree=7632/7632
[pid=24807] ppid=24805 vsize=11852648 CPUtime=14.6 cores=1,3,5,7
/proc/24807/stat : 24807 (java) S 24805 24807 24098 0 -1 4202496 25157 0 1 0 1430 30 0 0 20 0 22 0 342937728 12137111552 310802 33554432000 1073741824 1073778376 140736018986352 140736018977488 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24807/statm: 2963162 310802 2290 9 0 2953849 0
[pid=24807/tid=24809] ppid=24805 vsize=11852648 CPUtime=0.6 cores=1,3,5,7
/proc/24807/task/24809/stat : 24809 (java) S 24805 24807 24098 0 -1 4202560 2923 0 1 0 56 4 0 0 20 0 22 0 342937729 12137111552 310802 33554432000 1073741824 1073778376 140736018986352 140277560730776 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24807/tid=24810] ppid=24805 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24807/task/24810/stat : 24810 (java) S 24805 24807 24098 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 22 0 342937732 12137111552 310802 33554432000 1073741824 1073778376 140736018986352 140277529139368 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24807/tid=24811] ppid=24805 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24807/task/24811/stat : 24811 (java) S 24805 24807 24098 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 342937732 12137111552 310802 33554432000 1073741824 1073778376 140736018986352 140277528086824 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24807/tid=24812] ppid=24805 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24807/task/24812/stat : 24812 (java) S 24805 24807 24098 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 342937732 12137111552 310802 33554432000 1073741824 1073778376 140736018986352 140277527034280 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24807/tid=24813] ppid=24805 vsize=11852648 CPUtime=0.01 cores=1,3,5,7
/proc/24807/task/24813/stat : 24813 (java) S 24805 24807 24098 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 342937732 12137111552 310802 33554432000 1073741824 1073778376 140736018986352 140277525981736 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24807/tid=24814] ppid=24805 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24807/task/24814/stat : 24814 (java) S 24805 24807 24098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342937732 12137111552 310802 33554432000 1073741824 1073778376 140736018986352 140277393099432 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24807/tid=24815] ppid=24805 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24807/task/24815/stat : 24815 (java) S 24805 24807 24098 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 342937732 12137111552 310802 33554432000 1073741824 1073778376 140736018986352 140277392046888 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24807/tid=24816] ppid=24805 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24807/task/24816/stat : 24816 (java) S 24805 24807 24098 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 342937732 12137111552 310802 33554432000 1073741824 1073778376 140736018986352 140277054434216 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24807/tid=24817] ppid=24805 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24807/task/24817/stat : 24817 (java) S 24805 24807 24098 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 342937732 12137111552 310802 33554432000 1073741824 1073778376 140736018986352 140277053381672 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24807/tid=24818] ppid=24805 vsize=11852648 CPUtime=0.05 cores=1,3,5,7
/proc/24807/task/24818/stat : 24818 (java) S 24805 24807 24098 0 -1 4202560 38 0 0 0 5 0 0 0 20 0 22 0 342937733 12137111552 310802 33554432000 1073741824 1073778376 140736018986352 140277041182824 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24807/tid=24819] ppid=24805 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24807/task/24819/stat : 24819 (java) S 24805 24807 24098 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342937733 12137111552 310802 33554432000 1073741824 1073778376 140736018986352 140277040129144 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24807/tid=24820] ppid=24805 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24807/task/24820/stat : 24820 (java) S 24805 24807 24098 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342937733 12137111552 310802 33554432000 1073741824 1073778376 140736018986352 140277039076488 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24807/tid=24821] ppid=24805 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24807/task/24821/stat : 24821 (java) S 24805 24807 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342937736 12137111552 310802 33554432000 1073741824 1073778376 140736018986352 140277038025232 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24807/tid=24822] ppid=24805 vsize=11852648 CPUtime=1.26 cores=1,3,5,7
/proc/24807/task/24822/stat : 24822 (java) S 24805 24807 24098 0 -1 4202560 9993 0 0 0 124 2 0 0 20 0 22 0 342937736 12137111552 310802 33554432000 1073741824 1073778376 140736018986352 140277036972600 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0

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

/proc/24807/statm: 2963162 965201 2291 9 0 2953849 0
[pid=24807/tid=24809] ppid=24805 vsize=11852648 CPUtime=0.64 cores=1,3,5,7
/proc/24807/task/24809/stat : 24809 (java) S 24805 24807 24098 0 -1 4202560 2958 0 1 0 58 6 0 0 20 0 22 0 342937729 12137111552 965201 33554432000 1073741824 1073778376 140736018986352 140277560730776 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24807/tid=24810] ppid=24805 vsize=11852648 CPUtime=1.2 cores=1,3,5,7
/proc/24807/task/24810/stat : 24810 (java) S 24805 24807 24098 0 -1 4202560 182 0 0 0 113 7 0 0 20 0 22 0 342937732 12137111552 965201 33554432000 1073741824 1073778376 140736018986352 140277529139368 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24807/tid=24811] ppid=24805 vsize=11852648 CPUtime=1.07 cores=1,3,5,7
/proc/24807/task/24811/stat : 24811 (java) S 24805 24807 24098 0 -1 4202560 170 0 0 0 101 6 0 0 20 0 22 0 342937732 12137111552 965201 33554432000 1073741824 1073778376 140736018986352 140277528086824 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24807/tid=24812] ppid=24805 vsize=11852648 CPUtime=1.12 cores=1,3,5,7
/proc/24807/task/24812/stat : 24812 (java) S 24805 24807 24098 0 -1 4202560 139 0 0 0 106 6 0 0 20 0 22 0 342937732 12137111552 965201 33554432000 1073741824 1073778376 140736018986352 140277527034280 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24807/tid=24813] ppid=24805 vsize=11852648 CPUtime=1.13 cores=1,3,5,7
/proc/24807/task/24813/stat : 24813 (java) S 24805 24807 24098 0 -1 4202560 150 0 0 0 108 5 0 0 20 0 22 0 342937732 12137111552 965201 33554432000 1073741824 1073778376 140736018986352 140277525981736 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24807/tid=24814] ppid=24805 vsize=11852648 CPUtime=0.98 cores=1,3,5,7
/proc/24807/task/24814/stat : 24814 (java) S 24805 24807 24098 0 -1 4202560 145 0 0 0 94 4 0 0 20 0 22 0 342937732 12137111552 965201 33554432000 1073741824 1073778376 140736018986352 140277393099432 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24807/tid=24815] ppid=24805 vsize=11852648 CPUtime=1.11 cores=1,3,5,7
/proc/24807/task/24815/stat : 24815 (java) S 24805 24807 24098 0 -1 4202560 147 0 0 0 105 6 0 0 20 0 22 0 342937732 12137111552 965201 33554432000 1073741824 1073778376 140736018986352 140277392046888 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24807/tid=24816] ppid=24805 vsize=11852648 CPUtime=1.16 cores=1,3,5,7
/proc/24807/task/24816/stat : 24816 (java) S 24805 24807 24098 0 -1 4202560 137 0 0 0 111 5 0 0 20 0 22 0 342937732 12137111552 965201 33554432000 1073741824 1073778376 140736018986352 140277054434216 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24807/tid=24817] ppid=24805 vsize=11852648 CPUtime=1.14 cores=1,3,5,7
/proc/24807/task/24817/stat : 24817 (java) S 24805 24807 24098 0 -1 4202560 139 0 0 0 108 6 0 0 20 0 22 0 342937732 12137111552 965201 33554432000 1073741824 1073778376 140736018986352 140277053381672 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24807/tid=24818] ppid=24805 vsize=11852648 CPUtime=18.14 cores=1,3,5,7
/proc/24807/task/24818/stat : 24818 (java) S 24805 24807 24098 0 -1 4202560 165 0 0 0 1809 5 0 0 20 0 22 0 342937733 12137111552 965201 33554432000 1073741824 1073778376 140736018986352 140277041182824 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24807/tid=24819] ppid=24805 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24807/task/24819/stat : 24819 (java) S 24805 24807 24098 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342937733 12137111552 965201 33554432000 1073741824 1073778376 140736018986352 140277040129144 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24807/tid=24820] ppid=24805 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24807/task/24820/stat : 24820 (java) S 24805 24807 24098 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342937733 12137111552 965201 33554432000 1073741824 1073778376 140736018986352 140277039076488 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24807/tid=24821] ppid=24805 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24807/task/24821/stat : 24821 (java) S 24805 24807 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342937736 12137111552 965201 33554432000 1073741824 1073778376 140736018986352 140277038025232 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24807/tid=24822] ppid=24805 vsize=11852648 CPUtime=1.86 cores=1,3,5,7
/proc/24807/task/24822/stat : 24822 (java) S 24805 24807 24098 0 -1 4202560 10062 0 0 0 184 2 0 0 20 0 22 0 342937736 12137111552 965201 33554432000 1073741824 1073778376 140736018986352 140277036972600 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24807/tid=24823] ppid=24805 vsize=11852648 CPUtime=1.45 cores=1,3,5,7
/proc/24807/task/24823/stat : 24823 (java) S 24805 24807 24098 0 -1 4202560 10365 0 0 0 143 2 0 0 20 0 22 0 342937736 12137111552 965201 33554432000 1073741824 1073778376 140736018986352 140277035920056 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24807/tid=24824] ppid=24805 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24807/task/24824/stat : 24824 (java) S 24805 24807 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342937736 12137111552 965201 33554432000 1073741824 1073778376 140736018986352 140277034867704 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24807/tid=24825] ppid=24805 vsize=11852648 CPUtime=0.37 cores=1,3,5,7
/proc/24807/task/24825/stat : 24825 (java) S 24805 24807 24098 0 -1 4202560 49 0 0 0 16 21 0 0 20 0 22 0 342937736 12137111552 965201 33554432000 1073741824 1073778376 140736018986352 140277033815368 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24807/tid=24826] ppid=24805 vsize=11852648 CPUtime=798.78 cores=1,3,5,7
/proc/24807/task/24826/stat : 24826 (java) R 24805 24807 24098 0 -1 4202560 73 0 0 0 79865 13 0 0 20 0 22 0 342937792 12137111552 965201 33554432000 1073741824 1073778376 140736018986352 140277032759376 140277407578604 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24807/tid=24827] ppid=24805 vsize=11852648 CPUtime=798.67 cores=1,3,5,7
/proc/24807/task/24827/stat : 24827 (java) R 24805 24807 24098 0 -1 4202560 1620 0 0 0 79802 65 0 0 20 0 22 0 342937792 12137111552 965201 33554432000 1073741824 1073778376 140736018986352 140277031704624 140277407799426 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24807/tid=24828] ppid=24805 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24807/task/24828/stat : 24828 (java) S 24805 24807 24098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342937794 12137111552 965201 33554432000 1073741824 1073778376 140736018986352 140277030655016 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24807/tid=24829] ppid=24805 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24807/task/24829/stat : 24829 (java) S 24805 24807 24098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342937794 12137111552 965201 33554432000 1073741824 1073778376 140736018986352 140277029602472 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1633.02
Current children cumulated vsize (KiB) 11852648

[startup+882.301 s]
/proc/loadavg: 4.06 4.00 3.93 5/219 24897
/proc/meminfo: memFree=20662572/32873844 swapFree=7632/7632
[pid=24807] ppid=24805 vsize=11852648 CPUtime=1751.13 cores=1,3,5,7
/proc/24807/stat : 24807 (java) S 24805 24807 24098 0 -1 4202496 27742 0 1 0 174975 138 0 0 20 0 22 0 342937728 12137111552 965240 33554432000 1073741824 1073778376 140736018986352 140736018977488 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24807/statm: 2963162 965240 2291 9 0 2953849 0
[pid=24807/tid=24809] ppid=24805 vsize=11852648 CPUtime=0.64 cores=1,3,5,7
/proc/24807/task/24809/stat : 24809 (java) S 24805 24807 24098 0 -1 4202560 2962 0 1 0 58 6 0 0 20 0 22 0 342937729 12137111552 965240 33554432000 1073741824 1073778376 140736018986352 140277560730776 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24807/tid=24810] ppid=24805 vsize=11852648 CPUtime=1.31 cores=1,3,5,7
/proc/24807/task/24810/stat : 24810 (java) S 24805 24807 24098 0 -1 4202560 182 0 0 0 124 7 0 0 20 0 22 0 342937732 12137111552 965240 33554432000 1073741824 1073778376 140736018986352 140277529139368 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24807/tid=24811] ppid=24805 vsize=11852648 CPUtime=1.15 cores=1,3,5,7
/proc/24807/task/24811/stat : 24811 (java) S 24805 24807 24098 0 -1 4202560 173 0 0 0 109 6 0 0 20 0 22 0 342937732 12137111552 965240 33554432000 1073741824 1073778376 140736018986352 140277528086824 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24807/tid=24812] ppid=24805 vsize=11852648 CPUtime=1.22 cores=1,3,5,7
/proc/24807/task/24812/stat : 24812 (java) S 24805 24807 24098 0 -1 4202560 154 0 0 0 116 6 0 0 20 0 22 0 342937732 12137111552 965240 33554432000 1073741824 1073778376 140736018986352 140277527034280 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24807/tid=24813] ppid=24805 vsize=11852648 CPUtime=1.2 cores=1,3,5,7
/proc/24807/task/24813/stat : 24813 (java) S 24805 24807 24098 0 -1 4202560 162 0 0 0 115 5 0 0 20 0 22 0 342937732 12137111552 965240 33554432000 1073741824 1073778376 140736018986352 140277525981736 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24807/tid=24814] ppid=24805 vsize=11852648 CPUtime=1.09 cores=1,3,5,7
/proc/24807/task/24814/stat : 24814 (java) S 24805 24807 24098 0 -1 4202560 149 0 0 0 105 4 0 0 20 0 22 0 342937732 12137111552 965240 33554432000 1073741824 1073778376 140736018986352 140277393099432 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24807/tid=24815] ppid=24805 vsize=11852648 CPUtime=1.21 cores=1,3,5,7
/proc/24807/task/24815/stat : 24815 (java) S 24805 24807 24098 0 -1 4202560 149 0 0 0 115 6 0 0 20 0 22 0 342937732 12137111552 965240 33554432000 1073741824 1073778376 140736018986352 140277392046888 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24807/tid=24816] ppid=24805 vsize=11852648 CPUtime=1.3 cores=1,3,5,7
/proc/24807/task/24816/stat : 24816 (java) S 24805 24807 24098 0 -1 4202560 142 0 0 0 125 5 0 0 20 0 22 0 342937732 12137111552 965240 33554432000 1073741824 1073778376 140736018986352 140277054434216 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24807/tid=24817] ppid=24805 vsize=11852648 CPUtime=1.21 cores=1,3,5,7
/proc/24807/task/24817/stat : 24817 (java) S 24805 24807 24098 0 -1 4202560 139 0 0 0 115 6 0 0 20 0 22 0 342937732 12137111552 965240 33554432000 1073741824 1073778376 140736018986352 140277053381672 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24807/tid=24818] ppid=24805 vsize=11852648 CPUtime=20.35 cores=1,3,5,7
/proc/24807/task/24818/stat : 24818 (java) S 24805 24807 24098 0 -1 4202560 169 0 0 0 2030 5 0 0 20 0 22 0 342937733 12137111552 965240 33554432000 1073741824 1073778376 140736018986352 140277041182824 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24807/tid=24819] ppid=24805 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24807/task/24819/stat : 24819 (java) S 24805 24807 24098 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342937733 12137111552 965240 33554432000 1073741824 1073778376 140736018986352 140277040129144 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24807/tid=24820] ppid=24805 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24807/task/24820/stat : 24820 (java) S 24805 24807 24098 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342937733 12137111552 965240 33554432000 1073741824 1073778376 140736018986352 140277039076488 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24807/tid=24821] ppid=24805 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24807/task/24821/stat : 24821 (java) S 24805 24807 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342937736 12137111552 965240 33554432000 1073741824 1073778376 140736018986352 140277038025232 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24807/tid=24822] ppid=24805 vsize=11852648 CPUtime=1.86 cores=1,3,5,7
/proc/24807/task/24822/stat : 24822 (java) S 24805 24807 24098 0 -1 4202560 10062 0 0 0 184 2 0 0 20 0 22 0 342937736 12137111552 965240 33554432000 1073741824 1073778376 140736018986352 140277036972600 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24807/tid=24823] ppid=24805 vsize=11852648 CPUtime=1.45 cores=1,3,5,7
/proc/24807/task/24823/stat : 24823 (java) S 24805 24807 24098 0 -1 4202560 10365 0 0 0 143 2 0 0 20 0 22 0 342937736 12137111552 965240 33554432000 1073741824 1073778376 140736018986352 140277035920056 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24807/tid=24824] ppid=24805 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24807/task/24824/stat : 24824 (java) S 24805 24807 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342937736 12137111552 965240 33554432000 1073741824 1073778376 140736018986352 140277034867704 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24807/tid=24825] ppid=24805 vsize=11852648 CPUtime=0.39 cores=1,3,5,7
/proc/24807/task/24825/stat : 24825 (java) S 24805 24807 24098 0 -1 4202560 51 0 0 0 16 23 0 0 20 0 22 0 342937736 12137111552 965240 33554432000 1073741824 1073778376 140736018986352 140277033815368 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24807/tid=24826] ppid=24805 vsize=11852648 CPUtime=856.19 cores=1,3,5,7
/proc/24807/task/24826/stat : 24826 (java) R 24805 24807 24098 0 -1 4202560 74 0 0 0 85605 14 0 0 20 0 22 0 342937792 12137111552 965240 33554432000 1073741824 1073778376 140736018986352 140277032759376 140277407565744 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24807/tid=24827] ppid=24805 vsize=11852648 CPUtime=856.07 cores=1,3,5,7
/proc/24807/task/24827/stat : 24827 (java) R 24805 24807 24098 0 -1 4202560 1622 0 0 0 85541 66 0 0 20 0 22 0 342937792 12137111552 965240 33554432000 1073741824 1073778376 140736018986352 140277031705008 140277407719641 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24807/tid=24828] ppid=24805 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24807/task/24828/stat : 24828 (java) S 24805 24807 24098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342937794 12137111552 965240 33554432000 1073741824 1073778376 140736018986352 140277030655016 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24807/tid=24829] ppid=24805 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24807/task/24829/stat : 24829 (java) S 24805 24807 24098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342937794 12137111552 965240 33554432000 1073741824 1073778376 140736018986352 140277029602472 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1751.13
Current children cumulated vsize (KiB) 11852648



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+907.201 s]
/proc/loadavg: 3.97 3.98 3.92 5/219 24897
/proc/meminfo: memFree=20662448/32873844 swapFree=7632/7632
[pid=24807] ppid=24805 vsize=11852648 CPUtime=1800.09 cores=1,3,5,7
/proc/24807/stat : 24807 (java) S 24805 24807 24098 0 -1 4202496 27760 0 1 0 179870 139 0 0 20 0 22 0 342937728 12137111552 965250 33554432000 1073741824 1073778376 140736018986352 140736018977488 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24807/statm: 2963162 965250 2291 9 0 2953849 0
[pid=24807/tid=24809] ppid=24805 vsize=11852648 CPUtime=0.64 cores=1,3,5,7
/proc/24807/task/24809/stat : 24809 (java) S 24805 24807 24098 0 -1 4202560 2964 0 1 0 58 6 0 0 20 0 22 0 342937729 12137111552 965250 33554432000 1073741824 1073778376 140736018986352 140277560730776 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24807/tid=24810] ppid=24805 vsize=11852648 CPUtime=1.34 cores=1,3,5,7
/proc/24807/task/24810/stat : 24810 (java) S 24805 24807 24098 0 -1 4202560 182 0 0 0 127 7 0 0 20 0 22 0 342937732 12137111552 965250 33554432000 1073741824 1073778376 140736018986352 140277529139368 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24807/tid=24811] ppid=24805 vsize=11852648 CPUtime=1.19 cores=1,3,5,7
/proc/24807/task/24811/stat : 24811 (java) S 24805 24807 24098 0 -1 4202560 176 0 0 0 113 6 0 0 20 0 22 0 342937732 12137111552 965250 33554432000 1073741824 1073778376 140736018986352 140277528086824 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24807/tid=24812] ppid=24805 vsize=11852648 CPUtime=1.25 cores=1,3,5,7
/proc/24807/task/24812/stat : 24812 (java) S 24805 24807 24098 0 -1 4202560 154 0 0 0 119 6 0 0 20 0 22 0 342937732 12137111552 965250 33554432000 1073741824 1073778376 140736018986352 140277527034280 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24807/tid=24813] ppid=24805 vsize=11852648 CPUtime=1.23 cores=1,3,5,7
/proc/24807/task/24813/stat : 24813 (java) S 24805 24807 24098 0 -1 4202560 165 0 0 0 118 5 0 0 20 0 22 0 342937732 12137111552 965250 33554432000 1073741824 1073778376 140736018986352 140277525981736 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24807/tid=24814] ppid=24805 vsize=11852648 CPUtime=1.12 cores=1,3,5,7
/proc/24807/task/24814/stat : 24814 (java) S 24805 24807 24098 0 -1 4202560 149 0 0 0 108 4 0 0 20 0 22 0 342937732 12137111552 965250 33554432000 1073741824 1073778376 140736018986352 140277393099432 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24807/tid=24815] ppid=24805 vsize=11852648 CPUtime=1.26 cores=1,3,5,7
/proc/24807/task/24815/stat : 24815 (java) S 24805 24807 24098 0 -1 4202560 150 0 0 0 120 6 0 0 20 0 22 0 342937732 12137111552 965250 33554432000 1073741824 1073778376 140736018986352 140277392046888 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24807/tid=24816] ppid=24805 vsize=11852648 CPUtime=1.34 cores=1,3,5,7
/proc/24807/task/24816/stat : 24816 (java) S 24805 24807 24098 0 -1 4202560 145 0 0 0 129 5 0 0 20 0 22 0 342937732 12137111552 965250 33554432000 1073741824 1073778376 140736018986352 140277054434216 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24807/tid=24817] ppid=24805 vsize=11852648 CPUtime=1.24 cores=1,3,5,7
/proc/24807/task/24817/stat : 24817 (java) S 24805 24807 24098 0 -1 4202560 139 0 0 0 118 6 0 0 20 0 22 0 342937732 12137111552 965250 33554432000 1073741824 1073778376 140736018986352 140277053381672 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24807/tid=24818] ppid=24805 vsize=11852648 CPUtime=21.33 cores=1,3,5,7
/proc/24807/task/24818/stat : 24818 (java) S 24805 24807 24098 0 -1 4202560 171 0 0 0 2128 5 0 0 20 0 22 0 342937733 12137111552 965250 33554432000 1073741824 1073778376 140736018986352 140277041182824 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24807/tid=24819] ppid=24805 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24807/task/24819/stat : 24819 (java) S 24805 24807 24098 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342937733 12137111552 965250 33554432000 1073741824 1073778376 140736018986352 140277040129144 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24807/tid=24820] ppid=24805 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24807/task/24820/stat : 24820 (java) S 24805 24807 24098 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342937733 12137111552 965250 33554432000 1073741824 1073778376 140736018986352 140277039076488 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24807/tid=24821] ppid=24805 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24807/task/24821/stat : 24821 (java) S 24805 24807 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342937736 12137111552 965250 33554432000 1073741824 1073778376 140736018986352 140277038025232 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24807/tid=24822] ppid=24805 vsize=11852648 CPUtime=1.86 cores=1,3,5,7
/proc/24807/task/24822/stat : 24822 (java) S 24805 24807 24098 0 -1 4202560 10062 0 0 0 184 2 0 0 20 0 22 0 342937736 12137111552 965250 33554432000 1073741824 1073778376 140736018986352 140277036972600 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24807/tid=24823] ppid=24805 vsize=11852648 CPUtime=1.45 cores=1,3,5,7
/proc/24807/task/24823/stat : 24823 (java) S 24805 24807 24098 0 -1 4202560 10365 0 0 0 143 2 0 0 20 0 22 0 342937736 12137111552 965250 33554432000 1073741824 1073778376 140736018986352 140277035920056 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24807/tid=24824] ppid=24805 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24807/task/24824/stat : 24824 (java) S 24805 24807 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342937736 12137111552 965250 33554432000 1073741824 1073778376 140736018986352 140277034867704 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24807/tid=24825] ppid=24805 vsize=11852648 CPUtime=0.4 cores=1,3,5,7
/proc/24807/task/24825/stat : 24825 (java) S 24805 24807 24098 0 -1 4202560 53 0 0 0 17 23 0 0 20 0 22 0 342937736 12137111552 965250 33554432000 1073741824 1073778376 140736018986352 140277033815368 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24807/tid=24826] ppid=24805 vsize=11852648 CPUtime=879.98 cores=1,3,5,7
/proc/24807/task/24826/stat : 24826 (java) R 24805 24807 24098 0 -1 4202560 75 0 0 0 87984 14 0 0 20 0 22 0 342937792 12137111552 965250 33554432000 1073741824 1073778376 140736018986352 140277032759376 140277407845736 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24807/tid=24827] ppid=24805 vsize=11852648 CPUtime=879.85 cores=1,3,5,7
/proc/24807/task/24827/stat : 24827 (java) R 24805 24807 24098 0 -1 4202560 1623 0 0 0 87919 66 0 0 20 0 22 0 342937792 12137111552 965250 33554432000 1073741824 1073778376 140736018986352 140277031704912 140277407832771 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24807/tid=24828] ppid=24805 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24807/task/24828/stat : 24828 (java) S 24805 24807 24098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342937794 12137111552 965250 33554432000 1073741824 1073778376 140736018986352 140277030655016 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24807/tid=24829] ppid=24805 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24807/task/24829/stat : 24829 (java) S 24805 24807 24098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342937794 12137111552 965250 33554432000 1073741824 1073778376 140736018986352 140277029602472 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
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 24807 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=117252
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=813724
# CPU time returned by wait4() is 1795.93
# while last known CPU time is 1800.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 907.266
CPU time (s): 1800.09
CPU user time (s): 1798.7
CPU system time (s): 1.39
CPU usage (%): 198.408
Max. virtual memory (cumulated for all children) (KiB): 11852648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.12
system time used= 1.81372
maximum resident set size= 3863172
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27795
page faults= 1
swaps= 0
block input operations= 0
block output operations= 968
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24291
involuntary context switches= 32842

runsolver used 3.57246 second user time and 8.62269 second system time

The end

Launcher Data

Begin job on node141 at 2012-06-04 02:02:14
IDJOB=3742461
IDBENCH=90187
IDSOLVER=2328
FILE ID=node141/3742461-1338768134
RUNJOBID= node141-1338763554-24115
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_K160.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3742461-1338768134/watcher-3742461-1338768134 -o /tmp/evaluation-result-3742461-1338768134/solver-3742461-1338768134 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3742461-1338768134.opb

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

MD5SUM BENCH= 4be3ef5c0a6baf670611a9fd5e5deae8
RANDOM SEED=1553209511

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:        24465912 kB
Buffers:          434912 kB
Cached:          3266276 kB
SwapCached:          216 kB
Active:          5092944 kB
Inactive:        2423536 kB
Active(anon):    3805796 kB
Inactive(anon):    11288 kB
Active(file):    1287148 kB
Inactive(file):  2412248 kB
Unevictable:        7632 kB
Mlocked:            7632 kB
SwapTotal:      67108856 kB
SwapFree:       67108640 kB
Dirty:              1228 kB
Writeback:             0 kB
AnonPages:       3821808 kB
Mapped:            18940 kB
Shmem:               172 kB
Slab:             741932 kB
SReclaimable:     184132 kB
SUnreclaim:       557800 kB
KernelStack:        1624 kB
PageTables:        11660 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:   10458520 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3774464 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:17:23