Trace number 2694299

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 NameAnswerCPU timeWall clock time
SAT4J PB RES // CP 2.2.0 2010-05-31? (TO) 1800.33 885.519

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/PB10/oliveras/j120/
normalized-j12026_5-unsat--soft-33-100-0.wbo
MD5SUM03b08701e36df5e014168edc711c28ff
Bench CategoryPARTIAL-BIGINT-LIN (both soft and hard constraints, big integers, linear constraints)
Best result obtained on this benchmarkMSAT
Best cost obtained on this benchmark3411
Best CPU time to get the best result obtained on this benchmark1800.28
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables32912
Total number of constraints109848
Number of soft constraints73680
Number of constraints which are clauses109308
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints540
Minimum length of a constraint1
Maximum length of a constraint66
Top cost 3699128
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 3699127
Biggest number in a constraint 18
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 428
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.03/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.03/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.06	c See www.sat4j.org for details.
0.03/0.06	c version 2.2.0.v20100531
0.03/0.06	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.06	c java.vm.name		Java HotSpot(TM) Server VM
0.03/0.06	c java.vm.version	11.2-b01
0.03/0.06	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.06	c sun.arch.data.model	32
0.03/0.06	c java.version		1.6.0_12
0.03/0.06	c os.name		Linux
0.03/0.06	c os.version		2.6.18-164.el5
0.03/0.06	c os.arch		i386
0.03/0.06	c Free memory 		1393557488
0.03/0.06	c Max memory 		1395916800
0.03/0.06	c Total memory 		1395916800
0.03/0.06	c Number of processors 	8
0.03/0.09	c Pseudo Boolean Optimization
0.03/0.09	c ManyCore solver with 2 solvers running in parallel
0.03/0.09	c --- Begin Solver configuration ---
0.03/0.09	c Stops conflict analysis at the first Unique Implication Point
0.03/0.09	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1cb25f1
0.03/0.09	c Learn all clauses as in MiniSAT
0.03/0.09	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.03/0.09	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.03/0.09	c Expensive reason simplification
0.03/0.09	c Armin Biere (Picosat) restarts strategy
0.03/0.09	c Glucose learned constraints deletion strategy
0.03/0.09	c timeout=2147483s
0.03/0.09	c DB Simplification allowed=false
0.03/0.09	c --- End Solver configuration ---
0.03/0.09	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.03/0.09	c --- Begin Solver configuration ---
0.03/0.09	c Stops conflict analysis at the first Unique Implication Point
0.03/0.09	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@b1c260
0.03/0.09	c Learn all clauses as in MiniSAT
0.03/0.09	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.03/0.09	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.03/0.09	c No reason simplification
0.03/0.09	c Armin Biere (Picosat) restarts strategy
0.03/0.09	c Glucose learned constraints deletion strategy
0.03/0.09	c timeout=2147483s
0.03/0.09	c DB Simplification allowed=false
0.03/0.09	c --- End Solver configuration ---
0.03/0.09	
0.03/0.09	c solving HOME/instance-2694299-1277886183.wbo
0.03/0.09	c reading problem ... 
6.11/3.35	c ... done. Wall clock time 3.253s.
6.11/3.35	c #vars     106592
6.11/3.35	c #constraints  98292
6.11/3.35	c constraints type 
6.11/3.35	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 12528
6.11/3.35	c org.sat4j.minisat.constraints.card.MinWatchCard => 9447
6.11/3.35	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 70569
6.11/3.35	c org.sat4j.pb.constraints.pb.MaxWatchPb => 540
6.11/3.35	c constraints type 
6.11/3.35	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 70569
6.11/3.35	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 12528
6.11/3.35	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 9447
6.11/3.35	c org.sat4j.pb.constraints.pb.MaxWatchPb => 540
15.95/7.33	c cleaning 2489 clauses out of 4999 with flag 5000/5000
23.88/11.32	c cleaning 4249 clauses out of 8510 with flag 11000/11000
33.64/16.27	c cleaning 5598 clauses out of 11263 with flag 18002/18002
44.19/21.56	c cleaning 6822 clauses out of 13663 with flag 26000/26000
57.34/28.11	c cleaning 7904 clauses out of 15841 with flag 35000/35000
71.97/35.45	c cleaning 8964 clauses out of 17936 with flag 45000/45000
91.06/44.92	c cleaning 9979 clauses out of 19972 with flag 56000/56000
111.55/55.01	c cleaning 0 clauses out of 5002 with flag 0/5002
112.17/55.43	c cleaning 10994 clauses out of 21994 with flag 68001/68001
133.92/66.26	c cleaning 11982 clauses out of 23999 with flag 81000/81000
159.36/78.86	c cleaning 12991 clauses out of 26017 with flag 95000/95000
187.17/92.68	c cleaning 13981 clauses out of 28027 with flag 110001/110001
217.72/107.78	c cleaning 14991 clauses out of 30046 with flag 126002/126002
249.77/123.54	c cleaning 16001 clauses out of 32053 with flag 143000/143000
287.70/142.22	c cleaning 17000 clauses out of 34052 with flag 161000/161000
325.14/160.74	c cleaning 18020 clauses out of 36053 with flag 180001/180001
363.23/179.56	c cleaning 19004 clauses out of 38032 with flag 200000/200000
404.09/199.68	c cleaning 20007 clauses out of 40031 with flag 221003/221003
409.02/202.29	c cleaning 0 clauses out of 11001 with flag 0/11001
448.79/221.82	c cleaning 20987 clauses out of 42021 with flag 243000/243000
493.81/244.07	c cleaning 22006 clauses out of 44034 with flag 266000/266000
541.29/267.43	c cleaning 22986 clauses out of 46028 with flag 290000/290000
591.71/292.22	c cleaning 23995 clauses out of 48044 with flag 315002/315002
640.86/316.44	c cleaning 25001 clauses out of 50047 with flag 341000/341000
687.03/339.30	c cleaning 26014 clauses out of 52046 with flag 368000/368000
738.03/364.37	c cleaning 27007 clauses out of 54032 with flag 396000/396000
792.90/391.36	c cleaning 28000 clauses out of 56025 with flag 425000/425000
846.79/417.85	c cleaning 28994 clauses out of 58025 with flag 455000/455000
908.00/447.94	c cleaning 29996 clauses out of 60033 with flag 486002/486002
973.53/480.19	c cleaning 31009 clauses out of 62035 with flag 518000/518000
1036.73/511.25	c cleaning 31998 clauses out of 64027 with flag 551001/551001
1103.04/543.86	c cleaning 32981 clauses out of 66028 with flag 585000/585000
1174.75/579.07	c cleaning 34005 clauses out of 68048 with flag 620001/620001
1249.50/615.65	c cleaning 35000 clauses out of 70042 with flag 656000/656000
1329.17/654.62	c cleaning 36001 clauses out of 72043 with flag 693001/693001
1402.77/690.65	c cleaning 0 clauses out of 18000 with flag 0/18000
1409.08/694.07	c cleaning 37005 clauses out of 74042 with flag 731001/731001
1492.70/734.93	c cleaning 38004 clauses out of 76037 with flag 770001/770001
1578.84/777.13	c cleaning 39012 clauses out of 78033 with flag 810001/810001
1667.93/820.61	c cleaning 39991 clauses out of 80023 with flag 851003/851003
1752.72/862.12	c cleaning 41010 clauses out of 82029 with flag 893000/893000
1800.10/885.46	c starts		: 184
1800.10/885.46	c conflicts		: 915654
1800.10/885.46	c decisions		: 1255407
1800.10/885.46	c propagations		: 1213495759
1800.10/885.46	c inspects		: 4152976801
1800.10/885.46	c learnt literals	: 3
1800.10/885.46	c learnt binary clauses	: 67
1800.10/885.46	c learnt ternary clauses	: 957
1800.10/885.46	c learnt clauses	: 915651
1800.10/885.46	c ignored clauses	: 0
1800.10/885.46	c root simplifications	: 0
1800.10/885.46	c removed literals (reason simplification)	: 28435496
1800.10/885.46	c reason swapping (by a shorter reason)	: 0
1800.10/885.46	c Calls to reduceDB	: 38
1800.10/885.46	c number of reductions to clauses (during analyze)	: 0
1800.10/885.46	c number of learned constraints concerned by reduction	: 0
1800.10/885.46	c number of learning phase by resolution	: 0
1800.10/885.46	c number of learning phase by cutting planes	: 0
1800.10/885.46	c speed (assignments/second)	: 1375677.5417522572
1800.10/885.46	c non guided choices	14
1800.10/885.48	c learnt constraints type 
1800.10/885.48	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 63619
1800.10/885.48	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 67
1800.10/885.48	c constraints type 
1800.10/885.48	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 12528
1800.10/885.48	c org.sat4j.minisat.constraints.card.MinWatchCard => 9447
1800.10/885.48	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 70569
1800.10/885.48	c org.sat4j.pb.constraints.pb.MaxWatchPb => 540
1800.10/885.48	c constraints type 
1800.10/885.48	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 70569
1800.10/885.48	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 12528
1800.10/885.48	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 9447
1800.10/885.48	c org.sat4j.pb.constraints.pb.MaxWatchPb => 540
1800.10/885.48	s UNKNOWN
1800.10/885.48	c Total wall clock time (in seconds): 885.388

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2694299-1277886183/watcher-2694299-1277886183 -o /tmp/evaluation-result-2694299-1277886183/solver-2694299-1277886183 -C 1800 -W 2000 -M 3800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2694299-1277886183.wbo 

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): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 3891200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 3942400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.33 0.07 0.02 2/173 9026
/proc/meminfo: memFree=31913660/32950928 swapFree=67111528/67111528
[pid=9026] ppid=9024 vsize=13684 CPUtime=0
/proc/9026/stat : 9026 (java) S 9024 9026 8905 0 -1 4202496 1184 0 0 0 0 0 0 0 21 0 2 0 129763967 14012416 632 4089446400 134512640 134550932 4293374160 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0
/proc/9026/statm: 3421 632 307 10 0 1206 0
[pid=9026/tid=9027] ppid=9024 vsize=13684 CPUtime=0
/proc/9026/task/9027/stat : 9027 (java) S 9024 9026 8905 0 -1 4202560 142 0 0 0 0 0 0 0 23 0 2 0 129763967 14012416 632 4089446400 134512640 134550932 4293374160 18446744073709551615 4294960144 0 0 0 16784584 5632543261571678207 0 0 -1 5 0 0 0

