Trace number 3453594

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.33 902.183

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_500_60_3_80.opb
MD5SUMd27101fec2f8e3dc322d79bbc996c69e
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1000
Total number of constraints1502
Number of constraints which are clauses500
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints1001
Minimum length of a constraint2
Maximum length of a constraint1000
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 80
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 1000
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)74920
Sum of products size (including duplicates)149840
Number of different products37460
Sum of products size74920

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version 2.3.1.v20110525
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.18-164.el5
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		9996466904
0.00/0.09	c Max memory 		10048897024
0.00/0.09	c Total memory 		10048897024
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization
0.09/0.11	c ManyCore solver with 2 solvers running in parallel
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@67ee3914
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c Expensive reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1c691f36
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-3453594-1307650709.opb
0.09/0.11	c reading problem ... 
1.97/1.07	c ... done. Wall clock time 0.957s.
1.97/1.07	c #vars     38460
1.97/1.07	c #constraints  76423
1.97/1.07	c constraints type 
1.97/1.07	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 37460
1.97/1.07	c org.sat4j.minisat.constraints.card.MinWatchCard => 1003
1.97/1.07	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 500
1.97/1.07	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 37460
1.97/1.07	c constraints type 
1.97/1.07	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 500
1.97/1.07	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 37460
1.97/1.07	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1003
1.97/1.07	c org.sat4j.pb.constraints.pb.MaxWatchPb => 37460
22.92/10.96	c cleaning 2518 clauses out of 5036 with flag 5036/5036
43.23/21.17	c cleaning 4266 clauses out of 8532 with flag 11050/11050
63.84/31.50	c cleaning 5612 clauses out of 11224 with flag 18008/18008
89.06/44.22	c cleaning 6828 clauses out of 13655 with flag 26051/26051
128.18/63.99	c cleaning 7889 clauses out of 15777 with flag 35001/35001
177.62/88.76	c cleaning 8944 clauses out of 17888 with flag 45001/45001
211.82/105.94	c cleaning 9980 clauses out of 19960 with flag 56017/56017
283.76/141.91	c cleaning 10983 clauses out of 21965 with flag 68002/68002
358.77/179.60	c cleaning 11991 clauses out of 23981 with flag 81001/81001
440.64/220.59	c cleaning 13002 clauses out of 26004 with flag 95015/95015
527.30/263.93	c cleaning 13996 clauses out of 27992 with flag 110005/110005
634.17/317.45	c cleaning 15001 clauses out of 30001 with flag 126010/126010
782.58/391.75	c cleaning 15997 clauses out of 31994 with flag 143004/143004
947.85/474.48	c cleaning 17112 clauses out of 34224 with flag 161231/161231
1087.07/544.13	c cleaning 17941 clauses out of 35882 with flag 180001/180001
1145.61/573.54	c cleaning 18971 clauses out of 37941 with flag 200001/200001
1216.82/609.34	c cleaning 19907 clauses out of 39969 with flag 221000/221000
1300.56/651.39	c cleaning 20966 clauses out of 42062 with flag 243000/243000
1354.11/678.24	c cleaning 22017 clauses out of 44096 with flag 266000/266000
1423.26/712.96	c cleaning 22975 clauses out of 46079 with flag 290000/290000
1488.96/745.98	c cleaning 24033 clauses out of 48104 with flag 315000/315000
1551.77/777.41	c cleaning 24989 clauses out of 50071 with flag 341000/341000
1626.79/815.05	c cleaning 25960 clauses out of 52082 with flag 368000/368000
1744.90/874.23	c cleaning 26927 clauses out of 54122 with flag 396000/396000
1800.10/902.02	c starts		: 147
1800.10/902.02	c conflicts		: 407820
1800.10/902.02	c decisions		: 1751004
1800.10/902.02	c propagations		: 134443802
1800.10/902.02	c inspects		: 2992351291
1800.10/902.02	c shortcuts		: 0
1800.10/902.02	c learnt literals	: 0
1800.10/902.02	c learnt binary clauses	: 0
1800.10/902.02	c learnt ternary clauses	: 439
1800.10/902.02	c learnt constraints	: 407820
1800.10/902.02	c ignored constraints	: 0
1800.10/902.02	c root simplifications	: 0
1800.10/902.02	c removed literals (reason simplification)	: 20683545
1800.10/902.02	c reason swapping (by a shorter reason)	: 0
1800.10/902.02	c Calls to reduceDB	: 24
1800.10/902.02	c number of reductions to clauses (during analyze)	: 0
1800.10/902.02	c number of learned constraints concerned by reduction	: 0
1800.10/902.02	c number of learning phase by resolution	: 0
1800.10/902.02	c number of learning phase by cutting planes	: 0
1800.10/902.02	c speed (assignments/second)	: 149225.57536808573
1800.10/902.02	c non guided choices	37864
1800.10/902.03	c learnt constraints type 
1800.10/902.03	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 39024
1800.10/902.03	c constraints type 
1800.10/902.03	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 37460
1800.10/902.03	c org.sat4j.minisat.constraints.card.MinWatchCard => 1003
1800.10/902.03	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 500
1800.10/902.03	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 37460
1800.10/902.03	c constraints type 
1800.10/902.03	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 500
1800.10/902.03	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 37460
1800.10/902.03	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1003
1800.10/902.03	c org.sat4j.pb.constraints.pb.MaxWatchPb => 37460
1800.10/902.03	s UNKNOWN
1800.10/902.03	c Total wall clock time (in seconds): 901.921

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-3453594-1307650709/watcher-3453594-1307650709 -o /tmp/evaluation-result-3453594-1307650709/solver-3453594-1307650709 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3453594-1307650709.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: 3.14 3.37 3.54 3/196 13388
/proc/meminfo: memFree=30883448/32951132 swapFree=67054608/67111528
[pid=13388] ppid=13386 vsize=23028 CPUtime=0 cores=1,3,5,7
/proc/13388/stat : 13388 (java) R 13386 13388 11485 0 -1 4202496 865 0 0 0 0 0 0 0 23 0 1 0 876670516 23580672 608 33554432000 1073741824 1073778376 140734734555696 18446744073709551615 274659845888 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/13388/statm: 5757 619 459 9 0 124 0

[startup+0.0160171 s]
/proc/loadavg: 3.14 3.37 3.54 3/196 13388
/proc/meminfo: memFree=30883448/32951132 swapFree=67054608/67111528
[pid=13388] ppid=13386 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/13388/stat : 13388 (java) S 13386 13388 11485 0 -1 4202496 4142 0 1 0 0 0 0 0 23 0 2 0 876670516 10694979584 3843 33554432000 1073741824 1073778376 140734734555696 18446744073709551615 274676611045 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0
/proc/13388/statm: 2611079 3865 917 9 0 2602235 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 10444316

[startup+0.101003 s]
/proc/loadavg: 3.14 3.37 3.54 3/196 13388
/proc/meminfo: memFree=30883448/32951132 swapFree=67054608/67111528
[pid=13388] ppid=13386 vsize=10539892 CPUtime=0.09 cores=1,3,5,7
/proc/13388/stat : 13388 (java) S 13386 13388 11485 0 -1 4202496 13045 0 1 0 8 1 0 0 23 0 18 0 876670516 10792849408 12696 33554432000 1073741824 1073778376 140734734555696 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/13388/statm: 2634973 12696 2092 9 0 2625707 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10539892

[startup+0.300974 s]
/proc/loadavg: 3.14 3.37 3.54 3/196 13388
/proc/meminfo: memFree=30883448/32951132 swapFree=67054608/67111528
[pid=13388] ppid=13386 vsize=10541156 CPUtime=0.45 cores=1,3,5,7
/proc/13388/stat : 13388 (java) S 13386 13388 11485 0 -1 4202496 15827 0 1 0 43 2 0 0 23 0 18 0 876670516 10794143744 15340 33554432000 1073741824 1073778376 140734734555696 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/13388/statm: 2635289 15340 2207 9 0 2626023 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 10541156

