Trace number 3737914

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.11 900.654

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_500_25_3_80.opb
MD5SUM6671ed3c9b389a2223dba62c8a435d2e
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non 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
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables1000
Total number of constraints1502
Number of constraints which are clauses500
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints1001
Minimum length of a constraint2
Maximum length of a constraint1000
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 80
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 1000
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)31444
Sum of products size (including duplicates)62888
Number of different products15722
Sum of products size31444

Solver Data

0.05/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.05/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.09	c See www.sat4j.org for details.
0.05/0.09	c version 2.3.1.v20110525
0.05/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.09	c java.vm.version	19.1-b02
0.05/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.09	c sun.arch.data.model	64
0.05/0.09	c java.version		1.6.0_24
0.05/0.09	c os.name		Linux
0.05/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.05/0.09	c os.arch		amd64
0.05/0.09	c Free memory 		9996466904
0.05/0.09	c Max memory 		10048897024
0.05/0.09	c Total memory 		10048897024
0.05/0.10	c Number of processors 	8
0.10/0.12	c Pseudo Boolean Optimization
0.10/0.12	c ManyCore solver with 2 solvers running in parallel
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@48e5855a
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.12	c Expensive reason simplification
0.10/0.12	c Armin Biere (Picosat) restarts strategy
0.10/0.12	c Glucose learned constraints deletion strategy
0.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=false
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@398020cc
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.12	c No reason simplification
0.10/0.12	c Armin Biere (Picosat) restarts strategy
0.10/0.12	c Glucose learned constraints deletion strategy
0.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=false
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c solving HOME/instance-3737914-1338724356.opb
0.10/0.12	c reading problem ... 
1.87/0.89	c ... done. Wall clock time 0.773s.
1.87/0.89	c #vars     16722
1.87/0.89	c #constraints  32947
1.87/0.89	c constraints type 
1.87/0.89	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 15722
1.87/0.89	c org.sat4j.minisat.constraints.card.MinWatchCard => 1003
1.87/0.89	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 500
1.87/0.89	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 15722
1.87/0.89	c constraints type 
1.87/0.89	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 500
1.87/0.89	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 15722
1.87/0.89	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1003
1.87/0.89	c org.sat4j.pb.constraints.pb.MaxWatchPb => 15722
20.66/9.49	c cleaning 2502 clauses out of 5004 with flag 5004/5004
39.09/18.70	c cleaning 4258 clauses out of 8516 with flag 11018/11018
62.61/30.46	c cleaning 5624 clauses out of 11247 with flag 18007/18007
97.33/47.83	c cleaning 6871 clauses out of 13741 with flag 26125/26125
134.60/66.58	c cleaning 7873 clauses out of 15745 with flag 35000/35000
184.10/91.35	c cleaning 8958 clauses out of 17915 with flag 45043/45043
239.15/118.94	c cleaning 9961 clauses out of 19921 with flag 56007/56007
289.42/144.17	c cleaning 10997 clauses out of 21994 with flag 68041/68041
333.97/166.56	c cleaning 11980 clauses out of 23960 with flag 81004/81004
401.84/200.52	c cleaning 13088 clauses out of 26175 with flag 95199/95199
527.30/263.33	c cleaning 13980 clauses out of 27960 with flag 110072/110072
654.77/327.14	c cleaning 14964 clauses out of 29927 with flag 126019/126019
759.92/379.84	c cleaning 15983 clauses out of 31965 with flag 143021/143021
871.18/435.58	c cleaning 16983 clauses out of 33965 with flag 161004/161004
993.25/496.68	c cleaning 18002 clauses out of 36004 with flag 180026/180026
1047.52/523.85	c cleaning 18992 clauses out of 37987 with flag 200011/200011
1118.44/559.44	c cleaning 19998 clauses out of 40000 with flag 221016/221016
1181.72/591.12	c cleaning 20997 clauses out of 41998 with flag 243012/243012
1271.56/636.12	c cleaning 21994 clauses out of 43990 with flag 266001/266001
1396.45/698.68	c cleaning 23023 clauses out of 46045 with flag 290050/290050
1598.00/799.57	c cleaning 24071 clauses out of 48141 with flag 315169/315169
1800.11/900.61	c starts		: 135
1800.11/900.61	c conflicts		: 337242
1800.11/900.61	c decisions		: 1064984
1800.11/900.61	c propagations		: 27241500
1800.11/900.61	c inspects		: 1153447847
1800.11/900.61	c shortcuts		: 0
1800.11/900.61	c learnt literals	: 0
1800.11/900.61	c learnt binary clauses	: 0
1800.11/900.61	c learnt ternary clauses	: 10
1800.11/900.61	c learnt constraints	: 337242
1800.11/900.61	c ignored constraints	: 0
1800.11/900.61	c root simplifications	: 0
1800.11/900.61	c removed literals (reason simplification)	: 1698100
1800.11/900.61	c reason swapping (by a shorter reason)	: 0
1800.11/900.61	c Calls to reduceDB	: 21
1800.11/900.61	c number of reductions to clauses (during analyze)	: 0
1800.11/900.61	c number of learned constraints concerned by reduction	: 0
1800.11/900.61	c number of learning phase by resolution	: 0
1800.11/900.61	c number of learning phase by cutting planes	: 0
1800.11/900.61	c speed (assignments/second)	: 30277.924676147446
1800.11/900.61	c non guided choices	16194
1800.11/900.63	c learnt constraints type 
1800.11/900.63	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 46144
1800.11/900.63	c constraints type 
1800.11/900.63	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 15722
1800.11/900.63	c org.sat4j.minisat.constraints.card.MinWatchCard => 1003
1800.11/900.63	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 500
1800.11/900.63	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 15722
1800.11/900.63	c constraints type 
1800.11/900.63	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 500
1800.11/900.63	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 15722
1800.11/900.63	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1003
1800.11/900.63	c org.sat4j.pb.constraints.pb.MaxWatchPb => 15722
1800.11/900.63	s UNKNOWN
1800.11/900.63	c Total wall clock time (in seconds): 900.511

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-3737914-1338724356/watcher-3737914-1338724356 -o /tmp/evaluation-result-3737914-1338724356/solver-3737914-1338724356 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3737914-1338724356.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: 4.12 3.85 3.70 4/199 1372
/proc/meminfo: memFree=26220564/32873844 swapFree=7124/7124
[pid=1372] ppid=1370 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/1372/stat : 1372 (java) R 1370 1372 30903 0 -1 4202496 738 0 0 0 0 0 0 0 20 0 1 0 338560949 23793664 466 33554432000 1073741824 1073778376 140735699196336 140735699185400 273896487475 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/1372/statm: 5809 476 361 9 0 128 0
[pid=1372/tid=1373] ppid=1370 vsize=92900 CPUtime=0 cores=1,3,5,7
/proc/1372/task/1373/stat : 1373 (java) D 1370 1372 30903 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 2 0 338560950 95129600 927 33554432000 1073741824 1073778376 140735699196336 139773243416104 273896533287 0 0 4096 0 18446744072100748580 0 0 -1 3 0 0 0 0 0

