Trace number 3458670

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j Resolution 2.3.0? (TO) 1800.16 1797.68

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=140-sizeP=71-sizeQ=140-318609522-max.opb
MD5SUMae51e618574b80c61fbc975822c4a1eb
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-1
Best CPU time to get the best result obtained on this benchmark1800.41
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables10151
Total number of constraints29821
Number of constraints which are clauses29820
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint9940
Number of terms in the objective function 71
Biggest coefficient in the objective function 1180591620717411303424
Number of bits for the biggest coefficient in the objective function 71
Sum of the numbers in the objective function 2361183241434822606847
Number of bits of the sum of numbers in the objective function 71
Biggest number in a constraint 822752278660603021077484591278675252491367932816789931674304512
Number of bits of the biggest number in a constraint 210
Biggest sum of numbers in a constraint 3291009114642412084309088316738947240174611804419280895599096947
Number of bits of the biggest sum of numbers211
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.03/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.03/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.09	c See www.sat4j.org for details.
0.03/0.09	c version 2.3.1.v20110525
0.03/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.03/0.09	c java.vm.version	19.1-b02
0.03/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.09	c sun.arch.data.model	64
0.03/0.09	c java.version		1.6.0_24
0.03/0.09	c os.name		Linux
0.03/0.09	c os.version		2.6.18-164.el5
0.03/0.09	c os.arch		amd64
0.03/0.09	c Free memory 		12995394264
0.03/0.09	c Max memory 		13063553024
0.03/0.09	c Total memory 		13063553024
0.03/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@13d4c61c
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c Expensive reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-3458670-1307643247.opb
0.09/0.11	c reading problem ... 
0.96/0.58	c ... done. Wall clock time 0.465s.
0.96/0.58	c #vars     10151
0.96/0.58	c #constraints  32378
0.96/0.58	c constraints type 
0.96/0.58	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 9940
0.96/0.58	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 19880
0.96/0.58	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
101.20/100.35	c cleaning 2500 clauses out of 5000 with flag 5000/5000
223.98/223.02	c cleaning 4244 clauses out of 8500 with flag 11000/11000
327.49/326.46	c cleaning 5624 clauses out of 11256 with flag 18000/18000
472.10/470.68	c cleaning 6811 clauses out of 13633 with flag 26001/26001
655.00/653.03	c cleaning 7906 clauses out of 15821 with flag 35000/35000
911.77/909.73	c cleaning 8958 clauses out of 17915 with flag 45000/45000
1096.16/1094.09	c cleaning 9967 clauses out of 19958 with flag 56001/56001
1288.23/1286.01	c cleaning 10993 clauses out of 21990 with flag 68000/68000
1582.82/1580.57	c cleaning 12001 clauses out of 24004 with flag 81007/81007
1800.07/1797.61	c starts		: 89
1800.07/1797.61	c conflicts		: 89808
1800.07/1797.61	c decisions		: 257069
1800.07/1797.61	c propagations		: 19669930
1800.07/1797.61	c inspects		: 290062876
1800.07/1797.61	c shortcuts		: 0
1800.07/1797.61	c learnt literals	: 0
1800.07/1797.61	c learnt binary clauses	: 5
1800.07/1797.61	c learnt ternary clauses	: 15
1800.07/1797.61	c learnt constraints	: 89808
1800.07/1797.61	c ignored constraints	: 0
1800.07/1797.61	c root simplifications	: 0
1800.07/1797.61	c removed literals (reason simplification)	: 187756339
1800.07/1797.61	c reason swapping (by a shorter reason)	: 0
1800.07/1797.61	c Calls to reduceDB	: 9
1800.07/1797.61	c number of reductions to clauses (during analyze)	: 0
1800.07/1797.61	c number of learned constraints concerned by reduction	: 0
1800.07/1797.61	c number of learning phase by resolution	: 0
1800.07/1797.61	c number of learning phase by cutting planes	: 0
1800.07/1797.61	c speed (assignments/second)	: 10945.811640108
1800.07/1797.61	c non guided choices	53
1800.07/1797.62	c learnt constraints type 
1800.07/1797.62	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 5
1800.07/1797.62	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 20799
1800.07/1797.62	c constraints type 
1800.07/1797.62	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 9940
1800.07/1797.62	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 19880
1800.07/1797.62	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.07/1797.62	s UNKNOWN
1800.07/1797.62	c Total wall clock time (in seconds): 1797.506

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-3458670-1307643247/watcher-3458670-1307643247 -o /tmp/evaluation-result-3458670-1307643247/solver-3458670-1307643247 -C 1800 -W 1900 -M 15500 java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3458670-1307643247.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: 1.92 1.98 1.99 3/192 2939
/proc/meminfo: memFree=32515184/32951124 swapFree=67060628/67111528
[pid=2939] ppid=2937 vsize=256 CPUtime=0 cores=1,3,5,7
/proc/2939/stat : 2939 (java) R 2937 2939 787 0 -1 4194304 268 0 0 0 0 0 0 0 25 0 1 0 875925065 262144 32 33554432000 1073741824 1073778376 140734103266704 18446744073709551615 253635935879 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/2939/statm: 64 32 24 9 0 23 0

[startup+0.0468961 s]
/proc/loadavg: 1.92 1.98 1.99 3/192 2939
/proc/meminfo: memFree=32515184/32951124 swapFree=67060628/67111528
[pid=2939] ppid=2937 vsize=13615016 CPUtime=0.03 cores=1,3,5,7
/proc/2939/stat : 2939 (java) S 2937 2939 787 0 -1 4202496 13690 0 1 0 2 1 0 0 25 0 13 0 875925065 13941776384 13387 33554432000 1073741824 1073778376 140734103266704 18446744073709551615 253652662245 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/2939/statm: 3403754 13388 1659 9 0 3394502 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13615016

[startup+0.100849 s]
/proc/loadavg: 1.92 1.98 1.99 3/192 2939
/proc/meminfo: memFree=32515184/32951124 swapFree=67060628/67111528
[pid=2939] ppid=2937 vsize=13621640 CPUtime=0.09 cores=1,3,5,7
/proc/2939/stat : 2939 (java) S 2937 2939 787 0 -1 4202496 15405 0 1 0 8 1 0 0 25 0 18 0 875925065 13948559360 15102 33554432000 1073741824 1073778376 140734103266704 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/2939/statm: 3405410 15102 2093 9 0 3396144 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13621640

[startup+0.300813 s]
/proc/loadavg: 1.92 1.98 1.99 3/192 2939
/proc/meminfo: memFree=32515184/32951124 swapFree=67060628/67111528
[pid=2939] ppid=2937 vsize=13622632 CPUtime=0.47 cores=1,3,5,7
/proc/2939/stat : 2939 (java) S 2937 2939 787 0 -1 4202496 18431 0 1 0 45 2 0 0 25 0 18 0 875925065 13949575168 17669 33554432000 1073741824 1073778376 140734103266704 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/2939/statm: 3405658 17669 2201 9 0 3396392 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 13622632

[startup+0.700743 s]
/proc/loadavg: 1.92 1.98 1.99 3/192 2939
/proc/meminfo: memFree=32515184/32951124 swapFree=67060628/67111528
[pid=2939] ppid=2937 vsize=13627548 CPUtime=1.39 cores=1,3,5,7
/proc/2939/stat : 2939 (java) S 2937 2939 787 0 -1 4202496 36586 0 1 0 134 5 0 0 25 0 19 0 875925065 13954609152 34308 33554432000 1073741824 1073778376 140734103266704 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/2939/statm: 3406887 34308 2233 9 0 3397621 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 13627548