[startup+0.700901 s]
/proc/loadavg: 3.14 3.37 3.54 3/196 13388
/proc/meminfo: memFree=30883448/32951132 swapFree=67054608/67111528
[pid=13388] ppid=13386 vsize=10547548 CPUtime=1.57 cores=1,3,5,7
/proc/13388/stat : 13388 (java) S 13386 13388 11485 0 -1 4202496 35761 0 1 0 152 5 0 0 23 0 18 0 876670516 10800689152 32709 33554432000 1073741824 1073778376 140734734555696 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/13388/statm: 2636887 32712 2226 9 0 2627621 0
Current children cumulated CPU time (s) 1.57
Current children cumulated vsize (KiB) 10547548

[startup+1.50073 s]
/proc/loadavg: 3.14 3.37 3.54 3/214 13406
/proc/meminfo: memFree=30510708/32951132 swapFree=67054608/67111528
[pid=13388] ppid=13386 vsize=10553168 CPUtime=3.59 cores=1,3,5,7
/proc/13388/stat : 13388 (java) S 13386 13388 11485 0 -1 4202496 123700 0 1 0 342 17 0 0 23 0 22 0 876670516 10806444032 120646 33554432000 1073741824 1073778376 140734734555696 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/13388/statm: 2638292 120646 2239 9 0 2629026 0
[pid=13388/tid=13390] ppid=13386 vsize=10553168 CPUtime=1.05 cores=1,3,5,7
/proc/13388/task/13390/stat : 13390 (java) S 13386 13388 11485 0 -1 4202560 107323 0 1 0 90 15 0 0 20 0 22 0 876670517 10806444032 120646 33554432000 1073741824 1073778376 140734734555696 18446744073709551615 274676624896 0 4 0 16800975 18446604471143187392 0 0 -1 1 0 0 0
[pid=13388/tid=13391] ppid=13386 vsize=10553168 CPUtime=0 cores=1,3,5,7
/proc/13388/task/13391/stat : 13391 (java) S 13386 13388 11485 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 876670519 10806444032 120646 33554432000 1073741824 1073778376 140734734555696 18446744073709551615 274676624281 0 4 0 16800975 18446604471143187392 0 0 -1 3 0 0 0
[pid=13388/tid=13392] ppid=13386 vsize=10553168 CPUtime=0 cores=1,3,5,7
/proc/13388/task/13392/stat : 13392 (java) S 13386 13388 11485 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 876670519 10806444032 120646 33554432000 1073741824 1073778376 140734734555696 18446744073709551615 274676624281 0 4 0 16800975 18446604471143187392 0 0 -1 3 0 0 0
[pid=13388/tid=13393] ppid=13386 vsize=10553168 CPUtime=0 cores=1,3,5,7
/proc/13388/task/13393/stat : 13393 (java) S 13386 13388 11485 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 876670519 10806444032 120646 33554432000 1073741824 1073778376 140734734555696 18446744073709551615 274676624281 0 4 0 16800975 18446604471143187392 0 0 -1 3 0 0 0
[pid=13388/tid=13394] ppid=13386 vsize=10553168 CPUtime=0 cores=1,3,5,7
/proc/13388/task/13394/stat : 13394 (java) S 13386 13388 11485 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 876670519 10806444032 120646 33554432000 1073741824 1073778376 140734734555696 18446744073709551615 274676624281 0 4 0 16800975 18446604471143187392 0 0 -1 3 0 0 0
[pid=13388/tid=13395] ppid=13386 vsize=10553168 CPUtime=0 cores=1,3,5,7
/proc/13388/task/13395/stat : 13395 (java) S 13386 13388 11485 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 876670519 10806444032 120646 33554432000 1073741824 1073778376 140734734555696 18446744073709551615 274676624281 0 4 0 16800975 18446604471143187392 0 0 -1 3 0 0 0
[pid=13388/tid=13396] ppid=13386 vsize=10553168 CPUtime=0 cores=1,3,5,7
/proc/13388/task/13396/stat : 13396 (java) S 13386 13388 11485 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 876670519 10806444032 120646 33554432000 1073741824 1073778376 140734734555696 18446744073709551615 274676624281 0 4 0 16800975 18446604471143187392 0 0 -1 3 0 0 0
[pid=13388/tid=13397] ppid=13386 vsize=10553168 CPUtime=0 cores=1,3,5,7
/proc/13388/task/13397/stat : 13397 (java) S 13386 13388 11485 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 876670519 10806444032 120646 33554432000 1073741824 1073778376 140734734555696 18446744073709551615 274676624281 0 4 0 16800975 18446604471143187392 0 0 -1 3 0 0 0
[pid=13388/tid=13398] ppid=13386 vsize=10553168 CPUtime=0 cores=1,3,5,7
/proc/13388/task/13398/stat : 13398 (java) S 13386 13388 11485 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 876670519 10806444032 120646 33554432000 1073741824 1073778376 140734734555696 18446744073709551615 274676624281 0 4 0 16800975 18446604471143187392 0 0 -1 3 0 0 0
[pid=13388/tid=13399] ppid=13386 vsize=10553168 CPUtime=0 cores=1,3,5,7
/proc/13388/task/13399/stat : 13399 (java) S 13386 13388 11485 0 -1 4202560 6 0 0 0 0 0 0 0 16 0 22 0 876670520 10806444032 120646 33554432000 1073741824 1073778376 140734734555696 18446744073709551615 274676624896 0 0 0 16800975 18446604471143187392 0 0 -1 5 0 0 0
[pid=13388/tid=13400] ppid=13386 vsize=10553168 CPUtime=0 cores=1,3,5,7
/proc/13388/task/13400/stat : 13400 (java) S 13386 13388 11485 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 22 0 876670521 10806444032 120646 33554432000 1073741824 1073778376 140734734555696 18446744073709551615 274676624281 0 4 0 16800975 18446604471143187392 0 0 -1 5 0 0 0
[pid=13388/tid=13401] ppid=13386 vsize=10553168 CPUtime=0 cores=1,3,5,7
/proc/13388/task/13401/stat : 13401 (java) S 13386 13388 11485 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 876670521 10806444032 120646 33554432000 1073741824 1073778376 140734734555696 18446744073709551615 274676624281 0 4 0 16800975 18446604471143187392 0 0 -1 5 0 0 0
[pid=13388/tid=13402] ppid=13386 vsize=10553168 CPUtime=0 cores=1,3,5,7
/proc/13388/task/13402/stat : 13402 (java) S 13386 13388 11485 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 876670523 10806444032 120646 33554432000 1073741824 1073778376 140734734555696 18446744073709551615 274676631985 0 4 0 16800975 18446604471143187392 0 0 -1 5 0 0 0
[pid=13388/tid=13403] ppid=13386 vsize=10553168 CPUtime=0.82 cores=1,3,5,7
/proc/13388/task/13403/stat : 13403 (java) S 13386 13388 11485 0 -1 4202560 4395 0 0 0 82 0 0 0 16 0 22 0 876670523 10806444032 120646 33554432000 1073741824 1073778376 140734734555696 18446744073709551615 274676624281 0 4 0 16800975 18446604471143187392 0 0 -1 1 0 0 0
[pid=13388/tid=13404] ppid=13386 vsize=10553168 CPUtime=0.85 cores=1,3,5,7
/proc/13388/task/13404/stat : 13404 (java) S 13386 13388 11485 0 -1 4202560 4964 0 0 0 85 0 0 0 16 0 22 0 876670523 10806444032 120646 33554432000 1073741824 1073778376 140734734555696 18446744073709551615 274676624281 0 4 0 16800975 18446604471143187392 0 0 -1 3 0 0 0
[pid=13388/tid=13405] ppid=13386 vsize=10553168 CPUtime=0 cores=1,3,5,7
/proc/13388/task/13405/stat : 13405 (java) S 13386 13388 11485 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 876670523 10806444032 120646 33554432000 1073741824 1073778376 140734734555696 18446744073709551615 274676624281 0 4 0 16800975 18446604471143187392 0 0 -1 5 0 0 0
[pid=13388/tid=13406] ppid=13386 vsize=10553168 CPUtime=0 cores=1,3,5,7
/proc/13388/task/13406/stat : 13406 (java) S 13386 13388 11485 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 876670523 10806444032 120646 33554432000 1073741824 1073778376 140734734555696 18446744073709551615 274676624896 0 4 0 16800975 18446604471143187392 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.59
Current children cumulated vsize (KiB) 10553168

