Trace number 3454318

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 Res//CP 2.3.0? (TO) 1800.3 909.811

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/
normalized-ooo.ex.br.mem.Src1Valid_Src1ValidBar.ucl.opb
MD5SUM8c486f10dc9ea0956b38d79189648654
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark438.709
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables109757
Total number of constraints313451
Number of constraints which are clauses295929
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints17522
Minimum length of a constraint1
Maximum length of a constraint15
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 130
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 512
Number of bits of the biggest sum of numbers10
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.08	c version 2.3.1.v20110525
0.02/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.08	c java.vm.version	19.1-b02
0.02/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.08	c sun.arch.data.model	64
0.02/0.08	c java.version		1.6.0_24
0.02/0.08	c os.name		Linux
0.02/0.08	c os.version		2.6.18-164.el5
0.02/0.08	c os.arch		amd64
0.02/0.08	c Free memory 		9996466904
0.02/0.08	c Max memory 		10048897024
0.02/0.08	c Total memory 		10048897024
0.02/0.08	c Number of processors 	8
0.11/0.11	c Pseudo Boolean Optimization
0.11/0.11	c ManyCore solver with 2 solvers running in parallel
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@48e5855a
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose learned constraints deletion strategy
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@398020cc
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose learned constraints deletion strategy
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-3454318-1307187635.opb
0.11/0.11	c reading problem ... 
3.14/2.41	c ... done. Wall clock time 2.3s.
3.14/2.41	c #vars     109757
3.14/2.41	c #constraints  313451
3.14/2.41	c constraints type 
3.14/2.41	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 97686
3.14/2.41	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 198242
3.14/2.41	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 17522
3.14/2.41	c constraints type 
3.14/2.41	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 198242
3.14/2.41	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 97686
3.14/2.41	c org.sat4j.pb.constraints.pb.MaxWatchPb => 17522
25.26/12.63	c cleaning 2499 clauses out of 4997 with flag 5000/5000
33.68/16.90	c cleaning 0 clauses out of 5000 with flag 0/5000
39.64/20.02	c cleaning 4241 clauses out of 8499 with flag 11001/11001
55.59/28.06	c cleaning 5626 clauses out of 11258 with flag 18002/18002
77.68/39.20	c cleaning 6810 clauses out of 13631 with flag 26001/26001
92.63/46.89	c cleaning 7889 clauses out of 15827 with flag 35007/35007
112.33/56.81	c cleaning 0 clauses out of 10999 with flag 0/11000
120.39/61.07	c cleaning 8950 clauses out of 17931 with flag 45000/45000
138.17/70.19	c cleaning 9981 clauses out of 19981 with flag 56000/56000
157.89/80.18	c cleaning 10994 clauses out of 22001 with flag 68001/68001
179.62/91.11	c cleaning 11998 clauses out of 24006 with flag 81000/81000
213.72/108.35	c cleaning 0 clauses out of 17996 with flag 0/18000
215.58/109.59	c cleaning 12994 clauses out of 26009 with flag 95001/95001
240.26/122.04	c cleaning 13978 clauses out of 28014 with flag 110000/110000
268.53/136.31	c cleaning 14992 clauses out of 30035 with flag 126000/126000
300.15/152.34	c cleaning 15992 clauses out of 32043 with flag 143000/143000
320.63/162.82	c cleaning 17021 clauses out of 34053 with flag 161002/161002
351.86/178.65	c cleaning 17988 clauses out of 36030 with flag 180001/180001
395.17/200.40	c cleaning 19007 clauses out of 38040 with flag 200001/200001
435.21/220.60	c cleaning 19984 clauses out of 40034 with flag 221002/221002
472.11/239.39	c cleaning 20996 clauses out of 42047 with flag 243000/243000
477.91/242.44	c cleaning 0 clauses out of 25999 with flag 0/26003
504.14/255.73	c cleaning 22007 clauses out of 44051 with flag 266000/266000
545.80/276.74	c cleaning 22994 clauses out of 46043 with flag 290000/290000
586.44/297.32	c cleaning 24022 clauses out of 48049 with flag 315000/315000
630.85/319.73	c cleaning 24996 clauses out of 50026 with flag 341000/341000
683.07/346.02	c cleaning 26005 clauses out of 52032 with flag 368002/368002
713.25/361.39	c cleaning 0 clauses out of 34997 with flag 0/35001
727.36/368.78	c cleaning 26998 clauses out of 54027 with flag 396002/396002
767.33/388.93	c cleaning 27988 clauses out of 56026 with flag 425000/425000
825.74/418.33	c cleaning 29001 clauses out of 58037 with flag 455000/455000
894.13/452.75	c cleaning 30003 clauses out of 60036 with flag 486000/486000
983.68/497.85	c cleaning 31001 clauses out of 62034 with flag 518001/518001
1065.30/538.83	c cleaning 31993 clauses out of 64032 with flag 551000/551000
1101.45/557.17	c cleaning 0 clauses out of 44996 with flag 0/45000
1124.35/568.84	c cleaning 32994 clauses out of 66039 with flag 585000/585000
1179.40/596.74	c cleaning 34006 clauses out of 68047 with flag 620002/620002
1249.91/632.22	c cleaning 35014 clauses out of 70039 with flag 656000/656000
1334.48/674.73	c cleaning 36010 clauses out of 72026 with flag 693002/693002
1416.44/715.97	c cleaning 36991 clauses out of 74014 with flag 731000/731000
1474.45/745.36	c cleaning 38001 clauses out of 76023 with flag 770000/770000
1546.71/781.78	c cleaning 38997 clauses out of 78023 with flag 810001/810001
1627.77/822.56	c cleaning 40005 clauses out of 80026 with flag 851001/851001
1685.20/851.57	c cleaning 40999 clauses out of 82019 with flag 893000/893000
1765.58/892.12	c cleaning 41996 clauses out of 84022 with flag 936002/936002
1800.04/909.64	c starts		: 171
1800.04/909.64	c conflicts		: 956191
1800.04/909.64	c decisions		: 2957540
1800.04/909.64	c propagations		: 1543992585
1800.04/909.64	c inspects		: 4937901580
1800.04/909.64	c shortcuts		: 0
1800.04/909.64	c learnt literals	: 15
1800.04/909.64	c learnt binary clauses	: 370
1800.04/909.64	c learnt ternary clauses	: 905
1800.04/909.64	c learnt constraints	: 956176
1800.04/909.64	c ignored constraints	: 0
1800.04/909.64	c root simplifications	: 0
1800.04/909.64	c removed literals (reason simplification)	: 10125670
1800.04/909.64	c reason swapping (by a shorter reason)	: 0
1800.04/909.64	c Calls to reduceDB	: 39
1800.04/909.64	c number of reductions to clauses (during analyze)	: 0
1800.04/909.64	c number of learned constraints concerned by reduction	: 0
1800.04/909.64	c number of learning phase by resolution	: 0
1800.04/909.64	c number of learning phase by cutting planes	: 0
1800.04/909.64	c speed (assignments/second)	: 1701881.2292844018
1800.04/909.64	c non guided choices	38790
1800.04/909.66	c learnt constraints type 
1800.04/909.66	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 370
1800.04/909.66	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 61869
1800.04/909.66	c constraints type 
1800.04/909.66	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 97686
1800.04/909.66	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 198242
1800.04/909.66	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 17522
1800.04/909.66	c constraints type 
1800.04/909.66	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 198242
1800.04/909.66	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 97686
1800.04/909.66	c org.sat4j.pb.constraints.pb.MaxWatchPb => 17522
1800.04/909.66	s UNKNOWN
1800.04/909.66	c Total wall clock time (in seconds): 909.554

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

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

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


[startup+0 s]
/proc/loadavg: 2.95 1.79 1.72 3/457 32099
/proc/meminfo: memFree=20191724/32951124 swapFree=60787360/67111528
[pid=32099] ppid=32097 vsize=10444316 CPUtime=0.01 cores=1,3,5,7
/proc/32099/stat : 32099 (java) S 32097 32099 29081 0 -1 4202496 6974 0 1 0 0 1 0 0 24 0 2 0 830361396 10694979584 6677 33554432000 1073741824 1073778376 140734184588928 18446744073709551615 255389104101 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/32099/statm: 2611079 6690 917 9 0 2602235 0
[pid=32099/tid=32100] ppid=32097 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/32099/task/32100/stat : 32100 (java) R 32097 32099 29081 0 -1 4202560 5917 0 1 0 0 0 0 0 25 0 2 0 830361397 10694979584 6733 33554432000 1073741824 1073778376 140734184588928 18446744073709551615 255376995387 0 4 0 16784584 0 0 0 -1 3 0 0 0

