Trace number 3478924

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.51 957.449

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-173.opb
MD5SUMb029850fdc398224d6c6edaf54638c01
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, 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 variables268241
Total number of constraints5985144
Number of constraints which are clauses5358445
Number of constraints which are cardinality constraints (but not clauses)21283
Number of constraints which are nor clauses,nor cardinality constraints605416
Minimum length of a constraint2
Maximum length of a constraint2337
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 2338
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.06/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.06/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.09	c See www.sat4j.org for details.
0.06/0.09	c version 2.3.1.v20110525
0.06/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.09	c java.vm.version	19.1-b02
0.06/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.09	c sun.arch.data.model	64
0.06/0.09	c java.version		1.6.0_24
0.06/0.09	c os.name		Linux
0.06/0.09	c os.version		2.6.18-164.el5
0.06/0.09	c os.arch		amd64
0.06/0.09	c Free memory 		9996466904
0.06/0.09	c Max memory 		10048897024
0.06/0.09	c Total memory 		10048897024
0.06/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-3478924-1307439559.opb
0.09/0.11	c reading problem ... 
57.28/44.57	c ... done. Wall clock time 44.452s.
57.28/44.57	c #vars     268241
57.28/44.57	c #constraints  5995806
57.28/44.57	c constraints type 
57.28/44.57	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4184900
57.28/44.57	c org.sat4j.minisat.constraints.card.MinWatchCard => 21284
57.28/44.57	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1184206
57.28/44.57	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 605416
57.28/44.57	c constraints type 
57.28/44.57	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1184206
57.28/44.57	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 4184900
57.28/44.57	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 21284
57.28/44.57	c org.sat4j.pb.constraints.pb.MaxWatchPb => 605416
92.09/61.02	c cleaning 2476 clauses out of 5000 with flag 5000/5000
126.03/79.47	c cleaning 4229 clauses out of 8525 with flag 11001/11001
157.21/96.52	c cleaning 5637 clauses out of 11296 with flag 18001/18001
197.03/117.95	c cleaning 6788 clauses out of 13660 with flag 26002/26002
240.21/141.90	c cleaning 7931 clauses out of 15875 with flag 35005/35005
284.86/165.70	c cleaning 8956 clauses out of 17941 with flag 45002/45002
342.94/196.25	c cleaning 9960 clauses out of 19983 with flag 56000/56000
390.12/221.40	c cleaning 11000 clauses out of 22023 with flag 68000/68000
444.79/251.03	c cleaning 11982 clauses out of 24024 with flag 81001/81001
508.62/284.46	c cleaning 13001 clauses out of 26048 with flag 95007/95007
572.27/317.80	c cleaning 14001 clauses out of 28040 with flag 110000/110000
638.90/352.55	c cleaning 15009 clauses out of 30040 with flag 126001/126001
702.06/386.49	c cleaning 15997 clauses out of 32032 with flag 143002/143002
725.24/399.57	c cleaning 0 clauses out of 5000 with flag 0/5000
797.63/437.06	c cleaning 17000 clauses out of 34033 with flag 161000/161000
878.49/478.95	c cleaning 18003 clauses out of 36034 with flag 180001/180001
969.37/526.71	c cleaning 19007 clauses out of 38032 with flag 200002/200002
1058.99/573.07	c cleaning 19991 clauses out of 40029 with flag 221006/221006
1165.48/627.72	c cleaning 20980 clauses out of 42034 with flag 243002/243002
1253.53/673.22	c cleaning 21994 clauses out of 44052 with flag 266000/266000
1358.61/728.16	c cleaning 23007 clauses out of 46058 with flag 290000/290000
1468.25/784.46	c cleaning 24013 clauses out of 48054 with flag 315003/315003
1587.84/845.78	c cleaning 25006 clauses out of 50038 with flag 341000/341000
1743.76/925.15	c cleaning 0 clauses out of 11000 with flag 0/11000
1782.77/947.01	c cleaning 25967 clauses out of 52033 with flag 368001/368001
1800.17/957.22	c starts		: 136
1800.17/957.22	c conflicts		: 369801
1800.17/957.22	c decisions		: 2390218
1800.17/957.22	c propagations		: 1890343568
1800.17/957.22	c inspects		: 5823265521
1800.17/957.22	c shortcuts		: 0
1800.17/957.22	c learnt literals	: 0
1800.17/957.22	c learnt binary clauses	: 89
1800.17/957.22	c learnt ternary clauses	: 132
1800.17/957.22	c learnt constraints	: 369801
1800.17/957.22	c ignored constraints	: 0
1800.17/957.22	c root simplifications	: 0
1800.17/957.22	c removed literals (reason simplification)	: 8839742
1800.17/957.22	c reason swapping (by a shorter reason)	: 0
1800.17/957.22	c Calls to reduceDB	: 23
1800.17/957.22	c number of reductions to clauses (during analyze)	: 0
1800.17/957.22	c number of learned constraints concerned by reduction	: 0
1800.17/957.22	c number of learning phase by resolution	: 0
1800.17/957.22	c number of learning phase by cutting planes	: 0
1800.17/957.22	c speed (assignments/second)	: 2071255.2944373346
1800.17/957.22	c non guided choices	1022637
1800.17/957.25	c learnt constraints type 
1800.17/957.25	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 89
1800.17/957.25	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 27780
1800.17/957.25	c constraints type 
1800.17/957.25	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4184900
1800.17/957.25	c org.sat4j.minisat.constraints.card.MinWatchCard => 21284
1800.17/957.25	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1184206
1800.17/957.25	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 605416
1800.17/957.25	c constraints type 
1800.17/957.25	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1184206
1800.17/957.25	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 4184900
1800.17/957.25	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 21284
1800.17/957.25	c org.sat4j.pb.constraints.pb.MaxWatchPb => 605416
1800.17/957.25	s UNKNOWN
1800.17/957.25	c Total wall clock time (in seconds): 957.139

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-3478924-1307439559/watcher-3478924-1307439559 -o /tmp/evaluation-result-3478924-1307439559/solver-3478924-1307439559 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3478924-1307439559.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.88 3.95 3.76 4/575 4467
/proc/meminfo: memFree=22479944/32950928 swapFree=67056580/67111528
[pid=4467] ppid=4465 vsize=256 CPUtime=0 cores=1,3,5,7
/proc/4467/stat : 4467 (java) R 4465 4467 3822 0 -1 4194304 269 0 0 0 0 0 0 0 23 0 1 0 855553658 262144 33 33554432000 1073741824 1073778376 140735774985824 18446744073709551615 239471771271 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/4467/statm: 64 33 24 9 0 23 0
[pid=4467/tid=4468] ppid=4465 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/4467/task/4468/stat : 4468 (java) R 4465 4467 3822 0 -1 4202560 4993 0 1 0 0 0 0 0 25 0 2 0 855553659 10694979584 5809 33554432000 1073741824 1073778376 140735774985824 18446744073709551615 239476388923 0 4 0 16784584 0 0 0 -1 1 0 0 0

[startup+0.078112 s]
/proc/loadavg: 3.88 3.95 3.76 4/575 4467
/proc/meminfo: memFree=22479944/32950928 swapFree=67056580/67111528
[pid=4467] ppid=4465 vsize=10473916 CPUtime=0.06 cores=1,3,5,7
/proc/4467/stat : 4467 (java) S 4465 4467 3822 0 -1 4202496 11905 0 1 0 5 1 0 0 23 0 18 0 855553658 10725289984 11602 33554432000 1073741824 1073778376 140735774985824 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/4467/statm: 2618479 11603 1754 9 0 2609213 0
[pid=4467/tid=4468] ppid=4465 vsize=10473916 CPUtime=0.05 cores=1,3,5,7
/proc/4467/task/4468/stat : 4468 (java) R 4465 4467 3822 0 -1 4202560 10733 0 1 0 4 1 0 0 22 0 18 0 855553659 10725289984 11604 33554432000 1073741824 1073778376 140735774985824 18446744073709551615 47987458942488 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 10473916

