Trace number 3458850

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.08 1797.67

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=80-sizeP=41-sizeQ=80-898154415-max.opb
MD5SUM6a9fe13a82af2a971b95647e608ff18d
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -1
Optimality of the best value was proved NO
Number of variables3401
Total number of constraints9841
Number of constraints which are clauses9840
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 constraint3280
Number of terms in the objective function 41
Biggest coefficient in the objective function 1099511627776
Number of bits for the biggest coefficient in the objective function 41
Sum of the numbers in the objective function 2199023255551
Number of bits of the sum of numbers in the objective function 41
Biggest number in a constraint 664613997892457936451903530140172288
Number of bits of the biggest number in a constraint 120
Biggest sum of numbers in a constraint 2658455991569719978762429512260881840
Number of bits of the biggest sum of numbers121
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.02/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.02/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.08	c See www.sat4j.org for details.
0.02/0.09	c version 2.3.1.v20110525
0.02/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.09	c java.vm.version	19.1-b02
0.02/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.09	c sun.arch.data.model	64
0.02/0.09	c java.version		1.6.0_24
0.02/0.09	c os.name		Linux
0.02/0.09	c os.version		2.6.18-164.el5
0.02/0.09	c os.arch		amd64
0.02/0.09	c Free memory 		12995394264
0.02/0.09	c Max memory 		13063553024
0.02/0.09	c Total memory 		13063553024
0.02/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-3458850-1307155463.opb
0.10/0.11	c reading problem ... 
0.68/0.41	c ... done. Wall clock time 0.297s.
0.68/0.41	c #vars     3401
0.68/0.41	c #constraints  10662
0.68/0.41	c constraints type 
0.68/0.41	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3280
0.68/0.41	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 6560
0.68/0.41	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
20.05/19.41	c cleaning 2490 clauses out of 5000 with flag 5000/5000
41.59/40.91	c cleaning 4251 clauses out of 8510 with flag 11000/11000
65.30/64.68	c cleaning 5624 clauses out of 11259 with flag 18000/18000
92.42/91.78	c cleaning 6816 clauses out of 13636 with flag 26001/26001
125.88/125.17	c cleaning 7907 clauses out of 15819 with flag 35000/35000
171.30/170.57	c cleaning 8952 clauses out of 17913 with flag 45001/45001
216.70/215.93	c cleaning 9472 clauses out of 18961 with flag 55001/55001
257.03/256.11	c cleaning 9742 clauses out of 19490 with flag 65002/65002
290.88/289.59	c cleaning 9870 clauses out of 19746 with flag 75000/75000
324.70/322.96	c cleaning 9932 clauses out of 19876 with flag 85000/85000
352.63/350.83	c cleaning 9967 clauses out of 19946 with flag 95002/95002
377.74/375.94	c cleaning 9984 clauses out of 19977 with flag 105000/105000
415.25/413.46	c cleaning 9994 clauses out of 19995 with flag 115002/115002
448.49/446.68	c cleaning 9996 clauses out of 20001 with flag 125002/125002
481.40/479.54	c cleaning 9996 clauses out of 20004 with flag 135001/135001
512.51/510.60	c cleaning 9993 clauses out of 20007 with flag 145000/145000
552.02/550.19	c cleaning 9993 clauses out of 20014 with flag 155000/155000
603.43/601.54	c cleaning 9992 clauses out of 20021 with flag 165000/165000
648.76/646.88	c cleaning 10003 clauses out of 20029 with flag 175000/175000
687.96/686.01	c cleaning 10011 clauses out of 20026 with flag 185000/185000
719.19/717.26	c cleaning 9999 clauses out of 20017 with flag 195002/195002
750.59/748.65	c cleaning 10001 clauses out of 20016 with flag 205000/205000
788.60/786.66	c cleaning 9999 clauses out of 20015 with flag 215000/215000
840.41/838.40	c cleaning 10002 clauses out of 20016 with flag 225000/225000
878.33/876.35	c cleaning 10001 clauses out of 20014 with flag 235000/235000
908.74/906.79	c cleaning 9999 clauses out of 20013 with flag 245000/245000
942.16/940.11	c cleaning 10000 clauses out of 20015 with flag 255001/255001
977.46/975.47	c cleaning 10006 clauses out of 20015 with flag 265001/265001
1004.78/1002.77	c cleaning 9998 clauses out of 20008 with flag 275000/275000
1041.79/1039.70	c cleaning 9996 clauses out of 20011 with flag 285001/285001
1065.64/1063.52	c cleaning 10003 clauses out of 20015 with flag 295001/295001
1085.16/1083.10	c cleaning 9999 clauses out of 20012 with flag 305001/305001
1103.77/1101.62	c cleaning 10000 clauses out of 20013 with flag 315001/315001
1132.38/1130.25	c cleaning 10002 clauses out of 20013 with flag 325001/325001
1168.90/1166.79	c cleaning 10000 clauses out of 20011 with flag 335001/335001
1204.61/1202.47	c cleaning 9996 clauses out of 20010 with flag 345000/345000
1277.23/1275.01	c cleaning 10001 clauses out of 20014 with flag 355000/355000
1361.25/1359.08	c cleaning 10003 clauses out of 20014 with flag 365001/365001
1439.37/1437.17	c cleaning 9992 clauses out of 20010 with flag 375000/375000
1509.19/1506.94	c cleaning 9990 clauses out of 20018 with flag 385000/385000
1569.29/1567.09	c cleaning 10009 clauses out of 20028 with flag 395000/395000
1600.42/1598.10	c cleaning 10003 clauses out of 20020 with flag 405001/405001
1623.94/1621.69	c cleaning 10005 clauses out of 20017 with flag 415001/415001
1652.37/1650.05	c cleaning 10001 clauses out of 20012 with flag 425001/425001
1677.57/1675.28	c cleaning 9991 clauses out of 20010 with flag 435000/435000
1704.09/1701.79	c cleaning 9997 clauses out of 20019 with flag 445000/445000
1732.48/1730.12	c cleaning 10006 clauses out of 20023 with flag 455001/455001
1765.70/1763.35	c cleaning 10001 clauses out of 20018 with flag 465002/465002
1798.20/1795.80	c cleaning 10003 clauses out of 20017 with flag 475002/475002
1800.01/1797.62	c starts		: 151
1800.01/1797.62	c conflicts		: 475481
1800.01/1797.62	c decisions		: 649424
1800.01/1797.62	c propagations		: 40743269
1800.01/1797.62	c inspects		: 571392783
1800.01/1797.62	c shortcuts		: 0
1800.01/1797.62	c learnt literals	: 0
1800.01/1797.62	c learnt binary clauses	: 8
1800.01/1797.62	c learnt ternary clauses	: 86
1800.01/1797.62	c learnt constraints	: 475480
1800.01/1797.62	c ignored constraints	: 0
1800.01/1797.62	c root simplifications	: 0
1800.01/1797.62	c removed literals (reason simplification)	: 333662530
1800.01/1797.62	c reason swapping (by a shorter reason)	: 0
1800.01/1797.62	c Calls to reduceDB	: 49
1800.01/1797.62	c number of reductions to clauses (during analyze)	: 0
1800.01/1797.62	c number of learned constraints concerned by reduction	: 0
1800.01/1797.62	c number of learning phase by resolution	: 0
1800.01/1797.62	c number of learning phase by cutting planes	: 0
1800.01/1797.62	c speed (assignments/second)	: 22670.250549044547
1800.01/1797.62	c non guided choices	31
1800.01/1797.63	c learnt constraints type 
1800.01/1797.63	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 8
1800.01/1797.63	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 10486
1800.01/1797.63	c constraints type 
1800.01/1797.63	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3280
1800.01/1797.63	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 6560
1800.01/1797.63	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.01/1797.63	s UNKNOWN
1800.01/1797.63	c Total wall clock time (in seconds): 1797.518

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-3458850-1307155463/watcher-3458850-1307155463 -o /tmp/evaluation-result-3458850-1307155463/solver-3458850-1307155463 -C 1800 -W 1900 -M 15500 java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3458850-1307155463.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.19 1.74 1.90 2/454 8578
/proc/meminfo: memFree=24629408/32951124 swapFree=50923800/67111528
[pid=8578] ppid=8576 vsize=13508980 CPUtime=0 cores=1,3,5,7
/proc/8578/stat : 8578 (java) S 8576 8578 5628 0 -1 4202496 1844 0 1 0 0 0 0 0 25 0 2 0 807961925 13833195520 1546 33554432000 1073741824 1073778376 140735690785344 18446744073709551615 270350186469 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0
/proc/8578/statm: 3377245 1560 906 9 0 3368401 0
[pid=8578/tid=8579] ppid=8576 vsize=13526316 CPUtime=0 cores=1,3,5,7
/proc/8578/task/8579/stat : 8579 (java) R 8576 8578 5628 0 -1 4202560 5673 0 1 0 0 0 0 0 25 0 2 0 807961925 13850947584 6488 33554432000 1073741824 1073778376 140735690785344 18446744073709551615 270338077755 0 4 0 16784584 0 0 0 -1 5 0 0 0

