Trace number 3739620

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.13 912.457

General information on the benchmark

Name/DEC-SMALLINT-LIN/oliveras/j120/
normalized-j12038_3-sat.opb
MD5SUM56cc40b9ea431027514a5b56e02d7edb
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 variables37752
Total number of constraints125892
Number of constraints which are clauses125272
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints620
Minimum length of a constraint1
Maximum length of a constraint120
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 34
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 740
Number of bits of the biggest sum of numbers10
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.11	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.07/0.11	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.11	c See www.sat4j.org for details.
0.07/0.11	c version 2.3.1.v20110525
0.07/0.11	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.11	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.11	c java.vm.version	19.1-b02
0.07/0.11	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.11	c sun.arch.data.model	64
0.07/0.11	c java.version		1.6.0_24
0.07/0.11	c os.name		Linux
0.07/0.11	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.11	c os.arch		amd64
0.07/0.11	c Free memory 		9996466904
0.07/0.11	c Max memory 		10048897024
0.07/0.11	c Total memory 		10048897024
0.07/0.11	c Number of processors 	8
0.07/0.14	c Pseudo Boolean Optimization
0.07/0.14	c ManyCore solver with 2 solvers running in parallel
0.07/0.14	c --- Begin Solver configuration ---
0.07/0.14	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@48e5855a
0.07/0.14	c Learn all clauses as in MiniSAT
0.07/0.14	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.14	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.14	c Expensive reason simplification
0.07/0.14	c Armin Biere (Picosat) restarts strategy
0.07/0.14	c Glucose learned constraints deletion strategy
0.07/0.14	c timeout=2147483s
0.07/0.14	c DB Simplification allowed=false
0.07/0.14	c --- End Solver configuration ---
0.07/0.14	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.07/0.14	c --- Begin Solver configuration ---
0.07/0.14	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@398020cc
0.07/0.14	c Learn all clauses as in MiniSAT
0.07/0.14	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.14	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.07/0.14	c No reason simplification
0.07/0.14	c Armin Biere (Picosat) restarts strategy
0.07/0.14	c Glucose learned constraints deletion strategy
0.07/0.14	c timeout=2147483s
0.07/0.14	c DB Simplification allowed=false
0.07/0.14	c --- End Solver configuration ---
0.07/0.14	c solving HOME/instance-3739620-1338729515.opb
0.07/0.14	c reading problem ... 
2.49/1.35	c ... done. Wall clock time 1.208s.
2.49/1.35	c #vars     37752
2.49/1.35	c #constraints  111207
2.49/1.35	c constraints type 
2.49/1.35	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 14334
2.49/1.35	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 90858
2.49/1.35	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 620
2.49/1.35	c constraints type 
2.49/1.35	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 90858
2.49/1.35	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 14334
2.49/1.35	c org.sat4j.pb.constraints.pb.MaxWatchPb => 620
7.73/3.40	c cleaning 2489 clauses out of 5000 with flag 5000/5000
12.26/5.67	c cleaning 4254 clauses out of 8511 with flag 11000/11000
17.00/8.01	c cleaning 5620 clauses out of 11257 with flag 18000/18000
22.32/10.72	c cleaning 6815 clauses out of 13637 with flag 26000/26000
28.77/14.03	c cleaning 7900 clauses out of 15822 with flag 35000/35000
35.23/17.36	c cleaning 8953 clauses out of 17923 with flag 45001/45001
42.11/20.82	c cleaning 9975 clauses out of 19970 with flag 56001/56001
50.54/25.16	c cleaning 10992 clauses out of 21994 with flag 68000/68000
60.10/30.06	c cleaning 11994 clauses out of 24002 with flag 81000/81000
69.74/34.97	c cleaning 12993 clauses out of 26010 with flag 95002/95002
84.60/42.42	c cleaning 13986 clauses out of 28015 with flag 110000/110000
97.25/48.82	c cleaning 15005 clauses out of 30031 with flag 126002/126002
109.62/55.15	c cleaning 15996 clauses out of 32024 with flag 143000/143000
124.62/62.73	c cleaning 16978 clauses out of 34028 with flag 161000/161000
128.80/64.97	c cleaning 0 clauses out of 5001 with flag 0/5001
139.84/70.47	c cleaning 18016 clauses out of 36052 with flag 180002/180002
154.47/77.87	c cleaning 19006 clauses out of 38035 with flag 200001/200001
169.23/85.36	c cleaning 20003 clauses out of 40028 with flag 221000/221000
187.81/94.76	c cleaning 20991 clauses out of 42026 with flag 243001/243001
209.20/105.58	c cleaning 22007 clauses out of 44034 with flag 266000/266000
230.02/116.15	c cleaning 22995 clauses out of 46028 with flag 290001/290001
251.75/127.11	c cleaning 24002 clauses out of 48032 with flag 315000/315000
273.08/137.94	c cleaning 25005 clauses out of 50032 with flag 341002/341002
293.44/148.20	c cleaning 26009 clauses out of 52027 with flag 368002/368002
313.39/158.45	c cleaning 26997 clauses out of 54017 with flag 396001/396001
335.90/169.89	c cleaning 27995 clauses out of 56019 with flag 425000/425000
361.97/183.04	c cleaning 29004 clauses out of 58024 with flag 455000/455000
389.07/196.77	c cleaning 0 clauses out of 11000 with flag 0/11000
392.49/198.71	c cleaning 29975 clauses out of 60022 with flag 486002/486002
456.64/230.92	c cleaning 30971 clauses out of 62045 with flag 518000/518000
486.67/246.10	c cleaning 32021 clauses out of 64076 with flag 551002/551002
514.49/260.28	c cleaning 33017 clauses out of 66056 with flag 585003/585003
545.26/275.94	c cleaning 33989 clauses out of 68038 with flag 620002/620002
578.10/292.51	c cleaning 34982 clauses out of 70047 with flag 656000/656000
617.10/312.27	c cleaning 36022 clauses out of 72066 with flag 693001/693001
655.09/331.42	c cleaning 36996 clauses out of 74044 with flag 731001/731001
699.25/353.84	c cleaning 37977 clauses out of 76047 with flag 770000/770000
745.28/377.08	c cleaning 39019 clauses out of 78070 with flag 810000/810000
802.10/405.62	c cleaning 40000 clauses out of 80052 with flag 851001/851001
852.08/430.86	c cleaning 41011 clauses out of 82052 with flag 893001/893001
877.62/444.07	c cleaning 0 clauses out of 18001 with flag 0/18001
890.01/450.53	c cleaning 41997 clauses out of 84041 with flag 936001/936001
926.11/468.80	c cleaning 42994 clauses out of 86044 with flag 980001/980001
979.04/495.59	c cleaning 44013 clauses out of 88051 with flag 1025002/1025002
1019.77/516.39	c cleaning 45002 clauses out of 90037 with flag 1071001/1071001
1062.27/537.89	c cleaning 45957 clauses out of 92036 with flag 1118002/1118002
1113.95/563.98	c cleaning 46970 clauses out of 94077 with flag 1166000/1166000
1155.96/585.25	c cleaning 48032 clauses out of 96108 with flag 1215001/1215001
1199.59/607.54	c cleaning 49027 clauses out of 98075 with flag 1265000/1265000
1250.26/633.17	c cleaning 50015 clauses out of 100048 with flag 1316000/1316000
1295.43/656.00	c cleaning 51003 clauses out of 102033 with flag 1368000/1368000
1343.41/680.38	c cleaning 52004 clauses out of 104031 with flag 1421001/1421001
1398.18/708.23	c cleaning 52992 clauses out of 106028 with flag 1475002/1475002
1450.77/734.82	c cleaning 53991 clauses out of 108034 with flag 1530000/1530000
1529.05/774.21	c cleaning 54975 clauses out of 110044 with flag 1586001/1586001
1597.77/808.90	c cleaning 55986 clauses out of 112068 with flag 1643000/1643000
1657.46/839.31	c cleaning 57021 clauses out of 114082 with flag 1701000/1701000
1696.32/859.19	c cleaning 0 clauses out of 26000 with flag 0/26000
1715.32/869.02	c cleaning 58012 clauses out of 116062 with flag 1760001/1760001
1790.89/907.12	c cleaning 58962 clauses out of 118050 with flag 1820001/1820001
1800.13/912.41	c starts		: 210
1800.13/912.41	c conflicts		: 1827818
1800.13/912.41	c decisions		: 2298571
1800.13/912.41	c propagations		: 1182468223
1800.13/912.41	c inspects		: 4824589404
1800.13/912.41	c shortcuts		: 0
1800.13/912.41	c learnt literals	: 0
1800.13/912.41	c learnt binary clauses	: 4
1800.13/912.41	c learnt ternary clauses	: 1016
1800.13/912.41	c learnt constraints	: 1827818
1800.13/912.41	c ignored constraints	: 0
1800.13/912.41	c root simplifications	: 0
1800.13/912.41	c removed literals (reason simplification)	: 25350724
1800.13/912.41	c reason swapping (by a shorter reason)	: 0
1800.13/912.41	c Calls to reduceDB	: 56
1800.13/912.41	c number of reductions to clauses (during analyze)	: 0
1800.13/912.41	c number of learned constraints concerned by reduction	: 0
1800.13/912.41	c number of learning phase by resolution	: 0
1800.13/912.41	c number of learning phase by cutting planes	: 0
1800.13/912.41	c speed (assignments/second)	: 1297900.0914316573
1800.13/912.41	c non guided choices	3054
1800.13/912.43	c learnt constraints type 
1800.13/912.43	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 4
1800.13/912.43	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 66915
1800.13/912.44	c constraints type 
1800.13/912.44	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 14334
1800.13/912.44	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 90858
1800.13/912.44	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 620
1800.13/912.44	c constraints type 
1800.13/912.44	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 90858
1800.13/912.44	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 14334
1800.13/912.44	c org.sat4j.pb.constraints.pb.MaxWatchPb => 620
1800.13/912.44	s UNKNOWN
1800.13/912.44	c Total wall clock time (in seconds): 912.298

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-3739620-1338729515/watcher-3739620-1338729515 -o /tmp/evaluation-result-3739620-1338729515/solver-3739620-1338729515 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3739620-1338729515.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.77 3.85 3.52 5/199 4001
/proc/meminfo: memFree=25090300/32873844 swapFree=7124/7124
[pid=4001] ppid=3999 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/4001/stat : 4001 (java) D 3999 4001 30903 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 339076941 9515008 183 33554432000 1073741824 1073778376 140735200435824 140735200426856 273905696437 0 0 4096 0 18446744072100748580 0 0 17 1 0 0 0 0 0
/proc/4001/statm: 2323 183 140 9 0 71 0