[startup+0.0396539 s]
/proc/loadavg: 2.95 1.79 1.72 3/457 32099
/proc/meminfo: memFree=20191724/32951124 swapFree=60787360/67111528
[pid=32099] ppid=32097 vsize=10467480 CPUtime=0.02 cores=1,3,5,7
/proc/32099/stat : 32099 (java) S 32097 32099 29081 0 -1 4202496 11196 0 1 0 1 1 0 0 24 0 13 0 830361396 10718699520 10893 33554432000 1073741824 1073778376 140734184588928 18446744073709551615 255389104101 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/32099/statm: 2616870 10894 1660 9 0 2607618 0
[pid=32099/tid=32100] ppid=32097 vsize=10467480 CPUtime=0.02 cores=1,3,5,7
/proc/32099/task/32100/stat : 32100 (java) R 32097 32099 29081 0 -1 4202560 10049 0 1 0 1 1 0 0 25 0 13 0 830361397 10718699520 10894 33554432000 1073741824 1073778376 140734184588928 18446744073709551615 47752391684101 0 4 0 16784584 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 10467480

[startup+0.100645 s]
/proc/loadavg: 2.95 1.79 1.72 3/457 32099
/proc/meminfo: memFree=20191724/32951124 swapFree=60787360/67111528
[pid=32099] ppid=32097 vsize=10540048 CPUtime=0.11 cores=1,3,5,7
/proc/32099/stat : 32099 (java) S 32097 32099 29081 0 -1 4202496 13112 0 1 0 9 2 0 0 24 0 18 0 830361396 10793009152 12768 33554432000 1073741824 1073778376 140734184588928 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/32099/statm: 2635012 12768 2092 9 0 2625746 0
[pid=32099/tid=32100] ppid=32097 vsize=10540048 CPUtime=0.08 cores=1,3,5,7
/proc/32099/task/32100/stat : 32100 (java) R 32097 32099 29081 0 -1 4202560 11160 0 1 0 7 1 0 0 25 0 18 0 830361397 10793009152 12769 33554432000 1073741824 1073778376 140734184588928 18446744073709551615 47752396184403 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 10540048

[startup+0.300607 s]
/proc/loadavg: 2.95 1.79 1.72 3/457 32099
/proc/meminfo: memFree=20191724/32951124 swapFree=60787360/67111528
[pid=32099] ppid=32097 vsize=10540048 CPUtime=0.49 cores=1,3,5,7
/proc/32099/stat : 32099 (java) S 32097 32099 29081 0 -1 4202496 17302 0 1 0 47 2 0 0 24 0 18 0 830361396 10793009152 16638 33554432000 1073741824 1073778376 140734184588928 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/32099/statm: 2635012 16639 2200 9 0 2625746 0
[pid=32099/tid=32100] ppid=32097 vsize=10540048 CPUtime=0.29 cores=1,3,5,7
/proc/32099/task/32100/stat : 32100 (java) R 32097 32099 29081 0 -1 4202560 14297 0 1 0 27 2 0 0 25 0 18 0 830361397 10793009152 16640 33554432000 1073741824 1073778376 140734184588928 18446744073709551615 46912505568524 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 10540048

[startup+0.700547 s]
/proc/loadavg: 2.95 1.79 1.72 3/457 32099
/proc/meminfo: memFree=20191724/32951124 swapFree=60787360/67111528
[pid=32099] ppid=32097 vsize=10542744 CPUtime=1.17 cores=1,3,5,7
/proc/32099/stat : 32099 (java) S 32097 32099 29081 0 -1 4202496 57634 0 1 0 109 8 0 0 24 0 18 0 830361396 10795769856 54974 33554432000 1073741824 1073778376 140734184588928 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/32099/statm: 2635686 54979 2213 9 0 2626420 0
[pid=32099/tid=32100] ppid=32097 vsize=10542744 CPUtime=0.68 cores=1,3,5,7
/proc/32099/task/32100/stat : 32100 (java) R 32097 32099 29081 0 -1 4202560 50834 0 1 0 61 7 0 0 18 0 18 0 830361397 10795769856 54981 33554432000 1073741824 1073778376 140734184588928 18446744073709551615 46912505680643 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 10542744

[startup+1.5014 s]
/proc/loadavg: 2.95 1.79 1.72 4/475 32117
/proc/meminfo: memFree=19839428/32951124 swapFree=60787360/67111528
[pid=32099] ppid=32097 vsize=10542744 CPUtime=1.97 cores=1,3,5,7
/proc/32099/stat : 32099 (java) S 32097 32099 29081 0 -1 4202496 150069 0 1 0 176 21 0 0 24 0 18 0 830361396 10795769856 147408 33554432000 1073741824 1073778376 140734184588928 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/32099/statm: 2635686 147413 2213 9 0 2626420 0
[pid=32099/tid=32100] ppid=32097 vsize=10542744 CPUtime=1.48 cores=1,3,5,7
/proc/32099/task/32100/stat : 32100 (java) R 32097 32099 29081 0 -1 4202560 143269 0 1 0 128 20 0 0 19 0 18 0 830361397 10795769856 147416 33554432000 1073741824 1073778376 140734184588928 18446744073709551615 46912505656687 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=32099/tid=32102] ppid=32097 vsize=10542744 CPUtime=0 cores=1,3,5,7
/proc/32099/task/32102/stat : 32102 (java) S 32097 32099 29081 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830361398 10795769856 147419 33554432000 1073741824 1073778376 140734184588928 18446744073709551615 255389117337 0 4 0 16800975 18446604461218994112 0 0 -1 1 0 0 0
[pid=32099/tid=32103] ppid=32097 vsize=10542744 CPUtime=0 cores=1,3,5,7
/proc/32099/task/32103/stat : 32103 (java) S 32097 32099 29081 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 830361398 10795769856 147421 33554432000 1073741824 1073778376 140734184588928 18446744073709551615 255389117337 0 4 0 16800975 18446604461218994112 0 0 -1 7 0 0 0
[pid=32099/tid=32104] ppid=32097 vsize=10542744 CPUtime=0 cores=1,3,5,7
/proc/32099/task/32104/stat : 32104 (java) S 32097 32099 29081 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830361398 10795769856 147424 33554432000 1073741824 1073778376 140734184588928 18446744073709551615 255389117337 0 4 0 16800975 18446604461218994112 0 0 -1 1 0 0 0
[pid=32099/tid=32105] ppid=32097 vsize=10542744 CPUtime=0 cores=1,3,5,7
/proc/32099/task/32105/stat : 32105 (java) S 32097 32099 29081 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830361398 10795769856 147427 33554432000 1073741824 1073778376 140734184588928 18446744073709551615 255389117337 0 4 0 16800975 18446604461218994112 0 0 -1 7 0 0 0
[pid=32099/tid=32106] ppid=32097 vsize=10542744 CPUtime=0 cores=1,3,5,7
/proc/32099/task/32106/stat : 32106 (java) S 32097 32099 29081 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830361398 10795769856 147430 33554432000 1073741824 1073778376 140734184588928 18446744073709551615 255389117337 0 4 0 16800975 18446604461218994112 0 0 -1 1 0 0 0
[pid=32099/tid=32107] ppid=32097 vsize=10542744 CPUtime=0 cores=1,3,5,7
/proc/32099/task/32107/stat : 32107 (java) S 32097 32099 29081 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830361398 10795769856 147433 33554432000 1073741824 1073778376 140734184588928 18446744073709551615 255389117337 0 4 0 16800975 18446604461218994112 0 0 -1 1 0 0 0
[pid=32099/tid=32108] ppid=32097 vsize=10542744 CPUtime=0 cores=1,3,5,7
/proc/32099/task/32108/stat : 32108 (java) S 32097 32099 29081 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830361398 10795769856 147435 33554432000 1073741824 1073778376 140734184588928 18446744073709551615 255389117337 0 4 0 16800975 18446604461218994112 0 0 -1 7 0 0 0
[pid=32099/tid=32109] ppid=32097 vsize=10542744 CPUtime=0 cores=1,3,5,7
/proc/32099/task/32109/stat : 32109 (java) S 32097 32099 29081 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830361398 10795769856 147438 33554432000 1073741824 1073778376 140734184588928 18446744073709551615 255389117337 0 4 0 16800975 18446604461218994112 0 0 -1 7 0 0 0
[pid=32099/tid=32110] ppid=32097 vsize=10542744 CPUtime=0 cores=1,3,5,7
/proc/32099/task/32110/stat : 32110 (java) S 32097 32099 29081 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 830361399 10795769856 147441 33554432000 1073741824 1073778376 140734184588928 18446744073709551615 255389117952 0 0 0 16800975 18446604461218994112 0 0 -1 7 0 0 0
[pid=32099/tid=32111] ppid=32097 vsize=10542744 CPUtime=0 cores=1,3,5,7
/proc/32099/task/32111/stat : 32111 (java) S 32097 32099 29081 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 830361400 10795769856 147444 33554432000 1073741824 1073778376 140734184588928 18446744073709551615 255389117337 0 4 0 16800975 18446604461218994112 0 0 -1 3 0 0 0
[pid=32099/tid=32112] ppid=32097 vsize=10542744 CPUtime=0 cores=1,3,5,7
/proc/32099/task/32112/stat : 32112 (java) S 32097 32099 29081 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 830361400 10795769856 147447 33554432000 1073741824 1073778376 140734184588928 18446744073709551615 255389117337 0 4 0 16800975 18446604461218994112 0 0 -1 3 0 0 0
[pid=32099/tid=32113] ppid=32097 vsize=10542744 CPUtime=0 cores=1,3,5,7
/proc/32099/task/32113/stat : 32113 (java) S 32097 32099 29081 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830361402 10795769856 147450 33554432000 1073741824 1073778376 140734184588928 18446744073709551615 255389125041 0 4 0 16800975 18446604461218994112 0 0 -1 3 0 0 0
[pid=32099/tid=32114] ppid=32097 vsize=10542744 CPUtime=0.24 cores=1,3,5,7
/proc/32099/task/32114/stat : 32114 (java) S 32097 32099 29081 0 -1 4202560 3462 0 0 0 24 0 0 0 25 0 18 0 830361402 10795769856 147453 33554432000 1073741824 1073778376 140734184588928 18446744073709551615 255389117337 0 4 0 16800975 18446604461218994112 0 0 -1 1 0 0 0
[pid=32099/tid=32115] ppid=32097 vsize=10542744 CPUtime=0.22 cores=1,3,5,7
/proc/32099/task/32115/stat : 32115 (java) S 32097 32099 29081 0 -1 4202560 2195 0 0 0 22 0 0 0 16 0 18 0 830361402 10795769856 147456 33554432000 1073741824 1073778376 140734184588928 18446744073709551615 255389117337 0 4 0 16800975 18446604461218994112 0 0 -1 5 0 0 0
[pid=32099/tid=32116] ppid=32097 vsize=10542744 CPUtime=0 cores=1,3,5,7
/proc/32099/task/32116/stat : 32116 (java) S 32097 32099 29081 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830361402 10795769856 147459 33554432000 1073741824 1073778376 140734184588928 18446744073709551615 255389117337 0 4 0 16800975 18446604461218994112 0 0 -1 3 0 0 0
[pid=32099/tid=32117] ppid=32097 vsize=10542744 CPUtime=0 cores=1,3,5,7
/proc/32099/task/32117/stat : 32117 (java) S 32097 32099 29081 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 830361402 10795769856 147462 33554432000 1073741824 1073778376 140734184588928 18446744073709551615 255389117952 0 4 0 16800975 18446604461218994112 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.97
Current children cumulated vsize (KiB) 10542744

