Trace number 3454174

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j Res//CP 2.3.0? (TO) 1800.25 902.381

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-par32-3.opb
MD5SUM473e2cd0e31e48ba0932d7bd34857dd0
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6352
Total number of constraints13473
Number of constraints which are clauses13473
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint3
Number of terms in the objective function 6352
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 6352
Number of bits of the sum of numbers in the objective function 13
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 6352
Number of bits of the biggest sum of numbers13
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

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.08	c version 2.3.1.v20110525
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.18-164.el5
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		9996466904
0.00/0.08	c Max memory 		10048897024
0.00/0.08	c Total memory 		10048897024
0.00/0.08	c Number of processors 	8
0.11/0.11	c Pseudo Boolean Optimization
0.11/0.11	c ManyCore solver with 2 solvers running in parallel
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@67ee3914
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose learned constraints deletion strategy
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1c691f36
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose learned constraints deletion strategy
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-3454174-1307188928.opb
0.11/0.11	c reading problem ... 
0.75/0.45	c ... done. Wall clock time 0.34s.
0.75/0.45	c #vars     6352
0.75/0.45	c #constraints  13345
0.75/0.45	c constraints type 
0.75/0.45	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 7030
0.75/0.45	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 6033
0.75/0.45	c constraints type 
0.75/0.45	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 6033
0.75/0.45	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 7030
9.59/4.59	c cleaning 2500 clauses out of 5000 with flag 5000/5000
19.44/9.26	c cleaning 4249 clauses out of 8500 with flag 11000/11000
28.63/13.82	c cleaning 0 clauses out of 5000 with flag 0/5000
31.26/15.08	c cleaning 5624 clauses out of 11251 with flag 18000/18000
45.09/21.98	c cleaning 6814 clauses out of 13627 with flag 26000/26000
61.53/30.19	c cleaning 7905 clauses out of 15813 with flag 35000/35000
62.50/30.69	c cleaning 0 clauses out of 11001 with flag 0/11001
81.87/40.30	c cleaning 8954 clauses out of 17908 with flag 45000/45000
99.24/49.05	c cleaning 0 clauses out of 18000 with flag 0/18000
105.00/51.94	c cleaning 9976 clauses out of 19954 with flag 56000/56000
131.57/65.21	c cleaning 10989 clauses out of 21978 with flag 68000/68000
141.14/70.01	c cleaning 0 clauses out of 26000 with flag 0/26000
162.09/80.52	c cleaning 11990 clauses out of 23990 with flag 81001/81001
189.06/94.02	c cleaning 0 clauses out of 35000 with flag 0/35000
195.43/97.27	c cleaning 12999 clauses out of 26000 with flag 95001/95001
228.39/113.71	c cleaning 13499 clauses out of 27001 with flag 109001/109001
243.34/121.23	c cleaning 0 clauses out of 45001 with flag 0/45001
261.89/130.58	c cleaning 13749 clauses out of 27501 with flag 123000/123000
294.86/147.09	c cleaning 13873 clauses out of 27752 with flag 137000/137000
303.22/151.22	c cleaning 0 clauses out of 56000 with flag 0/56000
329.56/164.44	c cleaning 13938 clauses out of 27880 with flag 151001/151001
363.75/181.61	c cleaning 13970 clauses out of 27944 with flag 165003/165003
368.47/183.91	c cleaning 0 clauses out of 68001 with flag 0/68001
397.62/198.53	c cleaning 13981 clauses out of 27972 with flag 179001/179001
433.37/216.49	c cleaning 13993 clauses out of 27991 with flag 193001/193001
440.12/219.82	c cleaning 0 clauses out of 81001 with flag 0/81001
470.26/234.90	c cleaning 13994 clauses out of 27997 with flag 207000/207000
507.61/253.65	c cleaning 13999 clauses out of 28003 with flag 221000/221000
520.74/260.23	c cleaning 0 clauses out of 95000 with flag 0/95000
542.08/270.93	c cleaning 14002 clauses out of 28005 with flag 235001/235001
578.02/289.00	c cleaning 14001 clauses out of 28003 with flag 249001/249001
598.96/299.41	c cleaning 0 clauses out of 109001 with flag 0/109001
613.67/306.90	c cleaning 13995 clauses out of 28001 with flag 263000/263000
650.62/325.37	c cleaning 14000 clauses out of 28007 with flag 277001/277001
679.56/339.85	c cleaning 0 clauses out of 123001 with flag 0/123001
687.49/343.88	c cleaning 13994 clauses out of 28006 with flag 291000/291000
719.23/359.80	c cleaning 13998 clauses out of 28013 with flag 305001/305001
750.73/375.58	c cleaning 14005 clauses out of 28015 with flag 319001/319001
765.06/382.77	c cleaning 0 clauses out of 137001 with flag 0/137001
783.99/392.29	c cleaning 14001 clauses out of 28009 with flag 333000/333000
819.09/409.84	c cleaning 13999 clauses out of 28009 with flag 347001/347001
853.62/427.11	c cleaning 0 clauses out of 151000 with flag 0/151000
856.74/428.78	c cleaning 14001 clauses out of 28009 with flag 361000/361000
893.67/447.20	c cleaning 14001 clauses out of 28008 with flag 375000/375000
929.39/465.15	c cleaning 14004 clauses out of 28008 with flag 389001/389001
934.71/467.89	c cleaning 0 clauses out of 165000 with flag 0/165000
964.86/482.96	c cleaning 13996 clauses out of 28004 with flag 403001/403001
1001.75/501.43	c cleaning 13997 clauses out of 28008 with flag 417001/417001
1019.23/510.23	c cleaning 0 clauses out of 179001 with flag 0/179001
1038.15/519.73	c cleaning 13999 clauses out of 28010 with flag 431000/431000
1075.27/538.37	c cleaning 14002 clauses out of 28011 with flag 445000/445000
1103.78/552.64	c cleaning 0 clauses out of 193001 with flag 0/193001
1113.06/557.34	c cleaning 14000 clauses out of 28009 with flag 459000/459000
1151.77/576.74	c cleaning 14001 clauses out of 28010 with flag 473001/473001
1190.09/595.91	c cleaning 14000 clauses out of 28009 with flag 487001/487001
1192.19/597.09	c cleaning 0 clauses out of 207000 with flag 0/207000
1228.86/615.43	c cleaning 13999 clauses out of 28009 with flag 501001/501001
1267.96/635.06	c cleaning 14002 clauses out of 28009 with flag 515000/515000
1284.26/643.25	c cleaning 0 clauses out of 221001 with flag 0/221001
1306.79/654.56	c cleaning 13996 clauses out of 28007 with flag 529000/529000
1347.04/674.74	c cleaning 14001 clauses out of 28012 with flag 543001/543001
1379.53/691.06	c cleaning 0 clauses out of 235000 with flag 0/235000
1388.42/695.54	c cleaning 13999 clauses out of 28011 with flag 557001/557001
1429.92/716.33	c cleaning 14002 clauses out of 28011 with flag 571000/571000
1469.37/736.14	c cleaning 14000 clauses out of 28010 with flag 585001/585001
1475.71/739.38	c cleaning 0 clauses out of 249000 with flag 0/249000
1508.59/755.83	c cleaning 13995 clauses out of 28010 with flag 599001/599001
1548.44/775.87	c cleaning 13997 clauses out of 28015 with flag 613001/613001
1579.88/791.66	c cleaning 0 clauses out of 263001 with flag 0/263001
1589.16/796.33	c cleaning 14001 clauses out of 28018 with flag 627001/627001
1634.65/819.10	c cleaning 14001 clauses out of 28017 with flag 641001/641001
1673.33/838.52	c cleaning 0 clauses out of 277000 with flag 0/277000
1681.39/842.71	c cleaning 13999 clauses out of 28015 with flag 655000/655000
1727.04/865.56	c cleaning 14001 clauses out of 28017 with flag 669001/669001
1765.31/884.72	c cleaning 0 clauses out of 291001 with flag 0/291001
1772.58/888.42	c cleaning 13999 clauses out of 28016 with flag 683001/683001
1800.04/902.22	c starts		: 169
1800.04/902.22	c conflicts		: 691828
1800.04/902.22	c decisions		: 696333
1800.04/902.22	c propagations		: 1825276301
1800.04/902.22	c inspects		: 9280848710
1800.04/902.22	c shortcuts		: 0
1800.04/902.22	c learnt literals	: 0
1800.04/902.22	c learnt binary clauses	: 13
1800.04/902.22	c learnt ternary clauses	: 24
1800.04/902.22	c learnt constraints	: 691828
1800.04/902.22	c ignored constraints	: 0
1800.04/902.22	c root simplifications	: 0
1800.04/902.22	c removed literals (reason simplification)	: 9136180
1800.04/902.22	c reason swapping (by a shorter reason)	: 0
1800.04/902.22	c Calls to reduceDB	: 52
1800.04/902.22	c number of reductions to clauses (during analyze)	: 0
1800.04/902.22	c number of learned constraints concerned by reduction	: 0
1800.04/902.22	c number of learning phase by resolution	: 0
1800.04/902.22	c number of learning phase by cutting planes	: 0
1800.04/902.22	c speed (assignments/second)	: 2024089.560944668
1800.04/902.22	c non guided choices	0
1800.04/902.24	c learnt constraints type 
1800.04/902.24	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 13
1800.04/902.24	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 22836
1800.04/902.24	c constraints type 
1800.04/902.24	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 7030
1800.04/902.24	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 6033
1800.04/902.24	c constraints type 
1800.04/902.24	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 6033
1800.04/902.24	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 7030
1800.04/902.24	s UNKNOWN
1800.04/902.24	c Total wall clock time (in seconds): 902.131

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

