Trace number 3710175

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 PB specific settings 2.3.2 snapshot? (TO) 1800.39 1793.03

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=460-sizeP=231-sizeQ=460-367423129-max.opb
MD5SUM74dac00a4979a8cd5d3f4292ad3ec004
Bench CategoryOPT-BIGINT (optimisation, big integers)
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 FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -1
Optimality of the best value was proved NO
Number of variables106951
Total number of constraints318781
Number of constraints which are clauses318780
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 constraint106260
Number of terms in the objective function 231
Biggest coefficient in the objective function 1725436586697640946858688965569256363112777243042596638790631055949824
Number of bits for the biggest coefficient in the objective function 231
Sum of the numbers in the objective function 3450873173395281893717377931138512726225554486085193277581262111899647
Number of bits of the sum of numbers in the objective function 231
Biggest number in a constraint 2568425733177916751582514591250062824975751856847252861083144972201529372215371495172688738416791235950675277761805770367685269653410060480042878305982363696267199058168185838960773319279454451792623658074112
Number of bits of the biggest number in a constraint 690
Biggest sum of numbers in a constraint 10273702932711667006330058365000251299903007427389011444332579888806117119150450980598364387789362806715159761636352224959479775105866707576248572053899244884258622387609641105402680464792324232304944082188954
Number of bits of the biggest sum of numbers691
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.00/0.09	c version 2.3.2.v20120418
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.08/0.12	c read org.sat4j.minisat.orders.VarOrderHeap
0.08/0.12	c configuring ORDERS
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.08/0.13	c Expensive reason simplification
0.08/0.13	c Armin Biere (Picosat) restarts strategy
0.08/0.13	c Glucose learned constraints deletion strategy
0.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=true
0.08/0.13	c Heuristics kept accross calls (keep the solver "hot")
0.08/0.13	c --- End Solver configuration ---
0.08/0.13	c solving HOME/instance-3710175-1338156481.opb
0.08/0.13	c reading problem ... 
4.01/3.03	c ... done. Wall clock time 2.907s.
4.01/3.06	c declared #vars     106951
4.01/3.06	c #constraints  318782
4.01/3.06	c constraints type 
4.01/3.06	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 106260
4.01/3.06	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 212520
4.01/3.06	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
4.01/3.06	c 318782 constraints processed.
1800.09/1793.02	c starts		: 20
1800.09/1793.02	c conflicts		: 3980
1800.09/1793.02	c decisions		: 94383
1800.09/1793.02	c propagations		: 3694175
1800.09/1793.02	c inspects		: 15532084
1800.09/1793.02	c shortcuts		: 0
1800.09/1793.02	c learnt literals	: 0
1800.09/1793.02	c learnt binary clauses	: 0
1800.09/1793.02	c learnt ternary clauses	: 3
1800.09/1793.02	c learnt constraints	: 3980
1800.09/1793.02	c ignored constraints	: 0
1800.09/1793.02	c root simplifications	: 20
1800.09/1793.02	c removed literals (reason simplification)	: 101133551
1800.09/1793.02	c reason swapping (by a shorter reason)	: 0
1800.09/1793.02	c Calls to reduceDB	: 0
1800.09/1793.02	c number of reductions to clauses (during analyze)	: 0
1800.09/1793.02	c number of learned constraints concerned by reduction	: 0
1800.09/1793.02	c number of learning phase by resolution	: 0
1800.09/1793.02	c number of learning phase by cutting planes	: 0
1800.09/1793.02	c speed (assignments/second)	: 2063.8731029920823
1800.09/1793.02	c non guided choices	78519
1800.09/1793.02	c learnt constraints type 
1800.09/1793.02	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 3980
1800.09/1793.02	c constraints type 
1800.09/1793.02	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 106260
1800.09/1793.02	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 212520
1800.09/1793.02	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.09/1793.02	c 318782 constraints processed.
1800.09/1793.02	s UNKNOWN
1800.09/1793.02	c Total wall clock time (in seconds): 1792.891

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3710175-1338156481/watcher-3710175-1338156481 -o /tmp/evaluation-result-3710175-1338156481/solver-3710175-1338156481 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710175-1338156481.opb 

running on 4 cores: 0,2,4,6

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.93 2.02 2.00 3/194 22929
/proc/meminfo: memFree=31013988/32873648 swapFree=7112/7112
[pid=22929] ppid=22927 vsize=11812 CPUtime=0 cores=0,2,4,6
/proc/22929/stat : 22929 (runsolver) D 22927 22929 21838 0 -1 4202560 42 0 0 0 0 0 0 0 20 0 1 0 281774076 12095488 51 33554432000 4194304 5436572 140735944260816 140735944257112 4883175 0 0 4096 24578 18446744071579943789 0 0 17 4 0 0 0 0 0
/proc/22929/statm: 2953 51 31 304 0 2645 0

[startup+0.0292739 s]
/proc/loadavg: 1.93 2.02 2.00 3/194 22929
/proc/meminfo: memFree=31013988/32873648 swapFree=7112/7112
[pid=22929] ppid=22927 vsize=9014776 CPUtime=0 cores=0,2,4,6
/proc/22929/stat : 22929 (java) S 22927 22929 21838 0 -1 4202496 2167 0 1 0 0 0 0 0 20 0 10 0 281774076 9231130624 2357 33554432000 1073741824 1073778376 140736881444704 140736881435840 242170757181 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22929/statm: 2253694 2357 1032 9 0 2244803 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9014776

[startup+0.100206 s]
/proc/loadavg: 1.93 2.02 2.00 3/194 22929
/proc/meminfo: memFree=31013988/32873648 swapFree=7112/7112
[pid=22929] ppid=22927 vsize=9558440 CPUtime=0.08 cores=0,2,4,6
/proc/22929/stat : 22929 (java) S 22927 22929 21838 0 -1 4202496 4108 0 1 0 7 1 0 0 20 0 18 0 281774076 9787842560 5314 33554432000 1073741824 1073778376 140736881444704 140736881435840 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22929/statm: 2389610 5314 2111 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558440

[startup+0.300218 s]
/proc/loadavg: 1.93 2.02 2.00 3/194 22929
/proc/meminfo: memFree=31013988/32873648 swapFree=7112/7112
[pid=22929] ppid=22927 vsize=9558440 CPUtime=0.47 cores=0,2,4,6
/proc/22929/stat : 22929 (java) S 22927 22929 21838 0 -1 4202496 5829 0 1 0 45 2 0 0 20 0 18 0 281774076 9787842560 8996 33554432000 1073741824 1073778376 140736881444704 140736881435840 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22929/statm: 2389610 8996 2223 9 0 2380296 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9558440