[startup+3.10106 s]
/proc/loadavg: 2.95 1.79 1.72 4/475 32117
/proc/meminfo: memFree=19367264/32951124 swapFree=60787360/67111528
[pid=32099] ppid=32097 vsize=10547200 CPUtime=5.15 cores=1,3,5,7
/proc/32099/stat : 32099 (java) S 32097 32099 29081 0 -1 4202496 278037 0 1 0 477 38 0 0 24 0 22 0 830361396 10800332800 273480 33554432000 1073741824 1073778376 140734184588928 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/32099/statm: 2636800 273480 2238 9 0 2627534 0
[pid=32099/tid=32100] ppid=32097 vsize=10547200 CPUtime=2.4 cores=1,3,5,7
/proc/32099/task/32100/stat : 32100 (java) S 32097 32099 29081 0 -1 4202560 236706 0 1 0 207 33 0 0 15 0 22 0 830361397 10800332800 273480 33554432000 1073741824 1073778376 140734184588928 18446744073709551615 255389117952 0 4 0 16800975 18446604461218994112 0 0 -1 5 0 0 0
[pid=32099/tid=32102] ppid=32097 vsize=10547200 CPUtime=0 cores=1,3,5,7
/proc/32099/task/32102/stat : 32102 (java) S 32097 32099 29081 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830361398 10800332800 273480 33554432000 1073741824 1073778376 140734184588928 18446744073709551615 255389117337 0 4 0 16800975 18446604461218994112 0 0 -1 1 0 0 0
[pid=32099/tid=32103] ppid=32097 vsize=10547200 CPUtime=0 cores=1,3,5,7
/proc/32099/task/32103/stat : 32103 (java) S 32097 32099 29081 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 830361398 10800332800 273480 33554432000 1073741824 1073778376 140734184588928 18446744073709551615 255389117337 0 4 0 16800975 18446604461218994112 0 0 -1 7 0 0 0
[pid=32099/tid=32104] ppid=32097 vsize=10547200 CPUtime=0 cores=1,3,5,7
/proc/32099/task/32104/stat : 32104 (java) S 32097 32099 29081 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830361398 10800332800 273480 33554432000 1073741824 1073778376 140734184588928 18446744073709551615 255389117337 0 4 0 16800975 18446604461218994112 0 0 -1 1 0 0 0
[pid=32099/tid=32105] ppid=32097 vsize=10547200 CPUtime=0 cores=1,3,5,7
/proc/32099/task/32105/stat : 32105 (java) S 32097 32099 29081 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830361398 10800332800 273480 33554432000 1073741824 1073778376 140734184588928 18446744073709551615 255389117337 0 4 0 16800975 18446604461218994112 0 0 -1 7 0 0 0
[pid=32099/tid=32106] ppid=32097 vsize=10547200 CPUtime=0 cores=1,3,5,7
/proc/32099/task/32106/stat : 32106 (java) S 32097 32099 29081 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830361398 10800332800 273480 33554432000 1073741824 1073778376 140734184588928 18446744073709551615 255389117337 0 4 0 16800975 18446604461218994112 0 0 -1 1 0 0 0
[pid=32099/tid=32107] ppid=32097 vsize=10547200 CPUtime=0 cores=1,3,5,7
/proc/32099/task/32107/stat : 32107 (java) S 32097 32099 29081 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830361398 10800332800 273480 33554432000 1073741824 1073778376 140734184588928 18446744073709551615 255389117337 0 4 0 16800975 18446604461218994112 0 0 -1 1 0 0 0
[pid=32099/tid=32108] ppid=32097 vsize=10547200 CPUtime=0 cores=1,3,5,7
/proc/32099/task/32108/stat : 32108 (java) S 32097 32099 29081 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830361398 10800332800 273480 33554432000 1073741824 1073778376 140734184588928 18446744073709551615 255389117337 0 4 0 16800975 18446604461218994112 0 0 -1 7 0 0 0
[pid=32099/tid=32109] ppid=32097 vsize=10547200 CPUtime=0 cores=1,3,5,7
/proc/32099/task/32109/stat : 32109 (java) S 32097 32099 29081 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830361398 10800332800 273480 33554432000 1073741824 1073778376 140734184588928 18446744073709551615 255389117337 0 4 0 16800975 18446604461218994112 0 0 -1 7 0 0 0
[pid=32099/tid=32110] ppid=32097 vsize=10547200 CPUtime=0 cores=1,3,5,7
/proc/32099/task/32110/stat : 32110 (java) S 32097 32099 29081 0 -1 4202560 6 0 0 0 0 0 0 0 16 0 22 0 830361399 10800332800 273480 33554432000 1073741824 1073778376 140734184588928 18446744073709551615 255389117952 0 0 0 16800975 18446604461218994112 0 0 -1 3 0 0 0
[pid=32099/tid=32111] ppid=32097 vsize=10547200 CPUtime=0 cores=1,3,5,7
/proc/32099/task/32111/stat : 32111 (java) S 32097 32099 29081 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 22 0 830361400 10800332800 273480 33554432000 1073741824 1073778376 140734184588928 18446744073709551615 255389117337 0 4 0 16800975 18446604461218994112 0 0 -1 3 0 0 0
[pid=32099/tid=32112] ppid=32097 vsize=10547200 CPUtime=0 cores=1,3,5,7
/proc/32099/task/32112/stat : 32112 (java) S 32097 32099 29081 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830361400 10800332800 273480 33554432000 1073741824 1073778376 140734184588928 18446744073709551615 255389117337 0 4 0 16800975 18446604461218994112 0 0 -1 3 0 0 0
[pid=32099/tid=32113] ppid=32097 vsize=10547200 CPUtime=0 cores=1,3,5,7
/proc/32099/task/32113/stat : 32113 (java) S 32097 32099 29081 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830361402 10800332800 273480 33554432000 1073741824 1073778376 140734184588928 18446744073709551615 255389125041 0 4 0 16800975 18446604461218994112 0 0 -1 3 0 0 0
[pid=32099/tid=32114] ppid=32097 vsize=10547200 CPUtime=0.69 cores=1,3,5,7
/proc/32099/task/32114/stat : 32114 (java) R 32097 32099 29081 0 -1 4202560 4046 0 0 0 69 0 0 0 15 0 22 0 830361402 10800332800 273480 33554432000 1073741824 1073778376 140734184588928 18446744073709551615 47752394374079 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=32099/tid=32115] ppid=32097 vsize=10547200 CPUtime=0.67 cores=1,3,5,7
/proc/32099/task/32115/stat : 32115 (java) R 32097 32099 29081 0 -1 4202560 3801 0 0 0 67 0 0 0 15 0 22 0 830361402 10800332800 273480 33554432000 1073741824 1073778376 140734184588928 18446744073709551615 47752394266647 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=32099/tid=32116] ppid=32097 vsize=10547200 CPUtime=0 cores=1,3,5,7
/proc/32099/task/32116/stat : 32116 (java) S 32097 32099 29081 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830361402 10800332800 273480 33554432000 1073741824 1073778376 140734184588928 18446744073709551615 255389117337 0 4 0 16800975 18446604461218994112 0 0 -1 3 0 0 0
[pid=32099/tid=32117] ppid=32097 vsize=10547200 CPUtime=0 cores=1,3,5,7
/proc/32099/task/32117/stat : 32117 (java) S 32097 32099 29081 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 830361402 10800332800 273480 33554432000 1073741824 1073778376 140734184588928 18446744073709551615 255389117952 0 4 0 16800975 18446604461218994112 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.15
Current children cumulated vsize (KiB) 10547200