[startup+1.50063 s]
/proc/loadavg: 1.92 1.98 1.99 4/211 2960
/proc/meminfo: memFree=32385472/32951124 swapFree=67060628/67111528
[pid=2939] ppid=2937 vsize=13627036 CPUtime=2.35 cores=1,3,5,7
/proc/2939/stat : 2939 (java) S 2937 2939 787 0 -1 4202496 37392 0 1 0 230 5 0 0 25 0 19 0 875925065 13954084864 34946 33554432000 1073741824 1073778376 140734103266704 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/2939/statm: 3406759 34946 2237 9 0 3397493 0
[pid=2939/tid=2941] ppid=2937 vsize=13627036 CPUtime=1.48 cores=1,3,5,7
/proc/2939/task/2941/stat : 2941 (java) R 2937 2939 787 0 -1 4202560 30915 0 1 0 144 4 0 0 25 0 19 0 875925066 13954084864 34946 33554432000 1073741824 1073778376 140734103266704 18446744073709551615 46912505751925 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=2939/tid=2944] ppid=2937 vsize=13627036 CPUtime=0 cores=1,3,5,7
/proc/2939/task/2944/stat : 2944 (java) S 2937 2939 787 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 875925068 13954084864 34946 33554432000 1073741824 1073778376 140734103266704 18446744073709551615 253652675481 0 4 0 16800975 18446604461906317504 0 0 -1 7 0 0 0
[pid=2939/tid=2945] ppid=2937 vsize=13627036 CPUtime=0 cores=1,3,5,7
/proc/2939/task/2945/stat : 2945 (java) S 2937 2939 787 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 875925068 13954084864 34946 33554432000 1073741824 1073778376 140734103266704 18446744073709551615 253652675481 0 4 0 16800975 18446604461906317504 0 0 -1 7 0 0 0
[pid=2939/tid=2946] ppid=2937 vsize=13627036 CPUtime=0 cores=1,3,5,7
/proc/2939/task/2946/stat : 2946 (java) S 2937 2939 787 0 -1 4202560 2 0 0 0 0 0 0 0 19 0 19 0 875925068 13954084864 34946 33554432000 1073741824 1073778376 140734103266704 18446744073709551615 253652675481 0 4 0 16800975 18446604461906317504 0 0 -1 3 0 0 0
[pid=2939/tid=2947] ppid=2937 vsize=13627036 CPUtime=0 cores=1,3,5,7
/proc/2939/task/2947/stat : 2947 (java) S 2937 2939 787 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 875925068 13954084864 34947 33554432000 1073741824 1073778376 140734103266704 18446744073709551615 253652675481 0 4 0 16800975 18446604461906317504 0 0 -1 7 0 0 0
[pid=2939/tid=2948] ppid=2937 vsize=13627036 CPUtime=0 cores=1,3,5,7
/proc/2939/task/2948/stat : 2948 (java) S 2937 2939 787 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 875925068 13954084864 34947 33554432000 1073741824 1073778376 140734103266704 18446744073709551615 253652675481 0 4 0 16800975 18446604461906317504 0 0 -1 3 0 0 0
[pid=2939/tid=2949] ppid=2937 vsize=13627036 CPUtime=0 cores=1,3,5,7
/proc/2939/task/2949/stat : 2949 (java) S 2937 2939 787 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 875925068 13954084864 34947 33554432000 1073741824 1073778376 140734103266704 18446744073709551615 253652675481 0 4 0 16800975 18446604461906317504 0 0 -1 3 0 0 0
[pid=2939/tid=2950] ppid=2937 vsize=13627036 CPUtime=0 cores=1,3,5,7
/proc/2939/task/2950/stat : 2950 (java) S 2937 2939 787 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 875925068 13954084864 34947 33554432000 1073741824 1073778376 140734103266704 18446744073709551615 253652675481 0 4 0 16800975 18446604461906317504 0 0 -1 7 0 0 0
[pid=2939/tid=2951] ppid=2937 vsize=13627036 CPUtime=0 cores=1,3,5,7
/proc/2939/task/2951/stat : 2951 (java) S 2937 2939 787 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 875925068 13954084864 34947 33554432000 1073741824 1073778376 140734103266704 18446744073709551615 253652675481 0 4 0 16800975 18446604461906317504 0 0 -1 7 0 0 0
[pid=2939/tid=2952] ppid=2937 vsize=13627036 CPUtime=0 cores=1,3,5,7
/proc/2939/task/2952/stat : 2952 (java) S 2937 2939 787 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 875925069 13954084864 34947 33554432000 1073741824 1073778376 140734103266704 18446744073709551615 253652676096 0 0 0 16800975 18446604461906317504 0 0 -1 7 0 0 0
[pid=2939/tid=2953] ppid=2937 vsize=13627036 CPUtime=0 cores=1,3,5,7
/proc/2939/task/2953/stat : 2953 (java) S 2937 2939 787 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 875925069 13954084864 34947 33554432000 1073741824 1073778376 140734103266704 18446744073709551615 253652675481 0 4 0 16800975 18446604461906317504 0 0 -1 1 0 0 0
[pid=2939/tid=2954] ppid=2937 vsize=13627036 CPUtime=0 cores=1,3,5,7
/proc/2939/task/2954/stat : 2954 (java) S 2937 2939 787 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 19 0 875925069 13954084864 34947 33554432000 1073741824 1073778376 140734103266704 18446744073709551615 253652675481 0 4 0 16800975 18446604461906317504 0 0 -1 1 0 0 0
[pid=2939/tid=2955] ppid=2937 vsize=13627036 CPUtime=0 cores=1,3,5,7
/proc/2939/task/2955/stat : 2955 (java) S 2937 2939 787 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 875925071 13954084864 34947 33554432000 1073741824 1073778376 140734103266704 18446744073709551615 253652683185 0 4 0 16800975 18446604461906317504 0 0 -1 1 0 0 0
[pid=2939/tid=2956] ppid=2937 vsize=13627036 CPUtime=0.41 cores=1,3,5,7
/proc/2939/task/2956/stat : 2956 (java) S 2937 2939 787 0 -1 4202560 2226 0 0 0 41 0 0 0 15 0 19 0 875925071 13954084864 34947 33554432000 1073741824 1073778376 140734103266704 18446744073709551615 253652675481 0 4 0 16800975 18446604461906317504 0 0 -1 1 0 0 0
[pid=2939/tid=2957] ppid=2937 vsize=13627036 CPUtime=0.43 cores=1,3,5,7
/proc/2939/task/2957/stat : 2957 (java) S 2937 2939 787 0 -1 4202560 3090 0 0 0 43 0 0 0 15 0 19 0 875925071 13954084864 34947 33554432000 1073741824 1073778376 140734103266704 18446744073709551615 253652675481 0 4 0 16800975 18446604461906317504 0 0 -1 3 0 0 0
[pid=2939/tid=2958] ppid=2937 vsize=13627036 CPUtime=0 cores=1,3,5,7
/proc/2939/task/2958/stat : 2958 (java) S 2937 2939 787 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 875925071 13954084864 34947 33554432000 1073741824 1073778376 140734103266704 18446744073709551615 253652675481 0 4 0 16800975 18446604461906317504 0 0 -1 1 0 0 0
[pid=2939/tid=2959] ppid=2937 vsize=13627036 CPUtime=0 cores=1,3,5,7
/proc/2939/task/2959/stat : 2959 (java) S 2937 2939 787 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 875925071 13954084864 34947 33554432000 1073741824 1073778376 140734103266704 18446744073709551615 253652676096 0 4 0 16800975 18446604461906317504 0 0 -1 5 0 0 0
[pid=2939/tid=2960] ppid=2937 vsize=13627036 CPUtime=0 cores=1,3,5,7
/proc/2939/task/2960/stat : 2960 (java) S 2937 2939 787 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 875925125 13954084864 34947 33554432000 1073741824 1073778376 140734103266704 18446744073709551615 253652676096 0 4 0 16800975 18446604461906317504 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2.35
Current children cumulated vsize (KiB) 13627036