[startup+0.04389 s]
/proc/loadavg: 0.33 0.07 0.02 2/173 9026
/proc/meminfo: memFree=31913660/32950928 swapFree=67111528/67111528
[pid=9026] ppid=9024 vsize=1528556 CPUtime=0.03
/proc/9026/stat : 9026 (java) S 9024 9026 8905 0 -1 4202496 3992 0 1 0 3 0 0 0 21 0 18 0 129763967 1565241344 3432 4089446400 134512640 134550932 4293374160 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/9026/statm: 382139 3432 1075 10 0 379442 0
[pid=9026/tid=9027] ppid=9024 vsize=1528556 CPUtime=0.03
/proc/9026/task/9027/stat : 9027 (java) R 9024 9026 8905 0 -1 4202560 2906 0 1 0 3 0 0 0 25 0 18 0 129763967 1565241344 3432 4089446400 134512640 134550932 4293374160 18446744073709551615 8384450 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1528556

[startup+0.10082 s]
/proc/loadavg: 0.33 0.07 0.02 2/173 9026
/proc/meminfo: memFree=31913660/32950928 swapFree=67111528/67111528
[pid=9026] ppid=9024 vsize=1529868 CPUtime=0.12
/proc/9026/stat : 9026 (java) S 9024 9026 8905 0 -1 4202496 5306 0 1 0 11 1 0 0 21 0 18 0 129763967 1566584832 4744 4089446400 134512640 134550932 4293374160 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/9026/statm: 382467 4744 1350 10 0 379770 0
[pid=9026/tid=9027] ppid=9024 vsize=1529868 CPUtime=0.08
/proc/9026/task/9027/stat : 9027 (java) R 9024 9026 8905 0 -1 4202560 3604 0 1 0 8 0 0 0 25 0 18 0 129763967 1566584832 4744 4089446400 134512640 134550932 4293374160 18446744073709551615 4159534811 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 1529868

[startup+0.300781 s]
/proc/loadavg: 0.33 0.07 0.02 2/173 9026
/proc/meminfo: memFree=31913660/32950928 swapFree=67111528/67111528
[pid=9026] ppid=9024 vsize=1532308 CPUtime=0.52
/proc/9026/stat : 9026 (java) S 9024 9026 8905 0 -1 4202496 8982 0 1 0 50 2 0 0 21 0 18 0 129763967 1569083392 8245 4089446400 134512640 134550932 4293374160 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/9026/statm: 383077 8246 1403 10 0 380380 0
[pid=9026/tid=9027] ppid=9024 vsize=1532308 CPUtime=0.28
/proc/9026/task/9027/stat : 9027 (java) R 9024 9026 8905 0 -1 4202560 6562 0 1 0 27 1 0 0 25 0 18 0 129763967 1569083392 8246 4089446400 134512640 134550932 4293374160 18446744073709551615 4109354823 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 1532308

[startup+0.700702 s]
/proc/loadavg: 0.33 0.07 0.02 2/173 9026
/proc/meminfo: memFree=31913660/32950928 swapFree=67111528/67111528
[pid=9026] ppid=9024 vsize=1544292 CPUtime=1.53
/proc/9026/stat : 9026 (java) S 9024 9026 8905 0 -1 4202496 33404 0 1 0 149 4 0 0 21 0 18 0 129763967 1581355008 30863 4089446400 134512640 134550932 4293374160 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/9026/statm: 386073 30865 1414 10 0 383376 0
[pid=9026/tid=9027] ppid=9024 vsize=1544292 CPUtime=0.68
/proc/9026/task/9027/stat : 9027 (java) R 9024 9026 8905 0 -1 4202560 26161 0 1 0 65 3 0 0 25 0 18 0 129763967 1581355008 30867 4089446400 134512640 134550932 4293374160 18446744073709551615 4109376774 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.53
Current children cumulated vsize (KiB) 1544292