[startup+0.101084 s]
/proc/loadavg: 3.88 3.95 3.76 4/575 4467
/proc/meminfo: memFree=22479944/32950928 swapFree=67056580/67111528
[pid=4467] ppid=4465 vsize=10540476 CPUtime=0.09 cores=1,3,5,7
/proc/4467/stat : 4467 (java) S 4465 4467 3822 0 -1 4202496 12977 0 1 0 8 1 0 0 23 0 18 0 855553658 10793447424 12674 33554432000 1073741824 1073778376 140735774985824 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/4467/statm: 2635119 12675 2092 9 0 2625853 0
[pid=4467/tid=4468] ppid=4465 vsize=10540476 CPUtime=0.07 cores=1,3,5,7
/proc/4467/task/4468/stat : 4468 (java) R 4465 4467 3822 0 -1 4202560 11069 0 1 0 6 1 0 0 22 0 18 0 855553659 10793447424 12676 33554432000 1073741824 1073778376 140735774985824 18446744073709551615 47987455877125 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10540476

[startup+0.301022 s]
/proc/loadavg: 3.88 3.95 3.76 4/575 4467
/proc/meminfo: memFree=22479944/32950928 swapFree=67056580/67111528
[pid=4467] ppid=4465 vsize=10541500 CPUtime=0.46 cores=1,3,5,7
/proc/4467/stat : 4467 (java) S 4465 4467 3822 0 -1 4202496 24295 0 1 0 43 3 0 0 23 0 18 0 855553658 10794496000 23747 33554432000 1073741824 1073778376 140735774985824 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/4467/statm: 2635375 23748 2198 9 0 2626109 0
[pid=4467/tid=4468] ppid=4465 vsize=10541500 CPUtime=0.27 cores=1,3,5,7
/proc/4467/task/4468/stat : 4468 (java) R 4465 4467 3822 0 -1 4202560 21342 0 1 0 25 2 0 0 22 0 18 0 855553659 10794496000 23748 33554432000 1073741824 1073778376 140735774985824 18446744073709551615 46912505219208 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 10541500

[startup+0.700989 s]
/proc/loadavg: 3.88 3.95 3.76 4/575 4467
/proc/meminfo: memFree=22479944/32950928 swapFree=67056580/67111528
[pid=4467] ppid=4465 vsize=10543548 CPUtime=1.24 cores=1,3,5,7
/proc/4467/stat : 4467 (java) S 4465 4467 3822 0 -1 4202496 97928 0 1 0 112 12 0 0 23 0 18 0 855553658 10796593152 95946 33554432000 1073741824 1073778376 140735774985824 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/4467/statm: 2635887 95974 2214 9 0 2626621 0
[pid=4467/tid=4468] ppid=4465 vsize=10543548 CPUtime=0.67 cores=1,3,5,7
/proc/4467/task/4468/stat : 4468 (java) R 4465 4467 3822 0 -1 4202560 91928 0 1 0 57 10 0 0 23 0 18 0 855553659 10796593152 95989 33554432000 1073741824 1073778376 140735774985824 18446744073709551615 47987460377690 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 10543548

[startup+1.50083 s]
/proc/loadavg: 3.89 3.95 3.76 4/593 4485
/proc/meminfo: memFree=21675848/32950928 swapFree=67056580/67111528
[pid=4467] ppid=4465 vsize=10543548 CPUtime=2.11 cores=1,3,5,7
/proc/4467/stat : 4467 (java) S 4465 4467 3822 0 -1 4202496 306144 0 1 0 177 34 0 0 23 0 18 0 855553658 10796593152 304162 33554432000 1073741824 1073778376 140735774985824 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/4467/statm: 2635887 304192 2214 9 0 2626621 0
[pid=4467/tid=4468] ppid=4465 vsize=10543548 CPUtime=1.48 cores=1,3,5,7
/proc/4467/task/4468/stat : 4468 (java) R 4465 4467 3822 0 -1 4202560 300107 0 1 0 115 33 0 0 25 0 18 0 855553659 10796593152 304205 33554432000 1073741824 1073778376 140735774985824 18446744073709551615 47987460377690 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=4467/tid=4470] ppid=4465 vsize=10543548 CPUtime=0 cores=1,3,5,7
/proc/4467/task/4470/stat : 4470 (java) S 4465 4467 3822 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855553660 10796593152 304208 33554432000 1073741824 1073778376 140735774985824 18446744073709551615 239488510873 0 4 0 16800975 18446604456156705088 0 0 -1 7 0 0 0
[pid=4467/tid=4471] ppid=4465 vsize=10543548 CPUtime=0 cores=1,3,5,7
/proc/4467/task/4471/stat : 4471 (java) S 4465 4467 3822 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 855553660 10796593152 304211 33554432000 1073741824 1073778376 140735774985824 18446744073709551615 239488510873 0 4 0 16800975 18446604456156705088 0 0 -1 7 0 0 0
[pid=4467/tid=4472] ppid=4465 vsize=10543548 CPUtime=0 cores=1,3,5,7
/proc/4467/task/4472/stat : 4472 (java) S 4465 4467 3822 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855553660 10796593152 304214 33554432000 1073741824 1073778376 140735774985824 18446744073709551615 239488510873 0 4 0 16800975 18446604456156705088 0 0 -1 7 0 0 0
[pid=4467/tid=4473] ppid=4465 vsize=10543548 CPUtime=0 cores=1,3,5,7
/proc/4467/task/4473/stat : 4473 (java) S 4465 4467 3822 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855553660 10796593152 304217 33554432000 1073741824 1073778376 140735774985824 18446744073709551615 239488510873 0 4 0 16800975 18446604456156705088 0 0 -1 7 0 0 0
[pid=4467/tid=4474] ppid=4465 vsize=10543548 CPUtime=0 cores=1,3,5,7
/proc/4467/task/4474/stat : 4474 (java) S 4465 4467 3822 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855553660 10796593152 304220 33554432000 1073741824 1073778376 140735774985824 18446744073709551615 239488510873 0 4 0 16800975 18446604456156705088 0 0 -1 7 0 0 0
[pid=4467/tid=4475] ppid=4465 vsize=10543548 CPUtime=0 cores=1,3,5,7
/proc/4467/task/4475/stat : 4475 (java) S 4465 4467 3822 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855553660 10796593152 304223 33554432000 1073741824 1073778376 140735774985824 18446744073709551615 239488510873 0 4 0 16800975 18446604456156705088 0 0 -1 7 0 0 0
[pid=4467/tid=4476] ppid=4465 vsize=10543548 CPUtime=0 cores=1,3,5,7
/proc/4467/task/4476/stat : 4476 (java) S 4465 4467 3822 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855553660 10796593152 304225 33554432000 1073741824 1073778376 140735774985824 18446744073709551615 239488510873 0 4 0 16800975 18446604456156705088 0 0 -1 7 0 0 0
[pid=4467/tid=4477] ppid=4465 vsize=10543548 CPUtime=0 cores=1,3,5,7
/proc/4467/task/4477/stat : 4477 (java) S 4465 4467 3822 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855553660 10796593152 304228 33554432000 1073741824 1073778376 140735774985824 18446744073709551615 239488510873 0 4 0 16800975 18446604456156705088 0 0 -1 7 0 0 0
[pid=4467/tid=4478] ppid=4465 vsize=10543548 CPUtime=0 cores=1,3,5,7
/proc/4467/task/4478/stat : 4478 (java) S 4465 4467 3822 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 855553661 10796593152 304228 33554432000 1073741824 1073778376 140735774985824 18446744073709551615 239488511488 0 0 0 16800975 18446604456156705088 0 0 -1 3 0 0 0
[pid=4467/tid=4479] ppid=4465 vsize=10543548 CPUtime=0 cores=1,3,5,7
/proc/4467/task/4479/stat : 4479 (java) S 4465 4467 3822 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 855553662 10796593152 304230 33554432000 1073741824 1073778376 140735774985824 18446744073709551615 239488510873 0 4 0 16800975 18446604456156705088 0 0 -1 3 0 0 0
[pid=4467/tid=4480] ppid=4465 vsize=10543548 CPUtime=0 cores=1,3,5,7
/proc/4467/task/4480/stat : 4480 (java) S 4465 4467 3822 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 855553662 10796593152 304233 33554432000 1073741824 1073778376 140735774985824 18446744073709551615 239488510873 0 4 0 16800975 18446604456156705088 0 0 -1 3 0 0 0
[pid=4467/tid=4481] ppid=4465 vsize=10543548 CPUtime=0 cores=1,3,5,7
/proc/4467/task/4481/stat : 4481 (java) S 4465 4467 3822 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 855553664 10796593152 304236 33554432000 1073741824 1073778376 140735774985824 18446744073709551615 239488518577 0 4 0 16800975 18446604456156705088 0 0 -1 3 0 0 0
[pid=4467/tid=4482] ppid=4465 vsize=10543548 CPUtime=0.29 cores=1,3,5,7
/proc/4467/task/4482/stat : 4482 (java) S 4465 4467 3822 0 -1 4202560 1644 0 0 0 29 0 0 0 16 0 18 0 855553664 10796593152 304239 33554432000 1073741824 1073778376 140735774985824 18446744073709551615 239488510873 0 4 0 16800975 18446604456156705088 0 0 -1 7 0 0 0
[pid=4467/tid=4483] ppid=4465 vsize=10543548 CPUtime=0.31 cores=1,3,5,7
/proc/4467/task/4483/stat : 4483 (java) S 4465 4467 3822 0 -1 4202560 3287 0 0 0 31 0 0 0 18 0 18 0 855553664 10796593152 304241 33554432000 1073741824 1073778376 140735774985824 18446744073709551615 239488510873 0 4 0 16800975 18446604456156705088 0 0 -1 3 0 0 0
[pid=4467/tid=4484] ppid=4465 vsize=10543548 CPUtime=0 cores=1,3,5,7
/proc/4467/task/4484/stat : 4484 (java) S 4465 4467 3822 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 18 0 855553664 10796593152 304245 33554432000 1073741824 1073778376 140735774985824 18446744073709551615 239488510873 0 4 0 16800975 18446604456156705088 0 0 -1 3 0 0 0
[pid=4467/tid=4485] ppid=4465 vsize=10543548 CPUtime=0 cores=1,3,5,7
/proc/4467/task/4485/stat : 4485 (java) S 4465 4467 3822 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 855553664 10796593152 304247 33554432000 1073741824 1073778376 140735774985824 18446744073709551615 239488511488 0 4 0 16800975 18446604456156705088 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2.11
Current children cumulated vsize (KiB) 10543548