[startup+3.10135 s]
/proc/loadavg: 1.92 1.98 1.99 3/211 2960
/proc/meminfo: memFree=32381256/32951124 swapFree=67060628/67111528
[pid=2939] ppid=2937 vsize=13627036 CPUtime=3.95 cores=1,3,5,7
/proc/2939/stat : 2939 (java) S 2937 2939 787 0 -1 4202496 39013 0 1 0 390 5 0 0 25 0 19 0 875925065 13954084864 36566 33554432000 1073741824 1073778376 140734103266704 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/2939/statm: 3406759 36566 2237 9 0 3397493 0
[pid=2939/tid=2941] ppid=2937 vsize=13627036 CPUtime=3.08 cores=1,3,5,7
/proc/2939/task/2941/stat : 2941 (java) R 2937 2939 787 0 -1 4202560 32534 0 1 0 304 4 0 0 25 0 19 0 875925066 13954084864 36566 33554432000 1073741824 1073778376 140734103266704 18446744073709551615 46912505836543 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=2939/tid=2944] ppid=2937 vsize=13627036 CPUtime=0 cores=1,3,5,7
/proc/2939/task/2944/stat : 2944 (java) S 2937 2939 787 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 875925068 13954084864 36566 33554432000 1073741824 1073778376 140734103266704 18446744073709551615 253652675481 0 4 0 16800975 18446604461906317504 0 0 -1 7 0 0 0
[pid=2939/tid=2945] ppid=2937 vsize=13627036 CPUtime=0 cores=1,3,5,7
/proc/2939/task/2945/stat : 2945 (java) S 2937 2939 787 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 875925068 13954084864 36566 33554432000 1073741824 1073778376 140734103266704 18446744073709551615 253652675481 0 4 0 16800975 18446604461906317504 0 0 -1 7 0 0 0
[pid=2939/tid=2946] ppid=2937 vsize=13627036 CPUtime=0 cores=1,3,5,7
/proc/2939/task/2946/stat : 2946 (java) S 2937 2939 787 0 -1 4202560 2 0 0 0 0 0 0 0 19 0 19 0 875925068 13954084864 36566 33554432000 1073741824 1073778376 140734103266704 18446744073709551615 253652675481 0 4 0 16800975 18446604461906317504 0 0 -1 3 0 0 0
[pid=2939/tid=2947] ppid=2937 vsize=13627036 CPUtime=0 cores=1,3,5,7
/proc/2939/task/2947/stat : 2947 (java) S 2937 2939 787 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 875925068 13954084864 36566 33554432000 1073741824 1073778376 140734103266704 18446744073709551615 253652675481 0 4 0 16800975 18446604461906317504 0 0 -1 7 0 0 0
[pid=2939/tid=2948] ppid=2937 vsize=13627036 CPUtime=0 cores=1,3,5,7
/proc/2939/task/2948/stat : 2948 (java) S 2937 2939 787 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 875925068 13954084864 36566 33554432000 1073741824 1073778376 140734103266704 18446744073709551615 253652675481 0 4 0 16800975 18446604461906317504 0 0 -1 3 0 0 0
[pid=2939/tid=2949] ppid=2937 vsize=13627036 CPUtime=0 cores=1,3,5,7
/proc/2939/task/2949/stat : 2949 (java) S 2937 2939 787 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 875925068 13954084864 36566 33554432000 1073741824 1073778376 140734103266704 18446744073709551615 253652675481 0 4 0 16800975 18446604461906317504 0 0 -1 3 0 0 0
[pid=2939/tid=2950] ppid=2937 vsize=13627036 CPUtime=0 cores=1,3,5,7
/proc/2939/task/2950/stat : 2950 (java) S 2937 2939 787 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 875925068 13954084864 36566 33554432000 1073741824 1073778376 140734103266704 18446744073709551615 253652675481 0 4 0 16800975 18446604461906317504 0 0 -1 7 0 0 0
[pid=2939/tid=2951] ppid=2937 vsize=13627036 CPUtime=0 cores=1,3,5,7
/proc/2939/task/2951/stat : 2951 (java) S 2937 2939 787 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 875925068 13954084864 36566 33554432000 1073741824 1073778376 140734103266704 18446744073709551615 253652675481 0 4 0 16800975 18446604461906317504 0 0 -1 7 0 0 0
[pid=2939/tid=2952] ppid=2937 vsize=13627036 CPUtime=0 cores=1,3,5,7
/proc/2939/task/2952/stat : 2952 (java) S 2937 2939 787 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 875925069 13954084864 36566 33554432000 1073741824 1073778376 140734103266704 18446744073709551615 253652676096 0 0 0 16800975 18446604461906317504 0 0 -1 7 0 0 0
[pid=2939/tid=2953] ppid=2937 vsize=13627036 CPUtime=0 cores=1,3,5,7
/proc/2939/task/2953/stat : 2953 (java) S 2937 2939 787 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 875925069 13954084864 36566 33554432000 1073741824 1073778376 140734103266704 18446744073709551615 253652675481 0 4 0 16800975 18446604461906317504 0 0 -1 1 0 0 0
[pid=2939/tid=2954] ppid=2937 vsize=13627036 CPUtime=0 cores=1,3,5,7
/proc/2939/task/2954/stat : 2954 (java) S 2937 2939 787 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 19 0 875925069 13954084864 36566 33554432000 1073741824 1073778376 140734103266704 18446744073709551615 253652675481 0 4 0 16800975 18446604461906317504 0 0 -1 1 0 0 0
[pid=2939/tid=2955] ppid=2937 vsize=13627036 CPUtime=0 cores=1,3,5,7
/proc/2939/task/2955/stat : 2955 (java) S 2937 2939 787 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 875925071 13954084864 36566 33554432000 1073741824 1073778376 140734103266704 18446744073709551615 253652683185 0 4 0 16800975 18446604461906317504 0 0 -1 1 0 0 0
[pid=2939/tid=2956] ppid=2937 vsize=13627036 CPUtime=0.41 cores=1,3,5,7
/proc/2939/task/2956/stat : 2956 (java) S 2937 2939 787 0 -1 4202560 2226 0 0 0 41 0 0 0 15 0 19 0 875925071 13954084864 36566 33554432000 1073741824 1073778376 140734103266704 18446744073709551615 253652675481 0 4 0 16800975 18446604461906317504 0 0 -1 1 0 0 0
[pid=2939/tid=2957] ppid=2937 vsize=13627036 CPUtime=0.44 cores=1,3,5,7
/proc/2939/task/2957/stat : 2957 (java) S 2937 2939 787 0 -1 4202560 3091 0 0 0 44 0 0 0 15 0 19 0 875925071 13954084864 36566 33554432000 1073741824 1073778376 140734103266704 18446744073709551615 253652675481 0 4 0 16800975 18446604461906317504 0 0 -1 3 0 0 0
[pid=2939/tid=2958] ppid=2937 vsize=13627036 CPUtime=0 cores=1,3,5,7
/proc/2939/task/2958/stat : 2958 (java) S 2937 2939 787 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 875925071 13954084864 36566 33554432000 1073741824 1073778376 140734103266704 18446744073709551615 253652675481 0 4 0 16800975 18446604461906317504 0 0 -1 1 0 0 0
[pid=2939/tid=2959] ppid=2937 vsize=13627036 CPUtime=0 cores=1,3,5,7
/proc/2939/task/2959/stat : 2959 (java) S 2937 2939 787 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 875925071 13954084864 36566 33554432000 1073741824 1073778376 140734103266704 18446744073709551615 253652676096 0 4 0 16800975 18446604461906317504 0 0 -1 5 0 0 0
[pid=2939/tid=2960] ppid=2937 vsize=13627036 CPUtime=0 cores=1,3,5,7
/proc/2939/task/2960/stat : 2960 (java) S 2937 2939 787 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 875925125 13954084864 36566 33554432000 1073741824 1073778376 140734103266704 18446744073709551615 253652676096 0 4 0 16800975 18446604461906317504 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3.95
Current children cumulated vsize (KiB) 13627036