[startup+3.10146 s]
/proc/loadavg: 3.14 3.37 3.54 5/218 13410
/proc/meminfo: memFree=30359944/32951132 swapFree=67054608/67111528
[pid=13388] ppid=13386 vsize=10553168 CPUtime=6.95 cores=1,3,5,7
/proc/13388/stat : 13388 (java) S 13386 13388 11485 0 -1 4202496 148518 0 1 0 675 20 0 0 23 0 22 0 876670516 10806444032 145463 33554432000 1073741824 1073778376 140734734555696 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/13388/statm: 2638292 145463 2240 9 0 2629026 0
[pid=13388/tid=13390] ppid=13386 vsize=10553168 CPUtime=1.05 cores=1,3,5,7
/proc/13388/task/13390/stat : 13390 (java) S 13386 13388 11485 0 -1 4202560 107323 0 1 0 90 15 0 0 15 0 22 0 876670517 10806444032 145463 33554432000 1073741824 1073778376 140734734555696 18446744073709551615 274676624896 0 4 0 16800975 18446604471143187392 0 0 -1 1 0 0 0
[pid=13388/tid=13391] ppid=13386 vsize=10553168 CPUtime=0 cores=1,3,5,7
/proc/13388/task/13391/stat : 13391 (java) S 13386 13388 11485 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 876670519 10806444032 145463 33554432000 1073741824 1073778376 140734734555696 18446744073709551615 274676624281 0 4 0 16800975 18446604471143187392 0 0 -1 3 0 0 0
[pid=13388/tid=13392] ppid=13386 vsize=10553168 CPUtime=0 cores=1,3,5,7
/proc/13388/task/13392/stat : 13392 (java) S 13386 13388 11485 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 876670519 10806444032 145463 33554432000 1073741824 1073778376 140734734555696 18446744073709551615 274676624281 0 4 0 16800975 18446604471143187392 0 0 -1 3 0 0 0
[pid=13388/tid=13393] ppid=13386 vsize=10553168 CPUtime=0 cores=1,3,5,7
/proc/13388/task/13393/stat : 13393 (java) S 13386 13388 11485 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 876670519 10806444032 145463 33554432000 1073741824 1073778376 140734734555696 18446744073709551615 274676624281 0 4 0 16800975 18446604471143187392 0 0 -1 3 0 0 0
[pid=13388/tid=13394] ppid=13386 vsize=10553168 CPUtime=0 cores=1,3,5,7
/proc/13388/task/13394/stat : 13394 (java) S 13386 13388 11485 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 876670519 10806444032 145463 33554432000 1073741824 1073778376 140734734555696 18446744073709551615 274676624281 0 4 0 16800975 18446604471143187392 0 0 -1 3 0 0 0
[pid=13388/tid=13395] ppid=13386 vsize=10553168 CPUtime=0 cores=1,3,5,7
/proc/13388/task/13395/stat : 13395 (java) S 13386 13388 11485 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 876670519 10806444032 145463 33554432000 1073741824 1073778376 140734734555696 18446744073709551615 274676624281 0 4 0 16800975 18446604471143187392 0 0 -1 3 0 0 0
[pid=13388/tid=13396] ppid=13386 vsize=10553168 CPUtime=0 cores=1,3,5,7
/proc/13388/task/13396/stat : 13396 (java) S 13386 13388 11485 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 876670519 10806444032 145463 33554432000 1073741824 1073778376 140734734555696 18446744073709551615 274676624281 0 4 0 16800975 18446604471143187392 0 0 -1 3 0 0 0
[pid=13388/tid=13397] ppid=13386 vsize=10553168 CPUtime=0 cores=1,3,5,7
/proc/13388/task/13397/stat : 13397 (java) S 13386 13388 11485 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 876670519 10806444032 145463 33554432000 1073741824 1073778376 140734734555696 18446744073709551615 274676624281 0 4 0 16800975 18446604471143187392 0 0 -1 3 0 0 0
[pid=13388/tid=13398] ppid=13386 vsize=10553168 CPUtime=0 cores=1,3,5,7
/proc/13388/task/13398/stat : 13398 (java) S 13386 13388 11485 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 876670519 10806444032 145463 33554432000 1073741824 1073778376 140734734555696 18446744073709551615 274676624281 0 4 0 16800975 18446604471143187392 0 0 -1 3 0 0 0
[pid=13388/tid=13399] ppid=13386 vsize=10553168 CPUtime=0 cores=1,3,5,7
/proc/13388/task/13399/stat : 13399 (java) S 13386 13388 11485 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 22 0 876670520 10806444032 145463 33554432000 1073741824 1073778376 140734734555696 18446744073709551615 274676624896 0 0 0 16800975 18446604471143187392 0 0 -1 5 0 0 0
[pid=13388/tid=13400] ppid=13386 vsize=10553168 CPUtime=0 cores=1,3,5,7
/proc/13388/task/13400/stat : 13400 (java) S 13386 13388 11485 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 22 0 876670521 10806444032 145463 33554432000 1073741824 1073778376 140734734555696 18446744073709551615 274676624281 0 4 0 16800975 18446604471143187392 0 0 -1 5 0 0 0
[pid=13388/tid=13401] ppid=13386 vsize=10553168 CPUtime=0 cores=1,3,5,7
/proc/13388/task/13401/stat : 13401 (java) S 13386 13388 11485 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 876670521 10806444032 145463 33554432000 1073741824 1073778376 140734734555696 18446744073709551615 274676624281 0 4 0 16800975 18446604471143187392 0 0 -1 5 0 0 0
[pid=13388/tid=13402] ppid=13386 vsize=10553168 CPUtime=0 cores=1,3,5,7
/proc/13388/task/13402/stat : 13402 (java) S 13386 13388 11485 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 876670523 10806444032 145463 33554432000 1073741824 1073778376 140734734555696 18446744073709551615 274676631985 0 4 0 16800975 18446604471143187392 0 0 -1 5 0 0 0
[pid=13388/tid=13403] ppid=13386 vsize=10553168 CPUtime=0.86 cores=1,3,5,7
/proc/13388/task/13403/stat : 13403 (java) S 13386 13388 11485 0 -1 4202560 4399 0 0 0 86 0 0 0 15 0 22 0 876670523 10806444032 145463 33554432000 1073741824 1073778376 140734734555696 18446744073709551615 274676624281 0 4 0 16800975 18446604471143187392 0 0 -1 1 0 0 0
[pid=13388/tid=13404] ppid=13386 vsize=10553168 CPUtime=0.97 cores=1,3,5,7
/proc/13388/task/13404/stat : 13404 (java) S 13386 13388 11485 0 -1 4202560 4978 0 0 0 97 0 0 0 15 0 22 0 876670523 10806444032 145463 33554432000 1073741824 1073778376 140734734555696 18446744073709551615 274676624281 0 4 0 16800975 18446604471143187392 0 0 -1 3 0 0 0
[pid=13388/tid=13405] ppid=13386 vsize=10553168 CPUtime=0 cores=1,3,5,7
/proc/13388/task/13405/stat : 13405 (java) S 13386 13388 11485 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 876670523 10806444032 145463 33554432000 1073741824 1073778376 140734734555696 18446744073709551615 274676624281 0 4 0 16800975 18446604471143187392 0 0 -1 5 0 0 0
[pid=13388/tid=13406] ppid=13386 vsize=10553168 CPUtime=0 cores=1,3,5,7
/proc/13388/task/13406/stat : 13406 (java) S 13386 13388 11485 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 876670523 10806444032 145463 33554432000 1073741824 1073778376 140734734555696 18446744073709551615 274676624896 0 4 0 16800975 18446604471143187392 0 0 -1 1 0 0 0
[pid=13388/tid=13407] ppid=13386 vsize=10553168 CPUtime=2.02 cores=1,3,5,7
/proc/13388/task/13407/stat : 13407 (java) R 13386 13388 11485 0 -1 4202560 1181 0 0 0 202 0 0 0 25 0 22 0 876670624 10806444032 145463 33554432000 1073741824 1073778376 140734734555696 18446744073709551615 46912506179129 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=13388/tid=13408] ppid=13386 vsize=10553168 CPUtime=2 cores=1,3,5,7
/proc/13388/task/13408/stat : 13408 (java) R 13386 13388 11485 0 -1 4202560 29467 0 0 0 198 2 0 0 18 0 22 0 876670624 10806444032 145463 33554432000 1073741824 1073778376 140734734555696 18446744073709551615 46912506138996 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=13388/tid=13409] ppid=13386 vsize=10553168 CPUtime=0 cores=1,3,5,7
/proc/13388/task/13409/stat : 13409 (java) S 13386 13388 11485 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 22 0 876670627 10806444032 145463 33554432000 1073741824 1073778376 140734734555696 18446744073709551615 274676624896 0 4 0 16800975 18446604471143187392 0 0 -1 7 0 0 0
[pid=13388/tid=13410] ppid=13386 vsize=10553168 CPUtime=0 cores=1,3,5,7
/proc/13388/task/13410/stat : 13410 (java) S 13386 13388 11485 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 876670627 10806444032 145463 33554432000 1073741824 1073778376 140734734555696 18446744073709551615 274676624896 0 4 0 16800975 18446604471143187392 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 6.95
Current children cumulated vsize (KiB) 10553168