[startup+0.0766329 s]
/proc/loadavg: 3.77 3.85 3.52 5/199 4001
/proc/meminfo: memFree=25090300/32873844 swapFree=7124/7124
[pid=4001] ppid=3999 vsize=11253516 CPUtime=0.05 cores=1,3,5,7
/proc/4001/stat : 4001 (java) S 3999 4001 30903 0 -1 4202496 4310 0 1 0 4 1 0 0 20 0 13 0 339076941 11523600384 12161 33554432000 1073741824 1073778376 140734738342128 140734738333264 273909055549 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/4001/statm: 2813379 12161 1709 9 0 2804080 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 11253516

[startup+0.100322 s]
/proc/loadavg: 3.77 3.85 3.52 5/199 4001
/proc/meminfo: memFree=25090300/32873844 swapFree=7124/7124
[pid=4001] ppid=3999 vsize=11586392 CPUtime=0.07 cores=1,3,5,7
/proc/4001/stat : 4001 (java) S 3999 4001 30903 0 -1 4202496 4471 0 1 0 5 2 0 0 20 0 18 0 339076941 11864465408 12833 33554432000 1073741824 1073778376 140734738342128 140734738333264 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/4001/statm: 2896598 12833 1778 9 0 2887285 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 11586392

[startup+0.300299 s]
/proc/loadavg: 3.77 3.85 3.52 5/199 4001
/proc/meminfo: memFree=25090300/32873844 swapFree=7124/7124
[pid=4001] ppid=3999 vsize=11586392 CPUtime=0.44 cores=1,3,5,7
/proc/4001/stat : 4001 (java) S 3999 4001 30903 0 -1 4202496 6181 0 1 0 42 2 0 0 20 0 18 0 339076941 11864465408 16360 33554432000 1073741824 1073778376 140734738342128 140734738333264 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/4001/statm: 2896598 16360 2222 9 0 2887285 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 11586392

[startup+0.700267 s]
/proc/loadavg: 3.77 3.85 3.52 5/199 4001
/proc/meminfo: memFree=25090300/32873844 swapFree=7124/7124
[pid=4001] ppid=3999 vsize=11586392 CPUtime=1.3 cores=1,3,5,7
/proc/4001/stat : 4001 (java) S 3999 4001 30903 0 -1 4202496 10980 0 1 0 124 6 0 0 20 0 18 0 339076941 11864465408 46987 33554432000 1073741824 1073778376 140734738342128 140734738333264 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/4001/statm: 2896598 46987 2245 9 0 2887285 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 11586392

