Trace number 3710178

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.44 1794.82

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=480-sizeP=241-sizeQ=480-896328136.opb
MD5SUMb2f600d09cddca37d73c60b488ac99b1
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark7.75382
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 1
Optimality of the best value was proved YES
Number of variables116401
Total number of constraints347041
Number of constraints which are clauses347040
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 constraint115680
Number of terms in the objective function 241
Biggest coefficient in the objective function 1766847064778384329583297500742918515827483896875618958121606201292619776
Number of bits for the biggest coefficient in the objective function 241
Sum of the numbers in the objective function 3533694129556768659166595001485837031654967793751237916243212402585239551
Number of bits of the sum of numbers in the objective function 241
Biggest number in a constraint 2757826131550993649364364103715456897804056554542556176448634698108099443712107910064330000971904293916892446775667965408323532095584366159791555750475533307061324308088589961496711008293655788792731796366049346060288
Number of bits of the biggest number in a constraint 720
Biggest sum of numbers in a constraint 11031304526203974597457456414861827591216226218170224705794538792432397772411513099461947533223824223812108544718420760849241103931105427591146783146989758993585507676769708326131434170738798141111110216594893389039561
Number of bits of the biggest sum of numbers721
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.06/0.07	c version 2.3.2.v20120418
0.06/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.07	c java.vm.version	19.1-b02
0.06/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.07	c sun.arch.data.model	64
0.06/0.07	c java.version		1.6.0_24
0.06/0.07	c os.name		Linux
0.06/0.07	c os.version		2.6.32-71.29.1.el6.x86_64
0.06/0.07	c os.arch		amd64
0.06/0.07	c Free memory 		501472288
0.06/0.07	c Max memory 		7480803328
0.06/0.07	c Total memory 		504102912
0.06/0.08	c Number of processors 	8
0.10/0.11	c read org.sat4j.minisat.orders.VarOrderHeap
0.10/0.11	c configuring ORDERS
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=true
0.10/0.11	c Heuristics kept accross calls (keep the solver "hot")
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3710178-1338156758.opb
0.10/0.11	c reading problem ... 
4.31/3.36	c ... done. Wall clock time 3.242s.
4.31/3.36	c declared #vars     116401
4.31/3.36	c #constraints  347042
4.31/3.36	c constraints type 
4.31/3.36	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 115680
4.31/3.36	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 231360
4.31/3.36	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
4.31/3.36	c 347042 constraints processed.
1800.01/1794.81	c starts		: 14
1800.01/1794.81	c conflicts		: 2341
1800.01/1794.81	c decisions		: 95477
1800.01/1794.81	c propagations		: 2547916
1800.01/1794.81	c inspects		: 10830031
1800.01/1794.81	c shortcuts		: 0
1800.01/1794.81	c learnt literals	: 0
1800.01/1794.81	c learnt binary clauses	: 0
1800.01/1794.81	c learnt ternary clauses	: 1
1800.01/1794.81	c learnt constraints	: 2340
1800.01/1794.81	c ignored constraints	: 0
1800.01/1794.81	c root simplifications	: 14
1800.01/1794.81	c removed literals (reason simplification)	: 64667376
1800.01/1794.81	c reason swapping (by a shorter reason)	: 0
1800.01/1794.81	c Calls to reduceDB	: 0
1800.01/1794.81	c number of reductions to clauses (during analyze)	: 0
1800.01/1794.81	c number of learned constraints concerned by reduction	: 0
1800.01/1794.81	c number of learning phase by resolution	: 0
1800.01/1794.81	c number of learning phase by cutting planes	: 0
1800.01/1794.81	c speed (assignments/second)	: 1422.3122826408542
1800.01/1794.81	c non guided choices	85048
1800.01/1794.81	c learnt constraints type 
1800.01/1794.81	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 2340
1800.01/1794.81	c constraints type 
1800.01/1794.81	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 115680
1800.01/1794.81	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 231360
1800.01/1794.81	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.01/1794.81	c 347042 constraints processed.
1800.01/1794.81	s UNKNOWN
1800.01/1794.81	c Total wall clock time (in seconds): 1794.697

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-3710178-1338156758/watcher-3710178-1338156758 -o /tmp/evaluation-result-3710178-1338156758/solver-3710178-1338156758 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710178-1338156758.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.18 1.75 1.91 5/193 13040
/proc/meminfo: memFree=31092456/32873844 swapFree=7372/7372
[pid=13040] ppid=13038 vsize=91816 CPUtime=0 cores=0,2,4,6
/proc/13040/stat : 13040 (java) S 13038 13040 12979 0 -1 4202496 1203 0 0 0 0 0 0 0 20 0 2 0 281801969 94019584 914 33554432000 1073741824 1073778376 140734609426112 140734609417248 251035418685 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13040/statm: 22954 917 697 9 0 16769 0
[pid=13040/tid=13041] ppid=13038 vsize=91816 CPUtime=0 cores=0,2,4,6
/proc/13040/task/13041/stat : 13041 (java) D 13038 13040 12979 0 -1 4202560 59 0 0 0 0 0 0 0 20 0 2 0 281801970 94019584 917 33554432000 1073741824 1073778376 140734609426112 139750474124840 251022896423 0 0 4096 0 18446744072100609316 0 0 -1 2 0 0 0 0 0

[startup+0.078097 s]
/proc/loadavg: 1.18 1.75 1.91 5/193 13040
/proc/meminfo: memFree=31092456/32873844 swapFree=7372/7372
[pid=13040] ppid=13038 vsize=9558440 CPUtime=0.06 cores=0,2,4,6
/proc/13040/stat : 13040 (java) S 13038 13040 12979 0 -1 4202496 3493 0 1 0 5 1 0 0 20 0 18 0 281801969 9787842560 4700 33554432000 1073741824 1073778376 140734609426112 140734609417248 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13040/statm: 2389610 4700 1779 9 0 2380296 0
[pid=13040/tid=13041] ppid=13038 vsize=9558440 CPUtime=0.05 cores=0,2,4,6
/proc/13040/task/13041/stat : 13041 (java) R 13038 13040 12979 0 -1 4202560 2282 0 1 0 4 1 0 0 20 0 18 0 281801970 9787842560 4703 33554432000 1073741824 1073778376 140734609426112 139750474128320 139750333765929 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 9558440