[startup+0.0343081 s]
/proc/loadavg: 1.19 1.74 1.90 2/454 8578
/proc/meminfo: memFree=24629408/32951124 swapFree=50923800/67111528
[pid=8578] ppid=8576 vsize=13537012 CPUtime=0.02 cores=1,3,5,7
/proc/8578/stat : 8578 (java) S 8576 8578 5628 0 -1 4202496 13328 0 1 0 1 1 0 0 25 0 10 0 807961925 13861900288 13027 33554432000 1073741824 1073778376 140735690785344 18446744073709551615 270350186469 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0
/proc/8578/statm: 3384253 13027 1522 9 0 3375001 0
[pid=8578/tid=8579] ppid=8576 vsize=13537012 CPUtime=0.02 cores=1,3,5,7
/proc/8578/task/8579/stat : 8579 (java) R 8576 8578 5628 0 -1 4202560 12207 0 1 0 1 1 0 0 25 0 10 0 807961925 13861900288 13027 33554432000 1073741824 1073778376 140735690785344 18446744073709551615 47466784152847 0 4 0 16784584 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13537012

[startup+0.100258 s]
/proc/loadavg: 1.19 1.74 1.90 2/454 8578
/proc/meminfo: memFree=24629408/32951124 swapFree=50923800/67111528
[pid=8578] ppid=8576 vsize=13622384 CPUtime=0.1 cores=1,3,5,7
/proc/8578/stat : 8578 (java) S 8576 8578 5628 0 -1 4202496 15521 0 1 0 9 1 0 0 25 0 18 0 807961925 13949321216 15214 33554432000 1073741824 1073778376 140735690785344 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/8578/statm: 3405596 15214 2092 9 0 3396330 0
[pid=8578/tid=8579] ppid=8576 vsize=13622384 CPUtime=0.08 cores=1,3,5,7
/proc/8578/task/8579/stat : 8579 (java) R 8576 8578 5628 0 -1 4202560 13601 0 1 0 7 1 0 0 22 0 18 0 807961925 13949321216 15214 33554432000 1073741824 1073778376 140735690785344 18446744073709551615 46912496210736 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 13622384

[startup+0.300218 s]
/proc/loadavg: 1.19 1.74 1.90 2/454 8578
/proc/meminfo: memFree=24629408/32951124 swapFree=50923800/67111528
[pid=8578] ppid=8576 vsize=13623692 CPUtime=0.48 cores=1,3,5,7
/proc/8578/stat : 8578 (java) S 8576 8578 5628 0 -1 4202496 18349 0 1 0 46 2 0 0 25 0 18 0 807961925 13950660608 17788 33554432000 1073741824 1073778376 140735690785344 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/8578/statm: 3405923 17788 2201 9 0 3396657 0
[pid=8578/tid=8579] ppid=8576 vsize=13623692 CPUtime=0.28 cores=1,3,5,7
/proc/8578/task/8579/stat : 8579 (java) R 8576 8578 5628 0 -1 4202560 15517 0 1 0 26 2 0 0 22 0 18 0 807961925 13950660608 17788 33554432000 1073741824 1073778376 140735690785344 18446744073709551615 46912505219208 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 13623692

[startup+0.701138 s]
/proc/loadavg: 1.19 1.74 1.90 2/454 8578
/proc/meminfo: memFree=24629408/32951124 swapFree=50923800/67111528
[pid=8578] ppid=8576 vsize=13693252 CPUtime=1.27 cores=1,3,5,7
/proc/8578/stat : 8578 (java) S 8576 8578 5628 0 -1 4202496 24913 0 1 0 124 3 0 0 25 0 19 0 807961925 14021890048 23241 33554432000 1073741824 1073778376 140735690785344 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/8578/statm: 3423313 23241 2231 9 0 3414047 0
[pid=8578/tid=8579] ppid=8576 vsize=13693252 CPUtime=0.68 cores=1,3,5,7
/proc/8578/task/8579/stat : 8579 (java) R 8576 8578 5628 0 -1 4202560 19564 0 1 0 66 2 0 0 25 0 19 0 807961925 14021890048 23241 33554432000 1073741824 1073778376 140735690785344 18446744073709551615 46912505675108 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.27
Current children cumulated vsize (KiB) 13693252

[startup+1.50098 s]
/proc/loadavg: 1.19 1.74 1.90 3/474 8598
/proc/meminfo: memFree=24356076/32951124 swapFree=50923800/67111528
[pid=8578] ppid=8576 vsize=13693252 CPUtime=2.1 cores=1,3,5,7
/proc/8578/stat : 8578 (java) S 8576 8578 5628 0 -1 4202496 26093 0 1 0 207 3 0 0 25 0 19 0 807961925 14021890048 24420 33554432000 1073741824 1073778376 140735690785344 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/8578/statm: 3423313 24420 2233 9 0 3414047 0
[pid=8578/tid=8579] ppid=8576 vsize=13693252 CPUtime=1.48 cores=1,3,5,7
/proc/8578/task/8579/stat : 8579 (java) R 8576 8578 5628 0 -1 4202560 20736 0 1 0 146 2 0 0 25 0 19 0 807961925 14021890048 24420 33554432000 1073741824 1073778376 140735690785344 18446744073709551615 46912505649068 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=8578/tid=8581] ppid=8576 vsize=13693252 CPUtime=0 cores=1,3,5,7
/proc/8578/task/8581/stat : 8581 (java) S 8576 8578 5628 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 807961927 14021890048 24420 33554432000 1073741824 1073778376 140735690785344 18446744073709551615 270350199705 0 4 0 16800975 18446604456571786432 0 0 -1 5 0 0 0
[pid=8578/tid=8582] ppid=8576 vsize=13693252 CPUtime=0 cores=1,3,5,7
/proc/8578/task/8582/stat : 8582 (java) S 8576 8578 5628 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 807961927 14021890048 24420 33554432000 1073741824 1073778376 140735690785344 18446744073709551615 270350199705 0 4 0 16800975 18446604456571786432 0 0 -1 5 0 0 0
[pid=8578/tid=8583] ppid=8576 vsize=13693252 CPUtime=0 cores=1,3,5,7
/proc/8578/task/8583/stat : 8583 (java) S 8576 8578 5628 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 807961927 14021890048 24420 33554432000 1073741824 1073778376 140735690785344 18446744073709551615 270350199705 0 4 0 16800975 18446604456571786432 0 0 -1 5 0 0 0
[pid=8578/tid=8584] ppid=8576 vsize=13693252 CPUtime=0 cores=1,3,5,7
/proc/8578/task/8584/stat : 8584 (java) S 8576 8578 5628 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 807961927 14021890048 24420 33554432000 1073741824 1073778376 140735690785344 18446744073709551615 270350199705 0 4 0 16800975 18446604456571786432 0 0 -1 5 0 0 0
[pid=8578/tid=8585] ppid=8576 vsize=13693252 CPUtime=0 cores=1,3,5,7
/proc/8578/task/8585/stat : 8585 (java) S 8576 8578 5628 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 807961927 14021890048 24420 33554432000 1073741824 1073778376 140735690785344 18446744073709551615 270350199705 0 4 0 16800975 18446604456571786432 0 0 -1 5 0 0 0
[pid=8578/tid=8586] ppid=8576 vsize=13693252 CPUtime=0 cores=1,3,5,7
/proc/8578/task/8586/stat : 8586 (java) S 8576 8578 5628 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 807961927 14021890048 24420 33554432000 1073741824 1073778376 140735690785344 18446744073709551615 270350199705 0 4 0 16800975 18446604456571786432 0 0 -1 5 0 0 0
[pid=8578/tid=8587] ppid=8576 vsize=13693252 CPUtime=0 cores=1,3,5,7
/proc/8578/task/8587/stat : 8587 (java) S 8576 8578 5628 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 807961927 14021890048 24420 33554432000 1073741824 1073778376 140735690785344 18446744073709551615 270350199705 0 4 0 16800975 18446604456571786432 0 0 -1 5 0 0 0
[pid=8578/tid=8588] ppid=8576 vsize=13693252 CPUtime=0 cores=1,3,5,7
/proc/8578/task/8588/stat : 8588 (java) S 8576 8578 5628 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 807961927 14021890048 24420 33554432000 1073741824 1073778376 140735690785344 18446744073709551615 270350199705 0 4 0 16800975 18446604456571786432 0 0 -1 5 0 0 0
[pid=8578/tid=8589] ppid=8576 vsize=13693252 CPUtime=0 cores=1,3,5,7
/proc/8578/task/8589/stat : 8589 (java) S 8576 8578 5628 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 807961929 14021890048 24420 33554432000 1073741824 1073778376 140735690785344 18446744073709551615 270350200320 0 0 0 16800975 18446604456571786432 0 0 -1 5 0 0 0
[pid=8578/tid=8590] ppid=8576 vsize=13693252 CPUtime=0 cores=1,3,5,7
/proc/8578/task/8590/stat : 8590 (java) S 8576 8578 5628 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 807961929 14021890048 24420 33554432000 1073741824 1073778376 140735690785344 18446744073709551615 270350199705 0 4 0 16800975 18446604456571786432 0 0 -1 5 0 0 0
[pid=8578/tid=8591] ppid=8576 vsize=13693252 CPUtime=0 cores=1,3,5,7
/proc/8578/task/8591/stat : 8591 (java) S 8576 8578 5628 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 807961929 14021890048 24420 33554432000 1073741824 1073778376 140735690785344 18446744073709551615 270350199705 0 4 0 16800975 18446604456571786432 0 0 -1 7 0 0 0
[pid=8578/tid=8592] ppid=8576 vsize=13693252 CPUtime=0 cores=1,3,5,7
/proc/8578/task/8592/stat : 8592 (java) S 8576 8578 5628 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 807961931 14021890048 24420 33554432000 1073741824 1073778376 140735690785344 18446744073709551615 270350207409 0 4 0 16800975 18446604456571786432 0 0 -1 5 0 0 0
[pid=8578/tid=8593] ppid=8576 vsize=13693252 CPUtime=0.32 cores=1,3,5,7
/proc/8578/task/8593/stat : 8593 (java) S 8576 8578 5628 0 -1 4202560 2280 0 0 0 32 0 0 0 15 0 19 0 807961931 14021890048 24420 33554432000 1073741824 1073778376 140735690785344 18446744073709551615 270350199705 0 4 0 16800975 18446604456571786432 0 0 -1 5 0 0 0
[pid=8578/tid=8594] ppid=8576 vsize=13693252 CPUtime=0.28 cores=1,3,5,7
/proc/8578/task/8594/stat : 8594 (java) S 8576 8578 5628 0 -1 4202560 1917 0 0 0 28 0 0 0 15 0 19 0 807961931 14021890048 24420 33554432000 1073741824 1073778376 140735690785344 18446744073709551615 270350199705 0 4 0 16800975 18446604456571786432 0 0 -1 1 0 0 0
[pid=8578/tid=8595] ppid=8576 vsize=13693252 CPUtime=0 cores=1,3,5,7
/proc/8578/task/8595/stat : 8595 (java) S 8576 8578 5628 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 807961931 14021890048 24420 33554432000 1073741824 1073778376 140735690785344 18446744073709551615 270350199705 0 4 0 16800975 18446604456571786432 0 0 -1 5 0 0 0
[pid=8578/tid=8596] ppid=8576 vsize=13693252 CPUtime=0 cores=1,3,5,7
/proc/8578/task/8596/stat : 8596 (java) S 8576 8578 5628 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 807961931 14021890048 24420 33554432000 1073741824 1073778376 140735690785344 18446744073709551615 270350200320 0 4 0 16800975 18446604456571786432 0 0 -1 5 0 0 0
[pid=8578/tid=8597] ppid=8576 vsize=13693252 CPUtime=0 cores=1,3,5,7
/proc/8578/task/8597/stat : 8597 (java) S 8576 8578 5628 0 -1 4202560 7 0 0 0 0 0 0 0 24 0 19 0 807961967 14021890048 24420 33554432000 1073741824 1073778376 140735690785344 18446744073709551615 270350200320 0 4 0 16800975 18446604456571786432 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.1
Current children cumulated vsize (KiB) 13693252

