Trace number 3457492

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 CuttingPlanes 2.3.0SAT (TO)6 1800.27 1794

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
logic_synthesis/normalized-m100_100_30_30.r.opb
MD5SUM28e00d9d9bb0c4a536b74577b47a7849
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark5
Best CPU time to get the best result obtained on this benchmark1.67774
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 5
Optimality of the best value was proved YES
Number of variables100
Total number of constraints100
Number of constraints which are clauses100
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint30
Maximum length of a constraint30
Number of terms in the objective function 100
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 100
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 100
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version 2.3.1.v20110525
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.18-164.el5
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		9996466904
0.00/0.09	c Max memory 		10048897024
0.00/0.09	c Total memory 		10048897024
0.00/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@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 phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No 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-3457492-1307221295.opb
0.10/0.11	c reading problem ... 
0.10/0.19	c ... done. Wall clock time 0.084s.
0.10/0.19	c #vars     100
0.10/0.19	c #constraints  100
0.10/0.19	c constraints type 
0.10/0.19	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 100
0.10/0.20	c SATISFIABLE
0.10/0.20	c OPTIMIZING...
0.10/0.20	c Got one! Elapsed wall clock time (in seconds):0.093
0.10/0.20	o 9
0.30/0.22	c Got one! Elapsed wall clock time (in seconds):0.106
0.30/0.22	o 8
0.30/0.23	c Got one! Elapsed wall clock time (in seconds):0.118
0.30/0.23	o 7
2.07/0.95	c Got one! Elapsed wall clock time (in seconds):0.839
2.07/0.95	o 6
37.99/36.36	c cleaning 0 clauses out of 5366 with flag 0/5366
156.49/154.36	c cleaning 0 clauses out of 11365 with flag 0/11365
465.89/463.15	c cleaning 0 clauses out of 18363 with flag 0/18363
1064.55/1060.60	c cleaning 0 clauses out of 26366 with flag 0/26366
1800.06/1793.82	c starts		: 61
1800.06/1793.82	c conflicts		: 32234
1800.06/1793.82	c decisions		: 75153
1800.06/1793.82	c propagations		: 436629
1800.06/1793.82	c inspects		: 2142697573
1800.06/1793.82	c shortcuts		: 0
1800.06/1793.82	c learnt literals	: 0
1800.06/1793.82	c learnt binary clauses	: 0
1800.06/1793.82	c learnt ternary clauses	: 0
1800.06/1793.82	c learnt constraints	: 32233
1800.06/1793.82	c ignored constraints	: 0
1800.06/1793.82	c root simplifications	: 0
1800.06/1793.82	c removed literals (reason simplification)	: 0
1800.06/1793.82	c reason swapping (by a shorter reason)	: 0
1800.06/1793.82	c Calls to reduceDB	: 4
1800.06/1793.82	c number of reductions to clauses (during analyze)	: 0
1800.06/1793.82	c number of learned constraints concerned by reduction	: 0
1800.06/1793.82	c number of learning phase by resolution	: 0
1800.06/1793.82	c number of learning phase by cutting planes	: 0
1800.06/1793.82	c speed (assignments/second)	: 243.53606950189416
1800.06/1793.82	c non guided choices	0
1800.06/1793.85	c learnt constraints type 
1800.06/1793.85	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 102
1800.06/1793.85	c org.sat4j.pb.constraints.pb.MaxWatchPb => 32131
1800.06/1793.85	c constraints type 
1800.06/1793.85	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 100
1800.06/1793.85	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1800.06/1793.85	s SATISFIABLE
1800.06/1793.85	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 x8 -x9 -x10 -x11 -x12 x13 -x14 -x15 -x16 -x17 x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 x62 -x63 -x64 -x65 -x66 x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 
1800.06/1793.85	c objective function=6
1800.06/1793.85	c Total wall clock time (in seconds): 1793.735

Verifier Data

OK	6

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-3457492-1307221295/watcher-3457492-1307221295 -o /tmp/evaluation-result-3457492-1307221295/solver-3457492-1307221295 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3457492-1307221295.opb 

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

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


[startup+0 s]
/proc/loadavg: 1.93 2.01 1.99 3/471 31239
/proc/meminfo: memFree=28996712/32951124 swapFree=55639044/67111528
[pid=31239] ppid=31237 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/31239/stat : 31239 (java) S 31237 31239 30316 0 -1 4202496 4806 0 1 0 0 0 0 0 25 0 2 0 833727405 10694979584 4507 33554432000 1073741824 1073778376 140733542559840 18446744073709551615 271562340325 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0
/proc/31239/statm: 2611079 4519 917 9 0 2602235 0
[pid=31239/tid=31240] ppid=31237 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/31239/task/31240/stat : 31240 (java) R 31237 31239 30316 0 -1 4202560 3751 0 1 0 0 0 0 0 25 0 2 0 833727406 10694979584 4566 33554432000 1073741824 1073778376 140733542559840 18446744073709551615 271550231611 0 4 0 16784584 0 0 0 -1 5 0 0 0

[startup+0.0960931 s]
/proc/loadavg: 1.93 2.01 1.99 3/471 31239
/proc/meminfo: memFree=28996712/32951124 swapFree=55639044/67111528
[pid=31239] ppid=31237 vsize=10540200 CPUtime=0.09 cores=1,3,5,7
/proc/31239/stat : 31239 (java) S 31237 31239 30316 0 -1 4202496 12944 0 1 0 8 1 0 0 25 0 18 0 833727405 10793164800 12640 33554432000 1073741824 1073778376 140733542559840 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/31239/statm: 2635050 12640 2092 9 0 2625784 0
[pid=31239/tid=31240] ppid=31237 vsize=10540200 CPUtime=0.07 cores=1,3,5,7
/proc/31239/task/31240/stat : 31240 (java) R 31237 31239 30316 0 -1 4202560 11041 0 1 0 6 1 0 0 22 0 18 0 833727406 10793164800 12640 33554432000 1073741824 1073778376 140733542559840 18446744073709551615 46912505170474 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10540200

[startup+0.101 s]
/proc/loadavg: 1.93 2.01 1.99 3/471 31239
/proc/meminfo: memFree=28996712/32951124 swapFree=55639044/67111528
[pid=31239] ppid=31237 vsize=10540200 CPUtime=0.1 cores=1,3,5,7
/proc/31239/stat : 31239 (java) S 31237 31239 30316 0 -1 4202496 13021 0 1 0 9 1 0 0 25 0 18 0 833727405 10793164800 12717 33554432000 1073741824 1073778376 140733542559840 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/31239/statm: 2635050 12717 2092 9 0 2625784 0
[pid=31239/tid=31240] ppid=31237 vsize=10540200 CPUtime=0.08 cores=1,3,5,7
/proc/31239/task/31240/stat : 31240 (java) R 31237 31239 30316 0 -1 4202560 11120 0 1 0 7 1 0 0 22 0 18 0 833727406 10793164800 12719 33554432000 1073741824 1073778376 140733542559840 18446744073709551615 46912496197392 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) 10540200

[startup+0.301995 s]
/proc/loadavg: 1.93 2.01 1.99 3/471 31239
/proc/meminfo: memFree=28996712/32951124 swapFree=55639044/67111528
[pid=31239] ppid=31237 vsize=10544144 CPUtime=0.48 cores=1,3,5,7
/proc/31239/stat : 31239 (java) S 31237 31239 30316 0 -1 4202496 16129 0 1 0 46 2 0 0 25 0 19 0 833727405 10797203456 15252 33554432000 1073741824 1073778376 140733542559840 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/31239/statm: 2636611 16953 2212 9 0 2627345 0
[pid=31239/tid=31240] ppid=31237 vsize=10546444 CPUtime=0.31 cores=1,3,5,7
/proc/31239/task/31240/stat : 31240 (java) R 31237 31239 30316 0 -1 4202560 13214 0 1 0 30 1 0 0 18 0 19 0 833727406 10799558656 16953 33554432000 1073741824 1073778376 140733542559840 18446744073709551615 46912505366048 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 10544144

