Trace number 3742279

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.2 907.465

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K126.opb
MD5SUM8617651a414bb8902c12959cc1c92372
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 variables14994
Total number of constraints15248
Number of constraints which are clauses15122
Number of constraints which are cardinality constraints (but not clauses)126
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint126
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 127
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.06/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.06/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.08	c See www.sat4j.org for details.
0.06/0.09	c version 2.3.1.v20110525
0.06/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.09	c java.vm.version	19.1-b02
0.06/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.09	c sun.arch.data.model	64
0.06/0.09	c java.version		1.6.0_24
0.06/0.09	c os.name		Linux
0.06/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.06/0.09	c os.arch		amd64
0.06/0.09	c Free memory 		9996466904
0.06/0.09	c Max memory 		10048897024
0.06/0.09	c Total memory 		10048897024
0.06/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@48e5855a
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@398020cc
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.12	c No reason simplification
0.10/0.12	c Armin Biere (Picosat) restarts strategy
0.10/0.12	c Glucose learned constraints deletion strategy
0.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=false
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c solving HOME/instance-3742279-1338765412.opb
0.10/0.12	c reading problem ... 
1.00/0.57	c ... done. Wall clock time 0.454s.
1.00/0.57	c #vars     14994
1.00/0.57	c #constraints  15248
1.00/0.57	c constraints type 
1.00/0.57	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 13495
1.00/0.57	c org.sat4j.minisat.constraints.card.MinWatchCard => 126
1.00/0.57	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1625
1.00/0.57	c constraints type 
1.00/0.57	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1625
1.00/0.57	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 13495
1.00/0.57	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 126
6.56/2.81	c cleaning 2486 clauses out of 4994 with flag 5004/5004
11.65/5.40	c cleaning 4245 clauses out of 8497 with flag 11000/11000
17.54/8.26	c cleaning 5620 clauses out of 11247 with flag 18001/18001
25.10/12.08	c cleaning 6735 clauses out of 13622 with flag 26000/26000
33.10/16.02	c cleaning 7779 clauses out of 15889 with flag 35005/35005
40.85/19.97	c cleaning 8908 clauses out of 18101 with flag 45001/45001
50.80/24.94	c cleaning 9908 clauses out of 20188 with flag 56000/56000
61.73/30.46	c cleaning 10944 clauses out of 22278 with flag 68001/68001
78.07/38.65	c cleaning 12029 clauses out of 24330 with flag 81000/81000
101.62/50.42	c cleaning 12953 clauses out of 26297 with flag 95000/95000
127.18/63.27	c cleaning 13979 clauses out of 28341 with flag 110000/110000
142.90/71.18	c cleaning 15102 clauses out of 30362 with flag 126000/126000
158.99/79.27	c cleaning 15431 clauses out of 31260 with flag 142003/142003
175.90/87.78	c cleaning 15809 clauses out of 31817 with flag 158000/158000
198.04/98.81	c cleaning 15818 clauses out of 32007 with flag 174000/174000
232.59/116.11	c cleaning 15885 clauses out of 32185 with flag 190000/190000
254.45/127.16	c cleaning 15872 clauses out of 32300 with flag 206000/206000
288.96/144.45	c cleaning 16030 clauses out of 32428 with flag 222000/222000
305.44/152.73	c cleaning 15983 clauses out of 32394 with flag 238000/238000
321.31/160.77	c cleaning 15917 clauses out of 32411 with flag 254000/254000
341.44/170.98	c cleaning 15964 clauses out of 32493 with flag 270001/270001
419.33/209.91	c cleaning 16026 clauses out of 32531 with flag 286003/286003
436.62/218.68	c cleaning 15861 clauses out of 32500 with flag 302000/302000
462.24/231.58	c cleaning 15455 clauses out of 32640 with flag 318001/318001
482.33/241.78	c cleaning 15194 clauses out of 33185 with flag 334002/334002
500.73/251.08	c cleaning 15236 clauses out of 33986 with flag 350000/350000
516.09/258.80	c cleaning 14947 clauses out of 34748 with flag 366000/366000
530.85/266.34	c cleaning 15080 clauses out of 35801 with flag 382002/382002
547.92/275.05	c cleaning 15417 clauses out of 36718 with flag 398001/398001
574.27/288.37	c cleaning 15405 clauses out of 37298 with flag 414000/414000
600.06/301.35	c cleaning 15039 clauses out of 37891 with flag 430000/430000
616.25/309.56	c cleaning 15237 clauses out of 38851 with flag 446001/446001
631.51/317.38	c cleaning 14997 clauses out of 39614 with flag 462001/462001
652.31/327.81	c cleaning 15132 clauses out of 40618 with flag 478003/478003
678.06/340.84	c cleaning 15490 clauses out of 41483 with flag 494000/494000
695.68/349.74	c cleaning 15122 clauses out of 41993 with flag 510000/510000
712.93/358.57	c cleaning 15291 clauses out of 42869 with flag 526000/526000
729.89/367.19	c cleaning 15144 clauses out of 43578 with flag 542000/542000
752.66/378.66	c cleaning 15575 clauses out of 44434 with flag 558003/558003
786.23/395.54	c cleaning 15491 clauses out of 44856 with flag 574000/574000
809.10/407.16	c cleaning 15377 clauses out of 45369 with flag 590004/590004
835.68/420.59	c cleaning 15459 clauses out of 45990 with flag 606002/606002
855.84/430.71	c cleaning 15039 clauses out of 46530 with flag 622001/622001
872.02/438.98	c cleaning 15273 clauses out of 47490 with flag 638000/638000
896.66/451.40	c cleaning 15487 clauses out of 48220 with flag 654003/654003
935.43/470.90	c cleaning 15356 clauses out of 48730 with flag 670001/670001
951.01/478.85	c cleaning 15116 clauses out of 49376 with flag 686004/686004
1002.59/504.77	c cleaning 15280 clauses out of 50253 with flag 702000/702000
1021.84/514.59	c cleaning 15209 clauses out of 50972 with flag 718000/718000
1051.19/529.35	c cleaning 15551 clauses out of 51764 with flag 734001/734001
1094.59/551.17	c cleaning 15356 clauses out of 52212 with flag 750000/750000
1121.95/564.98	c cleaning 15273 clauses out of 52856 with flag 766000/766000
1164.60/586.46	c cleaning 15318 clauses out of 53583 with flag 782000/782000
1186.37/597.43	c cleaning 15123 clauses out of 54265 with flag 798000/798000
1201.15/604.97	c cleaning 15230 clauses out of 55143 with flag 814002/814002
1226.13/617.59	c cleaning 15346 clauses out of 55911 with flag 830000/830000
1244.97/627.10	c cleaning 15117 clauses out of 56566 with flag 846001/846001
1264.54/637.00	c cleaning 15335 clauses out of 57448 with flag 862000/862000
1282.70/646.24	c cleaning 15109 clauses out of 58112 with flag 878000/878000
1303.67/656.81	c cleaning 15157 clauses out of 59003 with flag 894000/894000
1343.32/676.82	c cleaning 15386 clauses out of 59848 with flag 910002/910002
1366.07/688.31	c cleaning 15540 clauses out of 60461 with flag 926001/926001
1387.45/699.15	c cleaning 15535 clauses out of 60922 with flag 942002/942002
1420.62/715.86	c cleaning 15435 clauses out of 61385 with flag 958000/958000
1470.46/740.92	c cleaning 15614 clauses out of 61951 with flag 974001/974001
1487.82/749.74	c cleaning 15257 clauses out of 62334 with flag 990000/990000
1510.18/761.02	c cleaning 15284 clauses out of 63077 with flag 1006000/1006000
1531.73/771.90	c cleaning 15482 clauses out of 63793 with flag 1022000/1022000
1551.76/782.11	c cleaning 15538 clauses out of 64315 with flag 1038004/1038004
1570.49/791.70	c cleaning 15416 clauses out of 64774 with flag 1054001/1054001
1594.44/803.72	c cleaning 15440 clauses out of 65358 with flag 1070001/1070001
1611.60/812.41	c cleaning 15289 clauses out of 65917 with flag 1086000/1086000
1642.82/828.22	c cleaning 15164 clauses out of 66630 with flag 1102002/1102002
1712.18/863.00	c cleaning 15641 clauses out of 67462 with flag 1118000/1118000
1745.78/879.93	c cleaning 15443 clauses out of 67822 with flag 1134001/1134001
1771.94/893.13	c cleaning 15329 clauses out of 68378 with flag 1150000/1150000
1800.20/907.41	c starts		: 186
1800.20/907.41	c conflicts		: 1165380
1800.20/907.41	c decisions		: 18858135
1800.20/907.41	c propagations		: 884003809
1800.20/907.41	c inspects		: 1600441559
1800.20/907.41	c shortcuts		: 0
1800.20/907.41	c learnt literals	: 112
1800.20/907.41	c learnt binary clauses	: 44511
1800.20/907.41	c learnt ternary clauses	: 59569
1800.20/907.41	c learnt constraints	: 1165268
1800.20/907.41	c ignored constraints	: 0
1800.20/907.41	c root simplifications	: 0
1800.20/907.41	c removed literals (reason simplification)	: 14887360
1800.20/907.41	c reason swapping (by a shorter reason)	: 0
1800.20/907.41	c Calls to reduceDB	: 76
1800.20/907.41	c number of reductions to clauses (during analyze)	: 0
1800.20/907.41	c number of learned constraints concerned by reduction	: 0
1800.20/907.41	c number of learning phase by resolution	: 0
1800.20/907.41	c number of learning phase by cutting planes	: 0
1800.20/907.42	c speed (assignments/second)	: 974813.5666112363
1800.20/907.42	c non guided choices	17120
1800.20/907.44	c learnt constraints type 
1800.20/907.44	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 44512
1800.20/907.44	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 23940
1800.20/907.44	c constraints type 
1800.20/907.44	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 13495
1800.20/907.44	c org.sat4j.minisat.constraints.card.MinWatchCard => 126
1800.20/907.44	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1625
1800.20/907.44	c constraints type 
1800.20/907.44	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1625
1800.20/907.44	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 13495
1800.20/907.44	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 126
1800.20/907.44	s UNKNOWN
1800.20/907.44	c Total wall clock time (in seconds): 907.33

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-3742279-1338765412/watcher-3742279-1338765412 -o /tmp/evaluation-result-3742279-1338765412/solver-3742279-1338765412 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3742279-1338765412.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: 3.75 3.85 3.49 4/197 24449
/proc/meminfo: memFree=27654204/32873844 swapFree=7632/7632
[pid=24449] ppid=24447 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/24449/stat : 24449 (java) R 24447 24449 24098 0 -1 4202496 984 0 0 0 0 0 0 0 20 0 1 0 342665535 23793664 711 33554432000 1073741824 1073778376 140734171375104 140734171364168 209874630736 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/24449/statm: 5809 711 525 9 0 128 0