[startup+6.30091 s]
/proc/loadavg: 3.21 3.38 3.54 4/218 13410
/proc/meminfo: memFree=30141080/32951132 swapFree=67054608/67111528
[pid=13388] ppid=13386 vsize=10553168 CPUtime=13.53 cores=1,3,5,7
/proc/13388/stat : 13388 (java) S 13386 13388 11485 0 -1 4202496 203468 0 1 0 1327 26 0 0 23 0 22 0 876670516 10806444032 200410 33554432000 1073741824 1073778376 140734734555696 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/13388/statm: 2638292 200410 2241 9 0 2629026 0
[pid=13388/tid=13390] ppid=13386 vsize=10553168 CPUtime=1.05 cores=1,3,5,7
/proc/13388/task/13390/stat : 13390 (java) S 13386 13388 11485 0 -1 4202560 107323 0 1 0 90 15 0 0 15 0 22 0 876670517 10806444032 200410 33554432000 1073741824 1073778376 140734734555696 18446744073709551615 274676624896 0 4 0 16800975 18446604471143187392 0 0 -1 1 0 0 0
[pid=13388/tid=13391] ppid=13386 vsize=10553168 CPUtime=0 cores=1,3,5,7
/proc/13388/task/13391/stat : 13391 (java) S 13386 13388 11485 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 876670519 10806444032 200410 33554432000 1073741824 1073778376 140734734555696 18446744073709551615 274676624281 0 4 0 16800975 18446604471143187392 0 0 -1 3 0 0 0
[pid=13388/tid=13392] ppid=13386 vsize=10553168 CPUtime=0 cores=1,3,5,7
/proc/13388/task/13392/stat : 13392 (java) S 13386 13388 11485 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 876670519 10806444032 200410 33554432000 1073741824 1073778376 140734734555696 18446744073709551615 274676624281 0 4 0 16800975 18446604471143187392 0 0 -1 3 0 0 0
[pid=13388/tid=13393] ppid=13386 vsize=10553168 CPUtime=0 cores=1,3,5,7
/proc/13388/task/13393/stat : 13393 (java) S 13386 13388 11485 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 876670519 10806444032 200410 33554432000 1073741824 1073778376 140734734555696 18446744073709551615 274676624281 0 4 0 16800975 18446604471143187392 0 0 -1 3 0 0 0
[pid=13388/tid=13394] ppid=13386 vsize=10553168 CPUtime=0 cores=1,3,5,7
/proc/13388/task/13394/stat : 13394 (java) S 13386 13388 11485 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 876670519 10806444032 200410 33554432000 1073741824 1073778376 140734734555696 18446744073709551615 274676624281 0 4 0 16800975 18446604471143187392 0 0 -1 3 0 0 0
[pid=13388/tid=13395] ppid=13386 vsize=10553168 CPUtime=0 cores=1,3,5,7
/proc/13388/task/13395/stat : 13395 (java) S 13386 13388 11485 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 876670519 10806444032 200410 33554432000 1073741824 1073778376 140734734555696 18446744073709551615 274676624281 0 4 0 16800975 18446604471143187392 0 0 -1 3 0 0 0
[pid=13388/tid=13396] ppid=13386 vsize=10553168 CPUtime=0 cores=1,3,5,7
/proc/13388/task/13396/stat : 13396 (java) S 13386 13388 11485 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 876670519 10806444032 200410 33554432000 1073741824 1073778376 140734734555696 18446744073709551615 274676624281 0 4 0 16800975 18446604471143187392 0 0 -1 3 0 0 0
[pid=13388/tid=13397] ppid=13386 vsize=10553168 CPUtime=0 cores=1,3,5,7
/proc/13388/task/13397/stat : 13397 (java) S 13386 13388 11485 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 876670519 10806444032 200410 33554432000 1073741824 1073778376 140734734555696 18446744073709551615 274676624281 0 4 0 16800975 18446604471143187392 0 0 -1 3 0 0 0
[pid=13388/tid=13398] ppid=13386 vsize=10553168 CPUtime=0 cores=1,3,5,7
/proc/13388/task/13398/stat : 13398 (java) S 13386 13388 11485 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 876670519 10806444032 200410 33554432000 1073741824 1073778376 140734734555696 18446744073709551615 274676624281 0 4 0 16800975 18446604471143187392 0 0 -1 3 0 0 0
[pid=13388/tid=13399] ppid=13386 vsize=10553168 CPUtime=0 cores=1,3,5,7
/proc/13388/task/13399/stat : 13399 (java) S 13386 13388 11485 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 22 0 876670520 10806444032 200410 33554432000 1073741824 1073778376 140734734555696 18446744073709551615 274676624896 0 0 0 16800975 18446604471143187392 0 0 -1 5 0 0 0
[pid=13388/tid=13400] ppid=13386 vsize=10553168 CPUtime=0 cores=1,3,5,7
/proc/13388/task/13400/stat : 13400 (java) S 13386 13388 11485 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 22 0 876670521 10806444032 200410 33554432000 1073741824 1073778376 140734734555696 18446744073709551615 274676624281 0 4 0 16800975 18446604471143187392 0 0 -1 5 0 0 0
[pid=13388/tid=13401] ppid=13386 vsize=10553168 CPUtime=0 cores=1,3,5,7
/proc/13388/task/13401/stat : 13401 (java) S 13386 13388 11485 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 876670521 10806444032 200410 33554432000 1073741824 1073778376 140734734555696 18446744073709551615 274676624281 0 4 0 16800975 18446604471143187392 0 0 -1 5 0 0 0
[pid=13388/tid=13402] ppid=13386 vsize=10553168 CPUtime=0 cores=1,3,5,7
/proc/13388/task/13402/stat : 13402 (java) S 13386 13388 11485 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 876670523 10806444032 200410 33554432000 1073741824 1073778376 140734734555696 18446744073709551615 274676631985 0 4 0 16800975 18446604471143187392 0 0 -1 5 0 0 0
[pid=13388/tid=13403] ppid=13386 vsize=10553168 CPUtime=0.93 cores=1,3,5,7
/proc/13388/task/13403/stat : 13403 (java) S 13386 13388 11485 0 -1 4202560 4406 0 0 0 93 0 0 0 15 0 22 0 876670523 10806444032 200410 33554432000 1073741824 1073778376 140734734555696 18446744073709551615 274676624281 0 4 0 16800975 18446604471143187392 0 0 -1 1 0 0 0
[pid=13388/tid=13404] ppid=13386 vsize=10553168 CPUtime=1.09 cores=1,3,5,7
/proc/13388/task/13404/stat : 13404 (java) S 13386 13388 11485 0 -1 4202560 4991 0 0 0 109 0 0 0 15 0 22 0 876670523 10806444032 200410 33554432000 1073741824 1073778376 140734734555696 18446744073709551615 274676624281 0 4 0 16800975 18446604471143187392 0 0 -1 3 0 0 0
[pid=13388/tid=13405] ppid=13386 vsize=10553168 CPUtime=0 cores=1,3,5,7
/proc/13388/task/13405/stat : 13405 (java) S 13386 13388 11485 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 876670523 10806444032 200410 33554432000 1073741824 1073778376 140734734555696 18446744073709551615 274676624281 0 4 0 16800975 18446604471143187392 0 0 -1 5 0 0 0
[pid=13388/tid=13406] ppid=13386 vsize=10553168 CPUtime=0 cores=1,3,5,7
/proc/13388/task/13406/stat : 13406 (java) S 13386 13388 11485 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 876670523 10806444032 200410 33554432000 1073741824 1073778376 140734734555696 18446744073709551615 274676624896 0 4 0 16800975 18446604471143187392 0 0 -1 3 0 0 0
[pid=13388/tid=13407] ppid=13386 vsize=10553168 CPUtime=5.22 cores=1,3,5,7
/proc/13388/task/13407/stat : 13407 (java) R 13386 13388 11485 0 -1 4202560 2714 0 0 0 522 0 0 0 25 0 22 0 876670624 10806444032 200410 33554432000 1073741824 1073778376 140734734555696 18446744073709551615 46912506056152 0 4 0 16800975 0 0 0 -1 5 0 0 0

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