[startup+0.700931 s]
/proc/loadavg: 1.93 2.01 1.99 3/471 31239
/proc/meminfo: memFree=28996712/32951124 swapFree=55639044/67111528
[pid=31239] ppid=31237 vsize=10560100 CPUtime=1.68 cores=1,3,5,7
/proc/31239/stat : 31239 (java) S 31237 31239 30316 0 -1 4202496 43463 0 1 0 162 6 0 0 25 0 19 0 833727405 10813542400 40165 33554432000 1073741824 1073778376 140733542559840 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/31239/statm: 2640025 40166 2217 9 0 2630759 0
[pid=31239/tid=31240] ppid=31237 vsize=10560100 CPUtime=0.67 cores=1,3,5,7
/proc/31239/task/31240/stat : 31240 (java) R 31237 31239 30316 0 -1 4202560 30325 0 1 0 64 3 0 0 18 0 19 0 833727406 10813542400 40166 33554432000 1073741824 1073778376 140733542559840 18446744073709551615 46912505219208 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.68
Current children cumulated vsize (KiB) 10560100

[startup+1.5008 s]
/proc/loadavg: 1.93 2.01 1.99 3/490 31258
/proc/meminfo: memFree=28721676/32951124 swapFree=55639044/67111528
[pid=31239] ppid=31237 vsize=10560100 CPUtime=2.86 cores=1,3,5,7
/proc/31239/stat : 31239 (java) S 31237 31239 30316 0 -1 4202496 126796 0 1 0 271 15 0 0 25 0 19 0 833727405 10813542400 123497 33554432000 1073741824 1073778376 140733542559840 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/31239/statm: 2640025 123498 2225 9 0 2630759 0
[pid=31239/tid=31240] ppid=31237 vsize=10560100 CPUtime=1.47 cores=1,3,5,7
/proc/31239/task/31240/stat : 31240 (java) R 31237 31239 30316 0 -1 4202560 113597 0 1 0 135 12 0 0 18 0 19 0 833727406 10813542400 123498 33554432000 1073741824 1073778376 140733542559840 18446744073709551615 46912505710014 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=31239/tid=31242] ppid=31237 vsize=10560100 CPUtime=0 cores=1,3,5,7
/proc/31239/task/31242/stat : 31242 (java) S 31237 31239 30316 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833727408 10813542400 123498 33554432000 1073741824 1073778376 140733542559840 18446744073709551615 271562353561 0 4 0 16800975 18446604470463877504 0 0 -1 7 0 0 0
[pid=31239/tid=31243] ppid=31237 vsize=10560100 CPUtime=0 cores=1,3,5,7
/proc/31239/task/31243/stat : 31243 (java) S 31237 31239 30316 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833727408 10813542400 123498 33554432000 1073741824 1073778376 140733542559840 18446744073709551615 271562353561 0 4 0 16800975 18446604470463877504 0 0 -1 7 0 0 0
[pid=31239/tid=31244] ppid=31237 vsize=10560100 CPUtime=0 cores=1,3,5,7
/proc/31239/task/31244/stat : 31244 (java) S 31237 31239 30316 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833727408 10813542400 123498 33554432000 1073741824 1073778376 140733542559840 18446744073709551615 271562353561 0 4 0 16800975 18446604470463877504 0 0 -1 7 0 0 0
[pid=31239/tid=31245] ppid=31237 vsize=10560100 CPUtime=0 cores=1,3,5,7
/proc/31239/task/31245/stat : 31245 (java) S 31237 31239 30316 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833727408 10813542400 123500 33554432000 1073741824 1073778376 140733542559840 18446744073709551615 271562353561 0 4 0 16800975 18446604470463877504 0 0 -1 7 0 0 0
[pid=31239/tid=31246] ppid=31237 vsize=10560100 CPUtime=0 cores=1,3,5,7
/proc/31239/task/31246/stat : 31246 (java) S 31237 31239 30316 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833727408 10813542400 123503 33554432000 1073741824 1073778376 140733542559840 18446744073709551615 271562353561 0 4 0 16800975 18446604470463877504 0 0 -1 7 0 0 0
[pid=31239/tid=31247] ppid=31237 vsize=10560100 CPUtime=0 cores=1,3,5,7
/proc/31239/task/31247/stat : 31247 (java) S 31237 31239 30316 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833727408 10813542400 123506 33554432000 1073741824 1073778376 140733542559840 18446744073709551615 271562353561 0 4 0 16800975 18446604470463877504 0 0 -1 7 0 0 0
[pid=31239/tid=31248] ppid=31237 vsize=10560100 CPUtime=0 cores=1,3,5,7
/proc/31239/task/31248/stat : 31248 (java) S 31237 31239 30316 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833727408 10813542400 123508 33554432000 1073741824 1073778376 140733542559840 18446744073709551615 271562353561 0 4 0 16800975 18446604470463877504 0 0 -1 7 0 0 0
[pid=31239/tid=31249] ppid=31237 vsize=10560100 CPUtime=0 cores=1,3,5,7
/proc/31239/task/31249/stat : 31249 (java) S 31237 31239 30316 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833727408 10813542400 123510 33554432000 1073741824 1073778376 140733542559840 18446744073709551615 271562353561 0 4 0 16800975 18446604470463877504 0 0 -1 7 0 0 0
[pid=31239/tid=31250] ppid=31237 vsize=10560100 CPUtime=0 cores=1,3,5,7
/proc/31239/task/31250/stat : 31250 (java) S 31237 31239 30316 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 833727409 10813542400 123513 33554432000 1073741824 1073778376 140733542559840 18446744073709551615 271562354176 0 0 0 16800975 18446604470463877504 0 0 -1 1 0 0 0
[pid=31239/tid=31251] ppid=31237 vsize=10560100 CPUtime=0 cores=1,3,5,7
/proc/31239/task/31251/stat : 31251 (java) S 31237 31239 30316 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 833727409 10813542400 123518 33554432000 1073741824 1073778376 140733542559840 18446744073709551615 271562353561 0 4 0 16800975 18446604470463877504 0 0 -1 5 0 0 0
[pid=31239/tid=31252] ppid=31237 vsize=10560100 CPUtime=0 cores=1,3,5,7
/proc/31239/task/31252/stat : 31252 (java) S 31237 31239 30316 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 833727409 10813542400 123523 33554432000 1073741824 1073778376 140733542559840 18446744073709551615 271562353561 0 4 0 16800975 18446604470463877504 0 0 -1 7 0 0 0
[pid=31239/tid=31253] ppid=31237 vsize=10560100 CPUtime=0 cores=1,3,5,7
/proc/31239/task/31253/stat : 31253 (java) S 31237 31239 30316 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 833727412 10813542400 123527 33554432000 1073741824 1073778376 140733542559840 18446744073709551615 271562361265 0 4 0 16800975 18446604470463877504 0 0 -1 5 0 0 0
[pid=31239/tid=31254] ppid=31237 vsize=10560100 CPUtime=0.65 cores=1,3,5,7
/proc/31239/task/31254/stat : 31254 (java) S 31237 31239 30316 0 -1 4202560 6005 0 0 0 64 1 0 0 15 0 19 0 833727412 10813542400 123531 33554432000 1073741824 1073778376 140733542559840 18446744073709551615 271562353561 0 4 0 16800975 18446604470463877504 0 0 -1 1 0 0 0
[pid=31239/tid=31255] ppid=31237 vsize=10560100 CPUtime=0.71 cores=1,3,5,7
/proc/31239/task/31255/stat : 31255 (java) S 31237 31239 30316 0 -1 4202560 6035 0 0 0 71 0 0 0 15 0 19 0 833727412 10813542400 123536 33554432000 1073741824 1073778376 140733542559840 18446744073709551615 271562353561 0 4 0 16800975 18446604470463877504 0 0 -1 5 0 0 0
[pid=31239/tid=31256] ppid=31237 vsize=10560100 CPUtime=0 cores=1,3,5,7
/proc/31239/task/31256/stat : 31256 (java) S 31237 31239 30316 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 833727412 10813542400 123540 33554432000 1073741824 1073778376 140733542559840 18446744073709551615 271562353561 0 4 0 16800975 18446604470463877504 0 0 -1 5 0 0 0
[pid=31239/tid=31257] ppid=31237 vsize=10560100 CPUtime=0 cores=1,3,5,7
/proc/31239/task/31257/stat : 31257 (java) S 31237 31239 30316 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 833727412 10813542400 123544 33554432000 1073741824 1073778376 140733542559840 18446744073709551615 271562354176 0 4 0 16800975 18446604470463877504 0 0 -1 7 0 0 0
[pid=31239/tid=31258] ppid=31237 vsize=10560100 CPUtime=0 cores=1,3,5,7
/proc/31239/task/31258/stat : 31258 (java) S 31237 31239 30316 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 833727426 10813542400 123548 33554432000 1073741824 1073778376 140733542559840 18446744073709551615 271562354176 0 4 0 16800975 18446604470463877504 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2.86
Current children cumulated vsize (KiB) 10560100

