Trace number 3453641

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
Sat4j Res//CP 2.3.0? (TO) 1800.31 900.84

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.02/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.02/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.08	c See www.sat4j.org for details.
0.02/0.08	c version 2.3.1.v20110525
0.02/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.08	c java.vm.version	19.1-b02
0.02/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.08	c sun.arch.data.model	64
0.02/0.08	c java.version		1.6.0_24
0.02/0.08	c os.name		Linux
0.02/0.08	c os.version		2.6.18-164.el5
0.02/0.08	c os.arch		amd64
0.02/0.08	c Free memory 		9996466904
0.02/0.08	c Max memory 		10048897024
0.02/0.08	c Total memory 		10048897024
0.02/0.08	c Number of processors 	8
0.11/0.11	c Pseudo Boolean Optimization
0.11/0.11	c ManyCore solver with 2 solvers running in parallel
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@67ee3914
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose learned constraints deletion strategy
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1c691f36
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose learned constraints deletion strategy
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-3453641-1307195885.opb
0.11/0.11	c reading problem ... 
1.81/0.81	c ... done. Wall clock time 0.703s.
1.81/0.81	c #vars     16722
1.81/0.81	c #constraints  32947
1.81/0.81	c constraints type 
1.81/0.81	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 15722
1.81/0.81	c org.sat4j.minisat.constraints.card.MinWatchCard => 1003
1.81/0.81	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 500
1.81/0.81	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 15722
1.81/0.81	c constraints type 
1.81/0.81	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 500
1.81/0.81	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 15722
1.81/0.81	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1003
1.81/0.81	c org.sat4j.pb.constraints.pb.MaxWatchPb => 15722
19.67/9.17	c cleaning 2502 clauses out of 5004 with flag 5004/5004
37.83/18.26	c cleaning 4258 clauses out of 8516 with flag 11018/11018
61.13/29.95	c cleaning 5624 clauses out of 11247 with flag 18007/18007
95.44/47.16	c cleaning 6871 clauses out of 13741 with flag 26125/26125
132.29/65.69	c cleaning 7873 clauses out of 15745 with flag 35000/35000
181.58/90.34	c cleaning 8958 clauses out of 17915 with flag 45043/45043
236.28/117.78	c cleaning 9961 clauses out of 19921 with flag 56007/56007
286.32/142.87	c cleaning 10997 clauses out of 21994 with flag 68041/68041
330.35/164.98	c cleaning 11980 clauses out of 23960 with flag 81004/81004
397.62/198.62	c cleaning 13088 clauses out of 26175 with flag 95199/95199
521.51/260.71	c cleaning 13980 clauses out of 27960 with flag 110072/110072
648.37/324.12	c cleaning 14964 clauses out of 29927 with flag 126019/126019
752.96/376.51	c cleaning 15983 clauses out of 31965 with flag 143021/143021
863.44/431.89	c cleaning 16983 clauses out of 33965 with flag 161004/161004
985.13/492.75	c cleaning 18002 clauses out of 36004 with flag 180026/180026
1039.19/519.85	c cleaning 18992 clauses out of 37987 with flag 200011/200011
1108.21/554.45	c cleaning 19998 clauses out of 40000 with flag 221016/221016
1170.65/585.73	c cleaning 20997 clauses out of 41998 with flag 243012/243012
1257.73/629.34	c cleaning 21994 clauses out of 43990 with flag 266001/266001
1380.83/690.95	c cleaning 23023 clauses out of 46045 with flag 290050/290050
1578.80/790.09	c cleaning 24071 clauses out of 48141 with flag 315169/315169
1800.09/900.72	c starts		: 135
1800.09/900.72	c conflicts		: 338942
1800.09/900.72	c decisions		: 1071836
1800.09/900.72	c propagations		: 27503720
1800.09/900.72	c inspects		: 1166378349
1800.09/900.72	c shortcuts		: 0
1800.09/900.72	c learnt literals	: 0
1800.09/900.72	c learnt binary clauses	: 0
1800.09/900.72	c learnt ternary clauses	: 11
1800.09/900.72	c learnt constraints	: 338941
1800.09/900.72	c ignored constraints	: 0
1800.09/900.72	c root simplifications	: 0
1800.09/900.72	c removed literals (reason simplification)	: 1720565
1800.09/900.72	c reason swapping (by a shorter reason)	: 0
1800.09/900.72	c Calls to reduceDB	: 21
1800.09/900.72	c number of reductions to clauses (during analyze)	: 0
1800.09/900.72	c number of learned constraints concerned by reduction	: 0
1800.09/900.72	c number of learning phase by resolution	: 0
1800.09/900.72	c number of learning phase by cutting planes	: 0
1800.09/900.72	c speed (assignments/second)	: 30562.813087560062
1800.09/900.72	c non guided choices	16194
1800.09/900.74	c learnt constraints type 
1800.09/900.74	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 47846
1800.09/900.74	c constraints type 
1800.09/900.74	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 15722
1800.09/900.74	c org.sat4j.minisat.constraints.card.MinWatchCard => 1003
1800.09/900.74	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 500
1800.09/900.74	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 15722
1800.09/900.74	c constraints type 
1800.09/900.74	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 500
1800.09/900.74	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 15722
1800.09/900.74	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1003
1800.09/900.74	c org.sat4j.pb.constraints.pb.MaxWatchPb => 15722
1800.09/900.74	s UNKNOWN
1800.09/900.74	c Total wall clock time (in seconds): 900.632

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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-3453641-1307195885/watcher-3453641-1307195885 -o /tmp/evaluation-result-3453641-1307195885/solver-3453641-1307195885 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3453641-1307195885.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: 2.02 2.93 3.16 3/428 5550
/proc/meminfo: memFree=29023208/32951124 swapFree=43324008/67111528
[pid=5550] ppid=5548 vsize=10430980 CPUtime=0 cores=1,3,5,7
/proc/5550/stat : 5550 (java) S 5548 5550 5513 0 -1 4202496 3011 0 1 0 0 0 0 0 18 0 2 0 831188960 10681323520 2714 33554432000 1073741824 1073778376 140735266216432 18446744073709551615 244458747877 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/5550/statm: 2607745 2728 906 9 0 2598901 0
[pid=5550/tid=5552] ppid=5548 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/5550/task/5552/stat : 5552 (java) R 5548 5550 5513 0 -1 4202560 5870 0 1 0 0 0 0 0 19 0 2 0 831188960 10694979584 6686 33554432000 1073741824 1073778376 140735266216432 18446744073709551615 244446639163 0 4 0 16784584 0 0 0 -1 3 0 0 0

[startup+0.032877 s]
/proc/loadavg: 2.02 2.93 3.16 3/428 5550
/proc/meminfo: memFree=29023208/32951124 swapFree=43324008/67111528
[pid=5550] ppid=5548 vsize=10465424 CPUtime=0.02 cores=1,3,5,7
/proc/5550/stat : 5550 (java) S 5548 5550 5513 0 -1 4202496 10979 0 1 0 1 1 0 0 18 0 11 0 831188960 10716594176 10678 33554432000 1073741824 1073778376 140735266216432 18446744073709551615 244458747877 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/5550/statm: 2616356 10679 1606 9 0 2607104 0
[pid=5550/tid=5552] ppid=5548 vsize=10465424 CPUtime=0.01 cores=1,3,5,7
/proc/5550/task/5552/stat : 5552 (java) R 5548 5550 5513 0 -1 4202560 9856 0 1 0 1 0 0 0 24 0 11 0 831188960 10716594176 10679 33554432000 1073741824 1073778376 140735266216432 18446744073709551615 47365216196120 0 4 0 16784584 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 10465424

[startup+0.104929 s]
/proc/loadavg: 2.02 2.93 3.16 3/428 5550
/proc/meminfo: memFree=29023208/32951124 swapFree=43324008/67111528
[pid=5550] ppid=5548 vsize=10539940 CPUtime=0.11 cores=1,3,5,7
/proc/5550/stat : 5550 (java) S 5548 5550 5513 0 -1 4202496 13106 0 1 0 10 1 0 0 18 0 18 0 831188960 10792898560 12803 33554432000 1073741824 1073778376 140735266216432 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/5550/statm: 2634985 12803 2092 9 0 2625719 0
[pid=5550/tid=5552] ppid=5548 vsize=10539940 CPUtime=0.09 cores=1,3,5,7
/proc/5550/task/5552/stat : 5552 (java) R 5548 5550 5513 0 -1 4202560 11207 0 1 0 8 1 0 0 18 0 18 0 831188960 10792898560 12803 33554432000 1073741824 1073778376 140735266216432 18446744073709551615 46912505099250 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 10539940