[startup+0.0855131 s]
/proc/loadavg: 3.75 3.85 3.49 4/197 24449
/proc/meminfo: memFree=27654204/32873844 swapFree=7632/7632
[pid=24449] ppid=24447 vsize=11586392 CPUtime=0.06 cores=0,2,4,6
/proc/24449/stat : 24449 (java) S 24447 24449 24098 0 -1 4202496 4476 0 1 0 5 1 0 0 20 0 18 0 342665535 11864465408 12838 33554432000 1073741824 1073778376 140734171375104 140734171366240 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24449/statm: 2896598 12838 1779 9 0 2887285 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 11586392

[startup+0.100255 s]
/proc/loadavg: 3.75 3.85 3.49 4/197 24449
/proc/meminfo: memFree=27654204/32873844 swapFree=7632/7632
[pid=24449] ppid=24447 vsize=11586392 CPUtime=0.1 cores=0,2,4,6
/proc/24449/stat : 24449 (java) S 24447 24449 24098 0 -1 4202496 5247 0 1 0 8 2 0 0 20 0 18 0 342665535 11864465408 13597 33554432000 1073741824 1073778376 140734171375104 140734171366240 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24449/statm: 2896598 13597 2116 9 0 2887285 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 11586392

[startup+0.300221 s]
/proc/loadavg: 3.75 3.85 3.49 4/197 24449
/proc/meminfo: memFree=27654204/32873844 swapFree=7632/7632
[pid=24449] ppid=24447 vsize=11586392 CPUtime=0.58 cores=0,2,4,6
/proc/24449/stat : 24449 (java) S 24447 24449 24098 0 -1 4202496 8509 0 1 0 55 3 0 0 20 0 18 0 342665535 11864465408 19514 33554432000 1073741824 1073778376 140734171375104 140734171366240 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24449/statm: 2896598 19514 2225 9 0 2887285 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 11586392

[startup+0.700159 s]
/proc/loadavg: 3.75 3.85 3.49 4/197 24449
/proc/meminfo: memFree=27654204/32873844 swapFree=7632/7632
[pid=24449] ppid=24447 vsize=11852648 CPUtime=1.62 cores=0,2,4,6
/proc/24449/stat : 24449 (java) S 24447 24449 24098 0 -1 4202496 11250 0 1 0 158 4 0 0 20 0 22 0 342665535 12137111552 40630 33554432000 1073741824 1073778376 140734171375104 140734171366240 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24449/statm: 2963162 40630 2258 9 0 2953849 0
Current children cumulated CPU time (s) 1.62
Current children cumulated vsize (KiB) 11852648