[startup+6.30076 s]
/proc/loadavg: 1.93 1.98 1.99 3/211 2960
/proc/meminfo: memFree=32368812/32951124 swapFree=67060628/67111528
[pid=2939] ppid=2937 vsize=13627036 CPUtime=7.16 cores=1,3,5,7
/proc/2939/stat : 2939 (java) S 2937 2939 787 0 -1 4202496 41337 0 1 0 711 5 0 0 25 0 19 0 875925065 13954084864 38781 33554432000 1073741824 1073778376 140734103266704 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/2939/statm: 3406759 38781 2237 9 0 3397493 0
[pid=2939/tid=2941] ppid=2937 vsize=13627036 CPUtime=6.27 cores=1,3,5,7
/proc/2939/task/2941/stat : 2941 (java) R 2937 2939 787 0 -1 4202560 34855 0 1 0 623 4 0 0 25 0 19 0 875925066 13954084864 38781 33554432000 1073741824 1073778376 140734103266704 18446744073709551615 46912505821544 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=2939/tid=2944] ppid=2937 vsize=13627036 CPUtime=0 cores=1,3,5,7
/proc/2939/task/2944/stat : 2944 (java) S 2937 2939 787 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 875925068 13954084864 38781 33554432000 1073741824 1073778376 140734103266704 18446744073709551615 253652675481 0 4 0 16800975 18446604461906317504 0 0 -1 7 0 0 0
[pid=2939/tid=2945] ppid=2937 vsize=13627036 CPUtime=0 cores=1,3,5,7
/proc/2939/task/2945/stat : 2945 (java) S 2937 2939 787 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 875925068 13954084864 38781 33554432000 1073741824 1073778376 140734103266704 18446744073709551615 253652675481 0 4 0 16800975 18446604461906317504 0 0 -1 7 0 0 0
[pid=2939/tid=2946] ppid=2937 vsize=13627036 CPUtime=0 cores=1,3,5,7
/proc/2939/task/2946/stat : 2946 (java) S 2937 2939 787 0 -1 4202560 2 0 0 0 0 0 0 0 19 0 19 0 875925068 13954084864 38781 33554432000 1073741824 1073778376 140734103266704 18446744073709551615 253652675481 0 4 0 16800975 18446604461906317504 0 0 -1 3 0 0 0
[pid=2939/tid=2947] ppid=2937 vsize=13627036 CPUtime=0 cores=1,3,5,7
/proc/2939/task/2947/stat : 2947 (java) S 2937 2939 787 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 875925068 13954084864 38781 33554432000 1073741824 1073778376 140734103266704 18446744073709551615 253652675481 0 4 0 16800975 18446604461906317504 0 0 -1 7 0 0 0
[pid=2939/tid=2948] ppid=2937 vsize=13627036 CPUtime=0 cores=1,3,5,7
/proc/2939/task/2948/stat : 2948 (java) S 2937 2939 787 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 875925068 13954084864 38781 33554432000 1073741824 1073778376 140734103266704 18446744073709551615 253652675481 0 4 0 16800975 18446604461906317504 0 0 -1 3 0 0 0
[pid=2939/tid=2949] ppid=2937 vsize=13627036 CPUtime=0 cores=1,3,5,7
/proc/2939/task/2949/stat : 2949 (java) S 2937 2939 787 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 875925068 13954084864 38781 33554432000 1073741824 1073778376 140734103266704 18446744073709551615 253652675481 0 4 0 16800975 18446604461906317504 0 0 -1 3 0 0 0
[pid=2939/tid=2950] ppid=2937 vsize=13627036 CPUtime=0 cores=1,3,5,7
/proc/2939/task/2950/stat : 2950 (java) S 2937 2939 787 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 875925068 13954084864 38781 33554432000 1073741824 1073778376 140734103266704 18446744073709551615 253652675481 0 4 0 16800975 18446604461906317504 0 0 -1 7 0 0 0
[pid=2939/tid=2951] ppid=2937 vsize=13627036 CPUtime=0 cores=1,3,5,7
/proc/2939/task/2951/stat : 2951 (java) S 2937 2939 787 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 875925068 13954084864 38781 33554432000 1073741824 1073778376 140734103266704 18446744073709551615 253652675481 0 4 0 16800975 18446604461906317504 0 0 -1 7 0 0 0
[pid=2939/tid=2952] ppid=2937 vsize=13627036 CPUtime=0 cores=1,3,5,7
/proc/2939/task/2952/stat : 2952 (java) S 2937 2939 787 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 875925069 13954084864 38781 33554432000 1073741824 1073778376 140734103266704 18446744073709551615 253652676096 0 0 0 16800975 18446604461906317504 0 0 -1 7 0 0 0
[pid=2939/tid=2953] ppid=2937 vsize=13627036 CPUtime=0 cores=1,3,5,7
/proc/2939/task/2953/stat : 2953 (java) S 2937 2939 787 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 875925069 13954084864 38781 33554432000 1073741824 1073778376 140734103266704 18446744073709551615 253652675481 0 4 0 16800975 18446604461906317504 0 0 -1 1 0 0 0
[pid=2939/tid=2954] ppid=2937 vsize=13627036 CPUtime=0 cores=1,3,5,7
/proc/2939/task/2954/stat : 2954 (java) S 2937 2939 787 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 19 0 875925069 13954084864 38781 33554432000 1073741824 1073778376 140734103266704 18446744073709551615 253652675481 0 4 0 16800975 18446604461906317504 0 0 -1 1 0 0 0
[pid=2939/tid=2955] ppid=2937 vsize=13627036 CPUtime=0 cores=1,3,5,7
/proc/2939/task/2955/stat : 2955 (java) S 2937 2939 787 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 875925071 13954084864 38781 33554432000 1073741824 1073778376 140734103266704 18446744073709551615 253652683185 0 4 0 16800975 18446604461906317504 0 0 -1 1 0 0 0
[pid=2939/tid=2956] ppid=2937 vsize=13627036 CPUtime=0.42 cores=1,3,5,7
/proc/2939/task/2956/stat : 2956 (java) S 2937 2939 787 0 -1 4202560 2229 0 0 0 42 0 0 0 15 0 19 0 875925071 13954084864 38781 33554432000 1073741824 1073778376 140734103266704 18446744073709551615 253652675481 0 4 0 16800975 18446604461906317504 0 0 -1 1 0 0 0
[pid=2939/tid=2957] ppid=2937 vsize=13627036 CPUtime=0.44 cores=1,3,5,7
/proc/2939/task/2957/stat : 2957 (java) S 2937 2939 787 0 -1 4202560 3091 0 0 0 44 0 0 0 15 0 19 0 875925071 13954084864 38781 33554432000 1073741824 1073778376 140734103266704 18446744073709551615 253652675481 0 4 0 16800975 18446604461906317504 0 0 -1 3 0 0 0
[pid=2939/tid=2958] ppid=2937 vsize=13627036 CPUtime=0 cores=1,3,5,7
/proc/2939/task/2958/stat : 2958 (java) S 2937 2939 787 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 875925071 13954084864 38782 33554432000 1073741824 1073778376 140734103266704 18446744073709551615 253652675481 0 4 0 16800975 18446604461906317504 0 0 -1 1 0 0 0
[pid=2939/tid=2959] ppid=2937 vsize=13627036 CPUtime=0 cores=1,3,5,7
/proc/2939/task/2959/stat : 2959 (java) S 2937 2939 787 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 875925071 13954084864 38782 33554432000 1073741824 1073778376 140734103266704 18446744073709551615 253652676096 0 4 0 16800975 18446604461906317504 0 0 -1 5 0 0 0
[pid=2939/tid=2960] ppid=2937 vsize=13627036 CPUtime=0 cores=1,3,5,7
/proc/2939/task/2960/stat : 2960 (java) S 2937 2939 787 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 875925125 13954084864 38782 33554432000 1073741824 1073778376 140734103266704 18446744073709551615 253652676096 0 4 0 16800975 18446604461906317504 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 7.16
Current children cumulated vsize (KiB) 13627036

[startup+12.7006 s]

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