[startup+0.300825 s]
/proc/loadavg: 2.02 2.93 3.16 3/428 5550
/proc/meminfo: memFree=29023208/32951124 swapFree=43324008/67111528
[pid=5550] ppid=5548 vsize=10541080 CPUtime=0.46 cores=1,3,5,7
/proc/5550/stat : 5550 (java) S 5548 5550 5513 0 -1 4202496 15859 0 1 0 45 1 0 0 18 0 18 0 831188960 10794065920 15435 33554432000 1073741824 1073778376 140735266216432 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/5550/statm: 2635270 15435 2208 9 0 2626004 0
[pid=5550/tid=5552] ppid=5548 vsize=10541080 CPUtime=0.28 cores=1,3,5,7
/proc/5550/task/5552/stat : 5552 (java) R 5548 5550 5513 0 -1 4202560 13081 0 1 0 27 1 0 0 18 0 18 0 831188960 10794065920 15435 33554432000 1073741824 1073778376 140735266216432 18446744073709551615 46912505219208 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 10541080

[startup+0.700749 s]
/proc/loadavg: 2.02 2.93 3.16 3/428 5550
/proc/meminfo: memFree=29023208/32951124 swapFree=43324008/67111528
[pid=5550] ppid=5548 vsize=10556104 CPUtime=1.59 cores=1,3,5,7
/proc/5550/stat : 5550 (java) S 5548 5550 5513 0 -1 4202496 41179 0 1 0 154 5 0 0 18 0 18 0 831188960 10809450496 35943 33554432000 1073741824 1073778376 140735266216432 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/5550/statm: 2639026 35946 2227 9 0 2629760 0
[pid=5550/tid=5552] ppid=5548 vsize=10556104 CPUtime=0.68 cores=1,3,5,7
/proc/5550/task/5552/stat : 5552 (java) R 5548 5550 5513 0 -1 4202560 28956 0 1 0 65 3 0 0 18 0 18 0 831188960 10809450496 35947 33554432000 1073741824 1073778376 140735266216432 18446744073709551615 46912505550362 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.59
Current children cumulated vsize (KiB) 10556104

[startup+1.50157 s]
/proc/loadavg: 2.02 2.93 3.16 9/472 5594
/proc/meminfo: memFree=28671708/32951124 swapFree=43324008/67111528
[pid=5550] ppid=5548 vsize=10560216 CPUtime=4.03 cores=1,3,5,7
/proc/5550/stat : 5550 (java) S 5548 5550 5513 0 -1 4202496 74094 0 1 0 395 8 0 0 18 0 22 0 831188960 10813661184 67710 33554432000 1073741824 1073778376 140735266216432 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/5550/statm: 2640054 67710 2240 9 0 2630788 0
[pid=5550/tid=5552] ppid=5548 vsize=10560216 CPUtime=0.8 cores=1,3,5,7
/proc/5550/task/5552/stat : 5552 (java) S 5548 5550 5513 0 -1 4202560 53782 0 1 0 74 6 0 0 15 0 22 0 831188960 10813661184 67710 33554432000 1073741824 1073778376 140735266216432 18446744073709551615 244458761728 0 4 0 16800975 18446604466626185408 0 0 -1 7 0 0 0
[pid=5550/tid=5563] ppid=5548 vsize=10560216 CPUtime=0 cores=1,3,5,7
/proc/5550/task/5563/stat : 5563 (java) S 5548 5550 5513 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 831188962 10813661184 67710 33554432000 1073741824 1073778376 140735266216432 18446744073709551615 244458761113 0 4 0 16800975 18446604466626185408 0 0 -1 3 0 0 0
[pid=5550/tid=5564] ppid=5548 vsize=10560216 CPUtime=0 cores=1,3,5,7
/proc/5550/task/5564/stat : 5564 (java) S 5548 5550 5513 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 22 0 831188962 10813661184 67710 33554432000 1073741824 1073778376 140735266216432 18446744073709551615 244458761113 0 4 0 16800975 18446604466626185408 0 0 -1 3 0 0 0
[pid=5550/tid=5565] ppid=5548 vsize=10560216 CPUtime=0 cores=1,3,5,7
/proc/5550/task/5565/stat : 5565 (java) S 5548 5550 5513 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 22 0 831188962 10813661184 67710 33554432000 1073741824 1073778376 140735266216432 18446744073709551615 244458761113 0 4 0 16800975 18446604466626185408 0 0 -1 3 0 0 0
[pid=5550/tid=5566] ppid=5548 vsize=10560216 CPUtime=0 cores=1,3,5,7
/proc/5550/task/5566/stat : 5566 (java) S 5548 5550 5513 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 22 0 831188962 10813661184 67710 33554432000 1073741824 1073778376 140735266216432 18446744073709551615 244458761113 0 4 0 16800975 18446604466626185408 0 0 -1 3 0 0 0
[pid=5550/tid=5567] ppid=5548 vsize=10560216 CPUtime=0 cores=1,3,5,7
/proc/5550/task/5567/stat : 5567 (java) S 5548 5550 5513 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 22 0 831188962 10813661184 67710 33554432000 1073741824 1073778376 140735266216432 18446744073709551615 244458761113 0 4 0 16800975 18446604466626185408 0 0 -1 3 0 0 0
[pid=5550/tid=5568] ppid=5548 vsize=10560216 CPUtime=0 cores=1,3,5,7
/proc/5550/task/5568/stat : 5568 (java) S 5548 5550 5513 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 22 0 831188962 10813661184 67710 33554432000 1073741824 1073778376 140735266216432 18446744073709551615 244458761113 0 4 0 16800975 18446604466626185408 0 0 -1 3 0 0 0
[pid=5550/tid=5569] ppid=5548 vsize=10560216 CPUtime=0 cores=1,3,5,7
/proc/5550/task/5569/stat : 5569 (java) S 5548 5550 5513 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 22 0 831188962 10813661184 67710 33554432000 1073741824 1073778376 140735266216432 18446744073709551615 244458761113 0 4 0 16800975 18446604466626185408 0 0 -1 3 0 0 0
[pid=5550/tid=5570] ppid=5548 vsize=10560216 CPUtime=0 cores=1,3,5,7
/proc/5550/task/5570/stat : 5570 (java) S 5548 5550 5513 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 22 0 831188962 10813661184 67710 33554432000 1073741824 1073778376 140735266216432 18446744073709551615 244458761113 0 4 0 16800975 18446604466626185408 0 0 -1 3 0 0 0
[pid=5550/tid=5572] ppid=5548 vsize=10560216 CPUtime=0 cores=1,3,5,7
/proc/5550/task/5572/stat : 5572 (java) S 5548 5550 5513 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 22 0 831188963 10813661184 67710 33554432000 1073741824 1073778376 140735266216432 18446744073709551615 244458761728 0 0 0 16800975 18446604466626185408 0 0 -1 7 0 0 0
[pid=5550/tid=5575] ppid=5548 vsize=10560216 CPUtime=0 cores=1,3,5,7
/proc/5550/task/5575/stat : 5575 (java) S 5548 5550 5513 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 22 0 831188963 10813661184 67710 33554432000 1073741824 1073778376 140735266216432 18446744073709551615 244458761113 0 4 0 16800975 18446604466626185408 0 0 -1 3 0 0 0
[pid=5550/tid=5576] ppid=5548 vsize=10560216 CPUtime=0 cores=1,3,5,7
/proc/5550/task/5576/stat : 5576 (java) S 5548 5550 5513 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 831188963 10813661184 67710 33554432000 1073741824 1073778376 140735266216432 18446744073709551615 244458761113 0 4 0 16800975 18446604466626185408 0 0 -1 3 0 0 0
[pid=5550/tid=5582] ppid=5548 vsize=10560216 CPUtime=0 cores=1,3,5,7
/proc/5550/task/5582/stat : 5582 (java) S 5548 5550 5513 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 831188965 10813661184 67710 33554432000 1073741824 1073778376 140735266216432 18446744073709551615 244458768817 0 4 0 16800975 18446604466626185408 0 0 -1 3 0 0 0
[pid=5550/tid=5583] ppid=5548 vsize=10560216 CPUtime=0.98 cores=1,3,5,7
/proc/5550/task/5583/stat : 5583 (java) S 5548 5550 5513 0 -1 4202560 3895 0 0 0 98 0 0 0 16 0 22 0 831188965 10813661184 67710 33554432000 1073741824 1073778376 140735266216432 18446744073709551615 244458761113 0 4 0 16800975 18446604466626185408 0 0 -1 1 0 0 0
[pid=5550/tid=5584] ppid=5548 vsize=10560216 CPUtime=0.88 cores=1,3,5,7
/proc/5550/task/5584/stat : 5584 (java) S 5548 5550 5513 0 -1 4202560 8694 0 0 0 88 0 0 0 15 0 22 0 831188965 10813661184 67710 33554432000 1073741824 1073778376 140735266216432 18446744073709551615 244458761113 0 4 0 16800975 18446604466626185408 0 0 -1 3 0 0 0
[pid=5550/tid=5585] ppid=5548 vsize=10560216 CPUtime=0 cores=1,3,5,7
/proc/5550/task/5585/stat : 5585 (java) S 5548 5550 5513 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 831188965 10813661184 67710 33554432000 1073741824 1073778376 140735266216432 18446744073709551615 244458761113 0 4 0 16800975 18446604466626185408 0 0 -1 3 0 0 0
[pid=5550/tid=5586] ppid=5548 vsize=10560216 CPUtime=0 cores=1,3,5,7
/proc/5550/task/5586/stat : 5586 (java) S 5548 5550 5513 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 831188965 10813661184 67710 33554432000 1073741824 1073778376 140735266216432 18446744073709551615 244458761728 0 4 0 16800975 18446604466626185408 0 0 -1 1 0 0 0
[pid=5550/tid=5591] ppid=5548 vsize=10560216 CPUtime=0.68 cores=1,3,5,7
/proc/5550/task/5591/stat : 5591 (java) R 5548 5550 5513 0 -1 4202560 574 0 0 0 68 0 0 0 19 0 22 0 831189041 10813661184 67711 33554432000 1073741824 1073778376 140735266216432 18446744073709551615 47365217631059 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=5550/tid=5592] ppid=5548 vsize=10560216 CPUtime=0.66 cores=1,3,5,7
/proc/5550/task/5592/stat : 5592 (java) R 5548 5550 5513 0 -1 4202560 5984 0 0 0 66 0 0 0 25 0 22 0 831189041 10813661184 67711 33554432000 1073741824 1073778376 140735266216432 18446744073709551615 46912506153881 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=5550/tid=5593] ppid=5548 vsize=10560216 CPUtime=0 cores=1,3,5,7
/proc/5550/task/5593/stat : 5593 (java) S 5548 5550 5513 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 22 0 831189043 10813661184 67711 33554432000 1073741824 1073778376 140735266216432 18446744073709551615 244458761728 0 4 0 16800975 18446604466626185408 0 0 -1 3 0 0 0
[pid=5550/tid=5594] ppid=5548 vsize=10560216 CPUtime=0 cores=1,3,5,7
/proc/5550/task/5594/stat : 5594 (java) S 5548 5550 5513 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 831189043 10813661184 67711 33554432000 1073741824 1073778376 140735266216432 18446744073709551615 244458761728 0 4 0 16800975 18446604466626185408 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4.03
Current children cumulated vsize (KiB) 10560216