[startup+3.10152 s]
/proc/loadavg: 3.89 3.95 3.76 4/593 4485
/proc/meminfo: memFree=20517580/32950928 swapFree=67056580/67111528
[pid=4467] ppid=4465 vsize=10543548 CPUtime=3.95 cores=1,3,5,7
/proc/4467/stat : 4467 (java) S 4465 4467 3822 0 -1 4202496 669462 0 1 0 323 72 0 0 23 0 18 0 855553658 10796593152 667473 33554432000 1073741824 1073778376 140735774985824 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/4467/statm: 2635887 667473 2230 9 0 2626621 0
[pid=4467/tid=4468] ppid=4465 vsize=10543548 CPUtime=3.01 cores=1,3,5,7
/proc/4467/task/4468/stat : 4468 (java) R 4465 4467 3822 0 -1 4202560 646910 0 1 0 232 69 0 0 25 0 18 0 855553659 10796593152 667473 33554432000 1073741824 1073778376 140735774985824 18446744073709551615 46912505505262 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=4467/tid=4470] ppid=4465 vsize=10543548 CPUtime=0 cores=1,3,5,7
/proc/4467/task/4470/stat : 4470 (java) S 4465 4467 3822 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 18 0 855553660 10796593152 667473 33554432000 1073741824 1073778376 140735774985824 18446744073709551615 239488510873 0 4 0 16800975 18446604456156705088 0 0 -1 5 0 0 0
[pid=4467/tid=4471] ppid=4465 vsize=10543548 CPUtime=0 cores=1,3,5,7
/proc/4467/task/4471/stat : 4471 (java) S 4465 4467 3822 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 855553660 10796593152 667473 33554432000 1073741824 1073778376 140735774985824 18446744073709551615 239488510873 0 4 0 16800975 18446604456156705088 0 0 -1 7 0 0 0
[pid=4467/tid=4472] ppid=4465 vsize=10543548 CPUtime=0 cores=1,3,5,7
/proc/4467/task/4472/stat : 4472 (java) S 4465 4467 3822 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 18 0 855553660 10796593152 667473 33554432000 1073741824 1073778376 140735774985824 18446744073709551615 239488510873 0 4 0 16800975 18446604456156705088 0 0 -1 7 0 0 0
[pid=4467/tid=4473] ppid=4465 vsize=10543548 CPUtime=0 cores=1,3,5,7
/proc/4467/task/4473/stat : 4473 (java) S 4465 4467 3822 0 -1 4202560 119 0 0 0 0 0 0 0 18 0 18 0 855553660 10796593152 667473 33554432000 1073741824 1073778376 140735774985824 18446744073709551615 239488510873 0 4 0 16800975 18446604456156705088 0 0 -1 3 0 0 0
[pid=4467/tid=4474] ppid=4465 vsize=10543548 CPUtime=0.04 cores=1,3,5,7
/proc/4467/task/4474/stat : 4474 (java) S 4465 4467 3822 0 -1 4202560 3382 0 0 0 4 0 0 0 18 0 18 0 855553660 10796593152 667473 33554432000 1073741824 1073778376 140735774985824 18446744073709551615 239488510873 0 4 0 16800975 18446604456156705088 0 0 -1 3 0 0 0
[pid=4467/tid=4475] ppid=4465 vsize=10543548 CPUtime=0.05 cores=1,3,5,7
/proc/4467/task/4475/stat : 4475 (java) S 4465 4467 3822 0 -1 4202560 3950 0 0 0 5 0 0 0 18 0 18 0 855553660 10796593152 667473 33554432000 1073741824 1073778376 140735774985824 18446744073709551615 239488510873 0 4 0 16800975 18446604456156705088 0 0 -1 5 0 0 0
[pid=4467/tid=4476] ppid=4465 vsize=10543548 CPUtime=0.06 cores=1,3,5,7
/proc/4467/task/4476/stat : 4476 (java) S 4465 4467 3822 0 -1 4202560 4256 0 0 0 6 0 0 0 18 0 18 0 855553660 10796593152 667473 33554432000 1073741824 1073778376 140735774985824 18446744073709551615 239488510873 0 4 0 16800975 18446604456156705088 0 0 -1 1 0 0 0
[pid=4467/tid=4477] ppid=4465 vsize=10543548 CPUtime=0.06 cores=1,3,5,7
/proc/4467/task/4477/stat : 4477 (java) S 4465 4467 3822 0 -1 4202560 4755 0 0 0 6 0 0 0 18 0 18 0 855553660 10796593152 667473 33554432000 1073741824 1073778376 140735774985824 18446744073709551615 239488510873 0 4 0 16800975 18446604456156705088 0 0 -1 7 0 0 0
[pid=4467/tid=4478] ppid=4465 vsize=10543548 CPUtime=0 cores=1,3,5,7
/proc/4467/task/4478/stat : 4478 (java) S 4465 4467 3822 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 18 0 855553661 10796593152 667473 33554432000 1073741824 1073778376 140735774985824 18446744073709551615 239488511488 0 0 0 16800975 18446604456156705088 0 0 -1 3 0 0 0
[pid=4467/tid=4479] ppid=4465 vsize=10543548 CPUtime=0 cores=1,3,5,7
/proc/4467/task/4479/stat : 4479 (java) S 4465 4467 3822 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 18 0 855553662 10796593152 667473 33554432000 1073741824 1073778376 140735774985824 18446744073709551615 239488510873 0 4 0 16800975 18446604456156705088 0 0 -1 3 0 0 0
[pid=4467/tid=4480] ppid=4465 vsize=10543548 CPUtime=0 cores=1,3,5,7
/proc/4467/task/4480/stat : 4480 (java) S 4465 4467 3822 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 18 0 855553662 10796593152 667473 33554432000 1073741824 1073778376 140735774985824 18446744073709551615 239488510873 0 4 0 16800975 18446604456156705088 0 0 -1 3 0 0 0
[pid=4467/tid=4481] ppid=4465 vsize=10543548 CPUtime=0 cores=1,3,5,7
/proc/4467/task/4481/stat : 4481 (java) S 4465 4467 3822 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 855553664 10796593152 667473 33554432000 1073741824 1073778376 140735774985824 18446744073709551615 239488518577 0 4 0 16800975 18446604456156705088 0 0 -1 3 0 0 0
[pid=4467/tid=4482] ppid=4465 vsize=10543548 CPUtime=0.31 cores=1,3,5,7
/proc/4467/task/4482/stat : 4482 (java) S 4465 4467 3822 0 -1 4202560 1646 0 0 0 31 0 0 0 15 0 18 0 855553664 10796593152 667473 33554432000 1073741824 1073778376 140735774985824 18446744073709551615 239488510873 0 4 0 16800975 18446604456156705088 0 0 -1 7 0 0 0
[pid=4467/tid=4483] ppid=4465 vsize=10543548 CPUtime=0.35 cores=1,3,5,7
/proc/4467/task/4483/stat : 4483 (java) S 4465 4467 3822 0 -1 4202560 3289 0 0 0 35 0 0 0 15 0 18 0 855553664 10796593152 667473 33554432000 1073741824 1073778376 140735774985824 18446744073709551615 239488510873 0 4 0 16800975 18446604456156705088 0 0 -1 3 0 0 0
[pid=4467/tid=4484] ppid=4465 vsize=10543548 CPUtime=0 cores=1,3,5,7
/proc/4467/task/4484/stat : 4484 (java) S 4465 4467 3822 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 18 0 855553664 10796593152 667473 33554432000 1073741824 1073778376 140735774985824 18446744073709551615 239488510873 0 4 0 16800975 18446604456156705088 0 0 -1 3 0 0 0
[pid=4467/tid=4485] ppid=4465 vsize=10543548 CPUtime=0 cores=1,3,5,7
/proc/4467/task/4485/stat : 4485 (java) S 4465 4467 3822 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 855553664 10796593152 667473 33554432000 1073741824 1073778376 140735774985824 18446744073709551615 239488511488 0 4 0 16800975 18446604456156705088 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3.95
Current children cumulated vsize (KiB) 10543548

