Trace number 3458695

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j Resolution 2.3.0? (TO) 1800.2 1798.09

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=120-sizeP=61-sizeQ=120-883133839-max.opb
MD5SUM0073f65f5c50ef8f4ebea5bdb58f4e26
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
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables7501
Total number of constraints21961
Number of constraints which are clauses21960
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 constraint7320
Number of terms in the objective function 61
Biggest coefficient in the objective function 1152921504606846976
Number of bits for the biggest coefficient in the objective function 61
Sum of the numbers in the objective function 2305843009213693951
Number of bits of the sum of numbers in the objective function 61
Biggest number in a constraint 766247770432944429179173513575154591809369561091801088
Number of bits of the biggest number in a constraint 180
Biggest sum of numbers in a constraint 3064991081731777715595715329186976003635521247756299664
Number of bits of the biggest sum of numbers181
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.06/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.06/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.09	c See www.sat4j.org for details.
0.06/0.09	c version 2.3.1.v20110525
0.06/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.09	c java.vm.version	19.1-b02
0.06/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.09	c sun.arch.data.model	64
0.06/0.09	c java.version		1.6.0_24
0.06/0.09	c os.name		Linux
0.06/0.09	c os.version		2.6.18-164.el5
0.06/0.09	c os.arch		amd64
0.06/0.09	c Free memory 		12995394264
0.06/0.09	c Max memory 		13063553024
0.06/0.09	c Total memory 		13063553024
0.06/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@38540408
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 lightweight component caching from RSAT taking into account the objective function
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=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3458695-1307155634.opb
0.10/0.11	c reading problem ... 
0.95/0.53	c ... done. Wall clock time 0.417s.
0.95/0.53	c #vars     7501
0.95/0.53	c #constraints  23914
0.95/0.53	c constraints type 
0.95/0.53	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 7320
0.95/0.53	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 14640
0.95/0.53	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
70.25/69.36	c cleaning 2500 clauses out of 5000 with flag 5000/5000
163.41/162.05	c cleaning 4249 clauses out of 8501 with flag 11001/11001
231.26/229.86	c cleaning 5621 clauses out of 11252 with flag 18001/18001
319.89/318.51	c cleaning 6816 clauses out of 13631 with flag 26001/26001
413.57/412.07	c cleaning 7903 clauses out of 15815 with flag 35001/35001
525.22/523.69	c cleaning 8950 clauses out of 17911 with flag 45000/45000
666.44/664.87	c cleaning 9973 clauses out of 19963 with flag 56002/56002
820.50/818.89	c cleaning 10989 clauses out of 21989 with flag 68001/68001
934.74/933.02	c cleaning 11998 clauses out of 24000 with flag 81001/81001
1086.69/1084.93	c cleaning 12998 clauses out of 26001 with flag 95000/95000
1388.68/1386.85	c cleaning 14003 clauses out of 28006 with flag 110003/110003
1629.83/1627.98	c cleaning 14995 clauses out of 30000 with flag 126000/126000
1792.51/1790.50	c cleaning 16002 clauses out of 32006 with flag 143001/143001
1800.10/1798.02	c starts		: 104
1800.10/1798.02	c conflicts		: 143412
1800.10/1798.02	c decisions		: 336870
1800.10/1798.02	c propagations		: 21527969
1800.10/1798.02	c inspects		: 365514244
1800.10/1798.02	c shortcuts		: 0
1800.10/1798.02	c learnt literals	: 0
1800.10/1798.02	c learnt binary clauses	: 23
1800.10/1798.02	c learnt ternary clauses	: 35
1800.10/1798.02	c learnt constraints	: 143411
1800.10/1798.02	c ignored constraints	: 0
1800.10/1798.02	c root simplifications	: 0
1800.10/1798.02	c removed literals (reason simplification)	: 193441187
1800.10/1798.02	c reason swapping (by a shorter reason)	: 0
1800.10/1798.02	c Calls to reduceDB	: 13
1800.10/1798.02	c number of reductions to clauses (during analyze)	: 0
1800.10/1798.02	c number of learned constraints concerned by reduction	: 0
1800.10/1798.02	c number of learning phase by resolution	: 0
1800.10/1798.02	c number of learning phase by cutting planes	: 0
1800.10/1798.02	c speed (assignments/second)	: 11976.650282754612
1800.10/1798.02	c non guided choices	49
1800.10/1798.03	c learnt constraints type 
1800.10/1798.03	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 23
1800.10/1798.03	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 16391
1800.10/1798.03	c constraints type 
1800.10/1798.03	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 7320
1800.10/1798.03	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 14640
1800.10/1798.03	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.10/1798.03	s UNKNOWN
1800.10/1798.03	c Total wall clock time (in seconds): 1797.923

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3458695-1307155634/watcher-3458695-1307155634 -o /tmp/evaluation-result-3458695-1307155634/solver-3458695-1307155634 -C 1800 -W 1900 -M 15500 java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3458695-1307155634.opb 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.12 2.07 2.01 3/552 15248
/proc/meminfo: memFree=24590752/32951124 swapFree=46970528/67111528
[pid=15248] ppid=15246 vsize=13508980 CPUtime=0 cores=1,3,5,7
/proc/15248/stat : 15248 (java) S 15246 15248 11903 0 -1 4202496 2248 0 1 0 0 0 0 0 25 0 2 0 807979625 13833195520 1950 33554432000 1073741824 1073778376 140733543133936 18446744073709551615 212051458021 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/15248/statm: 3377245 1964 906 9 0 3368401 0
[pid=15248/tid=15249] ppid=15246 vsize=13526316 CPUtime=0 cores=1,3,5,7
/proc/15248/task/15249/stat : 15249 (java) R 15246 15248 11903 0 -1 4202560 7037 0 1 0 0 0 0 0 25 0 2 0 807979626 13850947584 7852 33554432000 1073741824 1073778376 140733543133936 18446744073709551615 212039349307 0 4 0 16784584 0 0 0 -1 1 0 0 0

[startup+0.070127 s]
/proc/loadavg: 2.12 2.07 2.01 3/552 15248
/proc/meminfo: memFree=24590752/32951124 swapFree=46970528/67111528
[pid=15248] ppid=15246 vsize=13554952 CPUtime=0.06 cores=1,3,5,7
/proc/15248/stat : 15248 (java) S 15246 15248 11903 0 -1 4202496 14256 0 1 0 5 1 0 0 25 0 18 0 807979625 13880270848 13953 33554432000 1073741824 1073778376 140733543133936 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/15248/statm: 3388738 13954 1742 9 0 3379472 0
[pid=15248/tid=15249] ppid=15246 vsize=13554952 CPUtime=0.05 cores=1,3,5,7
/proc/15248/task/15249/stat : 15249 (java) R 15246 15248 11903 0 -1 4202560 13084 0 1 0 4 1 0 0 25 0 18 0 807979626 13880270848 13954 33554432000 1073741824 1073778376 140733543133936 18446744073709551615 47946525163000 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 13554952

[startup+0.101121 s]
/proc/loadavg: 2.12 2.07 2.01 3/552 15248
/proc/meminfo: memFree=24590752/32951124 swapFree=46970528/67111528
[pid=15248] ppid=15246 vsize=13621904 CPUtime=0.1 cores=1,3,5,7
/proc/15248/stat : 15248 (java) S 15246 15248 11903 0 -1 4202496 15528 0 1 0 9 1 0 0 25 0 18 0 807979625 13948829696 15201 33554432000 1073741824 1073778376 140733543133936 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/15248/statm: 3405476 15202 2092 9 0 3396210 0
[pid=15248/tid=15249] ppid=15246 vsize=13621904 CPUtime=0.08 cores=1,3,5,7
/proc/15248/task/15249/stat : 15249 (java) R 15246 15248 11903 0 -1 4202560 13597 0 1 0 7 1 0 0 25 0 18 0 807979626 13948829696 15203 33554432000 1073741824 1073778376 140733543133936 18446744073709551615 212039316165 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 13621904

