Trace number 3739737

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.72 909.667

General information on the benchmark

Name/DEC-SMALLINT-LIN/oliveras/j120/
normalized-j12039_7-sat.opb
MD5SUM0f318fc75cd8d877b44870fe2fa76e77
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 variables25410
Total number of constraints83992
Number of constraints which are clauses83576
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints416
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 49
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 732
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.08/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.10	c See www.sat4j.org for details.
0.08/0.11	c version 2.3.1.v20110525
0.08/0.11	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.11	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.11	c java.vm.version	19.1-b02
0.08/0.11	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.11	c sun.arch.data.model	64
0.08/0.11	c java.version		1.6.0_24
0.08/0.11	c os.name		Linux
0.08/0.11	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.11	c os.arch		amd64
0.08/0.11	c Free memory 		9996466904
0.08/0.11	c Max memory 		10048897024
0.08/0.11	c Total memory 		10048897024
0.08/0.11	c Number of processors 	8
0.08/0.14	c Pseudo Boolean Optimization
0.08/0.14	c ManyCore solver with 2 solvers running in parallel
0.08/0.14	c --- Begin Solver configuration ---
0.08/0.14	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5495fd19
0.08/0.14	c Learn all clauses as in MiniSAT
0.08/0.14	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.14	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.14	c Expensive reason simplification
0.08/0.14	c Armin Biere (Picosat) restarts strategy
0.08/0.14	c Glucose learned constraints deletion strategy
0.08/0.14	c timeout=2147483s
0.08/0.14	c DB Simplification allowed=false
0.08/0.14	c --- End Solver configuration ---
0.08/0.14	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.14	c --- Begin Solver configuration ---
0.08/0.14	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ae94e92
0.08/0.14	c Learn all clauses as in MiniSAT
0.08/0.14	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.14	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.14	c No reason simplification
0.08/0.14	c Armin Biere (Picosat) restarts strategy
0.08/0.14	c Glucose learned constraints deletion strategy
0.08/0.14	c timeout=2147483s
0.08/0.14	c DB Simplification allowed=false
0.08/0.14	c --- End Solver configuration ---
0.08/0.14	c solving HOME/instance-3739737-1338730300.opb
0.08/0.14	c reading problem ... 
2.23/1.13	c ... done. Wall clock time 0.997s.
2.23/1.13	c #vars     25410
2.23/1.13	c #constraints  71077
2.23/1.13	c constraints type 
2.23/1.13	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 8407
2.23/1.13	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 57059
2.23/1.13	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 416
2.23/1.13	c constraints type 
2.56/1.21	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 57059
2.56/1.21	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 8407
2.56/1.21	c org.sat4j.pb.constraints.pb.MaxWatchPb => 416
7.20/2.99	c cleaning 2490 clauses out of 5000 with flag 5000/5000
10.76/4.64	c cleaning 4253 clauses out of 8511 with flag 11001/11001
14.51/6.51	c cleaning 5614 clauses out of 11257 with flag 18000/18000
18.61/8.65	c cleaning 6814 clauses out of 13644 with flag 26001/26001
23.73/11.28	c cleaning 7911 clauses out of 15830 with flag 35001/35001
29.86/14.39	c cleaning 8946 clauses out of 17918 with flag 45000/45000
36.52/17.77	c cleaning 9977 clauses out of 19972 with flag 56000/56000
42.81/20.96	c cleaning 10989 clauses out of 21995 with flag 68000/68000
50.82/25.05	c cleaning 11999 clauses out of 24007 with flag 81001/81001
59.69/29.60	c cleaning 12985 clauses out of 26008 with flag 95001/95001
70.15/34.81	c cleaning 13976 clauses out of 28023 with flag 110001/110001
80.39/40.07	c cleaning 15005 clauses out of 30046 with flag 126000/126000
90.38/45.18	c cleaning 15986 clauses out of 32041 with flag 143000/143000
104.90/52.44	c cleaning 17001 clauses out of 34057 with flag 161002/161002
118.59/59.40	c cleaning 18017 clauses out of 36054 with flag 180000/180000
131.81/66.06	c cleaning 19004 clauses out of 38037 with flag 200000/200000
146.33/73.48	c cleaning 19991 clauses out of 40033 with flag 221000/221000
163.18/81.98	c cleaning 21012 clauses out of 42044 with flag 243002/243002
180.82/90.80	c cleaning 22012 clauses out of 44032 with flag 266002/266002
185.42/93.26	c cleaning 0 clauses out of 5000 with flag 0/5000
196.82/98.97	c cleaning 22998 clauses out of 46019 with flag 290001/290001
215.94/108.56	c cleaning 23986 clauses out of 48020 with flag 315000/315000
233.98/117.61	c cleaning 24993 clauses out of 50035 with flag 341001/341001
255.17/128.34	c cleaning 25969 clauses out of 52041 with flag 368000/368000
277.83/139.81	c cleaning 27031 clauses out of 54073 with flag 396001/396001
301.19/151.66	c cleaning 27992 clauses out of 56041 with flag 425000/425000
320.72/161.53	c cleaning 29015 clauses out of 58050 with flag 455001/455001
344.50/173.52	c cleaning 29982 clauses out of 60034 with flag 486000/486000
374.68/188.81	c cleaning 30997 clauses out of 62052 with flag 518000/518000
401.62/202.44	c cleaning 31999 clauses out of 64056 with flag 551001/551001
432.35/217.99	c cleaning 33010 clauses out of 66058 with flag 585002/585002
459.45/231.64	c cleaning 34019 clauses out of 68047 with flag 620001/620001
489.33/246.81	c cleaning 34978 clauses out of 70027 with flag 656000/656000
522.66/263.65	c cleaning 36003 clauses out of 72049 with flag 693000/693000
555.14/280.08	c cleaning 36998 clauses out of 74046 with flag 731000/731000
595.99/300.68	c cleaning 38015 clauses out of 76048 with flag 770000/770000
629.39/317.69	c cleaning 39001 clauses out of 78035 with flag 810002/810002
666.02/336.18	c cleaning 39988 clauses out of 80033 with flag 851001/851001
701.25/353.97	c cleaning 41017 clauses out of 82045 with flag 893001/893001
736.07/371.52	c cleaning 42005 clauses out of 84028 with flag 936001/936001
747.35/377.50	c cleaning 0 clauses out of 11002 with flag 0/11002
781.55/394.87	c cleaning 42970 clauses out of 86022 with flag 980000/980000
824.50/416.57	c cleaning 44015 clauses out of 88055 with flag 1025003/1025003
864.31/436.65	c cleaning 44936 clauses out of 90038 with flag 1071001/1071001
903.17/456.48	c cleaning 46038 clauses out of 92103 with flag 1118002/1118002
947.29/478.71	c cleaning 47018 clauses out of 94064 with flag 1166001/1166001
992.45/501.59	c cleaning 48000 clauses out of 96045 with flag 1215000/1215000
1056.47/533.70	c cleaning 49010 clauses out of 98045 with flag 1265000/1265000
1123.37/567.57	c cleaning 49957 clauses out of 100035 with flag 1316000/1316000
1170.87/591.52	c cleaning 51015 clauses out of 102078 with flag 1368000/1368000
1207.57/610.14	c cleaning 52005 clauses out of 104063 with flag 1421000/1421000
1256.29/634.72	c cleaning 53007 clauses out of 106058 with flag 1475000/1475000
1317.00/665.51	c cleaning 53999 clauses out of 108051 with flag 1530000/1530000
1379.05/696.89	c cleaning 54992 clauses out of 110052 with flag 1586000/1586000
1439.29/727.23	c cleaning 56017 clauses out of 112060 with flag 1643000/1643000
1500.43/758.07	c cleaning 57011 clauses out of 114045 with flag 1701002/1701002
1561.56/789.01	c cleaning 58000 clauses out of 116032 with flag 1760000/1760000
1631.61/824.36	c cleaning 59000 clauses out of 118032 with flag 1820000/1820000
1709.74/863.66	c cleaning 59997 clauses out of 120032 with flag 1881000/1881000
1791.26/904.68	c cleaning 61003 clauses out of 122035 with flag 1943000/1943000
1800.13/909.62	c starts		: 210
1800.13/909.62	c conflicts		: 1951831
1800.13/909.62	c decisions		: 2491175
1800.13/909.62	c propagations		: 816208560
1800.13/909.62	c inspects		: 4626882507
1800.13/909.62	c shortcuts		: 0
1800.13/909.62	c learnt literals	: 0
1800.13/909.62	c learnt binary clauses	: 0
1800.13/909.62	c learnt ternary clauses	: 967
1800.13/909.62	c learnt constraints	: 1951831
1800.13/909.62	c ignored constraints	: 0
1800.13/909.62	c root simplifications	: 0
1800.13/909.62	c removed literals (reason simplification)	: 29983888
1800.13/909.62	c reason swapping (by a shorter reason)	: 0
1800.13/909.62	c Calls to reduceDB	: 58
1800.13/909.62	c number of reductions to clauses (during analyze)	: 0
1800.13/909.62	c number of learned constraints concerned by reduction	: 0
1800.13/909.62	c number of learning phase by resolution	: 0
1800.13/909.62	c number of learning phase by cutting planes	: 0
1800.13/909.62	c speed (assignments/second)	: 898431.1852078523
1800.13/909.62	c non guided choices	180
1800.13/909.65	c learnt constraints type 
1800.13/909.65	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 69925
1800.13/909.65	c constraints type 
1800.13/909.65	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 8407
1800.13/909.65	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 57059
1800.13/909.65	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 416
1800.13/909.65	c constraints type 
1800.13/909.65	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 57059
1800.13/909.65	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 8407
1800.13/909.65	c org.sat4j.pb.constraints.pb.MaxWatchPb => 416
1800.13/909.65	s UNKNOWN
1800.13/909.65	c Total wall clock time (in seconds): 909.51

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-3739737-1338730300/watcher-3739737-1338730300 -o /tmp/evaluation-result-3739737-1338730300/solver-3739737-1338730300 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3739737-1338730300.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.52 3.68 3.74 4/197 8735
/proc/meminfo: memFree=28676084/32873844 swapFree=7116/7116
[pid=8735] ppid=8733 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/8735/stat : 8735 (java) R 8733 8735 1279 0 -1 4202496 248 0 0 0 0 0 0 0 20 0 1 0 339156952 9515008 182 33554432000 1073741824 1073778376 140737446398240 140737446389272 233411788469 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/8735/statm: 2323 182 140 9 0 71 0