[startup+6.32353 s]
/proc/loadavg: 3.89 3.95 3.76 4/593 4485
/proc/meminfo: memFree=19568140/32950928 swapFree=67056580/67111528
[pid=4467] ppid=4465 vsize=10543548 CPUtime=7.89 cores=1,3,5,7
/proc/4467/stat : 4467 (java) S 4465 4467 3822 0 -1 4202496 730235 0 1 0 708 81 0 0 23 0 18 0 855553658 10796593152 728011 33554432000 1073741824 1073778376 140735774985824 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/4467/statm: 2635887 728011 2230 9 0 2626621 0
[pid=4467/tid=4468] ppid=4465 vsize=10543548 CPUtime=5.98 cores=1,3,5,7
/proc/4467/task/4468/stat : 4468 (java) S 4465 4467 3822 0 -1 4202560 650984 0 1 0 528 70 0 0 25 0 18 0 855553659 10796593152 728011 33554432000 1073741824 1073778376 140735774985824 18446744073709551615 239488510873 0 4 0 16800975 18446604456156705088 0 0 -1 1 0 0 0
[pid=4467/tid=4470] ppid=4465 vsize=10543548 CPUtime=0.23 cores=1,3,5,7
/proc/4467/task/4470/stat : 4470 (java) R 4465 4467 3822 0 -1 4202560 15350 0 0 0 22 1 0 0 16 0 18 0 855553660 10796593152 728011 33554432000 1073741824 1073778376 140735774985824 18446744073709551615 239476648247 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=4467/tid=4471] ppid=4465 vsize=10543548 CPUtime=0 cores=1,3,5,7
/proc/4467/task/4471/stat : 4471 (java) R 4465 4467 3822 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 18 0 855553660 10796593152 728011 33554432000 1073741824 1073778376 140735774985824 18446744073709551615 239488510873 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=4467/tid=4472] ppid=4465 vsize=10543548 CPUtime=0.23 cores=1,3,5,7
/proc/4467/task/4472/stat : 4472 (java) R 4465 4467 3822 0 -1 4202560 13903 0 0 0 22 1 0 0 15 0 18 0 855553660 10796593152 728011 33554432000 1073741824 1073778376 140735774985824 18446744073709551615 239476648247 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=4467/tid=4473] ppid=4465 vsize=10543548 CPUtime=0.13 cores=1,3,5,7
/proc/4467/task/4473/stat : 4473 (java) R 4465 4467 3822 0 -1 4202560 5409 0 0 0 13 0 0 0 15 0 18 0 855553660 10796593152 728011 33554432000 1073741824 1073778376 140735774985824 18446744073709551615 239476648247 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=4467/tid=4474] ppid=4465 vsize=10543548 CPUtime=0.08 cores=1,3,5,7
/proc/4467/task/4474/stat : 4474 (java) R 4465 4467 3822 0 -1 4202560 6213 0 0 0 7 1 0 0 18 0 18 0 855553660 10796593152 728011 33554432000 1073741824 1073778376 140735774985824 18446744073709551615 239476648247 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=4467/tid=4475] ppid=4465 vsize=10543548 CPUtime=0.16 cores=1,3,5,7
/proc/4467/task/4475/stat : 4475 (java) R 4465 4467 3822 0 -1 4202560 11757 0 0 0 15 1 0 0 18 0 18 0 855553660 10796593152 728011 33554432000 1073741824 1073778376 140735774985824 18446744073709551615 239476648247 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=4467/tid=4476] ppid=4465 vsize=10543548 CPUtime=0.2 cores=1,3,5,7
/proc/4467/task/4476/stat : 4476 (java) R 4465 4467 3822 0 -1 4202560 12539 0 0 0 19 1 0 0 15 0 18 0 855553660 10796593152 728011 33554432000 1073741824 1073778376 140735774985824 18446744073709551615 47987460658338 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=4467/tid=4477] ppid=4465 vsize=10543548 CPUtime=0.11 cores=1,3,5,7
/proc/4467/task/4477/stat : 4477 (java) R 4465 4467 3822 0 -1 4202560 7992 0 0 0 11 0 0 0 18 0 18 0 855553660 10796593152 728011 33554432000 1073741824 1073778376 140735774985824 18446744073709551615 239476648247 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=4467/tid=4478] ppid=4465 vsize=10543548 CPUtime=0 cores=1,3,5,7
/proc/4467/task/4478/stat : 4478 (java) S 4465 4467 3822 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 18 0 855553661 10796593152 728011 33554432000 1073741824 1073778376 140735774985824 18446744073709551615 239488510873 0 0 0 16800975 18446604456156705088 0 0 -1 3 0 0 0
[pid=4467/tid=4479] ppid=4465 vsize=10543548 CPUtime=0 cores=1,3,5,7
/proc/4467/task/4479/stat : 4479 (java) S 4465 4467 3822 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 18 0 855553662 10796593152 728011 33554432000 1073741824 1073778376 140735774985824 18446744073709551615 239488510873 0 4 0 16800975 18446604456156705088 0 0 -1 3 0 0 0
[pid=4467/tid=4480] ppid=4465 vsize=10543548 CPUtime=0 cores=1,3,5,7
/proc/4467/task/4480/stat : 4480 (java) S 4465 4467 3822 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 18 0 855553662 10796593152 728011 33554432000 1073741824 1073778376 140735774985824 18446744073709551615 239488510873 0 4 0 16800975 18446604456156705088 0 0 -1 3 0 0 0
[pid=4467/tid=4481] ppid=4465 vsize=10543548 CPUtime=0 cores=1,3,5,7
/proc/4467/task/4481/stat : 4481 (java) S 4465 4467 3822 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 855553664 10796593152 728011 33554432000 1073741824 1073778376 140735774985824 18446744073709551615 239488518577 0 4 0 16800975 18446604456156705088 0 0 -1 3 0 0 0
[pid=4467/tid=4482] ppid=4465 vsize=10543548 CPUtime=0.31 cores=1,3,5,7
/proc/4467/task/4482/stat : 4482 (java) S 4465 4467 3822 0 -1 4202560 1646 0 0 0 31 0 0 0 15 0 18 0 855553664 10796593152 728011 33554432000 1073741824 1073778376 140735774985824 18446744073709551615 239488510873 0 4 0 16800975 18446604456156705088 0 0 -1 7 0 0 0
[pid=4467/tid=4483] ppid=4465 vsize=10543548 CPUtime=0.35 cores=1,3,5,7
/proc/4467/task/4483/stat : 4483 (java) S 4465 4467 3822 0 -1 4202560 3289 0 0 0 35 0 0 0 15 0 18 0 855553664 10796593152 728011 33554432000 1073741824 1073778376 140735774985824 18446744073709551615 239488510873 0 4 0 16800975 18446604456156705088 0 0 -1 3 0 0 0
[pid=4467/tid=4484] ppid=4465 vsize=10543548 CPUtime=0 cores=1,3,5,7
/proc/4467/task/4484/stat : 4484 (java) S 4465 4467 3822 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 18 0 855553664 10796593152 728011 33554432000 1073741824 1073778376 140735774985824 18446744073709551615 239488510873 0 4 0 16800975 18446604456156705088 0 0 -1 3 0 0 0
[pid=4467/tid=4485] ppid=4465 vsize=10543548 CPUtime=0 cores=1,3,5,7
/proc/4467/task/4485/stat : 4485 (java) S 4465 4467 3822 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 855553664 10796593152 728011 33554432000 1073741824 1073778376 140735774985824 18446744073709551615 239488511488 0 4 0 16800975 18446604456156705088 0 0 -1 5 0 0 0

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