[startup+3.10071 s]
/proc/loadavg: 1.25 1.74 1.90 3/474 8598
/proc/meminfo: memFree=24346348/32951124 swapFree=50923800/67111528
[pid=8578] ppid=8576 vsize=13693252 CPUtime=3.71 cores=1,3,5,7
/proc/8578/stat : 8578 (java) S 8576 8578 5628 0 -1 4202496 28455 0 1 0 368 3 0 0 25 0 19 0 807961925 14021890048 26782 33554432000 1073741824 1073778376 140735690785344 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/8578/statm: 3423313 26782 2233 9 0 3414047 0
[pid=8578/tid=8579] ppid=8576 vsize=13693252 CPUtime=3.07 cores=1,3,5,7
/proc/8578/task/8579/stat : 8579 (java) R 8576 8578 5628 0 -1 4202560 23095 0 1 0 305 2 0 0 25 0 19 0 807961925 14021890048 26782 33554432000 1073741824 1073778376 140735690785344 18446744073709551615 46912505649141 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=8578/tid=8581] ppid=8576 vsize=13693252 CPUtime=0 cores=1,3,5,7
/proc/8578/task/8581/stat : 8581 (java) S 8576 8578 5628 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 807961927 14021890048 26782 33554432000 1073741824 1073778376 140735690785344 18446744073709551615 270350199705 0 4 0 16800975 18446604456571786432 0 0 -1 5 0 0 0
[pid=8578/tid=8582] ppid=8576 vsize=13693252 CPUtime=0 cores=1,3,5,7
/proc/8578/task/8582/stat : 8582 (java) S 8576 8578 5628 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 807961927 14021890048 26782 33554432000 1073741824 1073778376 140735690785344 18446744073709551615 270350199705 0 4 0 16800975 18446604456571786432 0 0 -1 5 0 0 0
[pid=8578/tid=8583] ppid=8576 vsize=13693252 CPUtime=0 cores=1,3,5,7
/proc/8578/task/8583/stat : 8583 (java) S 8576 8578 5628 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 807961927 14021890048 26782 33554432000 1073741824 1073778376 140735690785344 18446744073709551615 270350199705 0 4 0 16800975 18446604456571786432 0 0 -1 5 0 0 0
[pid=8578/tid=8584] ppid=8576 vsize=13693252 CPUtime=0 cores=1,3,5,7
/proc/8578/task/8584/stat : 8584 (java) S 8576 8578 5628 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 807961927 14021890048 26782 33554432000 1073741824 1073778376 140735690785344 18446744073709551615 270350199705 0 4 0 16800975 18446604456571786432 0 0 -1 5 0 0 0
[pid=8578/tid=8585] ppid=8576 vsize=13693252 CPUtime=0 cores=1,3,5,7
/proc/8578/task/8585/stat : 8585 (java) S 8576 8578 5628 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 807961927 14021890048 26783 33554432000 1073741824 1073778376 140735690785344 18446744073709551615 270350199705 0 4 0 16800975 18446604456571786432 0 0 -1 5 0 0 0
[pid=8578/tid=8586] ppid=8576 vsize=13693252 CPUtime=0 cores=1,3,5,7
/proc/8578/task/8586/stat : 8586 (java) S 8576 8578 5628 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 807961927 14021890048 26783 33554432000 1073741824 1073778376 140735690785344 18446744073709551615 270350199705 0 4 0 16800975 18446604456571786432 0 0 -1 5 0 0 0
[pid=8578/tid=8587] ppid=8576 vsize=13693252 CPUtime=0 cores=1,3,5,7
/proc/8578/task/8587/stat : 8587 (java) S 8576 8578 5628 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 807961927 14021890048 26783 33554432000 1073741824 1073778376 140735690785344 18446744073709551615 270350199705 0 4 0 16800975 18446604456571786432 0 0 -1 5 0 0 0
[pid=8578/tid=8588] ppid=8576 vsize=13693252 CPUtime=0 cores=1,3,5,7
/proc/8578/task/8588/stat : 8588 (java) S 8576 8578 5628 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 807961927 14021890048 26783 33554432000 1073741824 1073778376 140735690785344 18446744073709551615 270350199705 0 4 0 16800975 18446604456571786432 0 0 -1 5 0 0 0
[pid=8578/tid=8589] ppid=8576 vsize=13693252 CPUtime=0 cores=1,3,5,7
/proc/8578/task/8589/stat : 8589 (java) S 8576 8578 5628 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 807961929 14021890048 26783 33554432000 1073741824 1073778376 140735690785344 18446744073709551615 270350200320 0 0 0 16800975 18446604456571786432 0 0 -1 5 0 0 0
[pid=8578/tid=8590] ppid=8576 vsize=13693252 CPUtime=0 cores=1,3,5,7
/proc/8578/task/8590/stat : 8590 (java) S 8576 8578 5628 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 807961929 14021890048 26783 33554432000 1073741824 1073778376 140735690785344 18446744073709551615 270350199705 0 4 0 16800975 18446604456571786432 0 0 -1 5 0 0 0
[pid=8578/tid=8591] ppid=8576 vsize=13693252 CPUtime=0 cores=1,3,5,7
/proc/8578/task/8591/stat : 8591 (java) S 8576 8578 5628 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 807961929 14021890048 26783 33554432000 1073741824 1073778376 140735690785344 18446744073709551615 270350199705 0 4 0 16800975 18446604456571786432 0 0 -1 7 0 0 0
[pid=8578/tid=8592] ppid=8576 vsize=13693252 CPUtime=0 cores=1,3,5,7
/proc/8578/task/8592/stat : 8592 (java) S 8576 8578 5628 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 807961931 14021890048 26783 33554432000 1073741824 1073778376 140735690785344 18446744073709551615 270350207409 0 4 0 16800975 18446604456571786432 0 0 -1 5 0 0 0
[pid=8578/tid=8593] ppid=8576 vsize=13693252 CPUtime=0.33 cores=1,3,5,7
/proc/8578/task/8593/stat : 8593 (java) S 8576 8578 5628 0 -1 4202560 2281 0 0 0 33 0 0 0 15 0 19 0 807961931 14021890048 26783 33554432000 1073741824 1073778376 140735690785344 18446744073709551615 270350199705 0 4 0 16800975 18446604456571786432 0 0 -1 5 0 0 0
[pid=8578/tid=8594] ppid=8576 vsize=13693252 CPUtime=0.29 cores=1,3,5,7
/proc/8578/task/8594/stat : 8594 (java) S 8576 8578 5628 0 -1 4202560 1919 0 0 0 29 0 0 0 15 0 19 0 807961931 14021890048 26783 33554432000 1073741824 1073778376 140735690785344 18446744073709551615 270350199705 0 4 0 16800975 18446604456571786432 0 0 -1 1 0 0 0
[pid=8578/tid=8595] ppid=8576 vsize=13693252 CPUtime=0 cores=1,3,5,7
/proc/8578/task/8595/stat : 8595 (java) S 8576 8578 5628 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 807961931 14021890048 26783 33554432000 1073741824 1073778376 140735690785344 18446744073709551615 270350199705 0 4 0 16800975 18446604456571786432 0 0 -1 5 0 0 0
[pid=8578/tid=8596] ppid=8576 vsize=13693252 CPUtime=0 cores=1,3,5,7
/proc/8578/task/8596/stat : 8596 (java) S 8576 8578 5628 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 807961931 14021890048 26783 33554432000 1073741824 1073778376 140735690785344 18446744073709551615 270350200320 0 4 0 16800975 18446604456571786432 0 0 -1 5 0 0 0
[pid=8578/tid=8597] ppid=8576 vsize=13693252 CPUtime=0 cores=1,3,5,7
/proc/8578/task/8597/stat : 8597 (java) S 8576 8578 5628 0 -1 4202560 7 0 0 0 0 0 0 0 24 0 19 0 807961967 14021890048 26783 33554432000 1073741824 1073778376 140735690785344 18446744073709551615 270350200320 0 4 0 16800975 18446604456571786432 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.71
Current children cumulated vsize (KiB) 13693252