[startup+3.10149 s]
/proc/loadavg: 1.93 2.01 1.99 3/490 31258
/proc/meminfo: memFree=28242260/32951124 swapFree=55639044/67111528
[pid=31239] ppid=31237 vsize=10560100 CPUtime=4.51 cores=1,3,5,7
/proc/31239/stat : 31239 (java) S 31237 31239 30316 0 -1 4202496 297672 0 1 0 420 31 0 0 25 0 19 0 833727405 10813542400 294372 33554432000 1073741824 1073778376 140733542559840 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/31239/statm: 2640025 294378 2225 9 0 2630759 0
[pid=31239/tid=31240] ppid=31237 vsize=10560100 CPUtime=3.08 cores=1,3,5,7
/proc/31239/task/31240/stat : 31240 (java) R 31237 31239 30316 0 -1 4202560 284479 0 1 0 279 29 0 0 21 0 19 0 833727406 10813542400 294382 33554432000 1073741824 1073778376 140733542559840 18446744073709551615 46912505591917 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=31239/tid=31242] ppid=31237 vsize=10560100 CPUtime=0 cores=1,3,5,7
/proc/31239/task/31242/stat : 31242 (java) S 31237 31239 30316 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833727408 10813542400 294385 33554432000 1073741824 1073778376 140733542559840 18446744073709551615 271562353561 0 4 0 16800975 18446604470463877504 0 0 -1 7 0 0 0
[pid=31239/tid=31243] ppid=31237 vsize=10560100 CPUtime=0 cores=1,3,5,7
/proc/31239/task/31243/stat : 31243 (java) S 31237 31239 30316 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833727408 10813542400 294389 33554432000 1073741824 1073778376 140733542559840 18446744073709551615 271562353561 0 4 0 16800975 18446604470463877504 0 0 -1 7 0 0 0
[pid=31239/tid=31244] ppid=31237 vsize=10560100 CPUtime=0 cores=1,3,5,7
/proc/31239/task/31244/stat : 31244 (java) S 31237 31239 30316 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833727408 10813542400 294392 33554432000 1073741824 1073778376 140733542559840 18446744073709551615 271562353561 0 4 0 16800975 18446604470463877504 0 0 -1 7 0 0 0
[pid=31239/tid=31245] ppid=31237 vsize=10560100 CPUtime=0 cores=1,3,5,7
/proc/31239/task/31245/stat : 31245 (java) S 31237 31239 30316 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833727408 10813542400 294395 33554432000 1073741824 1073778376 140733542559840 18446744073709551615 271562353561 0 4 0 16800975 18446604470463877504 0 0 -1 7 0 0 0
[pid=31239/tid=31246] ppid=31237 vsize=10560100 CPUtime=0 cores=1,3,5,7
/proc/31239/task/31246/stat : 31246 (java) S 31237 31239 30316 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833727408 10813542400 294398 33554432000 1073741824 1073778376 140733542559840 18446744073709551615 271562353561 0 4 0 16800975 18446604470463877504 0 0 -1 7 0 0 0
[pid=31239/tid=31247] ppid=31237 vsize=10560100 CPUtime=0 cores=1,3,5,7
/proc/31239/task/31247/stat : 31247 (java) S 31237 31239 30316 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833727408 10813542400 294401 33554432000 1073741824 1073778376 140733542559840 18446744073709551615 271562353561 0 4 0 16800975 18446604470463877504 0 0 -1 7 0 0 0
[pid=31239/tid=31248] ppid=31237 vsize=10560100 CPUtime=0 cores=1,3,5,7
/proc/31239/task/31248/stat : 31248 (java) S 31237 31239 30316 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833727408 10813542400 294403 33554432000 1073741824 1073778376 140733542559840 18446744073709551615 271562353561 0 4 0 16800975 18446604470463877504 0 0 -1 7 0 0 0
[pid=31239/tid=31249] ppid=31237 vsize=10560100 CPUtime=0 cores=1,3,5,7
/proc/31239/task/31249/stat : 31249 (java) S 31237 31239 30316 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833727408 10813542400 294405 33554432000 1073741824 1073778376 140733542559840 18446744073709551615 271562353561 0 4 0 16800975 18446604470463877504 0 0 -1 7 0 0 0
[pid=31239/tid=31250] ppid=31237 vsize=10560100 CPUtime=0 cores=1,3,5,7
/proc/31239/task/31250/stat : 31250 (java) S 31237 31239 30316 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 833727409 10813542400 294407 33554432000 1073741824 1073778376 140733542559840 18446744073709551615 271562354176 0 0 0 16800975 18446604470463877504 0 0 -1 1 0 0 0
[pid=31239/tid=31251] ppid=31237 vsize=10560100 CPUtime=0 cores=1,3,5,7
/proc/31239/task/31251/stat : 31251 (java) S 31237 31239 30316 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 833727409 10813542400 294409 33554432000 1073741824 1073778376 140733542559840 18446744073709551615 271562353561 0 4 0 16800975 18446604470463877504 0 0 -1 5 0 0 0
[pid=31239/tid=31252] ppid=31237 vsize=10560100 CPUtime=0 cores=1,3,5,7
/proc/31239/task/31252/stat : 31252 (java) S 31237 31239 30316 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 833727409 10813542400 294411 33554432000 1073741824 1073778376 140733542559840 18446744073709551615 271562353561 0 4 0 16800975 18446604470463877504 0 0 -1 7 0 0 0
[pid=31239/tid=31253] ppid=31237 vsize=10560100 CPUtime=0 cores=1,3,5,7
/proc/31239/task/31253/stat : 31253 (java) S 31237 31239 30316 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 833727412 10813542400 294413 33554432000 1073741824 1073778376 140733542559840 18446744073709551615 271562361265 0 4 0 16800975 18446604470463877504 0 0 -1 5 0 0 0
[pid=31239/tid=31254] ppid=31237 vsize=10560100 CPUtime=0.65 cores=1,3,5,7
/proc/31239/task/31254/stat : 31254 (java) S 31237 31239 30316 0 -1 4202560 6005 0 0 0 64 1 0 0 15 0 19 0 833727412 10813542400 294415 33554432000 1073741824 1073778376 140733542559840 18446744073709551615 271562353561 0 4 0 16800975 18446604470463877504 0 0 -1 1 0 0 0
[pid=31239/tid=31255] ppid=31237 vsize=10560100 CPUtime=0.77 cores=1,3,5,7
/proc/31239/task/31255/stat : 31255 (java) S 31237 31239 30316 0 -1 4202560 6038 0 0 0 77 0 0 0 15 0 19 0 833727412 10813542400 294417 33554432000 1073741824 1073778376 140733542559840 18446744073709551615 271562353561 0 4 0 16800975 18446604470463877504 0 0 -1 5 0 0 0
[pid=31239/tid=31256] ppid=31237 vsize=10560100 CPUtime=0 cores=1,3,5,7
/proc/31239/task/31256/stat : 31256 (java) S 31237 31239 30316 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 833727412 10813542400 294419 33554432000 1073741824 1073778376 140733542559840 18446744073709551615 271562353561 0 4 0 16800975 18446604470463877504 0 0 -1 5 0 0 0
[pid=31239/tid=31257] ppid=31237 vsize=10560100 CPUtime=0 cores=1,3,5,7
/proc/31239/task/31257/stat : 31257 (java) S 31237 31239 30316 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 833727412 10813542400 294421 33554432000 1073741824 1073778376 140733542559840 18446744073709551615 271562354176 0 4 0 16800975 18446604470463877504 0 0 -1 1 0 0 0
[pid=31239/tid=31258] ppid=31237 vsize=10560100 CPUtime=0 cores=1,3,5,7
/proc/31239/task/31258/stat : 31258 (java) S 31237 31239 30316 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 833727426 10813542400 294423 33554432000 1073741824 1073778376 140733542559840 18446744073709551615 271562354176 0 4 0 16800975 18446604470463877504 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4.51
Current children cumulated vsize (KiB) 10560100