[startup+1.50055 s]
/proc/loadavg: 0.33 0.07 0.02 10/196 9054
/proc/meminfo: memFree=31706156/32950928 swapFree=67111528/67111528
[pid=9026] ppid=9024 vsize=1544292 CPUtime=3.23
/proc/9026/stat : 9026 (java) S 9024 9026 8905 0 -1 4202496 58450 0 1 0 314 9 0 0 21 0 18 0 129763967 1581355008 55490 4089446400 134512640 134550932 4293374160 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/9026/statm: 386073 55490 1426 10 0 383376 0
[pid=9026/tid=9027] ppid=9024 vsize=1544292 CPUtime=1.32
/proc/9026/task/9027/stat : 9027 (java) R 9024 9026 8905 0 -1 4202560 32070 0 1 0 128 4 0 0 25 0 18 0 129763967 1581355008 55490 4089446400 134512640 134550932 4293374160 18446744073709551615 106834675 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9026/tid=9029] ppid=9024 vsize=1544292 CPUtime=0.11
/proc/9026/task/9029/stat : 9029 (java) S 9024 9026 8905 0 -1 4202560 2479 0 0 0 11 0 0 0 15 0 18 0 129763968 1581355008 55490 4089446400 134512640 134550932 4293374160 18446744073709551615 4294960144 0 4 0 16800975 18446604454224121920 0 0 -1 2 0 0 0
[pid=9026/tid=9030] ppid=9024 vsize=1544292 CPUtime=0.14
/proc/9026/task/9030/stat : 9030 (java) S 9024 9026 8905 0 -1 4202560 3920 0 0 0 14 0 0 0 16 0 18 0 129763968 1581355008 55490 4089446400 134512640 134550932 4293374160 18446744073709551615 4294960144 0 4 0 16800975 18446604454224121920 0 0 -1 7 0 0 0
[pid=9026/tid=9031] ppid=9024 vsize=1544292 CPUtime=0.1
/proc/9026/task/9031/stat : 9031 (java) S 9024 9026 8905 0 -1 4202560 2227 0 0 0 10 0 0 0 16 0 18 0 129763968 1581355008 55490 4089446400 134512640 134550932 4293374160 18446744073709551615 4294960144 0 4 0 16800975 18446604454224121920 0 0 -1 7 0 0 0
[pid=9026/tid=9032] ppid=9024 vsize=1544292 CPUtime=0.11
/proc/9026/task/9032/stat : 9032 (java) S 9024 9026 8905 0 -1 4202560 2148 0 0 0 11 0 0 0 16 0 18 0 129763968 1581355008 55490 4089446400 134512640 134550932 4293374160 18446744073709551615 4294960144 0 4 0 16800975 18446604454224121920 0 0 -1 0 0 0 0
[pid=9026/tid=9033] ppid=9024 vsize=1544292 CPUtime=0.09
/proc/9026/task/9033/stat : 9033 (java) S 9024 9026 8905 0 -1 4202560 2879 0 0 0 9 0 0 0 16 0 18 0 129763968 1581355008 55490 4089446400 134512640 134550932 4293374160 18446744073709551615 4294960144 0 4 0 16800975 18446604454224121920 0 0 -1 6 0 0 0
[pid=9026/tid=9034] ppid=9024 vsize=1544292 CPUtime=0.11
/proc/9026/task/9034/stat : 9034 (java) S 9024 9026 8905 0 -1 4202560 2039 0 0 0 11 0 0 0 16 0 18 0 129763968 1581355008 55490 4089446400 134512640 134550932 4293374160 18446744073709551615 4294960144 0 4 0 16800975 18446604454224121920 0 0 -1 3 0 0 0
[pid=9026/tid=9035] ppid=9024 vsize=1544292 CPUtime=0.06
/proc/9026/task/9035/stat : 9035 (java) S 9024 9026 8905 0 -1 4202560 1381 0 0 0 6 0 0 0 15 0 18 0 129763968 1581355008 55490 4089446400 134512640 134550932 4293374160 18446744073709551615 4294960144 0 4 0 16800975 18446604454224121920 0 0 -1 2 0 0 0
[pid=9026/tid=9036] ppid=9024 vsize=1544292 CPUtime=0.09
/proc/9026/task/9036/stat : 9036 (java) S 9024 9026 8905 0 -1 4202560 2045 0 0 0 9 0 0 0 16 0 18 0 129763968 1581355008 55490 4089446400 134512640 134550932 4293374160 18446744073709551615 4294960144 0 4 0 16800975 18446604454224121920 0 0 -1 1 0 0 0
[pid=9026/tid=9037] ppid=9024 vsize=1544292 CPUtime=0
/proc/9026/task/9037/stat : 9037 (java) S 9024 9026 8905 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 18 0 129763969 1581355008 55490 4089446400 134512640 134550932 4293374160 18446744073709551615 4294960144 0 0 0 16800975 18446604454224121920 0 0 -1 5 0 0 0
[pid=9026/tid=9038] ppid=9024 vsize=1544292 CPUtime=0
/proc/9026/task/9038/stat : 9038 (java) S 9024 9026 8905 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 18 0 129763969 1581355008 55490 4089446400 134512640 134550932 4293374160 18446744073709551615 4294960144 0 4 0 16800975 18446604454224121920 0 0 -1 1 0 0 0
[pid=9026/tid=9039] ppid=9024 vsize=1544292 CPUtime=0
/proc/9026/task/9039/stat : 9039 (java) S 9024 9026 8905 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 18 0 129763969 1581355008 55490 4089446400 134512640 134550932 4293374160 18446744073709551615 4294960144 0 4 0 16800975 18446604454224121920 0 0 -1 1 0 0 0
[pid=9026/tid=9040] ppid=9024 vsize=1544292 CPUtime=0
/proc/9026/task/9040/stat : 9040 (java) S 9024 9026 8905 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 129763971 1581355008 55490 4089446400 134512640 134550932 4293374160 18446744073709551615 4294960144 0 4 0 16800975 18446604454224121920 0 0 -1 1 0 0 0
[pid=9026/tid=9041] ppid=9024 vsize=1544292 CPUtime=0.41
/proc/9026/task/9041/stat : 9041 (java) S 9024 9026 8905 0 -1 4202560 2902 0 0 0 41 0 0 0 16 0 18 0 129763971 1581355008 55490 4089446400 134512640 134550932 4293374160 18446744073709551615 4294960144 0 4 0 16800975 18446604454224121920 0 0 -1 1 0 0 0
[pid=9026/tid=9042] ppid=9024 vsize=1544292 CPUtime=0.57
/proc/9026/task/9042/stat : 9042 (java) S 9024 9026 8905 0 -1 4202560 3288 0 0 0 57 0 0 0 20 0 18 0 129763971 1581355008 55490 4089446400 134512640 134550932 4293374160 18446744073709551615 4294960144 0 4 0 16800975 18446604454224121920 0 0 -1 6 0 0 0
[pid=9026/tid=9043] ppid=9024 vsize=1544292 CPUtime=0
/proc/9026/task/9043/stat : 9043 (java) S 9024 9026 8905 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 129763971 1581355008 55490 4089446400 134512640 134550932 4293374160 18446744073709551615 4294960144 0 4 0 16800975 18446604454224121920 0 0 -1 2 0 0 0
[pid=9026/tid=9044] ppid=9024 vsize=1544292 CPUtime=0
/proc/9026/task/9044/stat : 9044 (java) S 9024 9026 8905 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 129763971 1581355008 55490 4089446400 134512640 134550932 4293374160 18446744073709551615 4294960144 0 4 0 16800975 18446604454224121920 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.23
Current children cumulated vsize (KiB) 1544292

[startup+3.10125 s]
/proc/loadavg: 0.46 0.11 0.03 3/196 9054
/proc/meminfo: memFree=31673792/32950928 swapFree=67111528/67111528
[pid=9026] ppid=9024 vsize=1545240 CPUtime=5.67
/proc/9026/stat : 9026 (java) S 9024 9026 8905 0 -1 4202496 62930 0 1 0 552 15 0 0 21 0 18 0 129763967 1582325760 59539 4089446400 134512640 134550932 4293374160 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/9026/statm: 386310 59539 1426 10 0 383613 0
[pid=9026/tid=9027] ppid=9024 vsize=1545240 CPUtime=2.78
/proc/9026/task/9027/stat : 9027 (java) R 9024 9026 8905 0 -1 4202560 32116 0 1 0 274 4 0 0 25 0 18 0 129763967 1582325760 59539 4089446400 134512640 134550932 4293374160 18446744073709551615 4109359689 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=9026/tid=9029] ppid=9024 vsize=1545240 CPUtime=0.18
/proc/9026/task/9029/stat : 9029 (java) S 9024 9026 8905 0 -1 4202560 2938 0 0 0 18 0 0 0 15 0 18 0 129763968 1582325760 59539 4089446400 134512640 134550932 4293374160 18446744073709551615 4294960144 0 4 0 16800975 18446604454224121920 0 0 -1 3 0 0 0
[pid=9026/tid=9030] ppid=9024 vsize=1545240 CPUtime=0.23
/proc/9026/task/9030/stat : 9030 (java) S 9024 9026 8905 0 -1 4202560 4413 0 0 0 22 1 0 0 15 0 18 0 129763968 1582325760 59539 4089446400 134512640 134550932 4293374160 18446744073709551615 4294960144 0 4 0 16800975 18446604454224121920 0 0 -1 7 0 0 0
[pid=9026/tid=9031] ppid=9024 vsize=1545240 CPUtime=0.18
/proc/9026/task/9031/stat : 9031 (java) S 9024 9026 8905 0 -1 4202560 2717 0 0 0 17 1 0 0 15 0 18 0 129763968 1582325760 59539 4089446400 134512640 134550932 4293374160 18446744073709551615 4294960144 0 4 0 16800975 18446604454224121920 0 0 -1 5 0 0 0
[pid=9026/tid=9032] ppid=9024 vsize=1545240 CPUtime=0.21
/proc/9026/task/9032/stat : 9032 (java) S 9024 9026 8905 0 -1 4202560 2697 0 0 0 21 0 0 0 15 0 18 0 129763968 1582325760 59539 4089446400 134512640 134550932 4293374160 18446744073709551615 4294960144 0 4 0 16800975 18446604454224121920 0 0 -1 4 0 0 0
[pid=9026/tid=9033] ppid=9024 vsize=1545240 CPUtime=0.19
/proc/9026/task/9033/stat : 9033 (java) S 9024 9026 8905 0 -1 4202560 3396 0 0 0 18 1 0 0 15 0 18 0 129763968 1582325760 59539 4089446400 134512640 134550932 4293374160 18446744073709551615 4294960144 0 4 0 16800975 18446604454224121920 0 0 -1 4 0 0 0
[pid=9026/tid=9034] ppid=9024 vsize=1545240 CPUtime=0.18
/proc/9026/task/9034/stat : 9034 (java) S 9024 9026 8905 0 -1 4202560 2463 0 0 0 17 1 0 0 15 0 18 0 129763968 1582325760 59539 4089446400 134512640 134550932 4293374160 18446744073709551615 4294960144 0 4 0 16800975 18446604454224121920 0 0 -1 1 0 0 0
[pid=9026/tid=9035] ppid=9024 vsize=1545240 CPUtime=0.15
/proc/9026/task/9035/stat : 9035 (java) S 9024 9026 8905 0 -1 4202560 1838 0 0 0 15 0 0 0 15 0 18 0 129763968 1582325760 59539 4089446400 134512640 134550932 4293374160 18446744073709551615 4294960144 0 4 0 16800975 18446604454224121920 0 0 -1 7 0 0 0
[pid=9026/tid=9036] ppid=9024 vsize=1545240 CPUtime=0.18
/proc/9026/task/9036/stat : 9036 (java) S 9024 9026 8905 0 -1 4202560 2607 0 0 0 17 1 0 0 15 0 18 0 129763968 1582325760 59539 4089446400 134512640 134550932 4293374160 18446744073709551615 4294960144 0 4 0 16800975 18446604454224121920 0 0 -1 5 0 0 0
[pid=9026/tid=9037] ppid=9024 vsize=1545240 CPUtime=0
/proc/9026/task/9037/stat : 9037 (java) S 9024 9026 8905 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 18 0 129763969 1582325760 59539 4089446400 134512640 134550932 4293374160 18446744073709551615 4294960144 0 0 0 16800975 18446604454224121920 0 0 -1 5 0 0 0
[pid=9026/tid=9038] ppid=9024 vsize=1545240 CPUtime=0
/proc/9026/task/9038/stat : 9038 (java) S 9024 9026 8905 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 18 0 129763969 1582325760 59539 4089446400 134512640 134550932 4293374160 18446744073709551615 4294960144 0 4 0 16800975 18446604454224121920 0 0 -1 1 0 0 0
[pid=9026/tid=9039] ppid=9024 vsize=1545240 CPUtime=0
/proc/9026/task/9039/stat : 9039 (java) S 9024 9026 8905 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 18 0 129763969 1582325760 59539 4089446400 134512640 134550932 4293374160 18446744073709551615 4294960144 0 4 0 16800975 18446604454224121920 0 0 -1 1 0 0 0
[pid=9026/tid=9040] ppid=9024 vsize=1545240 CPUtime=0
/proc/9026/task/9040/stat : 9040 (java) S 9024 9026 8905 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 129763971 1582325760 59539 4089446400 134512640 134550932 4293374160 18446744073709551615 4294960144 0 4 0 16800975 18446604454224121920 0 0 -1 1 0 0 0
[pid=9026/tid=9041] ppid=9024 vsize=1545240 CPUtime=0.56
/proc/9026/task/9041/stat : 9041 (java) S 9024 9026 8905 0 -1 4202560 2922 0 0 0 56 0 0 0 15 0 18 0 129763971 1582325760 59539 4089446400 134512640 134550932 4293374160 18446744073709551615 4294960144 0 4 0 16800975 18446604454224121920 0 0 -1 1 0 0 0
[pid=9026/tid=9042] ppid=9024 vsize=1545240 CPUtime=0.73
/proc/9026/task/9042/stat : 9042 (java) R 9024 9026 8905 0 -1 4202560 3751 0 0 0 73 0 0 0 15 0 18 0 129763971 1582325760 59539 4089446400 134512640 134550932 4293374160 18446744073709551615 105873548 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=9026/tid=9043] ppid=9024 vsize=1545240 CPUtime=0
/proc/9026/task/9043/stat : 9043 (java) S 9024 9026 8905 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 129763971 1582325760 59539 4089446400 134512640 134550932 4293374160 18446744073709551615 4294960144 0 4 0 16800975 18446604454224121920 0 0 -1 2 0 0 0
[pid=9026/tid=9044] ppid=9024 vsize=1545240 CPUtime=0
/proc/9026/task/9044/stat : 9044 (java) S 9024 9026 8905 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 129763971 1582325760 59539 4089446400 134512640 134550932 4293374160 18446744073709551615 4294960144 0 4 0 16800975 18446604454224121920 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.67
Current children cumulated vsize (KiB) 1545240