[startup+0.050919 s]
/proc/loadavg: 3.52 3.68 3.74 4/197 8735
/proc/meminfo: memFree=28676084/32873844 swapFree=7116/7116
[pid=8735] ppid=8733 vsize=11120388 CPUtime=0.02 cores=1,3,5,7
/proc/8735/stat : 8735 (java) S 8733 8735 1279 0 -1 4202496 4202 0 1 0 1 1 0 0 20 0 11 0 339156952 11387277312 11545 33554432000 1073741824 1073778376 140734340079504 140734340070640 233415147581 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/8735/statm: 2780097 11545 1624 9 0 2770798 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 11120388

[startup+0.100337 s]
/proc/loadavg: 3.52 3.68 3.74 4/197 8735
/proc/meminfo: memFree=28676084/32873844 swapFree=7116/7116
[pid=8735] ppid=8733 vsize=11586392 CPUtime=0.08 cores=1,3,5,7
/proc/8735/stat : 8735 (java) S 8733 8735 1279 0 -1 4202496 4523 0 1 0 6 2 0 0 20 0 18 0 339156952 11864465408 12375 33554432000 1073741824 1073778376 140734340079504 140734340070640 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/8735/statm: 2896598 12375 1778 9 0 2887285 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 11586392

[startup+0.300293 s]
/proc/loadavg: 3.52 3.68 3.74 4/197 8735
/proc/meminfo: memFree=28676084/32873844 swapFree=7116/7116
[pid=8735] ppid=8733 vsize=11586392 CPUtime=0.45 cores=1,3,5,7
/proc/8735/stat : 8735 (java) S 8733 8735 1279 0 -1 4202496 6246 0 1 0 42 3 0 0 20 0 18 0 339156952 11864465408 15939 33554432000 1073741824 1073778376 140734340079504 140734340070640 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/8735/statm: 2896598 15939 2222 9 0 2887285 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 11586392

[startup+0.700323 s]
/proc/loadavg: 3.52 3.68 3.74 4/197 8735
/proc/meminfo: memFree=28676084/32873844 swapFree=7116/7116
[pid=8735] ppid=8733 vsize=11586392 CPUtime=1.29 cores=1,3,5,7
/proc/8735/stat : 8735 (java) S 8733 8735 1279 0 -1 4202496 10983 0 1 0 123 6 0 0 20 0 18 0 339156952 11864465408 42908 33554432000 1073741824 1073778376 140734340079504 140734340070640 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/8735/statm: 2896598 42908 2245 9 0 2887285 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 11586392