[pid=2939/tid=2949] ppid=2937 vsize=13626780 CPUtime=0.09 cores=1,3,5,7
/proc/2939/task/2949/stat : 2949 (java) S 2937 2939 787 0 -1 4202560 8582 0 0 0 8 1 0 0 17 0 19 0 875925068 13953822720 356454 33554432000 1073741824 1073778376 140734103266704 18446744073709551615 253652675481 0 4 0 16800975 18446604461906317504 0 0 -1 3 0 0 0
[pid=2939/tid=2950] ppid=2937 vsize=13626780 CPUtime=0.09 cores=1,3,5,7
/proc/2939/task/2950/stat : 2950 (java) S 2937 2939 787 0 -1 4202560 7539 0 0 0 9 0 0 0 15 0 19 0 875925068 13953822720 356454 33554432000 1073741824 1073778376 140734103266704 18446744073709551615 253652675481 0 4 0 16800975 18446604461906317504 0 0 -1 3 0 0 0
[pid=2939/tid=2951] ppid=2937 vsize=13626780 CPUtime=0.06 cores=1,3,5,7
/proc/2939/task/2951/stat : 2951 (java) S 2937 2939 787 0 -1 4202560 6480 0 0 0 6 0 0 0 16 0 19 0 875925068 13953822720 356454 33554432000 1073741824 1073778376 140734103266704 18446744073709551615 253652675481 0 4 0 16800975 18446604461906317504 0 0 -1 1 0 0 0
[pid=2939/tid=2952] ppid=2937 vsize=13626780 CPUtime=0.42 cores=1,3,5,7
/proc/2939/task/2952/stat : 2952 (java) S 2937 2939 787 0 -1 4202560 43842 0 0 0 38 4 0 0 15 0 19 0 875925069 13953822720 356454 33554432000 1073741824 1073778376 140734103266704 18446744073709551615 253652676096 0 0 0 16800975 18446604461906317504 0 0 -1 5 0 0 0
[pid=2939/tid=2953] ppid=2937 vsize=13626780 CPUtime=0 cores=1,3,5,7
/proc/2939/task/2953/stat : 2953 (java) S 2937 2939 787 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 875925069 13953822720 356454 33554432000 1073741824 1073778376 140734103266704 18446744073709551615 253652675481 0 4 0 16800975 18446604461906317504 0 0 -1 1 0 0 0
[pid=2939/tid=2954] ppid=2937 vsize=13626780 CPUtime=0 cores=1,3,5,7
/proc/2939/task/2954/stat : 2954 (java) S 2937 2939 787 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 875925069 13953822720 356454 33554432000 1073741824 1073778376 140734103266704 18446744073709551615 253652675481 0 4 0 16800975 18446604461906317504 0 0 -1 1 0 0 0
[pid=2939/tid=2955] ppid=2937 vsize=13626780 CPUtime=0 cores=1,3,5,7
/proc/2939/task/2955/stat : 2955 (java) S 2937 2939 787 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 875925071 13953822720 356454 33554432000 1073741824 1073778376 140734103266704 18446744073709551615 253652683185 0 4 0 16800975 18446604461906317504 0 0 -1 1 0 0 0
[pid=2939/tid=2956] ppid=2937 vsize=13626780 CPUtime=0.92 cores=1,3,5,7
/proc/2939/task/2956/stat : 2956 (java) S 2937 2939 787 0 -1 4202560 11078 0 0 0 91 1 0 0 15 0 19 0 875925071 13953822720 356454 33554432000 1073741824 1073778376 140734103266704 18446744073709551615 253652675481 0 4 0 16800975 18446604461906317504 0 0 -1 1 0 0 0
[pid=2939/tid=2957] ppid=2937 vsize=13626780 CPUtime=0.89 cores=1,3,5,7
/proc/2939/task/2957/stat : 2957 (java) S 2937 2939 787 0 -1 4202560 8136 0 0 0 89 0 0 0 15 0 19 0 875925071 13953822720 356454 33554432000 1073741824 1073778376 140734103266704 18446744073709551615 253652675481 0 4 0 16800975 18446604461906317504 0 0 -1 3 0 0 0
[pid=2939/tid=2958] ppid=2937 vsize=13626780 CPUtime=0 cores=1,3,5,7
/proc/2939/task/2958/stat : 2958 (java) S 2937 2939 787 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 875925071 13953822720 356454 33554432000 1073741824 1073778376 140734103266704 18446744073709551615 253652675481 0 4 0 16800975 18446604461906317504 0 0 -1 1 0 0 0
[pid=2939/tid=2959] ppid=2937 vsize=13626780 CPUtime=0 cores=1,3,5,7
/proc/2939/task/2959/stat : 2959 (java) S 2937 2939 787 0 -1 4202560 97 0 0 0 0 0 0 0 15 0 19 0 875925071 13953822720 356454 33554432000 1073741824 1073778376 140734103266704 18446744073709551615 253652676096 0 4 0 16800975 18446604461906317504 0 0 -1 1 0 0 0
[pid=2939/tid=2960] ppid=2937 vsize=13626780 CPUtime=0 cores=1,3,5,7
/proc/2939/task/2960/stat : 2960 (java) S 2937 2939 787 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 875925125 13953822720 356454 33554432000 1073741824 1073778376 140734103266704 18446744073709551615 253652676096 0 4 0 16800975 18446604461906317504 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1664.75
Current children cumulated vsize (KiB) 13626780

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/211 3068
/proc/meminfo: memFree=31106456/32951124 swapFree=67060628/67111528
[pid=2939] ppid=2937 vsize=13626780 CPUtime=1724.75 cores=1,3,5,7
/proc/2939/stat : 2939 (java) S 2937 2939 787 0 -1 4202496 369440 0 1 0 172429 46 0 0 25 0 19 0 875925065 13953822720 356454 33554432000 1073741824 1073778376 140734103266704 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/2939/statm: 3406695 356454 2265 9 0 3397429 0
[pid=2939/tid=2941] ppid=2937 vsize=13626780 CPUtime=1721.64 cores=1,3,5,7
/proc/2939/task/2941/stat : 2941 (java) R 2937 2939 787 0 -1 4202560 220926 0 1 0 172139 25 0 0 25 0 19 0 875925066 13953822720 356454 33554432000 1073741824 1073778376 140734103266704 18446744073709551615 46912505894807 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=2939/tid=2944] ppid=2937 vsize=13626780 CPUtime=0.12 cores=1,3,5,7
/proc/2939/task/2944/stat : 2944 (java) S 2937 2939 787 0 -1 4202560 13327 0 0 0 11 1 0 0 16 0 19 0 875925068 13953822720 356454 33554432000 1073741824 1073778376 140734103266704 18446744073709551615 253652675481 0 4 0 16800975 18446604461906317504 0 0 -1 3 0 0 0
[pid=2939/tid=2945] ppid=2937 vsize=13626780 CPUtime=0.09 cores=1,3,5,7
/proc/2939/task/2945/stat : 2945 (java) S 2937 2939 787 0 -1 4202560 15490 0 0 0 7 2 0 0 15 0 19 0 875925068 13953822720 356454 33554432000 1073741824 1073778376 140734103266704 18446744073709551615 253652675481 0 4 0 16800975 18446604461906317504 0 0 -1 1 0 0 0
[pid=2939/tid=2946] ppid=2937 vsize=13626780 CPUtime=0.12 cores=1,3,5,7
/proc/2939/task/2946/stat : 2946 (java) S 2937 2939 787 0 -1 4202560 15807 0 0 0 10 2 0 0 16 0 19 0 875925068 13953822720 356454 33554432000 1073741824 1073778376 140734103266704 18446744073709551615 253652675481 0 4 0 16800975 18446604461906317504 0 0 -1 1 0 0 0
[pid=2939/tid=2947] ppid=2937 vsize=13626780 CPUtime=0.05 cores=1,3,5,7
/proc/2939/task/2947/stat : 2947 (java) S 2937 2939 787 0 -1 4202560 826 0 0 0 5 0 0 0 15 0 19 0 875925068 13953822720 356454 33554432000 1073741824 1073778376 140734103266704 18446744073709551615 253652675481 0 4 0 16800975 18446604461906317504 0 0 -1 3 0 0 0
[pid=2939/tid=2948] ppid=2937 vsize=13626780 CPUtime=0.12 cores=1,3,5,7
/proc/2939/task/2948/stat : 2948 (java) S 2937 2939 787 0 -1 4202560 16158 0 0 0 10 2 0 0 16 0 19 0 875925068 13953822720 356454 33554432000 1073741824 1073778376 140734103266704 18446744073709551615 253652675481 0 4 0 16800975 18446604461906317504 0 0 -1 1 0 0 0
[pid=2939/tid=2949] ppid=2937 vsize=13626780 CPUtime=0.09 cores=1,3,5,7
/proc/2939/task/2949/stat : 2949 (java) S 2937 2939 787 0 -1 4202560 8582 0 0 0 8 1 0 0 17 0 19 0 875925068 13953822720 356454 33554432000 1073741824 1073778376 140734103266704 18446744073709551615 253652675481 0 4 0 16800975 18446604461906317504 0 0 -1 3 0 0 0
[pid=2939/tid=2950] ppid=2937 vsize=13626780 CPUtime=0.09 cores=1,3,5,7
/proc/2939/task/2950/stat : 2950 (java) S 2937 2939 787 0 -1 4202560 7539 0 0 0 9 0 0 0 15 0 19 0 875925068 13953822720 356454 33554432000 1073741824 1073778376 140734103266704 18446744073709551615 253652675481 0 4 0 16800975 18446604461906317504 0 0 -1 3 0 0 0
[pid=2939/tid=2951] ppid=2937 vsize=13626780 CPUtime=0.06 cores=1,3,5,7
/proc/2939/task/2951/stat : 2951 (java) S 2937 2939 787 0 -1 4202560 6480 0 0 0 6 0 0 0 16 0 19 0 875925068 13953822720 356454 33554432000 1073741824 1073778376 140734103266704 18446744073709551615 253652675481 0 4 0 16800975 18446604461906317504 0 0 -1 1 0 0 0
[pid=2939/tid=2952] ppid=2937 vsize=13626780 CPUtime=0.42 cores=1,3,5,7
/proc/2939/task/2952/stat : 2952 (java) S 2937 2939 787 0 -1 4202560 43842 0 0 0 38 4 0 0 15 0 19 0 875925069 13953822720 356454 33554432000 1073741824 1073778376 140734103266704 18446744073709551615 253652676096 0 0 0 16800975 18446604461906317504 0 0 -1 5 0 0 0
[pid=2939/tid=2953] ppid=2937 vsize=13626780 CPUtime=0 cores=1,3,5,7
/proc/2939/task/2953/stat : 2953 (java) S 2937 2939 787 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 875925069 13953822720 356454 33554432000 1073741824 1073778376 140734103266704 18446744073709551615 253652675481 0 4 0 16800975 18446604461906317504 0 0 -1 1 0 0 0
[pid=2939/tid=2954] ppid=2937 vsize=13626780 CPUtime=0 cores=1,3,5,7
/proc/2939/task/2954/stat : 2954 (java) S 2937 2939 787 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 875925069 13953822720 356454 33554432000 1073741824 1073778376 140734103266704 18446744073709551615 253652675481 0 4 0 16800975 18446604461906317504 0 0 -1 1 0 0 0
[pid=2939/tid=2955] ppid=2937 vsize=13626780 CPUtime=0 cores=1,3,5,7
/proc/2939/task/2955/stat : 2955 (java) S 2937 2939 787 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 875925071 13953822720 356454 33554432000 1073741824 1073778376 140734103266704 18446744073709551615 253652683185 0 4 0 16800975 18446604461906317504 0 0 -1 1 0 0 0
[pid=2939/tid=2956] ppid=2937 vsize=13626780 CPUtime=0.92 cores=1,3,5,7
/proc/2939/task/2956/stat : 2956 (java) S 2937 2939 787 0 -1 4202560 11078 0 0 0 91 1 0 0 15 0 19 0 875925071 13953822720 356454 33554432000 1073741824 1073778376 140734103266704 18446744073709551615 253652675481 0 4 0 16800975 18446604461906317504 0 0 -1 1 0 0 0
[pid=2939/tid=2957] ppid=2937 vsize=13626780 CPUtime=0.89 cores=1,3,5,7
/proc/2939/task/2957/stat : 2957 (java) S 2937 2939 787 0 -1 4202560 8136 0 0 0 89 0 0 0 15 0 19 0 875925071 13953822720 356454 33554432000 1073741824 1073778376 140734103266704 18446744073709551615 253652675481 0 4 0 16800975 18446604461906317504 0 0 -1 3 0 0 0
[pid=2939/tid=2958] ppid=2937 vsize=13626780 CPUtime=0 cores=1,3,5,7
/proc/2939/task/2958/stat : 2958 (java) S 2937 2939 787 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 875925071 13953822720 356454 33554432000 1073741824 1073778376 140734103266704 18446744073709551615 253652675481 0 4 0 16800975 18446604461906317504 0 0 -1 1 0 0 0
[pid=2939/tid=2959] ppid=2937 vsize=13626780 CPUtime=0 cores=1,3,5,7
/proc/2939/task/2959/stat : 2959 (java) S 2937 2939 787 0 -1 4202560 99 0 0 0 0 0 0 0 15 0 19 0 875925071 13953822720 356454 33554432000 1073741824 1073778376 140734103266704 18446744073709551615 253652676096 0 4 0 16800975 18446604461906317504 0 0 -1 1 0 0 0
[pid=2939/tid=2960] ppid=2937 vsize=13626780 CPUtime=0 cores=1,3,5,7
/proc/2939/task/2960/stat : 2960 (java) S 2937 2939 787 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 875925125 13953822720 356454 33554432000 1073741824 1073778376 140734103266704 18446744073709551615 253652676096 0 4 0 16800975 18446604461906317504 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1724.75
Current children cumulated vsize (KiB) 13626780

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/211 3070
/proc/meminfo: memFree=31105868/32951124 swapFree=67060628/67111528
[pid=2939] ppid=2937 vsize=13626780 CPUtime=1784.77 cores=1,3,5,7
/proc/2939/stat : 2939 (java) S 2937 2939 787 0 -1 4202496 369446 0 1 0 178431 46 0 0 25 0 19 0 875925065 13953822720 356454 33554432000 1073741824 1073778376 140734103266704 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/2939/statm: 3406695 356454 2265 9 0 3397429 0
[pid=2939/tid=2941] ppid=2937 vsize=13626780 CPUtime=1781.64 cores=1,3,5,7
/proc/2939/task/2941/stat : 2941 (java) R 2937 2939 787 0 -1 4202560 220926 0 1 0 178139 25 0 0 25 0 19 0 875925066 13953822720 356454 33554432000 1073741824 1073778376 140734103266704 18446744073709551615 46912505751961 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=2939/tid=2944] ppid=2937 vsize=13626780 CPUtime=0.12 cores=1,3,5,7
/proc/2939/task/2944/stat : 2944 (java) S 2937 2939 787 0 -1 4202560 13327 0 0 0 11 1 0 0 16 0 19 0 875925068 13953822720 356454 33554432000 1073741824 1073778376 140734103266704 18446744073709551615 253652675481 0 4 0 16800975 18446604461906317504 0 0 -1 3 0 0 0
[pid=2939/tid=2945] ppid=2937 vsize=13626780 CPUtime=0.09 cores=1,3,5,7
/proc/2939/task/2945/stat : 2945 (java) S 2937 2939 787 0 -1 4202560 15490 0 0 0 7 2 0 0 15 0 19 0 875925068 13953822720 356454 33554432000 1073741824 1073778376 140734103266704 18446744073709551615 253652675481 0 4 0 16800975 18446604461906317504 0 0 -1 1 0 0 0
[pid=2939/tid=2946] ppid=2937 vsize=13626780 CPUtime=0.12 cores=1,3,5,7
/proc/2939/task/2946/stat : 2946 (java) S 2937 2939 787 0 -1 4202560 15807 0 0 0 10 2 0 0 16 0 19 0 875925068 13953822720 356454 33554432000 1073741824 1073778376 140734103266704 18446744073709551615 253652675481 0 4 0 16800975 18446604461906317504 0 0 -1 1 0 0 0
[pid=2939/tid=2947] ppid=2937 vsize=13626780 CPUtime=0.05 cores=1,3,5,7
/proc/2939/task/2947/stat : 2947 (java) S 2937 2939 787 0 -1 4202560 826 0 0 0 5 0 0 0 15 0 19 0 875925068 13953822720 356454 33554432000 1073741824 1073778376 140734103266704 18446744073709551615 253652675481 0 4 0 16800975 18446604461906317504 0 0 -1 3 0 0 0
[pid=2939/tid=2948] ppid=2937 vsize=13626780 CPUtime=0.12 cores=1,3,5,7
/proc/2939/task/2948/stat : 2948 (java) S 2937 2939 787 0 -1 4202560 16158 0 0 0 10 2 0 0 16 0 19 0 875925068 13953822720 356454 33554432000 1073741824 1073778376 140734103266704 18446744073709551615 253652675481 0 4 0 16800975 18446604461906317504 0 0 -1 1 0 0 0
[pid=2939/tid=2949] ppid=2937 vsize=13626780 CPUtime=0.09 cores=1,3,5,7
/proc/2939/task/2949/stat : 2949 (java) S 2937 2939 787 0 -1 4202560 8582 0 0 0 8 1 0 0 17 0 19 0 875925068 13953822720 356454 33554432000 1073741824 1073778376 140734103266704 18446744073709551615 253652675481 0 4 0 16800975 18446604461906317504 0 0 -1 3 0 0 0
[pid=2939/tid=2950] ppid=2937 vsize=13626780 CPUtime=0.09 cores=1,3,5,7
/proc/2939/task/2950/stat : 2950 (java) S 2937 2939 787 0 -1 4202560 7539 0 0 0 9 0 0 0 15 0 19 0 875925068 13953822720 356454 33554432000 1073741824 1073778376 140734103266704 18446744073709551615 253652675481 0 4 0 16800975 18446604461906317504 0 0 -1 3 0 0 0
[pid=2939/tid=2951] ppid=2937 vsize=13626780 CPUtime=0.06 cores=1,3,5,7
/proc/2939/task/2951/stat : 2951 (java) S 2937 2939 787 0 -1 4202560 6480 0 0 0 6 0 0 0 16 0 19 0 875925068 13953822720 356454 33554432000 1073741824 1073778376 140734103266704 18446744073709551615 253652675481 0 4 0 16800975 18446604461906317504 0 0 -1 1 0 0 0
[pid=2939/tid=2952] ppid=2937 vsize=13626780 CPUtime=0.42 cores=1,3,5,7
/proc/2939/task/2952/stat : 2952 (java) S 2937 2939 787 0 -1 4202560 43843 0 0 0 38 4 0 0 15 0 19 0 875925069 13953822720 356454 33554432000 1073741824 1073778376 140734103266704 18446744073709551615 253652676096 0 0 0 16800975 18446604461906317504 0 0 -1 5 0 0 0
[pid=2939/tid=2953] ppid=2937 vsize=13626780 CPUtime=0 cores=1,3,5,7
/proc/2939/task/2953/stat : 2953 (java) S 2937 2939 787 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 875925069 13953822720 356454 33554432000 1073741824 1073778376 140734103266704 18446744073709551615 253652675481 0 4 0 16800975 18446604461906317504 0 0 -1 1 0 0 0
[pid=2939/tid=2954] ppid=2937 vsize=13626780 CPUtime=0 cores=1,3,5,7
/proc/2939/task/2954/stat : 2954 (java) S 2937 2939 787 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 875925069 13953822720 356454 33554432000 1073741824 1073778376 140734103266704 18446744073709551615 253652675481 0 4 0 16800975 18446604461906317504 0 0 -1 1 0 0 0
[pid=2939/tid=2955] ppid=2937 vsize=13626780 CPUtime=0 cores=1,3,5,7
/proc/2939/task/2955/stat : 2955 (java) S 2937 2939 787 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 875925071 13953822720 356454 33554432000 1073741824 1073778376 140734103266704 18446744073709551615 253652683185 0 4 0 16800975 18446604461906317504 0 0 -1 1 0 0 0
[pid=2939/tid=2956] ppid=2937 vsize=13626780 CPUtime=0.92 cores=1,3,5,7
/proc/2939/task/2956/stat : 2956 (java) S 2937 2939 787 0 -1 4202560 11078 0 0 0 91 1 0 0 15 0 19 0 875925071 13953822720 356454 33554432000 1073741824 1073778376 140734103266704 18446744073709551615 253652675481 0 4 0 16800975 18446604461906317504 0 0 -1 1 0 0 0
[pid=2939/tid=2957] ppid=2937 vsize=13626780 CPUtime=0.91 cores=1,3,5,7
/proc/2939/task/2957/stat : 2957 (java) S 2937 2939 787 0 -1 4202560 8137 0 0 0 91 0 0 0 15 0 19 0 875925071 13953822720 356454 33554432000 1073741824 1073778376 140734103266704 18446744073709551615 253652675481 0 4 0 16800975 18446604461906317504 0 0 -1 3 0 0 0
[pid=2939/tid=2958] ppid=2937 vsize=13626780 CPUtime=0 cores=1,3,5,7
/proc/2939/task/2958/stat : 2958 (java) S 2937 2939 787 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 875925071 13953822720 356454 33554432000 1073741824 1073778376 140734103266704 18446744073709551615 253652675481 0 4 0 16800975 18446604461906317504 0 0 -1 1 0 0 0
[pid=2939/tid=2959] ppid=2937 vsize=13626780 CPUtime=0 cores=1,3,5,7
/proc/2939/task/2959/stat : 2959 (java) S 2937 2939 787 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 19 0 875925071 13953822720 356454 33554432000 1073741824 1073778376 140734103266704 18446744073709551615 253652676096 0 4 0 16800975 18446604461906317504 0 0 -1 1 0 0 0
[pid=2939/tid=2960] ppid=2937 vsize=13626780 CPUtime=0 cores=1,3,5,7
/proc/2939/task/2960/stat : 2960 (java) S 2937 2939 787 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 875925125 13953822720 356454 33554432000 1073741824 1073778376 140734103266704 18446744073709551615 253652676096 0 4 0 16800975 18446604461906317504 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1784.77
Current children cumulated vsize (KiB) 13626780



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.6 s]
/proc/loadavg: 2.00 2.00 2.00 2/187 3096
/proc/meminfo: memFree=31219484/32951124 swapFree=67060628/67111528
[pid=2939] ppid=2937 vsize=13626780 CPUtime=1800.07 cores=1,3,5,7
/proc/2939/stat : 2939 (java) S 2937 2939 787 0 -1 4202496 369446 0 1 0 179961 46 0 0 25 0 19 0 875925065 13953822720 356454 33554432000 1073741824 1073778376 140734103266704 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/2939/statm: 3406695 356454 2265 9 0 3397429 0
[pid=2939/tid=2941] ppid=2937 vsize=13626780 CPUtime=1796.95 cores=1,3,5,7
/proc/2939/task/2941/stat : 2941 (java) R 2937 2939 787 0 -1 4202560 220926 0 1 0 179670 25 0 0 25 0 19 0 875925066 13953822720 356454 33554432000 1073741824 1073778376 140734103266704 18446744073709551615 46912505820903 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=2939/tid=2944] ppid=2937 vsize=13626780 CPUtime=0.12 cores=1,3,5,7
/proc/2939/task/2944/stat : 2944 (java) S 2937 2939 787 0 -1 4202560 13327 0 0 0 11 1 0 0 16 0 19 0 875925068 13953822720 356454 33554432000 1073741824 1073778376 140734103266704 18446744073709551615 253652675481 0 4 0 16800975 18446604461906317504 0 0 -1 3 0 0 0
[pid=2939/tid=2945] ppid=2937 vsize=13626780 CPUtime=0.09 cores=1,3,5,7
/proc/2939/task/2945/stat : 2945 (java) S 2937 2939 787 0 -1 4202560 15490 0 0 0 7 2 0 0 15 0 19 0 875925068 13953822720 356454 33554432000 1073741824 1073778376 140734103266704 18446744073709551615 253652675481 0 4 0 16800975 18446604461906317504 0 0 -1 1 0 0 0
[pid=2939/tid=2946] ppid=2937 vsize=13626780 CPUtime=0.12 cores=1,3,5,7
/proc/2939/task/2946/stat : 2946 (java) S 2937 2939 787 0 -1 4202560 15807 0 0 0 10 2 0 0 16 0 19 0 875925068 13953822720 356454 33554432000 1073741824 1073778376 140734103266704 18446744073709551615 253652675481 0 4 0 16800975 18446604461906317504 0 0 -1 1 0 0 0
[pid=2939/tid=2947] ppid=2937 vsize=13626780 CPUtime=0.05 cores=1,3,5,7
/proc/2939/task/2947/stat : 2947 (java) S 2937 2939 787 0 -1 4202560 826 0 0 0 5 0 0 0 15 0 19 0 875925068 13953822720 356454 33554432000 1073741824 1073778376 140734103266704 18446744073709551615 253652675481 0 4 0 16800975 18446604461906317504 0 0 -1 3 0 0 0
[pid=2939/tid=2948] ppid=2937 vsize=13626780 CPUtime=0.12 cores=1,3,5,7
/proc/2939/task/2948/stat : 2948 (java) S 2937 2939 787 0 -1 4202560 16158 0 0 0 10 2 0 0 16 0 19 0 875925068 13953822720 356454 33554432000 1073741824 1073778376 140734103266704 18446744073709551615 253652675481 0 4 0 16800975 18446604461906317504 0 0 -1 1 0 0 0
[pid=2939/tid=2949] ppid=2937 vsize=13626780 CPUtime=0.09 cores=1,3,5,7
/proc/2939/task/2949/stat : 2949 (java) S 2937 2939 787 0 -1 4202560 8582 0 0 0 8 1 0 0 17 0 19 0 875925068 13953822720 356454 33554432000 1073741824 1073778376 140734103266704 18446744073709551615 253652675481 0 4 0 16800975 18446604461906317504 0 0 -1 3 0 0 0
[pid=2939/tid=2950] ppid=2937 vsize=13626780 CPUtime=0.09 cores=1,3,5,7
/proc/2939/task/2950/stat : 2950 (java) S 2937 2939 787 0 -1 4202560 7539 0 0 0 9 0 0 0 15 0 19 0 875925068 13953822720 356454 33554432000 1073741824 1073778376 140734103266704 18446744073709551615 253652675481 0 4 0 16800975 18446604461906317504 0 0 -1 3 0 0 0
[pid=2939/tid=2951] ppid=2937 vsize=13626780 CPUtime=0.06 cores=1,3,5,7
/proc/2939/task/2951/stat : 2951 (java) S 2937 2939 787 0 -1 4202560 6480 0 0 0 6 0 0 0 16 0 19 0 875925068 13953822720 356454 33554432000 1073741824 1073778376 140734103266704 18446744073709551615 253652675481 0 4 0 16800975 18446604461906317504 0 0 -1 1 0 0 0
[pid=2939/tid=2952] ppid=2937 vsize=13626780 CPUtime=0.42 cores=1,3,5,7
/proc/2939/task/2952/stat : 2952 (java) S 2937 2939 787 0 -1 4202560 43843 0 0 0 38 4 0 0 15 0 19 0 875925069 13953822720 356454 33554432000 1073741824 1073778376 140734103266704 18446744073709551615 253652676096 0 0 0 16800975 18446604461906317504 0 0 -1 5 0 0 0
[pid=2939/tid=2953] ppid=2937 vsize=13626780 CPUtime=0 cores=1,3,5,7
/proc/2939/task/2953/stat : 2953 (java) S 2937 2939 787 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 875925069 13953822720 356454 33554432000 1073741824 1073778376 140734103266704 18446744073709551615 253652675481 0 4 0 16800975 18446604461906317504 0 0 -1 1 0 0 0
[pid=2939/tid=2954] ppid=2937 vsize=13626780 CPUtime=0 cores=1,3,5,7
/proc/2939/task/2954/stat : 2954 (java) S 2937 2939 787 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 875925069 13953822720 356454 33554432000 1073741824 1073778376 140734103266704 18446744073709551615 253652675481 0 4 0 16800975 18446604461906317504 0 0 -1 1 0 0 0
[pid=2939/tid=2955] ppid=2937 vsize=13626780 CPUtime=0 cores=1,3,5,7
/proc/2939/task/2955/stat : 2955 (java) S 2937 2939 787 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 875925071 13953822720 356454 33554432000 1073741824 1073778376 140734103266704 18446744073709551615 253652683185 0 4 0 16800975 18446604461906317504 0 0 -1 1 0 0 0
[pid=2939/tid=2956] ppid=2937 vsize=13626780 CPUtime=0.92 cores=1,3,5,7
/proc/2939/task/2956/stat : 2956 (java) S 2937 2939 787 0 -1 4202560 11078 0 0 0 91 1 0 0 15 0 19 0 875925071 13953822720 356454 33554432000 1073741824 1073778376 140734103266704 18446744073709551615 253652675481 0 4 0 16800975 18446604461906317504 0 0 -1 1 0 0 0
[pid=2939/tid=2957] ppid=2937 vsize=13626780 CPUtime=0.91 cores=1,3,5,7
/proc/2939/task/2957/stat : 2957 (java) S 2937 2939 787 0 -1 4202560 8137 0 0 0 91 0 0 0 15 0 19 0 875925071 13953822720 356454 33554432000 1073741824 1073778376 140734103266704 18446744073709551615 253652675481 0 4 0 16800975 18446604461906317504 0 0 -1 3 0 0 0
[pid=2939/tid=2958] ppid=2937 vsize=13626780 CPUtime=0 cores=1,3,5,7
/proc/2939/task/2958/stat : 2958 (java) S 2937 2939 787 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 875925071 13953822720 356454 33554432000 1073741824 1073778376 140734103266704 18446744073709551615 253652675481 0 4 0 16800975 18446604461906317504 0 0 -1 1 0 0 0
[pid=2939/tid=2959] ppid=2937 vsize=13626780 CPUtime=0 cores=1,3,5,7
/proc/2939/task/2959/stat : 2959 (java) S 2937 2939 787 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 19 0 875925071 13953822720 356454 33554432000 1073741824 1073778376 140734103266704 18446744073709551615 253652676096 0 4 0 16800975 18446604461906317504 0 0 -1 1 0 0 0
[pid=2939/tid=2960] ppid=2937 vsize=13626780 CPUtime=0 cores=1,3,5,7
/proc/2939/task/2960/stat : 2960 (java) S 2937 2939 787 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 875925125 13953822720 356454 33554432000 1073741824 1073778376 140734103266704 18446744073709551615 253652676096 0 4 0 16800975 18446604461906317504 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 13626780

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

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