[startup+6.30073 s]
/proc/loadavg: 0.46 0.11 0.03 4/218 9103
/proc/meminfo: memFree=31449768/32950928 swapFree=67111528/67111528
[pid=9026] ppid=9024 vsize=1550820 CPUtime=13.89
/proc/9026/stat : 9026 (java) S 9024 9026 8905 0 -1 4202496 76522 0 1 0 1368 21 0 0 21 0 22 0 129763967 1588039680 67055 4089446400 134512640 134550932 4293374160 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/9026/statm: 387705 67055 1447 10 0 385008 0
[pid=9026/tid=9027] ppid=9024 vsize=1550820 CPUtime=3.04
/proc/9026/task/9027/stat : 9027 (java) S 9024 9026 8905 0 -1 4202560 32135 0 1 0 300 4 0 0 18 0 22 0 129763967 1588039680 67055 4089446400 134512640 134550932 4293374160 18446744073709551615 4294960144 0 4 0 16800975 18446604454224121920 0 0 -1 5 0 0 0
[pid=9026/tid=9029] ppid=9024 vsize=1550820 CPUtime=0.22
/proc/9026/task/9029/stat : 9029 (java) S 9024 9026 8905 0 -1 4202560 4120 0 0 0 21 1 0 0 16 0 22 0 129763968 1588039680 67055 4089446400 134512640 134550932 4293374160 18446744073709551615 4294960144 0 4 0 16800975 18446604454224121920 0 0 -1 3 0 0 0
[pid=9026/tid=9030] ppid=9024 vsize=1550820 CPUtime=0.24
/proc/9026/task/9030/stat : 9030 (java) S 9024 9026 8905 0 -1 4202560 5299 0 0 0 23 1 0 0 16 0 22 0 129763968 1588039680 67055 4089446400 134512640 134550932 4293374160 18446744073709551615 4294960144 0 4 0 16800975 18446604454224121920 0 0 -1 7 0 0 0
[pid=9026/tid=9031] ppid=9024 vsize=1550820 CPUtime=0.19
/proc/9026/task/9031/stat : 9031 (java) S 9024 9026 8905 0 -1 4202560 4353 0 0 0 18 1 0 0 15 0 22 0 129763968 1588039680 67055 4089446400 134512640 134550932 4293374160 18446744073709551615 4294960144 0 4 0 16800975 18446604454224121920 0 0 -1 7 0 0 0
[pid=9026/tid=9032] ppid=9024 vsize=1550820 CPUtime=0.23
/proc/9026/task/9032/stat : 9032 (java) S 9024 9026 8905 0 -1 4202560 3376 0 0 0 23 0 0 0 16 0 22 0 129763968 1588039680 67055 4089446400 134512640 134550932 4293374160 18446744073709551615 4294960144 0 4 0 16800975 18446604454224121920 0 0 -1 1 0 0 0
[pid=9026/tid=9033] ppid=9024 vsize=1550820 CPUtime=0.23
/proc/9026/task/9033/stat : 9033 (java) S 9024 9026 8905 0 -1 4202560 3919 0 0 0 21 2 0 0 16 0 22 0 129763968 1588039680 67055 4089446400 134512640 134550932 4293374160 18446744073709551615 4294960144 0 4 0 16800975 18446604454224121920 0 0 -1 2 0 0 0
[pid=9026/tid=9034] ppid=9024 vsize=1550820 CPUtime=0.2
/proc/9026/task/9034/stat : 9034 (java) S 9024 9026 8905 0 -1 4202560 3052 0 0 0 19 1 0 0 16 0 22 0 129763968 1588039680 67055 4089446400 134512640 134550932 4293374160 18446744073709551615 4294960144 0 4 0 16800975 18446604454224121920 0 0 -1 4 0 0 0
[pid=9026/tid=9035] ppid=9024 vsize=1550820 CPUtime=0.17
/proc/9026/task/9035/stat : 9035 (java) S 9024 9026 8905 0 -1 4202560 1953 0 0 0 17 0 0 0 16 0 22 0 129763968 1588039680 67055 4089446400 134512640 134550932 4293374160 18446744073709551615 4294960144 0 4 0 16800975 18446604454224121920 0 0 -1 5 0 0 0
[pid=9026/tid=9036] ppid=9024 vsize=1550820 CPUtime=0.21
/proc/9026/task/9036/stat : 9036 (java) S 9024 9026 8905 0 -1 4202560 3385 0 0 0 20 1 0 0 15 0 22 0 129763968 1588039680 67055 4089446400 134512640 134550932 4293374160 18446744073709551615 4294960144 0 4 0 16800975 18446604454224121920 0 0 -1 5 0 0 0
[pid=9026/tid=9037] ppid=9024 vsize=1550820 CPUtime=0
/proc/9026/task/9037/stat : 9037 (java) S 9024 9026 8905 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 22 0 129763969 1588039680 67055 4089446400 134512640 134550932 4293374160 18446744073709551615 4294960144 0 0 0 16800975 18446604454224121920 0 0 -1 5 0 0 0
[pid=9026/tid=9038] ppid=9024 vsize=1550820 CPUtime=0
/proc/9026/task/9038/stat : 9038 (java) S 9024 9026 8905 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 22 0 129763969 1588039680 67055 4089446400 134512640 134550932 4293374160 18446744073709551615 4294960144 0 4 0 16800975 18446604454224121920 0 0 -1 1 0 0 0
[pid=9026/tid=9039] ppid=9024 vsize=1550820 CPUtime=0
/proc/9026/task/9039/stat : 9039 (java) S 9024 9026 8905 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 22 0 129763969 1588039680 67055 4089446400 134512640 134550932 4293374160 18446744073709551615 4294960144 0 4 0 16800975 18446604454224121920 0 0 -1 1 0 0 0
[pid=9026/tid=9040] ppid=9024 vsize=1550820 CPUtime=0
/proc/9026/task/9040/stat : 9040 (java) S 9024 9026 8905 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 22 0 129763971 1588039680 67055 4089446400 134512640 134550932 4293374160 18446744073709551615 4294960144 0 4 0 16800975 18446604454224121920 0 0 -1 1 0 0 0
[pid=9026/tid=9041] ppid=9024 vsize=1550820 CPUtime=1.32
/proc/9026/task/9041/stat : 9041 (java) S 9024 9026 8905 0 -1 4202560 5532 0 0 0 131 1 0 0 15 0 22 0 129763971 1588039680 67055 4089446400 134512640 134550932 4293374160 18446744073709551615 4294960144 0 4 0 16800975 18446604454224121920 0 0 -1 1 0 0 0
[pid=9026/tid=9042] ppid=9024 vsize=1550820 CPUtime=1.94
/proc/9026/task/9042/stat : 9042 (java) S 9024 9026 8905 0 -1 4202560 8262 0 0 0 194 0 0 0 15 0 22 0 129763971 1588039680 67055 4089446400 134512640 134550932 4293374160 18446744073709551615 4294960144 0 4 0 16800975 18446604454224121920 0 0 -1 6 0 0 0
[pid=9026/tid=9043] ppid=9024 vsize=1550820 CPUtime=0
/proc/9026/task/9043/stat : 9043 (java) S 9024 9026 8905 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 129763971 1588039680 67055 4089446400 134512640 134550932 4293374160 18446744073709551615 4294960144 0 4 0 16800975 18446604454224121920 0 0 -1 2 0 0 0
[pid=9026/tid=9044] ppid=9024 vsize=1550820 CPUtime=0
/proc/9026/task/9044/stat : 9044 (java) S 9024 9026 8905 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 129763971 1588039680 67055 4089446400 134512640 134550932 4293374160 18446744073709551615 4294960144 0 4 0 16800975 18446604454224121920 0 0 -1 0 0 0 0
[pid=9026/tid=9099] ppid=9024 vsize=1550820 CPUtime=2.88
/proc/9026/task/9099/stat : 9099 (java) R 9024 9026 8905 0 -1 4202560 23 0 0 0 288 0 0 0 25 0 22 0 129764302 1588039680 67055 4089446400 134512640 134550932 4293374160 18446744073709551615 4109134602 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=9026/tid=9100] ppid=9024 vsize=1550820 CPUtime=2.86
/proc/9026/task/9100/stat : 9100 (java) R 9024 9026 8905 0 -1 4202560 33 0 0 0 286 0 0 0 25 0 22 0 129764302 1588039680 67055 4089446400 134512640 134550932 4293374160 18446744073709551615 4110193414 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=9026/tid=9101] ppid=9024 vsize=1550820 CPUtime=0
/proc/9026/task/9101/stat : 9101 (java) S 9024 9026 8905 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 22 0 129764329 1588039680 67055 4089446400 134512640 134550932 4293374160 18446744073709551615 4294960144 0 4 0 16800975 18446604454224121920 0 0 -1 0 0 0 0
[pid=9026/tid=9102] ppid=9024 vsize=1550820 CPUtime=0
/proc/9026/task/9102/stat : 9102 (java) S 9024 9026 8905 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 22 0 129764329 1588039680 67055 4089446400 134512640 134550932 4293374160 18446744073709551615 4294960144 0 4 0 16800975 18446604454224121920 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 13.89

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