[startup+822.301 s]
/proc/loadavg: 4.00 3.94 3.77 5/218 13493
/proc/meminfo: memFree=23924148/32951132 swapFree=67054608/67111528
[pid=13388] ppid=13386 vsize=10553168 CPUtime=1641.07 cores=1,3,5,7
/proc/13388/stat : 13388 (java) S 13386 13388 11485 0 -1 4202496 972064 0 1 0 163988 119 0 0 23 0 22 0 876670516 10806444032 967661 33554432000 1073741824 1073778376 140734734555696 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/13388/statm: 2638292 967661 2268 9 0 2629026 0
[pid=13388/tid=13390] ppid=13386 vsize=10553168 CPUtime=1.05 cores=1,3,5,7
/proc/13388/task/13390/stat : 13390 (java) S 13386 13388 11485 0 -1 4202560 107334 0 1 0 90 15 0 0 15 0 22 0 876670517 10806444032 967661 33554432000 1073741824 1073778376 140734734555696 18446744073709551615 274676624896 0 4 0 16800975 18446604471143187392 0 0 -1 7 0 0 0
[pid=13388/tid=13391] ppid=13386 vsize=10553168 CPUtime=0.39 cores=1,3,5,7
/proc/13388/task/13391/stat : 13391 (java) S 13386 13388 11485 0 -1 4202560 11954 0 0 0 38 1 0 0 16 0 22 0 876670519 10806444032 967661 33554432000 1073741824 1073778376 140734734555696 18446744073709551615 274676624281 0 4 0 16800975 18446604471143187392 0 0 -1 7 0 0 0
[pid=13388/tid=13392] ppid=13386 vsize=10553168 CPUtime=0.53 cores=1,3,5,7
/proc/13388/task/13392/stat : 13392 (java) S 13386 13388 11485 0 -1 4202560 10214 0 0 0 52 1 0 0 15 0 22 0 876670519 10806444032 967661 33554432000 1073741824 1073778376 140734734555696 18446744073709551615 274676624281 0 4 0 16800975 18446604471143187392 0 0 -1 3 0 0 0
[pid=13388/tid=13393] ppid=13386 vsize=10553168 CPUtime=0.32 cores=1,3,5,7
/proc/13388/task/13393/stat : 13393 (java) S 13386 13388 11485 0 -1 4202560 9187 0 0 0 31 1 0 0 15 0 22 0 876670519 10806444032 967661 33554432000 1073741824 1073778376 140734734555696 18446744073709551615 274676624281 0 4 0 16800975 18446604471143187392 0 0 -1 7 0 0 0
[pid=13388/tid=13394] ppid=13386 vsize=10553168 CPUtime=0.48 cores=1,3,5,7
/proc/13388/task/13394/stat : 13394 (java) S 13386 13388 11485 0 -1 4202560 11404 0 0 0 47 1 0 0 15 0 22 0 876670519 10806444032 967661 33554432000 1073741824 1073778376 140734734555696 18446744073709551615 274676624281 0 4 0 16800975 18446604471143187392 0 0 -1 7 0 0 0
[pid=13388/tid=13395] ppid=13386 vsize=10553168 CPUtime=0.48 cores=1,3,5,7
/proc/13388/task/13395/stat : 13395 (java) S 13386 13388 11485 0 -1 4202560 19424 0 0 0 45 3 0 0 16 0 22 0 876670519 10806444032 967661 33554432000 1073741824 1073778376 140734734555696 18446744073709551615 274676624281 0 4 0 16800975 18446604471143187392 0 0 -1 3 0 0 0
[pid=13388/tid=13396] ppid=13386 vsize=10553168 CPUtime=0.48 cores=1,3,5,7
/proc/13388/task/13396/stat : 13396 (java) S 13386 13388 11485 0 -1 4202560 12148 0 0 0 47 1 0 0 15 0 22 0 876670519 10806444032 967661 33554432000 1073741824 1073778376 140734734555696 18446744073709551615 274676624281 0 4 0 16800975 18446604471143187392 0 0 -1 5 0 0 0
[pid=13388/tid=13397] ppid=13386 vsize=10553168 CPUtime=0.48 cores=1,3,5,7
/proc/13388/task/13397/stat : 13397 (java) S 13386 13388 11485 0 -1 4202560 19023 0 0 0 46 2 0 0 15 0 22 0 876670519 10806444032 967661 33554432000 1073741824 1073778376 140734734555696 18446744073709551615 274676624281 0 4 0 16800975 18446604471143187392 0 0 -1 3 0 0 0
[pid=13388/tid=13398] ppid=13386 vsize=10553168 CPUtime=0.52 cores=1,3,5,7
/proc/13388/task/13398/stat : 13398 (java) S 13386 13388 11485 0 -1 4202560 14527 0 0 0 50 2 0 0 15 0 22 0 876670519 10806444032 967661 33554432000 1073741824 1073778376 140734734555696 18446744073709551615 274676624281 0 4 0 16800975 18446604471143187392 0 0 -1 7 0 0 0
[pid=13388/tid=13399] ppid=13386 vsize=10553168 CPUtime=6.79 cores=1,3,5,7
/proc/13388/task/13399/stat : 13399 (java) S 13386 13388 11485 0 -1 4202560 58840 0 0 0 673 6 0 0 15 0 22 0 876670520 10806444032 967661 33554432000 1073741824 1073778376 140734734555696 18446744073709551615 274676624896 0 0 0 16800975 18446604471143187392 0 0 -1 1 0 0 0
[pid=13388/tid=13400] ppid=13386 vsize=10553168 CPUtime=0 cores=1,3,5,7
/proc/13388/task/13400/stat : 13400 (java) S 13386 13388 11485 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 876670521 10806444032 967661 33554432000 1073741824 1073778376 140734734555696 18446744073709551615 274676624281 0 4 0 16800975 18446604471143187392 0 0 -1 5 0 0 0
[pid=13388/tid=13401] ppid=13386 vsize=10553168 CPUtime=0 cores=1,3,5,7
/proc/13388/task/13401/stat : 13401 (java) S 13386 13388 11485 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 876670521 10806444032 967661 33554432000 1073741824 1073778376 140734734555696 18446744073709551615 274676624281 0 4 0 16800975 18446604471143187392 0 0 -1 5 0 0 0
[pid=13388/tid=13402] ppid=13386 vsize=10553168 CPUtime=0 cores=1,3,5,7
/proc/13388/task/13402/stat : 13402 (java) S 13386 13388 11485 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 876670523 10806444032 967661 33554432000 1073741824 1073778376 140734734555696 18446744073709551615 274676631985 0 4 0 16800975 18446604471143187392 0 0 -1 5 0 0 0
[pid=13388/tid=13403] ppid=13386 vsize=10553168 CPUtime=1.43 cores=1,3,5,7
/proc/13388/task/13403/stat : 13403 (java) S 13386 13388 11485 0 -1 4202560 4473 0 0 0 143 0 0 0 15 0 22 0 876670523 10806444032 967661 33554432000 1073741824 1073778376 140734734555696 18446744073709551615 274676624281 0 4 0 16800975 18446604471143187392 0 0 -1 1 0 0 0
[pid=13388/tid=13404] ppid=13386 vsize=10553168 CPUtime=1.22 cores=1,3,5,7
/proc/13388/task/13404/stat : 13404 (java) S 13386 13388 11485 0 -1 4202560 5004 0 0 0 122 0 0 0 16 0 22 0 876670523 10806444032 967661 33554432000 1073741824 1073778376 140734734555696 18446744073709551615 274676624281 0 4 0 16800975 18446604471143187392 0 0 -1 3 0 0 0
[pid=13388/tid=13405] ppid=13386 vsize=10553168 CPUtime=0 cores=1,3,5,7
/proc/13388/task/13405/stat : 13405 (java) S 13386 13388 11485 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 876670523 10806444032 967661 33554432000 1073741824 1073778376 140734734555696 18446744073709551615 274676624281 0 4 0 16800975 18446604471143187392 0 0 -1 5 0 0 0
[pid=13388/tid=13406] ppid=13386 vsize=10553168 CPUtime=0 cores=1,3,5,7
/proc/13388/task/13406/stat : 13406 (java) S 13386 13388 11485 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 22 0 876670523 10806444032 967661 33554432000 1073741824 1073778376 140734734555696 18446744073709551615 274676624896 0 4 0 16800975 18446604471143187392 0 0 -1 1 0 0 0
[pid=13388/tid=13407] ppid=13386 vsize=10553168 CPUtime=813.43 cores=1,3,5,7
/proc/13388/task/13407/stat : 13407 (java) R 13386 13388 11485 0 -1 4202560 7265 0 0 0 81342 1 0 0 25 0 22 0 876670624 10806444032 967661 33554432000 1073741824 1073778376 140734734555696 18446744073709551615 46912506179202 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=13388/tid=13408] ppid=13386 vsize=10553168 CPUtime=813.34 cores=1,3,5,7
/proc/13388/task/13408/stat : 13408 (java) R 13386 13388 11485 0 -1 4202560 680060 0 0 0 81256 78 0 0 25 0 22 0 876670624 10806444032 967661 33554432000 1073741824 1073778376 140734734555696 18446744073709551615 46912506322390 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=13388/tid=13409] ppid=13386 vsize=10553168 CPUtime=0 cores=1,3,5,7
/proc/13388/task/13409/stat : 13409 (java) S 13386 13388 11485 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 22 0 876670627 10806444032 967661 33554432000 1073741824 1073778376 140734734555696 18446744073709551615 274676624896 0 4 0 16800975 18446604471143187392 0 0 -1 7 0 0 0
[pid=13388/tid=13410] ppid=13386 vsize=10553168 CPUtime=0 cores=1,3,5,7
/proc/13388/task/13410/stat : 13410 (java) S 13386 13388 11485 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 876670627 10806444032 967661 33554432000 1073741824 1073778376 140734734555696 18446744073709551615 274676624896 0 4 0 16800975 18446604471143187392 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1641.07
Current children cumulated vsize (KiB) 10553168