[startup+0.30105 s]
/proc/loadavg: 2.12 2.07 2.01 3/552 15248
/proc/meminfo: memFree=24590752/32951124 swapFree=46970528/67111528
[pid=15248] ppid=15246 vsize=13622996 CPUtime=0.49 cores=1,3,5,7
/proc/15248/stat : 15248 (java) S 15246 15248 11903 0 -1 4202496 18474 0 1 0 47 2 0 0 25 0 18 0 807979625 13949947904 17845 33554432000 1073741824 1073778376 140733543133936 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/15248/statm: 3405749 17846 2201 9 0 3396483 0
[pid=15248/tid=15249] ppid=15246 vsize=13622996 CPUtime=0.28 cores=1,3,5,7
/proc/15248/task/15249/stat : 15249 (java) R 15246 15248 11903 0 -1 4202560 15556 0 1 0 27 1 0 0 25 0 18 0 807979626 13949947904 17846 33554432000 1073741824 1073778376 140733543133936 18446744073709551615 46912505544414 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 13622996

[startup+0.701014 s]
/proc/loadavg: 2.12 2.07 2.01 3/552 15248
/proc/meminfo: memFree=24590752/32951124 swapFree=46970528/67111528
[pid=15248] ppid=15246 vsize=13626920 CPUtime=1.37 cores=1,3,5,7
/proc/15248/stat : 15248 (java) S 15246 15248 11903 0 -1 4202496 32116 0 1 0 134 3 0 0 25 0 19 0 807979625 13953966080 29906 33554432000 1073741824 1073778376 140733543133936 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/15248/statm: 3406730 29906 2232 9 0 3397464 0
[pid=15248/tid=15249] ppid=15246 vsize=13626920 CPUtime=0.69 cores=1,3,5,7
/proc/15248/task/15249/stat : 15249 (java) R 15246 15248 11903 0 -1 4202560 25908 0 1 0 66 3 0 0 25 0 19 0 807979626 13953966080 29906 33554432000 1073741824 1073778376 140733543133936 18446744073709551615 46912505807976 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.37
Current children cumulated vsize (KiB) 13626920

[startup+1.50089 s]
/proc/loadavg: 2.12 2.07 2.01 4/572 15268
/proc/meminfo: memFree=24384204/32951124 swapFree=46970528/67111528
[pid=15248] ppid=15246 vsize=13626920 CPUtime=2.29 cores=1,3,5,7
/proc/15248/stat : 15248 (java) S 15246 15248 11903 0 -1 4202496 33195 0 1 0 225 4 0 0 25 0 19 0 807979625 13953966080 30807 33554432000 1073741824 1073778376 140733543133936 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/15248/statm: 3406730 30807 2235 9 0 3397464 0
[pid=15248/tid=15249] ppid=15246 vsize=13626920 CPUtime=1.49 cores=1,3,5,7
/proc/15248/task/15249/stat : 15249 (java) R 15246 15248 11903 0 -1 4202560 26783 0 1 0 146 3 0 0 25 0 19 0 807979626 13953966080 30807 33554432000 1073741824 1073778376 140733543133936 18446744073709551615 46912505925008 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15248/tid=15251] ppid=15246 vsize=13626920 CPUtime=0 cores=1,3,5,7
/proc/15248/task/15251/stat : 15251 (java) S 15246 15248 11903 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 807979628 13953966080 30807 33554432000 1073741824 1073778376 140733543133936 18446744073709551615 212051471257 0 4 0 16800975 18446604465915994368 0 0 -1 7 0 0 0
[pid=15248/tid=15252] ppid=15246 vsize=13626920 CPUtime=0 cores=1,3,5,7
/proc/15248/task/15252/stat : 15252 (java) S 15246 15248 11903 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 807979628 13953966080 30807 33554432000 1073741824 1073778376 140733543133936 18446744073709551615 212051471257 0 4 0 16800975 18446604465915994368 0 0 -1 7 0 0 0
[pid=15248/tid=15253] ppid=15246 vsize=13626920 CPUtime=0 cores=1,3,5,7
/proc/15248/task/15253/stat : 15253 (java) S 15246 15248 11903 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 807979628 13953966080 30807 33554432000 1073741824 1073778376 140733543133936 18446744073709551615 212051471257 0 4 0 16800975 18446604465915994368 0 0 -1 7 0 0 0
[pid=15248/tid=15254] ppid=15246 vsize=13626920 CPUtime=0 cores=1,3,5,7
/proc/15248/task/15254/stat : 15254 (java) S 15246 15248 11903 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 807979628 13953966080 30811 33554432000 1073741824 1073778376 140733543133936 18446744073709551615 212051471257 0 4 0 16800975 18446604465915994368 0 0 -1 7 0 0 0
[pid=15248/tid=15255] ppid=15246 vsize=13626920 CPUtime=0 cores=1,3,5,7
/proc/15248/task/15255/stat : 15255 (java) S 15246 15248 11903 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 807979628 13953966080 30811 33554432000 1073741824 1073778376 140733543133936 18446744073709551615 212051471257 0 4 0 16800975 18446604465915994368 0 0 -1 7 0 0 0
[pid=15248/tid=15256] ppid=15246 vsize=13626920 CPUtime=0 cores=1,3,5,7
/proc/15248/task/15256/stat : 15256 (java) S 15246 15248 11903 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 807979628 13953966080 30811 33554432000 1073741824 1073778376 140733543133936 18446744073709551615 212051471257 0 4 0 16800975 18446604465915994368 0 0 -1 7 0 0 0
[pid=15248/tid=15257] ppid=15246 vsize=13626920 CPUtime=0 cores=1,3,5,7
/proc/15248/task/15257/stat : 15257 (java) S 15246 15248 11903 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 807979628 13953966080 30811 33554432000 1073741824 1073778376 140733543133936 18446744073709551615 212051471257 0 4 0 16800975 18446604465915994368 0 0 -1 7 0 0 0
[pid=15248/tid=15258] ppid=15246 vsize=13626920 CPUtime=0 cores=1,3,5,7
/proc/15248/task/15258/stat : 15258 (java) S 15246 15248 11903 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 807979628 13953966080 30811 33554432000 1073741824 1073778376 140733543133936 18446744073709551615 212051471257 0 4 0 16800975 18446604465915994368 0 0 -1 7 0 0 0
[pid=15248/tid=15259] ppid=15246 vsize=13626920 CPUtime=0 cores=1,3,5,7
/proc/15248/task/15259/stat : 15259 (java) S 15246 15248 11903 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 807979629 13953966080 30811 33554432000 1073741824 1073778376 140733543133936 18446744073709551615 212051471872 0 0 0 16800975 18446604465915994368 0 0 -1 1 0 0 0
[pid=15248/tid=15260] ppid=15246 vsize=13626920 CPUtime=0 cores=1,3,5,7
/proc/15248/task/15260/stat : 15260 (java) S 15246 15248 11903 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 807979629 13953966080 30811 33554432000 1073741824 1073778376 140733543133936 18446744073709551615 212051471257 0 4 0 16800975 18446604465915994368 0 0 -1 1 0 0 0
[pid=15248/tid=15261] ppid=15246 vsize=13626920 CPUtime=0 cores=1,3,5,7
/proc/15248/task/15261/stat : 15261 (java) S 15246 15248 11903 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 807979629 13953966080 30811 33554432000 1073741824 1073778376 140733543133936 18446744073709551615 212051471257 0 4 0 16800975 18446604465915994368 0 0 -1 1 0 0 0
[pid=15248/tid=15262] ppid=15246 vsize=13626920 CPUtime=0 cores=1,3,5,7
/proc/15248/task/15262/stat : 15262 (java) S 15246 15248 11903 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 807979631 13953966080 30811 33554432000 1073741824 1073778376 140733543133936 18446744073709551615 212051478961 0 4 0 16800975 18446604465915994368 0 0 -1 1 0 0 0
[pid=15248/tid=15263] ppid=15246 vsize=13626920 CPUtime=0.41 cores=1,3,5,7
/proc/15248/task/15263/stat : 15263 (java) S 15246 15248 11903 0 -1 4202560 2574 0 0 0 41 0 0 0 23 0 19 0 807979631 13953966080 30811 33554432000 1073741824 1073778376 140733543133936 18446744073709551615 212051471257 0 4 0 16800975 18446604465915994368 0 0 -1 7 0 0 0
[pid=15248/tid=15264] ppid=15246 vsize=13626920 CPUtime=0.36 cores=1,3,5,7
/proc/15248/task/15264/stat : 15264 (java) S 15246 15248 11903 0 -1 4202560 2679 0 0 0 36 0 0 0 15 0 19 0 807979631 13953966080 30811 33554432000 1073741824 1073778376 140733543133936 18446744073709551615 212051471257 0 4 0 16800975 18446604465915994368 0 0 -1 3 0 0 0
[pid=15248/tid=15265] ppid=15246 vsize=13626920 CPUtime=0 cores=1,3,5,7
/proc/15248/task/15265/stat : 15265 (java) S 15246 15248 11903 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 807979631 13953966080 30811 33554432000 1073741824 1073778376 140733543133936 18446744073709551615 212051471257 0 4 0 16800975 18446604465915994368 0 0 -1 1 0 0 0
[pid=15248/tid=15266] ppid=15246 vsize=13626920 CPUtime=0 cores=1,3,5,7
/proc/15248/task/15266/stat : 15266 (java) S 15246 15248 11903 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 807979631 13953966080 30811 33554432000 1073741824 1073778376 140733543133936 18446744073709551615 212051471872 0 4 0 16800975 18446604465915994368 0 0 -1 3 0 0 0
[pid=15248/tid=15267] ppid=15246 vsize=13626920 CPUtime=0 cores=1,3,5,7
/proc/15248/task/15267/stat : 15267 (java) S 15246 15248 11903 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 807979680 13953966080 30811 33554432000 1073741824 1073778376 140733543133936 18446744073709551615 212051471872 0 4 0 16800975 18446604465915994368 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.29
Current children cumulated vsize (KiB) 13626920