running on 4 cores: 0,2,4,6

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.41 3.44 2.86 2/545 28739
/proc/meminfo: memFree=22448948/32951124 swapFree=56930356/67111528
[pid=28739] ppid=28737 vsize=10444316 CPUtime=0 cores=0,2,4,6
/proc/28739/stat : 28739 (java) S 28737 28739 25956 0 -1 4202496 6637 0 1 0 0 0 0 0 25 0 2 0 830490479 10694979584 6338 33554432000 1073741824 1073778376 140736507400800 18446744073709551615 218917533669 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0
/proc/28739/statm: 2611079 6351 917 9 0 2602235 0
[pid=28739/tid=28740] ppid=28737 vsize=10444316 CPUtime=0 cores=0,2,4,6
/proc/28739/task/28740/stat : 28740 (java) R 28737 28739 25956 0 -1 4202560 7663 0 1 0 0 0 0 0 25 0 2 0 830490480 10694979584 8480 33554432000 1073741824 1073778376 140736507400800 18446744073709551615 218905424955 0 4 0 16784584 0 0 0 -1 4 0 0 0

[startup+0.104934 s]
/proc/loadavg: 3.41 3.44 2.86 2/545 28739
/proc/meminfo: memFree=22448948/32951124 swapFree=56930356/67111528
[pid=28739] ppid=28737 vsize=10540420 CPUtime=0.11 cores=0,2,4,6
/proc/28739/stat : 28739 (java) S 28737 28739 25956 0 -1 4202496 13191 0 1 0 10 1 0 0 25 0 18 0 830490479 10793390080 12859 33554432000 1073741824 1073778376 140736507400800 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/28739/statm: 2635105 12865 2104 9 0 2625839 0
[pid=28739/tid=28740] ppid=28737 vsize=10540420 CPUtime=0.09 cores=0,2,4,6
/proc/28739/task/28740/stat : 28740 (java) R 28737 28739 25956 0 -1 4202560 11241 0 1 0 8 1 0 0 18 0 18 0 830490480 10793390080 12866 33554432000 1073741824 1073778376 140736507400800 18446744073709551615 47362335701955 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 10540420

[startup+0.205928 s]
/proc/loadavg: 3.41 3.44 2.86 2/545 28739
/proc/meminfo: memFree=22448948/32951124 swapFree=56930356/67111528
[pid=28739] ppid=28737 vsize=10541320 CPUtime=0.3 cores=0,2,4,6
/proc/28739/stat : 28739 (java) S 28737 28739 25956 0 -1 4202496 14419 0 1 0 29 1 0 0 25 0 18 0 830490479 10794311680 14043 33554432000 1073741824 1073778376 140736507400800 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/28739/statm: 2635330 14044 2191 9 0 2626064 0
[pid=28739/tid=28740] ppid=28737 vsize=10541320 CPUtime=0.19 cores=0,2,4,6
/proc/28739/task/28740/stat : 28740 (java) R 28737 28739 25956 0 -1 4202560 12071 0 1 0 18 1 0 0 18 0 18 0 830490480 10794311680 14044 33554432000 1073741824 1073778376 140736507400800 18446744073709551615 46912505219208 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 10541320

[startup+0.300882 s]
/proc/loadavg: 3.41 3.44 2.86 2/545 28739
/proc/meminfo: memFree=22448948/32951124 swapFree=56930356/67111528
[pid=28739] ppid=28737 vsize=10542000 CPUtime=0.51 cores=0,2,4,6
/proc/28739/stat : 28739 (java) S 28737 28739 25956 0 -1 4202496 16432 0 1 0 49 2 0 0 25 0 18 0 830490479 10795008000 15735 33554432000 1073741824 1073778376 140736507400800 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/28739/statm: 2635500 15736 2202 9 0 2626234 0
[pid=28739/tid=28740] ppid=28737 vsize=10542000 CPUtime=0.28 cores=0,2,4,6
/proc/28739/task/28740/stat : 28740 (java) R 28737 28739 25956 0 -1 4202560 13350 0 1 0 27 1 0 0 18 0 18 0 830490480 10795008000 15736 33554432000 1073741824 1073778376 140736507400800 18446744073709551615 46912505555757 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 10542000

[startup+0.700781 s]
/proc/loadavg: 3.41 3.44 2.86 2/545 28739
/proc/meminfo: memFree=22448948/32951124 swapFree=56930356/67111528
[pid=28739] ppid=28737 vsize=10548580 CPUtime=1.8 cores=0,2,4,6
/proc/28739/stat : 28739 (java) S 28737 28739 25956 0 -1 4202496 31629 0 1 0 176 4 0 0 25 0 22 0 830490479 10801745920 27041 33554432000 1073741824 1073778376 140736507400800 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/28739/statm: 2637145 27041 2239 9 0 2627879 0
[pid=28739/tid=28740] ppid=28737 vsize=10548580 CPUtime=0.44 cores=0,2,4,6
/proc/28739/task/28740/stat : 28740 (java) S 28737 28739 25956 0 -1 4202560 20397 0 1 0 42 2 0 0 19 0 22 0 830490480 10801745920 27041 33554432000 1073741824 1073778376 140736507400800 18446744073709551615 218917547520 0 4 0 16800975 18446604450421950464 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.8
Current children cumulated vsize (KiB) 10548580