[startup+882.302 s]
/proc/loadavg: 4.00 3.95 3.78 5/218 13494
/proc/meminfo: memFree=23909704/32951132 swapFree=67054608/67111528
[pid=13388] ppid=13386 vsize=10553168 CPUtime=1760.68 cores=1,3,5,7
/proc/13388/stat : 13388 (java) S 13386 13388 11485 0 -1 4202496 975113 0 1 0 175948 120 0 0 23 0 22 0 876670516 10806444032 970516 33554432000 1073741824 1073778376 140734734555696 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/13388/statm: 2638292 970516 2268 9 0 2629026 0
[pid=13388/tid=13390] ppid=13386 vsize=10553168 CPUtime=1.05 cores=1,3,5,7
/proc/13388/task/13390/stat : 13390 (java) S 13386 13388 11485 0 -1 4202560 107335 0 1 0 90 15 0 0 15 0 22 0 876670517 10806444032 970516 33554432000 1073741824 1073778376 140734734555696 18446744073709551615 274676624896 0 4 0 16800975 18446604471143187392 0 0 -1 7 0 0 0
[pid=13388/tid=13391] ppid=13386 vsize=10553168 CPUtime=0.39 cores=1,3,5,7
/proc/13388/task/13391/stat : 13391 (java) S 13386 13388 11485 0 -1 4202560 11954 0 0 0 38 1 0 0 15 0 22 0 876670519 10806444032 970516 33554432000 1073741824 1073778376 140734734555696 18446744073709551615 274676624281 0 4 0 16800975 18446604471143187392 0 0 -1 7 0 0 0
[pid=13388/tid=13392] ppid=13386 vsize=10553168 CPUtime=0.55 cores=1,3,5,7
/proc/13388/task/13392/stat : 13392 (java) S 13386 13388 11485 0 -1 4202560 10460 0 0 0 54 1 0 0 16 0 22 0 876670519 10806444032 970516 33554432000 1073741824 1073778376 140734734555696 18446744073709551615 274676624281 0 4 0 16800975 18446604471143187392 0 0 -1 5 0 0 0
[pid=13388/tid=13393] ppid=13386 vsize=10553168 CPUtime=0.33 cores=1,3,5,7
/proc/13388/task/13393/stat : 13393 (java) S 13386 13388 11485 0 -1 4202560 9187 0 0 0 32 1 0 0 15 0 22 0 876670519 10806444032 970516 33554432000 1073741824 1073778376 140734734555696 18446744073709551615 274676624281 0 4 0 16800975 18446604471143187392 0 0 -1 3 0 0 0
[pid=13388/tid=13394] ppid=13386 vsize=10553168 CPUtime=0.51 cores=1,3,5,7
/proc/13388/task/13394/stat : 13394 (java) S 13386 13388 11485 0 -1 4202560 12169 0 0 0 50 1 0 0 16 0 22 0 876670519 10806444032 970516 33554432000 1073741824 1073778376 140734734555696 18446744073709551615 274676624281 0 4 0 16800975 18446604471143187392 0 0 -1 7 0 0 0
[pid=13388/tid=13395] ppid=13386 vsize=10553168 CPUtime=0.5 cores=1,3,5,7
/proc/13388/task/13395/stat : 13395 (java) S 13386 13388 11485 0 -1 4202560 19424 0 0 0 47 3 0 0 15 0 22 0 876670519 10806444032 970516 33554432000 1073741824 1073778376 140734734555696 18446744073709551615 274676624281 0 4 0 16800975 18446604471143187392 0 0 -1 5 0 0 0
[pid=13388/tid=13396] ppid=13386 vsize=10553168 CPUtime=0.5 cores=1,3,5,7
/proc/13388/task/13396/stat : 13396 (java) S 13386 13388 11485 0 -1 4202560 13691 0 0 0 49 1 0 0 16 0 22 0 876670519 10806444032 970516 33554432000 1073741824 1073778376 140734734555696 18446744073709551615 274676624281 0 4 0 16800975 18446604471143187392 0 0 -1 5 0 0 0
[pid=13388/tid=13397] ppid=13386 vsize=10553168 CPUtime=0.49 cores=1,3,5,7
/proc/13388/task/13397/stat : 13397 (java) S 13386 13388 11485 0 -1 4202560 19023 0 0 0 47 2 0 0 15 0 22 0 876670519 10806444032 970516 33554432000 1073741824 1073778376 140734734555696 18446744073709551615 274676624281 0 4 0 16800975 18446604471143187392 0 0 -1 1 0 0 0
[pid=13388/tid=13398] ppid=13386 vsize=10553168 CPUtime=0.54 cores=1,3,5,7
/proc/13388/task/13398/stat : 13398 (java) S 13386 13388 11485 0 -1 4202560 15016 0 0 0 52 2 0 0 16 0 22 0 876670519 10806444032 970516 33554432000 1073741824 1073778376 140734734555696 18446744073709551615 274676624281 0 4 0 16800975 18446604471143187392 0 0 -1 3 0 0 0
[pid=13388/tid=13399] ppid=13386 vsize=10553168 CPUtime=7.25 cores=1,3,5,7
/proc/13388/task/13399/stat : 13399 (java) S 13386 13388 11485 0 -1 4202560 58842 0 0 0 719 6 0 0 15 0 22 0 876670520 10806444032 970516 33554432000 1073741824 1073778376 140734734555696 18446744073709551615 274676624896 0 0 0 16800975 18446604471143187392 0 0 -1 1 0 0 0
[pid=13388/tid=13400] ppid=13386 vsize=10553168 CPUtime=0 cores=1,3,5,7
/proc/13388/task/13400/stat : 13400 (java) S 13386 13388 11485 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 876670521 10806444032 970516 33554432000 1073741824 1073778376 140734734555696 18446744073709551615 274676624281 0 4 0 16800975 18446604471143187392 0 0 -1 5 0 0 0
[pid=13388/tid=13401] ppid=13386 vsize=10553168 CPUtime=0 cores=1,3,5,7
/proc/13388/task/13401/stat : 13401 (java) S 13386 13388 11485 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 876670521 10806444032 970516 33554432000 1073741824 1073778376 140734734555696 18446744073709551615 274676624281 0 4 0 16800975 18446604471143187392 0 0 -1 5 0 0 0
[pid=13388/tid=13402] ppid=13386 vsize=10553168 CPUtime=0 cores=1,3,5,7
/proc/13388/task/13402/stat : 13402 (java) S 13386 13388 11485 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 876670523 10806444032 970516 33554432000 1073741824 1073778376 140734734555696 18446744073709551615 274676631985 0 4 0 16800975 18446604471143187392 0 0 -1 5 0 0 0
[pid=13388/tid=13403] ppid=13386 vsize=10553168 CPUtime=1.43 cores=1,3,5,7
/proc/13388/task/13403/stat : 13403 (java) S 13386 13388 11485 0 -1 4202560 4473 0 0 0 143 0 0 0 15 0 22 0 876670523 10806444032 970516 33554432000 1073741824 1073778376 140734734555696 18446744073709551615 274676624281 0 4 0 16800975 18446604471143187392 0 0 -1 1 0 0 0
[pid=13388/tid=13404] ppid=13386 vsize=10553168 CPUtime=1.22 cores=1,3,5,7
/proc/13388/task/13404/stat : 13404 (java) S 13386 13388 11485 0 -1 4202560 5004 0 0 0 122 0 0 0 16 0 22 0 876670523 10806444032 970516 33554432000 1073741824 1073778376 140734734555696 18446744073709551615 274676624281 0 4 0 16800975 18446604471143187392 0 0 -1 3 0 0 0
[pid=13388/tid=13405] ppid=13386 vsize=10553168 CPUtime=0 cores=1,3,5,7
/proc/13388/task/13405/stat : 13405 (java) S 13386 13388 11485 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 876670523 10806444032 970516 33554432000 1073741824 1073778376 140734734555696 18446744073709551615 274676624281 0 4 0 16800975 18446604471143187392 0 0 -1 5 0 0 0
[pid=13388/tid=13406] ppid=13386 vsize=10553168 CPUtime=0 cores=1,3,5,7
/proc/13388/task/13406/stat : 13406 (java) S 13386 13388 11485 0 -1 4202560 51 0 0 0 0 0 0 0 15 0 22 0 876670523 10806444032 970516 33554432000 1073741824 1073778376 140734734555696 18446744073709551615 274676624896 0 4 0 16800975 18446604471143187392 0 0 -1 5 0 0 0
[pid=13388/tid=13407] ppid=13386 vsize=10553168 CPUtime=872.93 cores=1,3,5,7
/proc/13388/task/13407/stat : 13407 (java) R 13386 13388 11485 0 -1 4202560 7266 0 0 0 87292 1 0 0 25 0 22 0 876670624 10806444032 970516 33554432000 1073741824 1073778376 140734734555696 18446744073709551615 46912506083853 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=13388/tid=13408] ppid=13386 vsize=10553168 CPUtime=872.84 cores=1,3,5,7
/proc/13388/task/13408/stat : 13408 (java) R 13386 13388 11485 0 -1 4202560 680060 0 0 0 87206 78 0 0 25 0 22 0 876670624 10806444032 970516 33554432000 1073741824 1073778376 140734734555696 18446744073709551615 46912506108487 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=13388/tid=13409] ppid=13386 vsize=10553168 CPUtime=0 cores=1,3,5,7
/proc/13388/task/13409/stat : 13409 (java) S 13386 13388 11485 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 22 0 876670627 10806444032 970516 33554432000 1073741824 1073778376 140734734555696 18446744073709551615 274676624896 0 4 0 16800975 18446604471143187392 0 0 -1 7 0 0 0
[pid=13388/tid=13410] ppid=13386 vsize=10553168 CPUtime=0 cores=1,3,5,7
/proc/13388/task/13410/stat : 13410 (java) S 13386 13388 11485 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 876670627 10806444032 970516 33554432000 1073741824 1073778376 140734734555696 18446744073709551615 274676624896 0 4 0 16800975 18446604471143187392 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1760.68
Current children cumulated vsize (KiB) 10553168



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+902.007 s]
/proc/loadavg: 4.00 3.95 3.78 5/218 13496
/proc/meminfo: memFree=23909676/32951132 swapFree=67054608/67111528
[pid=13388] ppid=13386 vsize=10553168 CPUtime=1800.1 cores=1,3,5,7
/proc/13388/stat : 13388 (java) S 13386 13388 11485 0 -1 4202496 975115 0 1 0 179890 120 0 0 23 0 22 0 876670516 10806444032 970516 33554432000 1073741824 1073778376 140734734555696 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/13388/statm: 2638292 970516 2268 9 0 2629026 0
[pid=13388/tid=13390] ppid=13386 vsize=10553168 CPUtime=1.05 cores=1,3,5,7
/proc/13388/task/13390/stat : 13390 (java) S 13386 13388 11485 0 -1 4202560 107335 0 1 0 90 15 0 0 15 0 22 0 876670517 10806444032 970516 33554432000 1073741824 1073778376 140734734555696 18446744073709551615 274676624896 0 4 0 16800975 18446604471143187392 0 0 -1 7 0 0 0
[pid=13388/tid=13391] ppid=13386 vsize=10553168 CPUtime=0.39 cores=1,3,5,7
/proc/13388/task/13391/stat : 13391 (java) S 13386 13388 11485 0 -1 4202560 11954 0 0 0 38 1 0 0 15 0 22 0 876670519 10806444032 970516 33554432000 1073741824 1073778376 140734734555696 18446744073709551615 274676624281 0 4 0 16800975 18446604471143187392 0 0 -1 7 0 0 0
[pid=13388/tid=13392] ppid=13386 vsize=10553168 CPUtime=0.55 cores=1,3,5,7
/proc/13388/task/13392/stat : 13392 (java) S 13386 13388 11485 0 -1 4202560 10460 0 0 0 54 1 0 0 16 0 22 0 876670519 10806444032 970516 33554432000 1073741824 1073778376 140734734555696 18446744073709551615 274676624281 0 4 0 16800975 18446604471143187392 0 0 -1 5 0 0 0
[pid=13388/tid=13393] ppid=13386 vsize=10553168 CPUtime=0.33 cores=1,3,5,7
/proc/13388/task/13393/stat : 13393 (java) S 13386 13388 11485 0 -1 4202560 9187 0 0 0 32 1 0 0 15 0 22 0 876670519 10806444032 970516 33554432000 1073741824 1073778376 140734734555696 18446744073709551615 274676624281 0 4 0 16800975 18446604471143187392 0 0 -1 3 0 0 0
[pid=13388/tid=13394] ppid=13386 vsize=10553168 CPUtime=0.51 cores=1,3,5,7
/proc/13388/task/13394/stat : 13394 (java) S 13386 13388 11485 0 -1 4202560 12169 0 0 0 50 1 0 0 16 0 22 0 876670519 10806444032 970516 33554432000 1073741824 1073778376 140734734555696 18446744073709551615 274676624281 0 4 0 16800975 18446604471143187392 0 0 -1 7 0 0 0
[pid=13388/tid=13395] ppid=13386 vsize=10553168 CPUtime=0.5 cores=1,3,5,7
/proc/13388/task/13395/stat : 13395 (java) S 13386 13388 11485 0 -1 4202560 19424 0 0 0 47 3 0 0 15 0 22 0 876670519 10806444032 970516 33554432000 1073741824 1073778376 140734734555696 18446744073709551615 274676624281 0 4 0 16800975 18446604471143187392 0 0 -1 5 0 0 0
[pid=13388/tid=13396] ppid=13386 vsize=10553168 CPUtime=0.5 cores=1,3,5,7
/proc/13388/task/13396/stat : 13396 (java) S 13386 13388 11485 0 -1 4202560 13691 0 0 0 49 1 0 0 16 0 22 0 876670519 10806444032 970516 33554432000 1073741824 1073778376 140734734555696 18446744073709551615 274676624281 0 4 0 16800975 18446604471143187392 0 0 -1 5 0 0 0
[pid=13388/tid=13397] ppid=13386 vsize=10553168 CPUtime=0.49 cores=1,3,5,7
/proc/13388/task/13397/stat : 13397 (java) S 13386 13388 11485 0 -1 4202560 19023 0 0 0 47 2 0 0 15 0 22 0 876670519 10806444032 970516 33554432000 1073741824 1073778376 140734734555696 18446744073709551615 274676624281 0 4 0 16800975 18446604471143187392 0 0 -1 1 0 0 0
[pid=13388/tid=13398] ppid=13386 vsize=10553168 CPUtime=0.54 cores=1,3,5,7
/proc/13388/task/13398/stat : 13398 (java) S 13386 13388 11485 0 -1 4202560 15016 0 0 0 52 2 0 0 16 0 22 0 876670519 10806444032 970516 33554432000 1073741824 1073778376 140734734555696 18446744073709551615 274676624281 0 4 0 16800975 18446604471143187392 0 0 -1 3 0 0 0
[pid=13388/tid=13399] ppid=13386 vsize=10553168 CPUtime=7.25 cores=1,3,5,7
/proc/13388/task/13399/stat : 13399 (java) S 13386 13388 11485 0 -1 4202560 58842 0 0 0 719 6 0 0 15 0 22 0 876670520 10806444032 970516 33554432000 1073741824 1073778376 140734734555696 18446744073709551615 274676624896 0 0 0 16800975 18446604471143187392 0 0 -1 1 0 0 0
[pid=13388/tid=13400] ppid=13386 vsize=10553168 CPUtime=0 cores=1,3,5,7
/proc/13388/task/13400/stat : 13400 (java) S 13386 13388 11485 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 876670521 10806444032 970516 33554432000 1073741824 1073778376 140734734555696 18446744073709551615 274676624281 0 4 0 16800975 18446604471143187392 0 0 -1 5 0 0 0
[pid=13388/tid=13401] ppid=13386 vsize=10553168 CPUtime=0 cores=1,3,5,7
/proc/13388/task/13401/stat : 13401 (java) S 13386 13388 11485 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 876670521 10806444032 970516 33554432000 1073741824 1073778376 140734734555696 18446744073709551615 274676624281 0 4 0 16800975 18446604471143187392 0 0 -1 5 0 0 0
[pid=13388/tid=13402] ppid=13386 vsize=10553168 CPUtime=0 cores=1,3,5,7
/proc/13388/task/13402/stat : 13402 (java) S 13386 13388 11485 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 876670523 10806444032 970516 33554432000 1073741824 1073778376 140734734555696 18446744073709551615 274676631985 0 4 0 16800975 18446604471143187392 0 0 -1 5 0 0 0
[pid=13388/tid=13403] ppid=13386 vsize=10553168 CPUtime=1.43 cores=1,3,5,7
/proc/13388/task/13403/stat : 13403 (java) S 13386 13388 11485 0 -1 4202560 4473 0 0 0 143 0 0 0 15 0 22 0 876670523 10806444032 970516 33554432000 1073741824 1073778376 140734734555696 18446744073709551615 274676624281 0 4 0 16800975 18446604471143187392 0 0 -1 1 0 0 0
[pid=13388/tid=13404] ppid=13386 vsize=10553168 CPUtime=1.22 cores=1,3,5,7
/proc/13388/task/13404/stat : 13404 (java) S 13386 13388 11485 0 -1 4202560 5004 0 0 0 122 0 0 0 16 0 22 0 876670523 10806444032 970516 33554432000 1073741824 1073778376 140734734555696 18446744073709551615 274676624281 0 4 0 16800975 18446604471143187392 0 0 -1 3 0 0 0
[pid=13388/tid=13405] ppid=13386 vsize=10553168 CPUtime=0 cores=1,3,5,7
/proc/13388/task/13405/stat : 13405 (java) S 13386 13388 11485 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 876670523 10806444032 970516 33554432000 1073741824 1073778376 140734734555696 18446744073709551615 274676624281 0 4 0 16800975 18446604471143187392 0 0 -1 5 0 0 0
[pid=13388/tid=13406] ppid=13386 vsize=10553168 CPUtime=0 cores=1,3,5,7
/proc/13388/task/13406/stat : 13406 (java) S 13386 13388 11485 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 22 0 876670523 10806444032 970516 33554432000 1073741824 1073778376 140734734555696 18446744073709551615 274676624896 0 4 0 16800975 18446604471143187392 0 0 -1 5 0 0 0
[pid=13388/tid=13407] ppid=13386 vsize=10553168 CPUtime=892.64 cores=1,3,5,7
/proc/13388/task/13407/stat : 13407 (java) R 13386 13388 11485 0 -1 4202560 7266 0 0 0 89263 1 0 0 25 0 22 0 876670624 10806444032 970516 33554432000 1073741824 1073778376 140734734555696 18446744073709551615 46912505504775 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=13388/tid=13408] ppid=13386 vsize=10553168 CPUtime=892.56 cores=1,3,5,7
/proc/13388/task/13408/stat : 13408 (java) R 13386 13388 11485 0 -1 4202560 680060 0 0 0 89178 78 0 0 25 0 22 0 876670624 10806444032 970516 33554432000 1073741824 1073778376 140734734555696 18446744073709551615 46912506100448 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=13388/tid=13409] ppid=13386 vsize=10553168 CPUtime=0 cores=1,3,5,7
/proc/13388/task/13409/stat : 13409 (java) S 13386 13388 11485 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 22 0 876670627 10806444032 970516 33554432000 1073741824 1073778376 140734734555696 18446744073709551615 274676624896 0 4 0 16800975 18446604471143187392 0 0 -1 7 0 0 0
[pid=13388/tid=13410] ppid=13386 vsize=10553168 CPUtime=0 cores=1,3,5,7
/proc/13388/task/13410/stat : 13410 (java) S 13386 13388 11485 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 876670627 10806444032 970516 33554432000 1073741824 1073778376 140734734555696 18446744073709551615 274676624896 0 4 0 16800975 18446604471143187392 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 10553168

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

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