[startup+6.30106 s]
/proc/loadavg: 1.25 1.74 1.90 3/474 8598
/proc/meminfo: memFree=24320828/32951124 swapFree=50923800/67111528
[pid=8578] ppid=8576 vsize=13692156 CPUtime=6.92 cores=1,3,5,7
/proc/8578/stat : 8578 (java) S 8576 8578 5628 0 -1 4202496 33986 0 1 0 687 5 0 0 25 0 19 0 807961925 14020767744 31824 33554432000 1073741824 1073778376 140735690785344 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/8578/statm: 3423039 31824 2234 9 0 3413773 0
[pid=8578/tid=8579] ppid=8576 vsize=13692156 CPUtime=6.28 cores=1,3,5,7
/proc/8578/task/8579/stat : 8579 (java) R 8576 8578 5628 0 -1 4202560 28626 0 1 0 624 4 0 0 25 0 19 0 807961925 14020767744 31825 33554432000 1073741824 1073778376 140735690785344 18446744073709551615 47466786237267 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=8578/tid=8581] ppid=8576 vsize=13692156 CPUtime=0 cores=1,3,5,7
/proc/8578/task/8581/stat : 8581 (java) S 8576 8578 5628 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 807961927 14020767744 31825 33554432000 1073741824 1073778376 140735690785344 18446744073709551615 270350199705 0 4 0 16800975 18446604456571786432 0 0 -1 5 0 0 0
[pid=8578/tid=8582] ppid=8576 vsize=13692156 CPUtime=0 cores=1,3,5,7
/proc/8578/task/8582/stat : 8582 (java) S 8576 8578 5628 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 807961927 14020767744 31825 33554432000 1073741824 1073778376 140735690785344 18446744073709551615 270350199705 0 4 0 16800975 18446604456571786432 0 0 -1 5 0 0 0
[pid=8578/tid=8583] ppid=8576 vsize=13692156 CPUtime=0 cores=1,3,5,7
/proc/8578/task/8583/stat : 8583 (java) S 8576 8578 5628 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 807961927 14020767744 31825 33554432000 1073741824 1073778376 140735690785344 18446744073709551615 270350199705 0 4 0 16800975 18446604456571786432 0 0 -1 5 0 0 0
[pid=8578/tid=8584] ppid=8576 vsize=13692156 CPUtime=0 cores=1,3,5,7
/proc/8578/task/8584/stat : 8584 (java) S 8576 8578 5628 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 807961927 14020767744 31825 33554432000 1073741824 1073778376 140735690785344 18446744073709551615 270350199705 0 4 0 16800975 18446604456571786432 0 0 -1 5 0 0 0
[pid=8578/tid=8585] ppid=8576 vsize=13692156 CPUtime=0 cores=1,3,5,7
/proc/8578/task/8585/stat : 8585 (java) S 8576 8578 5628 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 807961927 14020767744 31825 33554432000 1073741824 1073778376 140735690785344 18446744073709551615 270350199705 0 4 0 16800975 18446604456571786432 0 0 -1 5 0 0 0
[pid=8578/tid=8586] ppid=8576 vsize=13692156 CPUtime=0 cores=1,3,5,7
/proc/8578/task/8586/stat : 8586 (java) S 8576 8578 5628 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 807961927 14020767744 31825 33554432000 1073741824 1073778376 140735690785344 18446744073709551615 270350199705 0 4 0 16800975 18446604456571786432 0 0 -1 5 0 0 0
[pid=8578/tid=8587] ppid=8576 vsize=13692156 CPUtime=0 cores=1,3,5,7
/proc/8578/task/8587/stat : 8587 (java) S 8576 8578 5628 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 807961927 14020767744 31825 33554432000 1073741824 1073778376 140735690785344 18446744073709551615 270350199705 0 4 0 16800975 18446604456571786432 0 0 -1 5 0 0 0
[pid=8578/tid=8588] ppid=8576 vsize=13692156 CPUtime=0 cores=1,3,5,7
/proc/8578/task/8588/stat : 8588 (java) S 8576 8578 5628 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 807961927 14020767744 31825 33554432000 1073741824 1073778376 140735690785344 18446744073709551615 270350199705 0 4 0 16800975 18446604456571786432 0 0 -1 5 0 0 0
[pid=8578/tid=8589] ppid=8576 vsize=13692156 CPUtime=0 cores=1,3,5,7
/proc/8578/task/8589/stat : 8589 (java) S 8576 8578 5628 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 807961929 14020767744 31825 33554432000 1073741824 1073778376 140735690785344 18446744073709551615 270350200320 0 0 0 16800975 18446604456571786432 0 0 -1 5 0 0 0
[pid=8578/tid=8590] ppid=8576 vsize=13692156 CPUtime=0 cores=1,3,5,7
/proc/8578/task/8590/stat : 8590 (java) S 8576 8578 5628 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 807961929 14020767744 31825 33554432000 1073741824 1073778376 140735690785344 18446744073709551615 270350199705 0 4 0 16800975 18446604456571786432 0 0 -1 5 0 0 0
[pid=8578/tid=8591] ppid=8576 vsize=13692156 CPUtime=0 cores=1,3,5,7
/proc/8578/task/8591/stat : 8591 (java) S 8576 8578 5628 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 807961929 14020767744 31825 33554432000 1073741824 1073778376 140735690785344 18446744073709551615 270350199705 0 4 0 16800975 18446604456571786432 0 0 -1 7 0 0 0
[pid=8578/tid=8592] ppid=8576 vsize=13692156 CPUtime=0 cores=1,3,5,7
/proc/8578/task/8592/stat : 8592 (java) S 8576 8578 5628 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 807961931 14020767744 31825 33554432000 1073741824 1073778376 140735690785344 18446744073709551615 270350207409 0 4 0 16800975 18446604456571786432 0 0 -1 5 0 0 0
[pid=8578/tid=8593] ppid=8576 vsize=13692156 CPUtime=0.33 cores=1,3,5,7
/proc/8578/task/8593/stat : 8593 (java) S 8576 8578 5628 0 -1 4202560 2281 0 0 0 33 0 0 0 15 0 19 0 807961931 14020767744 31826 33554432000 1073741824 1073778376 140735690785344 18446744073709551615 270350199705 0 4 0 16800975 18446604456571786432 0 0 -1 5 0 0 0
[pid=8578/tid=8594] ppid=8576 vsize=13692156 CPUtime=0.29 cores=1,3,5,7
/proc/8578/task/8594/stat : 8594 (java) S 8576 8578 5628 0 -1 4202560 1919 0 0 0 29 0 0 0 15 0 19 0 807961931 14020767744 31826 33554432000 1073741824 1073778376 140735690785344 18446744073709551615 270350199705 0 4 0 16800975 18446604456571786432 0 0 -1 1 0 0 0

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