[startup+1.50068 s]
/proc/loadavg: 3.52 3.68 3.74 6/215 8753
/proc/meminfo: memFree=28407972/32873844 swapFree=7116/7116
[pid=8735] ppid=8733 vsize=11852648 CPUtime=3.75 cores=1,3,5,7
/proc/8735/stat : 8735 (java) S 8733 8735 1279 0 -1 4202496 23105 0 1 0 364 11 0 0 20 0 22 0 339156952 12137111552 86262 33554432000 1073741824 1073778376 140734340079504 140734340070640 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/8735/statm: 2963162 86262 2260 9 0 2953849 0
[pid=8735/tid=8737] ppid=8733 vsize=11852648 CPUtime=1.1 cores=1,3,5,7
/proc/8735/task/8737/stat : 8737 (java) S 8733 8735 1279 0 -1 4202560 3547 0 1 0 103 7 0 0 20 0 22 0 339156953 12137111552 86262 33554432000 1073741824 1073778376 140734340079504 139971368195224 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8735/tid=8738] ppid=8733 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/8735/task/8738/stat : 8738 (java) S 8733 8735 1279 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339156956 12137111552 86262 33554432000 1073741824 1073778376 140734340079504 139971205032104 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8735/tid=8739] ppid=8733 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/8735/task/8739/stat : 8739 (java) S 8733 8735 1279 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339156956 12137111552 86262 33554432000 1073741824 1073778376 140734340079504 139971203979560 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8735/tid=8740] ppid=8733 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/8735/task/8740/stat : 8740 (java) S 8733 8735 1279 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339156956 12137111552 86262 33554432000 1073741824 1073778376 140734340079504 139971202927016 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8735/tid=8741] ppid=8733 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/8735/task/8741/stat : 8741 (java) S 8733 8735 1279 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339156956 12137111552 86262 33554432000 1073741824 1073778376 140734340079504 139971201874472 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8735/tid=8742] ppid=8733 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/8735/task/8742/stat : 8742 (java) S 8733 8735 1279 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339156956 12137111552 86262 33554432000 1073741824 1073778376 140734340079504 139971200821928 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8735/tid=8743] ppid=8733 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/8735/task/8743/stat : 8743 (java) S 8733 8735 1279 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339156956 12137111552 86262 33554432000 1073741824 1073778376 140734340079504 139971199769384 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8735/tid=8744] ppid=8733 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/8735/task/8744/stat : 8744 (java) S 8733 8735 1279 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339156956 12137111552 86262 33554432000 1073741824 1073778376 140734340079504 139971198716840 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8735/tid=8745] ppid=8733 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/8735/task/8745/stat : 8745 (java) S 8733 8735 1279 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 339156956 12137111552 86262 33554432000 1073741824 1073778376 140734340079504 139971197664296 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8735/tid=8746] ppid=8733 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/8735/task/8746/stat : 8746 (java) S 8733 8735 1279 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 339156957 12137111552 86262 33554432000 1073741824 1073778376 140734340079504 139971185465448 233415161769 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8735/tid=8747] ppid=8733 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/8735/task/8747/stat : 8747 (java) S 8733 8735 1279 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 339156957 12137111552 86262 33554432000 1073741824 1073778376 140734340079504 139971184411768 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8735/tid=8748] ppid=8733 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/8735/task/8748/stat : 8748 (java) S 8733 8735 1279 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339156958 12137111552 86262 33554432000 1073741824 1073778376 140734340079504 139971183359112 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8735/tid=8749] ppid=8733 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/8735/task/8749/stat : 8749 (java) S 8733 8735 1279 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339156960 12137111552 86262 33554432000 1073741824 1073778376 140734340079504 139971182307856 233415169824 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8735/tid=8750] ppid=8733 vsize=11852648 CPUtime=0.98 cores=1,3,5,7
/proc/8735/task/8750/stat : 8750 (java) R 8733 8735 1279 0 -1 4202560 9282 0 0 0 96 2 0 0 20 0 22 0 339156960 12137111552 86262 33554432000 1073741824 1073778376 140734340079504 139971181242464 139971372283930 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=8735/tid=8751] ppid=8733 vsize=11852648 CPUtime=0.92 cores=1,3,5,7
/proc/8735/task/8751/stat : 8751 (java) R 8733 8735 1279 0 -1 4202560 8966 0 0 0 90 2 0 0 20 0 22 0 339156960 12137111552 86262 33554432000 1073741824 1073778376 140734340079504 139971180196520 139971372283573 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=8735/tid=8752] ppid=8733 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/8735/task/8752/stat : 8752 (java) S 8733 8735 1279 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339156960 12137111552 86262 33554432000 1073741824 1073778376 140734340079504 139971179150328 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8735/tid=8753] ppid=8733 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/8735/task/8753/stat : 8753 (java) S 8733 8735 1279 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339156960 12137111552 86262 33554432000 1073741824 1073778376 140734340079504 139971178097992 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.75
Current children cumulated vsize (KiB) 11852648