[startup+1.50167 s]
/proc/loadavg: 3.41 3.44 2.86 5/567 28761
/proc/meminfo: memFree=22279012/32951124 swapFree=56930356/67111528
[pid=28739] ppid=28737 vsize=10548892 CPUtime=3.52 cores=0,2,4,6
/proc/28739/stat : 28739 (java) S 28737 28739 25956 0 -1 4202496 65444 0 1 0 344 8 0 0 25 0 22 0 830490479 10802065408 60621 33554432000 1073741824 1073778376 140736507400800 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/28739/statm: 2637223 60623 2240 9 0 2627957 0
[pid=28739/tid=28740] ppid=28737 vsize=10548892 CPUtime=0.44 cores=0,2,4,6
/proc/28739/task/28740/stat : 28740 (java) S 28737 28739 25956 0 -1 4202560 20397 0 1 0 42 2 0 0 15 0 22 0 830490480 10802065408 60624 33554432000 1073741824 1073778376 140736507400800 18446744073709551615 218917547520 0 4 0 16800975 18446604450421950464 0 0 -1 6 0 0 0
[pid=28739/tid=28742] ppid=28737 vsize=10548892 CPUtime=0 cores=0,2,4,6
/proc/28739/task/28742/stat : 28742 (java) S 28737 28739 25956 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830490481 10802065408 60626 33554432000 1073741824 1073778376 140736507400800 18446744073709551615 218917546905 0 4 0 16800975 18446604450421950464 0 0 -1 6 0 0 0
[pid=28739/tid=28743] ppid=28737 vsize=10548892 CPUtime=0 cores=0,2,4,6
/proc/28739/task/28743/stat : 28743 (java) S 28737 28739 25956 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 830490481 10802065408 60627 33554432000 1073741824 1073778376 140736507400800 18446744073709551615 218917546905 0 4 0 16800975 18446604450421950464 0 0 -1 6 0 0 0
[pid=28739/tid=28744] ppid=28737 vsize=10548892 CPUtime=0 cores=0,2,4,6
/proc/28739/task/28744/stat : 28744 (java) S 28737 28739 25956 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830490481 10802065408 60628 33554432000 1073741824 1073778376 140736507400800 18446744073709551615 218917546905 0 4 0 16800975 18446604450421950464 0 0 -1 6 0 0 0
[pid=28739/tid=28745] ppid=28737 vsize=10548892 CPUtime=0 cores=0,2,4,6
/proc/28739/task/28745/stat : 28745 (java) S 28737 28739 25956 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830490481 10802065408 60629 33554432000 1073741824 1073778376 140736507400800 18446744073709551615 218917546905 0 4 0 16800975 18446604450421950464 0 0 -1 6 0 0 0
[pid=28739/tid=28746] ppid=28737 vsize=10548892 CPUtime=0 cores=0,2,4,6
/proc/28739/task/28746/stat : 28746 (java) S 28737 28739 25956 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830490481 10802065408 60630 33554432000 1073741824 1073778376 140736507400800 18446744073709551615 218917546905 0 4 0 16800975 18446604450421950464 0 0 -1 6 0 0 0
[pid=28739/tid=28747] ppid=28737 vsize=10548892 CPUtime=0 cores=0,2,4,6
/proc/28739/task/28747/stat : 28747 (java) S 28737 28739 25956 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830490481 10802065408 60632 33554432000 1073741824 1073778376 140736507400800 18446744073709551615 218917546905 0 4 0 16800975 18446604450421950464 0 0 -1 6 0 0 0
[pid=28739/tid=28748] ppid=28737 vsize=10548892 CPUtime=0 cores=0,2,4,6
/proc/28739/task/28748/stat : 28748 (java) S 28737 28739 25956 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830490481 10802065408 60633 33554432000 1073741824 1073778376 140736507400800 18446744073709551615 218917546905 0 4 0 16800975 18446604450421950464 0 0 -1 6 0 0 0
[pid=28739/tid=28749] ppid=28737 vsize=10548892 CPUtime=0 cores=0,2,4,6
/proc/28739/task/28749/stat : 28749 (java) S 28737 28739 25956 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830490481 10802065408 60634 33554432000 1073741824 1073778376 140736507400800 18446744073709551615 218917546905 0 4 0 16800975 18446604450421950464 0 0 -1 6 0 0 0
[pid=28739/tid=28750] ppid=28737 vsize=10548892 CPUtime=0 cores=0,2,4,6
/proc/28739/task/28750/stat : 28750 (java) S 28737 28739 25956 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 22 0 830490482 10802065408 60635 33554432000 1073741824 1073778376 140736507400800 18446744073709551615 218917547520 0 0 0 16800975 18446604450421950464 0 0 -1 4 0 0 0
[pid=28739/tid=28751] ppid=28737 vsize=10548892 CPUtime=0 cores=0,2,4,6
/proc/28739/task/28751/stat : 28751 (java) S 28737 28739 25956 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 22 0 830490483 10802065408 60636 33554432000 1073741824 1073778376 140736507400800 18446744073709551615 218917546905 0 4 0 16800975 18446604450421950464 0 0 -1 4 0 0 0
[pid=28739/tid=28752] ppid=28737 vsize=10548892 CPUtime=0 cores=0,2,4,6
/proc/28739/task/28752/stat : 28752 (java) S 28737 28739 25956 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830490483 10802065408 60637 33554432000 1073741824 1073778376 140736507400800 18446744073709551615 218917546905 0 4 0 16800975 18446604450421950464 0 0 -1 4 0 0 0
[pid=28739/tid=28753] ppid=28737 vsize=10548892 CPUtime=0 cores=0,2,4,6
/proc/28739/task/28753/stat : 28753 (java) S 28737 28739 25956 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830490485 10802065408 60639 33554432000 1073741824 1073778376 140736507400800 18446744073709551615 218917554609 0 4 0 16800975 18446604450421950464 0 0 -1 4 0 0 0
[pid=28739/tid=28754] ppid=28737 vsize=10548892 CPUtime=0.46 cores=0,2,4,6
/proc/28739/task/28754/stat : 28754 (java) S 28737 28739 25956 0 -1 4202560 2635 0 0 0 46 0 0 0 15 0 22 0 830490485 10802065408 60640 33554432000 1073741824 1073778376 140736507400800 18446744073709551615 218917546905 0 4 0 16800975 18446604450421950464 0 0 -1 0 0 0 0
[pid=28739/tid=28755] ppid=28737 vsize=10548892 CPUtime=0.51 cores=0,2,4,6
/proc/28739/task/28755/stat : 28755 (java) S 28737 28739 25956 0 -1 4202560 4773 0 0 0 51 0 0 0 15 0 22 0 830490485 10802065408 60641 33554432000 1073741824 1073778376 140736507400800 18446744073709551615 218917546905 0 4 0 16800975 18446604450421950464 0 0 -1 2 0 0 0
[pid=28739/tid=28756] ppid=28737 vsize=10548892 CPUtime=0 cores=0,2,4,6
/proc/28739/task/28756/stat : 28756 (java) S 28737 28739 25956 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830490485 10802065408 60642 33554432000 1073741824 1073778376 140736507400800 18446744073709551615 218917546905 0 4 0 16800975 18446604450421950464 0 0 -1 4 0 0 0
[pid=28739/tid=28757] ppid=28737 vsize=10548892 CPUtime=0 cores=0,2,4,6
/proc/28739/task/28757/stat : 28757 (java) S 28737 28739 25956 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 830490485 10802065408 60643 33554432000 1073741824 1073778376 140736507400800 18446744073709551615 218917547520 0 4 0 16800975 18446604450421950464 0 0 -1 0 0 0 0
[pid=28739/tid=28758] ppid=28737 vsize=10548892 CPUtime=1.04 cores=0,2,4,6
/proc/28739/task/28758/stat : 28758 (java) R 28737 28739 25956 0 -1 4202560 236 0 0 0 104 0 0 0 20 0 22 0 830490524 10802065408 60645 33554432000 1073741824 1073778376 140736507400800 18446744073709551615 46912505812263 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=28739/tid=28759] ppid=28737 vsize=10548892 CPUtime=1.04 cores=0,2,4,6
/proc/28739/task/28759/stat : 28759 (java) R 28737 28739 25956 0 -1 4202560 36259 0 0 0 100 4 0 0 25 0 22 0 830490524 10802065408 60646 33554432000 1073741824 1073778376 140736507400800 18446744073709551615 46912505740959 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=28739/tid=28760] ppid=28737 vsize=10548892 CPUtime=0 cores=0,2,4,6
/proc/28739/task/28760/stat : 28760 (java) S 28737 28739 25956 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 830490528 10802065408 60647 33554432000 1073741824 1073778376 140736507400800 18446744073709551615 218917547520 0 4 0 16800975 18446604450421950464 0 0 -1 4 0 0 0
[pid=28739/tid=28761] ppid=28737 vsize=10548892 CPUtime=0 cores=0,2,4,6
/proc/28739/task/28761/stat : 28761 (java) S 28737 28739 25956 0 -1 4202560 8 0 0 0 0 0 0 0 22 0 22 0 830490528 10802065408 60648 33554432000 1073741824 1073778376 140736507400800 18446744073709551615 218917547520 0 4 0 16800975 18446604450421950464 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3.52
Current children cumulated vsize (KiB) 10548892