/proc/meminfo: memFree=31188048/32950928 swapFree=67111528/67111528
[pid=9026] ppid=9024 vsize=1551844 CPUtime=1670.67
/proc/9026/stat : 9026 (java) S 9024 9026 8905 0 -1 4202496 245874 0 1 0 166108 959 0 0 21 0 22 0 129763967 1589088256 114779 4089446400 134512640 134550932 4293374160 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/9026/statm: 387961 114779 1452 10 0 385264 0
[pid=9026/tid=9027] ppid=9024 vsize=1551844 CPUtime=3.04
/proc/9026/task/9027/stat : 9027 (java) S 9024 9026 8905 0 -1 4202560 32155 0 1 0 300 4 0 0 15 0 22 0 129763967 1589088256 114779 4089446400 134512640 134550932 4293374160 18446744073709551615 4294960144 0 4 0 16800975 18446604454224121920 0 0 -1 5 0 0 0
[pid=9026/tid=9029] ppid=9024 vsize=1551844 CPUtime=7.91
/proc/9026/task/9029/stat : 9029 (java) S 9024 9026 8905 0 -1 4202560 9880 0 0 0 681 110 0 0 16 0 22 0 129763968 1589088256 114779 4089446400 134512640 134550932 4293374160 18446744073709551615 4294960144 0 4 0 16800975 18446604454224121920 0 0 -1 6 0 0 0
[pid=9026/tid=9030] ppid=9024 vsize=1551844 CPUtime=7.94
/proc/9026/task/9030/stat : 9030 (java) S 9024 9026 8905 0 -1 4202560 11198 0 0 0 689 105 0 0 16 0 22 0 129763968 1589088256 114779 4089446400 134512640 134550932 4293374160 18446744073709551615 4294960144 0 4 0 16800975 18446604454224121920 0 0 -1 4 0 0 0
[pid=9026/tid=9031] ppid=9024 vsize=1551844 CPUtime=8.08
/proc/9026/task/9031/stat : 9031 (java) S 9024 9026 8905 0 -1 4202560 10358 0 0 0 693 115 0 0 16 0 22 0 129763968 1589088256 114779 4089446400 134512640 134550932 4293374160 18446744073709551615 4294960144 0 4 0 16800975 18446604454224121920 0 0 -1 2 0 0 0
[pid=9026/tid=9032] ppid=9024 vsize=1551844 CPUtime=8.16
/proc/9026/task/9032/stat : 9032 (java) S 9024 9026 8905 0 -1 4202560 9887 0 0 0 699 117 0 0 16 0 22 0 129763968 1589088256 114779 4089446400 134512640 134550932 4293374160 18446744073709551615 4294960144 0 4 0 16800975 18446604454224121920 0 0 -1 3 0 0 0
[pid=9026/tid=9033] ppid=9024 vsize=1551844 CPUtime=8.17
/proc/9026/task/9033/stat : 9033 (java) S 9024 9026 8905 0 -1 4202560 9788 0 0 0 705 112 0 0 16 0 22 0 129763968 1589088256 114779 4089446400 134512640 134550932 4293374160 18446744073709551615 4294960144 0 4 0 16800975 18446604454224121920 0 0 -1 5 0 0 0
[pid=9026/tid=9034] ppid=9024 vsize=1551844 CPUtime=7.84
/proc/9026/task/9034/stat : 9034 (java) S 9024 9026 8905 0 -1 4202560 8441 0 0 0 673 111 0 0 16 0 22 0 129763968 1589088256 114779 4089446400 134512640 134550932 4293374160 18446744073709551615 4294960144 0 4 0 16800975 18446604454224121920 0 0 -1 2 0 0 0
[pid=9026/tid=9035] ppid=9024 vsize=1551844 CPUtime=8.13
/proc/9026/task/9035/stat : 9035 (java) S 9024 9026 8905 0 -1 4202560 7687 0 0 0 690 123 0 0 16 0 22 0 129763968 1589088256 114779 4089446400 134512640 134550932 4293374160 18446744073709551615 4294960144 0 4 0 16800975 18446604454224121920 0 0 -1 7 0 0 0
[pid=9026/tid=9036] ppid=9024 vsize=1551844 CPUtime=8.1
/proc/9026/task/9036/stat : 9036 (java) S 9024 9026 8905 0 -1 4202560 9395 0 0 0 693 117 0 0 16 0 22 0 129763968 1589088256 114779 4089446400 134512640 134550932 4293374160 18446744073709551615 4294960144 0 4 0 16800975 18446604454224121920 0 0 -1 0 0 0 0
[pid=9026/tid=9037] ppid=9024 vsize=1551844 CPUtime=17.6
/proc/9026/task/9037/stat : 9037 (java) S 9024 9026 8905 0 -1 4202560 120724 0 0 0 1730 30 0 0 15 0 22 0 129763969 1589088256 114779 4089446400 134512640 134550932 4293374160 18446744073709551615 4294960144 0 0 0 16800975 18446604454224121920 0 0 -1 6 0 0 0
[pid=9026/tid=9038] ppid=9024 vsize=1551844 CPUtime=0
/proc/9026/task/9038/stat : 9038 (java) S 9024 9026 8905 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 22 0 129763969 1589088256 114779 4089446400 134512640 134550932 4293374160 18446744073709551615 4294960144 0 4 0 16800975 18446604454224121920 0 0 -1 1 0 0 0
[pid=9026/tid=9039] ppid=9024 vsize=1551844 CPUtime=0
/proc/9026/task/9039/stat : 9039 (java) S 9024 9026 8905 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 22 0 129763969 1589088256 114779 4089446400 134512640 134550932 4293374160 18446744073709551615 4294960144 0 4 0 16800975 18446604454224121920 0 0 -1 1 0 0 0
[pid=9026/tid=9040] ppid=9024 vsize=1551844 CPUtime=0
/proc/9026/task/9040/stat : 9040 (java) S 9024 9026 8905 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 22 0 129763971 1589088256 114779 4089446400 134512640 134550932 4293374160 18446744073709551615 4294960144 0 4 0 16800975 18446604454224121920 0 0 -1 1 0 0 0
[pid=9026/tid=9041] ppid=9024 vsize=1551844 CPUtime=1.44
/proc/9026/task/9041/stat : 9041 (java) S 9024 9026 8905 0 -1 4202560 5539 0 0 0 143 1 0 0 15 0 22 0 129763971 1589088256 114779 4089446400 134512640 134550932 4293374160 18446744073709551615 4294960144 0 4 0 16800975 18446604454224121920 0 0 -1 1 0 0 0
[pid=9026/tid=9042] ppid=9024 vsize=1551844 CPUtime=2.21
/proc/9026/task/9042/stat : 9042 (java) S 9024 9026 8905 0 -1 4202560 8300 0 0 0 221 0 0 0 15 0 22 0 129763971 1589088256 114779 4089446400 134512640 134550932 4293374160 18446744073709551615 4294960144 0 4 0 16800975 18446604454224121920 0 0 -1 6 0 0 0
[pid=9026/tid=9043] ppid=9024 vsize=1551844 CPUtime=0
/proc/9026/task/9043/stat : 9043 (java) S 9024 9026 8905 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 129763971 1589088256 114779 4089446400 134512640 134550932 4293374160 18446744073709551615 4294960144 0 4 0 16800975 18446604454224121920 0 0 -1 2 0 0 0
[pid=9026/tid=9044] ppid=9024 vsize=1551844 CPUtime=0
/proc/9026/task/9044/stat : 9044 (java) S 9024 9026 8905 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 22 0 129763971 1589088256 114779 4089446400 134512640 134550932 4293374160 18446744073709551615 4294960144 0 4 0 16800975 18446604454224121920 0 0 -1 0 0 0 0
[pid=9026/tid=9099] ppid=9024 vsize=1551844 CPUtime=791.01
/proc/9026/task/9099/stat : 9099 (java) R 9024 9026 8905 0 -1 4202560 688 0 0 0 79098 3 0 0 19 0 22 0 129764302 1589088256 114779 4089446400 134512640 134550932 4293374160 18446744073709551615 4109963248 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=9026/tid=9100] ppid=9024 vsize=1551844 CPUtime=790.89
/proc/9026/task/9100/stat : 9100 (java) R 9024 9026 8905 0 -1 4202560 716 0 0 0 79086 3 0 0 19 0 22 0 129764302 1589088256 114779 4089446400 134512640 134550932 4293374160 18446744073709551615 4110092612 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=9026/tid=9101] ppid=9024 vsize=1551844 CPUtime=0
/proc/9026/task/9101/stat : 9101 (java) S 9024 9026 8905 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 22 0 129764329 1589088256 114779 4089446400 134512640 134550932 4293374160 18446744073709551615 4294960144 0 4 0 16800975 18446604454224121920 0 0 -1 0 0 0 0
[pid=9026/tid=9102] ppid=9024 vsize=1551844 CPUtime=0
/proc/9026/task/9102/stat : 9102 (java) S 9024 9026 8905 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 22 0 129764329 1589088256 114779 4089446400 134512640 134550932 4293374160 18446744073709551615 4294960144 0 4 0 16800975 18446604454224121920 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1670.67
Current children cumulated vsize (KiB) 1551844