[startup+1.50069 s]
/proc/loadavg: 3.77 3.85 3.52 3/217 4019
/proc/meminfo: memFree=24622776/32873844 swapFree=7124/7124
[pid=4001] ppid=3999 vsize=11852648 CPUtime=3.09 cores=1,3,5,7
/proc/4001/stat : 4001 (java) S 3999 4001 30903 0 -1 4202496 19312 0 1 0 297 12 0 0 20 0 22 0 339076941 12137111552 107029 33554432000 1073741824 1073778376 140734738342128 140734738333264 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/4001/statm: 2963162 107029 2259 9 0 2953849 0
[pid=4001/tid=4003] ppid=3999 vsize=11852648 CPUtime=1.31 cores=1,3,5,7
/proc/4001/task/4003/stat : 4003 (java) S 3999 4001 30903 0 -1 4202560 3545 0 1 0 122 9 0 0 20 0 22 0 339076942 12137111552 107029 33554432000 1073741824 1073778376 140734738342128 140166134138008 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4001/tid=4004] ppid=3999 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4001/task/4004/stat : 4004 (java) S 3999 4001 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339076945 12137111552 107029 33554432000 1073741824 1073778376 140734738342128 140165970946984 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4001/tid=4005] ppid=3999 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4001/task/4005/stat : 4005 (java) S 3999 4001 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339076945 12137111552 107029 33554432000 1073741824 1073778376 140734738342128 140165969894440 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4001/tid=4006] ppid=3999 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4001/task/4006/stat : 4006 (java) S 3999 4001 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339076945 12137111552 107029 33554432000 1073741824 1073778376 140734738342128 140165968841384 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4001/tid=4007] ppid=3999 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4001/task/4007/stat : 4007 (java) S 3999 4001 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339076945 12137111552 107029 33554432000 1073741824 1073778376 140734738342128 140165967788840 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4001/tid=4008] ppid=3999 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4001/task/4008/stat : 4008 (java) S 3999 4001 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339076945 12137111552 107029 33554432000 1073741824 1073778376 140734738342128 140165966735784 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4001/tid=4009] ppid=3999 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4001/task/4009/stat : 4009 (java) S 3999 4001 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339076945 12137111552 107029 33554432000 1073741824 1073778376 140734738342128 140165965683240 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4001/tid=4010] ppid=3999 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4001/task/4010/stat : 4010 (java) S 3999 4001 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339076945 12137111552 107029 33554432000 1073741824 1073778376 140734738342128 140165964630184 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4001/tid=4011] ppid=3999 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4001/task/4011/stat : 4011 (java) S 3999 4001 30903 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 339076945 12137111552 107029 33554432000 1073741824 1073778376 140734738342128 140165963577640 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4001/tid=4012] ppid=3999 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4001/task/4012/stat : 4012 (java) S 3999 4001 30903 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 339076946 12137111552 107029 33554432000 1073741824 1073778376 140734738342128 140165951380328 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4001/tid=4013] ppid=3999 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4001/task/4013/stat : 4013 (java) S 3999 4001 30903 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 339076946 12137111552 107029 33554432000 1073741824 1073778376 140734738342128 140165950326648 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4001/tid=4014] ppid=3999 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4001/task/4014/stat : 4014 (java) S 3999 4001 30903 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339076946 12137111552 107029 33554432000 1073741824 1073778376 140734738342128 140165949273480 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4001/tid=4015] ppid=3999 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4001/task/4015/stat : 4015 (java) S 3999 4001 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339076949 12137111552 107029 33554432000 1073741824 1073778376 140734738342128 140165948222224 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4001/tid=4016] ppid=3999 vsize=11852648 CPUtime=0.72 cores=1,3,5,7
/proc/4001/task/4016/stat : 4016 (java) R 3999 4001 30903 0 -1 4202560 5490 0 0 0 70 2 0 0 20 0 22 0 339076949 12137111552 107029 33554432000 1073741824 1073778376 140734738342128 140165947156448 140166137156816 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=4001/tid=4017] ppid=3999 vsize=11852648 CPUtime=0.74 cores=1,3,5,7
/proc/4001/task/4017/stat : 4017 (java) R 3999 4001 30903 0 -1 4202560 8980 0 0 0 73 1 0 0 20 0 22 0 339076949 12137111552 107029 33554432000 1073741824 1073778376 140734738342128 140165946116536 140166137011888 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=4001/tid=4018] ppid=3999 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4001/task/4018/stat : 4018 (java) S 3999 4001 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339076949 12137111552 107029 33554432000 1073741824 1073778376 140734738342128 140165945063672 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4001/tid=4019] ppid=3999 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4001/task/4019/stat : 4019 (java) S 3999 4001 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339076949 12137111552 107029 33554432000 1073741824 1073778376 140734738342128 140165944011336 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 11852648