[startup+0.700235 s]
/proc/loadavg: 1.93 2.02 2.00 3/194 22929
/proc/meminfo: memFree=31013988/32873648 swapFree=7112/7112
[pid=22929] ppid=22927 vsize=9558440 CPUtime=1.13 cores=0,2,4,6
/proc/22929/stat : 22929 (java) S 22927 22929 21838 0 -1 4202496 7586 0 1 0 107 6 0 0 20 0 18 0 281774076 9787842560 41918 33554432000 1073741824 1073778376 140736881444704 140736881435840 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22929/statm: 2389610 41918 2253 9 0 2380296 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 9558440

[startup+1.50065 s]
/proc/loadavg: 1.93 2.02 2.00 3/212 22947
/proc/meminfo: memFree=30833788/32873648 swapFree=7112/7112
[pid=22929] ppid=22927 vsize=9558440 CPUtime=2.13 cores=0,2,4,6
/proc/22929/stat : 22929 (java) S 22927 22929 21838 0 -1 4202496 7885 0 1 0 200 13 0 0 20 0 18 0 281774076 9787842560 85584 33554432000 1073741824 1073778376 140736881444704 140736881435840 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22929/statm: 2389610 85584 2253 9 0 2380296 0
[pid=22929/tid=22931] ppid=22927 vsize=9558440 CPUtime=1.36 cores=0,2,4,6
/proc/22929/task/22931/stat : 22931 (java) R 22927 22929 21838 0 -1 4202560 2634 0 1 0 130 6 0 0 20 0 18 0 281774077 9787842560 85584 33554432000 1073741824 1073778376 140736881444704 140162677227568 140162516794896 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=22929/tid=22932] ppid=22927 vsize=9558440 CPUtime=0.08 cores=0,2,4,6
/proc/22929/task/22932/stat : 22932 (java) S 22927 22929 21838 0 -1 4202560 40 0 0 0 6 2 0 0 20 0 18 0 281774078 9787842560 85584 33554432000 1073741824 1073778376 140736881444704 140162638728104 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22929/tid=22933] ppid=22927 vsize=9558440 CPUtime=0.02 cores=0,2,4,6
/proc/22929/task/22933/stat : 22933 (java) S 22927 22929 21838 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 18 0 281774078 9787842560 85584 33554432000 1073741824 1073778376 140736881444704 140162637675560 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22929/tid=22934] ppid=22927 vsize=9558440 CPUtime=0.04 cores=0,2,4,6
/proc/22929/task/22934/stat : 22934 (java) S 22927 22929 21838 0 -1 4202560 27 0 0 0 3 1 0 0 20 0 18 0 281774078 9787842560 85584 33554432000 1073741824 1073778376 140736881444704 140162636622504 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22929/tid=22935] ppid=22927 vsize=9558440 CPUtime=0.03 cores=0,2,4,6
/proc/22929/task/22935/stat : 22935 (java) S 22927 22929 21838 0 -1 4202560 21 0 0 0 3 0 0 0 20 0 18 0 281774078 9787842560 85584 33554432000 1073741824 1073778376 140736881444704 140162635569960 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22929/tid=22936] ppid=22927 vsize=9558440 CPUtime=0.01 cores=0,2,4,6
/proc/22929/task/22936/stat : 22936 (java) S 22927 22929 21838 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 18 0 281774078 9787842560 85584 33554432000 1073741824 1073778376 140736881444704 140162516380072 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22929/tid=22937] ppid=22927 vsize=9558440 CPUtime=0.03 cores=0,2,4,6
/proc/22929/task/22937/stat : 22937 (java) S 22927 22929 21838 0 -1 4202560 14 0 0 0 3 0 0 0 20 0 18 0 281774078 9787842560 85584 33554432000 1073741824 1073778376 140736881444704 140162515327528 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22929/tid=22938] ppid=22927 vsize=9558440 CPUtime=0.02 cores=0,2,4,6
/proc/22929/task/22938/stat : 22938 (java) S 22927 22929 21838 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 18 0 281774078 9787842560 85584 33554432000 1073741824 1073778376 140736881444704 140162514274472 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22929/tid=22939] ppid=22927 vsize=9558440 CPUtime=0.01 cores=0,2,4,6
/proc/22929/task/22939/stat : 22939 (java) S 22927 22929 21838 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 18 0 281774078 9787842560 85584 33554432000 1073741824 1073778376 140736881444704 140162513221928 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22929/tid=22940] ppid=22927 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/22929/task/22940/stat : 22940 (java) S 22927 22929 21838 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 18 0 281774080 9787842560 85584 33554432000 1073741824 1073778376 140736881444704 140162501024616 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22929/tid=22941] ppid=22927 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/22929/task/22941/stat : 22941 (java) S 22927 22929 21838 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 281774080 9787842560 85584 33554432000 1073741824 1073778376 140736881444704 140161895622520 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22929/tid=22942] ppid=22927 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/22929/task/22942/stat : 22942 (java) S 22927 22929 21838 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 281774080 9787842560 85584 33554432000 1073741824 1073778376 140736881444704 140161894569352 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22929/tid=22943] ppid=22927 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/22929/task/22943/stat : 22943 (java) S 22927 22929 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 281774082 9787842560 85584 33554432000 1073741824 1073778376 140736881444704 140161893518096 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22929/tid=22944] ppid=22927 vsize=9558440 CPUtime=0.18 cores=0,2,4,6
/proc/22929/task/22944/stat : 22944 (java) S 22927 22929 21838 0 -1 4202560 1364 0 0 0 18 0 0 0 20 0 18 0 281774082 9787842560 85584 33554432000 1073741824 1073778376 140736881444704 140161892464952 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22929/tid=22945] ppid=22927 vsize=9558440 CPUtime=0.2 cores=0,2,4,6
/proc/22929/task/22945/stat : 22945 (java) S 22927 22929 21838 0 -1 4202560 2362 0 0 0 20 0 0 0 20 0 18 0 281774082 9787842560 85584 33554432000 1073741824 1073778376 140736881444704 140161891412408 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22929/tid=22946] ppid=22927 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/22929/task/22946/stat : 22946 (java) S 22927 22929 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 281774082 9787842560 85584 33554432000 1073741824 1073778376 140736881444704 140161890359544 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22929/tid=22947] ppid=22927 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/22929/task/22947/stat : 22947 (java) S 22927 22929 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 281774082 9787842560 85584 33554432000 1073741824 1073778376 140736881444704 140161889307208 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.13
Current children cumulated vsize (KiB) 9558440