/proc/meminfo: memFree=17530988/32950928 swapFree=67056580/67111528
[pid=4467] ppid=4465 vsize=10568360 CPUtime=1658.07 cores=1,3,5,7
/proc/4467/stat : 4467 (java) S 4465 4467 3822 0 -1 4202496 1281885 0 1 0 165642 165 0 0 23 0 22 0 855553658 10822000640 1265007 33554432000 1073741824 1073778376 140735774985824 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/4467/statm: 2642090 1265007 2266 9 0 2632824 0
[pid=4467/tid=4468] ppid=4465 vsize=10568360 CPUtime=40.35 cores=1,3,5,7
/proc/4467/task/4468/stat : 4468 (java) S 4465 4467 3822 0 -1 4202560 651053 0 1 0 3952 83 0 0 15 0 22 0 855553659 10822000640 1265007 33554432000 1073741824 1073778376 140735774985824 18446744073709551615 239488511488 0 4 0 16800975 18446604456156705088 0 0 -1 5 0 0 0
[pid=4467/tid=4470] ppid=4465 vsize=10568360 CPUtime=2.01 cores=1,3,5,7
/proc/4467/task/4470/stat : 4470 (java) S 4465 4467 3822 0 -1 4202560 61100 0 0 0 194 7 0 0 16 0 22 0 855553660 10822000640 1265007 33554432000 1073741824 1073778376 140735774985824 18446744073709551615 239488510873 0 4 0 16800975 18446604456156705088 0 0 -1 5 0 0 0
[pid=4467/tid=4471] ppid=4465 vsize=10568360 CPUtime=2.32 cores=1,3,5,7
/proc/4467/task/4471/stat : 4471 (java) S 4465 4467 3822 0 -1 4202560 65653 0 0 0 224 8 0 0 15 0 22 0 855553660 10822000640 1265007 33554432000 1073741824 1073778376 140735774985824 18446744073709551615 239488510873 0 4 0 16800975 18446604456156705088 0 0 -1 5 0 0 0
[pid=4467/tid=4472] ppid=4465 vsize=10568360 CPUtime=3.18 cores=1,3,5,7
/proc/4467/task/4472/stat : 4472 (java) S 4465 4467 3822 0 -1 4202560 94301 0 0 0 307 11 0 0 15 0 22 0 855553660 10822000640 1265007 33554432000 1073741824 1073778376 140735774985824 18446744073709551615 239488510873 0 4 0 16800975 18446604456156705088 0 0 -1 7 0 0 0
[pid=4467/tid=4473] ppid=4465 vsize=10568360 CPUtime=2.83 cores=1,3,5,7
/proc/4467/task/4473/stat : 4473 (java) S 4465 4467 3822 0 -1 4202560 78208 0 0 0 273 10 0 0 15 0 22 0 855553660 10822000640 1265007 33554432000 1073741824 1073778376 140735774985824 18446744073709551615 239488510873 0 4 0 16800975 18446604456156705088 0 0 -1 1 0 0 0
[pid=4467/tid=4474] ppid=4465 vsize=10568360 CPUtime=2.68 cores=1,3,5,7
/proc/4467/task/4474/stat : 4474 (java) S 4465 4467 3822 0 -1 4202560 72240 0 0 0 259 9 0 0 16 0 22 0 855553660 10822000640 1265007 33554432000 1073741824 1073778376 140735774985824 18446744073709551615 239488510873 0 4 0 16800975 18446604456156705088 0 0 -1 1 0 0 0
[pid=4467/tid=4475] ppid=4465 vsize=10568360 CPUtime=2.56 cores=1,3,5,7
/proc/4467/task/4475/stat : 4475 (java) S 4465 4467 3822 0 -1 4202560 79694 0 0 0 246 10 0 0 16 0 22 0 855553660 10822000640 1265007 33554432000 1073741824 1073778376 140735774985824 18446744073709551615 239488510873 0 4 0 16800975 18446604456156705088 0 0 -1 5 0 0 0
[pid=4467/tid=4476] ppid=4465 vsize=10568360 CPUtime=2.99 cores=1,3,5,7
/proc/4467/task/4476/stat : 4476 (java) S 4465 4467 3822 0 -1 4202560 78518 0 0 0 290 9 0 0 16 0 22 0 855553660 10822000640 1265007 33554432000 1073741824 1073778376 140735774985824 18446744073709551615 239488510873 0 4 0 16800975 18446604456156705088 0 0 -1 7 0 0 0
[pid=4467/tid=4477] ppid=4465 vsize=10568360 CPUtime=2.7 cores=1,3,5,7
/proc/4467/task/4477/stat : 4477 (java) S 4465 4467 3822 0 -1 4202560 75719 0 0 0 261 9 0 0 16 0 22 0 855553660 10822000640 1265007 33554432000 1073741824 1073778376 140735774985824 18446744073709551615 239488510873 0 4 0 16800975 18446604456156705088 0 0 -1 1 0 0 0
[pid=4467/tid=4478] ppid=4465 vsize=10568360 CPUtime=78.52 cores=1,3,5,7
/proc/4467/task/4478/stat : 4478 (java) S 4465 4467 3822 0 -1 4202560 5323 0 0 0 7851 1 0 0 15 0 22 0 855553661 10822000640 1265007 33554432000 1073741824 1073778376 140735774985824 18446744073709551615 239488511488 0 0 0 16800975 18446604456156705088 0 0 -1 3 0 0 0
[pid=4467/tid=4479] ppid=4465 vsize=10568360 CPUtime=0 cores=1,3,5,7
/proc/4467/task/4479/stat : 4479 (java) S 4465 4467 3822 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 22 0 855553662 10822000640 1265007 33554432000 1073741824 1073778376 140735774985824 18446744073709551615 239488510873 0 4 0 16800975 18446604456156705088 0 0 -1 3 0 0 0
[pid=4467/tid=4480] ppid=4465 vsize=10568360 CPUtime=0 cores=1,3,5,7
/proc/4467/task/4480/stat : 4480 (java) S 4465 4467 3822 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 855553662 10822000640 1265007 33554432000 1073741824 1073778376 140735774985824 18446744073709551615 239488510873 0 4 0 16800975 18446604456156705088 0 0 -1 3 0 0 0
[pid=4467/tid=4481] ppid=4465 vsize=10568360 CPUtime=0 cores=1,3,5,7
/proc/4467/task/4481/stat : 4481 (java) S 4465 4467 3822 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 855553664 10822000640 1265007 33554432000 1073741824 1073778376 140735774985824 18446744073709551615 239488518577 0 4 0 16800975 18446604456156705088 0 0 -1 3 0 0 0
[pid=4467/tid=4482] ppid=4465 vsize=10568360 CPUtime=1.29 cores=1,3,5,7
/proc/4467/task/4482/stat : 4482 (java) S 4465 4467 3822 0 -1 4202560 8666 0 0 0 128 1 0 0 16 0 22 0 855553664 10822000640 1265007 33554432000 1073741824 1073778376 140735774985824 18446744073709551615 239488510873 0 4 0 16800975 18446604456156705088 0 0 -1 3 0 0 0
[pid=4467/tid=4483] ppid=4465 vsize=10568360 CPUtime=1.27 cores=1,3,5,7
/proc/4467/task/4483/stat : 4483 (java) S 4465 4467 3822 0 -1 4202560 8971 0 0 0 126 1 0 0 15 0 22 0 855553664 10822000640 1265007 33554432000 1073741824 1073778376 140735774985824 18446744073709551615 239488510873 0 4 0 16800975 18446604456156705088 0 0 -1 7 0 0 0
[pid=4467/tid=4484] ppid=4465 vsize=10568360 CPUtime=0 cores=1,3,5,7
/proc/4467/task/4484/stat : 4484 (java) S 4465 4467 3822 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 855553664 10822000640 1265007 33554432000 1073741824 1073778376 140735774985824 18446744073709551615 239488510873 0 4 0 16800975 18446604456156705088 0 0 -1 3 0 0 0
[pid=4467/tid=4485] ppid=4465 vsize=10568360 CPUtime=0 cores=1,3,5,7
/proc/4467/task/4485/stat : 4485 (java) S 4465 4467 3822 0 -1 4202560 51 0 0 0 0 0 0 0 15 0 22 0 855553664 10822000640 1265007 33554432000 1073741824 1073778376 140735774985824 18446744073709551615 239488511488 0 4 0 16800975 18446604456156705088 0 0 -1 1 0 0 0
[pid=4467/tid=4487] ppid=4465 vsize=10568360 CPUtime=757.65 cores=1,3,5,7
/proc/4467/task/4487/stat : 4487 (java) R 4465 4467 3822 0 -1 4202560 50 0 0 0 75765 0 0 0 25 0 22 0 855558115 10822000640 1265007 33554432000 1073741824 1073778376 140735774985824 18446744073709551615 46912506004063 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=4467/tid=4488] ppid=4465 vsize=10568360 CPUtime=757.6 cores=1,3,5,7
/proc/4467/task/4488/stat : 4488 (java) R 4465 4467 3822 0 -1 4202560 1182 0 0 0 75760 0 0 0 25 0 22 0 855558115 10822000640 1265007 33554432000 1073741824 1073778376 140735774985824 18446744073709551615 46912505828683 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=4467/tid=4489] ppid=4465 vsize=10568360 CPUtime=0 cores=1,3,5,7
/proc/4467/task/4489/stat : 4489 (java) S 4465 4467 3822 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 855558120 10822000640 1265007 33554432000 1073741824 1073778376 140735774985824 18446744073709551615 239488511488 0 4 0 16800975 18446604456156705088 0 0 -1 7 0 0 0
[pid=4467/tid=4490] ppid=4465 vsize=10568360 CPUtime=0 cores=1,3,5,7
/proc/4467/task/4490/stat : 4490 (java) S 4465 4467 3822 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 855558123 10822000640 1265007 33554432000 1073741824 1073778376 140735774985824 18446744073709551615 239488511488 0 4 0 16800975 18446604456156705088 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1658.07
Current children cumulated vsize (KiB) 10568360