[startup+3.10085 s]
/proc/loadavg: 3.77 3.85 3.52 5/221 4023
/proc/meminfo: memFree=24293464/32873844 swapFree=7124/7124
[pid=4001] ppid=3999 vsize=11852648 CPUtime=7.11 cores=1,3,5,7
/proc/4001/stat : 4001 (java) S 3999 4001 30903 0 -1 4202496 22212 0 1 0 685 26 0 0 20 0 22 0 339076941 12137111552 281664 33554432000 1073741824 1073778376 140734738342128 140734738333264 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/4001/statm: 2963162 281664 2265 9 0 2953849 0
[pid=4001/tid=4003] ppid=3999 vsize=11852648 CPUtime=1.31 cores=1,3,5,7
/proc/4001/task/4003/stat : 4003 (java) S 3999 4001 30903 0 -1 4202560 3545 0 1 0 122 9 0 0 20 0 22 0 339076942 12137111552 281664 33554432000 1073741824 1073778376 140734738342128 140166134138008 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4001/tid=4004] ppid=3999 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4001/task/4004/stat : 4004 (java) S 3999 4001 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339076945 12137111552 281664 33554432000 1073741824 1073778376 140734738342128 140165970946984 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4001/tid=4005] ppid=3999 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4001/task/4005/stat : 4005 (java) S 3999 4001 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339076945 12137111552 281664 33554432000 1073741824 1073778376 140734738342128 140165969894440 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4001/tid=4006] ppid=3999 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4001/task/4006/stat : 4006 (java) S 3999 4001 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339076945 12137111552 281664 33554432000 1073741824 1073778376 140734738342128 140165968841384 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4001/tid=4007] ppid=3999 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4001/task/4007/stat : 4007 (java) S 3999 4001 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339076945 12137111552 281664 33554432000 1073741824 1073778376 140734738342128 140165967788840 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4001/tid=4008] ppid=3999 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4001/task/4008/stat : 4008 (java) S 3999 4001 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339076945 12137111552 281664 33554432000 1073741824 1073778376 140734738342128 140165966735784 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4001/tid=4009] ppid=3999 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4001/task/4009/stat : 4009 (java) S 3999 4001 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339076945 12137111552 281664 33554432000 1073741824 1073778376 140734738342128 140165965683240 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4001/tid=4010] ppid=3999 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4001/task/4010/stat : 4010 (java) S 3999 4001 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339076945 12137111552 281664 33554432000 1073741824 1073778376 140734738342128 140165964630184 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4001/tid=4011] ppid=3999 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4001/task/4011/stat : 4011 (java) S 3999 4001 30903 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 339076945 12137111552 281664 33554432000 1073741824 1073778376 140734738342128 140165963577640 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4001/tid=4012] ppid=3999 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4001/task/4012/stat : 4012 (java) S 3999 4001 30903 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 339076946 12137111552 281664 33554432000 1073741824 1073778376 140734738342128 140165951380328 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4001/tid=4013] ppid=3999 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4001/task/4013/stat : 4013 (java) S 3999 4001 30903 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 339076946 12137111552 281664 33554432000 1073741824 1073778376 140734738342128 140165950326648 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4001/tid=4014] ppid=3999 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4001/task/4014/stat : 4014 (java) S 3999 4001 30903 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339076946 12137111552 281664 33554432000 1073741824 1073778376 140734738342128 140165949273480 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4001/tid=4015] ppid=3999 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4001/task/4015/stat : 4015 (java) S 3999 4001 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339076949 12137111552 281664 33554432000 1073741824 1073778376 140734738342128 140165948222224 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4001/tid=4016] ppid=3999 vsize=11852648 CPUtime=1.15 cores=1,3,5,7
/proc/4001/task/4016/stat : 4016 (java) S 3999 4001 30903 0 -1 4202560 5661 0 0 0 113 2 0 0 20 0 22 0 339076949 12137111552 281664 33554432000 1073741824 1073778376 140734738342128 140165947169080 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4001/tid=4017] ppid=3999 vsize=11852648 CPUtime=1.14 cores=1,3,5,7
/proc/4001/task/4017/stat : 4017 (java) S 3999 4001 30903 0 -1 4202560 11367 0 0 0 112 2 0 0 20 0 22 0 339076949 12137111552 281664 33554432000 1073741824 1073778376 140734738342128 140165946116536 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4001/tid=4018] ppid=3999 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4001/task/4018/stat : 4018 (java) S 3999 4001 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339076949 12137111552 281664 33554432000 1073741824 1073778376 140734738342128 140165945063672 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4001/tid=4019] ppid=3999 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4001/task/4019/stat : 4019 (java) S 3999 4001 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339076949 12137111552 281664 33554432000 1073741824 1073778376 140734738342128 140165944011336 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4001/tid=4020] ppid=3999 vsize=11852648 CPUtime=1.72 cores=1,3,5,7
/proc/4001/task/4020/stat : 4020 (java) R 3999 4001 30903 0 -1 4202560 29 0 0 0 172 0 0 0 20 0 22 0 339077076 12137111552 281664 33554432000 1073741824 1073778376 140734738342128 140165942955840 140166007110873 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=4001/tid=4021] ppid=3999 vsize=11852648 CPUtime=1.72 cores=1,3,5,7
/proc/4001/task/4021/stat : 4021 (java) R 3999 4001 30903 0 -1 4202560 407 0 0 0 158 14 0 0 20 0 22 0 339077076 12137111552 281664 33554432000 1073741824 1073778376 140734738342128 140165941902520 140166007149783 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=4001/tid=4022] ppid=3999 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4001/task/4022/stat : 4022 (java) S 3999 4001 30903 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339077082 12137111552 281664 33554432000 1073741824 1073778376 140734738342128 140165940852008 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4001/tid=4023] ppid=3999 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4001/task/4023/stat : 4023 (java) S 3999 4001 30903 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 339077082 12137111552 281664 33554432000 1073741824 1073778376 140734738342128 140165939799464 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 7.11
Current children cumulated vsize (KiB) 11852648

[startup+6.30091 s]
/proc/loadavg: 3.79 3.85 3.52 5/221 4023
/proc/meminfo: memFree=23519244/32873844 swapFree=7124/7124
[pid=4001] ppid=3999 vsize=11852648 CPUtime=13.54 cores=1,3,5,7
/proc/4001/stat : 4001 (java) S 3999 4001 30903 0 -1 4202496 22731 0 1 0 1316 38 0 0 20 0 22 0 339076941 12137111552 357280 33554432000 1073741824 1073778376 140734738342128 140734738333264 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/4001/statm: 2963162 357280 2290 9 0 2953849 0
[pid=4001/tid=4003] ppid=3999 vsize=11852648 CPUtime=1.31 cores=1,3,5,7
/proc/4001/task/4003/stat : 4003 (java) S 3999 4001 30903 0 -1 4202560 3545 0 1 0 122 9 0 0 20 0 22 0 339076942 12137111552 357280 33554432000 1073741824 1073778376 140734738342128 140166134138008 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4001/tid=4004] ppid=3999 vsize=11852648 CPUtime=0.02 cores=1,3,5,7
/proc/4001/task/4004/stat : 4004 (java) S 3999 4001 30903 0 -1 4202560 15 0 0 0 1 1 0 0 20 0 22 0 339076945 12137111552 357280 33554432000 1073741824 1073778376 140734738342128 140165970946984 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4001/tid=4005] ppid=3999 vsize=11852648 CPUtime=0.02 cores=1,3,5,7
/proc/4001/task/4005/stat : 4005 (java) S 3999 4001 30903 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 22 0 339076945 12137111552 357280 33554432000 1073741824 1073778376 140734738342128 140165969894440 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4001/tid=4006] ppid=3999 vsize=11852648 CPUtime=0.01 cores=1,3,5,7
/proc/4001/task/4006/stat : 4006 (java) S 3999 4001 30903 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 22 0 339076945 12137111552 357280 33554432000 1073741824 1073778376 140734738342128 140165968841384 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4001/tid=4007] ppid=3999 vsize=11852648 CPUtime=0.05 cores=1,3,5,7
/proc/4001/task/4007/stat : 4007 (java) S 3999 4001 30903 0 -1 4202560 26 0 0 0 3 2 0 0 20 0 22 0 339076945 12137111552 357280 33554432000 1073741824 1073778376 140734738342128 140165967788840 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4001/tid=4008] ppid=3999 vsize=11852648 CPUtime=0.01 cores=1,3,5,7
/proc/4001/task/4008/stat : 4008 (java) S 3999 4001 30903 0 -1 4202560 21 0 0 0 1 0 0 0 20 0 22 0 339076945 12137111552 357280 33554432000 1073741824 1073778376 140734738342128 140165966735784 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4001/tid=4009] ppid=3999 vsize=11852648 CPUtime=0.02 cores=1,3,5,7
/proc/4001/task/4009/stat : 4009 (java) S 3999 4001 30903 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 22 0 339076945 12137111552 357280 33554432000 1073741824 1073778376 140734738342128 140165965683240 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4001/tid=4010] ppid=3999 vsize=11852648 CPUtime=0.02 cores=1,3,5,7
/proc/4001/task/4010/stat : 4010 (java) S 3999 4001 30903 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 22 0 339076945 12137111552 357280 33554432000 1073741824 1073778376 140734738342128 140165964630184 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4001/tid=4011] ppid=3999 vsize=11852648 CPUtime=0.02 cores=1,3,5,7
/proc/4001/task/4011/stat : 4011 (java) S 3999 4001 30903 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 22 0 339076945 12137111552 357280 33554432000 1073741824 1073778376 140734738342128 140165963577640 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4001/tid=4012] ppid=3999 vsize=11852648 CPUtime=0.25 cores=1,3,5,7
/proc/4001/task/4012/stat : 4012 (java) S 3999 4001 30903 0 -1 4202560 52 0 0 0 25 0 0 0 20 0 22 0 339076946 12137111552 357280 33554432000 1073741824 1073778376 140734738342128 140165951380328 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4001/tid=4013] ppid=3999 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4001/task/4013/stat : 4013 (java) S 3999 4001 30903 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 339076946 12137111552 357280 33554432000 1073741824 1073778376 140734738342128 140165950326648 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4001/tid=4014] ppid=3999 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4001/task/4014/stat : 4014 (java) S 3999 4001 30903 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 339076946 12137111552 357280 33554432000 1073741824 1073778376 140734738342128 140165949273480 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4001/tid=4015] ppid=3999 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4001/task/4015/stat : 4015 (java) S 3999 4001 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339076949 12137111552 357280 33554432000 1073741824 1073778376 140734738342128 140165948222224 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4001/tid=4016] ppid=3999 vsize=11852648 CPUtime=1.2 cores=1,3,5,7
/proc/4001/task/4016/stat : 4016 (java) S 3999 4001 30903 0 -1 4202560 5663 0 0 0 118 2 0 0 20 0 22 0 339076949 12137111552 357280 33554432000 1073741824 1073778376 140734738342128 140165947169080 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4001/tid=4017] ppid=3999 vsize=11852648 CPUtime=1.24 cores=1,3,5,7
/proc/4001/task/4017/stat : 4017 (java) S 3999 4001 30903 0 -1 4202560 11611 0 0 0 122 2 0 0 20 0 22 0 339076949 12137111552 357280 33554432000 1073741824 1073778376 140734738342128 140165946116536 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4001/tid=4018] ppid=3999 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4001/task/4018/stat : 4018 (java) S 3999 4001 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339076949 12137111552 357280 33554432000 1073741824 1073778376 140734738342128 140165945063672 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4001/tid=4019] ppid=3999 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4001/task/4019/stat : 4019 (java) S 3999 4001 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339076949 12137111552 357280 33554432000 1073741824 1073778376 140734738342128 140165944011336 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4001/tid=4020] ppid=3999 vsize=11852648 CPUtime=4.57 cores=1,3,5,7
/proc/4001/task/4020/stat : 4020 (java) R 3999 4001 30903 0 -1 4202560 32 0 0 0 457 0 0 0 20 0 22 0 339077076 12137111552 357280 33554432000 1073741824 1073778376 140734738342128 140165942956880 140166006314894 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0

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