[startup+3.10135 s]
/proc/loadavg: 3.46 3.45 2.87 4/567 28761
/proc/meminfo: memFree=22095368/32951124 swapFree=56930356/67111528
[pid=28739] ppid=28737 vsize=10548892 CPUtime=6.72 cores=0,2,4,6
/proc/28739/stat : 28739 (java) S 28737 28739 25956 0 -1 4202496 132100 0 1 0 655 17 0 0 25 0 22 0 830490479 10802065408 127276 33554432000 1073741824 1073778376 140736507400800 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/28739/statm: 2637223 127276 2240 9 0 2627957 0
[pid=28739/tid=28740] ppid=28737 vsize=10548892 CPUtime=0.44 cores=0,2,4,6
/proc/28739/task/28740/stat : 28740 (java) S 28737 28739 25956 0 -1 4202560 20397 0 1 0 42 2 0 0 15 0 22 0 830490480 10802065408 127276 33554432000 1073741824 1073778376 140736507400800 18446744073709551615 218917547520 0 4 0 16800975 18446604450421950464 0 0 -1 6 0 0 0
[pid=28739/tid=28742] ppid=28737 vsize=10548892 CPUtime=0 cores=0,2,4,6
/proc/28739/task/28742/stat : 28742 (java) S 28737 28739 25956 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830490481 10802065408 127276 33554432000 1073741824 1073778376 140736507400800 18446744073709551615 218917546905 0 4 0 16800975 18446604450421950464 0 0 -1 6 0 0 0
[pid=28739/tid=28743] ppid=28737 vsize=10548892 CPUtime=0 cores=0,2,4,6
/proc/28739/task/28743/stat : 28743 (java) S 28737 28739 25956 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 830490481 10802065408 127276 33554432000 1073741824 1073778376 140736507400800 18446744073709551615 218917546905 0 4 0 16800975 18446604450421950464 0 0 -1 6 0 0 0
[pid=28739/tid=28744] ppid=28737 vsize=10548892 CPUtime=0 cores=0,2,4,6
/proc/28739/task/28744/stat : 28744 (java) S 28737 28739 25956 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830490481 10802065408 127276 33554432000 1073741824 1073778376 140736507400800 18446744073709551615 218917546905 0 4 0 16800975 18446604450421950464 0 0 -1 6 0 0 0
[pid=28739/tid=28745] ppid=28737 vsize=10548892 CPUtime=0 cores=0,2,4,6
/proc/28739/task/28745/stat : 28745 (java) S 28737 28739 25956 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830490481 10802065408 127276 33554432000 1073741824 1073778376 140736507400800 18446744073709551615 218917546905 0 4 0 16800975 18446604450421950464 0 0 -1 6 0 0 0
[pid=28739/tid=28746] ppid=28737 vsize=10548892 CPUtime=0 cores=0,2,4,6
/proc/28739/task/28746/stat : 28746 (java) S 28737 28739 25956 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830490481 10802065408 127276 33554432000 1073741824 1073778376 140736507400800 18446744073709551615 218917546905 0 4 0 16800975 18446604450421950464 0 0 -1 6 0 0 0
[pid=28739/tid=28747] ppid=28737 vsize=10548892 CPUtime=0 cores=0,2,4,6
/proc/28739/task/28747/stat : 28747 (java) S 28737 28739 25956 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830490481 10802065408 127276 33554432000 1073741824 1073778376 140736507400800 18446744073709551615 218917546905 0 4 0 16800975 18446604450421950464 0 0 -1 6 0 0 0
[pid=28739/tid=28748] ppid=28737 vsize=10548892 CPUtime=0 cores=0,2,4,6
/proc/28739/task/28748/stat : 28748 (java) S 28737 28739 25956 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830490481 10802065408 127276 33554432000 1073741824 1073778376 140736507400800 18446744073709551615 218917546905 0 4 0 16800975 18446604450421950464 0 0 -1 6 0 0 0
[pid=28739/tid=28749] ppid=28737 vsize=10548892 CPUtime=0 cores=0,2,4,6
/proc/28739/task/28749/stat : 28749 (java) S 28737 28739 25956 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830490481 10802065408 127276 33554432000 1073741824 1073778376 140736507400800 18446744073709551615 218917546905 0 4 0 16800975 18446604450421950464 0 0 -1 6 0 0 0
[pid=28739/tid=28750] ppid=28737 vsize=10548892 CPUtime=0 cores=0,2,4,6
/proc/28739/task/28750/stat : 28750 (java) S 28737 28739 25956 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 22 0 830490482 10802065408 127276 33554432000 1073741824 1073778376 140736507400800 18446744073709551615 218917547520 0 0 0 16800975 18446604450421950464 0 0 -1 4 0 0 0
[pid=28739/tid=28751] ppid=28737 vsize=10548892 CPUtime=0 cores=0,2,4,6
/proc/28739/task/28751/stat : 28751 (java) S 28737 28739 25956 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 22 0 830490483 10802065408 127276 33554432000 1073741824 1073778376 140736507400800 18446744073709551615 218917546905 0 4 0 16800975 18446604450421950464 0 0 -1 4 0 0 0
[pid=28739/tid=28752] ppid=28737 vsize=10548892 CPUtime=0 cores=0,2,4,6
/proc/28739/task/28752/stat : 28752 (java) S 28737 28739 25956 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830490483 10802065408 127276 33554432000 1073741824 1073778376 140736507400800 18446744073709551615 218917546905 0 4 0 16800975 18446604450421950464 0 0 -1 4 0 0 0
[pid=28739/tid=28753] ppid=28737 vsize=10548892 CPUtime=0 cores=0,2,4,6
/proc/28739/task/28753/stat : 28753 (java) S 28737 28739 25956 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830490485 10802065408 127276 33554432000 1073741824 1073778376 140736507400800 18446744073709551615 218917554609 0 4 0 16800975 18446604450421950464 0 0 -1 4 0 0 0
[pid=28739/tid=28754] ppid=28737 vsize=10548892 CPUtime=0.47 cores=0,2,4,6
/proc/28739/task/28754/stat : 28754 (java) S 28737 28739 25956 0 -1 4202560 2636 0 0 0 47 0 0 0 15 0 22 0 830490485 10802065408 127276 33554432000 1073741824 1073778376 140736507400800 18446744073709551615 218917546905 0 4 0 16800975 18446604450421950464 0 0 -1 0 0 0 0
[pid=28739/tid=28755] ppid=28737 vsize=10548892 CPUtime=0.51 cores=0,2,4,6
/proc/28739/task/28755/stat : 28755 (java) S 28737 28739 25956 0 -1 4202560 4773 0 0 0 51 0 0 0 15 0 22 0 830490485 10802065408 127276 33554432000 1073741824 1073778376 140736507400800 18446744073709551615 218917546905 0 4 0 16800975 18446604450421950464 0 0 -1 2 0 0 0
[pid=28739/tid=28756] ppid=28737 vsize=10548892 CPUtime=0 cores=0,2,4,6
/proc/28739/task/28756/stat : 28756 (java) S 28737 28739 25956 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830490485 10802065408 127276 33554432000 1073741824 1073778376 140736507400800 18446744073709551615 218917546905 0 4 0 16800975 18446604450421950464 0 0 -1 4 0 0 0
[pid=28739/tid=28757] ppid=28737 vsize=10548892 CPUtime=0 cores=0,2,4,6
/proc/28739/task/28757/stat : 28757 (java) S 28737 28739 25956 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 830490485 10802065408 127276 33554432000 1073741824 1073778376 140736507400800 18446744073709551615 218917547520 0 4 0 16800975 18446604450421950464 0 0 -1 2 0 0 0
[pid=28739/tid=28758] ppid=28737 vsize=10548892 CPUtime=2.64 cores=0,2,4,6
/proc/28739/task/28758/stat : 28758 (java) R 28737 28739 25956 0 -1 4202560 371 0 0 0 264 0 0 0 25 0 22 0 830490524 10802065408 127276 33554432000 1073741824 1073778376 140736507400800 18446744073709551615 46912505863271 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=28739/tid=28759] ppid=28737 vsize=10548892 CPUtime=2.63 cores=0,2,4,6
/proc/28739/task/28759/stat : 28759 (java) R 28737 28739 25956 0 -1 4202560 102753 0 0 0 250 13 0 0 25 0 22 0 830490524 10802065408 127276 33554432000 1073741824 1073778376 140736507400800 18446744073709551615 46912505896336 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=28739/tid=28760] ppid=28737 vsize=10548892 CPUtime=0 cores=0,2,4,6
/proc/28739/task/28760/stat : 28760 (java) S 28737 28739 25956 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 830490528 10802065408 127276 33554432000 1073741824 1073778376 140736507400800 18446744073709551615 218917547520 0 4 0 16800975 18446604450421950464 0 0 -1 4 0 0 0
[pid=28739/tid=28761] ppid=28737 vsize=10548892 CPUtime=0 cores=0,2,4,6
/proc/28739/task/28761/stat : 28761 (java) S 28737 28739 25956 0 -1 4202560 8 0 0 0 0 0 0 0 22 0 22 0 830490528 10802065408 127276 33554432000 1073741824 1073778376 140736507400800 18446744073709551615 218917547520 0 4 0 16800975 18446604450421950464 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 6.72
Current children cumulated vsize (KiB) 10548892