[startup+3.10058 s]
/proc/loadavg: 2.12 2.07 2.01 3/572 15268
/proc/meminfo: memFree=24375104/32951124 swapFree=46970528/67111528
[pid=15248] ppid=15246 vsize=13626920 CPUtime=3.93 cores=1,3,5,7
/proc/15248/stat : 15248 (java) S 15246 15248 11903 0 -1 4202496 34980 0 1 0 389 4 0 0 25 0 19 0 807979625 13953966080 32449 33554432000 1073741824 1073778376 140733543133936 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/15248/statm: 3406730 32449 2235 9 0 3397464 0
[pid=15248/tid=15249] ppid=15246 vsize=13626920 CPUtime=3.08 cores=1,3,5,7
/proc/15248/task/15249/stat : 15249 (java) R 15246 15248 11903 0 -1 4202560 28419 0 1 0 305 3 0 0 25 0 19 0 807979626 13953966080 32449 33554432000 1073741824 1073778376 140733543133936 18446744073709551615 46912505818464 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15248/tid=15251] ppid=15246 vsize=13626920 CPUtime=0 cores=1,3,5,7
/proc/15248/task/15251/stat : 15251 (java) S 15246 15248 11903 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 807979628 13953966080 32449 33554432000 1073741824 1073778376 140733543133936 18446744073709551615 212051471257 0 4 0 16800975 18446604465915994368 0 0 -1 7 0 0 0
[pid=15248/tid=15252] ppid=15246 vsize=13626920 CPUtime=0 cores=1,3,5,7
/proc/15248/task/15252/stat : 15252 (java) S 15246 15248 11903 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 807979628 13953966080 32449 33554432000 1073741824 1073778376 140733543133936 18446744073709551615 212051471257 0 4 0 16800975 18446604465915994368 0 0 -1 7 0 0 0
[pid=15248/tid=15253] ppid=15246 vsize=13626920 CPUtime=0 cores=1,3,5,7
/proc/15248/task/15253/stat : 15253 (java) S 15246 15248 11903 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 807979628 13953966080 32449 33554432000 1073741824 1073778376 140733543133936 18446744073709551615 212051471257 0 4 0 16800975 18446604465915994368 0 0 -1 7 0 0 0
[pid=15248/tid=15254] ppid=15246 vsize=13626920 CPUtime=0 cores=1,3,5,7
/proc/15248/task/15254/stat : 15254 (java) S 15246 15248 11903 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 807979628 13953966080 32449 33554432000 1073741824 1073778376 140733543133936 18446744073709551615 212051471257 0 4 0 16800975 18446604465915994368 0 0 -1 7 0 0 0
[pid=15248/tid=15255] ppid=15246 vsize=13626920 CPUtime=0 cores=1,3,5,7
/proc/15248/task/15255/stat : 15255 (java) S 15246 15248 11903 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 807979628 13953966080 32449 33554432000 1073741824 1073778376 140733543133936 18446744073709551615 212051471257 0 4 0 16800975 18446604465915994368 0 0 -1 7 0 0 0
[pid=15248/tid=15256] ppid=15246 vsize=13626920 CPUtime=0 cores=1,3,5,7
/proc/15248/task/15256/stat : 15256 (java) S 15246 15248 11903 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 807979628 13953966080 32449 33554432000 1073741824 1073778376 140733543133936 18446744073709551615 212051471257 0 4 0 16800975 18446604465915994368 0 0 -1 7 0 0 0
[pid=15248/tid=15257] ppid=15246 vsize=13626920 CPUtime=0 cores=1,3,5,7
/proc/15248/task/15257/stat : 15257 (java) S 15246 15248 11903 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 807979628 13953966080 32449 33554432000 1073741824 1073778376 140733543133936 18446744073709551615 212051471257 0 4 0 16800975 18446604465915994368 0 0 -1 7 0 0 0
[pid=15248/tid=15258] ppid=15246 vsize=13626920 CPUtime=0 cores=1,3,5,7
/proc/15248/task/15258/stat : 15258 (java) S 15246 15248 11903 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 807979628 13953966080 32449 33554432000 1073741824 1073778376 140733543133936 18446744073709551615 212051471257 0 4 0 16800975 18446604465915994368 0 0 -1 7 0 0 0
[pid=15248/tid=15259] ppid=15246 vsize=13626920 CPUtime=0 cores=1,3,5,7
/proc/15248/task/15259/stat : 15259 (java) S 15246 15248 11903 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 19 0 807979629 13953966080 32449 33554432000 1073741824 1073778376 140733543133936 18446744073709551615 212051471872 0 0 0 16800975 18446604465915994368 0 0 -1 1 0 0 0
[pid=15248/tid=15260] ppid=15246 vsize=13626920 CPUtime=0 cores=1,3,5,7
/proc/15248/task/15260/stat : 15260 (java) S 15246 15248 11903 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 807979629 13953966080 32449 33554432000 1073741824 1073778376 140733543133936 18446744073709551615 212051471257 0 4 0 16800975 18446604465915994368 0 0 -1 1 0 0 0
[pid=15248/tid=15261] ppid=15246 vsize=13626920 CPUtime=0 cores=1,3,5,7
/proc/15248/task/15261/stat : 15261 (java) S 15246 15248 11903 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 807979629 13953966080 32449 33554432000 1073741824 1073778376 140733543133936 18446744073709551615 212051471257 0 4 0 16800975 18446604465915994368 0 0 -1 1 0 0 0
[pid=15248/tid=15262] ppid=15246 vsize=13626920 CPUtime=0 cores=1,3,5,7
/proc/15248/task/15262/stat : 15262 (java) S 15246 15248 11903 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 807979631 13953966080 32449 33554432000 1073741824 1073778376 140733543133936 18446744073709551615 212051478961 0 4 0 16800975 18446604465915994368 0 0 -1 1 0 0 0
[pid=15248/tid=15263] ppid=15246 vsize=13626920 CPUtime=0.42 cores=1,3,5,7
/proc/15248/task/15263/stat : 15263 (java) S 15246 15248 11903 0 -1 4202560 2575 0 0 0 42 0 0 0 15 0 19 0 807979631 13953966080 32449 33554432000 1073741824 1073778376 140733543133936 18446744073709551615 212051471257 0 4 0 16800975 18446604465915994368 0 0 -1 7 0 0 0
[pid=15248/tid=15264] ppid=15246 vsize=13626920 CPUtime=0.4 cores=1,3,5,7
/proc/15248/task/15264/stat : 15264 (java) S 15246 15248 11903 0 -1 4202560 2826 0 0 0 40 0 0 0 15 0 19 0 807979631 13953966080 32449 33554432000 1073741824 1073778376 140733543133936 18446744073709551615 212051471257 0 4 0 16800975 18446604465915994368 0 0 -1 3 0 0 0
[pid=15248/tid=15265] ppid=15246 vsize=13626920 CPUtime=0 cores=1,3,5,7
/proc/15248/task/15265/stat : 15265 (java) S 15246 15248 11903 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 807979631 13953966080 32449 33554432000 1073741824 1073778376 140733543133936 18446744073709551615 212051471257 0 4 0 16800975 18446604465915994368 0 0 -1 1 0 0 0
[pid=15248/tid=15266] ppid=15246 vsize=13626920 CPUtime=0 cores=1,3,5,7
/proc/15248/task/15266/stat : 15266 (java) S 15246 15248 11903 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 807979631 13953966080 32449 33554432000 1073741824 1073778376 140733543133936 18446744073709551615 212051471872 0 4 0 16800975 18446604465915994368 0 0 -1 3 0 0 0
[pid=15248/tid=15267] ppid=15246 vsize=13626920 CPUtime=0 cores=1,3,5,7
/proc/15248/task/15267/stat : 15267 (java) S 15246 15248 11903 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 807979680 13953966080 32449 33554432000 1073741824 1073778376 140733543133936 18446744073709551615 212051471872 0 4 0 16800975 18446604465915994368 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.93
Current children cumulated vsize (KiB) 13626920