[startup+1.50071 s]
/proc/loadavg: 3.75 3.85 3.49 6/219 24471
/proc/meminfo: memFree=27297136/32873844 swapFree=7632/7632
[pid=24449] ppid=24447 vsize=11852648 CPUtime=3.87 cores=0,2,4,6
/proc/24449/stat : 24449 (java) S 24447 24449 24098 0 -1 4202496 13906 0 1 0 380 7 0 0 20 0 22 0 342665535 12137111552 70052 33554432000 1073741824 1073778376 140734171375104 140734171366240 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24449/statm: 2963162 70052 2264 9 0 2953849 0
[pid=24449/tid=24451] ppid=24447 vsize=11852648 CPUtime=0.55 cores=0,2,4,6
/proc/24449/task/24451/stat : 24451 (java) S 24447 24449 24098 0 -1 4202560 3425 0 1 0 52 3 0 0 20 0 22 0 342665535 12137111552 70052 33554432000 1073741824 1073778376 140734171375104 139940491039896 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24449/tid=24452] ppid=24447 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24449/task/24452/stat : 24452 (java) S 24447 24449 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342665537 12137111552 70052 33554432000 1073741824 1073778376 140734171375104 139940445793192 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24449/tid=24453] ppid=24447 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24449/task/24453/stat : 24453 (java) S 24447 24449 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342665537 12137111552 70052 33554432000 1073741824 1073778376 140734171375104 139940444740648 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24449/tid=24454] ppid=24447 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24449/task/24454/stat : 24454 (java) S 24447 24449 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342665537 12137111552 70052 33554432000 1073741824 1073778376 140734171375104 139940443687592 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24449/tid=24455] ppid=24447 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24449/task/24455/stat : 24455 (java) S 24447 24449 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342665537 12137111552 70052 33554432000 1073741824 1073778376 140734171375104 139940442635048 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24449/tid=24456] ppid=24447 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24449/task/24456/stat : 24456 (java) S 24447 24449 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342665537 12137111552 70052 33554432000 1073741824 1073778376 140734171375104 139940441581992 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24449/tid=24457] ppid=24447 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24449/task/24457/stat : 24457 (java) S 24447 24449 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342665537 12137111552 70052 33554432000 1073741824 1073778376 140734171375104 139940440529448 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24449/tid=24458] ppid=24447 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24449/task/24458/stat : 24458 (java) S 24447 24449 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342665537 12137111552 70052 33554432000 1073741824 1073778376 140734171375104 139940439476392 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24449/tid=24459] ppid=24447 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24449/task/24459/stat : 24459 (java) S 24447 24449 24098 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 342665537 12137111552 70052 33554432000 1073741824 1073778376 140734171375104 139940438423848 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24449/tid=24460] ppid=24447 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24449/task/24460/stat : 24460 (java) S 24447 24449 24098 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 342665538 12137111552 70052 33554432000 1073741824 1073778376 140734171375104 139940307573608 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24449/tid=24461] ppid=24447 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24449/task/24461/stat : 24461 (java) S 24447 24449 24098 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 342665539 12137111552 70052 33554432000 1073741824 1073778376 140734171375104 139940306519928 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24449/tid=24462] ppid=24447 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24449/task/24462/stat : 24462 (java) S 24447 24449 24098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342665539 12137111552 70052 33554432000 1073741824 1073778376 140734171375104 139940305466760 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24449/tid=24463] ppid=24447 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24449/task/24463/stat : 24463 (java) S 24447 24449 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342665541 12137111552 70052 33554432000 1073741824 1073778376 140734171375104 139940304415504 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24449/tid=24464] ppid=24447 vsize=11852648 CPUtime=0.69 cores=0,2,4,6
/proc/24449/task/24464/stat : 24464 (java) S 24447 24449 24098 0 -1 4202560 2411 0 0 0 69 0 0 0 20 0 22 0 342665541 12137111552 70052 33554432000 1073741824 1073778376 140734171375104 139940303362360 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24449/tid=24465] ppid=24447 vsize=11852648 CPUtime=0.77 cores=0,2,4,6
/proc/24449/task/24465/stat : 24465 (java) S 24447 24449 24098 0 -1 4202560 6710 0 0 0 75 2 0 0 20 0 22 0 342665541 12137111552 70052 33554432000 1073741824 1073778376 140734171375104 139939429738936 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24449/tid=24466] ppid=24447 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24449/task/24466/stat : 24466 (java) S 24447 24449 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342665541 12137111552 70052 33554432000 1073741824 1073778376 140734171375104 139939428686072 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24449/tid=24467] ppid=24447 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24449/task/24467/stat : 24467 (java) S 24447 24449 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342665541 12137111552 70052 33554432000 1073741824 1073778376 140734171375104 139939427633736 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24449/tid=24468] ppid=24447 vsize=11852648 CPUtime=0.89 cores=0,2,4,6
/proc/24449/task/24468/stat : 24468 (java) R 24447 24449 24098 0 -1 4202560 28 0 0 0 89 0 0 0 20 0 22 0 342665592 12137111552 70052 33554432000 1073741824 1073778376 140734171375104 139939426579480 139940319702571 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=24449/tid=24469] ppid=24447 vsize=11852648 CPUtime=0.89 cores=0,2,4,6
/proc/24449/task/24469/stat : 24469 (java) R 24447 24449 24098 0 -1 4202560 130 0 0 0 87 2 0 0 20 0 22 0 342665592 12137111552 70052 33554432000 1073741824 1073778376 140734171375104 139939425526600 139940320078379 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24449/tid=24470] ppid=24447 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24449/task/24470/stat : 24470 (java) S 24447 24449 24098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342665594 12137111552 70052 33554432000 1073741824 1073778376 140734171375104 139939424474408 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24449/tid=24471] ppid=24447 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24449/task/24471/stat : 24471 (java) S 24447 24449 24098 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342665595 12137111552 70052 33554432000 1073741824 1073778376 140734171375104 139939423421864 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 3.87
Current children cumulated vsize (KiB) 11852648