Child status: 143
Real time (s): 1797.68
CPU time (s): 1800.16
CPU user time (s): 1799.65
CPU system time (s): 0.509922
CPU usage (%): 100.138
Max. virtual memory (cumulated for all children) (KiB): 13645444

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.65
system time used= 0.509922
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 369475
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= 37029
involuntary context switches= 34666

runsolver used 2.91056 second user time and 6.88195 second system time

The end

Launcher Data

Begin job on node106 at 2011-06-09 20:14:07
IDJOB=3458670
IDBENCH=2978
IDSOLVER=1952
FILE ID=node106/3458670-1307643247
RUNJOBID= node106-1307633281-807
PBS_JOBID= 13549385
Free space on /tmp= 74124 MiB

SOLVER NAME= Sat4j Resolution 2.3.0
BENCH NAME= PB06/final/normalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/normalized-factor-sizeN=140-sizeP=71-sizeQ=140-318609522-max.opb
COMMAND LINE= java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3458670-1307643247/watcher-3458670-1307643247 -o /tmp/evaluation-result-3458670-1307643247/solver-3458670-1307643247 -C 1800 -W 1900 -M 15500  java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3458670-1307643247.opb

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

MD5SUM BENCH= ae51e618574b80c61fbc975822c4a1eb
RANDOM SEED=533622236

node106.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.830
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.66
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.830
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.20
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.830
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.75
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.830
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.82
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.830
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	: 5332.74
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.830
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.75
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.830
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.75
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.830
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      32515728 kB
Buffers:         38464 kB
Cached:          96892 kB
SwapCached:      12404 kB
Active:         202852 kB
Inactive:        79156 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      32515728 kB
SwapTotal:    67111528 kB
SwapFree:     67060628 kB
Dirty:            1660 kB
Writeback:           0 kB
AnonPages:      144208 kB
Mapped:          18400 kB
Slab:            88756 kB
PageTables:       4644 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 13604760 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= 74124 MiB
End job on node106 at 2011-06-09 20:44:06