[startup+3.10095 s]
/proc/loadavg: 3.52 3.68 3.74 5/219 8757
/proc/meminfo: memFree=28056192/32873844 swapFree=7116/7116
[pid=8735] ppid=8733 vsize=11852648 CPUtime=7.69 cores=1,3,5,7
/proc/8735/stat : 8735 (java) S 8733 8735 1279 0 -1 4202496 27543 0 1 0 738 31 0 0 20 0 22 0 339156952 12137111552 285488 33554432000 1073741824 1073778376 140734340079504 140734340070640 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/8735/statm: 2963162 285488 2286 9 0 2953849 0
[pid=8735/tid=8737] ppid=8733 vsize=11852648 CPUtime=1.1 cores=1,3,5,7
/proc/8735/task/8737/stat : 8737 (java) S 8733 8735 1279 0 -1 4202560 3547 0 1 0 103 7 0 0 20 0 22 0 339156953 12137111552 285488 33554432000 1073741824 1073778376 140734340079504 139971368195224 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8735/tid=8738] ppid=8733 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/8735/task/8738/stat : 8738 (java) S 8733 8735 1279 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 339156956 12137111552 285488 33554432000 1073741824 1073778376 140734340079504 139971205032104 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8735/tid=8739] ppid=8733 vsize=11852648 CPUtime=0.01 cores=1,3,5,7
/proc/8735/task/8739/stat : 8739 (java) S 8733 8735 1279 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 22 0 339156956 12137111552 285488 33554432000 1073741824 1073778376 140734340079504 139971203979560 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8735/tid=8740] ppid=8733 vsize=11852648 CPUtime=0.01 cores=1,3,5,7
/proc/8735/task/8740/stat : 8740 (java) S 8733 8735 1279 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 22 0 339156956 12137111552 285488 33554432000 1073741824 1073778376 140734340079504 139971202927016 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8735/tid=8741] ppid=8733 vsize=11852648 CPUtime=0.03 cores=1,3,5,7
/proc/8735/task/8741/stat : 8741 (java) S 8733 8735 1279 0 -1 4202560 19 0 0 0 2 1 0 0 20 0 22 0 339156956 12137111552 285488 33554432000 1073741824 1073778376 140734340079504 139971201874472 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8735/tid=8742] ppid=8733 vsize=11852648 CPUtime=0.01 cores=1,3,5,7
/proc/8735/task/8742/stat : 8742 (java) S 8733 8735 1279 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 339156956 12137111552 285488 33554432000 1073741824 1073778376 140734340079504 139971200821928 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8735/tid=8743] ppid=8733 vsize=11852648 CPUtime=0.01 cores=1,3,5,7
/proc/8735/task/8743/stat : 8743 (java) S 8733 8735 1279 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 22 0 339156956 12137111552 285488 33554432000 1073741824 1073778376 140734340079504 139971199769384 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8735/tid=8744] ppid=8733 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/8735/task/8744/stat : 8744 (java) S 8733 8735 1279 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339156956 12137111552 285488 33554432000 1073741824 1073778376 140734340079504 139971198716840 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8735/tid=8745] ppid=8733 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/8735/task/8745/stat : 8745 (java) S 8733 8735 1279 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339156956 12137111552 285488 33554432000 1073741824 1073778376 140734340079504 139971197664296 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8735/tid=8746] ppid=8733 vsize=11852648 CPUtime=0.04 cores=1,3,5,7
/proc/8735/task/8746/stat : 8746 (java) R 8733 8735 1279 0 -1 4202560 28 0 0 0 4 0 0 0 20 0 22 0 339156957 12137111552 285488 33554432000 1073741824 1073778376 140734340079504 139971185464264 139971374702664 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=8735/tid=8747] ppid=8733 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/8735/task/8747/stat : 8747 (java) S 8733 8735 1279 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 339156957 12137111552 285488 33554432000 1073741824 1073778376 140734340079504 139971184411768 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8735/tid=8748] ppid=8733 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/8735/task/8748/stat : 8748 (java) S 8733 8735 1279 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339156958 12137111552 285488 33554432000 1073741824 1073778376 140734340079504 139971183359112 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8735/tid=8749] ppid=8733 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/8735/task/8749/stat : 8749 (java) S 8733 8735 1279 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339156960 12137111552 285488 33554432000 1073741824 1073778376 140734340079504 139971182307856 233415169824 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8735/tid=8750] ppid=8733 vsize=11852648 CPUtime=1.38 cores=1,3,5,7
/proc/8735/task/8750/stat : 8750 (java) S 8733 8735 1279 0 -1 4202560 9328 0 0 0 136 2 0 0 20 0 22 0 339156960 12137111552 285488 33554432000 1073741824 1073778376 140734340079504 139971181255224 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8735/tid=8751] ppid=8733 vsize=11852648 CPUtime=1.24 cores=1,3,5,7
/proc/8735/task/8751/stat : 8751 (java) S 8733 8735 1279 0 -1 4202560 12887 0 0 0 121 3 0 0 20 0 22 0 339156960 12137111552 285488 33554432000 1073741824 1073778376 140734340079504 139971180188472 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8735/tid=8752] ppid=8733 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/8735/task/8752/stat : 8752 (java) S 8733 8735 1279 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339156960 12137111552 285488 33554432000 1073741824 1073778376 140734340079504 139971179150328 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8735/tid=8753] ppid=8733 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/8735/task/8753/stat : 8753 (java) S 8733 8735 1279 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339156960 12137111552 285488 33554432000 1073741824 1073778376 140734340079504 139971178097992 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8735/tid=8754] ppid=8733 vsize=11852648 CPUtime=1.82 cores=1,3,5,7
/proc/8735/task/8754/stat : 8754 (java) S 8733 8735 1279 0 -1 4202560 28 0 0 0 182 0 0 0 20 0 22 0 339157066 12137111552 285488 33554432000 1073741824 1073778376 140734340079504 139971177042120 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8735/tid=8755] ppid=8733 vsize=11852648 CPUtime=1.84 cores=1,3,5,7
/proc/8735/task/8755/stat : 8755 (java) S 8733 8735 1279 0 -1 4202560 453 0 0 0 168 16 0 0 20 0 22 0 339157066 12137111552 285488 33554432000 1073741824 1073778376 140734340079504 139971175987368 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8735/tid=8756] ppid=8733 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/8735/task/8756/stat : 8756 (java) S 8733 8735 1279 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 339157072 12137111552 285488 33554432000 1073741824 1073778376 140734340079504 139971174937640 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8735/tid=8757] ppid=8733 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/8735/task/8757/stat : 8757 (java) S 8733 8735 1279 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 339157073 12137111552 285488 33554432000 1073741824 1073778376 140734340079504 139971173885096 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.69
Current children cumulated vsize (KiB) 11852648

[startup+6.30088 s]
/proc/loadavg: 3.56 3.69 3.74 5/219 8757
/proc/meminfo: memFree=27321396/32873844 swapFree=7116/7116
[pid=8735] ppid=8733 vsize=11852648 CPUtime=14.09 cores=1,3,5,7
/proc/8735/stat : 8735 (java) S 8733 8735 1279 0 -1 4202496 27689 0 1 0 1374 35 0 0 20 0 22 0 339156952 12137111552 313433 33554432000 1073741824 1073778376 140734340079504 140734340070640 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/8735/statm: 2963162 313433 2290 9 0 2953849 0
[pid=8735/tid=8737] ppid=8733 vsize=11852648 CPUtime=1.1 cores=1,3,5,7
/proc/8735/task/8737/stat : 8737 (java) S 8733 8735 1279 0 -1 4202560 3547 0 1 0 103 7 0 0 20 0 22 0 339156953 12137111552 313433 33554432000 1073741824 1073778376 140734340079504 139971368195224 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8735/tid=8738] ppid=8733 vsize=11852648 CPUtime=0.01 cores=1,3,5,7
/proc/8735/task/8738/stat : 8738 (java) S 8733 8735 1279 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 339156956 12137111552 313433 33554432000 1073741824 1073778376 140734340079504 139971205032104 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8735/tid=8739] ppid=8733 vsize=11852648 CPUtime=0.02 cores=1,3,5,7
/proc/8735/task/8739/stat : 8739 (java) S 8733 8735 1279 0 -1 4202560 10 0 0 0 2 0 0 0 20 0 22 0 339156956 12137111552 313433 33554432000 1073741824 1073778376 140734340079504 139971203979560 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8735/tid=8740] ppid=8733 vsize=11852648 CPUtime=0.01 cores=1,3,5,7
/proc/8735/task/8740/stat : 8740 (java) S 8733 8735 1279 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 339156956 12137111552 313433 33554432000 1073741824 1073778376 140734340079504 139971202927016 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8735/tid=8741] ppid=8733 vsize=11852648 CPUtime=0.04 cores=1,3,5,7
/proc/8735/task/8741/stat : 8741 (java) S 8733 8735 1279 0 -1 4202560 19 0 0 0 2 2 0 0 20 0 22 0 339156956 12137111552 313433 33554432000 1073741824 1073778376 140734340079504 139971201874472 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8735/tid=8742] ppid=8733 vsize=11852648 CPUtime=0.02 cores=1,3,5,7
/proc/8735/task/8742/stat : 8742 (java) S 8733 8735 1279 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 22 0 339156956 12137111552 313433 33554432000 1073741824 1073778376 140734340079504 139971200821928 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8735/tid=8743] ppid=8733 vsize=11852648 CPUtime=0.01 cores=1,3,5,7
/proc/8735/task/8743/stat : 8743 (java) S 8733 8735 1279 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 22 0 339156956 12137111552 313433 33554432000 1073741824 1073778376 140734340079504 139971199769384 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8735/tid=8744] ppid=8733 vsize=11852648 CPUtime=0.03 cores=1,3,5,7
/proc/8735/task/8744/stat : 8744 (java) S 8733 8735 1279 0 -1 4202560 13 0 0 0 3 0 0 0 20 0 22 0 339156956 12137111552 313433 33554432000 1073741824 1073778376 140734340079504 139971198716840 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8735/tid=8745] ppid=8733 vsize=11852648 CPUtime=0.01 cores=1,3,5,7
/proc/8735/task/8745/stat : 8745 (java) S 8733 8735 1279 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 22 0 339156956 12137111552 313433 33554432000 1073741824 1073778376 140734340079504 139971197664296 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8735/tid=8746] ppid=8733 vsize=11852648 CPUtime=0.18 cores=1,3,5,7
/proc/8735/task/8746/stat : 8746 (java) S 8733 8735 1279 0 -1 4202560 47 0 0 0 18 0 0 0 20 0 22 0 339156957 12137111552 313433 33554432000 1073741824 1073778376 140734340079504 139971185465448 233415161769 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8735/tid=8747] ppid=8733 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/8735/task/8747/stat : 8747 (java) S 8733 8735 1279 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 339156957 12137111552 313433 33554432000 1073741824 1073778376 140734340079504 139971184411768 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8735/tid=8748] ppid=8733 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/8735/task/8748/stat : 8748 (java) S 8733 8735 1279 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 339156958 12137111552 313433 33554432000 1073741824 1073778376 140734340079504 139971183359112 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8735/tid=8749] ppid=8733 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/8735/task/8749/stat : 8749 (java) S 8733 8735 1279 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339156960 12137111552 313433 33554432000 1073741824 1073778376 140734340079504 139971182307856 233415169824 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8735/tid=8750] ppid=8733 vsize=11852648 CPUtime=1.46 cores=1,3,5,7
/proc/8735/task/8750/stat : 8750 (java) S 8733 8735 1279 0 -1 4202560 9328 0 0 0 144 2 0 0 20 0 22 0 339156960 12137111552 313433 33554432000 1073741824 1073778376 140734340079504 139971181255224 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8735/tid=8751] ppid=8733 vsize=11852648 CPUtime=1.29 cores=1,3,5,7
/proc/8735/task/8751/stat : 8751 (java) S 8733 8735 1279 0 -1 4202560 12952 0 0 0 126 3 0 0 20 0 22 0 339156960 12137111552 313433 33554432000 1073741824 1073778376 140734340079504 139971180202680 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8735/tid=8752] ppid=8733 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/8735/task/8752/stat : 8752 (java) S 8733 8735 1279 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339156960 12137111552 313433 33554432000 1073741824 1073778376 140734340079504 139971179150328 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8735/tid=8753] ppid=8733 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/8735/task/8753/stat : 8753 (java) S 8733 8735 1279 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339156960 12137111552 313433 33554432000 1073741824 1073778376 140734340079504 139971178097992 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8735/tid=8754] ppid=8733 vsize=11852648 CPUtime=4.83 cores=1,3,5,7
/proc/8735/task/8754/stat : 8754 (java) R 8733 8735 1279 0 -1 4202560 29 0 0 0 483 0 0 0 20 0 22 0 339157066 12137111552 313433 33554432000 1073741824 1073778376 140734340079504 139971177040184 139971308576781 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0

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