[startup+902.112 s]
/proc/loadavg: 4.00 3.95 3.78 5/218 13496
/proc/meminfo: memFree=23909676/32951132 swapFree=67054608/67111528
[pid=13388] ppid=13386 vsize=0 CPUtime=1800.25 cores=1,3,5,7
/proc/13388/stat : 13388 (java) Z 13386 13388 11485 0 -1 4203548 975147 0 1 0 179898 127 0 0 17 0 2 0 876670516 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/13388/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.25
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 902.183
CPU time (s): 1800.33
CPU user time (s): 1798.99
CPU system time (s): 1.3478
CPU usage (%): 199.553
Max. virtual memory (cumulated for all children) (KiB): 10553168

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.99
system time used= 1.3478
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 975147
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= 22948
involuntary context switches= 19035

runsolver used 1.53977 second user time and 3.40648 second system time

The end

Launcher Data

Begin job on node131 at 2011-06-09 22:18:29
IDJOB=3453594
IDBENCH=48303
IDSOLVER=1950
FILE ID=node131/3453594-1307650709
RUNJOBID= node131-1307642772-11504
PBS_JOBID= 13549400
Free space on /tmp= 74120 MiB

SOLVER NAME= Sat4j Res//CP 2.3.0
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_500_60_3_80.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3453594-1307650709/watcher-3453594-1307650709 -o /tmp/evaluation-result-3453594-1307650709/solver-3453594-1307650709 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3453594-1307650709.opb

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

MD5SUM BENCH= d27101fec2f8e3dc322d79bbc996c69e
RANDOM SEED=1807210802

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      30883876 kB
Buffers:        223216 kB
Cached:         621328 kB
SwapCached:       9832 kB
Active:        1289328 kB
Inactive:       529676 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      30883876 kB
SwapTotal:    67111528 kB
SwapFree:     67054608 kB
Dirty:            1296 kB
Writeback:          28 kB
AnonPages:      972772 kB
Mapped:          21468 kB
Slab:           183224 kB
PageTables:       6960 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 10578500 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74116 MiB
End job on node131 at 2011-06-09 22:33:33