[startup+6.30083 s]
/proc/loadavg: 3.46 3.45 2.87 5/567 28761
/proc/meminfo: memFree=21651804/32951124 swapFree=56930356/67111528
[pid=28739] ppid=28737 vsize=10548892 CPUtime=13.55 cores=0,2,4,6
/proc/28739/stat : 28739 (java) S 28737 28739 25956 0 -1 4202496 209987 0 1 0 1327 28 0 0 25 0 22 0 830490479 10802065408 199615 33554432000 1073741824 1073778376 140736507400800 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/28739/statm: 2637223 199615 2266 9 0 2627957 0
[pid=28739/tid=28740] ppid=28737 vsize=10548892 CPUtime=0.44 cores=0,2,4,6
/proc/28739/task/28740/stat : 28740 (java) S 28737 28739 25956 0 -1 4202560 20397 0 1 0 42 2 0 0 15 0 22 0 830490480 10802065408 199615 33554432000 1073741824 1073778376 140736507400800 18446744073709551615 218917547520 0 4 0 16800975 18446604450421950464 0 0 -1 6 0 0 0
[pid=28739/tid=28742] ppid=28737 vsize=10548892 CPUtime=0 cores=0,2,4,6
/proc/28739/task/28742/stat : 28742 (java) S 28737 28739 25956 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 830490481 10802065408 199615 33554432000 1073741824 1073778376 140736507400800 18446744073709551615 218917546905 0 4 0 16800975 18446604450421950464 0 0 -1 6 0 0 0
[pid=28739/tid=28743] ppid=28737 vsize=10548892 CPUtime=0 cores=0,2,4,6
/proc/28739/task/28743/stat : 28743 (java) S 28737 28739 25956 0 -1 4202560 2 0 0 0 0 0 0 0 17 0 22 0 830490481 10802065408 199615 33554432000 1073741824 1073778376 140736507400800 18446744073709551615 218917546905 0 4 0 16800975 18446604450421950464 0 0 -1 6 0 0 0
[pid=28739/tid=28744] ppid=28737 vsize=10548892 CPUtime=0 cores=0,2,4,6
/proc/28739/task/28744/stat : 28744 (java) S 28737 28739 25956 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 830490481 10802065408 199615 33554432000 1073741824 1073778376 140736507400800 18446744073709551615 218917546905 0 4 0 16800975 18446604450421950464 0 0 -1 6 0 0 0
[pid=28739/tid=28745] ppid=28737 vsize=10548892 CPUtime=0 cores=0,2,4,6
/proc/28739/task/28745/stat : 28745 (java) S 28737 28739 25956 0 -1 4202560 384 0 0 0 0 0 0 0 18 0 22 0 830490481 10802065408 199615 33554432000 1073741824 1073778376 140736507400800 18446744073709551615 218917546905 0 4 0 16800975 18446604450421950464 0 0 -1 6 0 0 0
[pid=28739/tid=28746] ppid=28737 vsize=10548892 CPUtime=0 cores=0,2,4,6
/proc/28739/task/28746/stat : 28746 (java) S 28737 28739 25956 0 -1 4202560 367 0 0 0 0 0 0 0 18 0 22 0 830490481 10802065408 199615 33554432000 1073741824 1073778376 140736507400800 18446744073709551615 218917546905 0 4 0 16800975 18446604450421950464 0 0 -1 0 0 0 0
[pid=28739/tid=28747] ppid=28737 vsize=10548892 CPUtime=0 cores=0,2,4,6
/proc/28739/task/28747/stat : 28747 (java) S 28737 28739 25956 0 -1 4202560 129 0 0 0 0 0 0 0 18 0 22 0 830490481 10802065408 199615 33554432000 1073741824 1073778376 140736507400800 18446744073709551615 218917546905 0 4 0 16800975 18446604450421950464 0 0 -1 6 0 0 0
[pid=28739/tid=28748] ppid=28737 vsize=10548892 CPUtime=0 cores=0,2,4,6
/proc/28739/task/28748/stat : 28748 (java) S 28737 28739 25956 0 -1 4202560 393 0 0 0 0 0 0 0 17 0 22 0 830490481 10802065408 199615 33554432000 1073741824 1073778376 140736507400800 18446744073709551615 218917546905 0 4 0 16800975 18446604450421950464 0 0 -1 2 0 0 0
[pid=28739/tid=28749] ppid=28737 vsize=10548892 CPUtime=0 cores=0,2,4,6
/proc/28739/task/28749/stat : 28749 (java) S 28737 28739 25956 0 -1 4202560 407 0 0 0 0 0 0 0 18 0 22 0 830490481 10802065408 199615 33554432000 1073741824 1073778376 140736507400800 18446744073709551615 218917546905 0 4 0 16800975 18446604450421950464 0 0 -1 6 0 0 0

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

/proc/meminfo: memFree=18762632/32951124 swapFree=56930356/67111528
[pid=28739] ppid=28737 vsize=10548892 CPUtime=1640.93 cores=0,2,4,6
/proc/28739/stat : 28739 (java) S 28737 28739 25956 0 -1 4202496 862114 0 1 0 163982 111 0 0 25 0 22 0 830490479 10802065408 849107 33554432000 1073741824 1073778376 140736507400800 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/28739/statm: 2637223 849107 2267 9 0 2627957 0
[pid=28739/tid=28740] ppid=28737 vsize=10548892 CPUtime=0.44 cores=0,2,4,6
/proc/28739/task/28740/stat : 28740 (java) S 28737 28739 25956 0 -1 4202560 20404 0 1 0 42 2 0 0 15 0 22 0 830490480 10802065408 849107 33554432000 1073741824 1073778376 140736507400800 18446744073709551615 218917547520 0 4 0 16800975 18446604450421950464 0 0 -1 6 0 0 0
[pid=28739/tid=28742] ppid=28737 vsize=10548892 CPUtime=0.09 cores=0,2,4,6
/proc/28739/task/28742/stat : 28742 (java) S 28737 28739 25956 0 -1 4202560 317 0 0 0 9 0 0 0 15 0 22 0 830490481 10802065408 849107 33554432000 1073741824 1073778376 140736507400800 18446744073709551615 218917546905 0 4 0 16800975 18446604450421950464 0 0 -1 6 0 0 0
[pid=28739/tid=28743] ppid=28737 vsize=10548892 CPUtime=0.11 cores=0,2,4,6
/proc/28739/task/28743/stat : 28743 (java) S 28737 28739 25956 0 -1 4202560 965 0 0 0 11 0 0 0 16 0 22 0 830490481 10802065408 849107 33554432000 1073741824 1073778376 140736507400800 18446744073709551615 218917546905 0 4 0 16800975 18446604450421950464 0 0 -1 6 0 0 0
[pid=28739/tid=28744] ppid=28737 vsize=10548892 CPUtime=0.1 cores=0,2,4,6
/proc/28739/task/28744/stat : 28744 (java) S 28737 28739 25956 0 -1 4202560 865 0 0 0 10 0 0 0 15 0 22 0 830490481 10802065408 849107 33554432000 1073741824 1073778376 140736507400800 18446744073709551615 218917546905 0 4 0 16800975 18446604450421950464 0 0 -1 0 0 0 0
[pid=28739/tid=28745] ppid=28737 vsize=10548892 CPUtime=0.09 cores=0,2,4,6
/proc/28739/task/28745/stat : 28745 (java) S 28737 28739 25956 0 -1 4202560 578 0 0 0 9 0 0 0 15 0 22 0 830490481 10802065408 849107 33554432000 1073741824 1073778376 140736507400800 18446744073709551615 218917546905 0 4 0 16800975 18446604450421950464 0 0 -1 0 0 0 0
[pid=28739/tid=28746] ppid=28737 vsize=10548892 CPUtime=0.09 cores=0,2,4,6
/proc/28739/task/28746/stat : 28746 (java) S 28737 28739 25956 0 -1 4202560 812 0 0 0 9 0 0 0 15 0 22 0 830490481 10802065408 849107 33554432000 1073741824 1073778376 140736507400800 18446744073709551615 218917546905 0 4 0 16800975 18446604450421950464 0 0 -1 0 0 0 0
[pid=28739/tid=28747] ppid=28737 vsize=10548892 CPUtime=0.1 cores=0,2,4,6
/proc/28739/task/28747/stat : 28747 (java) S 28737 28739 25956 0 -1 4202560 480 0 0 0 10 0 0 0 16 0 22 0 830490481 10802065408 849107 33554432000 1073741824 1073778376 140736507400800 18446744073709551615 218917546905 0 4 0 16800975 18446604450421950464 0 0 -1 0 0 0 0
[pid=28739/tid=28748] ppid=28737 vsize=10548892 CPUtime=0.09 cores=0,2,4,6
/proc/28739/task/28748/stat : 28748 (java) S 28737 28739 25956 0 -1 4202560 816 0 0 0 9 0 0 0 16 0 22 0 830490481 10802065408 849107 33554432000 1073741824 1073778376 140736507400800 18446744073709551615 218917546905 0 4 0 16800975 18446604450421950464 0 0 -1 6 0 0 0
[pid=28739/tid=28749] ppid=28737 vsize=10548892 CPUtime=0.11 cores=0,2,4,6
/proc/28739/task/28749/stat : 28749 (java) S 28737 28739 25956 0 -1 4202560 713 0 0 0 11 0 0 0 16 0 22 0 830490481 10802065408 849107 33554432000 1073741824 1073778376 140736507400800 18446744073709551615 218917546905 0 4 0 16800975 18446604450421950464 0 0 -1 6 0 0 0
[pid=28739/tid=28750] ppid=28737 vsize=10548892 CPUtime=5.42 cores=0,2,4,6
/proc/28739/task/28750/stat : 28750 (java) S 28737 28739 25956 0 -1 4202560 29422 0 0 0 538 4 0 0 15 0 22 0 830490482 10802065408 849107 33554432000 1073741824 1073778376 140736507400800 18446744073709551615 218917547520 0 0 0 16800975 18446604450421950464 0 0 -1 4 0 0 0
[pid=28739/tid=28751] ppid=28737 vsize=10548892 CPUtime=0 cores=0,2,4,6
/proc/28739/task/28751/stat : 28751 (java) S 28737 28739 25956 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830490483 10802065408 849107 33554432000 1073741824 1073778376 140736507400800 18446744073709551615 218917546905 0 4 0 16800975 18446604450421950464 0 0 -1 4 0 0 0
[pid=28739/tid=28752] ppid=28737 vsize=10548892 CPUtime=0 cores=0,2,4,6
/proc/28739/task/28752/stat : 28752 (java) S 28737 28739 25956 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 830490483 10802065408 849107 33554432000 1073741824 1073778376 140736507400800 18446744073709551615 218917546905 0 4 0 16800975 18446604450421950464 0 0 -1 4 0 0 0
[pid=28739/tid=28753] ppid=28737 vsize=10548892 CPUtime=0 cores=0,2,4,6
/proc/28739/task/28753/stat : 28753 (java) S 28737 28739 25956 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830490485 10802065408 849107 33554432000 1073741824 1073778376 140736507400800 18446744073709551615 218917554609 0 4 0 16800975 18446604450421950464 0 0 -1 4 0 0 0
[pid=28739/tid=28754] ppid=28737 vsize=10548892 CPUtime=0.61 cores=0,2,4,6
/proc/28739/task/28754/stat : 28754 (java) S 28737 28739 25956 0 -1 4202560 2653 0 0 0 61 0 0 0 15 0 22 0 830490485 10802065408 849107 33554432000 1073741824 1073778376 140736507400800 18446744073709551615 218917546905 0 4 0 16800975 18446604450421950464 0 0 -1 0 0 0 0
[pid=28739/tid=28755] ppid=28737 vsize=10548892 CPUtime=1.44 cores=0,2,4,6
/proc/28739/task/28755/stat : 28755 (java) S 28737 28739 25956 0 -1 4202560 15122 0 0 0 142 2 0 0 15 0 22 0 830490485 10802065408 849107 33554432000 1073741824 1073778376 140736507400800 18446744073709551615 218917546905 0 4 0 16800975 18446604450421950464 0 0 -1 2 0 0 0
[pid=28739/tid=28756] ppid=28737 vsize=10548892 CPUtime=0 cores=0,2,4,6
/proc/28739/task/28756/stat : 28756 (java) S 28737 28739 25956 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830490485 10802065408 849107 33554432000 1073741824 1073778376 140736507400800 18446744073709551615 218917546905 0 4 0 16800975 18446604450421950464 0 0 -1 4 0 0 0
[pid=28739/tid=28757] ppid=28737 vsize=10548892 CPUtime=0 cores=0,2,4,6
/proc/28739/task/28757/stat : 28757 (java) S 28737 28739 25956 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 22 0 830490485 10802065408 849107 33554432000 1073741824 1073778376 140736507400800 18446744073709551615 218917547520 0 4 0 16800975 18446604450421950464 0 0 -1 0 0 0 0
[pid=28739/tid=28758] ppid=28737 vsize=10548892 CPUtime=816.11 cores=0,2,4,6
/proc/28739/task/28758/stat : 28758 (java) R 28737 28739 25956 0 -1 4202560 629 0 0 0 81610 1 0 0 25 0 22 0 830490524 10802065408 849107 33554432000 1073741824 1073778376 140736507400800 18446744073709551615 46912505831474 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=28739/tid=28759] ppid=28737 vsize=10548892 CPUtime=816.04 cores=0,2,4,6
/proc/28739/task/28759/stat : 28759 (java) R 28737 28739 25956 0 -1 4202560 787133 0 0 0 81506 98 0 0 25 0 22 0 830490524 10802065408 849107 33554432000 1073741824 1073778376 140736507400800 18446744073709551615 46912505812263 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=28739/tid=28760] ppid=28737 vsize=10548892 CPUtime=0 cores=0,2,4,6
/proc/28739/task/28760/stat : 28760 (java) S 28737 28739 25956 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 830490528 10802065408 849107 33554432000 1073741824 1073778376 140736507400800 18446744073709551615 218917547520 0 4 0 16800975 18446604450421950464 0 0 -1 4 0 0 0
[pid=28739/tid=28761] ppid=28737 vsize=10548892 CPUtime=0 cores=0,2,4,6
/proc/28739/task/28761/stat : 28761 (java) S 28737 28739 25956 0 -1 4202560 8 0 0 0 0 0 0 0 22 0 22 0 830490528 10802065408 849107 33554432000 1073741824 1073778376 140736507400800 18446744073709551615 218917547520 0 4 0 16800975 18446604450421950464 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1640.93
Current children cumulated vsize (KiB) 10548892