[startup+6.30092 s]
/proc/loadavg: 1.94 2.01 1.99 3/490 31258
/proc/meminfo: memFree=26850228/32951124 swapFree=55639044/67111528
[pid=31239] ppid=31237 vsize=10560100 CPUtime=7.75 cores=1,3,5,7
/proc/31239/stat : 31239 (java) S 31237 31239 30316 0 -1 4202496 616397 0 1 0 708 67 0 0 25 0 19 0 833727405 10813542400 612992 33554432000 1073741824 1073778376 140733542559840 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/31239/statm: 2640025 612995 2226 9 0 2630759 0
[pid=31239/tid=31240] ppid=31237 vsize=10560100 CPUtime=6.27 cores=1,3,5,7
/proc/31239/task/31240/stat : 31240 (java) R 31237 31239 30316 0 -1 4202560 603193 0 1 0 563 64 0 0 21 0 19 0 833727406 10813542400 612996 33554432000 1073741824 1073778376 140733542559840 18446744073709551615 46912505645400 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=31239/tid=31242] ppid=31237 vsize=10560100 CPUtime=0 cores=1,3,5,7
/proc/31239/task/31242/stat : 31242 (java) S 31237 31239 30316 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833727408 10813542400 612998 33554432000 1073741824 1073778376 140733542559840 18446744073709551615 271562353561 0 4 0 16800975 18446604470463877504 0 0 -1 7 0 0 0
[pid=31239/tid=31243] ppid=31237 vsize=10560100 CPUtime=0 cores=1,3,5,7
/proc/31239/task/31243/stat : 31243 (java) S 31237 31239 30316 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833727408 10813542400 613000 33554432000 1073741824 1073778376 140733542559840 18446744073709551615 271562353561 0 4 0 16800975 18446604470463877504 0 0 -1 7 0 0 0
[pid=31239/tid=31244] ppid=31237 vsize=10560100 CPUtime=0 cores=1,3,5,7
/proc/31239/task/31244/stat : 31244 (java) S 31237 31239 30316 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833727408 10813542400 613001 33554432000 1073741824 1073778376 140733542559840 18446744073709551615 271562353561 0 4 0 16800975 18446604470463877504 0 0 -1 7 0 0 0
[pid=31239/tid=31245] ppid=31237 vsize=10560100 CPUtime=0 cores=1,3,5,7
/proc/31239/task/31245/stat : 31245 (java) S 31237 31239 30316 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833727408 10813542400 613003 33554432000 1073741824 1073778376 140733542559840 18446744073709551615 271562353561 0 4 0 16800975 18446604470463877504 0 0 -1 7 0 0 0
[pid=31239/tid=31246] ppid=31237 vsize=10560100 CPUtime=0 cores=1,3,5,7
/proc/31239/task/31246/stat : 31246 (java) S 31237 31239 30316 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833727408 10813542400 613006 33554432000 1073741824 1073778376 140733542559840 18446744073709551615 271562353561 0 4 0 16800975 18446604470463877504 0 0 -1 7 0 0 0
[pid=31239/tid=31247] ppid=31237 vsize=10560100 CPUtime=0 cores=1,3,5,7
/proc/31239/task/31247/stat : 31247 (java) S 31237 31239 30316 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833727408 10813542400 613008 33554432000 1073741824 1073778376 140733542559840 18446744073709551615 271562353561 0 4 0 16800975 18446604470463877504 0 0 -1 7 0 0 0
[pid=31239/tid=31248] ppid=31237 vsize=10560100 CPUtime=0 cores=1,3,5,7
/proc/31239/task/31248/stat : 31248 (java) S 31237 31239 30316 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833727408 10813542400 613011 33554432000 1073741824 1073778376 140733542559840 18446744073709551615 271562353561 0 4 0 16800975 18446604470463877504 0 0 -1 7 0 0 0
[pid=31239/tid=31249] ppid=31237 vsize=10560100 CPUtime=0 cores=1,3,5,7
/proc/31239/task/31249/stat : 31249 (java) S 31237 31239 30316 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833727408 10813542400 613013 33554432000 1073741824 1073778376 140733542559840 18446744073709551615 271562353561 0 4 0 16800975 18446604470463877504 0 0 -1 7 0 0 0
[pid=31239/tid=31250] ppid=31237 vsize=10560100 CPUtime=0 cores=1,3,5,7
/proc/31239/task/31250/stat : 31250 (java) S 31237 31239 30316 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 833727409 10813542400 613016 33554432000 1073741824 1073778376 140733542559840 18446744073709551615 271562354176 0 0 0 16800975 18446604470463877504 0 0 -1 1 0 0 0
[pid=31239/tid=31251] ppid=31237 vsize=10560100 CPUtime=0 cores=1,3,5,7
/proc/31239/task/31251/stat : 31251 (java) S 31237 31239 30316 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 833727409 10813542400 613018 33554432000 1073741824 1073778376 140733542559840 18446744073709551615 271562353561 0 4 0 16800975 18446604470463877504 0 0 -1 5 0 0 0
[pid=31239/tid=31252] ppid=31237 vsize=10560100 CPUtime=0 cores=1,3,5,7
/proc/31239/task/31252/stat : 31252 (java) S 31237 31239 30316 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 833727409 10813542400 613020 33554432000 1073741824 1073778376 140733542559840 18446744073709551615 271562353561 0 4 0 16800975 18446604470463877504 0 0 -1 7 0 0 0
[pid=31239/tid=31253] ppid=31237 vsize=10560100 CPUtime=0 cores=1,3,5,7
/proc/31239/task/31253/stat : 31253 (java) S 31237 31239 30316 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 833727412 10813542400 613023 33554432000 1073741824 1073778376 140733542559840 18446744073709551615 271562361265 0 4 0 16800975 18446604470463877504 0 0 -1 5 0 0 0
[pid=31239/tid=31254] ppid=31237 vsize=10560100 CPUtime=0.65 cores=1,3,5,7
/proc/31239/task/31254/stat : 31254 (java) S 31237 31239 30316 0 -1 4202560 6005 0 0 0 64 1 0 0 15 0 19 0 833727412 10813542400 613025 33554432000 1073741824 1073778376 140733542559840 18446744073709551615 271562353561 0 4 0 16800975 18446604470463877504 0 0 -1 1 0 0 0
[pid=31239/tid=31255] ppid=31237 vsize=10560100 CPUtime=0.8 cores=1,3,5,7
/proc/31239/task/31255/stat : 31255 (java) S 31237 31239 30316 0 -1 4202560 6042 0 0 0 80 0 0 0 15 0 19 0 833727412 10813542400 613027 33554432000 1073741824 1073778376 140733542559840 18446744073709551615 271562353561 0 4 0 16800975 18446604470463877504 0 0 -1 5 0 0 0

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