[startup+6.30101 s]
/proc/loadavg: 2.11 2.07 2.01 3/572 15268
/proc/meminfo: memFree=24360116/32951124 swapFree=46970528/67111528
[pid=15248] ppid=15246 vsize=13626920 CPUtime=7.14 cores=1,3,5,7
/proc/15248/stat : 15248 (java) S 15246 15248 11903 0 -1 4202496 37999 0 1 0 710 4 0 0 25 0 19 0 807979625 13953966080 35466 33554432000 1073741824 1073778376 140733543133936 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/15248/statm: 3406730 35466 2235 9 0 3397464 0
[pid=15248/tid=15249] ppid=15246 vsize=13626920 CPUtime=6.28 cores=1,3,5,7
/proc/15248/task/15249/stat : 15249 (java) R 15246 15248 11903 0 -1 4202560 31436 0 1 0 625 3 0 0 25 0 19 0 807979626 13953966080 35466 33554432000 1073741824 1073778376 140733543133936 18446744073709551615 46912505809072 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15248/tid=15251] ppid=15246 vsize=13626920 CPUtime=0 cores=1,3,5,7
/proc/15248/task/15251/stat : 15251 (java) S 15246 15248 11903 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 807979628 13953966080 35466 33554432000 1073741824 1073778376 140733543133936 18446744073709551615 212051471257 0 4 0 16800975 18446604465915994368 0 0 -1 7 0 0 0
[pid=15248/tid=15252] ppid=15246 vsize=13626920 CPUtime=0 cores=1,3,5,7
/proc/15248/task/15252/stat : 15252 (java) S 15246 15248 11903 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 807979628 13953966080 35466 33554432000 1073741824 1073778376 140733543133936 18446744073709551615 212051471257 0 4 0 16800975 18446604465915994368 0 0 -1 7 0 0 0
[pid=15248/tid=15253] ppid=15246 vsize=13626920 CPUtime=0 cores=1,3,5,7
/proc/15248/task/15253/stat : 15253 (java) S 15246 15248 11903 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 807979628 13953966080 35466 33554432000 1073741824 1073778376 140733543133936 18446744073709551615 212051471257 0 4 0 16800975 18446604465915994368 0 0 -1 7 0 0 0
[pid=15248/tid=15254] ppid=15246 vsize=13626920 CPUtime=0 cores=1,3,5,7
/proc/15248/task/15254/stat : 15254 (java) S 15246 15248 11903 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 807979628 13953966080 35466 33554432000 1073741824 1073778376 140733543133936 18446744073709551615 212051471257 0 4 0 16800975 18446604465915994368 0 0 -1 7 0 0 0
[pid=15248/tid=15255] ppid=15246 vsize=13626920 CPUtime=0 cores=1,3,5,7
/proc/15248/task/15255/stat : 15255 (java) S 15246 15248 11903 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 807979628 13953966080 35466 33554432000 1073741824 1073778376 140733543133936 18446744073709551615 212051471257 0 4 0 16800975 18446604465915994368 0 0 -1 7 0 0 0
[pid=15248/tid=15256] ppid=15246 vsize=13626920 CPUtime=0 cores=1,3,5,7
/proc/15248/task/15256/stat : 15256 (java) S 15246 15248 11903 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 807979628 13953966080 35466 33554432000 1073741824 1073778376 140733543133936 18446744073709551615 212051471257 0 4 0 16800975 18446604465915994368 0 0 -1 7 0 0 0
[pid=15248/tid=15257] ppid=15246 vsize=13626920 CPUtime=0 cores=1,3,5,7
/proc/15248/task/15257/stat : 15257 (java) S 15246 15248 11903 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 807979628 13953966080 35466 33554432000 1073741824 1073778376 140733543133936 18446744073709551615 212051471257 0 4 0 16800975 18446604465915994368 0 0 -1 7 0 0 0
[pid=15248/tid=15258] ppid=15246 vsize=13626920 CPUtime=0 cores=1,3,5,7
/proc/15248/task/15258/stat : 15258 (java) S 15246 15248 11903 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 807979628 13953966080 35466 33554432000 1073741824 1073778376 140733543133936 18446744073709551615 212051471257 0 4 0 16800975 18446604465915994368 0 0 -1 7 0 0 0
[pid=15248/tid=15259] ppid=15246 vsize=13626920 CPUtime=0 cores=1,3,5,7
/proc/15248/task/15259/stat : 15259 (java) S 15246 15248 11903 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 807979629 13953966080 35466 33554432000 1073741824 1073778376 140733543133936 18446744073709551615 212051471872 0 0 0 16800975 18446604465915994368 0 0 -1 1 0 0 0
[pid=15248/tid=15260] ppid=15246 vsize=13626920 CPUtime=0 cores=1,3,5,7
/proc/15248/task/15260/stat : 15260 (java) S 15246 15248 11903 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 807979629 13953966080 35466 33554432000 1073741824 1073778376 140733543133936 18446744073709551615 212051471257 0 4 0 16800975 18446604465915994368 0 0 -1 1 0 0 0
[pid=15248/tid=15261] ppid=15246 vsize=13626920 CPUtime=0 cores=1,3,5,7
/proc/15248/task/15261/stat : 15261 (java) S 15246 15248 11903 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 807979629 13953966080 35466 33554432000 1073741824 1073778376 140733543133936 18446744073709551615 212051471257 0 4 0 16800975 18446604465915994368 0 0 -1 1 0 0 0
[pid=15248/tid=15262] ppid=15246 vsize=13626920 CPUtime=0 cores=1,3,5,7
/proc/15248/task/15262/stat : 15262 (java) S 15246 15248 11903 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 807979631 13953966080 35466 33554432000 1073741824 1073778376 140733543133936 18446744073709551615 212051478961 0 4 0 16800975 18446604465915994368 0 0 -1 1 0 0 0
[pid=15248/tid=15263] ppid=15246 vsize=13626920 CPUtime=0.43 cores=1,3,5,7
/proc/15248/task/15263/stat : 15263 (java) S 15246 15248 11903 0 -1 4202560 2577 0 0 0 43 0 0 0 15 0 19 0 807979631 13953966080 35466 33554432000 1073741824 1073778376 140733543133936 18446744073709551615 212051471257 0 4 0 16800975 18446604465915994368 0 0 -1 7 0 0 0
[pid=15248/tid=15264] ppid=15246 vsize=13626920 CPUtime=0.4 cores=1,3,5,7
/proc/15248/task/15264/stat : 15264 (java) S 15246 15248 11903 0 -1 4202560 2826 0 0 0 40 0 0 0 15 0 19 0 807979631 13953966080 35466 33554432000 1073741824 1073778376 140733543133936 18446744073709551615 212051471257 0 4 0 16800975 18446604465915994368 0 0 -1 3 0 0 0

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