[startup+3.1008 s]
/proc/loadavg: 3.75 3.85 3.49 5/219 24471
/proc/meminfo: memFree=26804440/32873844 swapFree=7632/7632
[pid=24449] ppid=24447 vsize=11852648 CPUtime=7.17 cores=0,2,4,6
/proc/24449/stat : 24449 (java) S 24447 24449 24098 0 -1 4202496 14472 0 1 0 701 16 0 0 20 0 22 0 342665535 12137111552 174551 33554432000 1073741824 1073778376 140734171375104 140734171366240 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24449/statm: 2963162 174551 2290 9 0 2953849 0
[pid=24449/tid=24451] ppid=24447 vsize=11852648 CPUtime=0.55 cores=0,2,4,6
/proc/24449/task/24451/stat : 24451 (java) S 24447 24449 24098 0 -1 4202560 3425 0 1 0 52 3 0 0 20 0 22 0 342665535 12137111552 174551 33554432000 1073741824 1073778376 140734171375104 139940491039896 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24449/tid=24452] ppid=24447 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24449/task/24452/stat : 24452 (java) S 24447 24449 24098 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 342665537 12137111552 174551 33554432000 1073741824 1073778376 140734171375104 139940445793192 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24449/tid=24453] ppid=24447 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24449/task/24453/stat : 24453 (java) S 24447 24449 24098 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 342665537 12137111552 174551 33554432000 1073741824 1073778376 140734171375104 139940444740648 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24449/tid=24454] ppid=24447 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24449/task/24454/stat : 24454 (java) S 24447 24449 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342665537 12137111552 174551 33554432000 1073741824 1073778376 140734171375104 139940443687592 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24449/tid=24455] ppid=24447 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24449/task/24455/stat : 24455 (java) S 24447 24449 24098 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342665537 12137111552 174551 33554432000 1073741824 1073778376 140734171375104 139940442635048 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24449/tid=24456] ppid=24447 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24449/task/24456/stat : 24456 (java) S 24447 24449 24098 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 342665537 12137111552 174551 33554432000 1073741824 1073778376 140734171375104 139940441581992 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24449/tid=24457] ppid=24447 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24449/task/24457/stat : 24457 (java) S 24447 24449 24098 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 342665537 12137111552 174551 33554432000 1073741824 1073778376 140734171375104 139940440529448 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24449/tid=24458] ppid=24447 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24449/task/24458/stat : 24458 (java) S 24447 24449 24098 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 342665537 12137111552 174551 33554432000 1073741824 1073778376 140734171375104 139940439476392 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24449/tid=24459] ppid=24447 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24449/task/24459/stat : 24459 (java) S 24447 24449 24098 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 342665537 12137111552 174551 33554432000 1073741824 1073778376 140734171375104 139940438423848 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24449/tid=24460] ppid=24447 vsize=11852648 CPUtime=0.03 cores=0,2,4,6
/proc/24449/task/24460/stat : 24460 (java) S 24447 24449 24098 0 -1 4202560 37 0 0 0 3 0 0 0 20 0 22 0 342665538 12137111552 174551 33554432000 1073741824 1073778376 140734171375104 139940307573608 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24449/tid=24461] ppid=24447 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24449/task/24461/stat : 24461 (java) S 24447 24449 24098 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342665539 12137111552 174551 33554432000 1073741824 1073778376 140734171375104 139940306519928 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24449/tid=24462] ppid=24447 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24449/task/24462/stat : 24462 (java) S 24447 24449 24098 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342665539 12137111552 174551 33554432000 1073741824 1073778376 140734171375104 139940305466760 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24449/tid=24463] ppid=24447 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24449/task/24463/stat : 24463 (java) S 24447 24449 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342665541 12137111552 174551 33554432000 1073741824 1073778376 140734171375104 139940304415504 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24449/tid=24464] ppid=24447 vsize=11852648 CPUtime=0.79 cores=0,2,4,6
/proc/24449/task/24464/stat : 24464 (java) S 24447 24449 24098 0 -1 4202560 2699 0 0 0 79 0 0 0 20 0 22 0 342665541 12137111552 174551 33554432000 1073741824 1073778376 140734171375104 139940303362360 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24449/tid=24465] ppid=24447 vsize=11852648 CPUtime=0.82 cores=0,2,4,6
/proc/24449/task/24465/stat : 24465 (java) S 24447 24449 24098 0 -1 4202560 6716 0 0 0 80 2 0 0 20 0 22 0 342665541 12137111552 174551 33554432000 1073741824 1073778376 140734171375104 139939429738936 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24449/tid=24466] ppid=24447 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24449/task/24466/stat : 24466 (java) S 24447 24449 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342665541 12137111552 174551 33554432000 1073741824 1073778376 140734171375104 139939428686072 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24449/tid=24467] ppid=24447 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24449/task/24467/stat : 24467 (java) S 24447 24449 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342665541 12137111552 174551 33554432000 1073741824 1073778376 140734171375104 139939427633736 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24449/tid=24468] ppid=24447 vsize=11852648 CPUtime=2.41 cores=0,2,4,6
/proc/24449/task/24468/stat : 24468 (java) R 24447 24449 24098 0 -1 4202560 32 0 0 0 241 0 0 0 20 0 22 0 342665592 12137111552 174551 33554432000 1073741824 1073778376 140734171375104 139939426579216 139940319737836 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24449/tid=24469] ppid=24447 vsize=11852648 CPUtime=2.42 cores=0,2,4,6
/proc/24449/task/24469/stat : 24469 (java) R 24447 24449 24098 0 -1 4202560 319 0 0 0 232 10 0 0 20 0 22 0 342665592 12137111552 174551 33554432000 1073741824 1073778376 140734171375104 139939425524528 139940320074688 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24449/tid=24470] ppid=24447 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24449/task/24470/stat : 24470 (java) S 24447 24449 24098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342665594 12137111552 174551 33554432000 1073741824 1073778376 140734171375104 139939424474408 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24449/tid=24471] ppid=24447 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24449/task/24471/stat : 24471 (java) S 24447 24449 24098 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342665595 12137111552 174551 33554432000 1073741824 1073778376 140734171375104 139939423421864 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.17
Current children cumulated vsize (KiB) 11852648