[pid=8578/tid=8586] ppid=8576 vsize=13692156 CPUtime=0.1 cores=1,3,5,7
/proc/8578/task/8586/stat : 8586 (java) S 8576 8578 5628 0 -1 4202560 1939 0 0 0 10 0 0 0 16 0 19 0 807961927 14020767744 130090 33554432000 1073741824 1073778376 140735690785344 18446744073709551615 270350199705 0 4 0 16800975 18446604456571786432 0 0 -1 7 0 0 0
[pid=8578/tid=8587] ppid=8576 vsize=13692156 CPUtime=0.11 cores=1,3,5,7
/proc/8578/task/8587/stat : 8587 (java) S 8576 8578 5628 0 -1 4202560 1855 0 0 0 11 0 0 0 15 0 19 0 807961927 14020767744 130090 33554432000 1073741824 1073778376 140735690785344 18446744073709551615 270350199705 0 4 0 16800975 18446604456571786432 0 0 -1 7 0 0 0
[pid=8578/tid=8588] ppid=8576 vsize=13692156 CPUtime=0.09 cores=1,3,5,7
/proc/8578/task/8588/stat : 8588 (java) S 8576 8578 5628 0 -1 4202560 3592 0 0 0 9 0 0 0 15 0 19 0 807961927 14020767744 130090 33554432000 1073741824 1073778376 140735690785344 18446744073709551615 270350199705 0 4 0 16800975 18446604456571786432 0 0 -1 5 0 0 0
[pid=8578/tid=8589] ppid=8576 vsize=13692156 CPUtime=1.19 cores=1,3,5,7
/proc/8578/task/8589/stat : 8589 (java) S 8576 8578 5628 0 -1 4202560 11437 0 0 0 118 1 0 0 15 0 19 0 807961929 14020767744 130090 33554432000 1073741824 1073778376 140735690785344 18446744073709551615 270350200320 0 0 0 16800975 18446604456571786432 0 0 -1 3 0 0 0
[pid=8578/tid=8590] ppid=8576 vsize=13692156 CPUtime=0 cores=1,3,5,7
/proc/8578/task/8590/stat : 8590 (java) S 8576 8578 5628 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 807961929 14020767744 130090 33554432000 1073741824 1073778376 140735690785344 18446744073709551615 270350199705 0 4 0 16800975 18446604456571786432 0 0 -1 5 0 0 0
[pid=8578/tid=8591] ppid=8576 vsize=13692156 CPUtime=0 cores=1,3,5,7
/proc/8578/task/8591/stat : 8591 (java) S 8576 8578 5628 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 807961929 14020767744 130090 33554432000 1073741824 1073778376 140735690785344 18446744073709551615 270350199705 0 4 0 16800975 18446604456571786432 0 0 -1 7 0 0 0
[pid=8578/tid=8592] ppid=8576 vsize=13692156 CPUtime=0 cores=1,3,5,7
/proc/8578/task/8592/stat : 8592 (java) S 8576 8578 5628 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 807961931 14020767744 130090 33554432000 1073741824 1073778376 140735690785344 18446744073709551615 270350207409 0 4 0 16800975 18446604456571786432 0 0 -1 5 0 0 0
[pid=8578/tid=8593] ppid=8576 vsize=13692156 CPUtime=0.43 cores=1,3,5,7
/proc/8578/task/8593/stat : 8593 (java) S 8576 8578 5628 0 -1 4202560 2317 0 0 0 43 0 0 0 15 0 19 0 807961931 14020767744 130090 33554432000 1073741824 1073778376 140735690785344 18446744073709551615 270350199705 0 4 0 16800975 18446604456571786432 0 0 -1 5 0 0 0
[pid=8578/tid=8594] ppid=8576 vsize=13692156 CPUtime=1.32 cores=1,3,5,7
/proc/8578/task/8594/stat : 8594 (java) S 8576 8578 5628 0 -1 4202560 12431 0 0 0 130 2 0 0 16 0 19 0 807961931 14020767744 130090 33554432000 1073741824 1073778376 140735690785344 18446744073709551615 270350199705 0 4 0 16800975 18446604456571786432 0 0 -1 1 0 0 0
[pid=8578/tid=8595] ppid=8576 vsize=13692156 CPUtime=0 cores=1,3,5,7
/proc/8578/task/8595/stat : 8595 (java) S 8576 8578 5628 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 807961931 14020767744 130090 33554432000 1073741824 1073778376 140735690785344 18446744073709551615 270350199705 0 4 0 16800975 18446604456571786432 0 0 -1 5 0 0 0
[pid=8578/tid=8596] ppid=8576 vsize=13692156 CPUtime=0 cores=1,3,5,7
/proc/8578/task/8596/stat : 8596 (java) S 8576 8578 5628 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 19 0 807961931 14020767744 130090 33554432000 1073741824 1073778376 140735690785344 18446744073709551615 270350200320 0 4 0 16800975 18446604456571786432 0 0 -1 1 0 0 0
[pid=8578/tid=8597] ppid=8576 vsize=13692156 CPUtime=0 cores=1,3,5,7
/proc/8578/task/8597/stat : 8597 (java) S 8576 8578 5628 0 -1 4202560 7 0 0 0 0 0 0 0 24 0 19 0 807961967 14020767744 130090 33554432000 1073741824 1073778376 140735690785344 18446744073709551615 270350200320 0 4 0 16800975 18446604456571786432 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1664.67
Current children cumulated vsize (KiB) 13692156