[startup+0.0594449 s]
/proc/loadavg: 4.12 3.85 3.70 4/199 1372
/proc/meminfo: memFree=26220564/32873844 swapFree=7124/7124
[pid=1372] ppid=1370 vsize=11253516 CPUtime=0.05 cores=1,3,5,7
/proc/1372/stat : 1372 (java) S 1370 1372 30903 0 -1 4202496 3793 0 1 0 4 1 0 0 20 0 13 0 338560949 11523600384 12156 33554432000 1073741824 1073778376 140735699196336 140735699187472 273909055549 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1372/statm: 2813379 12156 1708 9 0 2804080 0
[pid=1372/tid=1373] ppid=1370 vsize=11253516 CPUtime=0.03 cores=1,3,5,7
/proc/1372/task/1373/stat : 1373 (java) R 1370 1372 30903 0 -1 4202560 2612 0 1 0 2 1 0 0 20 0 13 0 338560950 11523600384 12156 33554432000 1073741824 1073778376 140735699196336 139773243416816 273909081357 0 4 0 16800971 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 11253516

[startup+0.10029 s]
/proc/loadavg: 4.12 3.85 3.70 4/199 1372
/proc/meminfo: memFree=26220564/32873844 swapFree=7124/7124
[pid=1372] ppid=1370 vsize=11586392 CPUtime=0.1 cores=1,3,5,7
/proc/1372/stat : 1372 (java) S 1370 1372 30903 0 -1 4202496 4723 0 1 0 9 1 0 0 20 0 18 0 338560949 11864465408 13582 33554432000 1073741824 1073778376 140735699196336 140735699187472 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1372/statm: 2896598 13582 2106 9 0 2887285 0
[pid=1372/tid=1373] ppid=1370 vsize=11586392 CPUtime=0.07 cores=1,3,5,7
/proc/1372/task/1373/stat : 1373 (java) R 1370 1372 30903 0 -1 4202560 2783 0 1 0 6 1 0 0 20 0 18 0 338560950 11864465408 13582 33554432000 1073741824 1073778376 140735699196336 139773243419568 273909081357 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 11586392

[startup+0.300306 s]
/proc/loadavg: 4.12 3.85 3.70 4/199 1372
/proc/meminfo: memFree=26220564/32873844 swapFree=7124/7124
[pid=1372] ppid=1370 vsize=11586392 CPUtime=0.46 cores=1,3,5,7
/proc/1372/stat : 1372 (java) S 1370 1372 30903 0 -1 4202496 5793 0 1 0 44 2 0 0 20 0 18 0 338560949 11864465408 16446 33554432000 1073741824 1073778376 140735699196336 140735699187472 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1372/statm: 2896598 16446 2231 9 0 2887285 0
[pid=1372/tid=1373] ppid=1370 vsize=11586392 CPUtime=0.27 cores=1,3,5,7
/proc/1372/task/1373/stat : 1373 (java) R 1370 1372 30903 0 -1 4202560 2860 0 1 0 26 1 0 0 20 0 18 0 338560950 11864465408 16446 33554432000 1073741824 1073778376 140735699196336 139773243420632 139773083727526 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 11586392

[startup+0.70024 s]
/proc/loadavg: 4.12 3.85 3.70 4/199 1372
/proc/meminfo: memFree=26220564/32873844 swapFree=7124/7124
[pid=1372] ppid=1370 vsize=11586392 CPUtime=1.57 cores=1,3,5,7
/proc/1372/stat : 1372 (java) S 1370 1372 30903 0 -1 4202496 19112 0 1 0 152 5 0 0 20 0 18 0 338560949 11864465408 37112 33554432000 1073741824 1073778376 140735699196336 140735699187472 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1372/statm: 2896598 37112 2248 9 0 2887285 0
[pid=1372/tid=1373] ppid=1370 vsize=11586392 CPUtime=0.67 cores=1,3,5,7
/proc/1372/task/1373/stat : 1373 (java) R 1370 1372 30903 0 -1 4202560 2892 0 1 0 65 2 0 0 20 0 18 0 338560950 11864465408 37112 33554432000 1073741824 1073778376 140735699196336 139773243420632 139773247699380 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.57
Current children cumulated vsize (KiB) 11586392