[startup+6.30079 s]
/proc/loadavg: 3.77 3.85 3.50 5/219 24471
/proc/meminfo: memFree=26297968/32873844 swapFree=7632/7632
[pid=24449] ppid=24447 vsize=11852648 CPUtime=13.72 cores=0,2,4,6
/proc/24449/stat : 24449 (java) S 24447 24449 24098 0 -1 4202496 14635 0 1 0 1351 21 0 0 20 0 22 0 342665535 12137111552 226280 33554432000 1073741824 1073778376 140734171375104 140734171366240 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24449/statm: 2963162 226280 2290 9 0 2953849 0
[pid=24449/tid=24451] ppid=24447 vsize=11852648 CPUtime=0.55 cores=0,2,4,6
/proc/24449/task/24451/stat : 24451 (java) S 24447 24449 24098 0 -1 4202560 3426 0 1 0 52 3 0 0 20 0 22 0 342665535 12137111552 226280 33554432000 1073741824 1073778376 140734171375104 139940491039896 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24449/tid=24452] ppid=24447 vsize=11852648 CPUtime=0.01 cores=0,2,4,6
/proc/24449/task/24452/stat : 24452 (java) S 24447 24449 24098 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 22 0 342665537 12137111552 226280 33554432000 1073741824 1073778376 140734171375104 139940445793192 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24449/tid=24453] ppid=24447 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24449/task/24453/stat : 24453 (java) S 24447 24449 24098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342665537 12137111552 226280 33554432000 1073741824 1073778376 140734171375104 139940444740648 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24449/tid=24454] ppid=24447 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24449/task/24454/stat : 24454 (java) S 24447 24449 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342665537 12137111552 226280 33554432000 1073741824 1073778376 140734171375104 139940443687592 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24449/tid=24455] ppid=24447 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24449/task/24455/stat : 24455 (java) S 24447 24449 24098 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 342665537 12137111552 226280 33554432000 1073741824 1073778376 140734171375104 139940442635048 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24449/tid=24456] ppid=24447 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24449/task/24456/stat : 24456 (java) S 24447 24449 24098 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 342665537 12137111552 226280 33554432000 1073741824 1073778376 140734171375104 139940441581992 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24449/tid=24457] ppid=24447 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24449/task/24457/stat : 24457 (java) S 24447 24449 24098 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 22 0 342665537 12137111552 226280 33554432000 1073741824 1073778376 140734171375104 139940440529448 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24449/tid=24458] ppid=24447 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24449/task/24458/stat : 24458 (java) S 24447 24449 24098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342665537 12137111552 226280 33554432000 1073741824 1073778376 140734171375104 139940439476392 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24449/tid=24459] ppid=24447 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24449/task/24459/stat : 24459 (java) S 24447 24449 24098 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 342665537 12137111552 226280 33554432000 1073741824 1073778376 140734171375104 139940438423848 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24449/tid=24460] ppid=24447 vsize=11852648 CPUtime=0.09 cores=0,2,4,6
/proc/24449/task/24460/stat : 24460 (java) S 24447 24449 24098 0 -1 4202560 39 0 0 0 9 0 0 0 20 0 22 0 342665538 12137111552 226280 33554432000 1073741824 1073778376 140734171375104 139940307573608 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24449/tid=24461] ppid=24447 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24449/task/24461/stat : 24461 (java) S 24447 24449 24098 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342665539 12137111552 226280 33554432000 1073741824 1073778376 140734171375104 139940306519928 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24449/tid=24462] ppid=24447 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24449/task/24462/stat : 24462 (java) S 24447 24449 24098 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342665539 12137111552 226280 33554432000 1073741824 1073778376 140734171375104 139940305466760 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24449/tid=24463] ppid=24447 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24449/task/24463/stat : 24463 (java) S 24447 24449 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342665541 12137111552 226280 33554432000 1073741824 1073778376 140734171375104 139940304415504 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24449/tid=24464] ppid=24447 vsize=11852648 CPUtime=0.86 cores=0,2,4,6
/proc/24449/task/24464/stat : 24464 (java) S 24447 24449 24098 0 -1 4202560 2699 0 0 0 86 0 0 0 20 0 22 0 342665541 12137111552 226280 33554432000 1073741824 1073778376 140734171375104 139940303362360 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0

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

/proc/24449/statm: 2963162 927063 2291 9 0 2953849 0
[pid=24449/tid=24451] ppid=24447 vsize=11852648 CPUtime=0.58 cores=0,2,4,6
/proc/24449/task/24451/stat : 24451 (java) S 24447 24449 24098 0 -1 4202560 3452 0 1 0 54 4 0 0 20 0 22 0 342665535 12137111552 927063 33554432000 1073741824 1073778376 140734171375104 139940491039896 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24449/tid=24452] ppid=24447 vsize=11852648 CPUtime=0.62 cores=0,2,4,6
/proc/24449/task/24452/stat : 24452 (java) S 24447 24449 24098 0 -1 4202560 57 0 0 0 60 2 0 0 20 0 22 0 342665537 12137111552 927063 33554432000 1073741824 1073778376 140734171375104 139940445793192 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24449/tid=24453] ppid=24447 vsize=11852648 CPUtime=0.61 cores=0,2,4,6
/proc/24449/task/24453/stat : 24453 (java) S 24447 24449 24098 0 -1 4202560 80 0 0 0 57 4 0 0 20 0 22 0 342665537 12137111552 927063 33554432000 1073741824 1073778376 140734171375104 139940444740648 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24449/tid=24454] ppid=24447 vsize=11852648 CPUtime=0.62 cores=0,2,4,6
/proc/24449/task/24454/stat : 24454 (java) S 24447 24449 24098 0 -1 4202560 63 0 0 0 59 3 0 0 20 0 22 0 342665537 12137111552 927063 33554432000 1073741824 1073778376 140734171375104 139940443687592 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24449/tid=24455] ppid=24447 vsize=11852648 CPUtime=0.68 cores=0,2,4,6
/proc/24449/task/24455/stat : 24455 (java) S 24447 24449 24098 0 -1 4202560 83 0 0 0 64 4 0 0 20 0 22 0 342665537 12137111552 927063 33554432000 1073741824 1073778376 140734171375104 139940442635048 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24449/tid=24456] ppid=24447 vsize=11852648 CPUtime=0.78 cores=0,2,4,6
/proc/24449/task/24456/stat : 24456 (java) S 24447 24449 24098 0 -1 4202560 120 0 0 0 73 5 0 0 20 0 22 0 342665537 12137111552 927063 33554432000 1073741824 1073778376 140734171375104 139940441581992 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24449/tid=24457] ppid=24447 vsize=11852648 CPUtime=0.71 cores=0,2,4,6
/proc/24449/task/24457/stat : 24457 (java) S 24447 24449 24098 0 -1 4202560 68 0 0 0 68 3 0 0 20 0 22 0 342665537 12137111552 927063 33554432000 1073741824 1073778376 140734171375104 139940440529448 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24449/tid=24458] ppid=24447 vsize=11852648 CPUtime=0.68 cores=0,2,4,6
/proc/24449/task/24458/stat : 24458 (java) S 24447 24449 24098 0 -1 4202560 69 0 0 0 64 4 0 0 20 0 22 0 342665537 12137111552 927063 33554432000 1073741824 1073778376 140734171375104 139940439476392 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24449/tid=24459] ppid=24447 vsize=11852648 CPUtime=0.65 cores=0,2,4,6
/proc/24449/task/24459/stat : 24459 (java) S 24447 24449 24098 0 -1 4202560 86 0 0 0 61 4 0 0 20 0 22 0 342665537 12137111552 927063 33554432000 1073741824 1073778376 140734171375104 139940438423848 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24449/tid=24460] ppid=24447 vsize=11852648 CPUtime=17.22 cores=0,2,4,6
/proc/24449/task/24460/stat : 24460 (java) S 24447 24449 24098 0 -1 4202560 168 0 0 0 1710 12 0 0 20 0 22 0 342665538 12137111552 927063 33554432000 1073741824 1073778376 140734171375104 139940307573608 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24449/tid=24461] ppid=24447 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24449/task/24461/stat : 24461 (java) S 24447 24449 24098 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342665539 12137111552 927063 33554432000 1073741824 1073778376 140734171375104 139940306519928 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24449/tid=24462] ppid=24447 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24449/task/24462/stat : 24462 (java) S 24447 24449 24098 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342665539 12137111552 927063 33554432000 1073741824 1073778376 140734171375104 139940305466760 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24449/tid=24463] ppid=24447 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24449/task/24463/stat : 24463 (java) S 24447 24449 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342665541 12137111552 927063 33554432000 1073741824 1073778376 140734171375104 139940304415504 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24449/tid=24464] ppid=24447 vsize=11852648 CPUtime=1.08 cores=0,2,4,6
/proc/24449/task/24464/stat : 24464 (java) S 24447 24449 24098 0 -1 4202560 4120 0 0 0 108 0 0 0 20 0 22 0 342665541 12137111552 927063 33554432000 1073741824 1073778376 140734171375104 139940303362360 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24449/tid=24465] ppid=24447 vsize=11852648 CPUtime=0.96 cores=0,2,4,6
/proc/24449/task/24465/stat : 24465 (java) S 24447 24449 24098 0 -1 4202560 6762 0 0 0 94 2 0 0 20 0 22 0 342665541 12137111552 927063 33554432000 1073741824 1073778376 140734171375104 139939429738936 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24449/tid=24466] ppid=24447 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24449/task/24466/stat : 24466 (java) S 24447 24449 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342665541 12137111552 927063 33554432000 1073741824 1073778376 140734171375104 139939428686072 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24449/tid=24467] ppid=24447 vsize=11852648 CPUtime=0.19 cores=0,2,4,6
/proc/24449/task/24467/stat : 24467 (java) S 24447 24449 24098 0 -1 4202560 47 0 0 0 9 10 0 0 20 0 22 0 342665541 12137111552 927063 33554432000 1073741824 1073778376 140734171375104 139939427633736 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24449/tid=24468] ppid=24447 vsize=11852648 CPUtime=800.76 cores=0,2,4,6
/proc/24449/task/24468/stat : 24468 (java) R 24447 24449 24098 0 -1 4202560 82 0 0 0 80063 13 0 0 20 0 22 0 342665592 12137111552 927063 33554432000 1073741824 1073778376 140734171375104 139939426579280 139940319640382 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24449/tid=24469] ppid=24447 vsize=11852648 CPUtime=800.84 cores=0,2,4,6
/proc/24449/task/24469/stat : 24469 (java) R 24447 24449 24098 0 -1 4202560 1658 0 0 0 80013 71 0 0 20 0 22 0 342665592 12137111552 927063 33554432000 1073741824 1073778376 140734171375104 139939425524448 139940319711025 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24449/tid=24470] ppid=24447 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24449/task/24470/stat : 24470 (java) S 24447 24449 24098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342665594 12137111552 927063 33554432000 1073741824 1073778376 140734171375104 139939424474408 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24449/tid=24471] ppid=24447 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24449/task/24471/stat : 24471 (java) S 24447 24449 24098 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342665595 12137111552 927063 33554432000 1073741824 1073778376 140734171375104 139939423421864 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1631.01
Current children cumulated vsize (KiB) 11852648