[startup+3.10066 s]
/proc/loadavg: 1.93 2.02 2.00 3/212 22947
/proc/meminfo: memFree=30678824/32873648 swapFree=7112/7112
[pid=22929] ppid=22927 vsize=9625004 CPUtime=4.23 cores=0,2,4,6
/proc/22929/stat : 22929 (java) S 22927 22929 21838 0 -1 4202496 8168 0 1 0 404 19 0 0 20 0 19 0 281774076 9856004096 99050 33554432000 1073741824 1073778376 140736881444704 140736881435840 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22929/statm: 2406251 99050 2267 9 0 2396937 0
[pid=22929/tid=22931] ppid=22927 vsize=9625004 CPUtime=2.88 cores=0,2,4,6
/proc/22929/task/22931/stat : 22931 (java) R 22927 22929 21838 0 -1 4202560 2655 0 1 0 282 6 0 0 20 0 19 0 281774077 9856004096 99050 33554432000 1073741824 1073778376 140736881444704 140162677236496 140162516509735 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=22929/tid=22932] ppid=22927 vsize=9625004 CPUtime=0.15 cores=0,2,4,6
/proc/22929/task/22932/stat : 22932 (java) S 22927 22929 21838 0 -1 4202560 75 0 0 0 12 3 0 0 20 0 19 0 281774078 9856004096 99050 33554432000 1073741824 1073778376 140736881444704 140162638728104 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22929/tid=22933] ppid=22927 vsize=9625004 CPUtime=0.05 cores=0,2,4,6
/proc/22929/task/22933/stat : 22933 (java) S 22927 22929 21838 0 -1 4202560 35 0 0 0 4 1 0 0 20 0 19 0 281774078 9856004096 99050 33554432000 1073741824 1073778376 140736881444704 140162637675560 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22929/tid=22934] ppid=22927 vsize=9625004 CPUtime=0.08 cores=0,2,4,6
/proc/22929/task/22934/stat : 22934 (java) S 22927 22929 21838 0 -1 4202560 56 0 0 0 6 2 0 0 20 0 19 0 281774078 9856004096 99050 33554432000 1073741824 1073778376 140736881444704 140162636622504 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22929/tid=22935] ppid=22927 vsize=9625004 CPUtime=0.05 cores=0,2,4,6
/proc/22929/task/22935/stat : 22935 (java) S 22927 22929 21838 0 -1 4202560 30 0 0 0 4 1 0 0 20 0 19 0 281774078 9856004096 99050 33554432000 1073741824 1073778376 140736881444704 140162635569960 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22929/tid=22936] ppid=22927 vsize=9625004 CPUtime=0.05 cores=0,2,4,6
/proc/22929/task/22936/stat : 22936 (java) S 22927 22929 21838 0 -1 4202560 43 0 0 0 5 0 0 0 20 0 19 0 281774078 9856004096 99050 33554432000 1073741824 1073778376 140736881444704 140162516380072 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22929/tid=22937] ppid=22927 vsize=9625004 CPUtime=0.07 cores=0,2,4,6
/proc/22929/task/22937/stat : 22937 (java) S 22927 22929 21838 0 -1 4202560 31 0 0 0 5 2 0 0 20 0 19 0 281774078 9856004096 99050 33554432000 1073741824 1073778376 140736881444704 140162515327528 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22929/tid=22938] ppid=22927 vsize=9625004 CPUtime=0.06 cores=0,2,4,6
/proc/22929/task/22938/stat : 22938 (java) S 22927 22929 21838 0 -1 4202560 27 0 0 0 5 1 0 0 20 0 19 0 281774078 9856004096 99050 33554432000 1073741824 1073778376 140736881444704 140162514274472 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22929/tid=22939] ppid=22927 vsize=9625004 CPUtime=0.04 cores=0,2,4,6
/proc/22929/task/22939/stat : 22939 (java) S 22927 22929 21838 0 -1 4202560 18 0 0 0 4 0 0 0 20 0 19 0 281774078 9856004096 99056 33554432000 1073741824 1073778376 140736881444704 140162513221928 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22929/tid=22940] ppid=22927 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22929/task/22940/stat : 22940 (java) S 22927 22929 21838 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 19 0 281774080 9856004096 99068 33554432000 1073741824 1073778376 140736881444704 140162501024616 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22929/tid=22941] ppid=22927 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22929/task/22941/stat : 22941 (java) S 22927 22929 21838 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281774080 9856004096 99079 33554432000 1073741824 1073778376 140736881444704 140161895622520 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22929/tid=22942] ppid=22927 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22929/task/22942/stat : 22942 (java) S 22927 22929 21838 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281774080 9856004096 99090 33554432000 1073741824 1073778376 140736881444704 140161894569352 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22929/tid=22943] ppid=22927 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22929/task/22943/stat : 22943 (java) S 22927 22929 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281774082 9856004096 99090 33554432000 1073741824 1073778376 140736881444704 140161893518096 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22929/tid=22944] ppid=22927 vsize=9625004 CPUtime=0.3 cores=0,2,4,6
/proc/22929/task/22944/stat : 22944 (java) R 22927 22929 21838 0 -1 4202560 1402 0 0 0 30 0 0 0 20 0 19 0 281774082 9856004096 99090 33554432000 1073741824 1073778376 140736881444704 140161892464952 140162684974464 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=22929/tid=22945] ppid=22927 vsize=9625004 CPUtime=0.34 cores=0,2,4,6
/proc/22929/task/22945/stat : 22945 (java) R 22927 22929 21838 0 -1 4202560 2451 0 0 0 34 0 0 0 20 0 19 0 281774082 9856004096 99090 33554432000 1073741824 1073778376 140736881444704 140161891412408 140162681352656 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=22929/tid=22946] ppid=22927 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22929/task/22946/stat : 22946 (java) S 22927 22929 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281774082 9856004096 99090 33554432000 1073741824 1073778376 140736881444704 140161890359544 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22929/tid=22947] ppid=22927 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22929/task/22947/stat : 22947 (java) S 22927 22929 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281774082 9856004096 99090 33554432000 1073741824 1073778376 140736881444704 140161889307208 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.23
Current children cumulated vsize (KiB) 9625004