[startup+1722.3 s]
/proc/loadavg: 2.00 2.02 1.98 3/474 8653
/proc/meminfo: memFree=22308004/32951124 swapFree=50923800/67111528
[pid=8578] ppid=8576 vsize=13692156 CPUtime=1724.68 cores=1,3,5,7
/proc/8578/stat : 8578 (java) S 8576 8578 5628 0 -1 4202496 137981 0 1 0 172448 20 0 0 25 0 19 0 807961925 14020767744 130090 33554432000 1073741824 1073778376 140735690785344 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/8578/statm: 3423039 130090 2263 9 0 3413773 0
[pid=8578/tid=8579] ppid=8576 vsize=13692156 CPUtime=1720.65 cores=1,3,5,7
/proc/8578/task/8579/stat : 8579 (java) R 8576 8578 5628 0 -1 4202560 82992 0 1 0 172055 10 0 0 25 0 19 0 807961925 14020767744 130090 33554432000 1073741824 1073778376 140735690785344 18446744073709551615 46912505687941 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=8578/tid=8581] ppid=8576 vsize=13692156 CPUtime=0.14 cores=1,3,5,7
/proc/8578/task/8581/stat : 8581 (java) S 8576 8578 5628 0 -1 4202560 5766 0 0 0 13 1 0 0 15 0 19 0 807961927 14020767744 130090 33554432000 1073741824 1073778376 140735690785344 18446744073709551615 270350199705 0 4 0 16800975 18446604456571786432 0 0 -1 5 0 0 0
[pid=8578/tid=8582] ppid=8576 vsize=13692156 CPUtime=0.15 cores=1,3,5,7
/proc/8578/task/8582/stat : 8582 (java) S 8576 8578 5628 0 -1 4202560 11873 0 0 0 14 1 0 0 15 0 19 0 807961927 14020767744 130090 33554432000 1073741824 1073778376 140735690785344 18446744073709551615 270350199705 0 4 0 16800975 18446604456571786432 0 0 -1 7 0 0 0
[pid=8578/tid=8583] ppid=8576 vsize=13692156 CPUtime=0.1 cores=1,3,5,7
/proc/8578/task/8583/stat : 8583 (java) S 8576 8578 5628 0 -1 4202560 974 0 0 0 10 0 0 0 16 0 19 0 807961927 14020767744 130090 33554432000 1073741824 1073778376 140735690785344 18446744073709551615 270350199705 0 4 0 16800975 18446604456571786432 0 0 -1 7 0 0 0
[pid=8578/tid=8584] ppid=8576 vsize=13692156 CPUtime=0.06 cores=1,3,5,7
/proc/8578/task/8584/stat : 8584 (java) S 8576 8578 5628 0 -1 4202560 12 0 0 0 6 0 0 0 15 0 19 0 807961927 14020767744 130090 33554432000 1073741824 1073778376 140735690785344 18446744073709551615 270350199705 0 4 0 16800975 18446604456571786432 0 0 -1 7 0 0 0
[pid=8578/tid=8585] ppid=8576 vsize=13692156 CPUtime=0.16 cores=1,3,5,7
/proc/8578/task/8585/stat : 8585 (java) S 8576 8578 5628 0 -1 4202560 1536 0 0 0 16 0 0 0 15 0 19 0 807961927 14020767744 130090 33554432000 1073741824 1073778376 140735690785344 18446744073709551615 270350199705 0 4 0 16800975 18446604456571786432 0 0 -1 7 0 0 0
[pid=8578/tid=8586] ppid=8576 vsize=13692156 CPUtime=0.11 cores=1,3,5,7
/proc/8578/task/8586/stat : 8586 (java) S 8576 8578 5628 0 -1 4202560 1939 0 0 0 11 0 0 0 15 0 19 0 807961927 14020767744 130090 33554432000 1073741824 1073778376 140735690785344 18446744073709551615 270350199705 0 4 0 16800975 18446604456571786432 0 0 -1 7 0 0 0
[pid=8578/tid=8587] ppid=8576 vsize=13692156 CPUtime=0.11 cores=1,3,5,7
/proc/8578/task/8587/stat : 8587 (java) S 8576 8578 5628 0 -1 4202560 1855 0 0 0 11 0 0 0 15 0 19 0 807961927 14020767744 130090 33554432000 1073741824 1073778376 140735690785344 18446744073709551615 270350199705 0 4 0 16800975 18446604456571786432 0 0 -1 7 0 0 0
[pid=8578/tid=8588] ppid=8576 vsize=13692156 CPUtime=0.1 cores=1,3,5,7
/proc/8578/task/8588/stat : 8588 (java) S 8576 8578 5628 0 -1 4202560 3592 0 0 0 10 0 0 0 16 0 19 0 807961927 14020767744 130090 33554432000 1073741824 1073778376 140735690785344 18446744073709551615 270350199705 0 4 0 16800975 18446604456571786432 0 0 -1 7 0 0 0
[pid=8578/tid=8589] ppid=8576 vsize=13692156 CPUtime=1.24 cores=1,3,5,7
/proc/8578/task/8589/stat : 8589 (java) S 8576 8578 5628 0 -1 4202560 11441 0 0 0 123 1 0 0 15 0 19 0 807961929 14020767744 130090 33554432000 1073741824 1073778376 140735690785344 18446744073709551615 270350200320 0 0 0 16800975 18446604456571786432 0 0 -1 3 0 0 0
[pid=8578/tid=8590] ppid=8576 vsize=13692156 CPUtime=0 cores=1,3,5,7
/proc/8578/task/8590/stat : 8590 (java) S 8576 8578 5628 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 807961929 14020767744 130090 33554432000 1073741824 1073778376 140735690785344 18446744073709551615 270350199705 0 4 0 16800975 18446604456571786432 0 0 -1 5 0 0 0
[pid=8578/tid=8591] ppid=8576 vsize=13692156 CPUtime=0 cores=1,3,5,7
/proc/8578/task/8591/stat : 8591 (java) S 8576 8578 5628 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 807961929 14020767744 130090 33554432000 1073741824 1073778376 140735690785344 18446744073709551615 270350199705 0 4 0 16800975 18446604456571786432 0 0 -1 7 0 0 0
[pid=8578/tid=8592] ppid=8576 vsize=13692156 CPUtime=0 cores=1,3,5,7
/proc/8578/task/8592/stat : 8592 (java) S 8576 8578 5628 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 807961931 14020767744 130090 33554432000 1073741824 1073778376 140735690785344 18446744073709551615 270350207409 0 4 0 16800975 18446604456571786432 0 0 -1 5 0 0 0
[pid=8578/tid=8593] ppid=8576 vsize=13692156 CPUtime=0.43 cores=1,3,5,7
/proc/8578/task/8593/stat : 8593 (java) S 8576 8578 5628 0 -1 4202560 2317 0 0 0 43 0 0 0 15 0 19 0 807961931 14020767744 130090 33554432000 1073741824 1073778376 140735690785344 18446744073709551615 270350199705 0 4 0 16800975 18446604456571786432 0 0 -1 5 0 0 0
[pid=8578/tid=8594] ppid=8576 vsize=13692156 CPUtime=1.32 cores=1,3,5,7
/proc/8578/task/8594/stat : 8594 (java) S 8576 8578 5628 0 -1 4202560 12431 0 0 0 130 2 0 0 16 0 19 0 807961931 14020767744 130090 33554432000 1073741824 1073778376 140735690785344 18446744073709551615 270350199705 0 4 0 16800975 18446604456571786432 0 0 -1 1 0 0 0
[pid=8578/tid=8595] ppid=8576 vsize=13692156 CPUtime=0 cores=1,3,5,7
/proc/8578/task/8595/stat : 8595 (java) S 8576 8578 5628 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 807961931 14020767744 130090 33554432000 1073741824 1073778376 140735690785344 18446744073709551615 270350199705 0 4 0 16800975 18446604456571786432 0 0 -1 5 0 0 0
[pid=8578/tid=8596] ppid=8576 vsize=13692156 CPUtime=0 cores=1,3,5,7
/proc/8578/task/8596/stat : 8596 (java) S 8576 8578 5628 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 19 0 807961931 14020767744 130090 33554432000 1073741824 1073778376 140735690785344 18446744073709551615 270350200320 0 4 0 16800975 18446604456571786432 0 0 -1 1 0 0 0
[pid=8578/tid=8597] ppid=8576 vsize=13692156 CPUtime=0 cores=1,3,5,7
/proc/8578/task/8597/stat : 8597 (java) S 8576 8578 5628 0 -1 4202560 7 0 0 0 0 0 0 0 24 0 19 0 807961967 14020767744 130090 33554432000 1073741824 1073778376 140735690785344 18446744073709551615 270350200320 0 4 0 16800975 18446604456571786432 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1724.68
Current children cumulated vsize (KiB) 13692156

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 1.98 3/474 8654
/proc/meminfo: memFree=22307064/32951124 swapFree=50923800/67111528
[pid=8578] ppid=8576 vsize=13692156 CPUtime=1784.7 cores=1,3,5,7
/proc/8578/stat : 8578 (java) S 8576 8578 5628 0 -1 4202496 137990 0 1 0 178450 20 0 0 25 0 19 0 807961925 14020767744 130091 33554432000 1073741824 1073778376 140735690785344 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/8578/statm: 3423039 130091 2263 9 0 3413773 0
[pid=8578/tid=8579] ppid=8576 vsize=13692156 CPUtime=1780.58 cores=1,3,5,7
/proc/8578/task/8579/stat : 8579 (java) R 8576 8578 5628 0 -1 4202560 82994 0 1 0 178048 10 0 0 25 0 19 0 807961925 14020767744 130091 33554432000 1073741824 1073778376 140735690785344 18446744073709551615 46912505666428 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=8578/tid=8581] ppid=8576 vsize=13692156 CPUtime=0.14 cores=1,3,5,7
/proc/8578/task/8581/stat : 8581 (java) S 8576 8578 5628 0 -1 4202560 5766 0 0 0 13 1 0 0 15 0 19 0 807961927 14020767744 130091 33554432000 1073741824 1073778376 140735690785344 18446744073709551615 270350199705 0 4 0 16800975 18446604456571786432 0 0 -1 5 0 0 0
[pid=8578/tid=8582] ppid=8576 vsize=13692156 CPUtime=0.15 cores=1,3,5,7
/proc/8578/task/8582/stat : 8582 (java) S 8576 8578 5628 0 -1 4202560 11873 0 0 0 14 1 0 0 15 0 19 0 807961927 14020767744 130091 33554432000 1073741824 1073778376 140735690785344 18446744073709551615 270350199705 0 4 0 16800975 18446604456571786432 0 0 -1 7 0 0 0
[pid=8578/tid=8583] ppid=8576 vsize=13692156 CPUtime=0.1 cores=1,3,5,7
/proc/8578/task/8583/stat : 8583 (java) S 8576 8578 5628 0 -1 4202560 974 0 0 0 10 0 0 0 15 0 19 0 807961927 14020767744 130091 33554432000 1073741824 1073778376 140735690785344 18446744073709551615 270350199705 0 4 0 16800975 18446604456571786432 0 0 -1 7 0 0 0
[pid=8578/tid=8584] ppid=8576 vsize=13692156 CPUtime=0.07 cores=1,3,5,7
/proc/8578/task/8584/stat : 8584 (java) S 8576 8578 5628 0 -1 4202560 12 0 0 0 7 0 0 0 15 0 19 0 807961927 14020767744 130091 33554432000 1073741824 1073778376 140735690785344 18446744073709551615 270350199705 0 4 0 16800975 18446604456571786432 0 0 -1 7 0 0 0
[pid=8578/tid=8585] ppid=8576 vsize=13692156 CPUtime=0.17 cores=1,3,5,7
/proc/8578/task/8585/stat : 8585 (java) S 8576 8578 5628 0 -1 4202560 1536 0 0 0 17 0 0 0 15 0 19 0 807961927 14020767744 130091 33554432000 1073741824 1073778376 140735690785344 18446744073709551615 270350199705 0 4 0 16800975 18446604456571786432 0 0 -1 7 0 0 0
[pid=8578/tid=8586] ppid=8576 vsize=13692156 CPUtime=0.11 cores=1,3,5,7
/proc/8578/task/8586/stat : 8586 (java) S 8576 8578 5628 0 -1 4202560 1940 0 0 0 11 0 0 0 16 0 19 0 807961927 14020767744 130091 33554432000 1073741824 1073778376 140735690785344 18446744073709551615 270350199705 0 4 0 16800975 18446604456571786432 0 0 -1 5 0 0 0
[pid=8578/tid=8587] ppid=8576 vsize=13692156 CPUtime=0.12 cores=1,3,5,7
/proc/8578/task/8587/stat : 8587 (java) S 8576 8578 5628 0 -1 4202560 1855 0 0 0 12 0 0 0 16 0 19 0 807961927 14020767744 130091 33554432000 1073741824 1073778376 140735690785344 18446744073709551615 270350199705 0 4 0 16800975 18446604456571786432 0 0 -1 7 0 0 0
[pid=8578/tid=8588] ppid=8576 vsize=13692156 CPUtime=0.11 cores=1,3,5,7
/proc/8578/task/8588/stat : 8588 (java) S 8576 8578 5628 0 -1 4202560 3592 0 0 0 11 0 0 0 15 0 19 0 807961927 14020767744 130091 33554432000 1073741824 1073778376 140735690785344 18446744073709551615 270350199705 0 4 0 16800975 18446604456571786432 0 0 -1 7 0 0 0
[pid=8578/tid=8589] ppid=8576 vsize=13692156 CPUtime=1.3 cores=1,3,5,7
/proc/8578/task/8589/stat : 8589 (java) S 8576 8578 5628 0 -1 4202560 11445 0 0 0 129 1 0 0 15 0 19 0 807961929 14020767744 130091 33554432000 1073741824 1073778376 140735690785344 18446744073709551615 270350200320 0 0 0 16800975 18446604456571786432 0 0 -1 3 0 0 0
[pid=8578/tid=8590] ppid=8576 vsize=13692156 CPUtime=0 cores=1,3,5,7
/proc/8578/task/8590/stat : 8590 (java) S 8576 8578 5628 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 807961929 14020767744 130091 33554432000 1073741824 1073778376 140735690785344 18446744073709551615 270350199705 0 4 0 16800975 18446604456571786432 0 0 -1 5 0 0 0
[pid=8578/tid=8591] ppid=8576 vsize=13692156 CPUtime=0 cores=1,3,5,7
/proc/8578/task/8591/stat : 8591 (java) S 8576 8578 5628 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 807961929 14020767744 130091 33554432000 1073741824 1073778376 140735690785344 18446744073709551615 270350199705 0 4 0 16800975 18446604456571786432 0 0 -1 7 0 0 0
[pid=8578/tid=8592] ppid=8576 vsize=13692156 CPUtime=0 cores=1,3,5,7
/proc/8578/task/8592/stat : 8592 (java) S 8576 8578 5628 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 807961931 14020767744 130091 33554432000 1073741824 1073778376 140735690785344 18446744073709551615 270350207409 0 4 0 16800975 18446604456571786432 0 0 -1 5 0 0 0
[pid=8578/tid=8593] ppid=8576 vsize=13692156 CPUtime=0.43 cores=1,3,5,7
/proc/8578/task/8593/stat : 8593 (java) S 8576 8578 5628 0 -1 4202560 2317 0 0 0 43 0 0 0 15 0 19 0 807961931 14020767744 130091 33554432000 1073741824 1073778376 140735690785344 18446744073709551615 270350199705 0 4 0 16800975 18446604456571786432 0 0 -1 5 0 0 0
[pid=8578/tid=8594] ppid=8576 vsize=13692156 CPUtime=1.32 cores=1,3,5,7
/proc/8578/task/8594/stat : 8594 (java) S 8576 8578 5628 0 -1 4202560 12431 0 0 0 130 2 0 0 16 0 19 0 807961931 14020767744 130091 33554432000 1073741824 1073778376 140735690785344 18446744073709551615 270350199705 0 4 0 16800975 18446604456571786432 0 0 -1 1 0 0 0
[pid=8578/tid=8595] ppid=8576 vsize=13692156 CPUtime=0 cores=1,3,5,7
/proc/8578/task/8595/stat : 8595 (java) S 8576 8578 5628 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 807961931 14020767744 130091 33554432000 1073741824 1073778376 140735690785344 18446744073709551615 270350199705 0 4 0 16800975 18446604456571786432 0 0 -1 5 0 0 0
[pid=8578/tid=8596] ppid=8576 vsize=13692156 CPUtime=0 cores=1,3,5,7
/proc/8578/task/8596/stat : 8596 (java) S 8576 8578 5628 0 -1 4202560 107 0 0 0 0 0 0 0 15 0 19 0 807961931 14020767744 130091 33554432000 1073741824 1073778376 140735690785344 18446744073709551615 270350200320 0 4 0 16800975 18446604456571786432 0 0 -1 1 0 0 0
[pid=8578/tid=8597] ppid=8576 vsize=13692156 CPUtime=0 cores=1,3,5,7
/proc/8578/task/8597/stat : 8597 (java) S 8576 8578 5628 0 -1 4202560 7 0 0 0 0 0 0 0 24 0 19 0 807961967 14020767744 130091 33554432000 1073741824 1073778376 140735690785344 18446744073709551615 270350200320 0 4 0 16800975 18446604456571786432 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1784.7
Current children cumulated vsize (KiB) 13692156



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.6 s]
/proc/loadavg: 2.07 2.02 1.99 3/474 8655
/proc/meminfo: memFree=22307160/32951124 swapFree=50923800/67111528
[pid=8578] ppid=8576 vsize=13692156 CPUtime=1800.01 cores=1,3,5,7
/proc/8578/stat : 8578 (java) S 8576 8578 5628 0 -1 4202496 137995 0 1 0 179981 20 0 0 25 0 19 0 807961925 14020767744 130091 33554432000 1073741824 1073778376 140735690785344 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/8578/statm: 3423039 130091 2263 9 0 3413773 0
[pid=8578/tid=8579] ppid=8576 vsize=13692156 CPUtime=1795.87 cores=1,3,5,7
/proc/8578/task/8579/stat : 8579 (java) R 8576 8578 5628 0 -1 4202560 82995 0 1 0 179577 10 0 0 25 0 19 0 807961925 14020767744 130091 33554432000 1073741824 1073778376 140735690785344 18446744073709551615 46912505674864 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=8578/tid=8581] ppid=8576 vsize=13692156 CPUtime=0.14 cores=1,3,5,7
/proc/8578/task/8581/stat : 8581 (java) S 8576 8578 5628 0 -1 4202560 5766 0 0 0 13 1 0 0 16 0 19 0 807961927 14020767744 130091 33554432000 1073741824 1073778376 140735690785344 18446744073709551615 270350199705 0 4 0 16800975 18446604456571786432 0 0 -1 5 0 0 0
[pid=8578/tid=8582] ppid=8576 vsize=13692156 CPUtime=0.15 cores=1,3,5,7
/proc/8578/task/8582/stat : 8582 (java) S 8576 8578 5628 0 -1 4202560 11873 0 0 0 14 1 0 0 15 0 19 0 807961927 14020767744 130091 33554432000 1073741824 1073778376 140735690785344 18446744073709551615 270350199705 0 4 0 16800975 18446604456571786432 0 0 -1 7 0 0 0
[pid=8578/tid=8583] ppid=8576 vsize=13692156 CPUtime=0.1 cores=1,3,5,7
/proc/8578/task/8583/stat : 8583 (java) S 8576 8578 5628 0 -1 4202560 974 0 0 0 10 0 0 0 15 0 19 0 807961927 14020767744 130091 33554432000 1073741824 1073778376 140735690785344 18446744073709551615 270350199705 0 4 0 16800975 18446604456571786432 0 0 -1 7 0 0 0
[pid=8578/tid=8584] ppid=8576 vsize=13692156 CPUtime=0.07 cores=1,3,5,7
/proc/8578/task/8584/stat : 8584 (java) S 8576 8578 5628 0 -1 4202560 12 0 0 0 7 0 0 0 15 0 19 0 807961927 14020767744 130091 33554432000 1073741824 1073778376 140735690785344 18446744073709551615 270350199705 0 4 0 16800975 18446604456571786432 0 0 -1 7 0 0 0
[pid=8578/tid=8585] ppid=8576 vsize=13692156 CPUtime=0.17 cores=1,3,5,7
/proc/8578/task/8585/stat : 8585 (java) S 8576 8578 5628 0 -1 4202560 1536 0 0 0 17 0 0 0 15 0 19 0 807961927 14020767744 130091 33554432000 1073741824 1073778376 140735690785344 18446744073709551615 270350199705 0 4 0 16800975 18446604456571786432 0 0 -1 7 0 0 0
[pid=8578/tid=8586] ppid=8576 vsize=13692156 CPUtime=0.12 cores=1,3,5,7
/proc/8578/task/8586/stat : 8586 (java) S 8576 8578 5628 0 -1 4202560 1940 0 0 0 12 0 0 0 15 0 19 0 807961927 14020767744 130091 33554432000 1073741824 1073778376 140735690785344 18446744073709551615 270350199705 0 4 0 16800975 18446604456571786432 0 0 -1 7 0 0 0
[pid=8578/tid=8587] ppid=8576 vsize=13692156 CPUtime=0.12 cores=1,3,5,7
/proc/8578/task/8587/stat : 8587 (java) S 8576 8578 5628 0 -1 4202560 1855 0 0 0 12 0 0 0 15 0 19 0 807961927 14020767744 130091 33554432000 1073741824 1073778376 140735690785344 18446744073709551615 270350199705 0 4 0 16800975 18446604456571786432 0 0 -1 7 0 0 0
[pid=8578/tid=8588] ppid=8576 vsize=13692156 CPUtime=0.11 cores=1,3,5,7
/proc/8578/task/8588/stat : 8588 (java) S 8576 8578 5628 0 -1 4202560 3592 0 0 0 11 0 0 0 15 0 19 0 807961927 14020767744 130091 33554432000 1073741824 1073778376 140735690785344 18446744073709551615 270350199705 0 4 0 16800975 18446604456571786432 0 0 -1 7 0 0 0
[pid=8578/tid=8589] ppid=8576 vsize=13692156 CPUtime=1.32 cores=1,3,5,7
/proc/8578/task/8589/stat : 8589 (java) S 8576 8578 5628 0 -1 4202560 11447 0 0 0 131 1 0 0 15 0 19 0 807961929 14020767744 130091 33554432000 1073741824 1073778376 140735690785344 18446744073709551615 270350200320 0 0 0 16800975 18446604456571786432 0 0 -1 3 0 0 0
[pid=8578/tid=8590] ppid=8576 vsize=13692156 CPUtime=0 cores=1,3,5,7
/proc/8578/task/8590/stat : 8590 (java) S 8576 8578 5628 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 807961929 14020767744 130091 33554432000 1073741824 1073778376 140735690785344 18446744073709551615 270350199705 0 4 0 16800975 18446604456571786432 0 0 -1 5 0 0 0
[pid=8578/tid=8591] ppid=8576 vsize=13692156 CPUtime=0 cores=1,3,5,7
/proc/8578/task/8591/stat : 8591 (java) S 8576 8578 5628 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 807961929 14020767744 130091 33554432000 1073741824 1073778376 140735690785344 18446744073709551615 270350199705 0 4 0 16800975 18446604456571786432 0 0 -1 7 0 0 0
[pid=8578/tid=8592] ppid=8576 vsize=13692156 CPUtime=0 cores=1,3,5,7
/proc/8578/task/8592/stat : 8592 (java) S 8576 8578 5628 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 807961931 14020767744 130091 33554432000 1073741824 1073778376 140735690785344 18446744073709551615 270350207409 0 4 0 16800975 18446604456571786432 0 0 -1 5 0 0 0
[pid=8578/tid=8593] ppid=8576 vsize=13692156 CPUtime=0.43 cores=1,3,5,7
/proc/8578/task/8593/stat : 8593 (java) S 8576 8578 5628 0 -1 4202560 2317 0 0 0 43 0 0 0 15 0 19 0 807961931 14020767744 130091 33554432000 1073741824 1073778376 140735690785344 18446744073709551615 270350199705 0 4 0 16800975 18446604456571786432 0 0 -1 5 0 0 0
[pid=8578/tid=8594] ppid=8576 vsize=13692156 CPUtime=1.32 cores=1,3,5,7
/proc/8578/task/8594/stat : 8594 (java) S 8576 8578 5628 0 -1 4202560 12431 0 0 0 130 2 0 0 16 0 19 0 807961931 14020767744 130091 33554432000 1073741824 1073778376 140735690785344 18446744073709551615 270350199705 0 4 0 16800975 18446604456571786432 0 0 -1 1 0 0 0
[pid=8578/tid=8595] ppid=8576 vsize=13692156 CPUtime=0 cores=1,3,5,7
/proc/8578/task/8595/stat : 8595 (java) S 8576 8578 5628 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 807961931 14020767744 130091 33554432000 1073741824 1073778376 140735690785344 18446744073709551615 270350199705 0 4 0 16800975 18446604456571786432 0 0 -1 5 0 0 0
[pid=8578/tid=8596] ppid=8576 vsize=13692156 CPUtime=0 cores=1,3,5,7
/proc/8578/task/8596/stat : 8596 (java) S 8576 8578 5628 0 -1 4202560 109 0 0 0 0 0 0 0 15 0 19 0 807961931 14020767744 130091 33554432000 1073741824 1073778376 140735690785344 18446744073709551615 270350200320 0 4 0 16800975 18446604456571786432 0 0 -1 1 0 0 0
[pid=8578/tid=8597] ppid=8576 vsize=13692156 CPUtime=0 cores=1,3,5,7
/proc/8578/task/8597/stat : 8597 (java) S 8576 8578 5628 0 -1 4202560 7 0 0 0 0 0 0 0 24 0 19 0 807961967 14020767744 130091 33554432000 1073741824 1073778376 140735690785344 18446744073709551615 270350200320 0 4 0 16800975 18446604456571786432 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 13692156

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

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