[startup+882.301 s]
/proc/loadavg: 3.94 4.01 3.80 5/219 24481
/proc/meminfo: memFree=20764308/32873844 swapFree=7632/7632
[pid=24449] ppid=24447 vsize=11852648 CPUtime=1750.34 cores=0,2,4,6
/proc/24449/stat : 24449 (java) S 24447 24449 24098 0 -1 4202496 18124 0 1 0 174917 117 0 0 20 0 22 0 342665535 12137111552 927072 33554432000 1073741824 1073778376 140734171375104 140734171366240 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24449/statm: 2963162 927072 2291 9 0 2953849 0
[pid=24449/tid=24451] ppid=24447 vsize=11852648 CPUtime=0.58 cores=0,2,4,6
/proc/24449/task/24451/stat : 24451 (java) S 24447 24449 24098 0 -1 4202560 3454 0 1 0 54 4 0 0 20 0 22 0 342665535 12137111552 927072 33554432000 1073741824 1073778376 140734171375104 139940491039896 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24449/tid=24452] ppid=24447 vsize=11852648 CPUtime=0.66 cores=0,2,4,6
/proc/24449/task/24452/stat : 24452 (java) S 24447 24449 24098 0 -1 4202560 60 0 0 0 64 2 0 0 20 0 22 0 342665537 12137111552 927072 33554432000 1073741824 1073778376 140734171375104 139940445793192 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24449/tid=24453] ppid=24447 vsize=11852648 CPUtime=0.64 cores=0,2,4,6
/proc/24449/task/24453/stat : 24453 (java) S 24447 24449 24098 0 -1 4202560 80 0 0 0 60 4 0 0 20 0 22 0 342665537 12137111552 927072 33554432000 1073741824 1073778376 140734171375104 139940444740648 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24449/tid=24454] ppid=24447 vsize=11852648 CPUtime=0.64 cores=0,2,4,6
/proc/24449/task/24454/stat : 24454 (java) S 24447 24449 24098 0 -1 4202560 63 0 0 0 61 3 0 0 20 0 22 0 342665537 12137111552 927072 33554432000 1073741824 1073778376 140734171375104 139940443687592 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24449/tid=24455] ppid=24447 vsize=11852648 CPUtime=0.71 cores=0,2,4,6
/proc/24449/task/24455/stat : 24455 (java) S 24447 24449 24098 0 -1 4202560 84 0 0 0 67 4 0 0 20 0 22 0 342665537 12137111552 927072 33554432000 1073741824 1073778376 140734171375104 139940442635048 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24449/tid=24456] ppid=24447 vsize=11852648 CPUtime=0.81 cores=0,2,4,6
/proc/24449/task/24456/stat : 24456 (java) S 24447 24449 24098 0 -1 4202560 120 0 0 0 76 5 0 0 20 0 22 0 342665537 12137111552 927072 33554432000 1073741824 1073778376 140734171375104 139940441581992 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24449/tid=24457] ppid=24447 vsize=11852648 CPUtime=0.73 cores=0,2,4,6
/proc/24449/task/24457/stat : 24457 (java) S 24447 24449 24098 0 -1 4202560 70 0 0 0 70 3 0 0 20 0 22 0 342665537 12137111552 927072 33554432000 1073741824 1073778376 140734171375104 139940440529448 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24449/tid=24458] ppid=24447 vsize=11852648 CPUtime=0.71 cores=0,2,4,6
/proc/24449/task/24458/stat : 24458 (java) S 24447 24449 24098 0 -1 4202560 72 0 0 0 67 4 0 0 20 0 22 0 342665537 12137111552 927072 33554432000 1073741824 1073778376 140734171375104 139940439476392 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24449/tid=24459] ppid=24447 vsize=11852648 CPUtime=0.68 cores=0,2,4,6
/proc/24449/task/24459/stat : 24459 (java) S 24447 24449 24098 0 -1 4202560 86 0 0 0 64 4 0 0 20 0 22 0 342665537 12137111552 927072 33554432000 1073741824 1073778376 140734171375104 139940438423848 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24449/tid=24460] ppid=24447 vsize=11852648 CPUtime=17.97 cores=0,2,4,6
/proc/24449/task/24460/stat : 24460 (java) S 24447 24449 24098 0 -1 4202560 172 0 0 0 1785 12 0 0 20 0 22 0 342665538 12137111552 927072 33554432000 1073741824 1073778376 140734171375104 139940307573608 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24449/tid=24461] ppid=24447 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24449/task/24461/stat : 24461 (java) S 24447 24449 24098 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342665539 12137111552 927072 33554432000 1073741824 1073778376 140734171375104 139940306519928 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24449/tid=24462] ppid=24447 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24449/task/24462/stat : 24462 (java) S 24447 24449 24098 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342665539 12137111552 927072 33554432000 1073741824 1073778376 140734171375104 139940305466760 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24449/tid=24463] ppid=24447 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24449/task/24463/stat : 24463 (java) S 24447 24449 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342665541 12137111552 927072 33554432000 1073741824 1073778376 140734171375104 139940304415504 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24449/tid=24464] ppid=24447 vsize=11852648 CPUtime=1.08 cores=0,2,4,6
/proc/24449/task/24464/stat : 24464 (java) S 24447 24449 24098 0 -1 4202560 4120 0 0 0 108 0 0 0 20 0 22 0 342665541 12137111552 927072 33554432000 1073741824 1073778376 140734171375104 139940303362360 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24449/tid=24465] ppid=24447 vsize=11852648 CPUtime=0.96 cores=0,2,4,6
/proc/24449/task/24465/stat : 24465 (java) S 24447 24449 24098 0 -1 4202560 6762 0 0 0 94 2 0 0 20 0 22 0 342665541 12137111552 927072 33554432000 1073741824 1073778376 140734171375104 139939429738936 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24449/tid=24466] ppid=24447 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24449/task/24466/stat : 24466 (java) S 24447 24449 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342665541 12137111552 927072 33554432000 1073741824 1073778376 140734171375104 139939428686072 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24449/tid=24467] ppid=24447 vsize=11852648 CPUtime=0.21 cores=0,2,4,6
/proc/24449/task/24467/stat : 24467 (java) S 24447 24449 24098 0 -1 4202560 51 0 0 0 10 11 0 0 20 0 22 0 342665541 12137111552 927072 33554432000 1073741824 1073778376 140734171375104 139939427633736 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24449/tid=24468] ppid=24447 vsize=11852648 CPUtime=859.79 cores=0,2,4,6
/proc/24449/task/24468/stat : 24468 (java) R 24447 24449 24098 0 -1 4202560 83 0 0 0 85965 14 0 0 20 0 22 0 342665592 12137111552 927072 33554432000 1073741824 1073778376 140734171375104 139939426579280 139940319640352 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24449/tid=24469] ppid=24447 vsize=11852648 CPUtime=859.86 cores=0,2,4,6
/proc/24449/task/24469/stat : 24469 (java) R 24447 24449 24098 0 -1 4202560 1658 0 0 0 85914 72 0 0 20 0 22 0 342665592 12137111552 927072 33554432000 1073741824 1073778376 140734171375104 139939425524384 139940319879678 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24449/tid=24470] ppid=24447 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24449/task/24470/stat : 24470 (java) S 24447 24449 24098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342665594 12137111552 927072 33554432000 1073741824 1073778376 140734171375104 139939424474408 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24449/tid=24471] ppid=24447 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24449/task/24471/stat : 24471 (java) S 24447 24449 24098 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342665595 12137111552 927072 33554432000 1073741824 1073778376 140734171375104 139939423421864 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1750.34
Current children cumulated vsize (KiB) 11852648



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+907.401 s]
/proc/loadavg: 3.88 3.99 3.80 5/219 24543
/proc/meminfo: memFree=23771800/32873844 swapFree=7632/7632
[pid=24449] ppid=24447 vsize=11852648 CPUtime=1800.2 cores=0,2,4,6
/proc/24449/stat : 24449 (java) S 24447 24449 24098 0 -1 4202496 18132 0 1 0 179902 118 0 0 20 0 22 0 342665535 12137111552 927077 33554432000 1073741824 1073778376 140734171375104 140734171366240 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24449/statm: 2963162 927077 2291 9 0 2953849 0
[pid=24449/tid=24451] ppid=24447 vsize=11852648 CPUtime=0.58 cores=0,2,4,6
/proc/24449/task/24451/stat : 24451 (java) S 24447 24449 24098 0 -1 4202560 3455 0 1 0 54 4 0 0 20 0 22 0 342665535 12137111552 927077 33554432000 1073741824 1073778376 140734171375104 139940491039896 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24449/tid=24452] ppid=24447 vsize=11852648 CPUtime=0.66 cores=0,2,4,6
/proc/24449/task/24452/stat : 24452 (java) S 24447 24449 24098 0 -1 4202560 60 0 0 0 64 2 0 0 20 0 22 0 342665537 12137111552 927077 33554432000 1073741824 1073778376 140734171375104 139940445793192 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24449/tid=24453] ppid=24447 vsize=11852648 CPUtime=0.64 cores=0,2,4,6
/proc/24449/task/24453/stat : 24453 (java) S 24447 24449 24098 0 -1 4202560 80 0 0 0 60 4 0 0 20 0 22 0 342665537 12137111552 927077 33554432000 1073741824 1073778376 140734171375104 139940444740648 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24449/tid=24454] ppid=24447 vsize=11852648 CPUtime=0.65 cores=0,2,4,6
/proc/24449/task/24454/stat : 24454 (java) S 24447 24449 24098 0 -1 4202560 64 0 0 0 62 3 0 0 20 0 22 0 342665537 12137111552 927077 33554432000 1073741824 1073778376 140734171375104 139940443687592 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24449/tid=24455] ppid=24447 vsize=11852648 CPUtime=0.72 cores=0,2,4,6
/proc/24449/task/24455/stat : 24455 (java) S 24447 24449 24098 0 -1 4202560 85 0 0 0 68 4 0 0 20 0 22 0 342665537 12137111552 927077 33554432000 1073741824 1073778376 140734171375104 139940442635048 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24449/tid=24456] ppid=24447 vsize=11852648 CPUtime=0.82 cores=0,2,4,6
/proc/24449/task/24456/stat : 24456 (java) S 24447 24449 24098 0 -1 4202560 120 0 0 0 77 5 0 0 20 0 22 0 342665537 12137111552 927077 33554432000 1073741824 1073778376 140734171375104 139940441581992 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24449/tid=24457] ppid=24447 vsize=11852648 CPUtime=0.74 cores=0,2,4,6
/proc/24449/task/24457/stat : 24457 (java) S 24447 24449 24098 0 -1 4202560 73 0 0 0 71 3 0 0 20 0 22 0 342665537 12137111552 927077 33554432000 1073741824 1073778376 140734171375104 139940440529448 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24449/tid=24458] ppid=24447 vsize=11852648 CPUtime=0.71 cores=0,2,4,6
/proc/24449/task/24458/stat : 24458 (java) S 24447 24449 24098 0 -1 4202560 72 0 0 0 67 4 0 0 20 0 22 0 342665537 12137111552 927077 33554432000 1073741824 1073778376 140734171375104 139940439476392 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24449/tid=24459] ppid=24447 vsize=11852648 CPUtime=0.68 cores=0,2,4,6
/proc/24449/task/24459/stat : 24459 (java) S 24447 24449 24098 0 -1 4202560 86 0 0 0 64 4 0 0 20 0 22 0 342665537 12137111552 927077 33554432000 1073741824 1073778376 140734171375104 139940438423848 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24449/tid=24460] ppid=24447 vsize=11852648 CPUtime=18.35 cores=0,2,4,6
/proc/24449/task/24460/stat : 24460 (java) S 24447 24449 24098 0 -1 4202560 172 0 0 0 1823 12 0 0 20 0 22 0 342665538 12137111552 927077 33554432000 1073741824 1073778376 140734171375104 139940307573608 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24449/tid=24461] ppid=24447 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24449/task/24461/stat : 24461 (java) S 24447 24449 24098 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342665539 12137111552 927077 33554432000 1073741824 1073778376 140734171375104 139940306519928 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24449/tid=24462] ppid=24447 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24449/task/24462/stat : 24462 (java) S 24447 24449 24098 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342665539 12137111552 927077 33554432000 1073741824 1073778376 140734171375104 139940305466760 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24449/tid=24463] ppid=24447 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24449/task/24463/stat : 24463 (java) S 24447 24449 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342665541 12137111552 927077 33554432000 1073741824 1073778376 140734171375104 139940304415504 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24449/tid=24464] ppid=24447 vsize=11852648 CPUtime=1.08 cores=0,2,4,6
/proc/24449/task/24464/stat : 24464 (java) S 24447 24449 24098 0 -1 4202560 4120 0 0 0 108 0 0 0 20 0 22 0 342665541 12137111552 927077 33554432000 1073741824 1073778376 140734171375104 139940303362360 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24449/tid=24465] ppid=24447 vsize=11852648 CPUtime=0.96 cores=0,2,4,6
/proc/24449/task/24465/stat : 24465 (java) S 24447 24449 24098 0 -1 4202560 6762 0 0 0 94 2 0 0 20 0 22 0 342665541 12137111552 927077 33554432000 1073741824 1073778376 140734171375104 139939429738936 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24449/tid=24466] ppid=24447 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24449/task/24466/stat : 24466 (java) S 24447 24449 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342665541 12137111552 927077 33554432000 1073741824 1073778376 140734171375104 139939428686072 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24449/tid=24467] ppid=24447 vsize=11852648 CPUtime=0.21 cores=0,2,4,6
/proc/24449/task/24467/stat : 24467 (java) S 24447 24449 24098 0 -1 4202560 53 0 0 0 10 11 0 0 20 0 22 0 342665541 12137111552 927077 33554432000 1073741824 1073778376 140734171375104 139939427633736 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24449/tid=24468] ppid=24447 vsize=11852648 CPUtime=884.45 cores=0,2,4,6
/proc/24449/task/24468/stat : 24468 (java) R 24447 24449 24098 0 -1 4202560 83 0 0 0 88431 14 0 0 20 0 22 0 342665592 12137111552 927077 33554432000 1073741824 1073778376 140734171375104 139939426579280 139940319800244 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24449/tid=24469] ppid=24447 vsize=11852648 CPUtime=884.52 cores=0,2,4,6
/proc/24449/task/24469/stat : 24469 (java) R 24447 24449 24098 0 -1 4202560 1658 0 0 0 88380 72 0 0 20 0 22 0 342665592 12137111552 927077 33554432000 1073741824 1073778376 140734171375104 139939425524448 139940319879630 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24449/tid=24470] ppid=24447 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24449/task/24470/stat : 24470 (java) S 24447 24449 24098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342665594 12137111552 927077 33554432000 1073741824 1073778376 140734171375104 139939424474408 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24449/tid=24471] ppid=24447 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24449/task/24471/stat : 24471 (java) S 24447 24449 24098 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342665595 12137111552 927077 33554432000 1073741824 1073778376 140734171375104 139939423421864 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.2
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 24449 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=568184
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=615754
# CPU time returned by wait4() is 1796.18
# while last known CPU time is 1800.2
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 907.465
CPU time (s): 1800.2
CPU user time (s): 1799.02
CPU system time (s): 1.18
CPU usage (%): 198.377
Max. virtual memory (cumulated for all children) (KiB): 11852648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.57
system time used= 1.61575
maximum resident set size= 3710484
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18169
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= 24128
involuntary context switches= 20998