[startup+0.100269 s]
/proc/loadavg: 1.18 1.75 1.91 5/193 13040
/proc/meminfo: memFree=31092456/32873844 swapFree=7372/7372
[pid=13040] ppid=13038 vsize=9558440 CPUtime=0.1 cores=0,2,4,6
/proc/13040/stat : 13040 (java) S 13038 13040 12979 0 -1 4202496 4263 0 1 0 9 1 0 0 20 0 18 0 281801969 9787842560 5980 33554432000 1073741824 1073778376 140734609426112 140734609417248 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13040/statm: 2389610 5980 2116 9 0 2380296 0
[pid=13040/tid=13041] ppid=13038 vsize=9558440 CPUtime=0.07 cores=0,2,4,6
/proc/13040/task/13041/stat : 13041 (java) R 13038 13040 12979 0 -1 4202560 2414 0 1 0 6 1 0 0 20 0 18 0 281801970 9787842560 5980 33554432000 1073741824 1073778376 140734609426112 139750474121824 251035444493 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558440

[startup+0.300169 s]
/proc/loadavg: 1.18 1.75 1.91 5/193 13040
/proc/meminfo: memFree=31092456/32873844 swapFree=7372/7372
[pid=13040] ppid=13038 vsize=9558440 CPUtime=0.51 cores=0,2,4,6
/proc/13040/stat : 13040 (java) S 13038 13040 12979 0 -1 4202496 5880 0 1 0 49 2 0 0 20 0 18 0 281801969 9787842560 8935 33554432000 1073741824 1073778376 140734609426112 140734609417248 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13040/statm: 2389610 8935 2224 9 0 2380296 0
[pid=13040/tid=13041] ppid=13038 vsize=9558440 CPUtime=0.27 cores=0,2,4,6
/proc/13040/task/13041/stat : 13041 (java) R 13038 13040 12979 0 -1 4202560 2499 0 1 0 26 1 0 0 20 0 18 0 281801970 9787842560 8935 33554432000 1073741824 1073778376 140734609426112 139750474113888 139750333842727 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9558440

[startup+0.700254 s]
/proc/loadavg: 1.18 1.75 1.91 5/193 13040
/proc/meminfo: memFree=31092456/32873844 swapFree=7372/7372
[pid=13040] ppid=13038 vsize=9558440 CPUtime=1.16 cores=0,2,4,6
/proc/13040/stat : 13040 (java) S 13038 13040 12979 0 -1 4202496 7801 0 1 0 110 6 0 0 20 0 18 0 281801969 9787842560 42040 33554432000 1073741824 1073778376 140734609426112 140734609417248 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13040/statm: 2389610 42040 2253 9 0 2380296 0
[pid=13040/tid=13041] ppid=13038 vsize=9558440 CPUtime=0.65 cores=0,2,4,6
/proc/13040/task/13041/stat : 13041 (java) R 13038 13040 12979 0 -1 4202560 2561 0 1 0 61 4 0 0 20 0 18 0 281801970 9787842560 42040 33554432000 1073741824 1073778376 140734609426112 139750474128824 251035444493 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 9558440

[startup+1.50066 s]
/proc/loadavg: 1.18 1.75 1.91 3/212 13059
/proc/meminfo: memFree=30767028/32873844 swapFree=7372/7372
[pid=13040] ppid=13038 vsize=9558440 CPUtime=2.05 cores=0,2,4,6
/proc/13040/stat : 13040 (java) S 13038 13040 12979 0 -1 4202496 7904 0 1 0 195 10 0 0 20 0 18 0 281801969 9787842560 75326 33554432000 1073741824 1073778376 140734609426112 140734609417248 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13040/statm: 2389610 75326 2253 9 0 2380296 0
[pid=13040/tid=13041] ppid=13038 vsize=9558440 CPUtime=1.42 cores=0,2,4,6
/proc/13040/task/13041/stat : 13041 (java) R 13038 13040 12979 0 -1 4202560 2617 0 1 0 136 6 0 0 20 0 18 0 281801970 9787842560 75326 33554432000 1073741824 1073778376 140734609426112 139750474121184 139750334264129 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=13040/tid=13043] ppid=13038 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/13040/task/13043/stat : 13043 (java) S 13038 13040 12979 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 281801970 9787842560 75326 33554432000 1073741824 1073778376 140734609426112 139750452231208 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13040/tid=13044] ppid=13038 vsize=9558440 CPUtime=0.02 cores=0,2,4,6
/proc/13040/task/13044/stat : 13044 (java) S 13038 13040 12979 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 18 0 281801970 9787842560 75326 33554432000 1073741824 1073778376 140734609426112 139750249851816 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13040/tid=13045] ppid=13038 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/13040/task/13045/stat : 13045 (java) S 13038 13040 12979 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 281801970 9787842560 75326 33554432000 1073741824 1073778376 140734609426112 139750248799016 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13040/tid=13046] ppid=13038 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/13040/task/13046/stat : 13046 (java) S 13038 13040 12979 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 18 0 281801970 9787842560 75326 33554432000 1073741824 1073778376 140734609426112 139750247746216 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13040/tid=13047] ppid=13038 vsize=9558440 CPUtime=0.03 cores=0,2,4,6
/proc/13040/task/13047/stat : 13047 (java) S 13038 13040 12979 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 18 0 281801970 9787842560 75326 33554432000 1073741824 1073778376 140734609426112 139750246693416 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13040/tid=13048] ppid=13038 vsize=9558440 CPUtime=0.01 cores=0,2,4,6
/proc/13040/task/13048/stat : 13048 (java) S 13038 13040 12979 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 18 0 281801970 9787842560 75326 33554432000 1073741824 1073778376 140734609426112 139750245640616 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13040/tid=13049] ppid=13038 vsize=9558440 CPUtime=0.03 cores=0,2,4,6
/proc/13040/task/13049/stat : 13049 (java) S 13038 13040 12979 0 -1 4202560 18 0 0 0 3 0 0 0 20 0 18 0 281801970 9787842560 75326 33554432000 1073741824 1073778376 140734609426112 139750244587816 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13040/tid=13050] ppid=13038 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/13040/task/13050/stat : 13050 (java) S 13038 13040 12979 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 18 0 281801970 9787842560 75326 33554432000 1073741824 1073778376 140734609426112 139750243535016 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13040/tid=13051] ppid=13038 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/13040/task/13051/stat : 13051 (java) S 13038 13040 12979 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 18 0 281801972 9787842560 75326 33554432000 1073741824 1073778376 140734609426112 139750231124968 251035432873 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13040/tid=13052] ppid=13038 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/13040/task/13052/stat : 13052 (java) S 13038 13040 12979 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 281801972 9787842560 75326 33554432000 1073741824 1073778376 140734609426112 139750230071032 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13040/tid=13053] ppid=13038 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/13040/task/13053/stat : 13053 (java) S 13038 13040 12979 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 281801972 9787842560 75326 33554432000 1073741824 1073778376 140734609426112 139750229018120 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13040/tid=13054] ppid=13038 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/13040/task/13054/stat : 13054 (java) S 13038 13040 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 281801974 9787842560 75326 33554432000 1073741824 1073778376 140734609426112 139750227966608 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13040/tid=13055] ppid=13038 vsize=9558440 CPUtime=0.18 cores=0,2,4,6
/proc/13040/task/13055/stat : 13055 (java) S 13038 13040 12979 0 -1 4202560 1400 0 0 0 18 0 0 0 20 0 18 0 281801974 9787842560 75326 33554432000 1073741824 1073778376 140734609426112 139750226913720 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13040/tid=13056] ppid=13038 vsize=9558440 CPUtime=0.21 cores=0,2,4,6
/proc/13040/task/13056/stat : 13056 (java) S 13038 13040 12979 0 -1 4202560 2552 0 0 0 21 0 0 0 20 0 18 0 281801974 9787842560 75326 33554432000 1073741824 1073778376 140734609426112 139750225860920 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13040/tid=13057] ppid=13038 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/13040/task/13057/stat : 13057 (java) S 13038 13040 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 281801974 9787842560 75326 33554432000 1073741824 1073778376 140734609426112 139750224808312 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13040/tid=13058] ppid=13038 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/13040/task/13058/stat : 13058 (java) S 13038 13040 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 281801974 9787842560 75326 33554432000 1073741824 1073778376 140734609426112 139750223755720 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.05
Current children cumulated vsize (KiB) 9558440