[startup+6.3015 s]
/proc/loadavg: 3.03 1.82 1.74 5/479 32121
/proc/meminfo: memFree=18359856/32951124 swapFree=60787360/67111528
[pid=32099] ppid=32097 vsize=10547808 CPUtime=12.09 cores=1,3,5,7
/proc/32099/stat : 32099 (java) S 32097 32099 29081 0 -1 4202496 570456 0 1 0 1139 70 0 0 24 0 22 0 830361396 10800955392 561882 33554432000 1073741824 1073778376 140734184588928 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/32099/statm: 2636952 561883 2240 9 0 2627686 0
[pid=32099/tid=32100] ppid=32097 vsize=10547808 CPUtime=2.4 cores=1,3,5,7
/proc/32099/task/32100/stat : 32100 (java) S 32097 32099 29081 0 -1 4202560 236706 0 1 0 207 33 0 0 15 0 22 0 830361397 10800955392 561884 33554432000 1073741824 1073778376 140734184588928 18446744073709551615 255389117952 0 4 0 16800975 18446604461218994112 0 0 -1 5 0 0 0
[pid=32099/tid=32102] ppid=32097 vsize=10547808 CPUtime=0 cores=1,3,5,7
/proc/32099/task/32102/stat : 32102 (java) S 32097 32099 29081 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830361398 10800955392 561885 33554432000 1073741824 1073778376 140734184588928 18446744073709551615 255389117337 0 4 0 16800975 18446604461218994112 0 0 -1 1 0 0 0
[pid=32099/tid=32103] ppid=32097 vsize=10547808 CPUtime=0 cores=1,3,5,7
/proc/32099/task/32103/stat : 32103 (java) S 32097 32099 29081 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 830361398 10800955392 561886 33554432000 1073741824 1073778376 140734184588928 18446744073709551615 255389117337 0 4 0 16800975 18446604461218994112 0 0 -1 7 0 0 0
[pid=32099/tid=32104] ppid=32097 vsize=10547808 CPUtime=0 cores=1,3,5,7
/proc/32099/task/32104/stat : 32104 (java) S 32097 32099 29081 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830361398 10800955392 561887 33554432000 1073741824 1073778376 140734184588928 18446744073709551615 255389117337 0 4 0 16800975 18446604461218994112 0 0 -1 1 0 0 0
[pid=32099/tid=32105] ppid=32097 vsize=10547808 CPUtime=0 cores=1,3,5,7
/proc/32099/task/32105/stat : 32105 (java) S 32097 32099 29081 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830361398 10800955392 561888 33554432000 1073741824 1073778376 140734184588928 18446744073709551615 255389117337 0 4 0 16800975 18446604461218994112 0 0 -1 7 0 0 0
[pid=32099/tid=32106] ppid=32097 vsize=10547808 CPUtime=0 cores=1,3,5,7
/proc/32099/task/32106/stat : 32106 (java) S 32097 32099 29081 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830361398 10800955392 561889 33554432000 1073741824 1073778376 140734184588928 18446744073709551615 255389117337 0 4 0 16800975 18446604461218994112 0 0 -1 1 0 0 0
[pid=32099/tid=32107] ppid=32097 vsize=10547808 CPUtime=0 cores=1,3,5,7
/proc/32099/task/32107/stat : 32107 (java) S 32097 32099 29081 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830361398 10800955392 561890 33554432000 1073741824 1073778376 140734184588928 18446744073709551615 255389117337 0 4 0 16800975 18446604461218994112 0 0 -1 1 0 0 0
[pid=32099/tid=32108] ppid=32097 vsize=10547808 CPUtime=0 cores=1,3,5,7
/proc/32099/task/32108/stat : 32108 (java) S 32097 32099 29081 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830361398 10800955392 561892 33554432000 1073741824 1073778376 140734184588928 18446744073709551615 255389117337 0 4 0 16800975 18446604461218994112 0 0 -1 7 0 0 0
[pid=32099/tid=32109] ppid=32097 vsize=10547808 CPUtime=0 cores=1,3,5,7
/proc/32099/task/32109/stat : 32109 (java) S 32097 32099 29081 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830361398 10800955392 561894 33554432000 1073741824 1073778376 140734184588928 18446744073709551615 255389117337 0 4 0 16800975 18446604461218994112 0 0 -1 7 0 0 0
[pid=32099/tid=32110] ppid=32097 vsize=10547808 CPUtime=0 cores=1,3,5,7
/proc/32099/task/32110/stat : 32110 (java) S 32097 32099 29081 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 22 0 830361399 10800955392 561895 33554432000 1073741824 1073778376 140734184588928 18446744073709551615 255389117952 0 0 0 16800975 18446604461218994112 0 0 -1 3 0 0 0
[pid=32099/tid=32111] ppid=32097 vsize=10547808 CPUtime=0 cores=1,3,5,7
/proc/32099/task/32111/stat : 32111 (java) S 32097 32099 29081 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 22 0 830361400 10800955392 561896 33554432000 1073741824 1073778376 140734184588928 18446744073709551615 255389117337 0 4 0 16800975 18446604461218994112 0 0 -1 3 0 0 0
[pid=32099/tid=32112] ppid=32097 vsize=10547808 CPUtime=0 cores=1,3,5,7
/proc/32099/task/32112/stat : 32112 (java) S 32097 32099 29081 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830361400 10800955392 561898 33554432000 1073741824 1073778376 140734184588928 18446744073709551615 255389117337 0 4 0 16800975 18446604461218994112 0 0 -1 3 0 0 0
[pid=32099/tid=32113] ppid=32097 vsize=10547808 CPUtime=0 cores=1,3,5,7
/proc/32099/task/32113/stat : 32113 (java) S 32097 32099 29081 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830361402 10800955392 561899 33554432000 1073741824 1073778376 140734184588928 18446744073709551615 255389125041 0 4 0 16800975 18446604461218994112 0 0 -1 3 0 0 0
[pid=32099/tid=32114] ppid=32097 vsize=10547808 CPUtime=0.88 cores=1,3,5,7
/proc/32099/task/32114/stat : 32114 (java) S 32097 32099 29081 0 -1 4202560 4551 0 0 0 88 0 0 0 15 0 22 0 830361402 10800955392 561901 33554432000 1073741824 1073778376 140734184588928 18446744073709551615 255389117337 0 4 0 16800975 18446604461218994112 0 0 -1 1 0 0 0
[pid=32099/tid=32115] ppid=32097 vsize=10547808 CPUtime=1.03 cores=1,3,5,7
/proc/32099/task/32115/stat : 32115 (java) S 32097 32099 29081 0 -1 4202560 9099 0 0 0 102 1 0 0 15 0 22 0 830361402 10800955392 561902 33554432000 1073741824 1073778376 140734184588928 18446744073709551615 255389117337 0 4 0 16800975 18446604461218994112 0 0 -1 5 0 0 0
[pid=32099/tid=32116] ppid=32097 vsize=10547808 CPUtime=0 cores=1,3,5,7
/proc/32099/task/32116/stat : 32116 (java) S 32097 32099 29081 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830361402 10800955392 561903 33554432000 1073741824 1073778376 140734184588928 18446744073709551615 255389117337 0 4 0 16800975 18446604461218994112 0 0 -1 3 0 0 0
[pid=32099/tid=32117] ppid=32097 vsize=10547808 CPUtime=0 cores=1,3,5,7
/proc/32099/task/32117/stat : 32117 (java) S 32097 32099 29081 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 830361402 10800955392 561905 33554432000 1073741824 1073778376 140734184588928 18446744073709551615 255389117952 0 4 0 16800975 18446604461218994112 0 0 -1 1 0 0 0

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