[startup+6.30072 s]
/proc/loadavg: 2.02 2.04 2.01 3/213 22948
/proc/meminfo: memFree=30353008/32873648 swapFree=7112/7112
[pid=22929] ppid=22927 vsize=9625004 CPUtime=8.01 cores=0,2,4,6
/proc/22929/stat : 22929 (java) S 22927 22929 21838 0 -1 4202496 10207 0 1 0 766 35 0 0 20 0 19 0 281774076 9856004096 290764 33554432000 1073741824 1073778376 140736881444704 140736881435840 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22929/statm: 2406251 290764 2274 9 0 2396937 0
[pid=22929/tid=22931] ppid=22927 vsize=9625004 CPUtime=5.95 cores=0,2,4,6
/proc/22929/task/22931/stat : 22931 (java) R 22927 22929 21838 0 -1 4202560 3466 0 1 0 579 16 0 0 20 0 19 0 281774077 9856004096 290764 33554432000 1073741824 1073778376 140736881444704 140162677236000 140162683633382 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=22929/tid=22932] ppid=22927 vsize=9625004 CPUtime=0.19 cores=0,2,4,6
/proc/22929/task/22932/stat : 22932 (java) S 22927 22929 21838 0 -1 4202560 87 0 0 0 15 4 0 0 20 0 19 0 281774078 9856004096 290764 33554432000 1073741824 1073778376 140736881444704 140162638728104 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22929/tid=22933] ppid=22927 vsize=9625004 CPUtime=0.13 cores=0,2,4,6
/proc/22929/task/22933/stat : 22933 (java) S 22927 22929 21838 0 -1 4202560 57 0 0 0 11 2 0 0 20 0 19 0 281774078 9856004096 290764 33554432000 1073741824 1073778376 140736881444704 140162637675560 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22929/tid=22934] ppid=22927 vsize=9625004 CPUtime=0.13 cores=0,2,4,6
/proc/22929/task/22934/stat : 22934 (java) S 22927 22929 21838 0 -1 4202560 70 0 0 0 10 3 0 0 20 0 19 0 281774078 9856004096 290764 33554432000 1073741824 1073778376 140736881444704 140162636622504 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22929/tid=22935] ppid=22927 vsize=9625004 CPUtime=0.11 cores=0,2,4,6
/proc/22929/task/22935/stat : 22935 (java) S 22927 22929 21838 0 -1 4202560 47 0 0 0 9 2 0 0 20 0 19 0 281774078 9856004096 290764 33554432000 1073741824 1073778376 140736881444704 140162635569960 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22929/tid=22936] ppid=22927 vsize=9625004 CPUtime=0.09 cores=0,2,4,6
/proc/22929/task/22936/stat : 22936 (java) S 22927 22929 21838 0 -1 4202560 56 0 0 0 8 1 0 0 20 0 19 0 281774078 9856004096 290764 33554432000 1073741824 1073778376 140736881444704 140162516380072 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22929/tid=22937] ppid=22927 vsize=9625004 CPUtime=0.13 cores=0,2,4,6
/proc/22929/task/22937/stat : 22937 (java) S 22927 22929 21838 0 -1 4202560 50 0 0 0 11 2 0 0 20 0 19 0 281774078 9856004096 290764 33554432000 1073741824 1073778376 140736881444704 140162515327528 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22929/tid=22938] ppid=22927 vsize=9625004 CPUtime=0.13 cores=0,2,4,6
/proc/22929/task/22938/stat : 22938 (java) S 22927 22929 21838 0 -1 4202560 49 0 0 0 10 3 0 0 20 0 19 0 281774078 9856004096 290764 33554432000 1073741824 1073778376 140736881444704 140162514274472 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22929/tid=22939] ppid=22927 vsize=9625004 CPUtime=0.11 cores=0,2,4,6
/proc/22929/task/22939/stat : 22939 (java) S 22927 22929 21838 0 -1 4202560 33 0 0 0 9 2 0 0 20 0 19 0 281774078 9856004096 290764 33554432000 1073741824 1073778376 140736881444704 140162513221928 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22929/tid=22940] ppid=22927 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22929/task/22940/stat : 22940 (java) S 22927 22929 21838 0 -1 4202560 982 0 0 0 0 0 0 0 20 0 19 0 281774080 9856004096 290764 33554432000 1073741824 1073778376 140736881444704 140162501024616 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22929/tid=22941] ppid=22927 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22929/task/22941/stat : 22941 (java) S 22927 22929 21838 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281774080 9856004096 290764 33554432000 1073741824 1073778376 140736881444704 140161895622520 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22929/tid=22942] ppid=22927 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22929/task/22942/stat : 22942 (java) S 22927 22929 21838 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281774080 9856004096 290764 33554432000 1073741824 1073778376 140736881444704 140161894569352 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22929/tid=22943] ppid=22927 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22929/task/22943/stat : 22943 (java) S 22927 22929 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281774082 9856004096 290764 33554432000 1073741824 1073778376 140736881444704 140161893518096 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22929/tid=22944] ppid=22927 vsize=9625004 CPUtime=0.43 cores=0,2,4,6
/proc/22929/task/22944/stat : 22944 (java) S 22927 22929 21838 0 -1 4202560 1649 0 0 0 43 0 0 0 20 0 19 0 281774082 9856004096 290764 33554432000 1073741824 1073778376 140736881444704 140161892464952 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22929/tid=22945] ppid=22927 vsize=9625004 CPUtime=0.47 cores=0,2,4,6
/proc/22929/task/22945/stat : 22945 (java) R 22927 22929 21838 0 -1 4202560 2473 0 0 0 47 0 0 0 20 0 19 0 281774082 9856004096 290764 33554432000 1073741824 1073778376 140736881444704 140161891412408 140162684222698 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=22929/tid=22946] ppid=22927 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22929/task/22946/stat : 22946 (java) S 22927 22929 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281774082 9856004096 290764 33554432000 1073741824 1073778376 140736881444704 140161890359544 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22929/tid=22947] ppid=22927 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22929/task/22947/stat : 22947 (java) S 22927 22929 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281774082 9856004096 290764 33554432000 1073741824 1073778376 140736881444704 140161889307208 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22929/tid=22948] ppid=22927 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22929/task/22948/stat : 22948 (java) S 22927 22929 21838 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281774385 9856004096 290764 33554432000 1073741824 1073778376 140736881444704 140161888253480 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 8.01
Current children cumulated vsize (KiB) 9625004