/proc/31239/task/31252/stat : 31252 (java) S 31237 31239 30316 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 833727409 10813542400 925730 33554432000 1073741824 1073778376 140733542559840 18446744073709551615 271562353561 0 4 0 16800975 18446604470463877504 0 0 -1 7 0 0 0
[pid=31239/tid=31253] ppid=31237 vsize=10560100 CPUtime=0 cores=1,3,5,7
/proc/31239/task/31253/stat : 31253 (java) S 31237 31239 30316 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 833727412 10813542400 925730 33554432000 1073741824 1073778376 140733542559840 18446744073709551615 271562361265 0 4 0 16800975 18446604470463877504 0 0 -1 5 0 0 0
[pid=31239/tid=31254] ppid=31237 vsize=10560100 CPUtime=0.75 cores=1,3,5,7
/proc/31239/task/31254/stat : 31254 (java) S 31237 31239 30316 0 -1 4202560 6060 0 0 0 74 1 0 0 15 0 19 0 833727412 10813542400 925730 33554432000 1073741824 1073778376 140733542559840 18446744073709551615 271562353561 0 4 0 16800975 18446604470463877504 0 0 -1 7 0 0 0
[pid=31239/tid=31255] ppid=31237 vsize=10560100 CPUtime=1 cores=1,3,5,7
/proc/31239/task/31255/stat : 31255 (java) S 31237 31239 30316 0 -1 4202560 6078 0 0 0 100 0 0 0 15 0 19 0 833727412 10813542400 925730 33554432000 1073741824 1073778376 140733542559840 18446744073709551615 271562353561 0 4 0 16800975 18446604470463877504 0 0 -1 5 0 0 0
[pid=31239/tid=31256] ppid=31237 vsize=10560100 CPUtime=0 cores=1,3,5,7
/proc/31239/task/31256/stat : 31256 (java) S 31237 31239 30316 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 833727412 10813542400 925730 33554432000 1073741824 1073778376 140733542559840 18446744073709551615 271562353561 0 4 0 16800975 18446604470463877504 0 0 -1 5 0 0 0
[pid=31239/tid=31257] ppid=31237 vsize=10560100 CPUtime=0 cores=1,3,5,7
/proc/31239/task/31257/stat : 31257 (java) S 31237 31239 30316 0 -1 4202560 98 0 0 0 0 0 0 0 15 0 19 0 833727412 10813542400 925730 33554432000 1073741824 1073778376 140733542559840 18446744073709551615 271562354176 0 4 0 16800975 18446604470463877504 0 0 -1 3 0 0 0
[pid=31239/tid=31258] ppid=31237 vsize=10560100 CPUtime=0 cores=1,3,5,7
/proc/31239/task/31258/stat : 31258 (java) S 31237 31239 30316 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 833727426 10813542400 925730 33554432000 1073741824 1073778376 140733542559840 18446744073709551615 271562354176 0 4 0 16800975 18446604470463877504 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1667.71
Current children cumulated vsize (KiB) 10560100

[startup+1722.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/490 31353
/proc/meminfo: memFree=24370812/32951124 swapFree=55639044/67111528
[pid=31239] ppid=31237 vsize=10560100 CPUtime=1728.37 cores=1,3,5,7
/proc/31239/stat : 31239 (java) S 31237 31239 30316 0 -1 4202496 931047 0 1 0 172734 103 0 0 25 0 19 0 833727405 10813542400 926369 33554432000 1073741824 1073778376 140733542559840 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/31239/statm: 2640025 926369 2256 9 0 2630759 0
[pid=31239/tid=31240] ppid=31237 vsize=10560100 CPUtime=1719.16 cores=1,3,5,7
/proc/31239/task/31240/stat : 31240 (java) R 31237 31239 30316 0 -1 4202560 831289 0 1 0 171827 89 0 0 25 0 19 0 833727406 10813542400 926369 33554432000 1073741824 1073778376 140733542559840 18446744073709551615 46912505584478 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31239/tid=31242] ppid=31237 vsize=10560100 CPUtime=0.7 cores=1,3,5,7
/proc/31239/task/31242/stat : 31242 (java) S 31237 31239 30316 0 -1 4202560 11524 0 0 0 69 1 0 0 16 0 19 0 833727408 10813542400 926369 33554432000 1073741824 1073778376 140733542559840 18446744073709551615 271562353561 0 4 0 16800975 18446604470463877504 0 0 -1 5 0 0 0
[pid=31239/tid=31243] ppid=31237 vsize=10560100 CPUtime=0.75 cores=1,3,5,7
/proc/31239/task/31243/stat : 31243 (java) S 31237 31239 30316 0 -1 4202560 5879 0 0 0 75 0 0 0 15 0 19 0 833727408 10813542400 926369 33554432000 1073741824 1073778376 140733542559840 18446744073709551615 271562353561 0 4 0 16800975 18446604470463877504 0 0 -1 3 0 0 0
[pid=31239/tid=31244] ppid=31237 vsize=10560100 CPUtime=0.91 cores=1,3,5,7
/proc/31239/task/31244/stat : 31244 (java) S 31237 31239 30316 0 -1 4202560 8682 0 0 0 90 1 0 0 15 0 19 0 833727408 10813542400 926369 33554432000 1073741824 1073778376 140733542559840 18446744073709551615 271562353561 0 4 0 16800975 18446604470463877504 0 0 -1 1 0 0 0
[pid=31239/tid=31245] ppid=31237 vsize=10560100 CPUtime=0.68 cores=1,3,5,7
/proc/31239/task/31245/stat : 31245 (java) S 31237 31239 30316 0 -1 4202560 7327 0 0 0 67 1 0 0 15 0 19 0 833727408 10813542400 926369 33554432000 1073741824 1073778376 140733542559840 18446744073709551615 271562353561 0 4 0 16800975 18446604470463877504 0 0 -1 7 0 0 0
[pid=31239/tid=31246] ppid=31237 vsize=10560100 CPUtime=0.71 cores=1,3,5,7
/proc/31239/task/31246/stat : 31246 (java) S 31237 31239 30316 0 -1 4202560 7968 0 0 0 71 0 0 0 16 0 19 0 833727408 10813542400 926369 33554432000 1073741824 1073778376 140733542559840 18446744073709551615 271562353561 0 4 0 16800975 18446604470463877504 0 0 -1 1 0 0 0
[pid=31239/tid=31247] ppid=31237 vsize=10560100 CPUtime=0.97 cores=1,3,5,7
/proc/31239/task/31247/stat : 31247 (java) S 31237 31239 30316 0 -1 4202560 15156 0 0 0 95 2 0 0 15 0 19 0 833727408 10813542400 926369 33554432000 1073741824 1073778376 140733542559840 18446744073709551615 271562353561 0 4 0 16800975 18446604470463877504 0 0 -1 5 0 0 0
[pid=31239/tid=31248] ppid=31237 vsize=10560100 CPUtime=0.66 cores=1,3,5,7
/proc/31239/task/31248/stat : 31248 (java) S 31237 31239 30316 0 -1 4202560 6692 0 0 0 66 0 0 0 16 0 19 0 833727408 10813542400 926369 33554432000 1073741824 1073778376 140733542559840 18446744073709551615 271562353561 0 4 0 16800975 18446604470463877504 0 0 -1 7 0 0 0
[pid=31239/tid=31249] ppid=31237 vsize=10560100 CPUtime=0.94 cores=1,3,5,7
/proc/31239/task/31249/stat : 31249 (java) S 31237 31239 30316 0 -1 4202560 12232 0 0 0 93 1 0 0 16 0 19 0 833727408 10813542400 926369 33554432000 1073741824 1073778376 140733542559840 18446744073709551615 271562353561 0 4 0 16800975 18446604470463877504 0 0 -1 3 0 0 0
[pid=31239/tid=31250] ppid=31237 vsize=10560100 CPUtime=1.03 cores=1,3,5,7
/proc/31239/task/31250/stat : 31250 (java) S 31237 31239 30316 0 -1 4202560 10910 0 0 0 101 2 0 0 15 0 19 0 833727409 10813542400 926369 33554432000 1073741824 1073778376 140733542559840 18446744073709551615 271562354176 0 0 0 16800975 18446604470463877504 0 0 -1 3 0 0 0
[pid=31239/tid=31251] ppid=31237 vsize=10560100 CPUtime=0 cores=1,3,5,7
/proc/31239/task/31251/stat : 31251 (java) S 31237 31239 30316 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 833727409 10813542400 926369 33554432000 1073741824 1073778376 140733542559840 18446744073709551615 271562353561 0 4 0 16800975 18446604470463877504 0 0 -1 5 0 0 0
[pid=31239/tid=31252] ppid=31237 vsize=10560100 CPUtime=0 cores=1,3,5,7
/proc/31239/task/31252/stat : 31252 (java) S 31237 31239 30316 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 833727409 10813542400 926369 33554432000 1073741824 1073778376 140733542559840 18446744073709551615 271562353561 0 4 0 16800975 18446604470463877504 0 0 -1 7 0 0 0
[pid=31239/tid=31253] ppid=31237 vsize=10560100 CPUtime=0 cores=1,3,5,7
/proc/31239/task/31253/stat : 31253 (java) S 31237 31239 30316 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 833727412 10813542400 926369 33554432000 1073741824 1073778376 140733542559840 18446744073709551615 271562361265 0 4 0 16800975 18446604470463877504 0 0 -1 5 0 0 0
[pid=31239/tid=31254] ppid=31237 vsize=10560100 CPUtime=0.75 cores=1,3,5,7
/proc/31239/task/31254/stat : 31254 (java) S 31237 31239 30316 0 -1 4202560 6060 0 0 0 74 1 0 0 15 0 19 0 833727412 10813542400 926369 33554432000 1073741824 1073778376 140733542559840 18446744073709551615 271562353561 0 4 0 16800975 18446604470463877504 0 0 -1 7 0 0 0
[pid=31239/tid=31255] ppid=31237 vsize=10560100 CPUtime=1 cores=1,3,5,7
/proc/31239/task/31255/stat : 31255 (java) S 31237 31239 30316 0 -1 4202560 6078 0 0 0 100 0 0 0 15 0 19 0 833727412 10813542400 926369 33554432000 1073741824 1073778376 140733542559840 18446744073709551615 271562353561 0 4 0 16800975 18446604470463877504 0 0 -1 5 0 0 0
[pid=31239/tid=31256] ppid=31237 vsize=10560100 CPUtime=0 cores=1,3,5,7
/proc/31239/task/31256/stat : 31256 (java) S 31237 31239 30316 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 833727412 10813542400 926369 33554432000 1073741824 1073778376 140733542559840 18446744073709551615 271562353561 0 4 0 16800975 18446604470463877504 0 0 -1 5 0 0 0
[pid=31239/tid=31257] ppid=31237 vsize=10560100 CPUtime=0 cores=1,3,5,7
/proc/31239/task/31257/stat : 31257 (java) S 31237 31239 30316 0 -1 4202560 100 0 0 0 0 0 0 0 15 0 19 0 833727412 10813542400 926369 33554432000 1073741824 1073778376 140733542559840 18446744073709551615 271562354176 0 4 0 16800975 18446604470463877504 0 0 -1 3 0 0 0
[pid=31239/tid=31258] ppid=31237 vsize=10560100 CPUtime=0 cores=1,3,5,7
/proc/31239/task/31258/stat : 31258 (java) S 31237 31239 30316 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 833727426 10813542400 926369 33554432000 1073741824 1073778376 140733542559840 18446744073709551615 271562354176 0 4 0 16800975 18446604470463877504 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1728.37
Current children cumulated vsize (KiB) 10560100