[startup+1.50086 s]
/proc/loadavg: 4.12 3.85 3.70 7/221 1398
/proc/meminfo: memFree=25959304/32873844 swapFree=7124/7124
[pid=1372] ppid=1370 vsize=11852648 CPUtime=4.35 cores=1,3,5,7
/proc/1372/stat : 1372 (java) S 1370 1372 30903 0 -1 4202496 21624 0 1 0 426 9 0 0 20 0 22 0 338560949 12137111552 72740 33554432000 1073741824 1073778376 140735699196336 140735699187472 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1372/statm: 2963162 72740 2266 9 0 2953849 0
[pid=1372/tid=1373] ppid=1370 vsize=11852648 CPUtime=0.87 cores=1,3,5,7
/proc/1372/task/1373/stat : 1373 (java) S 1370 1372 30903 0 -1 4202560 2951 0 1 0 82 5 0 0 20 0 22 0 338560950 12137111552 72740 33554432000 1073741824 1073778376 140735699196336 139773243421848 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1372/tid=1377] ppid=1370 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1372/task/1377/stat : 1377 (java) S 1370 1372 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338560952 12137111552 72740 33554432000 1073741824 1073778376 140735699196336 139773211830824 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1372/tid=1378] ppid=1370 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1372/task/1378/stat : 1378 (java) S 1370 1372 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338560952 12137111552 72740 33554432000 1073741824 1073778376 140735699196336 139773210778024 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1372/tid=1379] ppid=1370 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1372/task/1379/stat : 1379 (java) S 1370 1372 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338560952 12137111552 72740 33554432000 1073741824 1073778376 140735699196336 139773209725224 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1372/tid=1380] ppid=1370 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1372/task/1380/stat : 1380 (java) S 1370 1372 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338560952 12137111552 72740 33554432000 1073741824 1073778376 140735699196336 139773208672424 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1372/tid=1381] ppid=1370 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1372/task/1381/stat : 1381 (java) S 1370 1372 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338560952 12137111552 72740 33554432000 1073741824 1073778376 140735699196336 139773207620648 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1372/tid=1382] ppid=1370 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1372/task/1382/stat : 1382 (java) S 1370 1372 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338560952 12137111552 72740 33554432000 1073741824 1073778376 140735699196336 139773206567848 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1372/tid=1383] ppid=1370 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1372/task/1383/stat : 1383 (java) S 1370 1372 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338560952 12137111552 72740 33554432000 1073741824 1073778376 140735699196336 139773205515048 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1372/tid=1384] ppid=1370 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1372/task/1384/stat : 1384 (java) S 1370 1372 30903 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 338560952 12137111552 72740 33554432000 1073741824 1073778376 140735699196336 139773204462248 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1372/tid=1385] ppid=1370 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1372/task/1385/stat : 1385 (java) S 1370 1372 30903 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 338560953 12137111552 72740 33554432000 1073741824 1073778376 140735699196336 139772589734376 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1372/tid=1386] ppid=1370 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1372/task/1386/stat : 1386 (java) S 1370 1372 30903 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 338560953 12137111552 72740 33554432000 1073741824 1073778376 140735699196336 139772588680440 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1372/tid=1388] ppid=1370 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1372/task/1388/stat : 1388 (java) S 1370 1372 30903 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 338560953 12137111552 72740 33554432000 1073741824 1073778376 140735699196336 139772587627528 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1372/tid=1389] ppid=1370 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1372/task/1389/stat : 1389 (java) S 1370 1372 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338560956 12137111552 72740 33554432000 1073741824 1073778376 140735699196336 139772586576016 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1372/tid=1391] ppid=1370 vsize=11852648 CPUtime=1.11 cores=1,3,5,7
/proc/1372/task/1391/stat : 1391 (java) S 1370 1372 30903 0 -1 4202560 9595 0 0 0 109 2 0 0 20 0 22 0 338560956 12137111552 72740 33554432000 1073741824 1073778376 140735699196336 139772585524152 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1372/tid=1392] ppid=1370 vsize=11852648 CPUtime=1.13 cores=1,3,5,7
/proc/1372/task/1392/stat : 1392 (java) S 1370 1372 30903 0 -1 4202560 7771 0 0 0 111 2 0 0 20 0 22 0 338560956 12137111552 72740 33554432000 1073741824 1073778376 140735699196336 139772584471352 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1372/tid=1393] ppid=1370 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1372/task/1393/stat : 1393 (java) S 1370 1372 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338560956 12137111552 72740 33554432000 1073741824 1073778376 140735699196336 139772583418744 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1372/tid=1394] ppid=1370 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1372/task/1394/stat : 1394 (java) S 1370 1372 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338560956 12137111552 72740 33554432000 1073741824 1073778376 140735699196336 139772582366152 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1372/tid=1395] ppid=1370 vsize=11852648 CPUtime=0.58 cores=1,3,5,7
/proc/1372/task/1395/stat : 1395 (java) R 1370 1372 30903 0 -1 4202560 24 0 0 0 58 0 0 0 20 0 22 0 338561039 12137111552 72740 33554432000 1073741824 1073778376 140735699196336 139772581311208 139773084751991 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=1372/tid=1396] ppid=1370 vsize=11852648 CPUtime=0.58 cores=1,3,5,7
/proc/1372/task/1396/stat : 1396 (java) R 1370 1372 30903 0 -1 4202560 83 0 0 0 58 0 0 0 20 0 22 0 338561039 12137111552 72740 33554432000 1073741824 1073778376 140735699196336 139772580255792 139773084737731 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=1372/tid=1397] ppid=1370 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1372/task/1397/stat : 1397 (java) S 1370 1372 30903 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 338561044 12137111552 72740 33554432000 1073741824 1073778376 140735699196336 139772579206056 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1372/tid=1398] ppid=1370 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1372/task/1398/stat : 1398 (java) S 1370 1372 30903 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 338561044 12137111552 72740 33554432000 1073741824 1073778376 140735699196336 139772578153256 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.35
Current children cumulated vsize (KiB) 11852648