[startup+12.7007 s]
/proc/loadavg: 2.02 2.04 2.01 3/213 22948
/proc/meminfo: memFree=28831948/32873648 swapFree=7112/7112
[pid=22929] ppid=22927 vsize=9625004 CPUtime=14.74 cores=0,2,4,6
/proc/22929/stat : 22929 (java) S 22927 22929 21838 0 -1 4202496 12778 0 1 0 1422 52 0 0 20 0 19 0 281774076 9856004096 545741 33554432000 1073741824 1073778376 140736881444704 140736881435840 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0

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

[pid=22929/tid=22937] ppid=22927 vsize=9625004 CPUtime=0.83 cores=0,2,4,6
/proc/22929/task/22937/stat : 22937 (java) S 22927 22929 21838 0 -1 4202560 102 0 0 0 78 5 0 0 20 0 19 0 281774078 9856004096 613193 33554432000 1073741824 1073778376 140736881444704 140162515327528 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22929/tid=22938] ppid=22927 vsize=9625004 CPUtime=0.86 cores=0,2,4,6
/proc/22929/task/22938/stat : 22938 (java) S 22927 22929 21838 0 -1 4202560 98 0 0 0 80 6 0 0 20 0 19 0 281774078 9856004096 613193 33554432000 1073741824 1073778376 140736881444704 140162514274472 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22929/tid=22939] ppid=22927 vsize=9625004 CPUtime=0.8 cores=0,2,4,6
/proc/22929/task/22939/stat : 22939 (java) S 22927 22929 21838 0 -1 4202560 81 0 0 0 76 4 0 0 20 0 19 0 281774078 9856004096 613193 33554432000 1073741824 1073778376 140736881444704 140162513221928 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22929/tid=22940] ppid=22927 vsize=9625004 CPUtime=0.07 cores=0,2,4,6
/proc/22929/task/22940/stat : 22940 (java) S 22927 22929 21838 0 -1 4202560 1344 0 0 0 2 5 0 0 20 0 19 0 281774080 9856004096 613193 33554432000 1073741824 1073778376 140736881444704 140162501024616 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22929/tid=22941] ppid=22927 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22929/task/22941/stat : 22941 (java) S 22927 22929 21838 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281774080 9856004096 613193 33554432000 1073741824 1073778376 140736881444704 140161895622520 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22929/tid=22942] ppid=22927 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22929/task/22942/stat : 22942 (java) S 22927 22929 21838 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281774080 9856004096 613193 33554432000 1073741824 1073778376 140736881444704 140161894569352 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22929/tid=22943] ppid=22927 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22929/task/22943/stat : 22943 (java) S 22927 22929 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281774082 9856004096 613193 33554432000 1073741824 1073778376 140736881444704 140161893518096 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22929/tid=22944] ppid=22927 vsize=9625004 CPUtime=0.59 cores=0,2,4,6
/proc/22929/task/22944/stat : 22944 (java) S 22927 22929 21838 0 -1 4202560 3108 0 0 0 59 0 0 0 20 0 19 0 281774082 9856004096 613193 33554432000 1073741824 1073778376 140736881444704 140161892464952 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22929/tid=22945] ppid=22927 vsize=9625004 CPUtime=0.59 cores=0,2,4,6
/proc/22929/task/22945/stat : 22945 (java) S 22927 22929 21838 0 -1 4202560 2877 0 0 0 59 0 0 0 20 0 19 0 281774082 9856004096 613193 33554432000 1073741824 1073778376 140736881444704 140161891412408 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22929/tid=22946] ppid=22927 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22929/task/22946/stat : 22946 (java) S 22927 22929 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281774082 9856004096 613193 33554432000 1073741824 1073778376 140736881444704 140161890359544 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22929/tid=22947] ppid=22927 vsize=9625004 CPUtime=0.36 cores=0,2,4,6
/proc/22929/task/22947/stat : 22947 (java) S 22927 22929 21838 0 -1 4202560 95 0 0 0 17 19 0 0 20 0 19 0 281774082 9856004096 613193 33554432000 1073741824 1073778376 140736881444704 140161889307208 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22929/tid=22948] ppid=22927 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22929/task/22948/stat : 22948 (java) S 22927 22929 21838 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281774385 9856004096 613193 33554432000 1073741824 1073778376 140736881444704 140161888253480 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1668.15
Current children cumulated vsize (KiB) 9625004