[startup+3.10127 s]
/proc/loadavg: 2.02 2.93 3.16 6/472 5594
/proc/meminfo: memFree=28445408/32951124 swapFree=43324008/67111528
[pid=5550] ppid=5548 vsize=10560216 CPUtime=7.5 cores=1,3,5,7
/proc/5550/stat : 5550 (java) S 5548 5550 5513 0 -1 4202496 102929 0 1 0 738 12 0 0 18 0 22 0 831188960 10813661184 95970 33554432000 1073741824 1073778376 140735266216432 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/5550/statm: 2640054 95970 2242 9 0 2630788 0
[pid=5550/tid=5552] ppid=5548 vsize=10560216 CPUtime=0.8 cores=1,3,5,7
/proc/5550/task/5552/stat : 5552 (java) S 5548 5550 5513 0 -1 4202560 53782 0 1 0 74 6 0 0 15 0 22 0 831188960 10813661184 95970 33554432000 1073741824 1073778376 140735266216432 18446744073709551615 244458761728 0 4 0 16800975 18446604466626185408 0 0 -1 7 0 0 0
[pid=5550/tid=5563] ppid=5548 vsize=10560216 CPUtime=0 cores=1,3,5,7
/proc/5550/task/5563/stat : 5563 (java) S 5548 5550 5513 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 831188962 10813661184 95970 33554432000 1073741824 1073778376 140735266216432 18446744073709551615 244458761113 0 4 0 16800975 18446604466626185408 0 0 -1 3 0 0 0
[pid=5550/tid=5564] ppid=5548 vsize=10560216 CPUtime=0 cores=1,3,5,7
/proc/5550/task/5564/stat : 5564 (java) S 5548 5550 5513 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 22 0 831188962 10813661184 95970 33554432000 1073741824 1073778376 140735266216432 18446744073709551615 244458761113 0 4 0 16800975 18446604466626185408 0 0 -1 3 0 0 0
[pid=5550/tid=5565] ppid=5548 vsize=10560216 CPUtime=0 cores=1,3,5,7
/proc/5550/task/5565/stat : 5565 (java) S 5548 5550 5513 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 22 0 831188962 10813661184 95970 33554432000 1073741824 1073778376 140735266216432 18446744073709551615 244458761113 0 4 0 16800975 18446604466626185408 0 0 -1 3 0 0 0
[pid=5550/tid=5566] ppid=5548 vsize=10560216 CPUtime=0 cores=1,3,5,7
/proc/5550/task/5566/stat : 5566 (java) S 5548 5550 5513 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 22 0 831188962 10813661184 95970 33554432000 1073741824 1073778376 140735266216432 18446744073709551615 244458761113 0 4 0 16800975 18446604466626185408 0 0 -1 3 0 0 0
[pid=5550/tid=5567] ppid=5548 vsize=10560216 CPUtime=0 cores=1,3,5,7
/proc/5550/task/5567/stat : 5567 (java) S 5548 5550 5513 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 22 0 831188962 10813661184 95970 33554432000 1073741824 1073778376 140735266216432 18446744073709551615 244458761113 0 4 0 16800975 18446604466626185408 0 0 -1 3 0 0 0
[pid=5550/tid=5568] ppid=5548 vsize=10560216 CPUtime=0 cores=1,3,5,7
/proc/5550/task/5568/stat : 5568 (java) S 5548 5550 5513 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 22 0 831188962 10813661184 95970 33554432000 1073741824 1073778376 140735266216432 18446744073709551615 244458761113 0 4 0 16800975 18446604466626185408 0 0 -1 3 0 0 0
[pid=5550/tid=5569] ppid=5548 vsize=10560216 CPUtime=0 cores=1,3,5,7
/proc/5550/task/5569/stat : 5569 (java) S 5548 5550 5513 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 22 0 831188962 10813661184 95970 33554432000 1073741824 1073778376 140735266216432 18446744073709551615 244458761113 0 4 0 16800975 18446604466626185408 0 0 -1 3 0 0 0
[pid=5550/tid=5570] ppid=5548 vsize=10560216 CPUtime=0 cores=1,3,5,7
/proc/5550/task/5570/stat : 5570 (java) S 5548 5550 5513 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 22 0 831188962 10813661184 95970 33554432000 1073741824 1073778376 140735266216432 18446744073709551615 244458761113 0 4 0 16800975 18446604466626185408 0 0 -1 3 0 0 0
[pid=5550/tid=5572] ppid=5548 vsize=10560216 CPUtime=0 cores=1,3,5,7
/proc/5550/task/5572/stat : 5572 (java) S 5548 5550 5513 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 22 0 831188963 10813661184 95970 33554432000 1073741824 1073778376 140735266216432 18446744073709551615 244458761728 0 0 0 16800975 18446604466626185408 0 0 -1 7 0 0 0
[pid=5550/tid=5575] ppid=5548 vsize=10560216 CPUtime=0 cores=1,3,5,7
/proc/5550/task/5575/stat : 5575 (java) S 5548 5550 5513 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 22 0 831188963 10813661184 95970 33554432000 1073741824 1073778376 140735266216432 18446744073709551615 244458761113 0 4 0 16800975 18446604466626185408 0 0 -1 3 0 0 0
[pid=5550/tid=5576] ppid=5548 vsize=10560216 CPUtime=0 cores=1,3,5,7
/proc/5550/task/5576/stat : 5576 (java) S 5548 5550 5513 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 831188963 10813661184 95970 33554432000 1073741824 1073778376 140735266216432 18446744073709551615 244458761113 0 4 0 16800975 18446604466626185408 0 0 -1 3 0 0 0
[pid=5550/tid=5582] ppid=5548 vsize=10560216 CPUtime=0 cores=1,3,5,7
/proc/5550/task/5582/stat : 5582 (java) S 5548 5550 5513 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 831188965 10813661184 95970 33554432000 1073741824 1073778376 140735266216432 18446744073709551615 244458768817 0 4 0 16800975 18446604466626185408 0 0 -1 3 0 0 0
[pid=5550/tid=5583] ppid=5548 vsize=10560216 CPUtime=1.1 cores=1,3,5,7
/proc/5550/task/5583/stat : 5583 (java) S 5548 5550 5513 0 -1 4202560 3907 0 0 0 110 0 0 0 15 0 22 0 831188965 10813661184 95970 33554432000 1073741824 1073778376 140735266216432 18446744073709551615 244458761113 0 4 0 16800975 18446604466626185408 0 0 -1 1 0 0 0
[pid=5550/tid=5584] ppid=5548 vsize=10560216 CPUtime=1.03 cores=1,3,5,7
/proc/5550/task/5584/stat : 5584 (java) R 5548 5550 5513 0 -1 4202560 9283 0 0 0 103 0 0 0 15 0 22 0 831188965 10813661184 95970 33554432000 1073741824 1073778376 140735266216432 18446744073709551615 47365216021333 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=5550/tid=5585] ppid=5548 vsize=10560216 CPUtime=0 cores=1,3,5,7
/proc/5550/task/5585/stat : 5585 (java) S 5548 5550 5513 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 831188965 10813661184 95970 33554432000 1073741824 1073778376 140735266216432 18446744073709551615 244458761113 0 4 0 16800975 18446604466626185408 0 0 -1 3 0 0 0
[pid=5550/tid=5586] ppid=5548 vsize=10560216 CPUtime=0 cores=1,3,5,7
/proc/5550/task/5586/stat : 5586 (java) S 5548 5550 5513 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 831188965 10813661184 95970 33554432000 1073741824 1073778376 140735266216432 18446744073709551615 244458761728 0 4 0 16800975 18446604466626185408 0 0 -1 7 0 0 0
[pid=5550/tid=5591] ppid=5548 vsize=10560216 CPUtime=2.28 cores=1,3,5,7
/proc/5550/task/5591/stat : 5591 (java) R 5548 5550 5513 0 -1 4202560 843 0 0 0 228 0 0 0 24 0 22 0 831189041 10813661184 95970 33554432000 1073741824 1073778376 140735266216432 18446744073709551615 46912506075376 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=5550/tid=5592] ppid=5548 vsize=10560216 CPUtime=2.26 cores=1,3,5,7
/proc/5550/task/5592/stat : 5592 (java) R 5548 5550 5513 0 -1 4202560 33947 0 0 0 222 4 0 0 25 0 22 0 831189041 10813661184 95970 33554432000 1073741824 1073778376 140735266216432 18446744073709551615 46912506153744 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=5550/tid=5593] ppid=5548 vsize=10560216 CPUtime=0 cores=1,3,5,7
/proc/5550/task/5593/stat : 5593 (java) S 5548 5550 5513 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 22 0 831189043 10813661184 95970 33554432000 1073741824 1073778376 140735266216432 18446744073709551615 244458761728 0 4 0 16800975 18446604466626185408 0 0 -1 3 0 0 0
[pid=5550/tid=5594] ppid=5548 vsize=10560216 CPUtime=0 cores=1,3,5,7
/proc/5550/task/5594/stat : 5594 (java) S 5548 5550 5513 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 831189043 10813661184 95970 33554432000 1073741824 1073778376 140735266216432 18446744073709551615 244458761728 0 4 0 16800975 18446604466626185408 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 7.5
Current children cumulated vsize (KiB) 10560216