/proc/4001/statm: 2963162 1020553 2291 9 0 2953849 0
[pid=4001/tid=4003] ppid=3999 vsize=11852648 CPUtime=1.36 cores=1,3,5,7
/proc/4001/task/4003/stat : 4003 (java) S 3999 4001 30903 0 -1 4202560 3572 0 1 0 125 11 0 0 20 0 22 0 339076942 12137111552 1020553 33554432000 1073741824 1073778376 140734738342128 140166134138008 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4001/tid=4004] ppid=3999 vsize=11852648 CPUtime=1.73 cores=1,3,5,7
/proc/4001/task/4004/stat : 4004 (java) S 3999 4001 30903 0 -1 4202560 238 0 0 0 168 5 0 0 20 0 22 0 339076945 12137111552 1020553 33554432000 1073741824 1073778376 140734738342128 140165970946984 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4001/tid=4005] ppid=3999 vsize=11852648 CPUtime=1.67 cores=1,3,5,7
/proc/4001/task/4005/stat : 4005 (java) S 3999 4001 30903 0 -1 4202560 277 0 0 0 161 6 0 0 20 0 22 0 339076945 12137111552 1020553 33554432000 1073741824 1073778376 140734738342128 140165969894440 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4001/tid=4006] ppid=3999 vsize=11852648 CPUtime=1.6 cores=1,3,5,7
/proc/4001/task/4006/stat : 4006 (java) S 3999 4001 30903 0 -1 4202560 254 0 0 0 155 5 0 0 20 0 22 0 339076945 12137111552 1020553 33554432000 1073741824 1073778376 140734738342128 140165968841384 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4001/tid=4007] ppid=3999 vsize=11852648 CPUtime=1.75 cores=1,3,5,7
/proc/4001/task/4007/stat : 4007 (java) S 3999 4001 30903 0 -1 4202560 288 0 0 0 167 8 0 0 20 0 22 0 339076945 12137111552 1020553 33554432000 1073741824 1073778376 140734738342128 140165967788840 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4001/tid=4008] ppid=3999 vsize=11852648 CPUtime=1.46 cores=1,3,5,7
/proc/4001/task/4008/stat : 4008 (java) S 3999 4001 30903 0 -1 4202560 231 0 0 0 140 6 0 0 20 0 22 0 339076945 12137111552 1020553 33554432000 1073741824 1073778376 140734738342128 140165966735784 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4001/tid=4009] ppid=3999 vsize=11852648 CPUtime=1.45 cores=1,3,5,7
/proc/4001/task/4009/stat : 4009 (java) S 3999 4001 30903 0 -1 4202560 289 0 0 0 139 6 0 0 20 0 22 0 339076945 12137111552 1020553 33554432000 1073741824 1073778376 140734738342128 140165965683240 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4001/tid=4010] ppid=3999 vsize=11852648 CPUtime=1.7 cores=1,3,5,7
/proc/4001/task/4010/stat : 4010 (java) S 3999 4001 30903 0 -1 4202560 267 0 0 0 163 7 0 0 20 0 22 0 339076945 12137111552 1020553 33554432000 1073741824 1073778376 140734738342128 140165964630184 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4001/tid=4011] ppid=3999 vsize=11852648 CPUtime=1.6 cores=1,3,5,7
/proc/4001/task/4011/stat : 4011 (java) S 3999 4001 30903 0 -1 4202560 227 0 0 0 154 6 0 0 20 0 22 0 339076945 12137111552 1020553 33554432000 1073741824 1073778376 140734738342128 140165963577640 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4001/tid=4012] ppid=3999 vsize=11852648 CPUtime=28.7 cores=1,3,5,7
/proc/4001/task/4012/stat : 4012 (java) S 3999 4001 30903 0 -1 4202560 191 0 0 0 2858 12 0 0 20 0 22 0 339076946 12137111552 1020553 33554432000 1073741824 1073778376 140734738342128 140165951380328 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4001/tid=4013] ppid=3999 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4001/task/4013/stat : 4013 (java) S 3999 4001 30903 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 339076946 12137111552 1020553 33554432000 1073741824 1073778376 140734738342128 140165950326648 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4001/tid=4014] ppid=3999 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4001/task/4014/stat : 4014 (java) S 3999 4001 30903 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 339076946 12137111552 1020553 33554432000 1073741824 1073778376 140734738342128 140165949273480 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4001/tid=4015] ppid=3999 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4001/task/4015/stat : 4015 (java) S 3999 4001 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339076949 12137111552 1020553 33554432000 1073741824 1073778376 140734738342128 140165948222224 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4001/tid=4016] ppid=3999 vsize=11852648 CPUtime=1.36 cores=1,3,5,7
/proc/4001/task/4016/stat : 4016 (java) S 3999 4001 30903 0 -1 4202560 5666 0 0 0 134 2 0 0 20 0 22 0 339076949 12137111552 1020553 33554432000 1073741824 1073778376 140734738342128 140165947169080 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4001/tid=4017] ppid=3999 vsize=11852648 CPUtime=1.81 cores=1,3,5,7
/proc/4001/task/4017/stat : 4017 (java) S 3999 4001 30903 0 -1 4202560 14138 0 0 0 178 3 0 0 20 0 22 0 339076949 12137111552 1020553 33554432000 1073741824 1073778376 140734738342128 140165946116536 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4001/tid=4018] ppid=3999 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4001/task/4018/stat : 4018 (java) S 3999 4001 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339076949 12137111552 1020553 33554432000 1073741824 1073778376 140734738342128 140165945063672 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4001/tid=4019] ppid=3999 vsize=11852648 CPUtime=0.4 cores=1,3,5,7
/proc/4001/task/4019/stat : 4019 (java) S 3999 4001 30903 0 -1 4202560 47 0 0 0 19 21 0 0 20 0 22 0 339076949 12137111552 1020553 33554432000 1073741824 1073778376 140734738342128 140165944011336 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4001/tid=4020] ppid=3999 vsize=11852648 CPUtime=786.37 cores=1,3,5,7
/proc/4001/task/4020/stat : 4020 (java) R 3999 4001 30903 0 -1 4202560 99 0 0 0 78624 13 0 0 20 0 22 0 339077076 12137111552 1020553 33554432000 1073741824 1073778376 140734738342128 140165942955936 140166007110868 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=4001/tid=4021] ppid=3999 vsize=11852648 CPUtime=786.32 cores=1,3,5,7
/proc/4001/task/4021/stat : 4021 (java) R 3999 4001 30903 0 -1 4202560 1536 0 0 0 78569 63 0 0 20 0 22 0 339077076 12137111552 1020553 33554432000 1073741824 1073778376 140734738342128 140165941902208 140166007098530 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=4001/tid=4022] ppid=3999 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4001/task/4022/stat : 4022 (java) S 3999 4001 30903 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339077082 12137111552 1020553 33554432000 1073741824 1073778376 140734738342128 140165940852008 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4001/tid=4023] ppid=3999 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4001/task/4023/stat : 4023 (java) S 3999 4001 30903 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 339077082 12137111552 1020553 33554432000 1073741824 1073778376 140734738342128 140165939799464 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1623.37
Current children cumulated vsize (KiB) 11852648