[pid=15248/tid=15256] ppid=15246 vsize=13627596 CPUtime=0.07 cores=1,3,5,7
/proc/15248/task/15256/stat : 15256 (java) S 15246 15248 11903 0 -1 4202560 7895 0 0 0 6 1 0 0 15 0 19 0 807979628 13954658304 367444 33554432000 1073741824 1073778376 140733543133936 18446744073709551615 212051471257 0 4 0 16800975 18446604465915994368 0 0 -1 1 0 0 0
[pid=15248/tid=15257] ppid=15246 vsize=13627596 CPUtime=0.06 cores=1,3,5,7
/proc/15248/task/15257/stat : 15257 (java) S 15246 15248 11903 0 -1 4202560 10685 0 0 0 4 2 0 0 15 0 19 0 807979628 13954658304 367444 33554432000 1073741824 1073778376 140733543133936 18446744073709551615 212051471257 0 4 0 16800975 18446604465915994368 0 0 -1 1 0 0 0
[pid=15248/tid=15258] ppid=15246 vsize=13627596 CPUtime=0.14 cores=1,3,5,7
/proc/15248/task/15258/stat : 15258 (java) S 15246 15248 11903 0 -1 4202560 14871 0 0 0 13 1 0 0 16 0 19 0 807979628 13954658304 367444 33554432000 1073741824 1073778376 140733543133936 18446744073709551615 212051471257 0 4 0 16800975 18446604465915994368 0 0 -1 7 0 0 0
[pid=15248/tid=15259] ppid=15246 vsize=13627596 CPUtime=0.49 cores=1,3,5,7
/proc/15248/task/15259/stat : 15259 (java) S 15246 15248 11903 0 -1 4202560 28389 0 0 0 47 2 0 0 15 0 19 0 807979629 13954658304 367444 33554432000 1073741824 1073778376 140733543133936 18446744073709551615 212051471872 0 0 0 16800975 18446604465915994368 0 0 -1 3 0 0 0
[pid=15248/tid=15260] ppid=15246 vsize=13627596 CPUtime=0 cores=1,3,5,7
/proc/15248/task/15260/stat : 15260 (java) S 15246 15248 11903 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 807979629 13954658304 367444 33554432000 1073741824 1073778376 140733543133936 18446744073709551615 212051471257 0 4 0 16800975 18446604465915994368 0 0 -1 1 0 0 0
[pid=15248/tid=15261] ppid=15246 vsize=13627596 CPUtime=0 cores=1,3,5,7
/proc/15248/task/15261/stat : 15261 (java) S 15246 15248 11903 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 807979629 13954658304 367444 33554432000 1073741824 1073778376 140733543133936 18446744073709551615 212051471257 0 4 0 16800975 18446604465915994368 0 0 -1 1 0 0 0
[pid=15248/tid=15262] ppid=15246 vsize=13627596 CPUtime=0 cores=1,3,5,7
/proc/15248/task/15262/stat : 15262 (java) S 15246 15248 11903 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 807979631 13954658304 367444 33554432000 1073741824 1073778376 140733543133936 18446744073709551615 212051478961 0 4 0 16800975 18446604465915994368 0 0 -1 1 0 0 0
[pid=15248/tid=15263] ppid=15246 vsize=13627596 CPUtime=0.59 cores=1,3,5,7
/proc/15248/task/15263/stat : 15263 (java) S 15246 15248 11903 0 -1 4202560 2765 0 0 0 59 0 0 0 15 0 19 0 807979631 13954658304 367444 33554432000 1073741824 1073778376 140733543133936 18446744073709551615 212051471257 0 4 0 16800975 18446604465915994368 0 0 -1 1 0 0 0
[pid=15248/tid=15264] ppid=15246 vsize=13627596 CPUtime=0.86 cores=1,3,5,7
/proc/15248/task/15264/stat : 15264 (java) S 15246 15248 11903 0 -1 4202560 9712 0 0 0 85 1 0 0 15 0 19 0 807979631 13954658304 367444 33554432000 1073741824 1073778376 140733543133936 18446744073709551615 212051471257 0 4 0 16800975 18446604465915994368 0 0 -1 3 0 0 0
[pid=15248/tid=15265] ppid=15246 vsize=13627596 CPUtime=0 cores=1,3,5,7
/proc/15248/task/15265/stat : 15265 (java) S 15246 15248 11903 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 807979631 13954658304 367444 33554432000 1073741824 1073778376 140733543133936 18446744073709551615 212051471257 0 4 0 16800975 18446604465915994368 0 0 -1 1 0 0 0
[pid=15248/tid=15266] ppid=15246 vsize=13627596 CPUtime=0 cores=1,3,5,7
/proc/15248/task/15266/stat : 15266 (java) S 15246 15248 11903 0 -1 4202560 97 0 0 0 0 0 0 0 15 0 19 0 807979631 13954658304 367444 33554432000 1073741824 1073778376 140733543133936 18446744073709551615 212051471872 0 4 0 16800975 18446604465915994368 0 0 -1 1 0 0 0
[pid=15248/tid=15267] ppid=15246 vsize=13627596 CPUtime=0 cores=1,3,5,7
/proc/15248/task/15267/stat : 15267 (java) S 15246 15248 11903 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 807979680 13954658304 367444 33554432000 1073741824 1073778376 140733543133936 18446744073709551615 212051471872 0 4 0 16800975 18446604465915994368 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1664.31
Current children cumulated vsize (KiB) 13627596