[startup+1722.3 s]
/proc/loadavg: 2.05 2.06 2.02 3/213 23023
/proc/meminfo: memFree=27126868/32873648 swapFree=7112/7112
[pid=22929] ppid=22927 vsize=9625004 CPUtime=1728.64 cores=0,2,4,6
/proc/22929/stat : 22929 (java) S 22927 22929 21838 0 -1 4202496 13956 0 1 0 172759 105 0 0 20 0 19 0 281774076 9856004096 611975 33554432000 1073741824 1073778376 140736881444704 140736881435840 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22929/statm: 2406251 611975 2275 9 0 2396937 0
[pid=22929/tid=22931] ppid=22927 vsize=9625004 CPUtime=1719.84 cores=0,2,4,6
/proc/22929/task/22931/stat : 22931 (java) R 22927 22929 21838 0 -1 4202560 4463 0 1 0 171917 67 0 0 20 0 19 0 281774077 9856004096 611975 33554432000 1073741824 1073778376 140736881444704 140162677234896 140162517232549 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=22929/tid=22932] ppid=22927 vsize=9625004 CPUtime=0.92 cores=0,2,4,6
/proc/22929/task/22932/stat : 22932 (java) S 22927 22929 21838 0 -1 4202560 136 0 0 0 85 7 0 0 20 0 19 0 281774078 9856004096 611975 33554432000 1073741824 1073778376 140736881444704 140162638728104 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22929/tid=22933] ppid=22927 vsize=9625004 CPUtime=0.87 cores=0,2,4,6
/proc/22929/task/22933/stat : 22933 (java) S 22927 22929 21838 0 -1 4202560 101 0 0 0 82 5 0 0 20 0 19 0 281774078 9856004096 611975 33554432000 1073741824 1073778376 140736881444704 140162637675560 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22929/tid=22934] ppid=22927 vsize=9625004 CPUtime=0.9 cores=0,2,4,6
/proc/22929/task/22934/stat : 22934 (java) S 22927 22929 21838 0 -1 4202560 135 0 0 0 85 5 0 0 20 0 19 0 281774078 9856004096 611975 33554432000 1073741824 1073778376 140736881444704 140162636622504 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22929/tid=22935] ppid=22927 vsize=9625004 CPUtime=0.9 cores=0,2,4,6
/proc/22929/task/22935/stat : 22935 (java) S 22927 22929 21838 0 -1 4202560 118 0 0 0 84 6 0 0 20 0 19 0 281774078 9856004096 611975 33554432000 1073741824 1073778376 140736881444704 140162635569960 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22929/tid=22936] ppid=22927 vsize=9625004 CPUtime=0.87 cores=0,2,4,6
/proc/22929/task/22936/stat : 22936 (java) S 22927 22929 21838 0 -1 4202560 101 0 0 0 84 3 0 0 20 0 19 0 281774078 9856004096 611975 33554432000 1073741824 1073778376 140736881444704 140162516380072 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22929/tid=22937] ppid=22927 vsize=9625004 CPUtime=0.92 cores=0,2,4,6
/proc/22929/task/22937/stat : 22937 (java) S 22927 22929 21838 0 -1 4202560 104 0 0 0 87 5 0 0 20 0 19 0 281774078 9856004096 611975 33554432000 1073741824 1073778376 140736881444704 140162515327528 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22929/tid=22938] ppid=22927 vsize=9625004 CPUtime=0.93 cores=0,2,4,6
/proc/22929/task/22938/stat : 22938 (java) S 22927 22929 21838 0 -1 4202560 98 0 0 0 87 6 0 0 20 0 19 0 281774078 9856004096 611975 33554432000 1073741824 1073778376 140736881444704 140162514274472 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22929/tid=22939] ppid=22927 vsize=9625004 CPUtime=0.9 cores=0,2,4,6
/proc/22929/task/22939/stat : 22939 (java) S 22927 22929 21838 0 -1 4202560 81 0 0 0 86 4 0 0 20 0 19 0 281774078 9856004096 611975 33554432000 1073741824 1073778376 140736881444704 140162513221928 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22929/tid=22940] ppid=22927 vsize=9625004 CPUtime=0.07 cores=0,2,4,6
/proc/22929/task/22940/stat : 22940 (java) S 22927 22929 21838 0 -1 4202560 1348 0 0 0 2 5 0 0 20 0 19 0 281774080 9856004096 611975 33554432000 1073741824 1073778376 140736881444704 140162501024616 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22929/tid=22941] ppid=22927 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22929/task/22941/stat : 22941 (java) S 22927 22929 21838 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281774080 9856004096 611975 33554432000 1073741824 1073778376 140736881444704 140161895622520 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22929/tid=22942] ppid=22927 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22929/task/22942/stat : 22942 (java) S 22927 22929 21838 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281774080 9856004096 611975 33554432000 1073741824 1073778376 140736881444704 140161894569352 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22929/tid=22943] ppid=22927 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22929/task/22943/stat : 22943 (java) S 22927 22929 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281774082 9856004096 611975 33554432000 1073741824 1073778376 140736881444704 140161893518096 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22929/tid=22944] ppid=22927 vsize=9625004 CPUtime=0.59 cores=0,2,4,6
/proc/22929/task/22944/stat : 22944 (java) S 22927 22929 21838 0 -1 4202560 3108 0 0 0 59 0 0 0 20 0 19 0 281774082 9856004096 611975 33554432000 1073741824 1073778376 140736881444704 140161892464952 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22929/tid=22945] ppid=22927 vsize=9625004 CPUtime=0.59 cores=0,2,4,6
/proc/22929/task/22945/stat : 22945 (java) S 22927 22929 21838 0 -1 4202560 2877 0 0 0 59 0 0 0 20 0 19 0 281774082 9856004096 611975 33554432000 1073741824 1073778376 140736881444704 140161891412408 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22929/tid=22946] ppid=22927 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22929/task/22946/stat : 22946 (java) S 22927 22929 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281774082 9856004096 611975 33554432000 1073741824 1073778376 140736881444704 140161890359544 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22929/tid=22947] ppid=22927 vsize=9625004 CPUtime=0.37 cores=0,2,4,6
/proc/22929/task/22947/stat : 22947 (java) S 22927 22929 21838 0 -1 4202560 99 0 0 0 18 19 0 0 20 0 19 0 281774082 9856004096 611975 33554432000 1073741824 1073778376 140736881444704 140161889307208 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22929/tid=22948] ppid=22927 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22929/task/22948/stat : 22948 (java) S 22927 22929 21838 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281774385 9856004096 611975 33554432000 1073741824 1073778376 140736881444704 140161888253480 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1728.64
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.02 2.05 2.01 3/213 23023
/proc/meminfo: memFree=27141872/32873648 swapFree=7112/7112
[pid=22929] ppid=22927 vsize=9625004 CPUtime=1789.28 cores=0,2,4,6
/proc/22929/stat : 22929 (java) S 22927 22929 21838 0 -1 4202496 14006 0 1 0 178821 107 0 0 20 0 19 0 281774076 9856004096 611910 33554432000 1073741824 1073778376 140736881444704 140736881435840 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22929/statm: 2406251 611910 2275 9 0 2396937 0
[pid=22929/tid=22931] ppid=22927 vsize=9625004 CPUtime=1779.52 cores=0,2,4,6
/proc/22929/task/22931/stat : 22931 (java) R 22927 22929 21838 0 -1 4202560 4500 0 1 0 177884 68 0 0 20 0 19 0 281774077 9856004096 611910 33554432000 1073741824 1073778376 140736881444704 140162677234976 140162517027077 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=22929/tid=22932] ppid=22927 vsize=9625004 CPUtime=1.04 cores=0,2,4,6
/proc/22929/task/22932/stat : 22932 (java) S 22927 22929 21838 0 -1 4202560 137 0 0 0 97 7 0 0 20 0 19 0 281774078 9856004096 611910 33554432000 1073741824 1073778376 140736881444704 140162638728104 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22929/tid=22933] ppid=22927 vsize=9625004 CPUtime=0.98 cores=0,2,4,6
/proc/22929/task/22933/stat : 22933 (java) S 22927 22929 21838 0 -1 4202560 101 0 0 0 93 5 0 0 20 0 19 0 281774078 9856004096 611910 33554432000 1073741824 1073778376 140736881444704 140162637675560 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22929/tid=22934] ppid=22927 vsize=9625004 CPUtime=1 cores=0,2,4,6
/proc/22929/task/22934/stat : 22934 (java) S 22927 22929 21838 0 -1 4202560 137 0 0 0 95 5 0 0 20 0 19 0 281774078 9856004096 611910 33554432000 1073741824 1073778376 140736881444704 140162636622504 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22929/tid=22935] ppid=22927 vsize=9625004 CPUtime=1.02 cores=0,2,4,6
/proc/22929/task/22935/stat : 22935 (java) S 22927 22929 21838 0 -1 4202560 119 0 0 0 96 6 0 0 20 0 19 0 281774078 9856004096 611910 33554432000 1073741824 1073778376 140736881444704 140162635569960 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22929/tid=22936] ppid=22927 vsize=9625004 CPUtime=0.99 cores=0,2,4,6
/proc/22929/task/22936/stat : 22936 (java) S 22927 22929 21838 0 -1 4202560 101 0 0 0 96 3 0 0 20 0 19 0 281774078 9856004096 611910 33554432000 1073741824 1073778376 140736881444704 140162516380072 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22929/tid=22937] ppid=22927 vsize=9625004 CPUtime=1.02 cores=0,2,4,6
/proc/22929/task/22937/stat : 22937 (java) S 22927 22929 21838 0 -1 4202560 104 0 0 0 97 5 0 0 20 0 19 0 281774078 9856004096 611910 33554432000 1073741824 1073778376 140736881444704 140162515327528 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22929/tid=22938] ppid=22927 vsize=9625004 CPUtime=1.08 cores=0,2,4,6
/proc/22929/task/22938/stat : 22938 (java) S 22927 22929 21838 0 -1 4202560 98 0 0 0 102 6 0 0 20 0 19 0 281774078 9856004096 611910 33554432000 1073741824 1073778376 140736881444704 140162514274472 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22929/tid=22939] ppid=22927 vsize=9625004 CPUtime=1.01 cores=0,2,4,6
/proc/22929/task/22939/stat : 22939 (java) S 22927 22929 21838 0 -1 4202560 82 0 0 0 97 4 0 0 20 0 19 0 281774078 9856004096 611910 33554432000 1073741824 1073778376 140736881444704 140162513221928 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22929/tid=22940] ppid=22927 vsize=9625004 CPUtime=0.08 cores=0,2,4,6
/proc/22929/task/22940/stat : 22940 (java) S 22927 22929 21838 0 -1 4202560 1352 0 0 0 2 6 0 0 20 0 19 0 281774080 9856004096 611910 33554432000 1073741824 1073778376 140736881444704 140162501024616 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22929/tid=22941] ppid=22927 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22929/task/22941/stat : 22941 (java) S 22927 22929 21838 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281774080 9856004096 611910 33554432000 1073741824 1073778376 140736881444704 140161895622520 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22929/tid=22942] ppid=22927 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22929/task/22942/stat : 22942 (java) S 22927 22929 21838 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281774080 9856004096 611910 33554432000 1073741824 1073778376 140736881444704 140161894569352 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22929/tid=22943] ppid=22927 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22929/task/22943/stat : 22943 (java) S 22927 22929 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281774082 9856004096 611910 33554432000 1073741824 1073778376 140736881444704 140161893518096 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22929/tid=22944] ppid=22927 vsize=9625004 CPUtime=0.59 cores=0,2,4,6
/proc/22929/task/22944/stat : 22944 (java) S 22927 22929 21838 0 -1 4202560 3108 0 0 0 59 0 0 0 20 0 19 0 281774082 9856004096 611910 33554432000 1073741824 1073778376 140736881444704 140161892464952 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22929/tid=22945] ppid=22927 vsize=9625004 CPUtime=0.59 cores=0,2,4,6
/proc/22929/task/22945/stat : 22945 (java) S 22927 22929 21838 0 -1 4202560 2877 0 0 0 59 0 0 0 20 0 19 0 281774082 9856004096 611910 33554432000 1073741824 1073778376 140736881444704 140161891412408 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22929/tid=22946] ppid=22927 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22929/task/22946/stat : 22946 (java) S 22927 22929 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281774082 9856004096 611910 33554432000 1073741824 1073778376 140736881444704 140161890359544 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22929/tid=22947] ppid=22927 vsize=9625004 CPUtime=0.38 cores=0,2,4,6
/proc/22929/task/22947/stat : 22947 (java) S 22927 22929 21838 0 -1 4202560 103 0 0 0 18 20 0 0 20 0 19 0 281774082 9856004096 611910 33554432000 1073741824 1073778376 140736881444704 140161889307208 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22929/tid=22948] ppid=22927 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22929/task/22948/stat : 22948 (java) S 22927 22929 21838 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281774385 9856004096 611910 33554432000 1073741824 1073778376 140736881444704 140161888253480 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1789.28
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1793.01 s]
/proc/loadavg: 2.01 2.05 2.01 3/213 23023
/proc/meminfo: memFree=27147948/32873648 swapFree=7112/7112
[pid=22929] ppid=22927 vsize=9625004 CPUtime=1800.09 cores=0,2,4,6
/proc/22929/stat : 22929 (java) S 22927 22929 21838 0 -1 4202496 14011 0 1 0 179902 107 0 0 20 0 19 0 281774076 9856004096 611813 33554432000 1073741824 1073778376 140736881444704 140736881435840 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22929/statm: 2406251 611813 2275 9 0 2396937 0
[pid=22929/tid=22931] ppid=22927 vsize=9625004 CPUtime=1790.19 cores=0,2,4,6
/proc/22929/task/22931/stat : 22931 (java) R 22927 22929 21838 0 -1 4202560 4505 0 1 0 178951 68 0 0 20 0 19 0 281774077 9856004096 611813 33554432000 1073741824 1073778376 140736881444704 140162677234864 140162517234573 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=22929/tid=22932] ppid=22927 vsize=9625004 CPUtime=1.06 cores=0,2,4,6
/proc/22929/task/22932/stat : 22932 (java) S 22927 22929 21838 0 -1 4202560 137 0 0 0 99 7 0 0 20 0 19 0 281774078 9856004096 611813 33554432000 1073741824 1073778376 140736881444704 140162638728104 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22929/tid=22933] ppid=22927 vsize=9625004 CPUtime=1 cores=0,2,4,6
/proc/22929/task/22933/stat : 22933 (java) S 22927 22929 21838 0 -1 4202560 101 0 0 0 95 5 0 0 20 0 19 0 281774078 9856004096 611813 33554432000 1073741824 1073778376 140736881444704 140162637675560 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22929/tid=22934] ppid=22927 vsize=9625004 CPUtime=1.02 cores=0,2,4,6
/proc/22929/task/22934/stat : 22934 (java) S 22927 22929 21838 0 -1 4202560 137 0 0 0 97 5 0 0 20 0 19 0 281774078 9856004096 611813 33554432000 1073741824 1073778376 140736881444704 140162636622504 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22929/tid=22935] ppid=22927 vsize=9625004 CPUtime=1.04 cores=0,2,4,6
/proc/22929/task/22935/stat : 22935 (java) S 22927 22929 21838 0 -1 4202560 119 0 0 0 98 6 0 0 20 0 19 0 281774078 9856004096 611813 33554432000 1073741824 1073778376 140736881444704 140162635569960 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22929/tid=22936] ppid=22927 vsize=9625004 CPUtime=1.01 cores=0,2,4,6
/proc/22929/task/22936/stat : 22936 (java) S 22927 22929 21838 0 -1 4202560 101 0 0 0 97 4 0 0 20 0 19 0 281774078 9856004096 611813 33554432000 1073741824 1073778376 140736881444704 140162516380072 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22929/tid=22937] ppid=22927 vsize=9625004 CPUtime=1.04 cores=0,2,4,6
/proc/22929/task/22937/stat : 22937 (java) S 22927 22929 21838 0 -1 4202560 104 0 0 0 99 5 0 0 20 0 19 0 281774078 9856004096 611813 33554432000 1073741824 1073778376 140736881444704 140162515327528 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22929/tid=22938] ppid=22927 vsize=9625004 CPUtime=1.09 cores=0,2,4,6
/proc/22929/task/22938/stat : 22938 (java) S 22927 22929 21838 0 -1 4202560 98 0 0 0 103 6 0 0 20 0 19 0 281774078 9856004096 611813 33554432000 1073741824 1073778376 140736881444704 140162514274472 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22929/tid=22939] ppid=22927 vsize=9625004 CPUtime=1.02 cores=0,2,4,6
/proc/22929/task/22939/stat : 22939 (java) S 22927 22929 21838 0 -1 4202560 82 0 0 0 98 4 0 0 20 0 19 0 281774078 9856004096 611813 33554432000 1073741824 1073778376 140736881444704 140162513221928 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22929/tid=22940] ppid=22927 vsize=9625004 CPUtime=0.08 cores=0,2,4,6
/proc/22929/task/22940/stat : 22940 (java) S 22927 22929 21838 0 -1 4202560 1352 0 0 0 2 6 0 0 20 0 19 0 281774080 9856004096 611813 33554432000 1073741824 1073778376 140736881444704 140162501024616 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22929/tid=22941] ppid=22927 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22929/task/22941/stat : 22941 (java) S 22927 22929 21838 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281774080 9856004096 611813 33554432000 1073741824 1073778376 140736881444704 140161895622520 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22929/tid=22942] ppid=22927 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22929/task/22942/stat : 22942 (java) S 22927 22929 21838 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281774080 9856004096 611813 33554432000 1073741824 1073778376 140736881444704 140161894569352 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22929/tid=22943] ppid=22927 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22929/task/22943/stat : 22943 (java) S 22927 22929 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281774082 9856004096 611813 33554432000 1073741824 1073778376 140736881444704 140161893518096 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22929/tid=22944] ppid=22927 vsize=9625004 CPUtime=0.59 cores=0,2,4,6
/proc/22929/task/22944/stat : 22944 (java) S 22927 22929 21838 0 -1 4202560 3108 0 0 0 59 0 0 0 20 0 19 0 281774082 9856004096 611813 33554432000 1073741824 1073778376 140736881444704 140161892464952 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22929/tid=22945] ppid=22927 vsize=9625004 CPUtime=0.59 cores=0,2,4,6
/proc/22929/task/22945/stat : 22945 (java) S 22927 22929 21838 0 -1 4202560 2877 0 0 0 59 0 0 0 20 0 19 0 281774082 9856004096 611813 33554432000 1073741824 1073778376 140736881444704 140161891412408 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22929/tid=22946] ppid=22927 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22929/task/22946/stat : 22946 (java) S 22927 22929 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281774082 9856004096 611813 33554432000 1073741824 1073778376 140736881444704 140161890359544 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22929/tid=22947] ppid=22927 vsize=9625004 CPUtime=0.39 cores=0,2,4,6
/proc/22929/task/22947/stat : 22947 (java) S 22927 22929 21838 0 -1 4202560 103 0 0 0 19 20 0 0 20 0 19 0 281774082 9856004096 611813 33554432000 1073741824 1073778376 140736881444704 140161889307208 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22929/tid=22948] ppid=22927 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22929/task/22948/stat : 22948 (java) S 22927 22929 21838 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281774385 9856004096 611813 33554432000 1073741824 1073778376 140736881444704 140161888253480 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 9625004

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): 1793.03
CPU time (s): 1800.39
CPU user time (s): 1798.9
CPU system time (s): 1.49177
CPU usage (%): 100.41
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.9
system time used= 1.49177
maximum resident set size= 2818524
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14042
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1576
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 46954
involuntary context switches= 32918