[startup+6.30068 s]
/proc/loadavg: 2.17 2.95 3.16 6/472 5594
/proc/meminfo: memFree=27879892/32951124 swapFree=43324008/67111528
[pid=5550] ppid=5548 vsize=10558560 CPUtime=14.07 cores=1,3,5,7
/proc/5550/stat : 5550 (java) S 5548 5550 5513 0 -1 4202496 157589 0 1 0 1388 19 0 0 18 0 22 0 831188960 10811965440 149878 33554432000 1073741824 1073778376 140735266216432 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/5550/statm: 2639640 149878 2244 9 0 2630374 0
[pid=5550/tid=5552] ppid=5548 vsize=10558560 CPUtime=0.8 cores=1,3,5,7
/proc/5550/task/5552/stat : 5552 (java) S 5548 5550 5513 0 -1 4202560 53782 0 1 0 74 6 0 0 15 0 22 0 831188960 10811965440 149878 33554432000 1073741824 1073778376 140735266216432 18446744073709551615 244458761728 0 4 0 16800975 18446604466626185408 0 0 -1 7 0 0 0
[pid=5550/tid=5563] ppid=5548 vsize=10558560 CPUtime=0 cores=1,3,5,7
/proc/5550/task/5563/stat : 5563 (java) S 5548 5550 5513 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 831188962 10811965440 149878 33554432000 1073741824 1073778376 140735266216432 18446744073709551615 244458761113 0 4 0 16800975 18446604466626185408 0 0 -1 3 0 0 0
[pid=5550/tid=5564] ppid=5548 vsize=10558560 CPUtime=0 cores=1,3,5,7
/proc/5550/task/5564/stat : 5564 (java) S 5548 5550 5513 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 22 0 831188962 10811965440 149878 33554432000 1073741824 1073778376 140735266216432 18446744073709551615 244458761113 0 4 0 16800975 18446604466626185408 0 0 -1 3 0 0 0
[pid=5550/tid=5565] ppid=5548 vsize=10558560 CPUtime=0 cores=1,3,5,7
/proc/5550/task/5565/stat : 5565 (java) S 5548 5550 5513 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 22 0 831188962 10811965440 149878 33554432000 1073741824 1073778376 140735266216432 18446744073709551615 244458761113 0 4 0 16800975 18446604466626185408 0 0 -1 3 0 0 0
[pid=5550/tid=5566] ppid=5548 vsize=10558560 CPUtime=0 cores=1,3,5,7
/proc/5550/task/5566/stat : 5566 (java) S 5548 5550 5513 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 22 0 831188962 10811965440 149878 33554432000 1073741824 1073778376 140735266216432 18446744073709551615 244458761113 0 4 0 16800975 18446604466626185408 0 0 -1 3 0 0 0
[pid=5550/tid=5567] ppid=5548 vsize=10558560 CPUtime=0 cores=1,3,5,7
/proc/5550/task/5567/stat : 5567 (java) S 5548 5550 5513 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 22 0 831188962 10811965440 149878 33554432000 1073741824 1073778376 140735266216432 18446744073709551615 244458761113 0 4 0 16800975 18446604466626185408 0 0 -1 3 0 0 0
[pid=5550/tid=5568] ppid=5548 vsize=10558560 CPUtime=0 cores=1,3,5,7
/proc/5550/task/5568/stat : 5568 (java) S 5548 5550 5513 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 22 0 831188962 10811965440 149878 33554432000 1073741824 1073778376 140735266216432 18446744073709551615 244458761113 0 4 0 16800975 18446604466626185408 0 0 -1 3 0 0 0
[pid=5550/tid=5569] ppid=5548 vsize=10558560 CPUtime=0 cores=1,3,5,7
/proc/5550/task/5569/stat : 5569 (java) S 5548 5550 5513 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 22 0 831188962 10811965440 149878 33554432000 1073741824 1073778376 140735266216432 18446744073709551615 244458761113 0 4 0 16800975 18446604466626185408 0 0 -1 3 0 0 0
[pid=5550/tid=5570] ppid=5548 vsize=10558560 CPUtime=0 cores=1,3,5,7
/proc/5550/task/5570/stat : 5570 (java) S 5548 5550 5513 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 22 0 831188962 10811965440 149878 33554432000 1073741824 1073778376 140735266216432 18446744073709551615 244458761113 0 4 0 16800975 18446604466626185408 0 0 -1 3 0 0 0

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