[startup+942.302 s]
/proc/loadavg: 4.02 3.98 3.85 5/597 4565
/proc/meminfo: memFree=16515992/32950928 swapFree=67056580/67111528
[pid=4467] ppid=4465 vsize=10568360 CPUtime=1773.37 cores=1,3,5,7
/proc/4467/stat : 4467 (java) S 4465 4467 3822 0 -1 4202496 1294928 0 1 0 177170 167 0 0 23 0 22 0 855553658 10822000640 1277793 33554432000 1073741824 1073778376 140735774985824 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/4467/statm: 2642090 1277793 2266 9 0 2632824 0
[pid=4467/tid=4468] ppid=4465 vsize=10568360 CPUtime=40.35 cores=1,3,5,7
/proc/4467/task/4468/stat : 4468 (java) S 4465 4467 3822 0 -1 4202560 651054 0 1 0 3952 83 0 0 15 0 22 0 855553659 10822000640 1277793 33554432000 1073741824 1073778376 140735774985824 18446744073709551615 239488511488 0 4 0 16800975 18446604456156705088 0 0 -1 5 0 0 0
[pid=4467/tid=4470] ppid=4465 vsize=10568360 CPUtime=2.06 cores=1,3,5,7
/proc/4467/task/4470/stat : 4470 (java) S 4465 4467 3822 0 -1 4202560 62880 0 0 0 199 7 0 0 15 0 22 0 855553660 10822000640 1277793 33554432000 1073741824 1073778376 140735774985824 18446744073709551615 239488510873 0 4 0 16800975 18446604456156705088 0 0 -1 7 0 0 0
[pid=4467/tid=4471] ppid=4465 vsize=10568360 CPUtime=2.4 cores=1,3,5,7
/proc/4467/task/4471/stat : 4471 (java) S 4465 4467 3822 0 -1 4202560 67174 0 0 0 232 8 0 0 16 0 22 0 855553660 10822000640 1277793 33554432000 1073741824 1073778376 140735774985824 18446744073709551615 239488510873 0 4 0 16800975 18446604456156705088 0 0 -1 1 0 0 0
[pid=4467/tid=4472] ppid=4465 vsize=10568360 CPUtime=3.26 cores=1,3,5,7
/proc/4467/task/4472/stat : 4472 (java) S 4465 4467 3822 0 -1 4202560 97646 0 0 0 314 12 0 0 16 0 22 0 855553660 10822000640 1277793 33554432000 1073741824 1073778376 140735774985824 18446744073709551615 239488510873 0 4 0 16800975 18446604456156705088 0 0 -1 7 0 0 0
[pid=4467/tid=4473] ppid=4465 vsize=10568360 CPUtime=2.89 cores=1,3,5,7
/proc/4467/task/4473/stat : 4473 (java) S 4465 4467 3822 0 -1 4202560 79352 0 0 0 279 10 0 0 15 0 22 0 855553660 10822000640 1277793 33554432000 1073741824 1073778376 140735774985824 18446744073709551615 239488510873 0 4 0 16800975 18446604456156705088 0 0 -1 5 0 0 0
[pid=4467/tid=4474] ppid=4465 vsize=10568360 CPUtime=2.73 cores=1,3,5,7
/proc/4467/task/4474/stat : 4474 (java) S 4465 4467 3822 0 -1 4202560 74540 0 0 0 263 10 0 0 15 0 22 0 855553660 10822000640 1277793 33554432000 1073741824 1073778376 140735774985824 18446744073709551615 239488510873 0 4 0 16800975 18446604456156705088 0 0 -1 1 0 0 0
[pid=4467/tid=4475] ppid=4465 vsize=10568360 CPUtime=2.6 cores=1,3,5,7
/proc/4467/task/4475/stat : 4475 (java) S 4465 4467 3822 0 -1 4202560 82347 0 0 0 250 10 0 0 16 0 22 0 855553660 10822000640 1277793 33554432000 1073741824 1073778376 140735774985824 18446744073709551615 239488510873 0 4 0 16800975 18446604456156705088 0 0 -1 5 0 0 0
[pid=4467/tid=4476] ppid=4465 vsize=10568360 CPUtime=3 cores=1,3,5,7
/proc/4467/task/4476/stat : 4476 (java) S 4465 4467 3822 0 -1 4202560 78586 0 0 0 291 9 0 0 15 0 22 0 855553660 10822000640 1277793 33554432000 1073741824 1073778376 140735774985824 18446744073709551615 239488510873 0 4 0 16800975 18446604456156705088 0 0 -1 7 0 0 0
[pid=4467/tid=4477] ppid=4465 vsize=10568360 CPUtime=2.7 cores=1,3,5,7
/proc/4467/task/4477/stat : 4477 (java) S 4465 4467 3822 0 -1 4202560 75938 0 0 0 261 9 0 0 15 0 22 0 855553660 10822000640 1277793 33554432000 1073741824 1073778376 140735774985824 18446744073709551615 239488510873 0 4 0 16800975 18446604456156705088 0 0 -1 1 0 0 0
[pid=4467/tid=4478] ppid=4465 vsize=10568360 CPUtime=83.34 cores=1,3,5,7
/proc/4467/task/4478/stat : 4478 (java) S 4465 4467 3822 0 -1 4202560 5327 0 0 0 8333 1 0 0 18 0 22 0 855553661 10822000640 1277793 33554432000 1073741824 1073778376 140735774985824 18446744073709551615 239488511488 0 0 0 16800975 18446604456156705088 0 0 -1 3 0 0 0
[pid=4467/tid=4479] ppid=4465 vsize=10568360 CPUtime=0 cores=1,3,5,7
/proc/4467/task/4479/stat : 4479 (java) S 4465 4467 3822 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 22 0 855553662 10822000640 1277793 33554432000 1073741824 1073778376 140735774985824 18446744073709551615 239488510873 0 4 0 16800975 18446604456156705088 0 0 -1 3 0 0 0
[pid=4467/tid=4480] ppid=4465 vsize=10568360 CPUtime=0 cores=1,3,5,7
/proc/4467/task/4480/stat : 4480 (java) S 4465 4467 3822 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 855553662 10822000640 1277793 33554432000 1073741824 1073778376 140735774985824 18446744073709551615 239488510873 0 4 0 16800975 18446604456156705088 0 0 -1 3 0 0 0
[pid=4467/tid=4481] ppid=4465 vsize=10568360 CPUtime=0 cores=1,3,5,7
/proc/4467/task/4481/stat : 4481 (java) S 4465 4467 3822 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 855553664 10822000640 1277793 33554432000 1073741824 1073778376 140735774985824 18446744073709551615 239488518577 0 4 0 16800975 18446604456156705088 0 0 -1 3 0 0 0
[pid=4467/tid=4482] ppid=4465 vsize=10568360 CPUtime=1.29 cores=1,3,5,7
/proc/4467/task/4482/stat : 4482 (java) S 4465 4467 3822 0 -1 4202560 8666 0 0 0 128 1 0 0 16 0 22 0 855553664 10822000640 1277793 33554432000 1073741824 1073778376 140735774985824 18446744073709551615 239488510873 0 4 0 16800975 18446604456156705088 0 0 -1 3 0 0 0
[pid=4467/tid=4483] ppid=4465 vsize=10568360 CPUtime=1.27 cores=1,3,5,7
/proc/4467/task/4483/stat : 4483 (java) S 4465 4467 3822 0 -1 4202560 8971 0 0 0 126 1 0 0 15 0 22 0 855553664 10822000640 1277793 33554432000 1073741824 1073778376 140735774985824 18446744073709551615 239488510873 0 4 0 16800975 18446604456156705088 0 0 -1 7 0 0 0
[pid=4467/tid=4484] ppid=4465 vsize=10568360 CPUtime=0 cores=1,3,5,7
/proc/4467/task/4484/stat : 4484 (java) S 4465 4467 3822 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 855553664 10822000640 1277793 33554432000 1073741824 1073778376 140735774985824 18446744073709551615 239488510873 0 4 0 16800975 18446604456156705088 0 0 -1 3 0 0 0
[pid=4467/tid=4485] ppid=4465 vsize=10568360 CPUtime=0 cores=1,3,5,7
/proc/4467/task/4485/stat : 4485 (java) S 4465 4467 3822 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 22 0 855553664 10822000640 1277793 33554432000 1073741824 1073778376 140735774985824 18446744073709551615 239488511488 0 4 0 16800975 18446604456156705088 0 0 -1 1 0 0 0
[pid=4467/tid=4487] ppid=4465 vsize=10568360 CPUtime=812.7 cores=1,3,5,7
/proc/4467/task/4487/stat : 4487 (java) R 4465 4467 3822 0 -1 4202560 51 0 0 0 81270 0 0 0 25 0 22 0 855558115 10822000640 1277793 33554432000 1073741824 1073778376 140735774985824 18446744073709551615 46912506003628 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=4467/tid=4488] ppid=4465 vsize=10568360 CPUtime=812.66 cores=1,3,5,7
/proc/4467/task/4488/stat : 4488 (java) R 4465 4467 3822 0 -1 4202560 1185 0 0 0 81266 0 0 0 25 0 22 0 855558115 10822000640 1277793 33554432000 1073741824 1073778376 140735774985824 18446744073709551615 46912506003628 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=4467/tid=4489] ppid=4465 vsize=10568360 CPUtime=0 cores=1,3,5,7
/proc/4467/task/4489/stat : 4489 (java) S 4465 4467 3822 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 855558120 10822000640 1277793 33554432000 1073741824 1073778376 140735774985824 18446744073709551615 239488511488 0 4 0 16800975 18446604456156705088 0 0 -1 7 0 0 0
[pid=4467/tid=4490] ppid=4465 vsize=10568360 CPUtime=0 cores=1,3,5,7
/proc/4467/task/4490/stat : 4490 (java) S 4465 4467 3822 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 855558123 10822000640 1277793 33554432000 1073741824 1073778376 140735774985824 18446744073709551615 239488511488 0 4 0 16800975 18446604456156705088 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1773.37
Current children cumulated vsize (KiB) 10568360



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+957.201 s]
/proc/loadavg: 4.09 4.00 3.86 5/597 4565
/proc/meminfo: memFree=16516104/32950928 swapFree=67056580/67111528
[pid=4467] ppid=4465 vsize=10568360 CPUtime=1800.17 cores=1,3,5,7
/proc/4467/stat : 4467 (java) S 4465 4467 3822 0 -1 4202496 1294931 0 1 0 179850 167 0 0 23 0 22 0 855553658 10822000640 1277793 33554432000 1073741824 1073778376 140735774985824 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/4467/statm: 2642090 1277793 2266 9 0 2632824 0
[pid=4467/tid=4468] ppid=4465 vsize=10568360 CPUtime=40.35 cores=1,3,5,7
/proc/4467/task/4468/stat : 4468 (java) S 4465 4467 3822 0 -1 4202560 651055 0 1 0 3952 83 0 0 15 0 22 0 855553659 10822000640 1277793 33554432000 1073741824 1073778376 140735774985824 18446744073709551615 239488511488 0 4 0 16800975 18446604456156705088 0 0 -1 5 0 0 0
[pid=4467/tid=4470] ppid=4465 vsize=10568360 CPUtime=2.06 cores=1,3,5,7
/proc/4467/task/4470/stat : 4470 (java) S 4465 4467 3822 0 -1 4202560 62880 0 0 0 199 7 0 0 15 0 22 0 855553660 10822000640 1277793 33554432000 1073741824 1073778376 140735774985824 18446744073709551615 239488510873 0 4 0 16800975 18446604456156705088 0 0 -1 7 0 0 0
[pid=4467/tid=4471] ppid=4465 vsize=10568360 CPUtime=2.43 cores=1,3,5,7
/proc/4467/task/4471/stat : 4471 (java) S 4465 4467 3822 0 -1 4202560 67174 0 0 0 235 8 0 0 16 0 22 0 855553660 10822000640 1277793 33554432000 1073741824 1073778376 140735774985824 18446744073709551615 239488510873 0 4 0 16800975 18446604456156705088 0 0 -1 5 0 0 0
[pid=4467/tid=4472] ppid=4465 vsize=10568360 CPUtime=3.29 cores=1,3,5,7
/proc/4467/task/4472/stat : 4472 (java) S 4465 4467 3822 0 -1 4202560 97646 0 0 0 317 12 0 0 16 0 22 0 855553660 10822000640 1277793 33554432000 1073741824 1073778376 140735774985824 18446744073709551615 239488510873 0 4 0 16800975 18446604456156705088 0 0 -1 7 0 0 0
[pid=4467/tid=4473] ppid=4465 vsize=10568360 CPUtime=2.89 cores=1,3,5,7
/proc/4467/task/4473/stat : 4473 (java) S 4465 4467 3822 0 -1 4202560 79352 0 0 0 279 10 0 0 15 0 22 0 855553660 10822000640 1277793 33554432000 1073741824 1073778376 140735774985824 18446744073709551615 239488510873 0 4 0 16800975 18446604456156705088 0 0 -1 5 0 0 0
[pid=4467/tid=4474] ppid=4465 vsize=10568360 CPUtime=2.76 cores=1,3,5,7
/proc/4467/task/4474/stat : 4474 (java) S 4465 4467 3822 0 -1 4202560 74540 0 0 0 266 10 0 0 16 0 22 0 855553660 10822000640 1277793 33554432000 1073741824 1073778376 140735774985824 18446744073709551615 239488510873 0 4 0 16800975 18446604456156705088 0 0 -1 1 0 0 0
[pid=4467/tid=4475] ppid=4465 vsize=10568360 CPUtime=2.6 cores=1,3,5,7
/proc/4467/task/4475/stat : 4475 (java) S 4465 4467 3822 0 -1 4202560 82347 0 0 0 250 10 0 0 15 0 22 0 855553660 10822000640 1277793 33554432000 1073741824 1073778376 140735774985824 18446744073709551615 239488510873 0 4 0 16800975 18446604456156705088 0 0 -1 5 0 0 0
[pid=4467/tid=4476] ppid=4465 vsize=10568360 CPUtime=3 cores=1,3,5,7
/proc/4467/task/4476/stat : 4476 (java) S 4465 4467 3822 0 -1 4202560 78586 0 0 0 291 9 0 0 15 0 22 0 855553660 10822000640 1277793 33554432000 1073741824 1073778376 140735774985824 18446744073709551615 239488510873 0 4 0 16800975 18446604456156705088 0 0 -1 7 0 0 0
[pid=4467/tid=4477] ppid=4465 vsize=10568360 CPUtime=2.71 cores=1,3,5,7
/proc/4467/task/4477/stat : 4477 (java) S 4465 4467 3822 0 -1 4202560 75938 0 0 0 262 9 0 0 16 0 22 0 855553660 10822000640 1277793 33554432000 1073741824 1073778376 140735774985824 18446744073709551615 239488510873 0 4 0 16800975 18446604456156705088 0 0 -1 1 0 0 0
[pid=4467/tid=4478] ppid=4465 vsize=10568360 CPUtime=86.38 cores=1,3,5,7
/proc/4467/task/4478/stat : 4478 (java) S 4465 4467 3822 0 -1 4202560 5327 0 0 0 8637 1 0 0 18 0 22 0 855553661 10822000640 1277793 33554432000 1073741824 1073778376 140735774985824 18446744073709551615 239488511488 0 0 0 16800975 18446604456156705088 0 0 -1 3 0 0 0
[pid=4467/tid=4479] ppid=4465 vsize=10568360 CPUtime=0 cores=1,3,5,7
/proc/4467/task/4479/stat : 4479 (java) S 4465 4467 3822 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 22 0 855553662 10822000640 1277793 33554432000 1073741824 1073778376 140735774985824 18446744073709551615 239488510873 0 4 0 16800975 18446604456156705088 0 0 -1 3 0 0 0
[pid=4467/tid=4480] ppid=4465 vsize=10568360 CPUtime=0 cores=1,3,5,7
/proc/4467/task/4480/stat : 4480 (java) S 4465 4467 3822 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 855553662 10822000640 1277793 33554432000 1073741824 1073778376 140735774985824 18446744073709551615 239488510873 0 4 0 16800975 18446604456156705088 0 0 -1 3 0 0 0
[pid=4467/tid=4481] ppid=4465 vsize=10568360 CPUtime=0 cores=1,3,5,7
/proc/4467/task/4481/stat : 4481 (java) S 4465 4467 3822 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 855553664 10822000640 1277793 33554432000 1073741824 1073778376 140735774985824 18446744073709551615 239488518577 0 4 0 16800975 18446604456156705088 0 0 -1 3 0 0 0
[pid=4467/tid=4482] ppid=4465 vsize=10568360 CPUtime=1.29 cores=1,3,5,7
/proc/4467/task/4482/stat : 4482 (java) S 4465 4467 3822 0 -1 4202560 8666 0 0 0 128 1 0 0 16 0 22 0 855553664 10822000640 1277793 33554432000 1073741824 1073778376 140735774985824 18446744073709551615 239488510873 0 4 0 16800975 18446604456156705088 0 0 -1 3 0 0 0
[pid=4467/tid=4483] ppid=4465 vsize=10568360 CPUtime=1.27 cores=1,3,5,7
/proc/4467/task/4483/stat : 4483 (java) S 4465 4467 3822 0 -1 4202560 8971 0 0 0 126 1 0 0 15 0 22 0 855553664 10822000640 1277793 33554432000 1073741824 1073778376 140735774985824 18446744073709551615 239488510873 0 4 0 16800975 18446604456156705088 0 0 -1 7 0 0 0
[pid=4467/tid=4484] ppid=4465 vsize=10568360 CPUtime=0 cores=1,3,5,7
/proc/4467/task/4484/stat : 4484 (java) S 4465 4467 3822 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 855553664 10822000640 1277793 33554432000 1073741824 1073778376 140735774985824 18446744073709551615 239488510873 0 4 0 16800975 18446604456156705088 0 0 -1 3 0 0 0
[pid=4467/tid=4485] ppid=4465 vsize=10568360 CPUtime=0 cores=1,3,5,7
/proc/4467/task/4485/stat : 4485 (java) S 4465 4467 3822 0 -1 4202560 57 0 0 0 0 0 0 0 15 0 22 0 855553664 10822000640 1277793 33554432000 1073741824 1073778376 140735774985824 18446744073709551615 239488511488 0 4 0 16800975 18446604456156705088 0 0 -1 1 0 0 0
[pid=4467/tid=4487] ppid=4465 vsize=10568360 CPUtime=824.55 cores=1,3,5,7
/proc/4467/task/4487/stat : 4487 (java) R 4465 4467 3822 0 -1 4202560 51 0 0 0 82455 0 0 0 25 0 22 0 855558115 10822000640 1277793 33554432000 1073741824 1073778376 140735774985824 18446744073709551615 46912506004068 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=4467/tid=4488] ppid=4465 vsize=10568360 CPUtime=824.51 cores=1,3,5,7
/proc/4467/task/4488/stat : 4488 (java) R 4465 4467 3822 0 -1 4202560 1185 0 0 0 82451 0 0 0 25 0 22 0 855558115 10822000640 1277793 33554432000 1073741824 1073778376 140735774985824 18446744073709551615 46912506024153 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=4467/tid=4489] ppid=4465 vsize=10568360 CPUtime=0 cores=1,3,5,7
/proc/4467/task/4489/stat : 4489 (java) S 4465 4467 3822 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 855558120 10822000640 1277793 33554432000 1073741824 1073778376 140735774985824 18446744073709551615 239488511488 0 4 0 16800975 18446604456156705088 0 0 -1 7 0 0 0
[pid=4467/tid=4490] ppid=4465 vsize=10568360 CPUtime=0 cores=1,3,5,7
/proc/4467/task/4490/stat : 4490 (java) S 4465 4467 3822 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 855558123 10822000640 1277793 33554432000 1073741824 1073778376 140735774985824 18446744073709551615 239488511488 0 4 0 16800975 18446604456156705088 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1800.17
Current children cumulated vsize (KiB) 10568360

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

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