[startup+3.10066 s]
/proc/loadavg: 1.18 1.75 1.91 3/212 13059
/proc/meminfo: memFree=30469264/32873844 swapFree=7372/7372
[pid=13040] ppid=13038 vsize=9558440 CPUtime=4.03 cores=0,2,4,6
/proc/13040/stat : 13040 (java) S 13038 13040 12979 0 -1 4202496 8289 0 1 0 384 19 0 0 20 0 18 0 281801969 9787842560 98603 33554432000 1073741824 1073778376 140734609426112 140734609417248 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13040/statm: 2389610 98603 2264 9 0 2380296 0
[pid=13040/tid=13041] ppid=13038 vsize=9558440 CPUtime=2.88 cores=0,2,4,6
/proc/13040/task/13041/stat : 13041 (java) R 13038 13040 12979 0 -1 4202560 2631 0 1 0 281 7 0 0 20 0 18 0 281801970 9787842560 98603 33554432000 1073741824 1073778376 140734609426112 139750474128184 139750334408433 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=13040/tid=13043] ppid=13038 vsize=9558440 CPUtime=0.08 cores=0,2,4,6
/proc/13040/task/13043/stat : 13043 (java) S 13038 13040 12979 0 -1 4202560 53 0 0 0 6 2 0 0 20 0 18 0 281801970 9787842560 98603 33554432000 1073741824 1073778376 140734609426112 139750452231208 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13040/tid=13044] ppid=13038 vsize=9558440 CPUtime=0.07 cores=0,2,4,6
/proc/13040/task/13044/stat : 13044 (java) S 13038 13040 12979 0 -1 4202560 30 0 0 0 6 1 0 0 20 0 18 0 281801970 9787842560 98603 33554432000 1073741824 1073778376 140734609426112 139750249851816 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13040/tid=13045] ppid=13038 vsize=9558440 CPUtime=0.12 cores=0,2,4,6
/proc/13040/task/13045/stat : 13045 (java) S 13038 13040 12979 0 -1 4202560 57 0 0 0 9 3 0 0 20 0 18 0 281801970 9787842560 98603 33554432000 1073741824 1073778376 140734609426112 139750248799016 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13040/tid=13046] ppid=13038 vsize=9558440 CPUtime=0.04 cores=0,2,4,6
/proc/13040/task/13046/stat : 13046 (java) S 13038 13040 12979 0 -1 4202560 26 0 0 0 4 0 0 0 20 0 18 0 281801970 9787842560 98603 33554432000 1073741824 1073778376 140734609426112 139750247746216 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13040/tid=13047] ppid=13038 vsize=9558440 CPUtime=0.08 cores=0,2,4,6
/proc/13040/task/13047/stat : 13047 (java) S 13038 13040 12979 0 -1 4202560 30 0 0 0 6 2 0 0 20 0 18 0 281801970 9787842560 98603 33554432000 1073741824 1073778376 140734609426112 139750246693416 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13040/tid=13048] ppid=13038 vsize=9558440 CPUtime=0.06 cores=0,2,4,6
/proc/13040/task/13048/stat : 13048 (java) S 13038 13040 12979 0 -1 4202560 31 0 0 0 4 2 0 0 20 0 18 0 281801970 9787842560 98603 33554432000 1073741824 1073778376 140734609426112 139750245640616 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13040/tid=13049] ppid=13038 vsize=9558440 CPUtime=0.06 cores=0,2,4,6
/proc/13040/task/13049/stat : 13049 (java) S 13038 13040 12979 0 -1 4202560 46 0 0 0 5 1 0 0 20 0 18 0 281801970 9787842560 98603 33554432000 1073741824 1073778376 140734609426112 139750244587816 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13040/tid=13050] ppid=13038 vsize=9558440 CPUtime=0.03 cores=0,2,4,6
/proc/13040/task/13050/stat : 13050 (java) S 13038 13040 12979 0 -1 4202560 24 0 0 0 3 0 0 0 20 0 18 0 281801970 9787842560 98603 33554432000 1073741824 1073778376 140734609426112 139750243535016 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13040/tid=13051] ppid=13038 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/13040/task/13051/stat : 13051 (java) S 13038 13040 12979 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 18 0 281801972 9787842560 98603 33554432000 1073741824 1073778376 140734609426112 139750231124968 251035432873 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13040/tid=13052] ppid=13038 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/13040/task/13052/stat : 13052 (java) S 13038 13040 12979 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 281801972 9787842560 98603 33554432000 1073741824 1073778376 140734609426112 139750230071032 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13040/tid=13053] ppid=13038 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/13040/task/13053/stat : 13053 (java) S 13038 13040 12979 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 281801972 9787842560 98603 33554432000 1073741824 1073778376 140734609426112 139750229018120 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13040/tid=13054] ppid=13038 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/13040/task/13054/stat : 13054 (java) S 13038 13040 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 281801974 9787842560 98603 33554432000 1073741824 1073778376 140734609426112 139750227966608 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13040/tid=13055] ppid=13038 vsize=9558440 CPUtime=0.21 cores=0,2,4,6
/proc/13040/task/13055/stat : 13055 (java) S 13038 13040 12979 0 -1 4202560 1403 0 0 0 21 0 0 0 20 0 18 0 281801974 9787842560 98603 33554432000 1073741824 1073778376 140734609426112 139750226913720 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13040/tid=13056] ppid=13038 vsize=9558440 CPUtime=0.25 cores=0,2,4,6
/proc/13040/task/13056/stat : 13056 (java) S 13038 13040 12979 0 -1 4202560 2585 0 0 0 25 0 0 0 20 0 18 0 281801974 9787842560 98603 33554432000 1073741824 1073778376 140734609426112 139750225860920 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13040/tid=13057] ppid=13038 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/13040/task/13057/stat : 13057 (java) S 13038 13040 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 281801974 9787842560 98603 33554432000 1073741824 1073778376 140734609426112 139750224808312 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13040/tid=13058] ppid=13038 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/13040/task/13058/stat : 13058 (java) S 13038 13040 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 281801974 9787842560 98603 33554432000 1073741824 1073778376 140734609426112 139750223755720 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.03
Current children cumulated vsize (KiB) 9558440