[startup+882.321 s]
/proc/loadavg: 3.87 3.87 3.47 5/567 28897
/proc/meminfo: memFree=18743828/32951124 swapFree=56930356/67111528
[pid=28739] ppid=28737 vsize=10548892 CPUtime=1760.55 cores=0,2,4,6
/proc/28739/stat : 28739 (java) S 28737 28739 25956 0 -1 4202496 863247 0 1 0 175944 111 0 0 25 0 22 0 830490479 10802065408 850229 33554432000 1073741824 1073778376 140736507400800 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/28739/statm: 2637223 850229 2267 9 0 2627957 0
[pid=28739/tid=28740] ppid=28737 vsize=10548892 CPUtime=0.44 cores=0,2,4,6
/proc/28739/task/28740/stat : 28740 (java) S 28737 28739 25956 0 -1 4202560 20405 0 1 0 42 2 0 0 15 0 22 0 830490480 10802065408 850229 33554432000 1073741824 1073778376 140736507400800 18446744073709551615 218917547520 0 4 0 16800975 18446604450421950464 0 0 -1 6 0 0 0
[pid=28739/tid=28742] ppid=28737 vsize=10548892 CPUtime=0.09 cores=0,2,4,6
/proc/28739/task/28742/stat : 28742 (java) S 28737 28739 25956 0 -1 4202560 317 0 0 0 9 0 0 0 15 0 22 0 830490481 10802065408 850229 33554432000 1073741824 1073778376 140736507400800 18446744073709551615 218917546905 0 4 0 16800975 18446604450421950464 0 0 -1 6 0 0 0
[pid=28739/tid=28743] ppid=28737 vsize=10548892 CPUtime=0.11 cores=0,2,4,6
/proc/28739/task/28743/stat : 28743 (java) S 28737 28739 25956 0 -1 4202560 965 0 0 0 11 0 0 0 16 0 22 0 830490481 10802065408 850229 33554432000 1073741824 1073778376 140736507400800 18446744073709551615 218917546905 0 4 0 16800975 18446604450421950464 0 0 -1 0 0 0 0
[pid=28739/tid=28744] ppid=28737 vsize=10548892 CPUtime=0.1 cores=0,2,4,6
/proc/28739/task/28744/stat : 28744 (java) S 28737 28739 25956 0 -1 4202560 865 0 0 0 10 0 0 0 16 0 22 0 830490481 10802065408 850229 33554432000 1073741824 1073778376 140736507400800 18446744073709551615 218917546905 0 4 0 16800975 18446604450421950464 0 0 -1 6 0 0 0
[pid=28739/tid=28745] ppid=28737 vsize=10548892 CPUtime=0.09 cores=0,2,4,6
/proc/28739/task/28745/stat : 28745 (java) S 28737 28739 25956 0 -1 4202560 578 0 0 0 9 0 0 0 15 0 22 0 830490481 10802065408 850229 33554432000 1073741824 1073778376 140736507400800 18446744073709551615 218917546905 0 4 0 16800975 18446604450421950464 0 0 -1 6 0 0 0
[pid=28739/tid=28746] ppid=28737 vsize=10548892 CPUtime=0.1 cores=0,2,4,6
/proc/28739/task/28746/stat : 28746 (java) S 28737 28739 25956 0 -1 4202560 812 0 0 0 10 0 0 0 16 0 22 0 830490481 10802065408 850229 33554432000 1073741824 1073778376 140736507400800 18446744073709551615 218917546905 0 4 0 16800975 18446604450421950464 0 0 -1 0 0 0 0
[pid=28739/tid=28747] ppid=28737 vsize=10548892 CPUtime=0.1 cores=0,2,4,6
/proc/28739/task/28747/stat : 28747 (java) S 28737 28739 25956 0 -1 4202560 480 0 0 0 10 0 0 0 15 0 22 0 830490481 10802065408 850229 33554432000 1073741824 1073778376 140736507400800 18446744073709551615 218917546905 0 4 0 16800975 18446604450421950464 0 0 -1 0 0 0 0
[pid=28739/tid=28748] ppid=28737 vsize=10548892 CPUtime=0.09 cores=0,2,4,6
/proc/28739/task/28748/stat : 28748 (java) S 28737 28739 25956 0 -1 4202560 816 0 0 0 9 0 0 0 16 0 22 0 830490481 10802065408 850229 33554432000 1073741824 1073778376 140736507400800 18446744073709551615 218917546905 0 4 0 16800975 18446604450421950464 0 0 -1 0 0 0 0
[pid=28739/tid=28749] ppid=28737 vsize=10548892 CPUtime=0.11 cores=0,2,4,6
/proc/28739/task/28749/stat : 28749 (java) S 28737 28739 25956 0 -1 4202560 713 0 0 0 11 0 0 0 15 0 22 0 830490481 10802065408 850229 33554432000 1073741824 1073778376 140736507400800 18446744073709551615 218917546905 0 4 0 16800975 18446604450421950464 0 0 -1 6 0 0 0
[pid=28739/tid=28750] ppid=28737 vsize=10548892 CPUtime=5.84 cores=0,2,4,6
/proc/28739/task/28750/stat : 28750 (java) S 28737 28739 25956 0 -1 4202560 30548 0 0 0 580 4 0 0 15 0 22 0 830490482 10802065408 850229 33554432000 1073741824 1073778376 140736507400800 18446744073709551615 218917547520 0 0 0 16800975 18446604450421950464 0 0 -1 4 0 0 0
[pid=28739/tid=28751] ppid=28737 vsize=10548892 CPUtime=0 cores=0,2,4,6
/proc/28739/task/28751/stat : 28751 (java) S 28737 28739 25956 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830490483 10802065408 850229 33554432000 1073741824 1073778376 140736507400800 18446744073709551615 218917546905 0 4 0 16800975 18446604450421950464 0 0 -1 4 0 0 0
[pid=28739/tid=28752] ppid=28737 vsize=10548892 CPUtime=0 cores=0,2,4,6
/proc/28739/task/28752/stat : 28752 (java) S 28737 28739 25956 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 830490483 10802065408 850229 33554432000 1073741824 1073778376 140736507400800 18446744073709551615 218917546905 0 4 0 16800975 18446604450421950464 0 0 -1 4 0 0 0
[pid=28739/tid=28753] ppid=28737 vsize=10548892 CPUtime=0 cores=0,2,4,6
/proc/28739/task/28753/stat : 28753 (java) S 28737 28739 25956 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830490485 10802065408 850229 33554432000 1073741824 1073778376 140736507400800 18446744073709551615 218917554609 0 4 0 16800975 18446604450421950464 0 0 -1 4 0 0 0
[pid=28739/tid=28754] ppid=28737 vsize=10548892 CPUtime=0.61 cores=0,2,4,6
/proc/28739/task/28754/stat : 28754 (java) S 28737 28739 25956 0 -1 4202560 2653 0 0 0 61 0 0 0 15 0 22 0 830490485 10802065408 850229 33554432000 1073741824 1073778376 140736507400800 18446744073709551615 218917546905 0 4 0 16800975 18446604450421950464 0 0 -1 0 0 0 0
[pid=28739/tid=28755] ppid=28737 vsize=10548892 CPUtime=1.44 cores=0,2,4,6
/proc/28739/task/28755/stat : 28755 (java) S 28737 28739 25956 0 -1 4202560 15122 0 0 0 142 2 0 0 15 0 22 0 830490485 10802065408 850229 33554432000 1073741824 1073778376 140736507400800 18446744073709551615 218917546905 0 4 0 16800975 18446604450421950464 0 0 -1 2 0 0 0
[pid=28739/tid=28756] ppid=28737 vsize=10548892 CPUtime=0 cores=0,2,4,6
/proc/28739/task/28756/stat : 28756 (java) S 28737 28739 25956 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830490485 10802065408 850229 33554432000 1073741824 1073778376 140736507400800 18446744073709551615 218917546905 0 4 0 16800975 18446604450421950464 0 0 -1 4 0 0 0
[pid=28739/tid=28757] ppid=28737 vsize=10548892 CPUtime=0 cores=0,2,4,6
/proc/28739/task/28757/stat : 28757 (java) S 28737 28739 25956 0 -1 4202560 51 0 0 0 0 0 0 0 15 0 22 0 830490485 10802065408 850229 33554432000 1073741824 1073778376 140736507400800 18446744073709551615 218917547520 0 4 0 16800975 18446604450421950464 0 0 -1 0 0 0 0
[pid=28739/tid=28758] ppid=28737 vsize=10548892 CPUtime=875.69 cores=0,2,4,6
/proc/28739/task/28758/stat : 28758 (java) R 28737 28739 25956 0 -1 4202560 630 0 0 0 87568 1 0 0 25 0 22 0 830490524 10802065408 850229 33554432000 1073741824 1073778376 140736507400800 18446744073709551615 46912505863921 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=28739/tid=28759] ppid=28737 vsize=10548892 CPUtime=875.62 cores=0,2,4,6
/proc/28739/task/28759/stat : 28759 (java) R 28737 28739 25956 0 -1 4202560 787134 0 0 0 87464 98 0 0 25 0 22 0 830490524 10802065408 850229 33554432000 1073741824 1073778376 140736507400800 18446744073709551615 46912505909933 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=28739/tid=28760] ppid=28737 vsize=10548892 CPUtime=0 cores=0,2,4,6
/proc/28739/task/28760/stat : 28760 (java) S 28737 28739 25956 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 830490528 10802065408 850229 33554432000 1073741824 1073778376 140736507400800 18446744073709551615 218917547520 0 4 0 16800975 18446604450421950464 0 0 -1 4 0 0 0
[pid=28739/tid=28761] ppid=28737 vsize=10548892 CPUtime=0 cores=0,2,4,6
/proc/28739/task/28761/stat : 28761 (java) S 28737 28739 25956 0 -1 4202560 8 0 0 0 0 0 0 0 22 0 22 0 830490528 10802065408 850229 33554432000 1073741824 1073778376 140736507400800 18446744073709551615 218917547520 0 4 0 16800975 18446604450421950464 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1760.55
Current children cumulated vsize (KiB) 10548892



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+902.201 s]
/proc/loadavg: 3.90 3.88 3.48 5/567 28897
/proc/meminfo: memFree=18735512/32951124 swapFree=56930356/67111528
[pid=28739] ppid=28737 vsize=10548892 CPUtime=1800.04 cores=0,2,4,6
/proc/28739/stat : 28739 (java) S 28737 28739 25956 0 -1 4202496 864395 0 1 0 179892 112 0 0 25 0 22 0 830490479 10802065408 851373 33554432000 1073741824 1073778376 140736507400800 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/28739/statm: 2637223 851373 2267 9 0 2627957 0
[pid=28739/tid=28740] ppid=28737 vsize=10548892 CPUtime=0.44 cores=0,2,4,6
/proc/28739/task/28740/stat : 28740 (java) S 28737 28739 25956 0 -1 4202560 20406 0 1 0 42 2 0 0 15 0 22 0 830490480 10802065408 851373 33554432000 1073741824 1073778376 140736507400800 18446744073709551615 218917547520 0 4 0 16800975 18446604450421950464 0 0 -1 6 0 0 0
[pid=28739/tid=28742] ppid=28737 vsize=10548892 CPUtime=0.09 cores=0,2,4,6
/proc/28739/task/28742/stat : 28742 (java) S 28737 28739 25956 0 -1 4202560 317 0 0 0 9 0 0 0 15 0 22 0 830490481 10802065408 851373 33554432000 1073741824 1073778376 140736507400800 18446744073709551615 218917546905 0 4 0 16800975 18446604450421950464 0 0 -1 6 0 0 0
[pid=28739/tid=28743] ppid=28737 vsize=10548892 CPUtime=0.11 cores=0,2,4,6
/proc/28739/task/28743/stat : 28743 (java) S 28737 28739 25956 0 -1 4202560 965 0 0 0 11 0 0 0 15 0 22 0 830490481 10802065408 851373 33554432000 1073741824 1073778376 140736507400800 18446744073709551615 218917546905 0 4 0 16800975 18446604450421950464 0 0 -1 0 0 0 0
[pid=28739/tid=28744] ppid=28737 vsize=10548892 CPUtime=0.1 cores=0,2,4,6
/proc/28739/task/28744/stat : 28744 (java) S 28737 28739 25956 0 -1 4202560 865 0 0 0 10 0 0 0 16 0 22 0 830490481 10802065408 851373 33554432000 1073741824 1073778376 140736507400800 18446744073709551615 218917546905 0 4 0 16800975 18446604450421950464 0 0 -1 0 0 0 0
[pid=28739/tid=28745] ppid=28737 vsize=10548892 CPUtime=0.09 cores=0,2,4,6
/proc/28739/task/28745/stat : 28745 (java) S 28737 28739 25956 0 -1 4202560 578 0 0 0 9 0 0 0 15 0 22 0 830490481 10802065408 851373 33554432000 1073741824 1073778376 140736507400800 18446744073709551615 218917546905 0 4 0 16800975 18446604450421950464 0 0 -1 6 0 0 0
[pid=28739/tid=28746] ppid=28737 vsize=10548892 CPUtime=0.11 cores=0,2,4,6
/proc/28739/task/28746/stat : 28746 (java) S 28737 28739 25956 0 -1 4202560 812 0 0 0 11 0 0 0 15 0 22 0 830490481 10802065408 851373 33554432000 1073741824 1073778376 140736507400800 18446744073709551615 218917546905 0 4 0 16800975 18446604450421950464 0 0 -1 0 0 0 0
[pid=28739/tid=28747] ppid=28737 vsize=10548892 CPUtime=0.11 cores=0,2,4,6
/proc/28739/task/28747/stat : 28747 (java) S 28737 28739 25956 0 -1 4202560 480 0 0 0 11 0 0 0 15 0 22 0 830490481 10802065408 851373 33554432000 1073741824 1073778376 140736507400800 18446744073709551615 218917546905 0 4 0 16800975 18446604450421950464 0 0 -1 2 0 0 0
[pid=28739/tid=28748] ppid=28737 vsize=10548892 CPUtime=0.1 cores=0,2,4,6
/proc/28739/task/28748/stat : 28748 (java) S 28737 28739 25956 0 -1 4202560 818 0 0 0 10 0 0 0 15 0 22 0 830490481 10802065408 851373 33554432000 1073741824 1073778376 140736507400800 18446744073709551615 218917546905 0 4 0 16800975 18446604450421950464 0 0 -1 0 0 0 0
[pid=28739/tid=28749] ppid=28737 vsize=10548892 CPUtime=0.12 cores=0,2,4,6
/proc/28739/task/28749/stat : 28749 (java) S 28737 28739 25956 0 -1 4202560 714 0 0 0 12 0 0 0 16 0 22 0 830490481 10802065408 851373 33554432000 1073741824 1073778376 140736507400800 18446744073709551615 218917546905 0 4 0 16800975 18446604450421950464 0 0 -1 6 0 0 0
[pid=28739/tid=28750] ppid=28737 vsize=10548892 CPUtime=6.16 cores=0,2,4,6
/proc/28739/task/28750/stat : 28750 (java) S 28737 28739 25956 0 -1 4202560 31689 0 0 0 612 4 0 0 15 0 22 0 830490482 10802065408 851373 33554432000 1073741824 1073778376 140736507400800 18446744073709551615 218917547520 0 0 0 16800975 18446604450421950464 0 0 -1 4 0 0 0
[pid=28739/tid=28751] ppid=28737 vsize=10548892 CPUtime=0 cores=0,2,4,6
/proc/28739/task/28751/stat : 28751 (java) S 28737 28739 25956 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830490483 10802065408 851373 33554432000 1073741824 1073778376 140736507400800 18446744073709551615 218917546905 0 4 0 16800975 18446604450421950464 0 0 -1 4 0 0 0
[pid=28739/tid=28752] ppid=28737 vsize=10548892 CPUtime=0 cores=0,2,4,6
/proc/28739/task/28752/stat : 28752 (java) S 28737 28739 25956 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 830490483 10802065408 851373 33554432000 1073741824 1073778376 140736507400800 18446744073709551615 218917546905 0 4 0 16800975 18446604450421950464 0 0 -1 4 0 0 0
[pid=28739/tid=28753] ppid=28737 vsize=10548892 CPUtime=0 cores=0,2,4,6
/proc/28739/task/28753/stat : 28753 (java) S 28737 28739 25956 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830490485 10802065408 851373 33554432000 1073741824 1073778376 140736507400800 18446744073709551615 218917554609 0 4 0 16800975 18446604450421950464 0 0 -1 4 0 0 0
[pid=28739/tid=28754] ppid=28737 vsize=10548892 CPUtime=0.61 cores=0,2,4,6
/proc/28739/task/28754/stat : 28754 (java) S 28737 28739 25956 0 -1 4202560 2653 0 0 0 61 0 0 0 15 0 22 0 830490485 10802065408 851373 33554432000 1073741824 1073778376 140736507400800 18446744073709551615 218917546905 0 4 0 16800975 18446604450421950464 0 0 -1 0 0 0 0
[pid=28739/tid=28755] ppid=28737 vsize=10548892 CPUtime=1.44 cores=0,2,4,6
/proc/28739/task/28755/stat : 28755 (java) S 28737 28739 25956 0 -1 4202560 15122 0 0 0 142 2 0 0 15 0 22 0 830490485 10802065408 851373 33554432000 1073741824 1073778376 140736507400800 18446744073709551615 218917546905 0 4 0 16800975 18446604450421950464 0 0 -1 2 0 0 0
[pid=28739/tid=28756] ppid=28737 vsize=10548892 CPUtime=0 cores=0,2,4,6
/proc/28739/task/28756/stat : 28756 (java) S 28737 28739 25956 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830490485 10802065408 851373 33554432000 1073741824 1073778376 140736507400800 18446744073709551615 218917546905 0 4 0 16800975 18446604450421950464 0 0 -1 4 0 0 0
[pid=28739/tid=28757] ppid=28737 vsize=10548892 CPUtime=0 cores=0,2,4,6
/proc/28739/task/28757/stat : 28757 (java) S 28737 28739 25956 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 22 0 830490485 10802065408 851373 33554432000 1073741824 1073778376 140736507400800 18446744073709551615 218917547520 0 4 0 16800975 18446604450421950464 0 0 -1 0 0 0 0
[pid=28739/tid=28758] ppid=28737 vsize=10548892 CPUtime=895.27 cores=0,2,4,6
/proc/28739/task/28758/stat : 28758 (java) R 28737 28739 25956 0 -1 4202560 630 0 0 0 89525 2 0 0 25 0 22 0 830490524 10802065408 851373 33554432000 1073741824 1073778376 140736507400800 18446744073709551615 46912505863264 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=28739/tid=28759] ppid=28737 vsize=10548892 CPUtime=895.19 cores=0,2,4,6
/proc/28739/task/28759/stat : 28759 (java) R 28737 28739 25956 0 -1 4202560 787135 0 0 0 89421 98 0 0 25 0 22 0 830490524 10802065408 851373 33554432000 1073741824 1073778376 140736507400800 18446744073709551615 46912505896280 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=28739/tid=28760] ppid=28737 vsize=10548892 CPUtime=0 cores=0,2,4,6
/proc/28739/task/28760/stat : 28760 (java) S 28737 28739 25956 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 830490528 10802065408 851373 33554432000 1073741824 1073778376 140736507400800 18446744073709551615 218917547520 0 4 0 16800975 18446604450421950464 0 0 -1 4 0 0 0
[pid=28739/tid=28761] ppid=28737 vsize=10548892 CPUtime=0 cores=0,2,4,6
/proc/28739/task/28761/stat : 28761 (java) S 28737 28739 25956 0 -1 4202560 8 0 0 0 0 0 0 0 22 0 22 0 830490528 10802065408 851373 33554432000 1073741824 1073778376 140736507400800 18446744073709551615 218917547520 0 4 0 16800975 18446604450421950464 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 10548892

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

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