[startup+882.301 s]
/proc/loadavg: 3.52 3.01 1.88 4/218 9217
/proc/meminfo: memFree=31181440/32950928 swapFree=67111528/67111528
[pid=9026] ppid=9024 vsize=1551844 CPUtime=1793.71
/proc/9026/stat : 9026 (java) S 9024 9026 8905 0 -1 4202496 247557 0 1 0 178328 1043 0 0 21 0 22 0 129763967 1589088256 114779 4089446400 134512640 134550932 4293374160 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/9026/statm: 387961 114779 1452 10 0 385264 0
[pid=9026/tid=9027] ppid=9024 vsize=1551844 CPUtime=3.04
/proc/9026/task/9027/stat : 9027 (java) S 9024 9026 8905 0 -1 4202560 32158 0 1 0 300 4 0 0 15 0 22 0 129763967 1589088256 114779 4089446400 134512640 134550932 4293374160 18446744073709551615 4294960144 0 4 0 16800975 18446604454224121920 0 0 -1 5 0 0 0
[pid=9026/tid=9029] ppid=9024 vsize=1551844 CPUtime=8.6
/proc/9026/task/9029/stat : 9029 (java) S 9024 9026 8905 0 -1 4202560 9880 0 0 0 738 122 0 0 16 0 22 0 129763968 1589088256 114779 4089446400 134512640 134550932 4293374160 18446744073709551615 4294960144 0 4 0 16800975 18446604454224121920 0 0 -1 5 0 0 0
[pid=9026/tid=9030] ppid=9024 vsize=1551844 CPUtime=8.58
/proc/9026/task/9030/stat : 9030 (java) S 9024 9026 8905 0 -1 4202560 11198 0 0 0 742 116 0 0 16 0 22 0 129763968 1589088256 114779 4089446400 134512640 134550932 4293374160 18446744073709551615 4294960144 0 4 0 16800975 18446604454224121920 0 0 -1 6 0 0 0
[pid=9026/tid=9031] ppid=9024 vsize=1551844 CPUtime=8.74
/proc/9026/task/9031/stat : 9031 (java) S 9024 9026 8905 0 -1 4202560 10358 0 0 0 749 125 0 0 16 0 22 0 129763968 1589088256 114779 4089446400 134512640 134550932 4293374160 18446744073709551615 4294960144 0 4 0 16800975 18446604454224121920 0 0 -1 0 0 0 0
[pid=9026/tid=9032] ppid=9024 vsize=1551844 CPUtime=8.91
/proc/9026/task/9032/stat : 9032 (java) S 9024 9026 8905 0 -1 4202560 9887 0 0 0 762 129 0 0 16 0 22 0 129763968 1589088256 114779 4089446400 134512640 134550932 4293374160 18446744073709551615 4294960144 0 4 0 16800975 18446604454224121920 0 0 -1 3 0 0 0
[pid=9026/tid=9033] ppid=9024 vsize=1551844 CPUtime=8.9
/proc/9026/task/9033/stat : 9033 (java) S 9024 9026 8905 0 -1 4202560 9788 0 0 0 767 123 0 0 16 0 22 0 129763968 1589088256 114779 4089446400 134512640 134550932 4293374160 18446744073709551615 4294960144 0 4 0 16800975 18446604454224121920 0 0 -1 1 0 0 0
[pid=9026/tid=9034] ppid=9024 vsize=1551844 CPUtime=8.47
/proc/9026/task/9034/stat : 9034 (java) S 9024 9026 8905 0 -1 4202560 8441 0 0 0 727 120 0 0 16 0 22 0 129763968 1589088256 114779 4089446400 134512640 134550932 4293374160 18446744073709551615 4294960144 0 4 0 16800975 18446604454224121920 0 0 -1 0 0 0 0
[pid=9026/tid=9035] ppid=9024 vsize=1551844 CPUtime=8.78
/proc/9026/task/9035/stat : 9035 (java) S 9024 9026 8905 0 -1 4202560 7687 0 0 0 745 133 0 0 16 0 22 0 129763968 1589088256 114779 4089446400 134512640 134550932 4293374160 18446744073709551615 4294960144 0 4 0 16800975 18446604454224121920 0 0 -1 4 0 0 0
[pid=9026/tid=9036] ppid=9024 vsize=1551844 CPUtime=8.69
/proc/9026/task/9036/stat : 9036 (java) S 9024 9026 8905 0 -1 4202560 9395 0 0 0 743 126 0 0 16 0 22 0 129763968 1589088256 114779 4089446400 134512640 134550932 4293374160 18446744073709551615 4294960144 0 4 0 16800975 18446604454224121920 0 0 -1 2 0 0 0
[pid=9026/tid=9037] ppid=9024 vsize=1551844 CPUtime=18.2
/proc/9026/task/9037/stat : 9037 (java) S 9024 9026 8905 0 -1 4202560 122329 0 0 0 1790 30 0 0 15 0 22 0 129763969 1589088256 114779 4089446400 134512640 134550932 4293374160 18446744073709551615 4294960144 0 0 0 16800975 18446604454224121920 0 0 -1 6 0 0 0
[pid=9026/tid=9038] ppid=9024 vsize=1551844 CPUtime=0
/proc/9026/task/9038/stat : 9038 (java) S 9024 9026 8905 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 22 0 129763969 1589088256 114779 4089446400 134512640 134550932 4293374160 18446744073709551615 4294960144 0 4 0 16800975 18446604454224121920 0 0 -1 1 0 0 0
[pid=9026/tid=9039] ppid=9024 vsize=1551844 CPUtime=0
/proc/9026/task/9039/stat : 9039 (java) S 9024 9026 8905 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 22 0 129763969 1589088256 114779 4089446400 134512640 134550932 4293374160 18446744073709551615 4294960144 0 4 0 16800975 18446604454224121920 0 0 -1 1 0 0 0
[pid=9026/tid=9040] ppid=9024 vsize=1551844 CPUtime=0
/proc/9026/task/9040/stat : 9040 (java) S 9024 9026 8905 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 22 0 129763971 1589088256 114779 4089446400 134512640 134550932 4293374160 18446744073709551615 4294960144 0 4 0 16800975 18446604454224121920 0 0 -1 1 0 0 0
[pid=9026/tid=9041] ppid=9024 vsize=1551844 CPUtime=1.44
/proc/9026/task/9041/stat : 9041 (java) S 9024 9026 8905 0 -1 4202560 5539 0 0 0 143 1 0 0 15 0 22 0 129763971 1589088256 114779 4089446400 134512640 134550932 4293374160 18446744073709551615 4294960144 0 4 0 16800975 18446604454224121920 0 0 -1 1 0 0 0
[pid=9026/tid=9042] ppid=9024 vsize=1551844 CPUtime=2.21
/proc/9026/task/9042/stat : 9042 (java) S 9024 9026 8905 0 -1 4202560 8300 0 0 0 221 0 0 0 15 0 22 0 129763971 1589088256 114779 4089446400 134512640 134550932 4293374160 18446744073709551615 4294960144 0 4 0 16800975 18446604454224121920 0 0 -1 6 0 0 0
[pid=9026/tid=9043] ppid=9024 vsize=1551844 CPUtime=0
/proc/9026/task/9043/stat : 9043 (java) S 9024 9026 8905 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 129763971 1589088256 114779 4089446400 134512640 134550932 4293374160 18446744073709551615 4294960144 0 4 0 16800975 18446604454224121920 0 0 -1 2 0 0 0
[pid=9026/tid=9044] ppid=9024 vsize=1551844 CPUtime=0
/proc/9026/task/9044/stat : 9044 (java) S 9024 9026 8905 0 -1 4202560 50 0 0 0 0 0 0 0 15 0 22 0 129763971 1589088256 114779 4089446400 134512640 134550932 4293374160 18446744073709551615 4294960144 0 4 0 16800975 18446604454224121920 0 0 -1 2 0 0 0
[pid=9026/tid=9099] ppid=9024 vsize=1551844 CPUtime=849.56
/proc/9026/task/9099/stat : 9099 (java) R 9024 9026 8905 0 -1 4202560 725 0 0 0 84953 3 0 0 21 0 22 0 129764302 1589088256 114779 4089446400 134512640 134550932 4293374160 18446744073709551615 4110094840 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=9026/tid=9100] ppid=9024 vsize=1551844 CPUtime=849.44
/proc/9026/task/9100/stat : 9100 (java) R 9024 9026 8905 0 -1 4202560 752 0 0 0 84941 3 0 0 25 0 22 0 129764302 1589088256 114779 4089446400 134512640 134550932 4293374160 18446744073709551615 4110095361 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=9026/tid=9101] ppid=9024 vsize=1551844 CPUtime=0
/proc/9026/task/9101/stat : 9101 (java) S 9024 9026 8905 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 22 0 129764329 1589088256 114779 4089446400 134512640 134550932 4293374160 18446744073709551615 4294960144 0 4 0 16800975 18446604454224121920 0 0 -1 0 0 0 0
[pid=9026/tid=9102] ppid=9024 vsize=1551844 CPUtime=0
/proc/9026/task/9102/stat : 9102 (java) S 9024 9026 8905 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 22 0 129764329 1589088256 114779 4089446400 134512640 134550932 4293374160 18446744073709551615 4294960144 0 4 0 16800975 18446604454224121920 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1793.71
Current children cumulated vsize (KiB) 1551844



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+885.401 s]
/proc/loadavg: 3.52 3.01 1.88 4/218 9217
/proc/meminfo: memFree=31181440/32950928 swapFree=67111528/67111528
[pid=9026] ppid=9024 vsize=1551844 CPUtime=1800.1
/proc/9026/stat : 9026 (java) S 9024 9026 8905 0 -1 4202496 247562 0 1 0 178964 1046 0 0 21 0 22 0 129763967 1589088256 114779 4089446400 134512640 134550932 4293374160 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/9026/statm: 387961 114779 1452 10 0 385264 0
[pid=9026/tid=9027] ppid=9024 vsize=1551844 CPUtime=3.04
/proc/9026/task/9027/stat : 9027 (java) S 9024 9026 8905 0 -1 4202560 32158 0 1 0 300 4 0 0 15 0 22 0 129763967 1589088256 114779 4089446400 134512640 134550932 4293374160 18446744073709551615 4294960144 0 4 0 16800975 18446604454224121920 0 0 -1 5 0 0 0
[pid=9026/tid=9029] ppid=9024 vsize=1551844 CPUtime=8.63
/proc/9026/task/9029/stat : 9029 (java) S 9024 9026 8905 0 -1 4202560 9880 0 0 0 741 122 0 0 16 0 22 0 129763968 1589088256 114779 4089446400 134512640 134550932 4293374160 18446744073709551615 4294960144 0 4 0 16800975 18446604454224121920 0 0 -1 5 0 0 0
[pid=9026/tid=9030] ppid=9024 vsize=1551844 CPUtime=8.63
/proc/9026/task/9030/stat : 9030 (java) S 9024 9026 8905 0 -1 4202560 11198 0 0 0 746 117 0 0 16 0 22 0 129763968 1589088256 114779 4089446400 134512640 134550932 4293374160 18446744073709551615 4294960144 0 4 0 16800975 18446604454224121920 0 0 -1 6 0 0 0
[pid=9026/tid=9031] ppid=9024 vsize=1551844 CPUtime=8.78
/proc/9026/task/9031/stat : 9031 (java) S 9024 9026 8905 0 -1 4202560 10358 0 0 0 753 125 0 0 16 0 22 0 129763968 1589088256 114779 4089446400 134512640 134550932 4293374160 18446744073709551615 4294960144 0 4 0 16800975 18446604454224121920 0 0 -1 0 0 0 0
[pid=9026/tid=9032] ppid=9024 vsize=1551844 CPUtime=8.95
/proc/9026/task/9032/stat : 9032 (java) S 9024 9026 8905 0 -1 4202560 9887 0 0 0 765 130 0 0 16 0 22 0 129763968 1589088256 114779 4089446400 134512640 134550932 4293374160 18446744073709551615 4294960144 0 4 0 16800975 18446604454224121920 0 0 -1 3 0 0 0
[pid=9026/tid=9033] ppid=9024 vsize=1551844 CPUtime=8.93
/proc/9026/task/9033/stat : 9033 (java) S 9024 9026 8905 0 -1 4202560 9788 0 0 0 769 124 0 0 16 0 22 0 129763968 1589088256 114779 4089446400 134512640 134550932 4293374160 18446744073709551615 4294960144 0 4 0 16800975 18446604454224121920 0 0 -1 1 0 0 0
[pid=9026/tid=9034] ppid=9024 vsize=1551844 CPUtime=8.5
/proc/9026/task/9034/stat : 9034 (java) S 9024 9026 8905 0 -1 4202560 8441 0 0 0 730 120 0 0 16 0 22 0 129763968 1589088256 114779 4089446400 134512640 134550932 4293374160 18446744073709551615 4294960144 0 4 0 16800975 18446604454224121920 0 0 -1 2 0 0 0
[pid=9026/tid=9035] ppid=9024 vsize=1551844 CPUtime=8.8
/proc/9026/task/9035/stat : 9035 (java) S 9024 9026 8905 0 -1 4202560 7687 0 0 0 747 133 0 0 15 0 22 0 129763968 1589088256 114779 4089446400 134512640 134550932 4293374160 18446744073709551615 4294960144 0 4 0 16800975 18446604454224121920 0 0 -1 2 0 0 0
[pid=9026/tid=9036] ppid=9024 vsize=1551844 CPUtime=8.71
/proc/9026/task/9036/stat : 9036 (java) S 9024 9026 8905 0 -1 4202560 9395 0 0 0 745 126 0 0 16 0 22 0 129763968 1589088256 114779 4089446400 134512640 134550932 4293374160 18446744073709551615 4294960144 0 4 0 16800975 18446604454224121920 0 0 -1 4 0 0 0
[pid=9026/tid=9037] ppid=9024 vsize=1551844 CPUtime=18.2
/proc/9026/task/9037/stat : 9037 (java) S 9024 9026 8905 0 -1 4202560 122329 0 0 0 1790 30 0 0 15 0 22 0 129763969 1589088256 114779 4089446400 134512640 134550932 4293374160 18446744073709551615 4294960144 0 0 0 16800975 18446604454224121920 0 0 -1 4 0 0 0
[pid=9026/tid=9038] ppid=9024 vsize=1551844 CPUtime=0
/proc/9026/task/9038/stat : 9038 (java) S 9024 9026 8905 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 22 0 129763969 1589088256 114779 4089446400 134512640 134550932 4293374160 18446744073709551615 4294960144 0 4 0 16800975 18446604454224121920 0 0 -1 1 0 0 0
[pid=9026/tid=9039] ppid=9024 vsize=1551844 CPUtime=0
/proc/9026/task/9039/stat : 9039 (java) S 9024 9026 8905 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 22 0 129763969 1589088256 114779 4089446400 134512640 134550932 4293374160 18446744073709551615 4294960144 0 4 0 16800975 18446604454224121920 0 0 -1 1 0 0 0
[pid=9026/tid=9040] ppid=9024 vsize=1551844 CPUtime=0
/proc/9026/task/9040/stat : 9040 (java) S 9024 9026 8905 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 22 0 129763971 1589088256 114779 4089446400 134512640 134550932 4293374160 18446744073709551615 4294960144 0 4 0 16800975 18446604454224121920 0 0 -1 1 0 0 0
[pid=9026/tid=9041] ppid=9024 vsize=1551844 CPUtime=1.44
/proc/9026/task/9041/stat : 9041 (java) S 9024 9026 8905 0 -1 4202560 5539 0 0 0 143 1 0 0 15 0 22 0 129763971 1589088256 114779 4089446400 134512640 134550932 4293374160 18446744073709551615 4294960144 0 4 0 16800975 18446604454224121920 0 0 -1 1 0 0 0
[pid=9026/tid=9042] ppid=9024 vsize=1551844 CPUtime=2.21
/proc/9026/task/9042/stat : 9042 (java) S 9024 9026 8905 0 -1 4202560 8300 0 0 0 221 0 0 0 15 0 22 0 129763971 1589088256 114779 4089446400 134512640 134550932 4293374160 18446744073709551615 4294960144 0 4 0 16800975 18446604454224121920 0 0 -1 6 0 0 0
[pid=9026/tid=9043] ppid=9024 vsize=1551844 CPUtime=0
/proc/9026/task/9043/stat : 9043 (java) S 9024 9026 8905 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 129763971 1589088256 114779 4089446400 134512640 134550932 4293374160 18446744073709551615 4294960144 0 4 0 16800975 18446604454224121920 0 0 -1 2 0 0 0
[pid=9026/tid=9044] ppid=9024 vsize=1551844 CPUtime=0
/proc/9026/task/9044/stat : 9044 (java) S 9024 9026 8905 0 -1 4202560 50 0 0 0 0 0 0 0 15 0 22 0 129763971 1589088256 114779 4089446400 134512640 134550932 4293374160 18446744073709551615 4294960144 0 4 0 16800975 18446604454224121920 0 0 -1 2 0 0 0
[pid=9026/tid=9099] ppid=9024 vsize=1551844 CPUtime=852.62
/proc/9026/task/9099/stat : 9099 (java) R 9024 9026 8905 0 -1 4202560 727 0 0 0 85259 3 0 0 25 0 22 0 129764302 1589088256 114779 4089446400 134512640 134550932 4293374160 18446744073709551615 4110044780 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=9026/tid=9100] ppid=9024 vsize=1551844 CPUtime=852.51
/proc/9026/task/9100/stat : 9100 (java) R 9024 9026 8905 0 -1 4202560 755 0 0 0 85248 3 0 0 25 0 22 0 129764302 1589088256 114779 4089446400 134512640 134550932 4293374160 18446744073709551615 4110095317 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=9026/tid=9101] ppid=9024 vsize=1551844 CPUtime=0
/proc/9026/task/9101/stat : 9101 (java) S 9024 9026 8905 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 22 0 129764329 1589088256 114779 4089446400 134512640 134550932 4293374160 18446744073709551615 4294960144 0 4 0 16800975 18446604454224121920 0 0 -1 0 0 0 0
[pid=9026/tid=9102] ppid=9024 vsize=1551844 CPUtime=0
/proc/9026/task/9102/stat : 9102 (java) S 9024 9026 8905 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 22 0 129764329 1589088256 114779 4089446400 134512640 134550932 4293374160 18446744073709551615 4294960144 0 4 0 16800975 18446604454224121920 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 1551844

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

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