[startup+6.30071 s]
/proc/loadavg: 1.25 1.75 1.91 3/213 13060
/proc/meminfo: memFree=30150576/32873844 swapFree=7372/7372
[pid=13040] ppid=13038 vsize=9625004 CPUtime=7.98 cores=0,2,4,6
/proc/13040/stat : 13040 (java) S 13038 13040 12979 0 -1 4202496 9025 0 1 0 768 30 0 0 20 0 19 0 281801969 9856004096 168932 33554432000 1073741824 1073778376 140734609426112 140734609417248 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13040/statm: 2406251 168932 2272 9 0 2396937 0
[pid=13040/tid=13041] ppid=13038 vsize=9625004 CPUtime=5.98 cores=0,2,4,6
/proc/13040/task/13041/stat : 13041 (java) R 13038 13040 12979 0 -1 4202560 2743 0 1 0 586 12 0 0 20 0 19 0 281801970 9856004096 168932 33554432000 1073741824 1073778376 140734609426112 139750474128664 139750334423995 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=13040/tid=13043] ppid=13038 vsize=9625004 CPUtime=0.15 cores=0,2,4,6
/proc/13040/task/13043/stat : 13043 (java) S 13038 13040 12979 0 -1 4202560 76 0 0 0 12 3 0 0 20 0 19 0 281801970 9856004096 168932 33554432000 1073741824 1073778376 140734609426112 139750452231208 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13040/tid=13044] ppid=13038 vsize=9625004 CPUtime=0.12 cores=0,2,4,6
/proc/13040/task/13044/stat : 13044 (java) S 13038 13040 12979 0 -1 4202560 52 0 0 0 10 2 0 0 20 0 19 0 281801970 9856004096 168932 33554432000 1073741824 1073778376 140734609426112 139750249851816 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13040/tid=13045] ppid=13038 vsize=9625004 CPUtime=0.15 cores=0,2,4,6
/proc/13040/task/13045/stat : 13045 (java) S 13038 13040 12979 0 -1 4202560 62 0 0 0 12 3 0 0 20 0 19 0 281801970 9856004096 168932 33554432000 1073741824 1073778376 140734609426112 139750248799016 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13040/tid=13046] ppid=13038 vsize=9625004 CPUtime=0.13 cores=0,2,4,6
/proc/13040/task/13046/stat : 13046 (java) S 13038 13040 12979 0 -1 4202560 58 0 0 0 10 3 0 0 20 0 19 0 281801970 9856004096 168932 33554432000 1073741824 1073778376 140734609426112 139750247746216 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13040/tid=13047] ppid=13038 vsize=9625004 CPUtime=0.14 cores=0,2,4,6
/proc/13040/task/13047/stat : 13047 (java) S 13038 13040 12979 0 -1 4202560 60 0 0 0 11 3 0 0 20 0 19 0 281801970 9856004096 168932 33554432000 1073741824 1073778376 140734609426112 139750246693416 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13040/tid=13048] ppid=13038 vsize=9625004 CPUtime=0.11 cores=0,2,4,6
/proc/13040/task/13048/stat : 13048 (java) S 13038 13040 12979 0 -1 4202560 50 0 0 0 9 2 0 0 20 0 19 0 281801970 9856004096 168932 33554432000 1073741824 1073778376 140734609426112 139750245640616 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13040/tid=13049] ppid=13038 vsize=9625004 CPUtime=0.1 cores=0,2,4,6
/proc/13040/task/13049/stat : 13049 (java) S 13038 13040 12979 0 -1 4202560 52 0 0 0 8 2 0 0 20 0 19 0 281801970 9856004096 168932 33554432000 1073741824 1073778376 140734609426112 139750244587816 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13040/tid=13050] ppid=13038 vsize=9625004 CPUtime=0.06 cores=0,2,4,6
/proc/13040/task/13050/stat : 13050 (java) S 13038 13040 12979 0 -1 4202560 30 0 0 0 6 0 0 0 20 0 19 0 281801970 9856004096 168932 33554432000 1073741824 1073778376 140734609426112 139750243535016 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13040/tid=13051] ppid=13038 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/13040/task/13051/stat : 13051 (java) S 13038 13040 12979 0 -1 4202560 486 0 0 0 0 0 0 0 20 0 19 0 281801972 9856004096 168932 33554432000 1073741824 1073778376 140734609426112 139750231124968 251035432873 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13040/tid=13052] ppid=13038 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/13040/task/13052/stat : 13052 (java) S 13038 13040 12979 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281801972 9856004096 168932 33554432000 1073741824 1073778376 140734609426112 139750230071032 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13040/tid=13053] ppid=13038 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/13040/task/13053/stat : 13053 (java) S 13038 13040 12979 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281801972 9856004096 168932 33554432000 1073741824 1073778376 140734609426112 139750229018120 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13040/tid=13054] ppid=13038 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/13040/task/13054/stat : 13054 (java) S 13038 13040 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281801974 9856004096 168932 33554432000 1073741824 1073778376 140734609426112 139750227966608 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13040/tid=13055] ppid=13038 vsize=9625004 CPUtime=0.46 cores=0,2,4,6
/proc/13040/task/13055/stat : 13055 (java) S 13038 13040 12979 0 -1 4202560 1519 0 0 0 46 0 0 0 20 0 19 0 281801974 9856004096 168932 33554432000 1073741824 1073778376 140734609426112 139750226913720 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13040/tid=13056] ppid=13038 vsize=9625004 CPUtime=0.44 cores=0,2,4,6
/proc/13040/task/13056/stat : 13056 (java) S 13038 13040 12979 0 -1 4202560 2649 0 0 0 44 0 0 0 20 0 19 0 281801974 9856004096 168932 33554432000 1073741824 1073778376 140734609426112 139750225860920 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13040/tid=13057] ppid=13038 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/13040/task/13057/stat : 13057 (java) S 13038 13040 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281801974 9856004096 168932 33554432000 1073741824 1073778376 140734609426112 139750224808312 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13040/tid=13058] ppid=13038 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/13040/task/13058/stat : 13058 (java) S 13038 13040 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281801974 9856004096 168932 33554432000 1073741824 1073778376 140734609426112 139750223755720 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0

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