[startup+902.327 s]
/proc/loadavg: 3.90 3.88 3.48 5/567 28897
/proc/meminfo: memFree=18735512/32951124 swapFree=56930356/67111528
[pid=28739] ppid=28737 vsize=0 CPUtime=1800.19 cores=0,2,4,6
/proc/28739/stat : 28739 (java) Z 28737 28739 25956 0 -1 4203548 864425 0 1 0 179899 120 0 0 17 0 2 0 830490479 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/28739/statm: 0 0 0 0 0 0 0
[pid=28739/tid=28759] ppid=28737 vsize=0 CPUtime=895.3 cores=0,2,4,6
/proc/28739/task/28759/stat : 28759 (java) R 28737 28739 25956 0 -1 4203588 787135 0 0 0 89423 107 0 0 25 0 2 0 830490524 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1800.19
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 902.381
CPU time (s): 1800.25
CPU user time (s): 1798.99
CPU system time (s): 1.26181
CPU usage (%): 199.5
Max. virtual memory (cumulated for all children) (KiB): 10548892

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

runsolver used 5.06023 second user time and 11.0583 second system time

The end

Launcher Data

Begin job on node137 at 2011-06-04 14:02:08
IDJOB=3454174
IDBENCH=2109
IDSOLVER=1950
FILE ID=node137/3454174-1307188928
RUNJOBID= node137-1307187972-28516
PBS_JOBID= 13508854
Free space on /tmp= 73732 MiB

SOLVER NAME= Sat4j Res//CP 2.3.0
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-par32-3.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3454174-1307188928/watcher-3454174-1307188928 -o /tmp/evaluation-result-3454174-1307188928/solver-3454174-1307188928 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3454174-1307188928.opb

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

MD5SUM BENCH= 473e2cd0e31e48ba0932d7bd34857dd0
RANDOM SEED=1707719659

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.844
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.74
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.844
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.844
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.844
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.83
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.844
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:     32951124 kB
MemFree:      22449112 kB
Buffers:        285252 kB
Cached:         512488 kB
SwapCached:      12312 kB
Active:        9770092 kB
Inactive:       467120 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22449112 kB
SwapTotal:    67111528 kB
SwapFree:     56930356 kB
Dirty:             972 kB
Writeback:           0 kB
AnonPages:     9437008 kB
Mapped:          29732 kB
Slab:           117676 kB
PageTables:      77376 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 172913496 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= 73732 MiB
End job on node137 at 2011-06-04 14:17:12