[startup+3.10093 s]
/proc/loadavg: 4.12 3.85 3.70 5/221 1398
/proc/meminfo: memFree=25913364/32873844 swapFree=7124/7124
[pid=1372] ppid=1370 vsize=11852648 CPUtime=7.85 cores=1,3,5,7
/proc/1372/stat : 1372 (java) S 1370 1372 30903 0 -1 4202496 21757 0 1 0 774 11 0 0 20 0 22 0 338560949 12137111552 101926 33554432000 1073741824 1073778376 140735699196336 140735699187472 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1372/statm: 2963162 101926 2267 9 0 2953849 0
[pid=1372/tid=1373] ppid=1370 vsize=11852648 CPUtime=0.87 cores=1,3,5,7
/proc/1372/task/1373/stat : 1373 (java) S 1370 1372 30903 0 -1 4202560 2951 0 1 0 82 5 0 0 20 0 22 0 338560950 12137111552 101926 33554432000 1073741824 1073778376 140735699196336 139773243421848 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1372/tid=1377] ppid=1370 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1372/task/1377/stat : 1377 (java) S 1370 1372 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338560952 12137111552 101926 33554432000 1073741824 1073778376 140735699196336 139773211830824 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1372/tid=1378] ppid=1370 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1372/task/1378/stat : 1378 (java) S 1370 1372 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338560952 12137111552 101926 33554432000 1073741824 1073778376 140735699196336 139773210778024 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1372/tid=1379] ppid=1370 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1372/task/1379/stat : 1379 (java) S 1370 1372 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338560952 12137111552 101926 33554432000 1073741824 1073778376 140735699196336 139773209725224 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1372/tid=1380] ppid=1370 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1372/task/1380/stat : 1380 (java) S 1370 1372 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338560952 12137111552 101926 33554432000 1073741824 1073778376 140735699196336 139773208672424 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1372/tid=1381] ppid=1370 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1372/task/1381/stat : 1381 (java) S 1370 1372 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338560952 12137111552 101926 33554432000 1073741824 1073778376 140735699196336 139773207620648 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1372/tid=1382] ppid=1370 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1372/task/1382/stat : 1382 (java) S 1370 1372 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338560952 12137111552 101926 33554432000 1073741824 1073778376 140735699196336 139773206567848 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1372/tid=1383] ppid=1370 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1372/task/1383/stat : 1383 (java) S 1370 1372 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338560952 12137111552 101926 33554432000 1073741824 1073778376 140735699196336 139773205515048 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1372/tid=1384] ppid=1370 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1372/task/1384/stat : 1384 (java) S 1370 1372 30903 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 338560952 12137111552 101926 33554432000 1073741824 1073778376 140735699196336 139773204462248 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1372/tid=1385] ppid=1370 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1372/task/1385/stat : 1385 (java) S 1370 1372 30903 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 338560953 12137111552 101926 33554432000 1073741824 1073778376 140735699196336 139772589734376 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1372/tid=1386] ppid=1370 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1372/task/1386/stat : 1386 (java) S 1370 1372 30903 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 338560953 12137111552 101926 33554432000 1073741824 1073778376 140735699196336 139772588680440 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1372/tid=1388] ppid=1370 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1372/task/1388/stat : 1388 (java) S 1370 1372 30903 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 338560953 12137111552 101926 33554432000 1073741824 1073778376 140735699196336 139772587627528 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1372/tid=1389] ppid=1370 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1372/task/1389/stat : 1389 (java) S 1370 1372 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338560956 12137111552 101926 33554432000 1073741824 1073778376 140735699196336 139772586576016 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1372/tid=1391] ppid=1370 vsize=11852648 CPUtime=1.28 cores=1,3,5,7
/proc/1372/task/1391/stat : 1391 (java) S 1370 1372 30903 0 -1 4202560 9595 0 0 0 126 2 0 0 20 0 22 0 338560956 12137111552 101926 33554432000 1073741824 1073778376 140735699196336 139772585524152 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1372/tid=1392] ppid=1370 vsize=11852648 CPUtime=1.26 cores=1,3,5,7
/proc/1372/task/1392/stat : 1392 (java) S 1370 1372 30903 0 -1 4202560 7845 0 0 0 124 2 0 0 20 0 22 0 338560956 12137111552 101926 33554432000 1073741824 1073778376 140735699196336 139772584471352 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1372/tid=1393] ppid=1370 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1372/task/1393/stat : 1393 (java) S 1370 1372 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338560956 12137111552 101926 33554432000 1073741824 1073778376 140735699196336 139772583418744 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1372/tid=1394] ppid=1370 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1372/task/1394/stat : 1394 (java) S 1370 1372 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338560956 12137111552 101926 33554432000 1073741824 1073778376 140735699196336 139772582366152 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1372/tid=1395] ppid=1370 vsize=11852648 CPUtime=2.18 cores=1,3,5,7
/proc/1372/task/1395/stat : 1395 (java) R 1370 1372 30903 0 -1 4202560 26 0 0 0 218 0 0 0 20 0 22 0 338561039 12137111552 101926 33554432000 1073741824 1073778376 140735699196336 139772581311272 139773084758463 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=1372/tid=1396] ppid=1370 vsize=11852648 CPUtime=2.18 cores=1,3,5,7
/proc/1372/task/1396/stat : 1396 (java) R 1370 1372 30903 0 -1 4202560 139 0 0 0 216 2 0 0 20 0 22 0 338561039 12137111552 101926 33554432000 1073741824 1073778376 140735699196336 139772580257240 139773084812378 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=1372/tid=1397] ppid=1370 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1372/task/1397/stat : 1397 (java) S 1370 1372 30903 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 338561044 12137111552 101926 33554432000 1073741824 1073778376 140735699196336 139772579206056 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1372/tid=1398] ppid=1370 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1372/task/1398/stat : 1398 (java) S 1370 1372 30903 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 338561044 12137111552 101926 33554432000 1073741824 1073778376 140735699196336 139772578153256 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 7.85
Current children cumulated vsize (KiB) 11852648

[startup+6.30091 s]
/proc/loadavg: 4.11 3.86 3.70 5/221 1398
/proc/meminfo: memFree=25691692/32873844 swapFree=7124/7124
[pid=1372] ppid=1370 vsize=11852648 CPUtime=14.45 cores=1,3,5,7
/proc/1372/stat : 1372 (java) S 1370 1372 30903 0 -1 4202496 21866 0 1 0 1430 15 0 0 20 0 22 0 338560949 12137111552 154648 33554432000 1073741824 1073778376 140735699196336 140735699187472 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1372/statm: 2963162 154648 2269 9 0 2953849 0
[pid=1372/tid=1373] ppid=1370 vsize=11852648 CPUtime=0.87 cores=1,3,5,7
/proc/1372/task/1373/stat : 1373 (java) S 1370 1372 30903 0 -1 4202560 2951 0 1 0 82 5 0 0 20 0 22 0 338560950 12137111552 154648 33554432000 1073741824 1073778376 140735699196336 139773243421848 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1372/tid=1377] ppid=1370 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1372/task/1377/stat : 1377 (java) S 1370 1372 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338560952 12137111552 154648 33554432000 1073741824 1073778376 140735699196336 139773211830824 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1372/tid=1378] ppid=1370 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1372/task/1378/stat : 1378 (java) S 1370 1372 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338560952 12137111552 154648 33554432000 1073741824 1073778376 140735699196336 139773210778024 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1372/tid=1379] ppid=1370 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1372/task/1379/stat : 1379 (java) S 1370 1372 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338560952 12137111552 154648 33554432000 1073741824 1073778376 140735699196336 139773209725224 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1372/tid=1380] ppid=1370 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1372/task/1380/stat : 1380 (java) S 1370 1372 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338560952 12137111552 154648 33554432000 1073741824 1073778376 140735699196336 139773208672424 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1372/tid=1381] ppid=1370 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1372/task/1381/stat : 1381 (java) S 1370 1372 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338560952 12137111552 154648 33554432000 1073741824 1073778376 140735699196336 139773207620648 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1372/tid=1382] ppid=1370 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1372/task/1382/stat : 1382 (java) S 1370 1372 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338560952 12137111552 154648 33554432000 1073741824 1073778376 140735699196336 139773206567848 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1372/tid=1383] ppid=1370 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1372/task/1383/stat : 1383 (java) S 1370 1372 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338560952 12137111552 154648 33554432000 1073741824 1073778376 140735699196336 139773205515048 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1372/tid=1384] ppid=1370 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1372/task/1384/stat : 1384 (java) S 1370 1372 30903 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 338560952 12137111552 154648 33554432000 1073741824 1073778376 140735699196336 139773204462248 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0

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