[startup+957.422 s]
/proc/loadavg: 4.09 4.00 3.86 3/578 4568
/proc/meminfo: memFree=18343136/32950928 swapFree=67056580/67111528
[pid=4467] ppid=4465 vsize=0 CPUtime=1800.48 cores=1,3,5,7
/proc/4467/stat : 4467 (java) Z 4465 4467 3822 0 -1 4203548 1294963 0 1 0 179864 184 0 0 17 0 2 0 855553658 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/4467/statm: 0 0 0 0 0 0 0
[pid=4467/tid=4488] ppid=4465 vsize=0 CPUtime=824.7 cores=1,3,5,7
/proc/4467/task/4488/stat : 4488 (java) R 4465 4467 3822 0 -1 4203588 1185 0 0 0 82454 16 0 0 25 0 2 0 855558115 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1800.48
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 957.449
CPU time (s): 1800.51
CPU user time (s): 1798.64
CPU system time (s): 1.86772
CPU usage (%): 188.053
Max. virtual memory (cumulated for all children) (KiB): 10568360

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.64
system time used= 1.86772
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1294963
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= 23547
involuntary context switches= 23818

runsolver used 5.44117 second user time and 12.883 second system time

The end

Launcher Data

Begin job on node148 at 2011-06-07 11:39:26
IDJOB=3478924
IDBENCH=89769
IDSOLVER=1950
FILE ID=node148/3478924-1307439559
RUNJOBID= node148-1307436781-3841
PBS_JOBID= 13519940
Free space on /tmp= 73660 MiB

SOLVER NAME= Sat4j Res//CP 2.3.0
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/lopes/normalized-173.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3478924-1307439559/watcher-3478924-1307439559 -o /tmp/evaluation-result-3478924-1307439559/solver-3478924-1307439559 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3478924-1307439559.opb

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

MD5SUM BENCH= b029850fdc398224d6c6edaf54638c01
RANDOM SEED=990605897

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
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:     32950928 kB
MemFree:      22480216 kB
Buffers:        296480 kB
Cached:        1108516 kB
SwapCached:       7908 kB
Active:        9524480 kB
Inactive:       625520 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      22480216 kB
SwapTotal:    67111528 kB
SwapFree:     67056580 kB
Dirty:          287124 kB
Writeback:           0 kB
AnonPages:     8743688 kB
Mapped:          52040 kB
Slab:           189624 kB
PageTables:      61756 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 180740424 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73660 MiB
End job on node148 at 2011-06-07 11:55:25