runsolver used 3.07153 second user time and 8.03478 second system time

The end

Launcher Data

Begin job on node141 at 2012-06-04 01:16:52
IDJOB=3742279
IDBENCH=90146
IDSOLVER=2328
FILE ID=node141/3742279-1338765412
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_K126.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3742279-1338765412/watcher-3742279-1338765412 -o /tmp/evaluation-result-3742279-1338765412/solver-3742279-1338765412 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3742279-1338765412.opb

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

MD5SUM BENCH= 8617651a414bb8902c12959cc1c92372
RANDOM SEED=1617173155

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:        27656888 kB
Buffers:          433724 kB
Cached:          3265064 kB
SwapCached:          216 kB
Active:          1871776 kB
Inactive:        2423160 kB
Active(anon):     586464 kB
Inactive(anon):    11288 kB
Active(file):    1285312 kB
Inactive(file):  2411872 kB
Unevictable:        7632 kB
Mlocked:            7632 kB
SwapTotal:      67108856 kB
SwapFree:       67108640 kB
Dirty:              3216 kB
Writeback:             0 kB
AnonPages:        677928 kB
Mapped:            18828 kB
Shmem:               172 kB
Slab:             742464 kB
SReclaimable:     184168 kB
SUnreclaim:       558296 kB
KernelStack:        1624 kB
PageTables:         5492 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:    636928 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 01:32:01