/proc/1372/statm: 2963162 582002 2294 9 0 2953849 0
[pid=1372/tid=1373] ppid=1370 vsize=11852648 CPUtime=0.91 cores=1,3,5,7
/proc/1372/task/1373/stat : 1373 (java) S 1370 1372 30903 0 -1 4202560 2961 0 1 0 85 6 0 0 20 0 22 0 338560950 12137111552 582002 33554432000 1073741824 1073778376 140735699196336 139773243421848 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1372/tid=1377] ppid=1370 vsize=11852648 CPUtime=0.48 cores=1,3,5,7
/proc/1372/task/1377/stat : 1377 (java) S 1370 1372 30903 0 -1 4202560 114 0 0 0 40 8 0 0 20 0 22 0 338560952 12137111552 582002 33554432000 1073741824 1073778376 140735699196336 139773211830824 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1372/tid=1378] ppid=1370 vsize=11852648 CPUtime=0.39 cores=1,3,5,7
/proc/1372/task/1378/stat : 1378 (java) S 1370 1372 30903 0 -1 4202560 121 0 0 0 33 6 0 0 20 0 22 0 338560952 12137111552 582002 33554432000 1073741824 1073778376 140735699196336 139773210778024 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1372/tid=1379] ppid=1370 vsize=11852648 CPUtime=0.47 cores=1,3,5,7
/proc/1372/task/1379/stat : 1379 (java) S 1370 1372 30903 0 -1 4202560 123 0 0 0 41 6 0 0 20 0 22 0 338560952 12137111552 582002 33554432000 1073741824 1073778376 140735699196336 139773209725224 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1372/tid=1380] ppid=1370 vsize=11852648 CPUtime=0.62 cores=1,3,5,7
/proc/1372/task/1380/stat : 1380 (java) S 1370 1372 30903 0 -1 4202560 138 0 0 0 55 7 0 0 20 0 22 0 338560952 12137111552 582002 33554432000 1073741824 1073778376 140735699196336 139773208672424 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1372/tid=1381] ppid=1370 vsize=11852648 CPUtime=0.46 cores=1,3,5,7
/proc/1372/task/1381/stat : 1381 (java) S 1370 1372 30903 0 -1 4202560 154 0 0 0 38 8 0 0 20 0 22 0 338560952 12137111552 582002 33554432000 1073741824 1073778376 140735699196336 139773207620648 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1372/tid=1382] ppid=1370 vsize=11852648 CPUtime=0.4 cores=1,3,5,7
/proc/1372/task/1382/stat : 1382 (java) S 1370 1372 30903 0 -1 4202560 122 0 0 0 33 7 0 0 20 0 22 0 338560952 12137111552 582002 33554432000 1073741824 1073778376 140735699196336 139773206567848 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1372/tid=1383] ppid=1370 vsize=11852648 CPUtime=0.46 cores=1,3,5,7
/proc/1372/task/1383/stat : 1383 (java) S 1370 1372 30903 0 -1 4202560 108 0 0 0 39 7 0 0 20 0 22 0 338560952 12137111552 582002 33554432000 1073741824 1073778376 140735699196336 139773205515048 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1372/tid=1384] ppid=1370 vsize=11852648 CPUtime=0.44 cores=1,3,5,7
/proc/1372/task/1384/stat : 1384 (java) S 1370 1372 30903 0 -1 4202560 134 0 0 0 36 8 0 0 20 0 22 0 338560952 12137111552 582002 33554432000 1073741824 1073778376 140735699196336 139773204462248 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1372/tid=1385] ppid=1370 vsize=11852648 CPUtime=4.78 cores=1,3,5,7
/proc/1372/task/1385/stat : 1385 (java) S 1370 1372 30903 0 -1 4202560 441 0 0 0 458 20 0 0 20 0 22 0 338560953 12137111552 582002 33554432000 1073741824 1073778376 140735699196336 139772589734376 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1372/tid=1386] ppid=1370 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1372/task/1386/stat : 1386 (java) S 1370 1372 30903 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 338560953 12137111552 582002 33554432000 1073741824 1073778376 140735699196336 139772588680440 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1372/tid=1388] ppid=1370 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1372/task/1388/stat : 1388 (java) S 1370 1372 30903 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 338560953 12137111552 582002 33554432000 1073741824 1073778376 140735699196336 139772587627528 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1372/tid=1389] ppid=1370 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1372/task/1389/stat : 1389 (java) S 1370 1372 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338560956 12137111552 582002 33554432000 1073741824 1073778376 140735699196336 139772586576016 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1372/tid=1391] ppid=1370 vsize=11852648 CPUtime=1.38 cores=1,3,5,7
/proc/1372/task/1391/stat : 1391 (java) S 1370 1372 30903 0 -1 4202560 9596 0 0 0 136 2 0 0 20 0 22 0 338560956 12137111552 582002 33554432000 1073741824 1073778376 140735699196336 139772585524152 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1372/tid=1392] ppid=1370 vsize=11852648 CPUtime=1.53 cores=1,3,5,7
/proc/1372/task/1392/stat : 1392 (java) S 1370 1372 30903 0 -1 4202560 7858 0 0 0 151 2 0 0 20 0 22 0 338560956 12137111552 582002 33554432000 1073741824 1073778376 140735699196336 139772584471352 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1372/tid=1393] ppid=1370 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1372/task/1393/stat : 1393 (java) S 1370 1372 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338560956 12137111552 582002 33554432000 1073741824 1073778376 140735699196336 139772583418744 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1372/tid=1394] ppid=1370 vsize=11852648 CPUtime=0.24 cores=1,3,5,7
/proc/1372/task/1394/stat : 1394 (java) S 1370 1372 30903 0 -1 4202560 47 0 0 0 11 13 0 0 20 0 22 0 338560956 12137111552 582002 33554432000 1073741824 1073778376 140735699196336 139772582366152 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1372/tid=1395] ppid=1370 vsize=11852648 CPUtime=813.28 cores=1,3,5,7
/proc/1372/task/1395/stat : 1395 (java) R 1370 1372 30903 0 -1 4202560 50 0 0 0 81315 13 0 0 20 0 22 0 338561039 12137111552 582002 33554432000 1073741824 1073778376 140735699196336 139772581310912 139773085066915 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=1372/tid=1396] ppid=1370 vsize=11852648 CPUtime=813.48 cores=1,3,5,7
/proc/1372/task/1396/stat : 1396 (java) R 1370 1372 30903 0 -1 4202560 529 0 0 0 81318 30 0 0 20 0 22 0 338561039 12137111552 582002 33554432000 1073741824 1073778376 140735699196336 139772580256048 139773084945309 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=1372/tid=1397] ppid=1370 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1372/task/1397/stat : 1397 (java) S 1370 1372 30903 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 338561044 12137111552 582002 33554432000 1073741824 1073778376 140735699196336 139772579206056 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1372/tid=1398] ppid=1370 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1372/task/1398/stat : 1398 (java) S 1370 1372 30903 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 338561044 12137111552 582002 33554432000 1073741824 1073778376 140735699196336 139772578153256 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1643.51
Current children cumulated vsize (KiB) 11852648