[startup+882.301 s]
/proc/loadavg: 3.89 3.90 3.75 5/221 4326
/proc/meminfo: memFree=21585360/32873844 swapFree=7124/7124
[pid=4001] ppid=3999 vsize=11852648 CPUtime=1741.14 cores=1,3,5,7
/proc/4001/stat : 4001 (java) S 3999 4001 30903 0 -1 4202496 28655 0 1 0 173956 158 0 0 20 0 22 0 339076941 12137111552 1020684 33554432000 1073741824 1073778376 140734738342128 140734738333264 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/4001/statm: 2963162 1020684 2291 9 0 2953849 0
[pid=4001/tid=4003] ppid=3999 vsize=11852648 CPUtime=1.36 cores=1,3,5,7
/proc/4001/task/4003/stat : 4003 (java) S 3999 4001 30903 0 -1 4202560 3573 0 1 0 125 11 0 0 20 0 22 0 339076942 12137111552 1020684 33554432000 1073741824 1073778376 140734738342128 140166134138008 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4001/tid=4004] ppid=3999 vsize=11852648 CPUtime=1.85 cores=1,3,5,7
/proc/4001/task/4004/stat : 4004 (java) S 3999 4001 30903 0 -1 4202560 257 0 0 0 180 5 0 0 20 0 22 0 339076945 12137111552 1020684 33554432000 1073741824 1073778376 140734738342128 140165970946984 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4001/tid=4005] ppid=3999 vsize=11852648 CPUtime=1.8 cores=1,3,5,7
/proc/4001/task/4005/stat : 4005 (java) S 3999 4001 30903 0 -1 4202560 314 0 0 0 174 6 0 0 20 0 22 0 339076945 12137111552 1020684 33554432000 1073741824 1073778376 140734738342128 140165969894440 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4001/tid=4006] ppid=3999 vsize=11852648 CPUtime=1.67 cores=1,3,5,7
/proc/4001/task/4006/stat : 4006 (java) S 3999 4001 30903 0 -1 4202560 262 0 0 0 162 5 0 0 20 0 22 0 339076945 12137111552 1020684 33554432000 1073741824 1073778376 140734738342128 140165968841384 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4001/tid=4007] ppid=3999 vsize=11852648 CPUtime=1.83 cores=1,3,5,7
/proc/4001/task/4007/stat : 4007 (java) S 3999 4001 30903 0 -1 4202560 294 0 0 0 175 8 0 0 20 0 22 0 339076945 12137111552 1020684 33554432000 1073741824 1073778376 140734738342128 140165967788840 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4001/tid=4008] ppid=3999 vsize=11852648 CPUtime=1.61 cores=1,3,5,7
/proc/4001/task/4008/stat : 4008 (java) S 3999 4001 30903 0 -1 4202560 257 0 0 0 155 6 0 0 20 0 22 0 339076945 12137111552 1020684 33554432000 1073741824 1073778376 140734738342128 140165966735784 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4001/tid=4009] ppid=3999 vsize=11852648 CPUtime=1.52 cores=1,3,5,7
/proc/4001/task/4009/stat : 4009 (java) S 3999 4001 30903 0 -1 4202560 298 0 0 0 145 7 0 0 20 0 22 0 339076945 12137111552 1020684 33554432000 1073741824 1073778376 140734738342128 140165965683240 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4001/tid=4010] ppid=3999 vsize=11852648 CPUtime=1.78 cores=1,3,5,7
/proc/4001/task/4010/stat : 4010 (java) S 3999 4001 30903 0 -1 4202560 273 0 0 0 171 7 0 0 20 0 22 0 339076945 12137111552 1020684 33554432000 1073741824 1073778376 140734738342128 140165964630184 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4001/tid=4011] ppid=3999 vsize=11852648 CPUtime=1.71 cores=1,3,5,7
/proc/4001/task/4011/stat : 4011 (java) S 3999 4001 30903 0 -1 4202560 247 0 0 0 165 6 0 0 20 0 22 0 339076945 12137111552 1020684 33554432000 1073741824 1073778376 140734738342128 140165963577640 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4001/tid=4012] ppid=3999 vsize=11852648 CPUtime=31.33 cores=1,3,5,7
/proc/4001/task/4012/stat : 4012 (java) S 3999 4001 30903 0 -1 4202560 195 0 0 0 3120 13 0 0 20 0 22 0 339076946 12137111552 1020684 33554432000 1073741824 1073778376 140734738342128 140165951380328 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4001/tid=4013] ppid=3999 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4001/task/4013/stat : 4013 (java) S 3999 4001 30903 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 339076946 12137111552 1020684 33554432000 1073741824 1073778376 140734738342128 140165950326648 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4001/tid=4014] ppid=3999 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4001/task/4014/stat : 4014 (java) S 3999 4001 30903 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 339076946 12137111552 1020684 33554432000 1073741824 1073778376 140734738342128 140165949273480 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4001/tid=4015] ppid=3999 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4001/task/4015/stat : 4015 (java) S 3999 4001 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339076949 12137111552 1020684 33554432000 1073741824 1073778376 140734738342128 140165948222224 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4001/tid=4016] ppid=3999 vsize=11852648 CPUtime=1.36 cores=1,3,5,7
/proc/4001/task/4016/stat : 4016 (java) S 3999 4001 30903 0 -1 4202560 5666 0 0 0 134 2 0 0 20 0 22 0 339076949 12137111552 1020684 33554432000 1073741824 1073778376 140734738342128 140165947169080 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4001/tid=4017] ppid=3999 vsize=11852648 CPUtime=1.85 cores=1,3,5,7
/proc/4001/task/4017/stat : 4017 (java) S 3999 4001 30903 0 -1 4202560 14139 0 0 0 182 3 0 0 20 0 22 0 339076949 12137111552 1020684 33554432000 1073741824 1073778376 140734738342128 140165946116536 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4001/tid=4018] ppid=3999 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4001/task/4018/stat : 4018 (java) S 3999 4001 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339076949 12137111552 1020684 33554432000 1073741824 1073778376 140734738342128 140165945063672 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4001/tid=4019] ppid=3999 vsize=11852648 CPUtime=0.43 cores=1,3,5,7
/proc/4001/task/4019/stat : 4019 (java) S 3999 4001 30903 0 -1 4202560 51 0 0 0 20 23 0 0 20 0 22 0 339076949 12137111552 1020684 33554432000 1073741824 1073778376 140734738342128 140165944011336 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4001/tid=4020] ppid=3999 vsize=11852648 CPUtime=843.37 cores=1,3,5,7
/proc/4001/task/4020/stat : 4020 (java) R 3999 4001 30903 0 -1 4202560 103 0 0 0 84323 14 0 0 20 0 22 0 339077076 12137111552 1020684 33554432000 1073741824 1073778376 140734738342128 140165942955120 140166007070327 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=4001/tid=4021] ppid=3999 vsize=11852648 CPUtime=843.3 cores=1,3,5,7
/proc/4001/task/4021/stat : 4021 (java) R 3999 4001 30903 0 -1 4202560 1537 0 0 0 84266 64 0 0 20 0 22 0 339077076 12137111552 1020684 33554432000 1073741824 1073778376 140734738342128 140165941903024 140166007129903 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=4001/tid=4022] ppid=3999 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4001/task/4022/stat : 4022 (java) S 3999 4001 30903 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339077082 12137111552 1020684 33554432000 1073741824 1073778376 140734738342128 140165940852008 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4001/tid=4023] ppid=3999 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4001/task/4023/stat : 4023 (java) S 3999 4001 30903 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 339077082 12137111552 1020684 33554432000 1073741824 1073778376 140734738342128 140165939799464 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1741.14
Current children cumulated vsize (KiB) 11852648



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+912.401 s]
/proc/loadavg: 3.88 3.90 3.75 5/221 4326
/proc/meminfo: memFree=21276920/32873844 swapFree=7124/7124
[pid=4001] ppid=3999 vsize=11852648 CPUtime=1800.13 cores=1,3,5,7
/proc/4001/stat : 4001 (java) S 3999 4001 30903 0 -1 4202496 28737 0 1 0 179853 160 0 0 20 0 22 0 339076941 12137111552 1026356 33554432000 1073741824 1073778376 140734738342128 140734738333264 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/4001/statm: 2963162 1026356 2291 9 0 2953849 0
[pid=4001/tid=4003] ppid=3999 vsize=11852648 CPUtime=1.36 cores=1,3,5,7
/proc/4001/task/4003/stat : 4003 (java) S 3999 4001 30903 0 -1 4202560 3573 0 1 0 125 11 0 0 20 0 22 0 339076942 12137111552 1026356 33554432000 1073741824 1073778376 140734738342128 140166134138008 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4001/tid=4004] ppid=3999 vsize=11852648 CPUtime=1.89 cores=1,3,5,7
/proc/4001/task/4004/stat : 4004 (java) S 3999 4001 30903 0 -1 4202560 263 0 0 0 183 6 0 0 20 0 22 0 339076945 12137111552 1026356 33554432000 1073741824 1073778376 140734738342128 140165970946984 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4001/tid=4005] ppid=3999 vsize=11852648 CPUtime=1.84 cores=1,3,5,7
/proc/4001/task/4005/stat : 4005 (java) S 3999 4001 30903 0 -1 4202560 319 0 0 0 178 6 0 0 20 0 22 0 339076945 12137111552 1026356 33554432000 1073741824 1073778376 140734738342128 140165969894440 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4001/tid=4006] ppid=3999 vsize=11852648 CPUtime=1.72 cores=1,3,5,7
/proc/4001/task/4006/stat : 4006 (java) S 3999 4001 30903 0 -1 4202560 275 0 0 0 167 5 0 0 20 0 22 0 339076945 12137111552 1026356 33554432000 1073741824 1073778376 140734738342128 140165968841384 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4001/tid=4007] ppid=3999 vsize=11852648 CPUtime=1.88 cores=1,3,5,7
/proc/4001/task/4007/stat : 4007 (java) S 3999 4001 30903 0 -1 4202560 310 0 0 0 180 8 0 0 20 0 22 0 339076945 12137111552 1026356 33554432000 1073741824 1073778376 140734738342128 140165967788840 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4001/tid=4008] ppid=3999 vsize=11852648 CPUtime=1.68 cores=1,3,5,7
/proc/4001/task/4008/stat : 4008 (java) S 3999 4001 30903 0 -1 4202560 264 0 0 0 162 6 0 0 20 0 22 0 339076945 12137111552 1026356 33554432000 1073741824 1073778376 140734738342128 140165966735784 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4001/tid=4009] ppid=3999 vsize=11852648 CPUtime=1.58 cores=1,3,5,7
/proc/4001/task/4009/stat : 4009 (java) S 3999 4001 30903 0 -1 4202560 307 0 0 0 151 7 0 0 20 0 22 0 339076945 12137111552 1026356 33554432000 1073741824 1073778376 140734738342128 140165965683240 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4001/tid=4010] ppid=3999 vsize=11852648 CPUtime=1.84 cores=1,3,5,7
/proc/4001/task/4010/stat : 4010 (java) S 3999 4001 30903 0 -1 4202560 286 0 0 0 177 7 0 0 20 0 22 0 339076945 12137111552 1026356 33554432000 1073741824 1073778376 140734738342128 140165964630184 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4001/tid=4011] ppid=3999 vsize=11852648 CPUtime=1.75 cores=1,3,5,7
/proc/4001/task/4011/stat : 4011 (java) S 3999 4001 30903 0 -1 4202560 253 0 0 0 169 6 0 0 20 0 22 0 339076945 12137111552 1026356 33554432000 1073741824 1073778376 140734738342128 140165963577640 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4001/tid=4012] ppid=3999 vsize=11852648 CPUtime=32.75 cores=1,3,5,7
/proc/4001/task/4012/stat : 4012 (java) S 3999 4001 30903 0 -1 4202560 197 0 0 0 3262 13 0 0 20 0 22 0 339076946 12137111552 1026356 33554432000 1073741824 1073778376 140734738342128 140165951380328 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4001/tid=4013] ppid=3999 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4001/task/4013/stat : 4013 (java) S 3999 4001 30903 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 339076946 12137111552 1026356 33554432000 1073741824 1073778376 140734738342128 140165950326648 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4001/tid=4014] ppid=3999 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4001/task/4014/stat : 4014 (java) S 3999 4001 30903 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 339076946 12137111552 1026356 33554432000 1073741824 1073778376 140734738342128 140165949273480 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4001/tid=4015] ppid=3999 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4001/task/4015/stat : 4015 (java) S 3999 4001 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339076949 12137111552 1026356 33554432000 1073741824 1073778376 140734738342128 140165948222224 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4001/tid=4016] ppid=3999 vsize=11852648 CPUtime=1.36 cores=1,3,5,7
/proc/4001/task/4016/stat : 4016 (java) S 3999 4001 30903 0 -1 4202560 5666 0 0 0 134 2 0 0 20 0 22 0 339076949 12137111552 1026356 33554432000 1073741824 1073778376 140734738342128 140165947169080 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4001/tid=4017] ppid=3999 vsize=11852648 CPUtime=1.85 cores=1,3,5,7
/proc/4001/task/4017/stat : 4017 (java) S 3999 4001 30903 0 -1 4202560 14139 0 0 0 182 3 0 0 20 0 22 0 339076949 12137111552 1026356 33554432000 1073741824 1073778376 140734738342128 140165946116536 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4001/tid=4018] ppid=3999 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4001/task/4018/stat : 4018 (java) S 3999 4001 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339076949 12137111552 1026356 33554432000 1073741824 1073778376 140734738342128 140165945063672 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4001/tid=4019] ppid=3999 vsize=11852648 CPUtime=0.45 cores=1,3,5,7
/proc/4001/task/4019/stat : 4019 (java) S 3999 4001 30903 0 -1 4202560 53 0 0 0 21 24 0 0 20 0 22 0 339076949 12137111552 1026356 33554432000 1073741824 1073778376 140734738342128 140165944011336 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4001/tid=4020] ppid=3999 vsize=11852648 CPUtime=871.87 cores=1,3,5,7
/proc/4001/task/4020/stat : 4020 (java) R 3999 4001 30903 0 -1 4202560 106 0 0 0 87172 15 0 0 20 0 22 0 339077076 12137111552 1026356 33554432000 1073741824 1073778376 140734738342128 140165942956880 140166007011296 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=4001/tid=4021] ppid=3999 vsize=11852648 CPUtime=871.78 cores=1,3,5,7
/proc/4001/task/4021/stat : 4021 (java) R 3999 4001 30903 0 -1 4202560 1537 0 0 0 87113 65 0 0 20 0 22 0 339077076 12137111552 1026356 33554432000 1073741824 1073778376 140734738342128 140165941902480 140166007098152 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=4001/tid=4022] ppid=3999 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4001/task/4022/stat : 4022 (java) S 3999 4001 30903 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339077082 12137111552 1026356 33554432000 1073741824 1073778376 140734738342128 140165940852008 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4001/tid=4023] ppid=3999 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4001/task/4023/stat : 4023 (java) S 3999 4001 30903 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 339077082 12137111552 1026356 33554432000 1073741824 1073778376 140734738342128 140165939799464 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.13
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 4001 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=270
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=11694
# CPU time returned by wait4() is 1796.01
# while last known CPU time is 1800.13
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 912.457
CPU time (s): 1800.13
CPU user time (s): 1798.53
CPU system time (s): 1.6
CPU usage (%): 197.284
Max. virtual memory (cumulated for all children) (KiB): 11852648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794
system time used= 2.01169
maximum resident set size= 4105544
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28769
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= 25246
involuntary context switches= 35767