/proc/meminfo: memFree=15793352/32951124 swapFree=60787360/67111528
[pid=32099] ppid=32097 vsize=10549216 CPUtime=1627.37 cores=1,3,5,7
/proc/32099/stat : 32099 (java) S 32097 32099 29081 0 -1 4202496 989772 0 1 0 162615 122 0 0 24 0 22 0 830361396 10802397184 951733 33554432000 1073741824 1073778376 140734184588928 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/32099/statm: 2637304 951733 2266 9 0 2628038 0
[pid=32099/tid=32100] ppid=32097 vsize=10549216 CPUtime=2.4 cores=1,3,5,7
/proc/32099/task/32100/stat : 32100 (java) S 32097 32099 29081 0 -1 4202560 236722 0 1 0 207 33 0 0 15 0 22 0 830361397 10802397184 951733 33554432000 1073741824 1073778376 140734184588928 18446744073709551615 255389117952 0 4 0 16800975 18446604461218994112 0 0 -1 1 0 0 0
[pid=32099/tid=32102] ppid=32097 vsize=10549216 CPUtime=0.78 cores=1,3,5,7
/proc/32099/task/32102/stat : 32102 (java) S 32097 32099 29081 0 -1 4202560 10389 0 0 0 76 2 0 0 15 0 22 0 830361398 10802397184 951733 33554432000 1073741824 1073778376 140734184588928 18446744073709551615 255389117337 0 4 0 16800975 18446604461218994112 0 0 -1 3 0 0 0
[pid=32099/tid=32103] ppid=32097 vsize=10549216 CPUtime=0.87 cores=1,3,5,7
/proc/32099/task/32103/stat : 32103 (java) S 32097 32099 29081 0 -1 4202560 10140 0 0 0 87 0 0 0 15 0 22 0 830361398 10802397184 951733 33554432000 1073741824 1073778376 140734184588928 18446744073709551615 255389117337 0 4 0 16800975 18446604461218994112 0 0 -1 1 0 0 0
[pid=32099/tid=32104] ppid=32097 vsize=10549216 CPUtime=1.02 cores=1,3,5,7
/proc/32099/task/32104/stat : 32104 (java) S 32097 32099 29081 0 -1 4202560 6861 0 0 0 102 0 0 0 15 0 22 0 830361398 10802397184 951733 33554432000 1073741824 1073778376 140734184588928 18446744073709551615 255389117337 0 4 0 16800975 18446604461218994112 0 0 -1 7 0 0 0
[pid=32099/tid=32105] ppid=32097 vsize=10549216 CPUtime=0.84 cores=1,3,5,7
/proc/32099/task/32105/stat : 32105 (java) S 32097 32099 29081 0 -1 4202560 4000 0 0 0 84 0 0 0 15 0 22 0 830361398 10802397184 951733 33554432000 1073741824 1073778376 140734184588928 18446744073709551615 255389117337 0 4 0 16800975 18446604461218994112 0 0 -1 7 0 0 0
[pid=32099/tid=32106] ppid=32097 vsize=10549216 CPUtime=1.45 cores=1,3,5,7
/proc/32099/task/32106/stat : 32106 (java) S 32097 32099 29081 0 -1 4202560 23107 0 0 0 144 1 0 0 16 0 22 0 830361398 10802397184 951733 33554432000 1073741824 1073778376 140734184588928 18446744073709551615 255389117337 0 4 0 16800975 18446604461218994112 0 0 -1 1 0 0 0
[pid=32099/tid=32107] ppid=32097 vsize=10549216 CPUtime=1.13 cores=1,3,5,7
/proc/32099/task/32107/stat : 32107 (java) S 32097 32099 29081 0 -1 4202560 11587 0 0 0 112 1 0 0 16 0 22 0 830361398 10802397184 951733 33554432000 1073741824 1073778376 140734184588928 18446744073709551615 255389117337 0 4 0 16800975 18446604461218994112 0 0 -1 3 0 0 0
[pid=32099/tid=32108] ppid=32097 vsize=10549216 CPUtime=1.11 cores=1,3,5,7
/proc/32099/task/32108/stat : 32108 (java) S 32097 32099 29081 0 -1 4202560 14480 0 0 0 110 1 0 0 16 0 22 0 830361398 10802397184 951733 33554432000 1073741824 1073778376 140734184588928 18446744073709551615 255389117337 0 4 0 16800975 18446604461218994112 0 0 -1 7 0 0 0
[pid=32099/tid=32109] ppid=32097 vsize=10549216 CPUtime=1.25 cores=1,3,5,7
/proc/32099/task/32109/stat : 32109 (java) S 32097 32099 29081 0 -1 4202560 20751 0 0 0 123 2 0 0 15 0 22 0 830361398 10802397184 951733 33554432000 1073741824 1073778376 140734184588928 18446744073709551615 255389117337 0 4 0 16800975 18446604461218994112 0 0 -1 3 0 0 0
[pid=32099/tid=32110] ppid=32097 vsize=10549216 CPUtime=20.92 cores=1,3,5,7
/proc/32099/task/32110/stat : 32110 (java) S 32097 32099 29081 0 -1 4202560 130960 0 0 0 2076 16 0 0 15 0 22 0 830361399 10802397184 951733 33554432000 1073741824 1073778376 140734184588928 18446744073709551615 255389117952 0 0 0 16800975 18446604461218994112 0 0 -1 5 0 0 0
[pid=32099/tid=32111] ppid=32097 vsize=10549216 CPUtime=0 cores=1,3,5,7
/proc/32099/task/32111/stat : 32111 (java) S 32097 32099 29081 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830361400 10802397184 951733 33554432000 1073741824 1073778376 140734184588928 18446744073709551615 255389117337 0 4 0 16800975 18446604461218994112 0 0 -1 3 0 0 0
[pid=32099/tid=32112] ppid=32097 vsize=10549216 CPUtime=0 cores=1,3,5,7
/proc/32099/task/32112/stat : 32112 (java) S 32097 32099 29081 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 830361400 10802397184 951733 33554432000 1073741824 1073778376 140734184588928 18446744073709551615 255389117337 0 4 0 16800975 18446604461218994112 0 0 -1 3 0 0 0
[pid=32099/tid=32113] ppid=32097 vsize=10549216 CPUtime=0 cores=1,3,5,7
/proc/32099/task/32113/stat : 32113 (java) S 32097 32099 29081 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830361402 10802397184 951733 33554432000 1073741824 1073778376 140734184588928 18446744073709551615 255389125041 0 4 0 16800975 18446604461218994112 0 0 -1 3 0 0 0
[pid=32099/tid=32114] ppid=32097 vsize=10549216 CPUtime=1.5 cores=1,3,5,7
/proc/32099/task/32114/stat : 32114 (java) S 32097 32099 29081 0 -1 4202560 9045 0 0 0 149 1 0 0 15 0 22 0 830361402 10802397184 951733 33554432000 1073741824 1073778376 140734184588928 18446744073709551615 255389117337 0 4 0 16800975 18446604461218994112 0 0 -1 1 0 0 0
[pid=32099/tid=32115] ppid=32097 vsize=10549216 CPUtime=1.2 cores=1,3,5,7
/proc/32099/task/32115/stat : 32115 (java) S 32097 32099 29081 0 -1 4202560 9150 0 0 0 119 1 0 0 15 0 22 0 830361402 10802397184 951733 33554432000 1073741824 1073778376 140734184588928 18446744073709551615 255389117337 0 4 0 16800975 18446604461218994112 0 0 -1 5 0 0 0
[pid=32099/tid=32116] ppid=32097 vsize=10549216 CPUtime=0 cores=1,3,5,7
/proc/32099/task/32116/stat : 32116 (java) S 32097 32099 29081 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830361402 10802397184 951733 33554432000 1073741824 1073778376 140734184588928 18446744073709551615 255389117337 0 4 0 16800975 18446604461218994112 0 0 -1 3 0 0 0
[pid=32099/tid=32117] ppid=32097 vsize=10549216 CPUtime=0 cores=1,3,5,7
/proc/32099/task/32117/stat : 32117 (java) S 32097 32099 29081 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 22 0 830361402 10802397184 951733 33554432000 1073741824 1073778376 140734184588928 18446744073709551615 255389117952 0 4 0 16800975 18446604461218994112 0 0 -1 1 0 0 0
[pid=32099/tid=32118] ppid=32097 vsize=10549216 CPUtime=796.39 cores=1,3,5,7
/proc/32099/task/32118/stat : 32118 (java) R 32097 32099 29081 0 -1 4202560 2209 0 0 0 79639 0 0 0 25 0 22 0 830361637 10802397184 951733 33554432000 1073741824 1073778376 140734184588928 18446744073709551615 46912505947543 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=32099/tid=32119] ppid=32097 vsize=10549216 CPUtime=796.36 cores=1,3,5,7
/proc/32099/task/32119/stat : 32119 (java) R 32097 32099 29081 0 -1 4202560 499168 0 0 0 79581 55 0 0 25 0 22 0 830361637 10802397184 951733 33554432000 1073741824 1073778376 140734184588928 18446744073709551615 46912506023708 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=32099/tid=32120] ppid=32097 vsize=10549216 CPUtime=0 cores=1,3,5,7
/proc/32099/task/32120/stat : 32120 (java) S 32097 32099 29081 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 830361642 10802397184 951733 33554432000 1073741824 1073778376 140734184588928 18446744073709551615 255389117952 0 4 0 16800975 18446604461218994112 0 0 -1 7 0 0 0
[pid=32099/tid=32121] ppid=32097 vsize=10549216 CPUtime=0 cores=1,3,5,7
/proc/32099/task/32121/stat : 32121 (java) S 32097 32099 29081 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 830361642 10802397184 951733 33554432000 1073741824 1073778376 140734184588928 18446744073709551615 255389117952 0 4 0 16800975 18446604461218994112 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1627.37
Current children cumulated vsize (KiB) 10549216