[startup+882.301 s]
/proc/loadavg: 3.90 3.87 3.80 5/221 1563
/proc/meminfo: memFree=24684568/32873844 swapFree=7124/7124
[pid=1372] ppid=1370 vsize=11852648 CPUtime=1763.5 cores=1,3,5,7
/proc/1372/stat : 1372 (java) S 1370 1372 30903 0 -1 4202496 23687 0 1 0 176232 118 0 0 20 0 22 0 338560949 12137111552 582002 33554432000 1073741824 1073778376 140735699196336 140735699187472 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1372/statm: 2963162 582002 2294 9 0 2953849 0
[pid=1372/tid=1373] ppid=1370 vsize=11852648 CPUtime=0.91 cores=1,3,5,7
/proc/1372/task/1373/stat : 1373 (java) S 1370 1372 30903 0 -1 4202560 2961 0 1 0 85 6 0 0 20 0 22 0 338560950 12137111552 582002 33554432000 1073741824 1073778376 140735699196336 139773243421848 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1372/tid=1377] ppid=1370 vsize=11852648 CPUtime=0.48 cores=1,3,5,7
/proc/1372/task/1377/stat : 1377 (java) S 1370 1372 30903 0 -1 4202560 114 0 0 0 40 8 0 0 20 0 22 0 338560952 12137111552 582002 33554432000 1073741824 1073778376 140735699196336 139773211830824 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1372/tid=1378] ppid=1370 vsize=11852648 CPUtime=0.39 cores=1,3,5,7
/proc/1372/task/1378/stat : 1378 (java) S 1370 1372 30903 0 -1 4202560 121 0 0 0 33 6 0 0 20 0 22 0 338560952 12137111552 582002 33554432000 1073741824 1073778376 140735699196336 139773210778024 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1372/tid=1379] ppid=1370 vsize=11852648 CPUtime=0.47 cores=1,3,5,7
/proc/1372/task/1379/stat : 1379 (java) S 1370 1372 30903 0 -1 4202560 123 0 0 0 41 6 0 0 20 0 22 0 338560952 12137111552 582002 33554432000 1073741824 1073778376 140735699196336 139773209725224 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1372/tid=1380] ppid=1370 vsize=11852648 CPUtime=0.62 cores=1,3,5,7
/proc/1372/task/1380/stat : 1380 (java) S 1370 1372 30903 0 -1 4202560 138 0 0 0 55 7 0 0 20 0 22 0 338560952 12137111552 582002 33554432000 1073741824 1073778376 140735699196336 139773208672424 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1372/tid=1381] ppid=1370 vsize=11852648 CPUtime=0.46 cores=1,3,5,7
/proc/1372/task/1381/stat : 1381 (java) S 1370 1372 30903 0 -1 4202560 154 0 0 0 38 8 0 0 20 0 22 0 338560952 12137111552 582002 33554432000 1073741824 1073778376 140735699196336 139773207620648 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1372/tid=1382] ppid=1370 vsize=11852648 CPUtime=0.4 cores=1,3,5,7
/proc/1372/task/1382/stat : 1382 (java) S 1370 1372 30903 0 -1 4202560 122 0 0 0 33 7 0 0 20 0 22 0 338560952 12137111552 582002 33554432000 1073741824 1073778376 140735699196336 139773206567848 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1372/tid=1383] ppid=1370 vsize=11852648 CPUtime=0.46 cores=1,3,5,7
/proc/1372/task/1383/stat : 1383 (java) S 1370 1372 30903 0 -1 4202560 108 0 0 0 39 7 0 0 20 0 22 0 338560952 12137111552 582002 33554432000 1073741824 1073778376 140735699196336 139773205515048 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1372/tid=1384] ppid=1370 vsize=11852648 CPUtime=0.44 cores=1,3,5,7
/proc/1372/task/1384/stat : 1384 (java) S 1370 1372 30903 0 -1 4202560 134 0 0 0 36 8 0 0 20 0 22 0 338560952 12137111552 582002 33554432000 1073741824 1073778376 140735699196336 139773204462248 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1372/tid=1385] ppid=1370 vsize=11852648 CPUtime=4.79 cores=1,3,5,7
/proc/1372/task/1385/stat : 1385 (java) S 1370 1372 30903 0 -1 4202560 441 0 0 0 459 20 0 0 20 0 22 0 338560953 12137111552 582002 33554432000 1073741824 1073778376 140735699196336 139772589734376 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1372/tid=1386] ppid=1370 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1372/task/1386/stat : 1386 (java) S 1370 1372 30903 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 338560953 12137111552 582002 33554432000 1073741824 1073778376 140735699196336 139772588680440 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1372/tid=1388] ppid=1370 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1372/task/1388/stat : 1388 (java) S 1370 1372 30903 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 338560953 12137111552 582002 33554432000 1073741824 1073778376 140735699196336 139772587627528 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1372/tid=1389] ppid=1370 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1372/task/1389/stat : 1389 (java) S 1370 1372 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338560956 12137111552 582002 33554432000 1073741824 1073778376 140735699196336 139772586576016 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1372/tid=1391] ppid=1370 vsize=11852648 CPUtime=1.38 cores=1,3,5,7
/proc/1372/task/1391/stat : 1391 (java) S 1370 1372 30903 0 -1 4202560 9596 0 0 0 136 2 0 0 20 0 22 0 338560956 12137111552 582002 33554432000 1073741824 1073778376 140735699196336 139772585524152 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1372/tid=1392] ppid=1370 vsize=11852648 CPUtime=1.53 cores=1,3,5,7
/proc/1372/task/1392/stat : 1392 (java) S 1370 1372 30903 0 -1 4202560 7858 0 0 0 151 2 0 0 20 0 22 0 338560956 12137111552 582002 33554432000 1073741824 1073778376 140735699196336 139772584471352 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1372/tid=1393] ppid=1370 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1372/task/1393/stat : 1393 (java) S 1370 1372 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338560956 12137111552 582002 33554432000 1073741824 1073778376 140735699196336 139772583418744 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1372/tid=1394] ppid=1370 vsize=11852648 CPUtime=0.25 cores=1,3,5,7
/proc/1372/task/1394/stat : 1394 (java) S 1370 1372 30903 0 -1 4202560 51 0 0 0 12 13 0 0 20 0 22 0 338560956 12137111552 582002 33554432000 1073741824 1073778376 140735699196336 139772582366152 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1372/tid=1395] ppid=1370 vsize=11852648 CPUtime=873.13 cores=1,3,5,7
/proc/1372/task/1395/stat : 1395 (java) R 1370 1372 30903 0 -1 4202560 50 0 0 0 87299 14 0 0 20 0 22 0 338561039 12137111552 582002 33554432000 1073741824 1073778376 140735699196336 139772581310912 139773085067104 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=1372/tid=1396] ppid=1370 vsize=11852648 CPUtime=873.31 cores=1,3,5,7
/proc/1372/task/1396/stat : 1396 (java) R 1370 1372 30903 0 -1 4202560 529 0 0 0 87300 31 0 0 20 0 22 0 338561039 12137111552 582002 33554432000 1073741824 1073778376 140735699196336 139772580256048 139773084945265 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=1372/tid=1397] ppid=1370 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1372/task/1397/stat : 1397 (java) S 1370 1372 30903 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 338561044 12137111552 582002 33554432000 1073741824 1073778376 140735699196336 139772579206056 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1372/tid=1398] ppid=1370 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1372/task/1398/stat : 1398 (java) S 1370 1372 30903 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 338561044 12137111552 582002 33554432000 1073741824 1073778376 140735699196336 139772578153256 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1763.5
Current children cumulated vsize (KiB) 11852648



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+900.601 s]
/proc/loadavg: 3.93 3.87 3.80 5/221 1563
/proc/meminfo: memFree=24678300/32873844 swapFree=7124/7124
[pid=1372] ppid=1370 vsize=11852648 CPUtime=1800.11 cores=1,3,5,7
/proc/1372/stat : 1372 (java) S 1370 1372 30903 0 -1 4202496 23687 0 1 0 179893 118 0 0 20 0 22 0 338560949 12137111552 582002 33554432000 1073741824 1073778376 140735699196336 140735699187472 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1372/statm: 2963162 582002 2294 9 0 2953849 0
[pid=1372/tid=1373] ppid=1370 vsize=11852648 CPUtime=0.91 cores=1,3,5,7
/proc/1372/task/1373/stat : 1373 (java) S 1370 1372 30903 0 -1 4202560 2961 0 1 0 85 6 0 0 20 0 22 0 338560950 12137111552 582002 33554432000 1073741824 1073778376 140735699196336 139773243421848 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1372/tid=1377] ppid=1370 vsize=11852648 CPUtime=0.48 cores=1,3,5,7
/proc/1372/task/1377/stat : 1377 (java) S 1370 1372 30903 0 -1 4202560 114 0 0 0 40 8 0 0 20 0 22 0 338560952 12137111552 582002 33554432000 1073741824 1073778376 140735699196336 139773211830824 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1372/tid=1378] ppid=1370 vsize=11852648 CPUtime=0.39 cores=1,3,5,7
/proc/1372/task/1378/stat : 1378 (java) S 1370 1372 30903 0 -1 4202560 121 0 0 0 33 6 0 0 20 0 22 0 338560952 12137111552 582002 33554432000 1073741824 1073778376 140735699196336 139773210778024 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1372/tid=1379] ppid=1370 vsize=11852648 CPUtime=0.47 cores=1,3,5,7
/proc/1372/task/1379/stat : 1379 (java) S 1370 1372 30903 0 -1 4202560 123 0 0 0 41 6 0 0 20 0 22 0 338560952 12137111552 582002 33554432000 1073741824 1073778376 140735699196336 139773209725224 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1372/tid=1380] ppid=1370 vsize=11852648 CPUtime=0.62 cores=1,3,5,7
/proc/1372/task/1380/stat : 1380 (java) S 1370 1372 30903 0 -1 4202560 138 0 0 0 55 7 0 0 20 0 22 0 338560952 12137111552 582002 33554432000 1073741824 1073778376 140735699196336 139773208672424 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1372/tid=1381] ppid=1370 vsize=11852648 CPUtime=0.46 cores=1,3,5,7
/proc/1372/task/1381/stat : 1381 (java) S 1370 1372 30903 0 -1 4202560 154 0 0 0 38 8 0 0 20 0 22 0 338560952 12137111552 582002 33554432000 1073741824 1073778376 140735699196336 139773207620648 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1372/tid=1382] ppid=1370 vsize=11852648 CPUtime=0.4 cores=1,3,5,7
/proc/1372/task/1382/stat : 1382 (java) S 1370 1372 30903 0 -1 4202560 122 0 0 0 33 7 0 0 20 0 22 0 338560952 12137111552 582002 33554432000 1073741824 1073778376 140735699196336 139773206567848 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1372/tid=1383] ppid=1370 vsize=11852648 CPUtime=0.46 cores=1,3,5,7
/proc/1372/task/1383/stat : 1383 (java) S 1370 1372 30903 0 -1 4202560 108 0 0 0 39 7 0 0 20 0 22 0 338560952 12137111552 582002 33554432000 1073741824 1073778376 140735699196336 139773205515048 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1372/tid=1384] ppid=1370 vsize=11852648 CPUtime=0.44 cores=1,3,5,7
/proc/1372/task/1384/stat : 1384 (java) S 1370 1372 30903 0 -1 4202560 134 0 0 0 36 8 0 0 20 0 22 0 338560952 12137111552 582002 33554432000 1073741824 1073778376 140735699196336 139773204462248 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1372/tid=1385] ppid=1370 vsize=11852648 CPUtime=4.79 cores=1,3,5,7
/proc/1372/task/1385/stat : 1385 (java) S 1370 1372 30903 0 -1 4202560 441 0 0 0 459 20 0 0 20 0 22 0 338560953 12137111552 582002 33554432000 1073741824 1073778376 140735699196336 139772589734376 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1372/tid=1386] ppid=1370 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1372/task/1386/stat : 1386 (java) S 1370 1372 30903 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 338560953 12137111552 582002 33554432000 1073741824 1073778376 140735699196336 139772588680440 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1372/tid=1388] ppid=1370 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1372/task/1388/stat : 1388 (java) S 1370 1372 30903 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 338560953 12137111552 582002 33554432000 1073741824 1073778376 140735699196336 139772587627528 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1372/tid=1389] ppid=1370 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1372/task/1389/stat : 1389 (java) S 1370 1372 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338560956 12137111552 582002 33554432000 1073741824 1073778376 140735699196336 139772586576016 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1372/tid=1391] ppid=1370 vsize=11852648 CPUtime=1.38 cores=1,3,5,7
/proc/1372/task/1391/stat : 1391 (java) S 1370 1372 30903 0 -1 4202560 9596 0 0 0 136 2 0 0 20 0 22 0 338560956 12137111552 582002 33554432000 1073741824 1073778376 140735699196336 139772585524152 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1372/tid=1392] ppid=1370 vsize=11852648 CPUtime=1.53 cores=1,3,5,7
/proc/1372/task/1392/stat : 1392 (java) S 1370 1372 30903 0 -1 4202560 7858 0 0 0 151 2 0 0 20 0 22 0 338560956 12137111552 582002 33554432000 1073741824 1073778376 140735699196336 139772584471352 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1372/tid=1393] ppid=1370 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1372/task/1393/stat : 1393 (java) S 1370 1372 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338560956 12137111552 582002 33554432000 1073741824 1073778376 140735699196336 139772583418744 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1372/tid=1394] ppid=1370 vsize=11852648 CPUtime=0.26 cores=1,3,5,7
/proc/1372/task/1394/stat : 1394 (java) S 1370 1372 30903 0 -1 4202560 51 0 0 0 13 13 0 0 20 0 22 0 338560956 12137111552 582002 33554432000 1073741824 1073778376 140735699196336 139772582366152 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1372/tid=1395] ppid=1370 vsize=11852648 CPUtime=891.39 cores=1,3,5,7
/proc/1372/task/1395/stat : 1395 (java) R 1370 1372 30903 0 -1 4202560 50 0 0 0 89125 14 0 0 20 0 22 0 338561039 12137111552 582002 33554432000 1073741824 1073778376 140735699196336 139772581310912 139773085067114 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=1372/tid=1396] ppid=1370 vsize=11852648 CPUtime=891.57 cores=1,3,5,7
/proc/1372/task/1396/stat : 1396 (java) R 1370 1372 30903 0 -1 4202560 529 0 0 0 89126 31 0 0 20 0 22 0 338561039 12137111552 582002 33554432000 1073741824 1073778376 140735699196336 139772580256048 139773084945265 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=1372/tid=1397] ppid=1370 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1372/task/1397/stat : 1397 (java) S 1370 1372 30903 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 338561044 12137111552 582002 33554432000 1073741824 1073778376 140735699196336 139772579206056 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1372/tid=1398] ppid=1370 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1372/task/1398/stat : 1398 (java) S 1370 1372 30903 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 338561044 12137111552 582002 33554432000 1073741824 1073778376 140735699196336 139772578153256 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.11
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 1372 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=339218
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=621753
# CPU time returned by wait4() is 1795.96
# while last known CPU time is 1800.11
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 900.654
CPU time (s): 1800.11
CPU user time (s): 1798.93
CPU system time (s): 1.18
CPU usage (%): 199.867
Max. virtual memory (cumulated for all children) (KiB): 11852648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.34
system time used= 1.62175
maximum resident set size= 2328124
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23720
page faults= 1
swaps= 0
block input operations= 0
block output operations= 776
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 21806
involuntary context switches= 21817