[startup+1722.3 s]
/proc/loadavg: 2.12 2.06 2.01 3/572 15323
/proc/meminfo: memFree=22063752/32951124 swapFree=46970528/67111528
[pid=15248] ppid=15246 vsize=13627596 CPUtime=1724.31 cores=1,3,5,7
/proc/15248/stat : 15248 (java) S 15246 15248 11903 0 -1 4202496 376382 0 1 0 172380 51 0 0 25 0 19 0 807979625 13954658304 367444 33554432000 1073741824 1073778376 140733543133936 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/15248/statm: 3406899 367444 2263 9 0 3397633 0
[pid=15248/tid=15249] ppid=15246 vsize=13627596 CPUtime=1721.5 cores=1,3,5,7
/proc/15248/task/15249/stat : 15249 (java) R 15246 15248 11903 0 -1 4202560 240261 0 1 0 172118 32 0 0 25 0 19 0 807979626 13954658304 367444 33554432000 1073741824 1073778376 140733543133936 18446744073709551615 46912505818435 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=15248/tid=15251] ppid=15246 vsize=13627596 CPUtime=0.07 cores=1,3,5,7
/proc/15248/task/15251/stat : 15251 (java) S 15246 15248 11903 0 -1 4202560 7029 0 0 0 6 1 0 0 16 0 19 0 807979628 13954658304 367444 33554432000 1073741824 1073778376 140733543133936 18446744073709551615 212051471257 0 4 0 16800975 18446604465915994368 0 0 -1 7 0 0 0
[pid=15248/tid=15252] ppid=15246 vsize=13627596 CPUtime=0.1 cores=1,3,5,7
/proc/15248/task/15252/stat : 15252 (java) S 15246 15248 11903 0 -1 4202560 9807 0 0 0 9 1 0 0 16 0 19 0 807979628 13954658304 367444 33554432000 1073741824 1073778376 140733543133936 18446744073709551615 212051471257 0 4 0 16800975 18446604465915994368 0 0 -1 7 0 0 0
[pid=15248/tid=15253] ppid=15246 vsize=13627596 CPUtime=0.14 cores=1,3,5,7
/proc/15248/task/15253/stat : 15253 (java) S 15246 15248 11903 0 -1 4202560 19326 0 0 0 11 3 0 0 16 0 19 0 807979628 13954658304 367444 33554432000 1073741824 1073778376 140733543133936 18446744073709551615 212051471257 0 4 0 16800975 18446604465915994368 0 0 -1 1 0 0 0
[pid=15248/tid=15254] ppid=15246 vsize=13627596 CPUtime=0.08 cores=1,3,5,7
/proc/15248/task/15254/stat : 15254 (java) S 15246 15248 11903 0 -1 4202560 14044 0 0 0 7 1 0 0 15 0 19 0 807979628 13954658304 367444 33554432000 1073741824 1073778376 140733543133936 18446744073709551615 212051471257 0 4 0 16800975 18446604465915994368 0 0 -1 7 0 0 0
[pid=15248/tid=15255] ppid=15246 vsize=13627596 CPUtime=0.09 cores=1,3,5,7
/proc/15248/task/15255/stat : 15255 (java) S 15246 15248 11903 0 -1 4202560 10349 0 0 0 9 0 0 0 16 0 19 0 807979628 13954658304 367444 33554432000 1073741824 1073778376 140733543133936 18446744073709551615 212051471257 0 4 0 16800975 18446604465915994368 0 0 -1 5 0 0 0
[pid=15248/tid=15256] ppid=15246 vsize=13627596 CPUtime=0.07 cores=1,3,5,7
/proc/15248/task/15256/stat : 15256 (java) S 15246 15248 11903 0 -1 4202560 7895 0 0 0 6 1 0 0 15 0 19 0 807979628 13954658304 367444 33554432000 1073741824 1073778376 140733543133936 18446744073709551615 212051471257 0 4 0 16800975 18446604465915994368 0 0 -1 1 0 0 0
[pid=15248/tid=15257] ppid=15246 vsize=13627596 CPUtime=0.06 cores=1,3,5,7
/proc/15248/task/15257/stat : 15257 (java) S 15246 15248 11903 0 -1 4202560 10685 0 0 0 4 2 0 0 15 0 19 0 807979628 13954658304 367444 33554432000 1073741824 1073778376 140733543133936 18446744073709551615 212051471257 0 4 0 16800975 18446604465915994368 0 0 -1 1 0 0 0
[pid=15248/tid=15258] ppid=15246 vsize=13627596 CPUtime=0.14 cores=1,3,5,7
/proc/15248/task/15258/stat : 15258 (java) S 15246 15248 11903 0 -1 4202560 14871 0 0 0 13 1 0 0 16 0 19 0 807979628 13954658304 367444 33554432000 1073741824 1073778376 140733543133936 18446744073709551615 212051471257 0 4 0 16800975 18446604465915994368 0 0 -1 7 0 0 0
[pid=15248/tid=15259] ppid=15246 vsize=13627596 CPUtime=0.49 cores=1,3,5,7
/proc/15248/task/15259/stat : 15259 (java) S 15246 15248 11903 0 -1 4202560 28389 0 0 0 47 2 0 0 15 0 19 0 807979629 13954658304 367444 33554432000 1073741824 1073778376 140733543133936 18446744073709551615 212051471872 0 0 0 16800975 18446604465915994368 0 0 -1 3 0 0 0
[pid=15248/tid=15260] ppid=15246 vsize=13627596 CPUtime=0 cores=1,3,5,7
/proc/15248/task/15260/stat : 15260 (java) S 15246 15248 11903 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 807979629 13954658304 367444 33554432000 1073741824 1073778376 140733543133936 18446744073709551615 212051471257 0 4 0 16800975 18446604465915994368 0 0 -1 1 0 0 0
[pid=15248/tid=15261] ppid=15246 vsize=13627596 CPUtime=0 cores=1,3,5,7
/proc/15248/task/15261/stat : 15261 (java) S 15246 15248 11903 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 807979629 13954658304 367444 33554432000 1073741824 1073778376 140733543133936 18446744073709551615 212051471257 0 4 0 16800975 18446604465915994368 0 0 -1 1 0 0 0
[pid=15248/tid=15262] ppid=15246 vsize=13627596 CPUtime=0 cores=1,3,5,7
/proc/15248/task/15262/stat : 15262 (java) S 15246 15248 11903 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 807979631 13954658304 367444 33554432000 1073741824 1073778376 140733543133936 18446744073709551615 212051478961 0 4 0 16800975 18446604465915994368 0 0 -1 1 0 0 0
[pid=15248/tid=15263] ppid=15246 vsize=13627596 CPUtime=0.59 cores=1,3,5,7
/proc/15248/task/15263/stat : 15263 (java) S 15246 15248 11903 0 -1 4202560 2765 0 0 0 59 0 0 0 15 0 19 0 807979631 13954658304 367444 33554432000 1073741824 1073778376 140733543133936 18446744073709551615 212051471257 0 4 0 16800975 18446604465915994368 0 0 -1 1 0 0 0
[pid=15248/tid=15264] ppid=15246 vsize=13627596 CPUtime=0.86 cores=1,3,5,7
/proc/15248/task/15264/stat : 15264 (java) S 15246 15248 11903 0 -1 4202560 9712 0 0 0 85 1 0 0 15 0 19 0 807979631 13954658304 367444 33554432000 1073741824 1073778376 140733543133936 18446744073709551615 212051471257 0 4 0 16800975 18446604465915994368 0 0 -1 3 0 0 0
[pid=15248/tid=15265] ppid=15246 vsize=13627596 CPUtime=0 cores=1,3,5,7
/proc/15248/task/15265/stat : 15265 (java) S 15246 15248 11903 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 807979631 13954658304 367444 33554432000 1073741824 1073778376 140733543133936 18446744073709551615 212051471257 0 4 0 16800975 18446604465915994368 0 0 -1 1 0 0 0
[pid=15248/tid=15266] ppid=15246 vsize=13627596 CPUtime=0 cores=1,3,5,7
/proc/15248/task/15266/stat : 15266 (java) S 15246 15248 11903 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 19 0 807979631 13954658304 367444 33554432000 1073741824 1073778376 140733543133936 18446744073709551615 212051471872 0 4 0 16800975 18446604465915994368 0 0 -1 1 0 0 0
[pid=15248/tid=15267] ppid=15246 vsize=13627596 CPUtime=0 cores=1,3,5,7
/proc/15248/task/15267/stat : 15267 (java) S 15246 15248 11903 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 807979680 13954658304 367444 33554432000 1073741824 1073778376 140733543133936 18446744073709551615 212051471872 0 4 0 16800975 18446604465915994368 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1724.31
Current children cumulated vsize (KiB) 13627596