[pid=13040/tid=13048] ppid=13038 vsize=9625004 CPUtime=0.58 cores=0,2,4,6
/proc/13040/task/13048/stat : 13048 (java) S 13038 13040 12979 0 -1 4202560 86 0 0 0 54 4 0 0 20 0 19 0 281801970 9856004096 605277 33554432000 1073741824 1073778376 140734609426112 139750245640616 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13040/tid=13049] ppid=13038 vsize=9625004 CPUtime=0.59 cores=0,2,4,6
/proc/13040/task/13049/stat : 13049 (java) S 13038 13040 12979 0 -1 4202560 84 0 0 0 55 4 0 0 20 0 19 0 281801970 9856004096 605277 33554432000 1073741824 1073778376 140734609426112 139750244587816 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13040/tid=13050] ppid=13038 vsize=9625004 CPUtime=0.56 cores=0,2,4,6
/proc/13040/task/13050/stat : 13050 (java) S 13038 13040 12979 0 -1 4202560 76 0 0 0 51 5 0 0 20 0 19 0 281801970 9856004096 605277 33554432000 1073741824 1073778376 140734609426112 139750243535016 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13040/tid=13051] ppid=13038 vsize=9625004 CPUtime=0.05 cores=0,2,4,6
/proc/13040/task/13051/stat : 13051 (java) S 13038 13040 12979 0 -1 4202560 1337 0 0 0 1 4 0 0 20 0 19 0 281801972 9856004096 605277 33554432000 1073741824 1073778376 140734609426112 139750231124968 251035432873 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13040/tid=13052] ppid=13038 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/13040/task/13052/stat : 13052 (java) S 13038 13040 12979 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281801972 9856004096 605277 33554432000 1073741824 1073778376 140734609426112 139750230071032 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13040/tid=13053] ppid=13038 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/13040/task/13053/stat : 13053 (java) S 13038 13040 12979 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281801972 9856004096 605277 33554432000 1073741824 1073778376 140734609426112 139750229018120 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13040/tid=13054] ppid=13038 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/13040/task/13054/stat : 13054 (java) S 13038 13040 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281801974 9856004096 605277 33554432000 1073741824 1073778376 140734609426112 139750227966608 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13040/tid=13055] ppid=13038 vsize=9625004 CPUtime=0.56 cores=0,2,4,6
/proc/13040/task/13055/stat : 13055 (java) S 13038 13040 12979 0 -1 4202560 1552 0 0 0 56 0 0 0 20 0 19 0 281801974 9856004096 605277 33554432000 1073741824 1073778376 140734609426112 139750226913720 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13040/tid=13056] ppid=13038 vsize=9625004 CPUtime=0.57 cores=0,2,4,6
/proc/13040/task/13056/stat : 13056 (java) S 13038 13040 12979 0 -1 4202560 2807 0 0 0 57 0 0 0 20 0 19 0 281801974 9856004096 605277 33554432000 1073741824 1073778376 140734609426112 139750225860920 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13040/tid=13057] ppid=13038 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/13040/task/13057/stat : 13057 (java) S 13038 13040 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281801974 9856004096 605277 33554432000 1073741824 1073778376 140734609426112 139750224808312 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13040/tid=13058] ppid=13038 vsize=9625004 CPUtime=0.39 cores=0,2,4,6
/proc/13040/task/13058/stat : 13058 (java) S 13038 13040 12979 0 -1 4202560 97 0 0 0 17 22 0 0 20 0 19 0 281801974 9856004096 605277 33554432000 1073741824 1073778376 140734609426112 139750223755720 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13040/tid=13060] ppid=13038 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/13040/task/13060/stat : 13060 (java) S 13038 13040 12979 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281802312 9856004096 605277 33554432000 1073741824 1073778376 140734609426112 139750222640808 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1666.89
Current children cumulated vsize (KiB) 9625004

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 1.95 3/213 13076
/proc/meminfo: memFree=26348012/32873844 swapFree=7372/7372
[pid=13040] ppid=13038 vsize=9625004 CPUtime=1727.19 cores=0,2,4,6
/proc/13040/stat : 13040 (java) S 13038 13040 12979 0 -1 4202496 12116 0 1 0 172599 120 0 0 20 0 19 0 281801969 9856004096 605085 33554432000 1073741824 1073778376 140734609426112 140734609417248 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13040/statm: 2406251 605085 2275 9 0 2396937 0
[pid=13040/tid=13041] ppid=13038 vsize=9625004 CPUtime=1720.42 cores=0,2,4,6
/proc/13040/task/13041/stat : 13041 (java) R 13038 13040 12979 0 -1 4202560 4352 0 1 0 171964 78 0 0 20 0 19 0 281801970 9856004096 605085 33554432000 1073741824 1073778376 140734609426112 139750474128560 139750334592978 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=13040/tid=13043] ppid=13038 vsize=9625004 CPUtime=0.76 cores=0,2,4,6
/proc/13040/task/13043/stat : 13043 (java) S 13038 13040 12979 0 -1 4202560 133 0 0 0 68 8 0 0 20 0 19 0 281801970 9856004096 605085 33554432000 1073741824 1073778376 140734609426112 139750452231208 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13040/tid=13044] ppid=13038 vsize=9625004 CPUtime=0.64 cores=0,2,4,6
/proc/13040/task/13044/stat : 13044 (java) S 13038 13040 12979 0 -1 4202560 90 0 0 0 59 5 0 0 20 0 19 0 281801970 9856004096 605085 33554432000 1073741824 1073778376 140734609426112 139750249851816 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13040/tid=13045] ppid=13038 vsize=9625004 CPUtime=0.69 cores=0,2,4,6
/proc/13040/task/13045/stat : 13045 (java) S 13038 13040 12979 0 -1 4202560 100 0 0 0 63 6 0 0 20 0 19 0 281801970 9856004096 605085 33554432000 1073741824 1073778376 140734609426112 139750248799016 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13040/tid=13046] ppid=13038 vsize=9625004 CPUtime=0.68 cores=0,2,4,6
/proc/13040/task/13046/stat : 13046 (java) S 13038 13040 12979 0 -1 4202560 96 0 0 0 63 5 0 0 20 0 19 0 281801970 9856004096 605085 33554432000 1073741824 1073778376 140734609426112 139750247746216 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13040/tid=13047] ppid=13038 vsize=9625004 CPUtime=0.7 cores=0,2,4,6
/proc/13040/task/13047/stat : 13047 (java) S 13038 13040 12979 0 -1 4202560 112 0 0 0 63 7 0 0 20 0 19 0 281801970 9856004096 605085 33554432000 1073741824 1073778376 140734609426112 139750246693416 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13040/tid=13048] ppid=13038 vsize=9625004 CPUtime=0.63 cores=0,2,4,6
/proc/13040/task/13048/stat : 13048 (java) S 13038 13040 12979 0 -1 4202560 86 0 0 0 58 5 0 0 20 0 19 0 281801970 9856004096 605085 33554432000 1073741824 1073778376 140734609426112 139750245640616 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13040/tid=13049] ppid=13038 vsize=9625004 CPUtime=0.64 cores=0,2,4,6
/proc/13040/task/13049/stat : 13049 (java) S 13038 13040 12979 0 -1 4202560 85 0 0 0 60 4 0 0 20 0 19 0 281801970 9856004096 605085 33554432000 1073741824 1073778376 140734609426112 139750244587816 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13040/tid=13050] ppid=13038 vsize=9625004 CPUtime=0.6 cores=0,2,4,6
/proc/13040/task/13050/stat : 13050 (java) S 13038 13040 12979 0 -1 4202560 76 0 0 0 55 5 0 0 20 0 19 0 281801970 9856004096 605085 33554432000 1073741824 1073778376 140734609426112 139750243535016 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13040/tid=13051] ppid=13038 vsize=9625004 CPUtime=0.05 cores=0,2,4,6
/proc/13040/task/13051/stat : 13051 (java) S 13038 13040 12979 0 -1 4202560 1339 0 0 0 1 4 0 0 20 0 19 0 281801972 9856004096 605085 33554432000 1073741824 1073778376 140734609426112 139750231124968 251035432873 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13040/tid=13052] ppid=13038 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/13040/task/13052/stat : 13052 (java) S 13038 13040 12979 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281801972 9856004096 605085 33554432000 1073741824 1073778376 140734609426112 139750230071032 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13040/tid=13053] ppid=13038 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/13040/task/13053/stat : 13053 (java) S 13038 13040 12979 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281801972 9856004096 605085 33554432000 1073741824 1073778376 140734609426112 139750229018120 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13040/tid=13054] ppid=13038 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/13040/task/13054/stat : 13054 (java) S 13038 13040 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281801974 9856004096 605085 33554432000 1073741824 1073778376 140734609426112 139750227966608 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13040/tid=13055] ppid=13038 vsize=9625004 CPUtime=0.56 cores=0,2,4,6
/proc/13040/task/13055/stat : 13055 (java) S 13038 13040 12979 0 -1 4202560 1552 0 0 0 56 0 0 0 20 0 19 0 281801974 9856004096 605085 33554432000 1073741824 1073778376 140734609426112 139750226913720 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13040/tid=13056] ppid=13038 vsize=9625004 CPUtime=0.57 cores=0,2,4,6
/proc/13040/task/13056/stat : 13056 (java) S 13038 13040 12979 0 -1 4202560 2807 0 0 0 57 0 0 0 20 0 19 0 281801974 9856004096 605085 33554432000 1073741824 1073778376 140734609426112 139750225860920 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13040/tid=13057] ppid=13038 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/13040/task/13057/stat : 13057 (java) S 13038 13040 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281801974 9856004096 605085 33554432000 1073741824 1073778376 140734609426112 139750224808312 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13040/tid=13058] ppid=13038 vsize=9625004 CPUtime=0.4 cores=0,2,4,6
/proc/13040/task/13058/stat : 13058 (java) S 13038 13040 12979 0 -1 4202560 101 0 0 0 17 23 0 0 20 0 19 0 281801974 9856004096 605085 33554432000 1073741824 1073778376 140734609426112 139750223755720 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13040/tid=13060] ppid=13038 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/13040/task/13060/stat : 13060 (java) S 13038 13040 12979 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281802312 9856004096 605085 33554432000 1073741824 1073778376 140734609426112 139750222640808 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1727.19
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.95 2/193 13079
/proc/meminfo: memFree=28714572/32873844 swapFree=7372/7372
[pid=13040] ppid=13038 vsize=9625004 CPUtime=1787.46 cores=0,2,4,6
/proc/13040/stat : 13040 (java) S 13038 13040 12979 0 -1 4202496 12138 0 1 0 178623 123 0 0 20 0 19 0 281801969 9856004096 605373 33554432000 1073741824 1073778376 140734609426112 140734609417248 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13040/statm: 2406251 605373 2275 9 0 2396937 0
[pid=13040/tid=13041] ppid=13038 vsize=9625004 CPUtime=1780.29 cores=0,2,4,6
/proc/13040/task/13041/stat : 13041 (java) R 13038 13040 12979 0 -1 4202560 4366 0 1 0 177950 79 0 0 20 0 19 0 281801970 9856004096 605373 33554432000 1073741824 1073778376 140734609426112 139750474128560 139750334592991 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=13040/tid=13043] ppid=13038 vsize=9625004 CPUtime=0.81 cores=0,2,4,6
/proc/13040/task/13043/stat : 13043 (java) S 13038 13040 12979 0 -1 4202560 133 0 0 0 73 8 0 0 20 0 19 0 281801970 9856004096 605373 33554432000 1073741824 1073778376 140734609426112 139750452231208 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13040/tid=13044] ppid=13038 vsize=9625004 CPUtime=0.69 cores=0,2,4,6
/proc/13040/task/13044/stat : 13044 (java) S 13038 13040 12979 0 -1 4202560 90 0 0 0 64 5 0 0 20 0 19 0 281801970 9856004096 605373 33554432000 1073741824 1073778376 140734609426112 139750249851816 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13040/tid=13045] ppid=13038 vsize=9625004 CPUtime=0.73 cores=0,2,4,6
/proc/13040/task/13045/stat : 13045 (java) S 13038 13040 12979 0 -1 4202560 100 0 0 0 67 6 0 0 20 0 19 0 281801970 9856004096 605373 33554432000 1073741824 1073778376 140734609426112 139750248799016 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13040/tid=13046] ppid=13038 vsize=9625004 CPUtime=0.72 cores=0,2,4,6
/proc/13040/task/13046/stat : 13046 (java) S 13038 13040 12979 0 -1 4202560 97 0 0 0 67 5 0 0 20 0 19 0 281801970 9856004096 605373 33554432000 1073741824 1073778376 140734609426112 139750247746216 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13040/tid=13047] ppid=13038 vsize=9625004 CPUtime=0.75 cores=0,2,4,6
/proc/13040/task/13047/stat : 13047 (java) S 13038 13040 12979 0 -1 4202560 112 0 0 0 68 7 0 0 20 0 19 0 281801970 9856004096 605373 33554432000 1073741824 1073778376 140734609426112 139750246693416 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13040/tid=13048] ppid=13038 vsize=9625004 CPUtime=0.68 cores=0,2,4,6
/proc/13040/task/13048/stat : 13048 (java) S 13038 13040 12979 0 -1 4202560 86 0 0 0 63 5 0 0 20 0 19 0 281801970 9856004096 605373 33554432000 1073741824 1073778376 140734609426112 139750245640616 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13040/tid=13049] ppid=13038 vsize=9625004 CPUtime=0.68 cores=0,2,4,6
/proc/13040/task/13049/stat : 13049 (java) S 13038 13040 12979 0 -1 4202560 86 0 0 0 64 4 0 0 20 0 19 0 281801970 9856004096 605373 33554432000 1073741824 1073778376 140734609426112 139750244587816 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13040/tid=13050] ppid=13038 vsize=9625004 CPUtime=0.65 cores=0,2,4,6
/proc/13040/task/13050/stat : 13050 (java) S 13038 13040 12979 0 -1 4202560 76 0 0 0 60 5 0 0 20 0 19 0 281801970 9856004096 605373 33554432000 1073741824 1073778376 140734609426112 139750243535016 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13040/tid=13051] ppid=13038 vsize=9625004 CPUtime=0.05 cores=0,2,4,6
/proc/13040/task/13051/stat : 13051 (java) S 13038 13040 12979 0 -1 4202560 1343 0 0 0 1 4 0 0 20 0 19 0 281801972 9856004096 605373 33554432000 1073741824 1073778376 140734609426112 139750231124968 251035432873 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13040/tid=13052] ppid=13038 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/13040/task/13052/stat : 13052 (java) S 13038 13040 12979 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281801972 9856004096 605373 33554432000 1073741824 1073778376 140734609426112 139750230071032 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13040/tid=13053] ppid=13038 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/13040/task/13053/stat : 13053 (java) S 13038 13040 12979 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281801972 9856004096 605373 33554432000 1073741824 1073778376 140734609426112 139750229018120 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13040/tid=13054] ppid=13038 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/13040/task/13054/stat : 13054 (java) S 13038 13040 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281801974 9856004096 605373 33554432000 1073741824 1073778376 140734609426112 139750227966608 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13040/tid=13055] ppid=13038 vsize=9625004 CPUtime=0.56 cores=0,2,4,6
/proc/13040/task/13055/stat : 13055 (java) S 13038 13040 12979 0 -1 4202560 1552 0 0 0 56 0 0 0 20 0 19 0 281801974 9856004096 605373 33554432000 1073741824 1073778376 140734609426112 139750226913720 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13040/tid=13056] ppid=13038 vsize=9625004 CPUtime=0.57 cores=0,2,4,6
/proc/13040/task/13056/stat : 13056 (java) S 13038 13040 12979 0 -1 4202560 2807 0 0 0 57 0 0 0 20 0 19 0 281801974 9856004096 605373 33554432000 1073741824 1073778376 140734609426112 139750225860920 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13040/tid=13057] ppid=13038 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/13040/task/13057/stat : 13057 (java) S 13038 13040 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281801974 9856004096 605373 33554432000 1073741824 1073778376 140734609426112 139750224808312 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13040/tid=13058] ppid=13038 vsize=9625004 CPUtime=0.42 cores=0,2,4,6
/proc/13040/task/13058/stat : 13058 (java) S 13038 13040 12979 0 -1 4202560 103 0 0 0 18 24 0 0 20 0 19 0 281801974 9856004096 605373 33554432000 1073741824 1073778376 140734609426112 139750223755720 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13040/tid=13060] ppid=13038 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/13040/task/13060/stat : 13060 (java) S 13038 13040 12979 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281802312 9856004096 605373 33554432000 1073741824 1073778376 140734609426112 139750222640808 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1787.46
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1794.8 s]
/proc/loadavg: 2.00 2.00 1.95 3/213 13135
/proc/meminfo: memFree=28506216/32873844 swapFree=7372/7372
[pid=13040] ppid=13038 vsize=9625004 CPUtime=1800.01 cores=0,2,4,6
/proc/13040/stat : 13040 (java) S 13038 13040 12979 0 -1 4202496 12144 0 1 0 179878 123 0 0 20 0 19 0 281801969 9856004096 605341 33554432000 1073741824 1073778376 140734609426112 140734609417248 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13040/statm: 2406251 605341 2275 9 0 2396937 0
[pid=13040/tid=13041] ppid=13038 vsize=9625004 CPUtime=1792.78 cores=0,2,4,6
/proc/13040/task/13041/stat : 13041 (java) R 13038 13040 12979 0 -1 4202560 4368 0 1 0 179199 79 0 0 20 0 19 0 281801970 9856004096 605341 33554432000 1073741824 1073778376 140734609426112 139750474128576 139750334634851 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=13040/tid=13043] ppid=13038 vsize=9625004 CPUtime=0.82 cores=0,2,4,6
/proc/13040/task/13043/stat : 13043 (java) S 13038 13040 12979 0 -1 4202560 133 0 0 0 74 8 0 0 20 0 19 0 281801970 9856004096 605341 33554432000 1073741824 1073778376 140734609426112 139750452231208 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13040/tid=13044] ppid=13038 vsize=9625004 CPUtime=0.69 cores=0,2,4,6
/proc/13040/task/13044/stat : 13044 (java) S 13038 13040 12979 0 -1 4202560 90 0 0 0 64 5 0 0 20 0 19 0 281801970 9856004096 605341 33554432000 1073741824 1073778376 140734609426112 139750249851816 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13040/tid=13045] ppid=13038 vsize=9625004 CPUtime=0.73 cores=0,2,4,6
/proc/13040/task/13045/stat : 13045 (java) S 13038 13040 12979 0 -1 4202560 100 0 0 0 67 6 0 0 20 0 19 0 281801970 9856004096 605341 33554432000 1073741824 1073778376 140734609426112 139750248799016 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13040/tid=13046] ppid=13038 vsize=9625004 CPUtime=0.73 cores=0,2,4,6
/proc/13040/task/13046/stat : 13046 (java) S 13038 13040 12979 0 -1 4202560 97 0 0 0 68 5 0 0 20 0 19 0 281801970 9856004096 605341 33554432000 1073741824 1073778376 140734609426112 139750247746216 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13040/tid=13047] ppid=13038 vsize=9625004 CPUtime=0.76 cores=0,2,4,6
/proc/13040/task/13047/stat : 13047 (java) S 13038 13040 12979 0 -1 4202560 112 0 0 0 69 7 0 0 20 0 19 0 281801970 9856004096 605341 33554432000 1073741824 1073778376 140734609426112 139750246693416 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13040/tid=13048] ppid=13038 vsize=9625004 CPUtime=0.69 cores=0,2,4,6
/proc/13040/task/13048/stat : 13048 (java) S 13038 13040 12979 0 -1 4202560 86 0 0 0 64 5 0 0 20 0 19 0 281801970 9856004096 605341 33554432000 1073741824 1073778376 140734609426112 139750245640616 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13040/tid=13049] ppid=13038 vsize=9625004 CPUtime=0.69 cores=0,2,4,6
/proc/13040/task/13049/stat : 13049 (java) S 13038 13040 12979 0 -1 4202560 86 0 0 0 65 4 0 0 20 0 19 0 281801970 9856004096 605341 33554432000 1073741824 1073778376 140734609426112 139750244587816 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13040/tid=13050] ppid=13038 vsize=9625004 CPUtime=0.66 cores=0,2,4,6
/proc/13040/task/13050/stat : 13050 (java) S 13038 13040 12979 0 -1 4202560 76 0 0 0 61 5 0 0 20 0 19 0 281801970 9856004096 605341 33554432000 1073741824 1073778376 140734609426112 139750243535016 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13040/tid=13051] ppid=13038 vsize=9625004 CPUtime=0.05 cores=0,2,4,6
/proc/13040/task/13051/stat : 13051 (java) S 13038 13040 12979 0 -1 4202560 1345 0 0 0 1 4 0 0 20 0 19 0 281801972 9856004096 605341 33554432000 1073741824 1073778376 140734609426112 139750231124968 251035432873 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13040/tid=13052] ppid=13038 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/13040/task/13052/stat : 13052 (java) S 13038 13040 12979 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281801972 9856004096 605341 33554432000 1073741824 1073778376 140734609426112 139750230071032 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13040/tid=13053] ppid=13038 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/13040/task/13053/stat : 13053 (java) S 13038 13040 12979 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281801972 9856004096 605341 33554432000 1073741824 1073778376 140734609426112 139750229018120 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13040/tid=13054] ppid=13038 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/13040/task/13054/stat : 13054 (java) S 13038 13040 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281801974 9856004096 605341 33554432000 1073741824 1073778376 140734609426112 139750227966608 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13040/tid=13055] ppid=13038 vsize=9625004 CPUtime=0.56 cores=0,2,4,6
/proc/13040/task/13055/stat : 13055 (java) S 13038 13040 12979 0 -1 4202560 1552 0 0 0 56 0 0 0 20 0 19 0 281801974 9856004096 605341 33554432000 1073741824 1073778376 140734609426112 139750226913720 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13040/tid=13056] ppid=13038 vsize=9625004 CPUtime=0.57 cores=0,2,4,6
/proc/13040/task/13056/stat : 13056 (java) S 13038 13040 12979 0 -1 4202560 2807 0 0 0 57 0 0 0 20 0 19 0 281801974 9856004096 605341 33554432000 1073741824 1073778376 140734609426112 139750225860920 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13040/tid=13057] ppid=13038 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/13040/task/13057/stat : 13057 (java) S 13038 13040 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281801974 9856004096 605341 33554432000 1073741824 1073778376 140734609426112 139750224808312 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13040/tid=13058] ppid=13038 vsize=9625004 CPUtime=0.43 cores=0,2,4,6
/proc/13040/task/13058/stat : 13058 (java) S 13038 13040 12979 0 -1 4202560 105 0 0 0 18 25 0 0 20 0 19 0 281801974 9856004096 605341 33554432000 1073741824 1073778376 140734609426112 139750223755720 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13040/tid=13060] ppid=13038 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/13040/task/13060/stat : 13060 (java) S 13038 13040 12979 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281802312 9856004096 605341 33554432000 1073741824 1073778376 140734609426112 139750222640808 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
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): 1794.82
CPU time (s): 1800.44
CPU user time (s): 1798.77
CPU system time (s): 1.67374
CPU usage (%): 100.313
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.77
system time used= 1.67374
maximum resident set size= 2810984
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12174
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1512
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 43338
involuntary context switches= 30824