runsolver used 6.30904 second user time and 13.6239 second system time

The end

Launcher Data

Begin job on node126 at 2012-05-28 00:08:02
IDJOB=3710175
IDBENCH=2960
IDSOLVER=2289
FILE ID=node126/3710175-1338156481
RUNJOBID= node126-1338147557-21854
PBS_JOBID= 14624519
Free space on /tmp= 71340 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB06/final/normalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/normalized-factor-sizeN=460-sizeP=231-sizeQ=460-367423129-max.opb
COMMAND LINE= java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3710175-1338156481/watcher-3710175-1338156481 -o /tmp/evaluation-result-3710175-1338156481/solver-3710175-1338156481 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710175-1338156481.opb

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

MD5SUM BENCH= 74dac00a4979a8cd5d3f4292ad3ec004
RANDOM SEED=840584591

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        31014136 kB
Buffers:          315688 kB
Cached:           603436 kB
SwapCached:        17756 kB
Active:           860000 kB
Inactive:         183304 kB
Active(anon):     105976 kB
Inactive(anon):    20452 kB
Active(file):     754024 kB
Inactive(file):   162852 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67086932 kB
Dirty:             21200 kB
Writeback:            36 kB
AnonPages:        122656 kB
Mapped:            17860 kB
Shmem:                 0 kB
Slab:             669808 kB
SReclaimable:     113724 kB
SUnreclaim:       556084 kB
KernelStack:        1592 kB
PageTables:         4588 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     696748 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     98304 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71336 MiB
End job on node126 at 2012-05-28 00:37:57