[startup+882.301 s]
/proc/loadavg: 3.99 3.76 3.00 5/479 32233
/proc/meminfo: memFree=15702304/32951124 swapFree=60787360/67111528
[pid=32099] ppid=32097 vsize=10549216 CPUtime=1745.92 cores=1,3,5,7
/proc/32099/stat : 32099 (java) S 32097 32099 29081 0 -1 4202496 994251 0 1 0 174469 123 0 0 24 0 22 0 830361396 10802397184 953009 33554432000 1073741824 1073778376 140734184588928 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/32099/statm: 2637304 953009 2266 9 0 2628038 0
[pid=32099/tid=32100] ppid=32097 vsize=10549216 CPUtime=2.4 cores=1,3,5,7
/proc/32099/task/32100/stat : 32100 (java) S 32097 32099 29081 0 -1 4202560 236724 0 1 0 207 33 0 0 15 0 22 0 830361397 10802397184 953009 33554432000 1073741824 1073778376 140734184588928 18446744073709551615 255389117952 0 4 0 16800975 18446604461218994112 0 0 -1 1 0 0 0
[pid=32099/tid=32102] ppid=32097 vsize=10549216 CPUtime=0.8 cores=1,3,5,7
/proc/32099/task/32102/stat : 32102 (java) S 32097 32099 29081 0 -1 4202560 10400 0 0 0 78 2 0 0 15 0 22 0 830361398 10802397184 953009 33554432000 1073741824 1073778376 140734184588928 18446744073709551615 255389117337 0 4 0 16800975 18446604461218994112 0 0 -1 3 0 0 0
[pid=32099/tid=32103] ppid=32097 vsize=10549216 CPUtime=0.91 cores=1,3,5,7
/proc/32099/task/32103/stat : 32103 (java) S 32097 32099 29081 0 -1 4202560 10150 0 0 0 91 0 0 0 15 0 22 0 830361398 10802397184 953009 33554432000 1073741824 1073778376 140734184588928 18446744073709551615 255389117337 0 4 0 16800975 18446604461218994112 0 0 -1 1 0 0 0
[pid=32099/tid=32104] ppid=32097 vsize=10549216 CPUtime=1.08 cores=1,3,5,7
/proc/32099/task/32104/stat : 32104 (java) S 32097 32099 29081 0 -1 4202560 6988 0 0 0 108 0 0 0 16 0 22 0 830361398 10802397184 953009 33554432000 1073741824 1073778376 140734184588928 18446744073709551615 255389117337 0 4 0 16800975 18446604461218994112 0 0 -1 3 0 0 0
[pid=32099/tid=32105] ppid=32097 vsize=10549216 CPUtime=0.9 cores=1,3,5,7
/proc/32099/task/32105/stat : 32105 (java) S 32097 32099 29081 0 -1 4202560 4326 0 0 0 90 0 0 0 15 0 22 0 830361398 10802397184 953009 33554432000 1073741824 1073778376 140734184588928 18446744073709551615 255389117337 0 4 0 16800975 18446604461218994112 0 0 -1 3 0 0 0
[pid=32099/tid=32106] ppid=32097 vsize=10549216 CPUtime=1.5 cores=1,3,5,7
/proc/32099/task/32106/stat : 32106 (java) S 32097 32099 29081 0 -1 4202560 23115 0 0 0 149 1 0 0 15 0 22 0 830361398 10802397184 953009 33554432000 1073741824 1073778376 140734184588928 18446744073709551615 255389117337 0 4 0 16800975 18446604461218994112 0 0 -1 7 0 0 0
[pid=32099/tid=32107] ppid=32097 vsize=10549216 CPUtime=1.13 cores=1,3,5,7
/proc/32099/task/32107/stat : 32107 (java) S 32097 32099 29081 0 -1 4202560 11593 0 0 0 112 1 0 0 15 0 22 0 830361398 10802397184 953009 33554432000 1073741824 1073778376 140734184588928 18446744073709551615 255389117337 0 4 0 16800975 18446604461218994112 0 0 -1 7 0 0 0
[pid=32099/tid=32108] ppid=32097 vsize=10549216 CPUtime=1.17 cores=1,3,5,7
/proc/32099/task/32108/stat : 32108 (java) S 32097 32099 29081 0 -1 4202560 14744 0 0 0 116 1 0 0 16 0 22 0 830361398 10802397184 953009 33554432000 1073741824 1073778376 140734184588928 18446744073709551615 255389117337 0 4 0 16800975 18446604461218994112 0 0 -1 1 0 0 0
[pid=32099/tid=32109] ppid=32097 vsize=10549216 CPUtime=1.31 cores=1,3,5,7
/proc/32099/task/32109/stat : 32109 (java) S 32097 32099 29081 0 -1 4202560 20771 0 0 0 129 2 0 0 16 0 22 0 830361398 10802397184 953009 33554432000 1073741824 1073778376 140734184588928 18446744073709551615 255389117337 0 4 0 16800975 18446604461218994112 0 0 -1 7 0 0 0
[pid=32099/tid=32110] ppid=32097 vsize=10549216 CPUtime=22.49 cores=1,3,5,7
/proc/32099/task/32110/stat : 32110 (java) S 32097 32099 29081 0 -1 4202560 134659 0 0 0 2232 17 0 0 15 0 22 0 830361399 10802397184 953009 33554432000 1073741824 1073778376 140734184588928 18446744073709551615 255389117952 0 0 0 16800975 18446604461218994112 0 0 -1 5 0 0 0
[pid=32099/tid=32111] ppid=32097 vsize=10549216 CPUtime=0 cores=1,3,5,7
/proc/32099/task/32111/stat : 32111 (java) S 32097 32099 29081 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830361400 10802397184 953009 33554432000 1073741824 1073778376 140734184588928 18446744073709551615 255389117337 0 4 0 16800975 18446604461218994112 0 0 -1 3 0 0 0
[pid=32099/tid=32112] ppid=32097 vsize=10549216 CPUtime=0 cores=1,3,5,7
/proc/32099/task/32112/stat : 32112 (java) S 32097 32099 29081 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 830361400 10802397184 953009 33554432000 1073741824 1073778376 140734184588928 18446744073709551615 255389117337 0 4 0 16800975 18446604461218994112 0 0 -1 3 0 0 0
[pid=32099/tid=32113] ppid=32097 vsize=10549216 CPUtime=0 cores=1,3,5,7
/proc/32099/task/32113/stat : 32113 (java) S 32097 32099 29081 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830361402 10802397184 953009 33554432000 1073741824 1073778376 140734184588928 18446744073709551615 255389125041 0 4 0 16800975 18446604461218994112 0 0 -1 3 0 0 0
[pid=32099/tid=32114] ppid=32097 vsize=10549216 CPUtime=1.5 cores=1,3,5,7
/proc/32099/task/32114/stat : 32114 (java) S 32097 32099 29081 0 -1 4202560 9045 0 0 0 149 1 0 0 15 0 22 0 830361402 10802397184 953009 33554432000 1073741824 1073778376 140734184588928 18446744073709551615 255389117337 0 4 0 16800975 18446604461218994112 0 0 -1 1 0 0 0
[pid=32099/tid=32115] ppid=32097 vsize=10549216 CPUtime=1.2 cores=1,3,5,7
/proc/32099/task/32115/stat : 32115 (java) S 32097 32099 29081 0 -1 4202560 9150 0 0 0 119 1 0 0 15 0 22 0 830361402 10802397184 953009 33554432000 1073741824 1073778376 140734184588928 18446744073709551615 255389117337 0 4 0 16800975 18446604461218994112 0 0 -1 5 0 0 0
[pid=32099/tid=32116] ppid=32097 vsize=10549216 CPUtime=0 cores=1,3,5,7
/proc/32099/task/32116/stat : 32116 (java) S 32097 32099 29081 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830361402 10802397184 953009 33554432000 1073741824 1073778376 140734184588928 18446744073709551615 255389117337 0 4 0 16800975 18446604461218994112 0 0 -1 3 0 0 0
[pid=32099/tid=32117] ppid=32097 vsize=10549216 CPUtime=0 cores=1,3,5,7
/proc/32099/task/32117/stat : 32117 (java) S 32097 32099 29081 0 -1 4202560 51 0 0 0 0 0 0 0 15 0 22 0 830361402 10802397184 953009 33554432000 1073741824 1073778376 140734184588928 18446744073709551615 255389117952 0 4 0 16800975 18446604461218994112 0 0 -1 1 0 0 0
[pid=32099/tid=32118] ppid=32097 vsize=10549216 CPUtime=854.71 cores=1,3,5,7
/proc/32099/task/32118/stat : 32118 (java) R 32097 32099 29081 0 -1 4202560 2211 0 0 0 85471 0 0 0 25 0 22 0 830361637 10802397184 953009 33554432000 1073741824 1073778376 140734184588928 18446744073709551615 46912505947971 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=32099/tid=32119] ppid=32097 vsize=10549216 CPUtime=854.67 cores=1,3,5,7
/proc/32099/task/32119/stat : 32119 (java) R 32097 32099 29081 0 -1 4202560 499168 0 0 0 85412 55 0 0 25 0 22 0 830361637 10802397184 953009 33554432000 1073741824 1073778376 140734184588928 18446744073709551615 46912506014301 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=32099/tid=32120] ppid=32097 vsize=10549216 CPUtime=0 cores=1,3,5,7
/proc/32099/task/32120/stat : 32120 (java) S 32097 32099 29081 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 830361642 10802397184 953009 33554432000 1073741824 1073778376 140734184588928 18446744073709551615 255389117952 0 4 0 16800975 18446604461218994112 0 0 -1 7 0 0 0
[pid=32099/tid=32121] ppid=32097 vsize=10549216 CPUtime=0 cores=1,3,5,7
/proc/32099/task/32121/stat : 32121 (java) S 32097 32099 29081 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 830361642 10802397184 953009 33554432000 1073741824 1073778376 140734184588928 18446744073709551615 255389117952 0 4 0 16800975 18446604461218994112 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1745.92
Current children cumulated vsize (KiB) 10549216



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+909.601 s]
/proc/loadavg: 3.99 3.78 3.03 6/479 32237
/proc/meminfo: memFree=15684296/32951124 swapFree=60787360/67111528
[pid=32099] ppid=32097 vsize=10549216 CPUtime=1800.04 cores=1,3,5,7
/proc/32099/stat : 32099 (java) S 32097 32099 29081 0 -1 4202496 995982 0 1 0 179881 123 0 0 24 0 22 0 830361396 10802397184 953069 33554432000 1073741824 1073778376 140734184588928 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/32099/statm: 2637304 953069 2266 9 0 2628038 0
[pid=32099/tid=32100] ppid=32097 vsize=10549216 CPUtime=2.4 cores=1,3,5,7
/proc/32099/task/32100/stat : 32100 (java) S 32097 32099 29081 0 -1 4202560 236725 0 1 0 207 33 0 0 15 0 22 0 830361397 10802397184 953069 33554432000 1073741824 1073778376 140734184588928 18446744073709551615 255389117952 0 4 0 16800975 18446604461218994112 0 0 -1 1 0 0 0
[pid=32099/tid=32102] ppid=32097 vsize=10549216 CPUtime=0.84 cores=1,3,5,7
/proc/32099/task/32102/stat : 32102 (java) S 32097 32099 29081 0 -1 4202560 10415 0 0 0 82 2 0 0 15 0 22 0 830361398 10802397184 953069 33554432000 1073741824 1073778376 140734184588928 18446744073709551615 255389117337 0 4 0 16800975 18446604461218994112 0 0 -1 3 0 0 0
[pid=32099/tid=32103] ppid=32097 vsize=10549216 CPUtime=0.96 cores=1,3,5,7
/proc/32099/task/32103/stat : 32103 (java) S 32097 32099 29081 0 -1 4202560 10164 0 0 0 96 0 0 0 16 0 22 0 830361398 10802397184 953069 33554432000 1073741824 1073778376 140734184588928 18446744073709551615 255389117337 0 4 0 16800975 18446604461218994112 0 0 -1 1 0 0 0
[pid=32099/tid=32104] ppid=32097 vsize=10549216 CPUtime=1.12 cores=1,3,5,7
/proc/32099/task/32104/stat : 32104 (java) S 32097 32099 29081 0 -1 4202560 6989 0 0 0 112 0 0 0 15 0 22 0 830361398 10802397184 953069 33554432000 1073741824 1073778376 140734184588928 18446744073709551615 255389117337 0 4 0 16800975 18446604461218994112 0 0 -1 1 0 0 0
[pid=32099/tid=32105] ppid=32097 vsize=10549216 CPUtime=0.96 cores=1,3,5,7
/proc/32099/task/32105/stat : 32105 (java) S 32097 32099 29081 0 -1 4202560 4336 0 0 0 96 0 0 0 16 0 22 0 830361398 10802397184 953069 33554432000 1073741824 1073778376 140734184588928 18446744073709551615 255389117337 0 4 0 16800975 18446604461218994112 0 0 -1 3 0 0 0
[pid=32099/tid=32106] ppid=32097 vsize=10549216 CPUtime=1.53 cores=1,3,5,7
/proc/32099/task/32106/stat : 32106 (java) S 32097 32099 29081 0 -1 4202560 23125 0 0 0 152 1 0 0 16 0 22 0 830361398 10802397184 953069 33554432000 1073741824 1073778376 140734184588928 18446744073709551615 255389117337 0 4 0 16800975 18446604461218994112 0 0 -1 7 0 0 0
[pid=32099/tid=32107] ppid=32097 vsize=10549216 CPUtime=1.16 cores=1,3,5,7
/proc/32099/task/32107/stat : 32107 (java) S 32097 32099 29081 0 -1 4202560 11594 0 0 0 115 1 0 0 16 0 22 0 830361398 10802397184 953069 33554432000 1073741824 1073778376 140734184588928 18446744073709551615 255389117337 0 4 0 16800975 18446604461218994112 0 0 -1 7 0 0 0
[pid=32099/tid=32108] ppid=32097 vsize=10549216 CPUtime=1.2 cores=1,3,5,7
/proc/32099/task/32108/stat : 32108 (java) S 32097 32099 29081 0 -1 4202560 14753 0 0 0 119 1 0 0 15 0 22 0 830361398 10802397184 953069 33554432000 1073741824 1073778376 140734184588928 18446744073709551615 255389117337 0 4 0 16800975 18446604461218994112 0 0 -1 7 0 0 0
[pid=32099/tid=32109] ppid=32097 vsize=10549216 CPUtime=1.32 cores=1,3,5,7
/proc/32099/task/32109/stat : 32109 (java) S 32097 32099 29081 0 -1 4202560 20771 0 0 0 130 2 0 0 15 0 22 0 830361398 10802397184 953069 33554432000 1073741824 1073778376 140734184588928 18446744073709551615 255389117337 0 4 0 16800975 18446604461218994112 0 0 -1 7 0 0 0
[pid=32099/tid=32110] ppid=32097 vsize=10549216 CPUtime=23.12 cores=1,3,5,7
/proc/32099/task/32110/stat : 32110 (java) S 32097 32099 29081 0 -1 4202560 136324 0 0 0 2295 17 0 0 15 0 22 0 830361399 10802397184 953069 33554432000 1073741824 1073778376 140734184588928 18446744073709551615 255389117952 0 0 0 16800975 18446604461218994112 0 0 -1 5 0 0 0
[pid=32099/tid=32111] ppid=32097 vsize=10549216 CPUtime=0 cores=1,3,5,7
/proc/32099/task/32111/stat : 32111 (java) S 32097 32099 29081 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830361400 10802397184 953069 33554432000 1073741824 1073778376 140734184588928 18446744073709551615 255389117337 0 4 0 16800975 18446604461218994112 0 0 -1 3 0 0 0
[pid=32099/tid=32112] ppid=32097 vsize=10549216 CPUtime=0 cores=1,3,5,7
/proc/32099/task/32112/stat : 32112 (java) S 32097 32099 29081 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 830361400 10802397184 953069 33554432000 1073741824 1073778376 140734184588928 18446744073709551615 255389117337 0 4 0 16800975 18446604461218994112 0 0 -1 3 0 0 0
[pid=32099/tid=32113] ppid=32097 vsize=10549216 CPUtime=0 cores=1,3,5,7
/proc/32099/task/32113/stat : 32113 (java) S 32097 32099 29081 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830361402 10802397184 953069 33554432000 1073741824 1073778376 140734184588928 18446744073709551615 255389125041 0 4 0 16800975 18446604461218994112 0 0 -1 3 0 0 0
[pid=32099/tid=32114] ppid=32097 vsize=10549216 CPUtime=1.5 cores=1,3,5,7
/proc/32099/task/32114/stat : 32114 (java) S 32097 32099 29081 0 -1 4202560 9045 0 0 0 149 1 0 0 15 0 22 0 830361402 10802397184 953069 33554432000 1073741824 1073778376 140734184588928 18446744073709551615 255389117337 0 4 0 16800975 18446604461218994112 0 0 -1 1 0 0 0
[pid=32099/tid=32115] ppid=32097 vsize=10549216 CPUtime=1.2 cores=1,3,5,7
/proc/32099/task/32115/stat : 32115 (java) S 32097 32099 29081 0 -1 4202560 9150 0 0 0 119 1 0 0 15 0 22 0 830361402 10802397184 953069 33554432000 1073741824 1073778376 140734184588928 18446744073709551615 255389117337 0 4 0 16800975 18446604461218994112 0 0 -1 5 0 0 0
[pid=32099/tid=32116] ppid=32097 vsize=10549216 CPUtime=0 cores=1,3,5,7
/proc/32099/task/32116/stat : 32116 (java) S 32097 32099 29081 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830361402 10802397184 953069 33554432000 1073741824 1073778376 140734184588928 18446744073709551615 255389117337 0 4 0 16800975 18446604461218994112 0 0 -1 3 0 0 0
[pid=32099/tid=32117] ppid=32097 vsize=10549216 CPUtime=0 cores=1,3,5,7
/proc/32099/task/32117/stat : 32117 (java) R 32097 32099 29081 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 22 0 830361402 10802397184 953069 33554432000 1073741824 1073778376 140734184588928 18446744073709551615 255389117952 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=32099/tid=32118] ppid=32097 vsize=10549216 CPUtime=881.31 cores=1,3,5,7
/proc/32099/task/32118/stat : 32118 (java) R 32097 32099 29081 0 -1 4202560 2213 0 0 0 88131 0 0 0 25 0 22 0 830361637 10802397184 953069 33554432000 1073741824 1073778376 140734184588928 18446744073709551615 46912505914037 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=32099/tid=32119] ppid=32097 vsize=10549216 CPUtime=881.27 cores=1,3,5,7
/proc/32099/task/32119/stat : 32119 (java) R 32097 32099 29081 0 -1 4202560 499169 0 0 0 88072 55 0 0 25 0 22 0 830361637 10802397184 953069 33554432000 1073741824 1073778376 140734184588928 18446744073709551615 46912506023648 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=32099/tid=32120] ppid=32097 vsize=10549216 CPUtime=0 cores=1,3,5,7
/proc/32099/task/32120/stat : 32120 (java) S 32097 32099 29081 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 830361642 10802397184 953069 33554432000 1073741824 1073778376 140734184588928 18446744073709551615 255389117952 0 4 0 16800975 18446604461218994112 0 0 -1 7 0 0 0
[pid=32099/tid=32121] ppid=32097 vsize=10549216 CPUtime=0 cores=1,3,5,7
/proc/32099/task/32121/stat : 32121 (java) S 32097 32099 29081 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 830361642 10802397184 953069 33554432000 1073741824 1073778376 140734184588928 18446744073709551615 255389117952 0 4 0 16800975 18446604461218994112 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 10549216

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

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