[startup+1782.3 s]
/proc/loadavg: 2.00 2.02 2.00 4/490 31354
/proc/meminfo: memFree=24366692/32951124 swapFree=55639044/67111528
[pid=31239] ppid=31237 vsize=10560100 CPUtime=1788.54 cores=1,3,5,7
/proc/31239/stat : 31239 (java) S 31237 31239 30316 0 -1 4202496 931825 0 1 0 178750 104 0 0 25 0 19 0 833727405 10813542400 927119 33554432000 1073741824 1073778376 140733542559840 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/31239/statm: 2640025 927119 2256 9 0 2630759 0
[pid=31239/tid=31240] ppid=31237 vsize=10560100 CPUtime=1779.1 cores=1,3,5,7
/proc/31239/task/31240/stat : 31240 (java) R 31237 31239 30316 0 -1 4202560 831293 0 1 0 177821 89 0 0 25 0 19 0 833727406 10813542400 927119 33554432000 1073741824 1073778376 140733542559840 18446744073709551615 46912505643999 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31239/tid=31242] ppid=31237 vsize=10560100 CPUtime=0.71 cores=1,3,5,7
/proc/31239/task/31242/stat : 31242 (java) S 31237 31239 30316 0 -1 4202560 11557 0 0 0 70 1 0 0 16 0 19 0 833727408 10813542400 927119 33554432000 1073741824 1073778376 140733542559840 18446744073709551615 271562353561 0 4 0 16800975 18446604470463877504 0 0 -1 3 0 0 0
[pid=31239/tid=31243] ppid=31237 vsize=10560100 CPUtime=0.79 cores=1,3,5,7
/proc/31239/task/31243/stat : 31243 (java) S 31237 31239 30316 0 -1 4202560 6011 0 0 0 79 0 0 0 16 0 19 0 833727408 10813542400 927119 33554432000 1073741824 1073778376 140733542559840 18446744073709551615 271562353561 0 4 0 16800975 18446604470463877504 0 0 -1 3 0 0 0
[pid=31239/tid=31244] ppid=31237 vsize=10560100 CPUtime=0.93 cores=1,3,5,7
/proc/31239/task/31244/stat : 31244 (java) S 31237 31239 30316 0 -1 4202560 8749 0 0 0 92 1 0 0 15 0 19 0 833727408 10813542400 927119 33554432000 1073741824 1073778376 140733542559840 18446744073709551615 271562353561 0 4 0 16800975 18446604470463877504 0 0 -1 5 0 0 0
[pid=31239/tid=31245] ppid=31237 vsize=10560100 CPUtime=0.7 cores=1,3,5,7
/proc/31239/task/31245/stat : 31245 (java) S 31237 31239 30316 0 -1 4202560 7398 0 0 0 69 1 0 0 16 0 19 0 833727408 10813542400 927119 33554432000 1073741824 1073778376 140733542559840 18446744073709551615 271562353561 0 4 0 16800975 18446604470463877504 0 0 -1 7 0 0 0
[pid=31239/tid=31246] ppid=31237 vsize=10560100 CPUtime=0.74 cores=1,3,5,7
/proc/31239/task/31246/stat : 31246 (java) S 31237 31239 30316 0 -1 4202560 8069 0 0 0 74 0 0 0 15 0 19 0 833727408 10813542400 927119 33554432000 1073741824 1073778376 140733542559840 18446744073709551615 271562353561 0 4 0 16800975 18446604470463877504 0 0 -1 1 0 0 0
[pid=31239/tid=31247] ppid=31237 vsize=10560100 CPUtime=1 cores=1,3,5,7
/proc/31239/task/31247/stat : 31247 (java) S 31237 31239 30316 0 -1 4202560 15292 0 0 0 98 2 0 0 16 0 19 0 833727408 10813542400 927119 33554432000 1073741824 1073778376 140733542559840 18446744073709551615 271562353561 0 4 0 16800975 18446604470463877504 0 0 -1 5 0 0 0
[pid=31239/tid=31248] ppid=31237 vsize=10560100 CPUtime=0.72 cores=1,3,5,7
/proc/31239/task/31248/stat : 31248 (java) S 31237 31239 30316 0 -1 4202560 6888 0 0 0 72 0 0 0 16 0 19 0 833727408 10813542400 927119 33554432000 1073741824 1073778376 140733542559840 18446744073709551615 271562353561 0 4 0 16800975 18446604470463877504 0 0 -1 1 0 0 0
[pid=31239/tid=31249] ppid=31237 vsize=10560100 CPUtime=0.96 cores=1,3,5,7
/proc/31239/task/31249/stat : 31249 (java) S 31237 31239 30316 0 -1 4202560 12262 0 0 0 95 1 0 0 15 0 19 0 833727408 10813542400 927119 33554432000 1073741824 1073778376 140733542559840 18446744073709551615 271562353561 0 4 0 16800975 18446604470463877504 0 0 -1 1 0 0 0
[pid=31239/tid=31250] ppid=31237 vsize=10560100 CPUtime=1.03 cores=1,3,5,7
/proc/31239/task/31250/stat : 31250 (java) S 31237 31239 30316 0 -1 4202560 10914 0 0 0 101 2 0 0 15 0 19 0 833727409 10813542400 927119 33554432000 1073741824 1073778376 140733542559840 18446744073709551615 271562354176 0 0 0 16800975 18446604470463877504 0 0 -1 3 0 0 0
[pid=31239/tid=31251] ppid=31237 vsize=10560100 CPUtime=0 cores=1,3,5,7
/proc/31239/task/31251/stat : 31251 (java) S 31237 31239 30316 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 833727409 10813542400 927119 33554432000 1073741824 1073778376 140733542559840 18446744073709551615 271562353561 0 4 0 16800975 18446604470463877504 0 0 -1 5 0 0 0
[pid=31239/tid=31252] ppid=31237 vsize=10560100 CPUtime=0 cores=1,3,5,7
/proc/31239/task/31252/stat : 31252 (java) S 31237 31239 30316 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 833727409 10813542400 927119 33554432000 1073741824 1073778376 140733542559840 18446744073709551615 271562353561 0 4 0 16800975 18446604470463877504 0 0 -1 7 0 0 0
[pid=31239/tid=31253] ppid=31237 vsize=10560100 CPUtime=0 cores=1,3,5,7
/proc/31239/task/31253/stat : 31253 (java) S 31237 31239 30316 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 833727412 10813542400 927119 33554432000 1073741824 1073778376 140733542559840 18446744073709551615 271562361265 0 4 0 16800975 18446604470463877504 0 0 -1 5 0 0 0
[pid=31239/tid=31254] ppid=31237 vsize=10560100 CPUtime=0.75 cores=1,3,5,7
/proc/31239/task/31254/stat : 31254 (java) S 31237 31239 30316 0 -1 4202560 6060 0 0 0 74 1 0 0 15 0 19 0 833727412 10813542400 927119 33554432000 1073741824 1073778376 140733542559840 18446744073709551615 271562353561 0 4 0 16800975 18446604470463877504 0 0 -1 7 0 0 0
[pid=31239/tid=31255] ppid=31237 vsize=10560100 CPUtime=1 cores=1,3,5,7
/proc/31239/task/31255/stat : 31255 (java) S 31237 31239 30316 0 -1 4202560 6078 0 0 0 100 0 0 0 15 0 19 0 833727412 10813542400 927119 33554432000 1073741824 1073778376 140733542559840 18446744073709551615 271562353561 0 4 0 16800975 18446604470463877504 0 0 -1 5 0 0 0
[pid=31239/tid=31256] ppid=31237 vsize=10560100 CPUtime=0 cores=1,3,5,7
/proc/31239/task/31256/stat : 31256 (java) S 31237 31239 30316 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 833727412 10813542400 927119 33554432000 1073741824 1073778376 140733542559840 18446744073709551615 271562353561 0 4 0 16800975 18446604470463877504 0 0 -1 5 0 0 0
[pid=31239/tid=31257] ppid=31237 vsize=10560100 CPUtime=0 cores=1,3,5,7
/proc/31239/task/31257/stat : 31257 (java) S 31237 31239 30316 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 19 0 833727412 10813542400 927119 33554432000 1073741824 1073778376 140733542559840 18446744073709551615 271562354176 0 4 0 16800975 18446604470463877504 0 0 -1 3 0 0 0
[pid=31239/tid=31258] ppid=31237 vsize=10560100 CPUtime=0 cores=1,3,5,7
/proc/31239/task/31258/stat : 31258 (java) S 31237 31239 30316 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 833727426 10813542400 927119 33554432000 1073741824 1073778376 140733542559840 18446744073709551615 271562354176 0 4 0 16800975 18446604470463877504 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1788.54
Current children cumulated vsize (KiB) 10560100



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1793.8 s]
/proc/loadavg: 2.00 2.02 2.00 3/490 31355
/proc/meminfo: memFree=24366068/32951124 swapFree=55639044/67111528
[pid=31239] ppid=31237 vsize=10560100 CPUtime=1800.06 cores=1,3,5,7
/proc/31239/stat : 31239 (java) S 31237 31239 30316 0 -1 4202496 931825 0 1 0 179902 104 0 0 25 0 19 0 833727405 10813542400 927119 33554432000 1073741824 1073778376 140733542559840 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/31239/statm: 2640025 927119 2256 9 0 2630759 0
[pid=31239/tid=31240] ppid=31237 vsize=10560100 CPUtime=1790.61 cores=1,3,5,7
/proc/31239/task/31240/stat : 31240 (java) R 31237 31239 30316 0 -1 4202560 831293 0 1 0 178972 89 0 0 25 0 19 0 833727406 10813542400 927119 33554432000 1073741824 1073778376 140733542559840 18446744073709551615 46912505600180 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31239/tid=31242] ppid=31237 vsize=10560100 CPUtime=0.71 cores=1,3,5,7
/proc/31239/task/31242/stat : 31242 (java) S 31237 31239 30316 0 -1 4202560 11557 0 0 0 70 1 0 0 16 0 19 0 833727408 10813542400 927119 33554432000 1073741824 1073778376 140733542559840 18446744073709551615 271562353561 0 4 0 16800975 18446604470463877504 0 0 -1 3 0 0 0
[pid=31239/tid=31243] ppid=31237 vsize=10560100 CPUtime=0.79 cores=1,3,5,7
/proc/31239/task/31243/stat : 31243 (java) S 31237 31239 30316 0 -1 4202560 6011 0 0 0 79 0 0 0 16 0 19 0 833727408 10813542400 927119 33554432000 1073741824 1073778376 140733542559840 18446744073709551615 271562353561 0 4 0 16800975 18446604470463877504 0 0 -1 3 0 0 0
[pid=31239/tid=31244] ppid=31237 vsize=10560100 CPUtime=0.93 cores=1,3,5,7
/proc/31239/task/31244/stat : 31244 (java) S 31237 31239 30316 0 -1 4202560 8749 0 0 0 92 1 0 0 15 0 19 0 833727408 10813542400 927119 33554432000 1073741824 1073778376 140733542559840 18446744073709551615 271562353561 0 4 0 16800975 18446604470463877504 0 0 -1 5 0 0 0
[pid=31239/tid=31245] ppid=31237 vsize=10560100 CPUtime=0.7 cores=1,3,5,7
/proc/31239/task/31245/stat : 31245 (java) S 31237 31239 30316 0 -1 4202560 7398 0 0 0 69 1 0 0 16 0 19 0 833727408 10813542400 927119 33554432000 1073741824 1073778376 140733542559840 18446744073709551615 271562353561 0 4 0 16800975 18446604470463877504 0 0 -1 7 0 0 0
[pid=31239/tid=31246] ppid=31237 vsize=10560100 CPUtime=0.74 cores=1,3,5,7
/proc/31239/task/31246/stat : 31246 (java) S 31237 31239 30316 0 -1 4202560 8069 0 0 0 74 0 0 0 15 0 19 0 833727408 10813542400 927119 33554432000 1073741824 1073778376 140733542559840 18446744073709551615 271562353561 0 4 0 16800975 18446604470463877504 0 0 -1 1 0 0 0
[pid=31239/tid=31247] ppid=31237 vsize=10560100 CPUtime=1 cores=1,3,5,7
/proc/31239/task/31247/stat : 31247 (java) S 31237 31239 30316 0 -1 4202560 15292 0 0 0 98 2 0 0 16 0 19 0 833727408 10813542400 927119 33554432000 1073741824 1073778376 140733542559840 18446744073709551615 271562353561 0 4 0 16800975 18446604470463877504 0 0 -1 5 0 0 0
[pid=31239/tid=31248] ppid=31237 vsize=10560100 CPUtime=0.72 cores=1,3,5,7
/proc/31239/task/31248/stat : 31248 (java) S 31237 31239 30316 0 -1 4202560 6888 0 0 0 72 0 0 0 16 0 19 0 833727408 10813542400 927119 33554432000 1073741824 1073778376 140733542559840 18446744073709551615 271562353561 0 4 0 16800975 18446604470463877504 0 0 -1 1 0 0 0
[pid=31239/tid=31249] ppid=31237 vsize=10560100 CPUtime=0.96 cores=1,3,5,7
/proc/31239/task/31249/stat : 31249 (java) S 31237 31239 30316 0 -1 4202560 12262 0 0 0 95 1 0 0 15 0 19 0 833727408 10813542400 927119 33554432000 1073741824 1073778376 140733542559840 18446744073709551615 271562353561 0 4 0 16800975 18446604470463877504 0 0 -1 1 0 0 0
[pid=31239/tid=31250] ppid=31237 vsize=10560100 CPUtime=1.03 cores=1,3,5,7
/proc/31239/task/31250/stat : 31250 (java) S 31237 31239 30316 0 -1 4202560 10914 0 0 0 101 2 0 0 15 0 19 0 833727409 10813542400 927119 33554432000 1073741824 1073778376 140733542559840 18446744073709551615 271562354176 0 0 0 16800975 18446604470463877504 0 0 -1 3 0 0 0
[pid=31239/tid=31251] ppid=31237 vsize=10560100 CPUtime=0 cores=1,3,5,7
/proc/31239/task/31251/stat : 31251 (java) S 31237 31239 30316 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 833727409 10813542400 927119 33554432000 1073741824 1073778376 140733542559840 18446744073709551615 271562353561 0 4 0 16800975 18446604470463877504 0 0 -1 5 0 0 0
[pid=31239/tid=31252] ppid=31237 vsize=10560100 CPUtime=0 cores=1,3,5,7
/proc/31239/task/31252/stat : 31252 (java) S 31237 31239 30316 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 833727409 10813542400 927119 33554432000 1073741824 1073778376 140733542559840 18446744073709551615 271562353561 0 4 0 16800975 18446604470463877504 0 0 -1 7 0 0 0
[pid=31239/tid=31253] ppid=31237 vsize=10560100 CPUtime=0 cores=1,3,5,7
/proc/31239/task/31253/stat : 31253 (java) S 31237 31239 30316 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 833727412 10813542400 927119 33554432000 1073741824 1073778376 140733542559840 18446744073709551615 271562361265 0 4 0 16800975 18446604470463877504 0 0 -1 5 0 0 0
[pid=31239/tid=31254] ppid=31237 vsize=10560100 CPUtime=0.75 cores=1,3,5,7
/proc/31239/task/31254/stat : 31254 (java) S 31237 31239 30316 0 -1 4202560 6060 0 0 0 74 1 0 0 15 0 19 0 833727412 10813542400 927119 33554432000 1073741824 1073778376 140733542559840 18446744073709551615 271562353561 0 4 0 16800975 18446604470463877504 0 0 -1 7 0 0 0
[pid=31239/tid=31255] ppid=31237 vsize=10560100 CPUtime=1 cores=1,3,5,7
/proc/31239/task/31255/stat : 31255 (java) S 31237 31239 30316 0 -1 4202560 6078 0 0 0 100 0 0 0 15 0 19 0 833727412 10813542400 927119 33554432000 1073741824 1073778376 140733542559840 18446744073709551615 271562353561 0 4 0 16800975 18446604470463877504 0 0 -1 5 0 0 0
[pid=31239/tid=31256] ppid=31237 vsize=10560100 CPUtime=0 cores=1,3,5,7
/proc/31239/task/31256/stat : 31256 (java) S 31237 31239 30316 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 833727412 10813542400 927119 33554432000 1073741824 1073778376 140733542559840 18446744073709551615 271562353561 0 4 0 16800975 18446604470463877504 0 0 -1 5 0 0 0
[pid=31239/tid=31257] ppid=31237 vsize=10560100 CPUtime=0 cores=1,3,5,7
/proc/31239/task/31257/stat : 31257 (java) S 31237 31239 30316 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 19 0 833727412 10813542400 927119 33554432000 1073741824 1073778376 140733542559840 18446744073709551615 271562354176 0 4 0 16800975 18446604470463877504 0 0 -1 3 0 0 0
[pid=31239/tid=31258] ppid=31237 vsize=10560100 CPUtime=0 cores=1,3,5,7
/proc/31239/task/31258/stat : 31258 (java) S 31237 31239 30316 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 833727426 10813542400 927119 33554432000 1073741824 1073778376 140733542559840 18446744073709551615 271562354176 0 4 0 16800975 18446604470463877504 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 10560100

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

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