[pid=8735/tid=8755] ppid=8733 vsize=11852648 CPUtime=734.3 cores=1,3,5,7
/proc/8735/task/8755/stat : 8755 (java) R 8733 8735 1279 0 -1 4202560 1579 0 0 0 73360 70 0 0 20 0 22 0 339157066 12137111552 1001780 33554432000 1073741824 1073778376 140734340079504 139971175987600 139971309045536 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=8735/tid=8756] ppid=8733 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/8735/task/8756/stat : 8756 (java) S 8733 8735 1279 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 339157072 12137111552 1001780 33554432000 1073741824 1073778376 140734340079504 139971174937640 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8735/tid=8757] ppid=8733 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/8735/task/8757/stat : 8757 (java) S 8733 8735 1279 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 339157073 12137111552 1001780 33554432000 1073741824 1073778376 140734340079504 139971173885096 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1508.02
Current children cumulated vsize (KiB) 11852648

[startup+822.301 s]
/proc/loadavg: 3.91 3.88 3.80 5/219 9063
/proc/meminfo: memFree=23456052/32873844 swapFree=7116/7116
[pid=8735] ppid=8733 vsize=11852648 CPUtime=1627.61 cores=1,3,5,7
/proc/8735/stat : 8735 (java) S 8733 8735 1279 0 -1 4202496 35875 0 1 0 162612 149 0 0 20 0 22 0 339156952 12137111552 1001840 33554432000 1073741824 1073778376 140734340079504 140734340070640 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/8735/statm: 2963162 1001840 2291 9 0 2953849 0
[pid=8735/tid=8737] ppid=8733 vsize=11852648 CPUtime=1.15 cores=1,3,5,7
/proc/8735/task/8737/stat : 8737 (java) S 8733 8735 1279 0 -1 4202560 3576 0 1 0 106 9 0 0 20 0 22 0 339156953 12137111552 1001840 33554432000 1073741824 1073778376 140734340079504 139971368195224 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8735/tid=8738] ppid=8733 vsize=11852648 CPUtime=1.3 cores=1,3,5,7
/proc/8735/task/8738/stat : 8738 (java) S 8733 8735 1279 0 -1 4202560 271 0 0 0 123 7 0 0 20 0 22 0 339156956 12137111552 1001840 33554432000 1073741824 1073778376 140734340079504 139971205032104 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8735/tid=8739] ppid=8733 vsize=11852648 CPUtime=1.57 cores=1,3,5,7
/proc/8735/task/8739/stat : 8739 (java) S 8733 8735 1279 0 -1 4202560 251 0 0 0 151 6 0 0 20 0 22 0 339156956 12137111552 1001840 33554432000 1073741824 1073778376 140734340079504 139971203979560 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8735/tid=8740] ppid=8733 vsize=11852648 CPUtime=1.5 cores=1,3,5,7
/proc/8735/task/8740/stat : 8740 (java) S 8733 8735 1279 0 -1 4202560 231 0 0 0 143 7 0 0 20 0 22 0 339156956 12137111552 1001840 33554432000 1073741824 1073778376 140734340079504 139971202927016 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8735/tid=8741] ppid=8733 vsize=11852648 CPUtime=1.35 cores=1,3,5,7
/proc/8735/task/8741/stat : 8741 (java) S 8733 8735 1279 0 -1 4202560 226 0 0 0 129 6 0 0 20 0 22 0 339156956 12137111552 1001840 33554432000 1073741824 1073778376 140734340079504 139971201874472 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8735/tid=8742] ppid=8733 vsize=11852648 CPUtime=1.37 cores=1,3,5,7
/proc/8735/task/8742/stat : 8742 (java) S 8733 8735 1279 0 -1 4202560 206 0 0 0 131 6 0 0 20 0 22 0 339156956 12137111552 1001840 33554432000 1073741824 1073778376 140734340079504 139971200821928 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8735/tid=8743] ppid=8733 vsize=11852648 CPUtime=1.47 cores=1,3,5,7
/proc/8735/task/8743/stat : 8743 (java) S 8733 8735 1279 0 -1 4202560 303 0 0 0 140 7 0 0 20 0 22 0 339156956 12137111552 1001840 33554432000 1073741824 1073778376 140734340079504 139971199769384 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8735/tid=8744] ppid=8733 vsize=11852648 CPUtime=1.47 cores=1,3,5,7
/proc/8735/task/8744/stat : 8744 (java) S 8733 8735 1279 0 -1 4202560 238 0 0 0 141 6 0 0 20 0 22 0 339156956 12137111552 1001840 33554432000 1073741824 1073778376 140734340079504 139971198716840 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8735/tid=8745] ppid=8733 vsize=11852648 CPUtime=1.52 cores=1,3,5,7
/proc/8735/task/8745/stat : 8745 (java) S 8733 8735 1279 0 -1 4202560 240 0 0 0 146 6 0 0 20 0 22 0 339156956 12137111552 1001840 33554432000 1073741824 1073778376 140734340079504 139971197664296 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8735/tid=8746] ppid=8733 vsize=11852648 CPUtime=24.48 cores=1,3,5,7
/proc/8735/task/8746/stat : 8746 (java) S 8733 8735 1279 0 -1 4202560 195 0 0 0 2439 9 0 0 20 0 22 0 339156957 12137111552 1001840 33554432000 1073741824 1073778376 140734340079504 139971185465448 233415161769 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8735/tid=8747] ppid=8733 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/8735/task/8747/stat : 8747 (java) S 8733 8735 1279 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 339156957 12137111552 1001840 33554432000 1073741824 1073778376 140734340079504 139971184411768 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8735/tid=8748] ppid=8733 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/8735/task/8748/stat : 8748 (java) S 8733 8735 1279 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 339156958 12137111552 1001840 33554432000 1073741824 1073778376 140734340079504 139971183359112 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8735/tid=8749] ppid=8733 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/8735/task/8749/stat : 8749 (java) S 8733 8735 1279 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339156960 12137111552 1001840 33554432000 1073741824 1073778376 140734340079504 139971182307856 233415169824 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8735/tid=8750] ppid=8733 vsize=11852648 CPUtime=1.6 cores=1,3,5,7
/proc/8735/task/8750/stat : 8750 (java) S 8733 8735 1279 0 -1 4202560 9346 0 0 0 158 2 0 0 20 0 22 0 339156960 12137111552 1001840 33554432000 1073741824 1073778376 140734340079504 139971181255224 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8735/tid=8751] ppid=8733 vsize=11852648 CPUtime=1.93 cores=1,3,5,7
/proc/8735/task/8751/stat : 8751 (java) S 8733 8735 1279 0 -1 4202560 17889 0 0 0 189 4 0 0 20 0 22 0 339156960 12137111552 1001840 33554432000 1073741824 1073778376 140734340079504 139971180202680 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8735/tid=8752] ppid=8733 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/8735/task/8752/stat : 8752 (java) S 8733 8735 1279 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339156960 12137111552 1001840 33554432000 1073741824 1073778376 140734340079504 139971179150328 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8735/tid=8753] ppid=8733 vsize=11852648 CPUtime=0.44 cores=1,3,5,7
/proc/8735/task/8753/stat : 8753 (java) S 8733 8735 1279 0 -1 4202560 47 0 0 0 21 23 0 0 20 0 22 0 339156960 12137111552 1001840 33554432000 1073741824 1073778376 140734340079504 139971178097992 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8735/tid=8754] ppid=8733 vsize=11852648 CPUtime=793.3 cores=1,3,5,7
/proc/8735/task/8754/stat : 8754 (java) R 8733 8735 1279 0 -1 4202560 84 0 0 0 79316 14 0 0 20 0 22 0 339157066 12137111552 1001840 33554432000 1073741824 1073778376 140734340079504 139971177041056 139971308403055 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=8735/tid=8755] ppid=8733 vsize=11852648 CPUtime=793.37 cores=1,3,5,7
/proc/8735/task/8755/stat : 8755 (java) R 8733 8735 1279 0 -1 4202560 1579 0 0 0 79266 71 0 0 20 0 22 0 339157066 12137111552 1001840 33554432000 1073741824 1073778376 140734340079504 139971175987600 139971308826994 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=8735/tid=8756] ppid=8733 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/8735/task/8756/stat : 8756 (java) S 8733 8735 1279 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 339157072 12137111552 1001840 33554432000 1073741824 1073778376 140734340079504 139971174937640 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8735/tid=8757] ppid=8733 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/8735/task/8757/stat : 8757 (java) S 8733 8735 1279 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 339157073 12137111552 1001840 33554432000 1073741824 1073778376 140734340079504 139971173885096 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1627.61
Current children cumulated vsize (KiB) 11852648