[startup+885.518 s]
/proc/loadavg: 3.52 3.01 1.88 4/218 9217
/proc/meminfo: memFree=31181440/32950928 swapFree=67111528/67111528
[pid=9026] ppid=9024 vsize=0 CPUtime=1800.32
/proc/9026/stat : 9026 (java) Z 9024 9026 8905 0 -1 4203548 247583 0 1 0 178984 1048 0 0 17 0 2 0 129763967 0 0 4089446400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/9026/statm: 0 0 0 0 0 0 0
[pid=9026/tid=9033] ppid=9024 vsize=0 CPUtime=8.95
/proc/9026/task/9033/stat : 9033 (java) R 9024 9026 8905 0 -1 4203588 9788 0 0 0 769 126 0 0 15 0 2 0 129763968 0 0 4089446400 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.32
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 885.519
CPU time (s): 1800.33
CPU user time (s): 1789.84
CPU system time (s): 10.4824
CPU usage (%): 203.307
Max. virtual memory (cumulated for all children) (KiB): 1564656

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1789.84
system time used= 10.4824
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 247583
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= 61143
involuntary context switches= 2683492

runsolver used 1.57976 second user time and 3.33049 second system time

The end

Launcher Data

Begin job on node127 at 2010-06-30 10:23:03
IDJOB=2694299
IDBENCH=78640
IDSOLVER=1207
FILE ID=node127/2694299-1277886183
PBS_JOBID= 11197100
Free space on /tmp= 74204 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB10/normalized-PB10/PARTIAL-BIGINT-LIN/PB10/oliveras/j120/normalized-j12026_5-unsat--soft-33-100-0.wbo
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2694299-1277886183/watcher-2694299-1277886183 -o /tmp/evaluation-result-2694299-1277886183/solver-2694299-1277886183 -C 1800 -W 2000 -M 3800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2694299-1277886183.wbo

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 3800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 03b08701e36df5e014168edc711c28ff
RANDOM SEED=1893783729

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
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.82
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.828
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      31914064 kB
Buffers:        167752 kB
Cached:         664628 kB
SwapCached:          0 kB
Active:         432064 kB
Inactive:       463348 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31914064 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3916 kB
Writeback:           0 kB
AnonPages:       63472 kB
Mapped:          14500 kB
Slab:            75460 kB
PageTables:       5368 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   187016 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= 74200 MiB
End job on node127 at 2010-06-30 10:37:51