[startup+1782.3 s]
/proc/loadavg: 2.09 2.06 2.01 3/572 15325
/proc/meminfo: memFree=22028112/32951124 swapFree=46970528/67111528
[pid=15248] ppid=15246 vsize=13627596 CPUtime=1784.31 cores=1,3,5,7
/proc/15248/stat : 15248 (java) S 15246 15248 11903 0 -1 4202496 376384 0 1 0 178380 51 0 0 25 0 19 0 807979625 13954658304 367444 33554432000 1073741824 1073778376 140733543133936 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/15248/statm: 3406899 367444 2263 9 0 3397633 0
[pid=15248/tid=15249] ppid=15246 vsize=13627596 CPUtime=1781.5 cores=1,3,5,7
/proc/15248/task/15249/stat : 15249 (java) R 15246 15248 11903 0 -1 4202560 240261 0 1 0 178118 32 0 0 25 0 19 0 807979626 13954658304 367444 33554432000 1073741824 1073778376 140733543133936 18446744073709551615 46912505925922 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=15248/tid=15251] ppid=15246 vsize=13627596 CPUtime=0.07 cores=1,3,5,7
/proc/15248/task/15251/stat : 15251 (java) S 15246 15248 11903 0 -1 4202560 7029 0 0 0 6 1 0 0 16 0 19 0 807979628 13954658304 367444 33554432000 1073741824 1073778376 140733543133936 18446744073709551615 212051471257 0 4 0 16800975 18446604465915994368 0 0 -1 7 0 0 0
[pid=15248/tid=15252] ppid=15246 vsize=13627596 CPUtime=0.1 cores=1,3,5,7
/proc/15248/task/15252/stat : 15252 (java) S 15246 15248 11903 0 -1 4202560 9807 0 0 0 9 1 0 0 16 0 19 0 807979628 13954658304 367444 33554432000 1073741824 1073778376 140733543133936 18446744073709551615 212051471257 0 4 0 16800975 18446604465915994368 0 0 -1 7 0 0 0
[pid=15248/tid=15253] ppid=15246 vsize=13627596 CPUtime=0.14 cores=1,3,5,7
/proc/15248/task/15253/stat : 15253 (java) S 15246 15248 11903 0 -1 4202560 19326 0 0 0 11 3 0 0 16 0 19 0 807979628 13954658304 367444 33554432000 1073741824 1073778376 140733543133936 18446744073709551615 212051471257 0 4 0 16800975 18446604465915994368 0 0 -1 1 0 0 0
[pid=15248/tid=15254] ppid=15246 vsize=13627596 CPUtime=0.08 cores=1,3,5,7
/proc/15248/task/15254/stat : 15254 (java) S 15246 15248 11903 0 -1 4202560 14044 0 0 0 7 1 0 0 15 0 19 0 807979628 13954658304 367444 33554432000 1073741824 1073778376 140733543133936 18446744073709551615 212051471257 0 4 0 16800975 18446604465915994368 0 0 -1 7 0 0 0
[pid=15248/tid=15255] ppid=15246 vsize=13627596 CPUtime=0.09 cores=1,3,5,7
/proc/15248/task/15255/stat : 15255 (java) S 15246 15248 11903 0 -1 4202560 10349 0 0 0 9 0 0 0 16 0 19 0 807979628 13954658304 367444 33554432000 1073741824 1073778376 140733543133936 18446744073709551615 212051471257 0 4 0 16800975 18446604465915994368 0 0 -1 5 0 0 0
[pid=15248/tid=15256] ppid=15246 vsize=13627596 CPUtime=0.07 cores=1,3,5,7
/proc/15248/task/15256/stat : 15256 (java) S 15246 15248 11903 0 -1 4202560 7895 0 0 0 6 1 0 0 15 0 19 0 807979628 13954658304 367444 33554432000 1073741824 1073778376 140733543133936 18446744073709551615 212051471257 0 4 0 16800975 18446604465915994368 0 0 -1 1 0 0 0
[pid=15248/tid=15257] ppid=15246 vsize=13627596 CPUtime=0.06 cores=1,3,5,7
/proc/15248/task/15257/stat : 15257 (java) S 15246 15248 11903 0 -1 4202560 10685 0 0 0 4 2 0 0 15 0 19 0 807979628 13954658304 367444 33554432000 1073741824 1073778376 140733543133936 18446744073709551615 212051471257 0 4 0 16800975 18446604465915994368 0 0 -1 1 0 0 0
[pid=15248/tid=15258] ppid=15246 vsize=13627596 CPUtime=0.14 cores=1,3,5,7
/proc/15248/task/15258/stat : 15258 (java) S 15246 15248 11903 0 -1 4202560 14871 0 0 0 13 1 0 0 16 0 19 0 807979628 13954658304 367444 33554432000 1073741824 1073778376 140733543133936 18446744073709551615 212051471257 0 4 0 16800975 18446604465915994368 0 0 -1 7 0 0 0
[pid=15248/tid=15259] ppid=15246 vsize=13627596 CPUtime=0.49 cores=1,3,5,7
/proc/15248/task/15259/stat : 15259 (java) S 15246 15248 11903 0 -1 4202560 28389 0 0 0 47 2 0 0 15 0 19 0 807979629 13954658304 367444 33554432000 1073741824 1073778376 140733543133936 18446744073709551615 212051471872 0 0 0 16800975 18446604465915994368 0 0 -1 3 0 0 0
[pid=15248/tid=15260] ppid=15246 vsize=13627596 CPUtime=0 cores=1,3,5,7
/proc/15248/task/15260/stat : 15260 (java) S 15246 15248 11903 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 807979629 13954658304 367444 33554432000 1073741824 1073778376 140733543133936 18446744073709551615 212051471257 0 4 0 16800975 18446604465915994368 0 0 -1 1 0 0 0
[pid=15248/tid=15261] ppid=15246 vsize=13627596 CPUtime=0 cores=1,3,5,7
/proc/15248/task/15261/stat : 15261 (java) S 15246 15248 11903 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 807979629 13954658304 367444 33554432000 1073741824 1073778376 140733543133936 18446744073709551615 212051471257 0 4 0 16800975 18446604465915994368 0 0 -1 1 0 0 0
[pid=15248/tid=15262] ppid=15246 vsize=13627596 CPUtime=0 cores=1,3,5,7
/proc/15248/task/15262/stat : 15262 (java) S 15246 15248 11903 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 807979631 13954658304 367444 33554432000 1073741824 1073778376 140733543133936 18446744073709551615 212051478961 0 4 0 16800975 18446604465915994368 0 0 -1 1 0 0 0
[pid=15248/tid=15263] ppid=15246 vsize=13627596 CPUtime=0.59 cores=1,3,5,7
/proc/15248/task/15263/stat : 15263 (java) S 15246 15248 11903 0 -1 4202560 2765 0 0 0 59 0 0 0 15 0 19 0 807979631 13954658304 367444 33554432000 1073741824 1073778376 140733543133936 18446744073709551615 212051471257 0 4 0 16800975 18446604465915994368 0 0 -1 1 0 0 0
[pid=15248/tid=15264] ppid=15246 vsize=13627596 CPUtime=0.86 cores=1,3,5,7
/proc/15248/task/15264/stat : 15264 (java) S 15246 15248 11903 0 -1 4202560 9712 0 0 0 85 1 0 0 15 0 19 0 807979631 13954658304 367444 33554432000 1073741824 1073778376 140733543133936 18446744073709551615 212051471257 0 4 0 16800975 18446604465915994368 0 0 -1 3 0 0 0
[pid=15248/tid=15265] ppid=15246 vsize=13627596 CPUtime=0 cores=1,3,5,7
/proc/15248/task/15265/stat : 15265 (java) S 15246 15248 11903 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 807979631 13954658304 367444 33554432000 1073741824 1073778376 140733543133936 18446744073709551615 212051471257 0 4 0 16800975 18446604465915994368 0 0 -1 1 0 0 0
[pid=15248/tid=15266] ppid=15246 vsize=13627596 CPUtime=0 cores=1,3,5,7
/proc/15248/task/15266/stat : 15266 (java) S 15246 15248 11903 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 19 0 807979631 13954658304 367444 33554432000 1073741824 1073778376 140733543133936 18446744073709551615 212051471872 0 4 0 16800975 18446604465915994368 0 0 -1 1 0 0 0
[pid=15248/tid=15267] ppid=15246 vsize=13627596 CPUtime=0 cores=1,3,5,7
/proc/15248/task/15267/stat : 15267 (java) S 15246 15248 11903 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 807979680 13954658304 367444 33554432000 1073741824 1073778376 140733543133936 18446744073709551615 212051471872 0 4 0 16800975 18446604465915994368 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1784.31
Current children cumulated vsize (KiB) 13627596



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798 s]
/proc/loadavg: 2.07 2.06 2.01 2/552 15328
/proc/meminfo: memFree=23640384/32951124 swapFree=46970528/67111528
[pid=15248] ppid=15246 vsize=13627596 CPUtime=1800.1 cores=1,3,5,7
/proc/15248/stat : 15248 (java) S 15246 15248 11903 0 -1 4202496 380501 0 1 0 179958 52 0 0 25 0 19 0 807979625 13954658304 371519 33554432000 1073741824 1073778376 140733543133936 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/15248/statm: 3406899 371519 2263 9 0 3397633 0
[pid=15248/tid=15249] ppid=15246 vsize=13627596 CPUtime=1797.14 cores=1,3,5,7
/proc/15248/task/15249/stat : 15249 (java) R 15246 15248 11903 0 -1 4202560 240262 0 1 0 179682 32 0 0 25 0 19 0 807979626 13954658304 371519 33554432000 1073741824 1073778376 140733543133936 18446744073709551615 46912505809581 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=15248/tid=15251] ppid=15246 vsize=13627596 CPUtime=0.07 cores=1,3,5,7
/proc/15248/task/15251/stat : 15251 (java) S 15246 15248 11903 0 -1 4202560 7453 0 0 0 6 1 0 0 16 0 19 0 807979628 13954658304 371519 33554432000 1073741824 1073778376 140733543133936 18446744073709551615 212051471257 0 4 0 16800975 18446604465915994368 0 0 -1 5 0 0 0
[pid=15248/tid=15252] ppid=15246 vsize=13627596 CPUtime=0.13 cores=1,3,5,7
/proc/15248/task/15252/stat : 15252 (java) S 15246 15248 11903 0 -1 4202560 11329 0 0 0 12 1 0 0 16 0 19 0 807979628 13954658304 371519 33554432000 1073741824 1073778376 140733543133936 18446744073709551615 212051471257 0 4 0 16800975 18446604465915994368 0 0 -1 7 0 0 0
[pid=15248/tid=15253] ppid=15246 vsize=13627596 CPUtime=0.14 cores=1,3,5,7
/proc/15248/task/15253/stat : 15253 (java) S 15246 15248 11903 0 -1 4202560 19326 0 0 0 11 3 0 0 15 0 19 0 807979628 13954658304 371519 33554432000 1073741824 1073778376 140733543133936 18446744073709551615 212051471257 0 4 0 16800975 18446604465915994368 0 0 -1 1 0 0 0
[pid=15248/tid=15254] ppid=15246 vsize=13627596 CPUtime=0.09 cores=1,3,5,7
/proc/15248/task/15254/stat : 15254 (java) S 15246 15248 11903 0 -1 4202560 14329 0 0 0 8 1 0 0 16 0 19 0 807979628 13954658304 371519 33554432000 1073741824 1073778376 140733543133936 18446744073709551615 212051471257 0 4 0 16800975 18446604465915994368 0 0 -1 7 0 0 0
[pid=15248/tid=15255] ppid=15246 vsize=13627596 CPUtime=0.09 cores=1,3,5,7
/proc/15248/task/15255/stat : 15255 (java) S 15246 15248 11903 0 -1 4202560 10349 0 0 0 9 0 0 0 15 0 19 0 807979628 13954658304 371519 33554432000 1073741824 1073778376 140733543133936 18446744073709551615 212051471257 0 4 0 16800975 18446604465915994368 0 0 -1 5 0 0 0
[pid=15248/tid=15256] ppid=15246 vsize=13627596 CPUtime=0.1 cores=1,3,5,7
/proc/15248/task/15256/stat : 15256 (java) S 15246 15248 11903 0 -1 4202560 8377 0 0 0 9 1 0 0 16 0 19 0 807979628 13954658304 371519 33554432000 1073741824 1073778376 140733543133936 18446744073709551615 212051471257 0 4 0 16800975 18446604465915994368 0 0 -1 1 0 0 0
[pid=15248/tid=15257] ppid=15246 vsize=13627596 CPUtime=0.06 cores=1,3,5,7
/proc/15248/task/15257/stat : 15257 (java) S 15246 15248 11903 0 -1 4202560 10685 0 0 0 4 2 0 0 15 0 19 0 807979628 13954658304 371519 33554432000 1073741824 1073778376 140733543133936 18446744073709551615 212051471257 0 4 0 16800975 18446604465915994368 0 0 -1 1 0 0 0
[pid=15248/tid=15258] ppid=15246 vsize=13627596 CPUtime=0.17 cores=1,3,5,7
/proc/15248/task/15258/stat : 15258 (java) S 15246 15248 11903 0 -1 4202560 15425 0 0 0 16 1 0 0 16 0 19 0 807979628 13954658304 371519 33554432000 1073741824 1073778376 140733543133936 18446744073709551615 212051471257 0 4 0 16800975 18446604465915994368 0 0 -1 7 0 0 0
[pid=15248/tid=15259] ppid=15246 vsize=13627596 CPUtime=0.54 cores=1,3,5,7
/proc/15248/task/15259/stat : 15259 (java) S 15246 15248 11903 0 -1 4202560 29236 0 0 0 52 2 0 0 15 0 19 0 807979629 13954658304 371519 33554432000 1073741824 1073778376 140733543133936 18446744073709551615 212051471872 0 0 0 16800975 18446604465915994368 0 0 -1 3 0 0 0
[pid=15248/tid=15260] ppid=15246 vsize=13627596 CPUtime=0 cores=1,3,5,7
/proc/15248/task/15260/stat : 15260 (java) S 15246 15248 11903 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 807979629 13954658304 371519 33554432000 1073741824 1073778376 140733543133936 18446744073709551615 212051471257 0 4 0 16800975 18446604465915994368 0 0 -1 1 0 0 0
[pid=15248/tid=15261] ppid=15246 vsize=13627596 CPUtime=0 cores=1,3,5,7
/proc/15248/task/15261/stat : 15261 (java) S 15246 15248 11903 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 807979629 13954658304 371519 33554432000 1073741824 1073778376 140733543133936 18446744073709551615 212051471257 0 4 0 16800975 18446604465915994368 0 0 -1 1 0 0 0
[pid=15248/tid=15262] ppid=15246 vsize=13627596 CPUtime=0 cores=1,3,5,7
/proc/15248/task/15262/stat : 15262 (java) S 15246 15248 11903 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 807979631 13954658304 371519 33554432000 1073741824 1073778376 140733543133936 18446744073709551615 212051478961 0 4 0 16800975 18446604465915994368 0 0 -1 1 0 0 0
[pid=15248/tid=15263] ppid=15246 vsize=13627596 CPUtime=0.59 cores=1,3,5,7
/proc/15248/task/15263/stat : 15263 (java) S 15246 15248 11903 0 -1 4202560 2765 0 0 0 59 0 0 0 15 0 19 0 807979631 13954658304 371519 33554432000 1073741824 1073778376 140733543133936 18446744073709551615 212051471257 0 4 0 16800975 18446604465915994368 0 0 -1 1 0 0 0
[pid=15248/tid=15264] ppid=15246 vsize=13627596 CPUtime=0.86 cores=1,3,5,7
/proc/15248/task/15264/stat : 15264 (java) S 15246 15248 11903 0 -1 4202560 9712 0 0 0 85 1 0 0 15 0 19 0 807979631 13954658304 371519 33554432000 1073741824 1073778376 140733543133936 18446744073709551615 212051471257 0 4 0 16800975 18446604465915994368 0 0 -1 3 0 0 0
[pid=15248/tid=15265] ppid=15246 vsize=13627596 CPUtime=0 cores=1,3,5,7
/proc/15248/task/15265/stat : 15265 (java) S 15246 15248 11903 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 807979631 13954658304 371519 33554432000 1073741824 1073778376 140733543133936 18446744073709551615 212051471257 0 4 0 16800975 18446604465915994368 0 0 -1 1 0 0 0
[pid=15248/tid=15266] ppid=15246 vsize=13627596 CPUtime=0 cores=1,3,5,7
/proc/15248/task/15266/stat : 15266 (java) S 15246 15248 11903 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 19 0 807979631 13954658304 371519 33554432000 1073741824 1073778376 140733543133936 18446744073709551615 212051471872 0 4 0 16800975 18446604465915994368 0 0 -1 1 0 0 0
[pid=15248/tid=15267] ppid=15246 vsize=13627596 CPUtime=0 cores=1,3,5,7
/proc/15248/task/15267/stat : 15267 (java) S 15246 15248 11903 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 807979680 13954658304 371519 33554432000 1073741824 1073778376 140733543133936 18446744073709551615 212051471872 0 4 0 16800975 18446604465915994368 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 13627596

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): 1798.09
CPU time (s): 1800.2
CPU user time (s): 1799.62
CPU system time (s): 0.577912
CPU usage (%): 100.117
Max. virtual memory (cumulated for all children) (KiB): 13627596

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

runsolver used 9.33258 second user time and 22.4426 second system time

The end

Launcher Data

Begin job on node146 at 2011-06-04 04:47:14
IDJOB=3458695
IDBENCH=3050
IDSOLVER=1952
FILE ID=node146/3458695-1307155634
RUNJOBID= node146-1307155631-15166
PBS_JOBID= 13508770
Free space on /tmp= 73768 MiB

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

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

MD5SUM BENCH= 0073f65f5c50ef8f4ebea5bdb58f4e26
RANDOM SEED=1810238461

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.86
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      24591040 kB
Buffers:        145520 kB
Cached:         300100 kB
SwapCached:      60320 kB
Active:         774644 kB
Inactive:      7340808 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24591040 kB
SwapTotal:    67111528 kB
SwapFree:     46970528 kB
Dirty:           15996 kB
Writeback:           0 kB
AnonPages:     7620616 kB
Mapped:          24596 kB
Slab:            76456 kB
PageTables:      98684 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 174111052 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73784 MiB
End job on node146 at 2011-06-04 05:17:14