runsolver used 5.99109 second user time and 13.7439 second system time

The end

Launcher Data

Begin job on node118 at 2012-05-28 00:12:39
IDJOB=3710178
IDBENCH=2985
IDSOLVER=2289
FILE ID=node118/3710178-1338156758
RUNJOBID= node118-1338156758-12995
PBS_JOBID= 14624527
Free space on /tmp= 71648 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=480-sizeP=241-sizeQ=480-896328136.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-3710178-1338156758/watcher-3710178-1338156758 -o /tmp/evaluation-result-3710178-1338156758/solver-3710178-1338156758 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710178-1338156758.opb

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

MD5SUM BENCH= b2f600d09cddca37d73c60b488ac99b1
RANDOM SEED=938988869

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.212
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:       32873844 kB
MemFree:        31098916 kB
Buffers:          368356 kB
Cached:           517112 kB
SwapCached:            0 kB
Active:           532708 kB
Inactive:         384316 kB
Active(anon):      21360 kB
Inactive(anon):    11324 kB
Active(file):     511348 kB
Inactive(file):   372992 kB
Unevictable:        7372 kB
Mlocked:            7372 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             26808 kB
Writeback:             0 kB
AnonPages:         28432 kB
Mapped:            19100 kB
Shmem:               200 kB
Slab:             695728 kB
SReclaimable:     137012 kB
SUnreclaim:       558716 kB
KernelStack:        1376 kB
PageTables:         3932 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     694524 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71644 MiB
End job on node118 at 2012-05-28 00:42:36