Child status: 143
Real time (s): 1797.67
CPU time (s): 1800.08
CPU user time (s): 1799.85
CPU system time (s): 0.223965
CPU usage (%): 100.134
Max. virtual memory (cumulated for all children) (KiB): 13693252

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.85
system time used= 0.223965
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 138025
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= 38220
involuntary context switches= 9431

runsolver used 7.98879 second user time and 18.0713 second system time

The end

Launcher Data

Begin job on node143 at 2011-06-04 04:44:23
IDJOB=3458850
IDBENCH=3034
IDSOLVER=1952
FILE ID=node143/3458850-1307155463
RUNJOBID= node143-1307155462-8496
PBS_JOBID= 13508773
Free space on /tmp= 73972 MiB

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

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

MD5SUM BENCH= 6a9fe13a82af2a971b95647e608ff18d
RANDOM SEED=83587060

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      24629952 kB
Buffers:        298984 kB
Cached:         457172 kB
SwapCached:       9140 kB
Active:        7563340 kB
Inactive:       475916 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24629952 kB
SwapTotal:    67111528 kB
SwapFree:     50923800 kB
Dirty:            5060 kB
Writeback:           0 kB
AnonPages:     7279908 kB
Mapped:          29620 kB
Slab:           132108 kB
PageTables:      79512 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 129095132 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= 73972 MiB
End job on node143 at 2011-06-04 05:14:23