/proc/meminfo: memFree=25144884/32951124 swapFree=43324008/67111528
[pid=5550] ppid=5548 vsize=10558560 CPUtime=1643.27 cores=1,3,5,7
/proc/5550/stat : 5550 (java) S 5548 5550 5513 0 -1 4202496 598769 0 1 0 164249 78 0 0 18 0 22 0 831188960 10811965440 590809 33554432000 1073741824 1073778376 140735266216432 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/5550/statm: 2639640 590809 2269 9 0 2630374 0
[pid=5550/tid=5552] ppid=5548 vsize=10558560 CPUtime=0.8 cores=1,3,5,7
/proc/5550/task/5552/stat : 5552 (java) S 5548 5550 5513 0 -1 4202560 53784 0 1 0 74 6 0 0 15 0 22 0 831188960 10811965440 590809 33554432000 1073741824 1073778376 140735266216432 18446744073709551615 244458761728 0 4 0 16800975 18446604466626185408 0 0 -1 5 0 0 0
[pid=5550/tid=5563] ppid=5548 vsize=10558560 CPUtime=0.29 cores=1,3,5,7
/proc/5550/task/5563/stat : 5563 (java) S 5548 5550 5513 0 -1 4202560 15826 0 0 0 27 2 0 0 16 0 22 0 831188962 10811965440 590809 33554432000 1073741824 1073778376 140735266216432 18446744073709551615 244458761113 0 4 0 16800975 18446604466626185408 0 0 -1 3 0 0 0
[pid=5550/tid=5564] ppid=5548 vsize=10558560 CPUtime=0.21 cores=1,3,5,7
/proc/5550/task/5564/stat : 5564 (java) S 5548 5550 5513 0 -1 4202560 9742 0 0 0 20 1 0 0 16 0 22 0 831188962 10811965440 590809 33554432000 1073741824 1073778376 140735266216432 18446744073709551615 244458761113 0 4 0 16800975 18446604466626185408 0 0 -1 7 0 0 0
[pid=5550/tid=5565] ppid=5548 vsize=10558560 CPUtime=0.28 cores=1,3,5,7
/proc/5550/task/5565/stat : 5565 (java) S 5548 5550 5513 0 -1 4202560 13424 0 0 0 27 1 0 0 15 0 22 0 831188962 10811965440 590809 33554432000 1073741824 1073778376 140735266216432 18446744073709551615 244458761113 0 4 0 16800975 18446604466626185408 0 0 -1 3 0 0 0
[pid=5550/tid=5566] ppid=5548 vsize=10558560 CPUtime=0.39 cores=1,3,5,7
/proc/5550/task/5566/stat : 5566 (java) S 5548 5550 5513 0 -1 4202560 18927 0 0 0 36 3 0 0 16 0 22 0 831188962 10811965440 590809 33554432000 1073741824 1073778376 140735266216432 18446744073709551615 244458761113 0 4 0 16800975 18446604466626185408 0 0 -1 3 0 0 0
[pid=5550/tid=5567] ppid=5548 vsize=10558560 CPUtime=0.21 cores=1,3,5,7
/proc/5550/task/5567/stat : 5567 (java) S 5548 5550 5513 0 -1 4202560 5038 0 0 0 20 1 0 0 15 0 22 0 831188962 10811965440 590809 33554432000 1073741824 1073778376 140735266216432 18446744073709551615 244458761113 0 4 0 16800975 18446604466626185408 0 0 -1 7 0 0 0
[pid=5550/tid=5568] ppid=5548 vsize=10558560 CPUtime=0.19 cores=1,3,5,7
/proc/5550/task/5568/stat : 5568 (java) S 5548 5550 5513 0 -1 4202560 6217 0 0 0 19 0 0 0 16 0 22 0 831188962 10811965440 590809 33554432000 1073741824 1073778376 140735266216432 18446744073709551615 244458761113 0 4 0 16800975 18446604466626185408 0 0 -1 7 0 0 0
[pid=5550/tid=5569] ppid=5548 vsize=10558560 CPUtime=0.17 cores=1,3,5,7
/proc/5550/task/5569/stat : 5569 (java) S 5548 5550 5513 0 -1 4202560 8938 0 0 0 16 1 0 0 15 0 22 0 831188962 10811965440 590809 33554432000 1073741824 1073778376 140735266216432 18446744073709551615 244458761113 0 4 0 16800975 18446604466626185408 0 0 -1 5 0 0 0
[pid=5550/tid=5570] ppid=5548 vsize=10558560 CPUtime=0.2 cores=1,3,5,7
/proc/5550/task/5570/stat : 5570 (java) S 5548 5550 5513 0 -1 4202560 11183 0 0 0 19 1 0 0 16 0 22 0 831188962 10811965440 590809 33554432000 1073741824 1073778376 140735266216432 18446744073709551615 244458761113 0 4 0 16800975 18446604466626185408 0 0 -1 5 0 0 0
[pid=5550/tid=5572] ppid=5548 vsize=10558560 CPUtime=3.92 cores=1,3,5,7
/proc/5550/task/5572/stat : 5572 (java) S 5548 5550 5513 0 -1 4202560 185678 0 0 0 366 26 0 0 15 0 22 0 831188963 10811965440 590809 33554432000 1073741824 1073778376 140735266216432 18446744073709551615 244458761728 0 0 0 16800975 18446604466626185408 0 0 -1 1 0 0 0
[pid=5550/tid=5575] ppid=5548 vsize=10558560 CPUtime=0 cores=1,3,5,7
/proc/5550/task/5575/stat : 5575 (java) S 5548 5550 5513 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 831188963 10811965440 590809 33554432000 1073741824 1073778376 140735266216432 18446744073709551615 244458761113 0 4 0 16800975 18446604466626185408 0 0 -1 3 0 0 0
[pid=5550/tid=5576] ppid=5548 vsize=10558560 CPUtime=0 cores=1,3,5,7
/proc/5550/task/5576/stat : 5576 (java) S 5548 5550 5513 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 831188963 10811965440 590809 33554432000 1073741824 1073778376 140735266216432 18446744073709551615 244458761113 0 4 0 16800975 18446604466626185408 0 0 -1 3 0 0 0
[pid=5550/tid=5582] ppid=5548 vsize=10558560 CPUtime=0 cores=1,3,5,7
/proc/5550/task/5582/stat : 5582 (java) S 5548 5550 5513 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 831188965 10811965440 590809 33554432000 1073741824 1073778376 140735266216432 18446744073709551615 244458768817 0 4 0 16800975 18446604466626185408 0 0 -1 3 0 0 0
[pid=5550/tid=5583] ppid=5548 vsize=10558560 CPUtime=1.27 cores=1,3,5,7
/proc/5550/task/5583/stat : 5583 (java) S 5548 5550 5513 0 -1 4202560 3926 0 0 0 127 0 0 0 15 0 22 0 831188965 10811965440 590809 33554432000 1073741824 1073778376 140735266216432 18446744073709551615 244458761113 0 4 0 16800975 18446604466626185408 0 0 -1 5 0 0 0
[pid=5550/tid=5584] ppid=5548 vsize=10558560 CPUtime=1.2 cores=1,3,5,7
/proc/5550/task/5584/stat : 5584 (java) S 5548 5550 5513 0 -1 4202560 9857 0 0 0 119 1 0 0 15 0 22 0 831188965 10811965440 590809 33554432000 1073741824 1073778376 140735266216432 18446744073709551615 244458761113 0 4 0 16800975 18446604466626185408 0 0 -1 3 0 0 0
[pid=5550/tid=5585] ppid=5548 vsize=10558560 CPUtime=0 cores=1,3,5,7
/proc/5550/task/5585/stat : 5585 (java) S 5548 5550 5513 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 831188965 10811965440 590809 33554432000 1073741824 1073778376 140735266216432 18446744073709551615 244458761113 0 4 0 16800975 18446604466626185408 0 0 -1 3 0 0 0
[pid=5550/tid=5586] ppid=5548 vsize=10558560 CPUtime=0 cores=1,3,5,7
/proc/5550/task/5586/stat : 5586 (java) S 5548 5550 5513 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 22 0 831188965 10811965440 590809 33554432000 1073741824 1073778376 140735266216432 18446744073709551615 244458761728 0 4 0 16800975 18446604466626185408 0 0 -1 3 0 0 0
[pid=5550/tid=5591] ppid=5548 vsize=10558560 CPUtime=816.98 cores=1,3,5,7
/proc/5550/task/5591/stat : 5591 (java) R 5548 5550 5513 0 -1 4202560 5489 0 0 0 81698 0 0 0 25 0 22 0 831189041 10811965440 590809 33554432000 1073741824 1073778376 140735266216432 18446744073709551615 46912506244189 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5550/tid=5592] ppid=5548 vsize=10558560 CPUtime=817.03 cores=1,3,5,7
/proc/5550/task/5592/stat : 5592 (java) R 5548 5550 5513 0 -1 4202560 249535 0 0 0 81675 28 0 0 25 0 22 0 831189041 10811965440 590809 33554432000 1073741824 1073778376 140735266216432 18446744073709551615 46912506298961 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=5550/tid=5593] ppid=5548 vsize=10558560 CPUtime=0 cores=1,3,5,7
/proc/5550/task/5593/stat : 5593 (java) S 5548 5550 5513 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 22 0 831189043 10811965440 590809 33554432000 1073741824 1073778376 140735266216432 18446744073709551615 244458761728 0 4 0 16800975 18446604466626185408 0 0 -1 3 0 0 0
[pid=5550/tid=5594] ppid=5548 vsize=10558560 CPUtime=0 cores=1,3,5,7
/proc/5550/task/5594/stat : 5594 (java) S 5548 5550 5513 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 831189043 10811965440 590809 33554432000 1073741824 1073778376 140735266216432 18446744073709551615 244458761728 0 4 0 16800975 18446604466626185408 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1643.27
Current children cumulated vsize (KiB) 10558560