[startup+882.301 s]
/proc/loadavg: 3.90 3.88 3.81 5/219 9063
/proc/meminfo: memFree=23390020/32873844 swapFree=7116/7116
[pid=8735] ppid=8733 vsize=11852648 CPUtime=1746.57 cores=1,3,5,7
/proc/8735/stat : 8735 (java) S 8733 8735 1279 0 -1 4202496 36037 0 1 0 174501 156 0 0 20 0 22 0 339156952 12137111552 1015217 33554432000 1073741824 1073778376 140734340079504 140734340070640 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/8735/statm: 2963162 1015217 2291 9 0 2953849 0
[pid=8735/tid=8737] ppid=8733 vsize=11852648 CPUtime=1.15 cores=1,3,5,7
/proc/8735/task/8737/stat : 8737 (java) S 8733 8735 1279 0 -1 4202560 3577 0 1 0 106 9 0 0 20 0 22 0 339156953 12137111552 1015217 33554432000 1073741824 1073778376 140734340079504 139971368195224 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8735/tid=8738] ppid=8733 vsize=11852648 CPUtime=1.4 cores=1,3,5,7
/proc/8735/task/8738/stat : 8738 (java) S 8733 8735 1279 0 -1 4202560 295 0 0 0 133 7 0 0 20 0 22 0 339156956 12137111552 1015217 33554432000 1073741824 1073778376 140734340079504 139971205032104 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8735/tid=8739] ppid=8733 vsize=11852648 CPUtime=1.68 cores=1,3,5,7
/proc/8735/task/8739/stat : 8739 (java) S 8733 8735 1279 0 -1 4202560 267 0 0 0 161 7 0 0 20 0 22 0 339156956 12137111552 1015217 33554432000 1073741824 1073778376 140734340079504 139971203979560 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8735/tid=8740] ppid=8733 vsize=11852648 CPUtime=1.59 cores=1,3,5,7
/proc/8735/task/8740/stat : 8740 (java) S 8733 8735 1279 0 -1 4202560 254 0 0 0 151 8 0 0 20 0 22 0 339156956 12137111552 1015217 33554432000 1073741824 1073778376 140734340079504 139971202927016 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8735/tid=8741] ppid=8733 vsize=11852648 CPUtime=1.45 cores=1,3,5,7
/proc/8735/task/8741/stat : 8741 (java) S 8733 8735 1279 0 -1 4202560 238 0 0 0 139 6 0 0 20 0 22 0 339156956 12137111552 1015217 33554432000 1073741824 1073778376 140734340079504 139971201874472 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8735/tid=8742] ppid=8733 vsize=11852648 CPUtime=1.47 cores=1,3,5,7
/proc/8735/task/8742/stat : 8742 (java) S 8733 8735 1279 0 -1 4202560 225 0 0 0 141 6 0 0 20 0 22 0 339156956 12137111552 1015217 33554432000 1073741824 1073778376 140734340079504 139971200821928 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8735/tid=8743] ppid=8733 vsize=11852648 CPUtime=1.59 cores=1,3,5,7
/proc/8735/task/8743/stat : 8743 (java) S 8733 8735 1279 0 -1 4202560 314 0 0 0 152 7 0 0 20 0 22 0 339156956 12137111552 1015217 33554432000 1073741824 1073778376 140734340079504 139971199769384 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8735/tid=8744] ppid=8733 vsize=11852648 CPUtime=1.6 cores=1,3,5,7
/proc/8735/task/8744/stat : 8744 (java) S 8733 8735 1279 0 -1 4202560 255 0 0 0 154 6 0 0 20 0 22 0 339156956 12137111552 1015217 33554432000 1073741824 1073778376 140734340079504 139971198716840 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8735/tid=8745] ppid=8733 vsize=11852648 CPUtime=1.65 cores=1,3,5,7
/proc/8735/task/8745/stat : 8745 (java) S 8733 8735 1279 0 -1 4202560 263 0 0 0 158 7 0 0 20 0 22 0 339156956 12137111552 1015217 33554432000 1073741824 1073778376 140734340079504 139971197664296 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8735/tid=8746] ppid=8733 vsize=11852648 CPUtime=25.94 cores=1,3,5,7
/proc/8735/task/8746/stat : 8746 (java) S 8733 8735 1279 0 -1 4202560 203 0 0 0 2585 9 0 0 20 0 22 0 339156957 12137111552 1015217 33554432000 1073741824 1073778376 140734340079504 139971185465448 233415161769 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8735/tid=8747] ppid=8733 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/8735/task/8747/stat : 8747 (java) S 8733 8735 1279 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 339156957 12137111552 1015217 33554432000 1073741824 1073778376 140734340079504 139971184411768 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8735/tid=8748] ppid=8733 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/8735/task/8748/stat : 8748 (java) S 8733 8735 1279 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 339156958 12137111552 1015217 33554432000 1073741824 1073778376 140734340079504 139971183359112 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8735/tid=8749] ppid=8733 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/8735/task/8749/stat : 8749 (java) S 8733 8735 1279 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339156960 12137111552 1015217 33554432000 1073741824 1073778376 140734340079504 139971182307856 233415169824 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8735/tid=8750] ppid=8733 vsize=11852648 CPUtime=1.6 cores=1,3,5,7
/proc/8735/task/8750/stat : 8750 (java) S 8733 8735 1279 0 -1 4202560 9346 0 0 0 158 2 0 0 20 0 22 0 339156960 12137111552 1015217 33554432000 1073741824 1073778376 140734340079504 139971181255224 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8735/tid=8751] ppid=8733 vsize=11852648 CPUtime=1.93 cores=1,3,5,7
/proc/8735/task/8751/stat : 8751 (java) S 8733 8735 1279 0 -1 4202560 17889 0 0 0 189 4 0 0 20 0 22 0 339156960 12137111552 1015217 33554432000 1073741824 1073778376 140734340079504 139971180202680 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8735/tid=8752] ppid=8733 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/8735/task/8752/stat : 8752 (java) S 8733 8735 1279 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339156960 12137111552 1015217 33554432000 1073741824 1073778376 140734340079504 139971179150328 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8735/tid=8753] ppid=8733 vsize=11852648 CPUtime=0.47 cores=1,3,5,7
/proc/8735/task/8753/stat : 8753 (java) S 8733 8735 1279 0 -1 4202560 51 0 0 0 23 24 0 0 20 0 22 0 339156960 12137111552 1015217 33554432000 1073741824 1073778376 140734340079504 139971178097992 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8735/tid=8754] ppid=8733 vsize=11852648 CPUtime=851.59 cores=1,3,5,7
/proc/8735/task/8754/stat : 8754 (java) R 8733 8735 1279 0 -1 4202560 88 0 0 0 85145 14 0 0 20 0 22 0 339157066 12137111552 1015217 33554432000 1073741824 1073778376 140734340079504 139971177041056 139971309032569 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=8735/tid=8755] ppid=8733 vsize=11852648 CPUtime=851.66 cores=1,3,5,7
/proc/8735/task/8755/stat : 8755 (java) R 8733 8735 1279 0 -1 4202560 1579 0 0 0 85095 71 0 0 20 0 22 0 339157066 12137111552 1015217 33554432000 1073741824 1073778376 140734340079504 139971175987600 139971309044946 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=8735/tid=8756] ppid=8733 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/8735/task/8756/stat : 8756 (java) S 8733 8735 1279 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 339157072 12137111552 1015217 33554432000 1073741824 1073778376 140734340079504 139971174937640 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8735/tid=8757] ppid=8733 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/8735/task/8757/stat : 8757 (java) S 8733 8735 1279 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 339157073 12137111552 1015217 33554432000 1073741824 1073778376 140734340079504 139971173885096 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1746.57
Current children cumulated vsize (KiB) 11852648



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+909.601 s]
/proc/loadavg: 3.94 3.89 3.81 5/219 9063
/proc/meminfo: memFree=23336772/32873844 swapFree=7116/7116
[pid=8735] ppid=8733 vsize=11852648 CPUtime=1800.13 cores=1,3,5,7
/proc/8735/stat : 8735 (java) S 8733 8735 1279 0 -1 4202496 36147 0 1 0 179851 162 0 0 20 0 22 0 339156952 12137111552 1027530 33554432000 1073741824 1073778376 140734340079504 140734340070640 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/8735/statm: 2963162 1027530 2291 9 0 2953849 0
[pid=8735/tid=8737] ppid=8733 vsize=11852648 CPUtime=1.16 cores=1,3,5,7
/proc/8735/task/8737/stat : 8737 (java) S 8733 8735 1279 0 -1 4202560 3579 0 1 0 107 9 0 0 20 0 22 0 339156953 12137111552 1027530 33554432000 1073741824 1073778376 140734340079504 139971368195224 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8735/tid=8738] ppid=8733 vsize=11852648 CPUtime=1.45 cores=1,3,5,7
/proc/8735/task/8738/stat : 8738 (java) S 8733 8735 1279 0 -1 4202560 308 0 0 0 137 8 0 0 20 0 22 0 339156956 12137111552 1027530 33554432000 1073741824 1073778376 140734340079504 139971205032104 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8735/tid=8739] ppid=8733 vsize=11852648 CPUtime=1.74 cores=1,3,5,7
/proc/8735/task/8739/stat : 8739 (java) S 8733 8735 1279 0 -1 4202560 283 0 0 0 166 8 0 0 20 0 22 0 339156956 12137111552 1027530 33554432000 1073741824 1073778376 140734340079504 139971203979560 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8735/tid=8740] ppid=8733 vsize=11852648 CPUtime=1.62 cores=1,3,5,7
/proc/8735/task/8740/stat : 8740 (java) S 8733 8735 1279 0 -1 4202560 265 0 0 0 154 8 0 0 20 0 22 0 339156956 12137111552 1027530 33554432000 1073741824 1073778376 140734340079504 139971202927016 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8735/tid=8741] ppid=8733 vsize=11852648 CPUtime=1.47 cores=1,3,5,7
/proc/8735/task/8741/stat : 8741 (java) S 8733 8735 1279 0 -1 4202560 242 0 0 0 140 7 0 0 20 0 22 0 339156956 12137111552 1027530 33554432000 1073741824 1073778376 140734340079504 139971201874472 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8735/tid=8742] ppid=8733 vsize=11852648 CPUtime=1.55 cores=1,3,5,7
/proc/8735/task/8742/stat : 8742 (java) S 8733 8735 1279 0 -1 4202560 247 0 0 0 148 7 0 0 20 0 22 0 339156956 12137111552 1027530 33554432000 1073741824 1073778376 140734340079504 139971200821928 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8735/tid=8743] ppid=8733 vsize=11852648 CPUtime=1.62 cores=1,3,5,7
/proc/8735/task/8743/stat : 8743 (java) S 8733 8735 1279 0 -1 4202560 332 0 0 0 155 7 0 0 20 0 22 0 339156956 12137111552 1027530 33554432000 1073741824 1073778376 140734340079504 139971199769384 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8735/tid=8744] ppid=8733 vsize=11852648 CPUtime=1.63 cores=1,3,5,7
/proc/8735/task/8744/stat : 8744 (java) S 8733 8735 1279 0 -1 4202560 267 0 0 0 156 7 0 0 20 0 22 0 339156956 12137111552 1027530 33554432000 1073741824 1073778376 140734340079504 139971198716840 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8735/tid=8745] ppid=8733 vsize=11852648 CPUtime=1.68 cores=1,3,5,7
/proc/8735/task/8745/stat : 8745 (java) S 8733 8735 1279 0 -1 4202560 271 0 0 0 160 8 0 0 20 0 22 0 339156956 12137111552 1027530 33554432000 1073741824 1073778376 140734340079504 139971197664296 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8735/tid=8746] ppid=8733 vsize=11852648 CPUtime=27.16 cores=1,3,5,7
/proc/8735/task/8746/stat : 8746 (java) S 8733 8735 1279 0 -1 4202560 205 0 0 0 2707 9 0 0 20 0 22 0 339156957 12137111552 1027530 33554432000 1073741824 1073778376 140734340079504 139971185465448 233415161769 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8735/tid=8747] ppid=8733 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/8735/task/8747/stat : 8747 (java) S 8733 8735 1279 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 339156957 12137111552 1027530 33554432000 1073741824 1073778376 140734340079504 139971184411768 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8735/tid=8748] ppid=8733 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/8735/task/8748/stat : 8748 (java) S 8733 8735 1279 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 339156958 12137111552 1027530 33554432000 1073741824 1073778376 140734340079504 139971183359112 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8735/tid=8749] ppid=8733 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/8735/task/8749/stat : 8749 (java) S 8733 8735 1279 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339156960 12137111552 1027530 33554432000 1073741824 1073778376 140734340079504 139971182307856 233415169824 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8735/tid=8750] ppid=8733 vsize=11852648 CPUtime=1.6 cores=1,3,5,7
/proc/8735/task/8750/stat : 8750 (java) S 8733 8735 1279 0 -1 4202560 9346 0 0 0 158 2 0 0 20 0 22 0 339156960 12137111552 1027530 33554432000 1073741824 1073778376 140734340079504 139971181255224 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8735/tid=8751] ppid=8733 vsize=11852648 CPUtime=1.93 cores=1,3,5,7
/proc/8735/task/8751/stat : 8751 (java) S 8733 8735 1279 0 -1 4202560 17889 0 0 0 189 4 0 0 20 0 22 0 339156960 12137111552 1027530 33554432000 1073741824 1073778376 140734340079504 139971180202680 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8735/tid=8752] ppid=8733 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/8735/task/8752/stat : 8752 (java) S 8733 8735 1279 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339156960 12137111552 1027530 33554432000 1073741824 1073778376 140734340079504 139971179150328 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8735/tid=8753] ppid=8733 vsize=11852648 CPUtime=0.48 cores=1,3,5,7
/proc/8735/task/8753/stat : 8753 (java) S 8733 8735 1279 0 -1 4202560 53 0 0 0 24 24 0 0 20 0 22 0 339156960 12137111552 1027530 33554432000 1073741824 1073778376 140734340079504 139971178097992 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8735/tid=8754] ppid=8733 vsize=11852648 CPUtime=877.58 cores=1,3,5,7
/proc/8735/task/8754/stat : 8754 (java) R 8733 8735 1279 0 -1 4202560 88 0 0 0 87743 15 0 0 20 0 22 0 339157066 12137111552 1027530 33554432000 1073741824 1073778376 140734340079504 139971177042000 139971308403055 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=8735/tid=8755] ppid=8733 vsize=11852648 CPUtime=877.66 cores=1,3,5,7
/proc/8735/task/8755/stat : 8755 (java) R 8733 8735 1279 0 -1 4202560 1579 0 0 0 87694 72 0 0 20 0 22 0 339157066 12137111552 1027530 33554432000 1073741824 1073778376 140734340079504 139971175987584 139971308826994 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=8735/tid=8756] ppid=8733 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/8735/task/8756/stat : 8756 (java) S 8733 8735 1279 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 339157072 12137111552 1027530 33554432000 1073741824 1073778376 140734340079504 139971174937640 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8735/tid=8757] ppid=8733 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/8735/task/8757/stat : 8757 (java) S 8733 8735 1279 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 339157073 12137111552 1027530 33554432000 1073741824 1073778376 140734340079504 139971173885096 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 7 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
Real time (s): 909.667
CPU time (s): 1800.72
CPU user time (s): 1798.61
CPU system time (s): 2.11368
CPU usage (%): 197.954
Max. virtual memory (cumulated for all children) (KiB): 11852648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.61
system time used= 2.11368
maximum resident set size= 4110236
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36177
page faults= 1
swaps= 0
block input operations= 0
block output operations= 992
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24642
involuntary context switches= 31119

runsolver used 3.49047 second user time and 9.1956 second system time

The end

Launcher Data

Begin job on node111 at 2012-06-03 15:31:40
IDJOB=3739737
IDBENCH=74369
IDSOLVER=2328
FILE ID=node111/3739737-1338730300
RUNJOBID= node111-1338712999-1296
PBS_JOBID= 14636722
Free space on /tmp= 67392 MiB

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

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

MD5SUM BENCH= 0f318fc75cd8d877b44870fe2fa76e77
RANDOM SEED=1794739698

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28676836 kB
Buffers:          197972 kB
Cached:           539440 kB
SwapCached:         1404 kB
Active:          2833348 kB
Inactive:         565968 kB
Active(anon):    2662860 kB
Inactive(anon):     1276 kB
Active(file):     170488 kB
Inactive(file):   564692 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67100152 kB
Dirty:              3172 kB
Writeback:             0 kB
AnonPages:       2673732 kB
Mapped:            17088 kB
Shmem:                 0 kB
Slab:             647004 kB
SReclaimable:      89024 kB
SUnreclaim:       557980 kB
KernelStack:        1632 kB
PageTables:         9092 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:   10462104 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2623488 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= 67384 MiB
End job on node111 at 2012-06-03 15:46:51