runsolver used 2.99055 second user time and 9.47556 second system time

The end

Launcher Data

Begin job on node134 at 2012-06-03 15:18:36
IDJOB=3739620
IDBENCH=73867
IDSOLVER=2328
FILE ID=node134/3739620-1338729515
RUNJOBID= node134-1338713778-30920
PBS_JOBID= 14636743
Free space on /tmp= 70352 MiB

SOLVER NAME= PB11: Sat4j Res//CP 2.3.0
BENCH NAME= PB10/normalized-PB10/DEC-SMALLINT-LIN/oliveras/j120/normalized-j12038_3-sat.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3739620-1338729515/watcher-3739620-1338729515 -o /tmp/evaluation-result-3739620-1338729515/solver-3739620-1338729515 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3739620-1338729515.opb

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

MD5SUM BENCH= 56cc40b9ea431027514a5b56e02d7edb
RANDOM SEED=1888844765

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        25094660 kB
Buffers:          491268 kB
Cached:          3373644 kB
SwapCached:           76 kB
Active:          4723388 kB
Inactive:        2112308 kB
Active(anon):    2962408 kB
Inactive(anon):    10496 kB
Active(file):    1760980 kB
Inactive(file):  2101812 kB
Unevictable:        7124 kB
Mlocked:            7124 kB
SwapTotal:      67108856 kB
SwapFree:       67107756 kB
Dirty:              4108 kB
Writeback:             0 kB
AnonPages:       3046884 kB
Mapped:            19592 kB
Shmem:                96 kB
Slab:             761736 kB
SReclaimable:     203268 kB
SUnreclaim:       558468 kB
KernelStack:        1648 kB
PageTables:         9904 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:   10459060 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2994176 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= 70352 MiB
End job on node134 at 2012-06-03 15:33:50