runsolver used 3.60345 second user time and 8.61269 second system time

The end

Launcher Data

Begin job on node134 at 2012-06-03 13:52:36
IDJOB=3737914
IDBENCH=48350
IDSOLVER=2328
FILE ID=node134/3737914-1338724356
RUNJOBID= node134-1338713778-30920
PBS_JOBID= 14636743
Free space on /tmp= 70360 MiB

SOLVER NAME= PB11: Sat4j Res//CP 2.3.0
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_500_25_3_80.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3737914-1338724356/watcher-3737914-1338724356 -o /tmp/evaluation-result-3737914-1338724356/solver-3737914-1338724356 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3737914-1338724356.opb

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

MD5SUM BENCH= 6671ed3c9b389a2223dba62c8a435d2e
RANDOM SEED=2134460280

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:        26220564 kB
Buffers:          487868 kB
Cached:          3303820 kB
SwapCached:           76 kB
Active:          3690612 kB
Inactive:        2049960 kB
Active(anon):    1939976 kB
Inactive(anon):    10496 kB
Active(file):    1750636 kB
Inactive(file):  2039464 kB
Unevictable:        7124 kB
Mlocked:            7124 kB
SwapTotal:      67108856 kB
SwapFree:       67107756 kB
Dirty:               532 kB
Writeback:             0 kB
AnonPages:       1975664 kB
Mapped:            19400 kB
Shmem:                96 kB
Slab:             761548 kB
SReclaimable:     202984 kB
SUnreclaim:       558564 kB
KernelStack:        1824 kB
PageTables:         8060 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:   10458588 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1921024 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= 70360 MiB
End job on node134 at 2012-06-03 14:07:38