[startup+909.801 s]
/proc/loadavg: 3.99 3.78 3.03 6/479 32237
/proc/meminfo: memFree=15684296/32951124 swapFree=60787360/67111528
[pid=32099] ppid=32097 vsize=0 CPUtime=1800.28 cores=1,3,5,7
/proc/32099/stat : 32099 (java) Z 32097 32099 29081 0 -1 4203548 996016 0 1 0 179892 136 0 0 17 0 2 0 830361396 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/32099/statm: 0 0 0 0 0 0 0
[pid=32099/tid=32118] ppid=32097 vsize=0 CPUtime=881.48 cores=1,3,5,7
/proc/32099/task/32118/stat : 32118 (java) R 32097 32099 29081 0 -1 4203588 2214 0 0 0 88134 14 0 0 25 0 2 0 830361637 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1800.28
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 909.811
CPU time (s): 1800.3
CPU user time (s): 1798.92
CPU system time (s): 1.37779
CPU usage (%): 197.876
Max. virtual memory (cumulated for all children) (KiB): 10561240

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.92
system time used= 1.37779
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 996016
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= 24037
involuntary context switches= 22412

runsolver used 4.09538 second user time and 9.50755 second system time

The end

Launcher Data

Begin job on node135 at 2011-06-04 13:40:35
IDJOB=3454318
IDBENCH=1489
IDSOLVER=1950
FILE ID=node135/3454318-1307187635
RUNJOBID= node135-1307187551-31552
PBS_JOBID= 13508851
Free space on /tmp= 73956 MiB

SOLVER NAME= Sat4j Res//CP 2.3.0
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/normalized-ooo.ex.br.mem.Src1Valid_Src1ValidBar.ucl.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3454318-1307187635/watcher-3454318-1307187635 -o /tmp/evaluation-result-3454318-1307187635/solver-3454318-1307187635 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3454318-1307187635.opb

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

MD5SUM BENCH= 8c486f10dc9ea0956b38d79189648654
RANDOM SEED=1648305395

node135.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.851
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.70
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.851
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.83
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.851
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.851
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	: 6640.14
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.851
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.78
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.851
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.851
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.851
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:     32951124 kB
MemFree:      20192004 kB
Buffers:        268260 kB
Cached:         648020 kB
SwapCached:       6168 kB
Active:       11946816 kB
Inactive:       551576 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      20192004 kB
SwapTotal:    67111528 kB
SwapFree:     60787360 kB
Dirty:           12036 kB
Writeback:           0 kB
AnonPages:    11581220 kB
Mapped:          34244 kB
Slab:           127064 kB
PageTables:      66984 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 134757860 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73956 MiB
End job on node135 at 2011-06-04 13:55:47