[startup+1793.92 s]
/proc/loadavg: 2.00 2.02 2.00 3/490 31355
/proc/meminfo: memFree=24366068/32951124 swapFree=55639044/67111528
[pid=31239] ppid=31237 vsize=0 CPUtime=1800.18 cores=1,3,5,7
/proc/31239/stat : 31239 (java) Z 31237 31239 30316 0 -1 4203548 931864 0 1 0 179908 110 0 0 17 0 2 0 833727405 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/31239/statm: 0 0 0 0 0 0 0
[pid=31239/tid=31240] ppid=31237 vsize=0 CPUtime=1790.71 cores=1,3,5,7
/proc/31239/task/31240/stat : 31240 (java) R 31237 31239 30316 0 -1 4203588 831293 0 1 0 178976 95 0 0 25 0 2 0 833727406 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.18
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1794
CPU time (s): 1800.27
CPU user time (s): 1799.09
CPU system time (s): 1.17682
CPU usage (%): 100.349
Max. virtual memory (cumulated for all children) (KiB): 10560100

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.09
system time used= 1.17682
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 931864
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= 39950
involuntary context switches= 11967

runsolver used 8.88265 second user time and 18.3792 second system time

The end

Launcher Data

Begin job on node133 at 2011-06-04 23:01:35
IDJOB=3457492
IDBENCH=2891
IDSOLVER=1951
FILE ID=node133/3457492-1307221295
RUNJOBID= node133-1307215869-30335
PBS_JOBID= 13509091
Free space on /tmp= 73980 MiB

SOLVER NAME= Sat4j CuttingPlanes 2.3.0
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/logic_synthesis/normalized-m100_100_30_30.r.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3457492-1307221295/watcher-3457492-1307221295 -o /tmp/evaluation-result-3457492-1307221295/solver-3457492-1307221295 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3457492-1307221295.opb

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

MD5SUM BENCH= 28e00d9d9bb0c4a536b74577b47a7849
RANDOM SEED=1605014588

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.834
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.83
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.834
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.74
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.834
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:      28996992 kB
Buffers:        336760 kB
Cached:         623344 kB
SwapCached:      10584 kB
Active:        3104744 kB
Inactive:       570140 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28996992 kB
SwapTotal:    67111528 kB
SwapFree:     55639044 kB
Dirty:             860 kB
Writeback:           0 kB
AnonPages:     2711796 kB
Mapped:          21084 kB
Slab:           153332 kB
PageTables:      58892 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 125277700 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73980 MiB
End job on node133 at 2011-06-04 23:31:31