[startup+882.301 s]
/proc/loadavg: 3.72 3.69 3.50 6/472 5630
/proc/meminfo: memFree=25140136/32951124 swapFree=43324008/67111528
[pid=5550] ppid=5548 vsize=10558560 CPUtime=1763.27 cores=1,3,5,7
/proc/5550/stat : 5550 (java) S 5548 5550 5513 0 -1 4202496 598773 0 1 0 176249 78 0 0 18 0 22 0 831188960 10811965440 590809 33554432000 1073741824 1073778376 140735266216432 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/5550/statm: 2639640 590809 2269 9 0 2630374 0
[pid=5550/tid=5552] ppid=5548 vsize=10558560 CPUtime=0.8 cores=1,3,5,7
/proc/5550/task/5552/stat : 5552 (java) S 5548 5550 5513 0 -1 4202560 53784 0 1 0 74 6 0 0 15 0 22 0 831188960 10811965440 590809 33554432000 1073741824 1073778376 140735266216432 18446744073709551615 244458761728 0 4 0 16800975 18446604466626185408 0 0 -1 5 0 0 0
[pid=5550/tid=5563] ppid=5548 vsize=10558560 CPUtime=0.29 cores=1,3,5,7
/proc/5550/task/5563/stat : 5563 (java) S 5548 5550 5513 0 -1 4202560 15826 0 0 0 27 2 0 0 16 0 22 0 831188962 10811965440 590809 33554432000 1073741824 1073778376 140735266216432 18446744073709551615 244458761113 0 4 0 16800975 18446604466626185408 0 0 -1 3 0 0 0
[pid=5550/tid=5564] ppid=5548 vsize=10558560 CPUtime=0.21 cores=1,3,5,7
/proc/5550/task/5564/stat : 5564 (java) S 5548 5550 5513 0 -1 4202560 9742 0 0 0 20 1 0 0 16 0 22 0 831188962 10811965440 590809 33554432000 1073741824 1073778376 140735266216432 18446744073709551615 244458761113 0 4 0 16800975 18446604466626185408 0 0 -1 7 0 0 0
[pid=5550/tid=5565] ppid=5548 vsize=10558560 CPUtime=0.28 cores=1,3,5,7
/proc/5550/task/5565/stat : 5565 (java) S 5548 5550 5513 0 -1 4202560 13424 0 0 0 27 1 0 0 15 0 22 0 831188962 10811965440 590809 33554432000 1073741824 1073778376 140735266216432 18446744073709551615 244458761113 0 4 0 16800975 18446604466626185408 0 0 -1 3 0 0 0
[pid=5550/tid=5566] ppid=5548 vsize=10558560 CPUtime=0.39 cores=1,3,5,7
/proc/5550/task/5566/stat : 5566 (java) S 5548 5550 5513 0 -1 4202560 18927 0 0 0 36 3 0 0 16 0 22 0 831188962 10811965440 590809 33554432000 1073741824 1073778376 140735266216432 18446744073709551615 244458761113 0 4 0 16800975 18446604466626185408 0 0 -1 3 0 0 0
[pid=5550/tid=5567] ppid=5548 vsize=10558560 CPUtime=0.21 cores=1,3,5,7
/proc/5550/task/5567/stat : 5567 (java) S 5548 5550 5513 0 -1 4202560 5038 0 0 0 20 1 0 0 15 0 22 0 831188962 10811965440 590809 33554432000 1073741824 1073778376 140735266216432 18446744073709551615 244458761113 0 4 0 16800975 18446604466626185408 0 0 -1 7 0 0 0
[pid=5550/tid=5568] ppid=5548 vsize=10558560 CPUtime=0.19 cores=1,3,5,7
/proc/5550/task/5568/stat : 5568 (java) S 5548 5550 5513 0 -1 4202560 6217 0 0 0 19 0 0 0 16 0 22 0 831188962 10811965440 590809 33554432000 1073741824 1073778376 140735266216432 18446744073709551615 244458761113 0 4 0 16800975 18446604466626185408 0 0 -1 7 0 0 0
[pid=5550/tid=5569] ppid=5548 vsize=10558560 CPUtime=0.17 cores=1,3,5,7
/proc/5550/task/5569/stat : 5569 (java) S 5548 5550 5513 0 -1 4202560 8938 0 0 0 16 1 0 0 15 0 22 0 831188962 10811965440 590809 33554432000 1073741824 1073778376 140735266216432 18446744073709551615 244458761113 0 4 0 16800975 18446604466626185408 0 0 -1 5 0 0 0
[pid=5550/tid=5570] ppid=5548 vsize=10558560 CPUtime=0.2 cores=1,3,5,7
/proc/5550/task/5570/stat : 5570 (java) S 5548 5550 5513 0 -1 4202560 11183 0 0 0 19 1 0 0 16 0 22 0 831188962 10811965440 590809 33554432000 1073741824 1073778376 140735266216432 18446744073709551615 244458761113 0 4 0 16800975 18446604466626185408 0 0 -1 5 0 0 0
[pid=5550/tid=5572] ppid=5548 vsize=10558560 CPUtime=3.92 cores=1,3,5,7
/proc/5550/task/5572/stat : 5572 (java) S 5548 5550 5513 0 -1 4202560 185678 0 0 0 366 26 0 0 15 0 22 0 831188963 10811965440 590809 33554432000 1073741824 1073778376 140735266216432 18446744073709551615 244458761728 0 0 0 16800975 18446604466626185408 0 0 -1 1 0 0 0
[pid=5550/tid=5575] ppid=5548 vsize=10558560 CPUtime=0 cores=1,3,5,7
/proc/5550/task/5575/stat : 5575 (java) S 5548 5550 5513 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 831188963 10811965440 590809 33554432000 1073741824 1073778376 140735266216432 18446744073709551615 244458761113 0 4 0 16800975 18446604466626185408 0 0 -1 3 0 0 0
[pid=5550/tid=5576] ppid=5548 vsize=10558560 CPUtime=0 cores=1,3,5,7
/proc/5550/task/5576/stat : 5576 (java) S 5548 5550 5513 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 831188963 10811965440 590809 33554432000 1073741824 1073778376 140735266216432 18446744073709551615 244458761113 0 4 0 16800975 18446604466626185408 0 0 -1 3 0 0 0
[pid=5550/tid=5582] ppid=5548 vsize=10558560 CPUtime=0 cores=1,3,5,7
/proc/5550/task/5582/stat : 5582 (java) S 5548 5550 5513 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 831188965 10811965440 590809 33554432000 1073741824 1073778376 140735266216432 18446744073709551615 244458768817 0 4 0 16800975 18446604466626185408 0 0 -1 3 0 0 0
[pid=5550/tid=5583] ppid=5548 vsize=10558560 CPUtime=1.27 cores=1,3,5,7
/proc/5550/task/5583/stat : 5583 (java) S 5548 5550 5513 0 -1 4202560 3926 0 0 0 127 0 0 0 15 0 22 0 831188965 10811965440 590809 33554432000 1073741824 1073778376 140735266216432 18446744073709551615 244458761113 0 4 0 16800975 18446604466626185408 0 0 -1 5 0 0 0
[pid=5550/tid=5584] ppid=5548 vsize=10558560 CPUtime=1.2 cores=1,3,5,7
/proc/5550/task/5584/stat : 5584 (java) S 5548 5550 5513 0 -1 4202560 9857 0 0 0 119 1 0 0 15 0 22 0 831188965 10811965440 590809 33554432000 1073741824 1073778376 140735266216432 18446744073709551615 244458761113 0 4 0 16800975 18446604466626185408 0 0 -1 3 0 0 0
[pid=5550/tid=5585] ppid=5548 vsize=10558560 CPUtime=0 cores=1,3,5,7
/proc/5550/task/5585/stat : 5585 (java) S 5548 5550 5513 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 831188965 10811965440 590809 33554432000 1073741824 1073778376 140735266216432 18446744073709551615 244458761113 0 4 0 16800975 18446604466626185408 0 0 -1 3 0 0 0
[pid=5550/tid=5586] ppid=5548 vsize=10558560 CPUtime=0 cores=1,3,5,7
/proc/5550/task/5586/stat : 5586 (java) S 5548 5550 5513 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 22 0 831188965 10811965440 590809 33554432000 1073741824 1073778376 140735266216432 18446744073709551615 244458761728 0 4 0 16800975 18446604466626185408 0 0 -1 3 0 0 0
[pid=5550/tid=5591] ppid=5548 vsize=10558560 CPUtime=876.99 cores=1,3,5,7
/proc/5550/task/5591/stat : 5591 (java) R 5548 5550 5513 0 -1 4202560 5489 0 0 0 87699 0 0 0 25 0 22 0 831189041 10811965440 590809 33554432000 1073741824 1073778376 140735266216432 18446744073709551615 46912505558352 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5550/tid=5592] ppid=5548 vsize=10558560 CPUtime=877.03 cores=1,3,5,7
/proc/5550/task/5592/stat : 5592 (java) R 5548 5550 5513 0 -1 4202560 249535 0 0 0 87675 28 0 0 25 0 22 0 831189041 10811965440 590809 33554432000 1073741824 1073778376 140735266216432 18446744073709551615 46912506298896 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=5550/tid=5593] ppid=5548 vsize=10558560 CPUtime=0 cores=1,3,5,7
/proc/5550/task/5593/stat : 5593 (java) S 5548 5550 5513 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 22 0 831189043 10811965440 590809 33554432000 1073741824 1073778376 140735266216432 18446744073709551615 244458761728 0 4 0 16800975 18446604466626185408 0 0 -1 3 0 0 0
[pid=5550/tid=5594] ppid=5548 vsize=10558560 CPUtime=0 cores=1,3,5,7
/proc/5550/task/5594/stat : 5594 (java) S 5548 5550 5513 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 831189043 10811965440 590809 33554432000 1073741824 1073778376 140735266216432 18446744073709551615 244458761728 0 4 0 16800975 18446604466626185408 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1763.27
Current children cumulated vsize (KiB) 10558560



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+900.701 s]
/proc/loadavg: 3.80 3.70 3.51 5/472 5630
/proc/meminfo: memFree=25137500/32951124 swapFree=43324008/67111528
[pid=5550] ppid=5548 vsize=10558560 CPUtime=1800.09 cores=1,3,5,7
/proc/5550/stat : 5550 (java) S 5548 5550 5513 0 -1 4202496 598773 0 1 0 179931 78 0 0 18 0 22 0 831188960 10811965440 590809 33554432000 1073741824 1073778376 140735266216432 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/5550/statm: 2639640 590809 2269 9 0 2630374 0
[pid=5550/tid=5552] ppid=5548 vsize=10558560 CPUtime=0.8 cores=1,3,5,7
/proc/5550/task/5552/stat : 5552 (java) S 5548 5550 5513 0 -1 4202560 53784 0 1 0 74 6 0 0 15 0 22 0 831188960 10811965440 590809 33554432000 1073741824 1073778376 140735266216432 18446744073709551615 244458761728 0 4 0 16800975 18446604466626185408 0 0 -1 5 0 0 0
[pid=5550/tid=5563] ppid=5548 vsize=10558560 CPUtime=0.29 cores=1,3,5,7
/proc/5550/task/5563/stat : 5563 (java) S 5548 5550 5513 0 -1 4202560 15826 0 0 0 27 2 0 0 16 0 22 0 831188962 10811965440 590809 33554432000 1073741824 1073778376 140735266216432 18446744073709551615 244458761113 0 4 0 16800975 18446604466626185408 0 0 -1 3 0 0 0
[pid=5550/tid=5564] ppid=5548 vsize=10558560 CPUtime=0.21 cores=1,3,5,7
/proc/5550/task/5564/stat : 5564 (java) S 5548 5550 5513 0 -1 4202560 9742 0 0 0 20 1 0 0 16 0 22 0 831188962 10811965440 590809 33554432000 1073741824 1073778376 140735266216432 18446744073709551615 244458761113 0 4 0 16800975 18446604466626185408 0 0 -1 7 0 0 0
[pid=5550/tid=5565] ppid=5548 vsize=10558560 CPUtime=0.28 cores=1,3,5,7
/proc/5550/task/5565/stat : 5565 (java) S 5548 5550 5513 0 -1 4202560 13424 0 0 0 27 1 0 0 15 0 22 0 831188962 10811965440 590809 33554432000 1073741824 1073778376 140735266216432 18446744073709551615 244458761113 0 4 0 16800975 18446604466626185408 0 0 -1 3 0 0 0
[pid=5550/tid=5566] ppid=5548 vsize=10558560 CPUtime=0.39 cores=1,3,5,7
/proc/5550/task/5566/stat : 5566 (java) S 5548 5550 5513 0 -1 4202560 18927 0 0 0 36 3 0 0 16 0 22 0 831188962 10811965440 590809 33554432000 1073741824 1073778376 140735266216432 18446744073709551615 244458761113 0 4 0 16800975 18446604466626185408 0 0 -1 3 0 0 0
[pid=5550/tid=5567] ppid=5548 vsize=10558560 CPUtime=0.21 cores=1,3,5,7
/proc/5550/task/5567/stat : 5567 (java) S 5548 5550 5513 0 -1 4202560 5038 0 0 0 20 1 0 0 15 0 22 0 831188962 10811965440 590809 33554432000 1073741824 1073778376 140735266216432 18446744073709551615 244458761113 0 4 0 16800975 18446604466626185408 0 0 -1 7 0 0 0
[pid=5550/tid=5568] ppid=5548 vsize=10558560 CPUtime=0.19 cores=1,3,5,7
/proc/5550/task/5568/stat : 5568 (java) S 5548 5550 5513 0 -1 4202560 6217 0 0 0 19 0 0 0 16 0 22 0 831188962 10811965440 590809 33554432000 1073741824 1073778376 140735266216432 18446744073709551615 244458761113 0 4 0 16800975 18446604466626185408 0 0 -1 7 0 0 0
[pid=5550/tid=5569] ppid=5548 vsize=10558560 CPUtime=0.17 cores=1,3,5,7
/proc/5550/task/5569/stat : 5569 (java) S 5548 5550 5513 0 -1 4202560 8938 0 0 0 16 1 0 0 15 0 22 0 831188962 10811965440 590809 33554432000 1073741824 1073778376 140735266216432 18446744073709551615 244458761113 0 4 0 16800975 18446604466626185408 0 0 -1 5 0 0 0
[pid=5550/tid=5570] ppid=5548 vsize=10558560 CPUtime=0.2 cores=1,3,5,7
/proc/5550/task/5570/stat : 5570 (java) S 5548 5550 5513 0 -1 4202560 11183 0 0 0 19 1 0 0 16 0 22 0 831188962 10811965440 590809 33554432000 1073741824 1073778376 140735266216432 18446744073709551615 244458761113 0 4 0 16800975 18446604466626185408 0 0 -1 5 0 0 0
[pid=5550/tid=5572] ppid=5548 vsize=10558560 CPUtime=3.92 cores=1,3,5,7
/proc/5550/task/5572/stat : 5572 (java) S 5548 5550 5513 0 -1 4202560 185678 0 0 0 366 26 0 0 15 0 22 0 831188963 10811965440 590809 33554432000 1073741824 1073778376 140735266216432 18446744073709551615 244458761728 0 0 0 16800975 18446604466626185408 0 0 -1 1 0 0 0
[pid=5550/tid=5575] ppid=5548 vsize=10558560 CPUtime=0 cores=1,3,5,7
/proc/5550/task/5575/stat : 5575 (java) S 5548 5550 5513 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 831188963 10811965440 590809 33554432000 1073741824 1073778376 140735266216432 18446744073709551615 244458761113 0 4 0 16800975 18446604466626185408 0 0 -1 3 0 0 0
[pid=5550/tid=5576] ppid=5548 vsize=10558560 CPUtime=0 cores=1,3,5,7
/proc/5550/task/5576/stat : 5576 (java) S 5548 5550 5513 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 831188963 10811965440 590809 33554432000 1073741824 1073778376 140735266216432 18446744073709551615 244458761113 0 4 0 16800975 18446604466626185408 0 0 -1 3 0 0 0
[pid=5550/tid=5582] ppid=5548 vsize=10558560 CPUtime=0 cores=1,3,5,7
/proc/5550/task/5582/stat : 5582 (java) S 5548 5550 5513 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 831188965 10811965440 590809 33554432000 1073741824 1073778376 140735266216432 18446744073709551615 244458768817 0 4 0 16800975 18446604466626185408 0 0 -1 3 0 0 0
[pid=5550/tid=5583] ppid=5548 vsize=10558560 CPUtime=1.27 cores=1,3,5,7
/proc/5550/task/5583/stat : 5583 (java) S 5548 5550 5513 0 -1 4202560 3926 0 0 0 127 0 0 0 15 0 22 0 831188965 10811965440 590809 33554432000 1073741824 1073778376 140735266216432 18446744073709551615 244458761113 0 4 0 16800975 18446604466626185408 0 0 -1 5 0 0 0
[pid=5550/tid=5584] ppid=5548 vsize=10558560 CPUtime=1.2 cores=1,3,5,7
/proc/5550/task/5584/stat : 5584 (java) S 5548 5550 5513 0 -1 4202560 9857 0 0 0 119 1 0 0 15 0 22 0 831188965 10811965440 590809 33554432000 1073741824 1073778376 140735266216432 18446744073709551615 244458761113 0 4 0 16800975 18446604466626185408 0 0 -1 3 0 0 0
[pid=5550/tid=5585] ppid=5548 vsize=10558560 CPUtime=0 cores=1,3,5,7
/proc/5550/task/5585/stat : 5585 (java) S 5548 5550 5513 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 831188965 10811965440 590809 33554432000 1073741824 1073778376 140735266216432 18446744073709551615 244458761113 0 4 0 16800975 18446604466626185408 0 0 -1 3 0 0 0
[pid=5550/tid=5586] ppid=5548 vsize=10558560 CPUtime=0 cores=1,3,5,7
/proc/5550/task/5586/stat : 5586 (java) S 5548 5550 5513 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 22 0 831188965 10811965440 590809 33554432000 1073741824 1073778376 140735266216432 18446744073709551615 244458761728 0 4 0 16800975 18446604466626185408 0 0 -1 3 0 0 0
[pid=5550/tid=5591] ppid=5548 vsize=10558560 CPUtime=895.4 cores=1,3,5,7
/proc/5550/task/5591/stat : 5591 (java) R 5548 5550 5513 0 -1 4202560 5489 0 0 0 89540 0 0 0 25 0 22 0 831189041 10811965440 590809 33554432000 1073741824 1073778376 140735266216432 18446744073709551615 46912505816140 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5550/tid=5592] ppid=5548 vsize=10558560 CPUtime=895.45 cores=1,3,5,7
/proc/5550/task/5592/stat : 5592 (java) R 5548 5550 5513 0 -1 4202560 249535 0 0 0 89517 28 0 0 25 0 22 0 831189041 10811965440 590809 33554432000 1073741824 1073778376 140735266216432 18446744073709551615 46912506298945 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=5550/tid=5593] ppid=5548 vsize=10558560 CPUtime=0 cores=1,3,5,7
/proc/5550/task/5593/stat : 5593 (java) S 5548 5550 5513 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 22 0 831189043 10811965440 590809 33554432000 1073741824 1073778376 140735266216432 18446744073709551615 244458761728 0 4 0 16800975 18446604466626185408 0 0 -1 3 0 0 0
[pid=5550/tid=5594] ppid=5548 vsize=10558560 CPUtime=0 cores=1,3,5,7
/proc/5550/task/5594/stat : 5594 (java) S 5548 5550 5513 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 831189043 10811965440 590809 33554432000 1073741824 1073778376 140735266216432 18446744073709551615 244458761728 0 4 0 16800975 18446604466626185408 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 10558560

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+900.822 s]
/proc/loadavg: 3.80 3.70 3.51 4/453 5633
/proc/meminfo: memFree=27065648/32951124 swapFree=43324008/67111528
[pid=5550] ppid=5548 vsize=0 CPUtime=1800.29 cores=1,3,5,7
/proc/5550/stat : 5550 (java) Z 5548 5550 5513 0 -1 4203548 598804 0 1 0 179942 87 0 0 17 0 2 0 831188960 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/5550/statm: 0 0 0 0 0 0 0
[pid=5550/tid=5632] ppid=5548 vsize=0 CPUtime=0.08 cores=1,3,5,7
/proc/5550/task/5632/stat : 5632 (java) R 5548 5550 5513 0 -1 4203588 11 0 0 0 0 8 0 0 19 0 2 0 831279032 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1800.29
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 900.84
CPU time (s): 1800.31
CPU user time (s): 1799.43
CPU system time (s): 0.879866
CPU usage (%): 199.847
Max. virtual memory (cumulated for all children) (KiB): 10560216

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.43
system time used= 0.879866
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 598804
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 21187
involuntary context switches= 21440

runsolver used 3.9284 second user time and 9.29459 second system time

The end

Launcher Data

Begin job on node105 at 2011-06-04 15:58:05
IDJOB=3453641
IDBENCH=48350
IDSOLVER=1950
FILE ID=node105/3453641-1307195885
RUNJOBID= node105-1307195885-5532
PBS_JOBID= 13508882
Free space on /tmp= 73768 MiB

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

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

MD5SUM BENCH= 6671ed3c9b389a2223dba62c8a435d2e
RANDOM SEED=1509357322

node105.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.825
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.65
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.825
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.15
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.825
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.825
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.825
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5410.70
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.825
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.825
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.825
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      29024232 kB
Buffers:        343012 kB
Cached:         859884 kB
SwapCached:      20984 kB
Active:        2901052 kB
Inactive:       709688 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29024232 kB
SwapTotal:    67111528 kB
SwapFree:     43324008 kB
Dirty:            1220 kB
Writeback:           0 kB
AnonPages:     2405724 kB
Mapped:          19228 kB
Slab:           165520 kB
PageTables:      82524 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 114867308 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73768 MiB
End job on node105 at 2011-06-04 16:13:08