Trace number 3741742

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
PB10: SAT4J PB RES // CP 2.2.0 2010-05-31? (TO) 1802.3 985.528

General information on the benchmark

Name/OPT-SMALLINT-LIN/
kullmann/normalized-sbox_8_shg.opb
MD5SUM3cb4e48d7e295175417c2e8c2155aba3
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark655
Best CPU time to get the best result obtained on this benchmark1800.93
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables136253
Total number of constraints65280
Number of constraints which are clauses65280
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 constraint170
Maximum length of a constraint1517
Number of terms in the objective function 136253
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 136253
Number of bits of the sum of numbers in the objective function 18
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 136253
Number of bits of the biggest sum of numbers18
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

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.2.0.v20100531
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.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		1349517296
0.00/0.09	c Max memory 		1356595200
0.00/0.09	c Total memory 		1356595200
0.00/0.09	c Number of processors 	8
0.08/0.11	c Pseudo Boolean Optimization
0.08/0.11	c ManyCore solver with 2 solvers running in parallel
0.08/0.11	c --- Begin Solver configuration ---
0.08/0.11	c Stops conflict analysis at the first Unique Implication Point
0.08/0.11	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@431b9fb1
0.08/0.11	c Learn all clauses as in MiniSAT
0.08/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.11	c Expensive reason simplification
0.08/0.11	c Armin Biere (Picosat) restarts strategy
0.08/0.11	c Glucose learned constraints deletion strategy
0.08/0.11	c timeout=2147483s
0.08/0.11	c DB Simplification allowed=false
0.08/0.11	c --- End Solver configuration ---
0.08/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.11	c --- Begin Solver configuration ---
0.08/0.11	c Stops conflict analysis at the first Unique Implication Point
0.08/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5b2558d6
0.08/0.11	c Learn all clauses as in MiniSAT
0.08/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.11	c No reason simplification
0.08/0.11	c Armin Biere (Picosat) restarts strategy
0.08/0.11	c Glucose learned constraints deletion strategy
0.08/0.11	c timeout=2147483s
0.08/0.11	c DB Simplification allowed=false
0.08/0.11	c --- End Solver configuration ---
0.08/0.11	
0.08/0.11	c solving HOME/instance-3741742-1338782252.opb
0.08/0.11	c reading problem ... 
63.83/60.28	c ... done. Wall clock time 60.169s.
63.83/60.28	c #vars     136253
63.83/60.28	c #constraints  65280
63.83/60.28	c constraints type 
63.83/60.28	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 65280
63.83/60.28	c constraints type 
63.83/60.28	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 65280
64.91/60.65	c And the winner is Resolution
73.07/69.36	c SATISFIABLE
73.07/69.36	c OPTIMIZING...
73.07/69.36	c Got one! Elapsed wall clock time (in seconds):69.247
73.07/69.36	o 845
73.93/69.74	c And the winner is Resolution
82.09/78.54	c Got one! Elapsed wall clock time (in seconds):78.421
82.09/78.54	o 844
83.56/79.24	c And the winner is Resolution
92.03/88.03	c Got one! Elapsed wall clock time (in seconds):87.916
92.03/88.03	o 720
95.21/89.68	c And the winner is Resolution
103.90/98.61	c Got one! Elapsed wall clock time (in seconds):98.493
103.90/98.61	o 655
156.58/125.00	c cleaning 2496 clauses out of 5000 with flag 5000/5000
244.63/169.26	c cleaning 4249 clauses out of 8504 with flag 11000/11000
403.13/248.71	c cleaning 5622 clauses out of 11255 with flag 18000/18000
491.84/293.45	c cleaning 6808 clauses out of 13633 with flag 26000/26000
582.00/338.66	c cleaning 7907 clauses out of 15826 with flag 35001/35001
717.17/406.42	c cleaning 8954 clauses out of 17919 with flag 45001/45001
837.34/466.73	c cleaning 9973 clauses out of 19965 with flag 56001/56001
938.28/517.59	c cleaning 10986 clauses out of 21992 with flag 68001/68001
1059.02/578.12	c cleaning 12000 clauses out of 24005 with flag 81000/81000
1183.58/640.68	c cleaning 12997 clauses out of 26005 with flag 95000/95000
1299.28/699.07	c cleaning 13998 clauses out of 28009 with flag 110001/110001
1440.46/770.49	c cleaning 14999 clauses out of 30010 with flag 126000/126000
1604.77/852.94	c cleaning 15997 clauses out of 32011 with flag 143000/143000
1742.96/926.69	Exception in thread "Thread-11" java.lang.OutOfMemoryError: Java heap space
1742.96/926.69		at org.sat4j.minisat.constraints.cnf.HTClause.<init>(Unknown Source)
1742.96/926.69		at org.sat4j.minisat.constraints.cnf.LearntHTClause.<init>(Unknown Source)
1743.87/927.55		at org.sat4j.pb.constraints.AbstractPBDataStructureFactory.createUnregisteredClause(Unknown Source)
1744.76/928.42		at org.sat4j.minisat.core.Solver.analyze(Unknown Source)
1744.76/928.42		at org.sat4j.minisat.core.Solver.search(Unknown Source)
1744.76/928.42		at org.sat4j.minisat.core.Solver.isSatisfiable(Unknown Source)
1744.76/928.42		at org.sat4j.multicore.RunnableSolver.run(Unknown Source)
1746.46/930.15		at java.lang.Thread.run(Thread.java:662)

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3741742-1338782252/watcher-3741742-1338782252 -o /tmp/evaluation-result-3741742-1338782252/solver-3741742-1338782252 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3741742-1338782252.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.80 3.66 2.90 4/197 18067
/proc/meminfo: memFree=27651196/32873648 swapFree=7116/7116
[pid=18067] ppid=18065 vsize=272 CPUtime=0 cores=1,3,5,7
/proc/18067/stat : 18067 (java6) D 18065 18067 17860 0 -1 4202496 81 0 0 0 0 0 0 0 20 0 1 0 344352462 278528 33 33554432000 1073741824 1073778376 140734654294672 140734654291848 214528257319 0 0 4096 0 18446744072100609316 0 0 17 3 0 0 0 0 0
/proc/18067/statm: 68 33 25 9 0 25 0

[startup+0.0308241 s]
/proc/loadavg: 3.80 3.66 2.90 4/197 18067
/proc/meminfo: memFree=27651196/32873648 swapFree=7116/7116
[pid=18067] ppid=18065 vsize=2156296 CPUtime=0 cores=1,3,5,7
/proc/18067/stat : 18067 (java) S 18065 18067 17860 0 -1 4202496 2937 0 1 0 0 0 0 0 20 0 10 0 344352462 2208047104 3637 33554432000 1073741824 1073778376 140734983023072 140734983014208 214540779581 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18067/statm: 539074 3637 1082 9 0 530183 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2156296

[startup+0.100195 s]
/proc/loadavg: 3.80 3.66 2.90 4/197 18067
/proc/meminfo: memFree=27651196/32873648 swapFree=7116/7116
[pid=18067] ppid=18065 vsize=2699928 CPUtime=0.08 cores=1,3,5,7
/proc/18067/stat : 18067 (java) S 18065 18067 17860 0 -1 4202496 4645 0 1 0 7 1 0 0 20 0 18 0 344352462 2764726272 6346 33554432000 1073741824 1073778376 140734983023072 140734983014208 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18067/statm: 674982 6346 2080 9 0 665676 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 2699928

[startup+0.30018 s]
/proc/loadavg: 3.80 3.66 2.90 4/197 18067
/proc/meminfo: memFree=27651196/32873648 swapFree=7116/7116
[pid=18067] ppid=18065 vsize=2699928 CPUtime=0.45 cores=1,3,5,7
/proc/18067/stat : 18067 (java) S 18065 18067 17860 0 -1 4202496 5949 0 1 0 43 2 0 0 20 0 18 0 344352462 2764726272 14837 33554432000 1073741824 1073778376 140734983023072 140734983014208 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18067/statm: 674982 14837 2216 9 0 665676 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 2699928

[startup+0.70018 s]
/proc/loadavg: 3.80 3.66 2.90 4/197 18067
/proc/meminfo: memFree=27651196/32873648 swapFree=7116/7116
[pid=18067] ppid=18065 vsize=2699928 CPUtime=0.94 cores=1,3,5,7
/proc/18067/stat : 18067 (java) S 18065 18067 17860 0 -1 4202496 6110 0 1 0 89 5 0 0 20 0 18 0 344352462 2764726272 51734 33554432000 1073741824 1073778376 140734983023072 140734983014208 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18067/statm: 674982 51734 2219 9 0 665676 0
Current children cumulated CPU time (s) 0.94
Current children cumulated vsize (KiB) 2699928

[startup+1.50068 s]
/proc/loadavg: 3.80 3.66 2.90 4/215 18085
/proc/meminfo: memFree=27337908/32873648 swapFree=7116/7116
[pid=18067] ppid=18065 vsize=2699928 CPUtime=1.83 cores=1,3,5,7
/proc/18067/stat : 18067 (java) S 18065 18067 17860 0 -1 4202496 6283 0 1 0 171 12 0 0 20 0 18 0 344352462 2764726272 100915 33554432000 1073741824 1073778376 140734983023072 140734983014208 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18067/statm: 674982 100915 2235 9 0 665676 0
[pid=18067/tid=18069] ppid=18065 vsize=2699928 CPUtime=1.42 cores=1,3,5,7
/proc/18067/task/18069/stat : 18069 (java) R 18065 18067 17860 0 -1 4202560 2959 0 1 0 134 8 0 0 20 0 18 0 344352464 2764726272 100915 33554432000 1073741824 1073778376 140734983023072 140688411918256 214540805389 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=18067/tid=18070] ppid=18065 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/18067/task/18070/stat : 18070 (java) S 18065 18067 17860 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 18 0 344352465 2764726272 100915 33554432000 1073741824 1073778376 140734983023072 140688396208808 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18067/tid=18071] ppid=18065 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/18067/task/18071/stat : 18071 (java) S 18065 18067 17860 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 18 0 344352465 2764726272 100915 33554432000 1073741824 1073778376 140734983023072 140688395156264 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18067/tid=18072] ppid=18065 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/18067/task/18072/stat : 18072 (java) S 18065 18067 17860 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 344352465 2764726272 100915 33554432000 1073741824 1073778376 140734983023072 140688394103720 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18067/tid=18073] ppid=18065 vsize=2699928 CPUtime=0.02 cores=1,3,5,7
/proc/18067/task/18073/stat : 18073 (java) S 18065 18067 17860 0 -1 4202560 22 0 0 0 0 2 0 0 20 0 18 0 344352465 2764726272 100915 33554432000 1073741824 1073778376 140734983023072 140688393051176 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18067/tid=18074] ppid=18065 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/18067/task/18074/stat : 18074 (java) S 18065 18067 17860 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 18 0 344352465 2764726272 100915 33554432000 1073741824 1073778376 140734983023072 140688391997608 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18067/tid=18075] ppid=18065 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/18067/task/18075/stat : 18075 (java) S 18065 18067 17860 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 18 0 344352465 2764726272 100915 33554432000 1073741824 1073778376 140734983023072 140688390945064 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18067/tid=18076] ppid=18065 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/18067/task/18076/stat : 18076 (java) S 18065 18067 17860 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 18 0 344352465 2764726272 100915 33554432000 1073741824 1073778376 140734983023072 140688389892520 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18067/tid=18077] ppid=18065 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/18067/task/18077/stat : 18077 (java) S 18065 18067 17860 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 18 0 344352465 2764726272 100915 33554432000 1073741824 1073778376 140734983023072 140688388839976 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18067/tid=18078] ppid=18065 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/18067/task/18078/stat : 18078 (java) S 18065 18067 17860 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 344352466 2764726272 100915 33554432000 1073741824 1073778376 140734983023072 140688376429160 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18067/tid=18079] ppid=18065 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/18067/task/18079/stat : 18079 (java) S 18065 18067 17860 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 344352467 2764726272 100915 33554432000 1073741824 1073778376 140734983023072 140688375375480 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18067/tid=18080] ppid=18065 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/18067/task/18080/stat : 18080 (java) S 18065 18067 17860 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 344352467 2764726272 100915 33554432000 1073741824 1073778376 140734983023072 140688374322824 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18067/tid=18081] ppid=18065 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/18067/task/18081/stat : 18081 (java) S 18065 18067 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344352469 2764726272 100915 33554432000 1073741824 1073778376 140734983023072 140688373271568 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18067/tid=18082] ppid=18065 vsize=2699928 CPUtime=0.13 cores=1,3,5,7
/proc/18067/task/18082/stat : 18082 (java) S 18065 18067 17860 0 -1 4202560 812 0 0 0 13 0 0 0 20 0 18 0 344352469 2764726272 100915 33554432000 1073741824 1073778376 140734983023072 140688372217912 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18067/tid=18083] ppid=18065 vsize=2699928 CPUtime=0.12 cores=1,3,5,7
/proc/18067/task/18083/stat : 18083 (java) S 18065 18067 17860 0 -1 4202560 1238 0 0 0 12 0 0 0 20 0 18 0 344352469 2764726272 100915 33554432000 1073741824 1073778376 140734983023072 140688371165368 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18067/tid=18084] ppid=18065 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/18067/task/18084/stat : 18084 (java) S 18065 18067 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344352469 2764726272 100915 33554432000 1073741824 1073778376 140734983023072 140688370113016 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18067/tid=18085] ppid=18065 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/18067/task/18085/stat : 18085 (java) S 18065 18067 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344352469 2764726272 100915 33554432000 1073741824 1073778376 140734983023072 140688369060680 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.83
Current children cumulated vsize (KiB) 2699928

[startup+3.10069 s]
/proc/loadavg: 3.80 3.66 2.90 4/215 18085
/proc/meminfo: memFree=27214036/32873648 swapFree=7116/7116
[pid=18067] ppid=18065 vsize=2699928 CPUtime=3.64 cores=1,3,5,7
/proc/18067/stat : 18067 (java) S 18065 18067 17860 0 -1 4202496 6426 0 1 0 344 20 0 0 20 0 18 0 344352462 2764726272 117311 33554432000 1073741824 1073778376 140734983023072 140734983014208 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18067/statm: 674982 117311 2237 9 0 665676 0
[pid=18067/tid=18069] ppid=18065 vsize=2699928 CPUtime=2.95 cores=1,3,5,7
/proc/18067/task/18069/stat : 18069 (java) R 18065 18067 17860 0 -1 4202560 2961 0 1 0 287 8 0 0 20 0 18 0 344352464 2764726272 117311 33554432000 1073741824 1073778376 140734983023072 140688411918368 214540805389 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=18067/tid=18070] ppid=18065 vsize=2699928 CPUtime=0.07 cores=1,3,5,7
/proc/18067/task/18070/stat : 18070 (java) S 18065 18067 17860 0 -1 4202560 45 0 0 0 5 2 0 0 20 0 18 0 344352465 2764726272 117311 33554432000 1073741824 1073778376 140734983023072 140688396208808 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18067/tid=18071] ppid=18065 vsize=2699928 CPUtime=0.02 cores=1,3,5,7
/proc/18067/task/18071/stat : 18071 (java) S 18065 18067 17860 0 -1 4202560 28 0 0 0 1 1 0 0 20 0 18 0 344352465 2764726272 117311 33554432000 1073741824 1073778376 140734983023072 140688395156264 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18067/tid=18072] ppid=18065 vsize=2699928 CPUtime=0.02 cores=1,3,5,7
/proc/18067/task/18072/stat : 18072 (java) S 18065 18067 17860 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 18 0 344352465 2764726272 117311 33554432000 1073741824 1073778376 140734983023072 140688394103720 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18067/tid=18073] ppid=18065 vsize=2699928 CPUtime=0.09 cores=1,3,5,7
/proc/18067/task/18073/stat : 18073 (java) S 18065 18067 17860 0 -1 4202560 58 0 0 0 5 4 0 0 20 0 18 0 344352465 2764726272 117311 33554432000 1073741824 1073778376 140734983023072 140688393051176 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18067/tid=18074] ppid=18065 vsize=2699928 CPUtime=0.01 cores=1,3,5,7
/proc/18067/task/18074/stat : 18074 (java) S 18065 18067 17860 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 18 0 344352465 2764726272 117311 33554432000 1073741824 1073778376 140734983023072 140688391997608 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18067/tid=18075] ppid=18065 vsize=2699928 CPUtime=0.05 cores=1,3,5,7
/proc/18067/task/18075/stat : 18075 (java) S 18065 18067 17860 0 -1 4202560 30 0 0 0 3 2 0 0 20 0 18 0 344352465 2764726272 117311 33554432000 1073741824 1073778376 140734983023072 140688390945064 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18067/tid=18076] ppid=18065 vsize=2699928 CPUtime=0.02 cores=1,3,5,7
/proc/18067/task/18076/stat : 18076 (java) S 18065 18067 17860 0 -1 4202560 20 0 0 0 1 1 0 0 20 0 18 0 344352465 2764726272 117311 33554432000 1073741824 1073778376 140734983023072 140688389892520 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18067/tid=18077] ppid=18065 vsize=2699928 CPUtime=0.01 cores=1,3,5,7
/proc/18067/task/18077/stat : 18077 (java) S 18065 18067 17860 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 18 0 344352465 2764726272 117311 33554432000 1073741824 1073778376 140734983023072 140688388839976 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18067/tid=18078] ppid=18065 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/18067/task/18078/stat : 18078 (java) S 18065 18067 17860 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 344352466 2764726272 117311 33554432000 1073741824 1073778376 140734983023072 140688376429160 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18067/tid=18079] ppid=18065 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/18067/task/18079/stat : 18079 (java) S 18065 18067 17860 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 344352467 2764726272 117311 33554432000 1073741824 1073778376 140734983023072 140688375375480 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18067/tid=18080] ppid=18065 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/18067/task/18080/stat : 18080 (java) S 18065 18067 17860 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 344352467 2764726272 117311 33554432000 1073741824 1073778376 140734983023072 140688374322824 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18067/tid=18081] ppid=18065 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/18067/task/18081/stat : 18081 (java) S 18065 18067 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344352469 2764726272 117311 33554432000 1073741824 1073778376 140734983023072 140688373271568 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18067/tid=18082] ppid=18065 vsize=2699928 CPUtime=0.13 cores=1,3,5,7
/proc/18067/task/18082/stat : 18082 (java) S 18065 18067 17860 0 -1 4202560 814 0 0 0 13 0 0 0 20 0 18 0 344352469 2764726272 117311 33554432000 1073741824 1073778376 140734983023072 140688372217912 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18067/tid=18083] ppid=18065 vsize=2699928 CPUtime=0.12 cores=1,3,5,7
/proc/18067/task/18083/stat : 18083 (java) S 18065 18067 17860 0 -1 4202560 1238 0 0 0 12 0 0 0 20 0 18 0 344352469 2764726272 117311 33554432000 1073741824 1073778376 140734983023072 140688371165368 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18067/tid=18084] ppid=18065 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/18067/task/18084/stat : 18084 (java) S 18065 18067 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344352469 2764726272 117311 33554432000 1073741824 1073778376 140734983023072 140688370113016 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18067/tid=18085] ppid=18065 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/18067/task/18085/stat : 18085 (java) S 18065 18067 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344352469 2764726272 117311 33554432000 1073741824 1073778376 140734983023072 140688369060680 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.64
Current children cumulated vsize (KiB) 2699928

[startup+6.30061 s]
/proc/loadavg: 3.73 3.65 2.90 4/215 18085
/proc/meminfo: memFree=27150092/32873648 swapFree=7116/7116
[pid=18067] ppid=18065 vsize=2699928 CPUtime=7.44 cores=1,3,5,7
/proc/18067/stat : 18067 (java) S 18065 18067 17860 0 -1 4202496 9959 0 1 0 714 30 0 0 20 0 18 0 344352462 2764726272 135508 33554432000 1073741824 1073778376 140734983023072 140734983014208 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18067/statm: 674982 135508 2245 9 0 665676 0
[pid=18067/tid=18069] ppid=18065 vsize=2699928 CPUtime=5.97 cores=1,3,5,7
/proc/18067/task/18069/stat : 18069 (java) R 18065 18067 17860 0 -1 4202560 2966 0 1 0 588 9 0 0 20 0 18 0 344352464 2764726272 135508 33554432000 1073741824 1073778376 140734983023072 140688411926256 140688247782644 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=18067/tid=18070] ppid=18065 vsize=2699928 CPUtime=0.12 cores=1,3,5,7
/proc/18067/task/18070/stat : 18070 (java) S 18065 18067 17860 0 -1 4202560 52 0 0 0 10 2 0 0 20 0 18 0 344352465 2764726272 135508 33554432000 1073741824 1073778376 140734983023072 140688396208808 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18067/tid=18071] ppid=18065 vsize=2699928 CPUtime=0.06 cores=1,3,5,7
/proc/18067/task/18071/stat : 18071 (java) S 18065 18067 17860 0 -1 4202560 49 0 0 0 4 2 0 0 20 0 18 0 344352465 2764726272 135508 33554432000 1073741824 1073778376 140734983023072 140688395156264 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18067/tid=18072] ppid=18065 vsize=2699928 CPUtime=0.15 cores=1,3,5,7
/proc/18067/task/18072/stat : 18072 (java) S 18065 18067 17860 0 -1 4202560 55 0 0 0 13 2 0 0 20 0 18 0 344352465 2764726272 135508 33554432000 1073741824 1073778376 140734983023072 140688394103720 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18067/tid=18073] ppid=18065 vsize=2699928 CPUtime=0.18 cores=1,3,5,7
/proc/18067/task/18073/stat : 18073 (java) S 18065 18067 17860 0 -1 4202560 82 0 0 0 13 5 0 0 20 0 18 0 344352465 2764726272 135508 33554432000 1073741824 1073778376 140734983023072 140688393051176 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18067/tid=18074] ppid=18065 vsize=2699928 CPUtime=0.11 cores=1,3,5,7
/proc/18067/task/18074/stat : 18074 (java) S 18065 18067 17860 0 -1 4202560 37 0 0 0 9 2 0 0 20 0 18 0 344352465 2764726272 135508 33554432000 1073741824 1073778376 140734983023072 140688391997608 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18067/tid=18075] ppid=18065 vsize=2699928 CPUtime=0.18 cores=1,3,5,7
/proc/18067/task/18075/stat : 18075 (java) S 18065 18067 17860 0 -1 4202560 77 0 0 0 15 3 0 0 20 0 18 0 344352465 2764726272 135508 33554432000 1073741824 1073778376 140734983023072 140688390945064 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18067/tid=18076] ppid=18065 vsize=2699928 CPUtime=0.07 cores=1,3,5,7
/proc/18067/task/18076/stat : 18076 (java) S 18065 18067 17860 0 -1 4202560 32 0 0 0 5 2 0 0 20 0 18 0 344352465 2764726272 135508 33554432000 1073741824 1073778376 140734983023072 140688389892520 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18067/tid=18077] ppid=18065 vsize=2699928 CPUtime=0.07 cores=1,3,5,7
/proc/18067/task/18077/stat : 18077 (java) S 18065 18067 17860 0 -1 4202560 42 0 0 0 5 2 0 0 20 0 18 0 344352465 2764726272 135508 33554432000 1073741824 1073778376 140734983023072 140688388839976 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18067/tid=18078] ppid=18065 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/18067/task/18078/stat : 18078 (java) S 18065 18067 17860 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 344352466 2764726272 135508 33554432000 1073741824 1073778376 140734983023072 140688376429160 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18067/tid=18079] ppid=18065 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/18067/task/18079/stat : 18079 (java) S 18065 18067 17860 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 344352467 2764726272 135508 33554432000 1073741824 1073778376 140734983023072 140688375375480 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18067/tid=18080] ppid=18065 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/18067/task/18080/stat : 18080 (java) S 18065 18067 17860 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 344352467 2764726272 135508 33554432000 1073741824 1073778376 140734983023072 140688374322824 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18067/tid=18081] ppid=18065 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/18067/task/18081/stat : 18081 (java) S 18065 18067 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344352469 2764726272 135508 33554432000 1073741824 1073778376 140734983023072 140688373271568 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18067/tid=18082] ppid=18065 vsize=2699928 CPUtime=0.24 cores=1,3,5,7
/proc/18067/task/18082/stat : 18082 (java) S 18065 18067 17860 0 -1 4202560 4147 0 0 0 24 0 0 0 20 0 18 0 344352469 2764726272 135508 33554432000 1073741824 1073778376 140734983023072 140688372217912 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18067/tid=18083] ppid=18065 vsize=2699928 CPUtime=0.14 cores=1,3,5,7
/proc/18067/task/18083/stat : 18083 (java) S 18065 18067 17860 0 -1 4202560 1238 0 0 0 14 0 0 0 20 0 18 0 344352469 2764726272 135508 33554432000 1073741824 1073778376 140734983023072 140688371165368 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18067/tid=18084] ppid=18065 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/18067/task/18084/stat : 18084 (java) S 18065 18067 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344352469 2764726272 135508 33554432000 1073741824 1073778376 140734983023072 140688370113016 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18067/tid=18085] ppid=18065 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/18067/task/18085/stat : 18085 (java) S 18065 18067 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344352469 2764726272 135508 33554432000 1073741824 1073778376 140734983023072 140688369060680 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 7.44
Current children cumulated vsize (KiB) 2699928

[startup+12.7007 s]
/proc/loadavg: 3.68 3.64 2.90 6/215 18085
/proc/meminfo: memFree=27024292/32873648 swapFree=7116/7116
[pid=18067] ppid=18065 vsize=2699928 CPUtime=14.4 cores=1,3,5,7
/proc/18067/stat : 18067 (java) S 18065 18067 17860 0 -1 4202496 10877 0 1 0 1399 41 0 0 20 0 18 0 344352462 2764726272 161359 33554432000 1073741824 1073778376 140734983023072 140734983014208 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18067/statm: 674982 161359 2245 9 0 665676 0
[pid=18067/tid=18069] ppid=18065 vsize=2699928 CPUtime=12.17 cores=1,3,5,7

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

/proc/18067/task/18078/stat : 18078 (java) R 18065 18067 17860 0 -1 4202560 93 0 0 0 2620 4 0 0 20 0 21 0 344352466 3037372416 354858 33554432000 1073741824 1073778376 140734983023072 140688376428976 140688418435194 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=18067/tid=18079] ppid=18065 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18067/task/18079/stat : 18079 (java) S 18065 18067 17860 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 344352467 3037372416 354858 33554432000 1073741824 1073778376 140734983023072 140688375375480 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18067/tid=18080] ppid=18065 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18067/task/18080/stat : 18080 (java) S 18065 18067 17860 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 21 0 344352467 3037372416 354858 33554432000 1073741824 1073778376 140734983023072 140688374322824 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18067/tid=18081] ppid=18065 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18067/task/18081/stat : 18081 (java) S 18065 18067 17860 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 21 0 344352469 3037372416 354858 33554432000 1073741824 1073778376 140734983023072 140688373269976 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18067/tid=18082] ppid=18065 vsize=2966184 CPUtime=1.03 cores=1,3,5,7
/proc/18067/task/18082/stat : 18082 (java) S 18065 18067 17860 0 -1 4202560 5243 0 0 0 101 2 0 0 20 0 21 0 344352469 3037372416 354858 33554432000 1073741824 1073778376 140734983023072 140688372217912 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18067/tid=18083] ppid=18065 vsize=2966184 CPUtime=0.92 cores=1,3,5,7
/proc/18067/task/18083/stat : 18083 (java) S 18065 18067 17860 0 -1 4202560 2414 0 0 0 92 0 0 0 20 0 21 0 344352469 3037372416 354858 33554432000 1073741824 1073778376 140734983023072 140688371165368 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18067/tid=18084] ppid=18065 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18067/task/18084/stat : 18084 (java) S 18065 18067 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 344352469 3037372416 354858 33554432000 1073741824 1073778376 140734983023072 140688370113016 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18067/tid=18085] ppid=18065 vsize=2966184 CPUtime=0.18 cores=1,3,5,7
/proc/18067/task/18085/stat : 18085 (java) S 18065 18067 17860 0 -1 4202560 57 0 0 0 8 10 0 0 20 0 21 0 344352469 3037372416 354858 33554432000 1073741824 1073778376 140734983023072 140688369060680 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18067/tid=18089] ppid=18065 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18067/task/18089/stat : 18089 (java) S 18065 18067 17860 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 344358512 3037372416 354858 33554432000 1073741824 1073778376 140734983023072 140688365901352 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18067/tid=18090] ppid=18065 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18067/task/18090/stat : 18090 (java) S 18065 18067 17860 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 344358512 3037372416 354858 33554432000 1073741824 1073778376 140734983023072 140688247219880 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18067/tid=18098] ppid=18065 vsize=2966184 CPUtime=859.57 cores=1,3,5,7
/proc/18067/task/18098/stat : 18098 (java) S 18065 18067 17860 0 -1 4202560 63 0 0 0 85944 13 0 0 20 0 21 0 344362330 3037372416 354858 33554432000 1073741824 1073778376 140734983023072 140688366951464 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1801.31
Current children cumulated vsize (KiB) 2966184

[startup+985.201 s]
/proc/loadavg: 3.33 3.73 3.45 4/219 18203
/proc/meminfo: memFree=26655436/32873648 swapFree=7116/7116
[pid=18067] ppid=18065 vsize=2966184 CPUtime=1801.71 cores=1,3,5,7
/proc/18067/stat : 18067 (java) S 18065 18067 17860 0 -1 4202496 14998 0 1 0 180008 163 0 0 20 0 21 0 344352462 3037372416 354858 33554432000 1073741824 1073778376 140734983023072 140734983014208 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18067/statm: 741546 354858 2283 9 0 732240 0
[pid=18067/tid=18069] ppid=18065 vsize=2966184 CPUtime=92.37 cores=1,3,5,7
/proc/18067/task/18069/stat : 18069 (java) S 18065 18067 17860 0 -1 4202560 3075 0 1 0 9206 31 0 0 20 0 21 0 344352464 3037372416 354858 33554432000 1073741824 1073778376 140734983023072 140688411927720 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18067/tid=18070] ppid=18065 vsize=2966184 CPUtime=0.76 cores=1,3,5,7
/proc/18067/task/18070/stat : 18070 (java) S 18065 18067 17860 0 -1 4202560 354 0 0 0 63 13 0 0 20 0 21 0 344352465 3037372416 354858 33554432000 1073741824 1073778376 140734983023072 140688396208808 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18067/tid=18071] ppid=18065 vsize=2966184 CPUtime=0.57 cores=1,3,5,7
/proc/18067/task/18071/stat : 18071 (java) S 18065 18067 17860 0 -1 4202560 257 0 0 0 47 10 0 0 20 0 21 0 344352465 3037372416 354858 33554432000 1073741824 1073778376 140734983023072 140688395156264 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18067/tid=18072] ppid=18065 vsize=2966184 CPUtime=0.76 cores=1,3,5,7
/proc/18067/task/18072/stat : 18072 (java) S 18065 18067 17860 0 -1 4202560 393 0 0 0 63 13 0 0 20 0 21 0 344352465 3037372416 354858 33554432000 1073741824 1073778376 140734983023072 140688394103720 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18067/tid=18073] ppid=18065 vsize=2966184 CPUtime=0.79 cores=1,3,5,7
/proc/18067/task/18073/stat : 18073 (java) S 18065 18067 17860 0 -1 4202560 403 0 0 0 66 13 0 0 20 0 21 0 344352465 3037372416 354858 33554432000 1073741824 1073778376 140734983023072 140688393051176 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18067/tid=18074] ppid=18065 vsize=2966184 CPUtime=0.75 cores=1,3,5,7
/proc/18067/task/18074/stat : 18074 (java) S 18065 18067 17860 0 -1 4202560 378 0 0 0 62 13 0 0 20 0 21 0 344352465 3037372416 354858 33554432000 1073741824 1073778376 140734983023072 140688391997608 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18067/tid=18075] ppid=18065 vsize=2966184 CPUtime=0.71 cores=1,3,5,7
/proc/18067/task/18075/stat : 18075 (java) S 18065 18067 17860 0 -1 4202560 268 0 0 0 59 12 0 0 20 0 21 0 344352465 3037372416 354858 33554432000 1073741824 1073778376 140734983023072 140688390945064 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18067/tid=18076] ppid=18065 vsize=2966184 CPUtime=0.64 cores=1,3,5,7
/proc/18067/task/18076/stat : 18076 (java) S 18065 18067 17860 0 -1 4202560 289 0 0 0 53 11 0 0 20 0 21 0 344352465 3037372416 354858 33554432000 1073741824 1073778376 140734983023072 140688389892520 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18067/tid=18077] ppid=18065 vsize=2966184 CPUtime=0.64 cores=1,3,5,7
/proc/18067/task/18077/stat : 18077 (java) S 18065 18067 17860 0 -1 4202560 412 0 0 0 53 11 0 0 20 0 21 0 344352465 3037372416 354858 33554432000 1073741824 1073778376 140734983023072 140688388839976 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18067/tid=18078] ppid=18065 vsize=2966184 CPUtime=26.64 cores=1,3,5,7
/proc/18067/task/18078/stat : 18078 (java) R 18065 18067 17860 0 -1 4202560 93 0 0 0 2660 4 0 0 20 0 21 0 344352466 3037372416 354858 33554432000 1073741824 1073778376 140734983023072 140688376429320 140688418435107 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=18067/tid=18079] ppid=18065 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18067/task/18079/stat : 18079 (java) S 18065 18067 17860 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 344352467 3037372416 354858 33554432000 1073741824 1073778376 140734983023072 140688375375480 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18067/tid=18080] ppid=18065 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18067/task/18080/stat : 18080 (java) S 18065 18067 17860 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 21 0 344352467 3037372416 354858 33554432000 1073741824 1073778376 140734983023072 140688374322824 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18067/tid=18081] ppid=18065 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18067/task/18081/stat : 18081 (java) S 18065 18067 17860 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 21 0 344352469 3037372416 354858 33554432000 1073741824 1073778376 140734983023072 140688373269960 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18067/tid=18082] ppid=18065 vsize=2966184 CPUtime=1.03 cores=1,3,5,7
/proc/18067/task/18082/stat : 18082 (java) S 18065 18067 17860 0 -1 4202560 5243 0 0 0 101 2 0 0 20 0 21 0 344352469 3037372416 354858 33554432000 1073741824 1073778376 140734983023072 140688372217912 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18067/tid=18083] ppid=18065 vsize=2966184 CPUtime=0.92 cores=1,3,5,7
/proc/18067/task/18083/stat : 18083 (java) S 18065 18067 17860 0 -1 4202560 2414 0 0 0 92 0 0 0 20 0 21 0 344352469 3037372416 354858 33554432000 1073741824 1073778376 140734983023072 140688371165368 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18067/tid=18084] ppid=18065 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18067/task/18084/stat : 18084 (java) S 18065 18067 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 344352469 3037372416 354858 33554432000 1073741824 1073778376 140734983023072 140688370113016 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18067/tid=18085] ppid=18065 vsize=2966184 CPUtime=0.18 cores=1,3,5,7
/proc/18067/task/18085/stat : 18085 (java) S 18065 18067 17860 0 -1 4202560 57 0 0 0 8 10 0 0 20 0 21 0 344352469 3037372416 354858 33554432000 1073741824 1073778376 140734983023072 140688369060680 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18067/tid=18089] ppid=18065 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18067/task/18089/stat : 18089 (java) S 18065 18067 17860 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 344358512 3037372416 354858 33554432000 1073741824 1073778376 140734983023072 140688365901352 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18067/tid=18090] ppid=18065 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18067/task/18090/stat : 18090 (java) S 18065 18067 17860 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 344358512 3037372416 354858 33554432000 1073741824 1073778376 140734983023072 140688247219880 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18067/tid=18098] ppid=18065 vsize=2966184 CPUtime=859.57 cores=1,3,5,7
/proc/18067/task/18098/stat : 18098 (java) S 18065 18067 17860 0 -1 4202560 63 0 0 0 85944 13 0 0 20 0 21 0 344362330 3037372416 354858 33554432000 1073741824 1073778376 140734983023072 140688366951464 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1801.71
Current children cumulated vsize (KiB) 2966184

[startup+985.401 s]
/proc/loadavg: 3.33 3.73 3.45 4/219 18203
/proc/meminfo: memFree=26655436/32873648 swapFree=7116/7116
[pid=18067] ppid=18065 vsize=2966184 CPUtime=1801.91 cores=1,3,5,7
/proc/18067/stat : 18067 (java) S 18065 18067 17860 0 -1 4202496 15005 0 1 0 180028 163 0 0 20 0 22 0 344352462 3037372416 354863 33554432000 1073741824 1073778376 140734983023072 140734983014208 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18067/statm: 741546 354863 2283 9 0 732240 0
[pid=18067/tid=18069] ppid=18065 vsize=2966184 CPUtime=92.37 cores=1,3,5,7
/proc/18067/task/18069/stat : 18069 (java) S 18065 18067 17860 0 -1 4202560 3076 0 1 0 9206 31 0 0 20 0 22 0 344352464 3037372416 354863 33554432000 1073741824 1073778376 140734983023072 140688411927432 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18067/tid=18070] ppid=18065 vsize=2966184 CPUtime=0.76 cores=1,3,5,7
/proc/18067/task/18070/stat : 18070 (java) S 18065 18067 17860 0 -1 4202560 354 0 0 0 63 13 0 0 20 0 22 0 344352465 3037372416 354863 33554432000 1073741824 1073778376 140734983023072 140688396208808 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18067/tid=18071] ppid=18065 vsize=2966184 CPUtime=0.57 cores=1,3,5,7
/proc/18067/task/18071/stat : 18071 (java) S 18065 18067 17860 0 -1 4202560 257 0 0 0 47 10 0 0 20 0 22 0 344352465 3037372416 354863 33554432000 1073741824 1073778376 140734983023072 140688395156264 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18067/tid=18072] ppid=18065 vsize=2966184 CPUtime=0.76 cores=1,3,5,7
/proc/18067/task/18072/stat : 18072 (java) S 18065 18067 17860 0 -1 4202560 393 0 0 0 63 13 0 0 20 0 22 0 344352465 3037372416 354863 33554432000 1073741824 1073778376 140734983023072 140688394103720 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18067/tid=18073] ppid=18065 vsize=2966184 CPUtime=0.79 cores=1,3,5,7
/proc/18067/task/18073/stat : 18073 (java) S 18065 18067 17860 0 -1 4202560 403 0 0 0 66 13 0 0 20 0 22 0 344352465 3037372416 354863 33554432000 1073741824 1073778376 140734983023072 140688393051176 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18067/tid=18074] ppid=18065 vsize=2966184 CPUtime=0.75 cores=1,3,5,7
/proc/18067/task/18074/stat : 18074 (java) S 18065 18067 17860 0 -1 4202560 378 0 0 0 62 13 0 0 20 0 22 0 344352465 3037372416 354863 33554432000 1073741824 1073778376 140734983023072 140688391997608 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18067/tid=18075] ppid=18065 vsize=2966184 CPUtime=0.71 cores=1,3,5,7
/proc/18067/task/18075/stat : 18075 (java) S 18065 18067 17860 0 -1 4202560 268 0 0 0 59 12 0 0 20 0 22 0 344352465 3037372416 354863 33554432000 1073741824 1073778376 140734983023072 140688390945064 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18067/tid=18076] ppid=18065 vsize=2966184 CPUtime=0.64 cores=1,3,5,7
/proc/18067/task/18076/stat : 18076 (java) S 18065 18067 17860 0 -1 4202560 289 0 0 0 53 11 0 0 20 0 22 0 344352465 3037372416 354863 33554432000 1073741824 1073778376 140734983023072 140688389892520 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18067/tid=18077] ppid=18065 vsize=2966184 CPUtime=0.64 cores=1,3,5,7
/proc/18067/task/18077/stat : 18077 (java) S 18065 18067 17860 0 -1 4202560 412 0 0 0 53 11 0 0 20 0 22 0 344352465 3037372416 354863 33554432000 1073741824 1073778376 140734983023072 140688388839976 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18067/tid=18078] ppid=18065 vsize=2966184 CPUtime=26.84 cores=1,3,5,7
/proc/18067/task/18078/stat : 18078 (java) R 18065 18067 17860 0 -1 4202560 95 0 0 0 2680 4 0 0 20 0 22 0 344352466 3037372416 354863 33554432000 1073741824 1073778376 140734983023072 140688376428976 140688418053232 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=18067/tid=18079] ppid=18065 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18067/task/18079/stat : 18079 (java) S 18065 18067 17860 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344352467 3037372416 354863 33554432000 1073741824 1073778376 140734983023072 140688375375480 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18067/tid=18080] ppid=18065 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18067/task/18080/stat : 18080 (java) S 18065 18067 17860 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 344352467 3037372416 354863 33554432000 1073741824 1073778376 140734983023072 140688374322824 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18067/tid=18081] ppid=18065 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18067/task/18081/stat : 18081 (java) S 18065 18067 17860 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 344352469 3037372416 354863 33554432000 1073741824 1073778376 140734983023072 140688373271568 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18067/tid=18082] ppid=18065 vsize=2966184 CPUtime=1.03 cores=1,3,5,7
/proc/18067/task/18082/stat : 18082 (java) S 18065 18067 17860 0 -1 4202560 5243 0 0 0 101 2 0 0 20 0 22 0 344352469 3037372416 354863 33554432000 1073741824 1073778376 140734983023072 140688372217912 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18067/tid=18083] ppid=18065 vsize=2966184 CPUtime=0.92 cores=1,3,5,7
/proc/18067/task/18083/stat : 18083 (java) S 18065 18067 17860 0 -1 4202560 2414 0 0 0 92 0 0 0 20 0 22 0 344352469 3037372416 354863 33554432000 1073741824 1073778376 140734983023072 140688371165368 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18067/tid=18084] ppid=18065 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18067/task/18084/stat : 18084 (java) S 18065 18067 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344352469 3037372416 354863 33554432000 1073741824 1073778376 140734983023072 140688370113016 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18067/tid=18085] ppid=18065 vsize=2966184 CPUtime=0.18 cores=1,3,5,7
/proc/18067/task/18085/stat : 18085 (java) S 18065 18067 17860 0 -1 4202560 57 0 0 0 8 10 0 0 20 0 22 0 344352469 3037372416 354863 33554432000 1073741824 1073778376 140734983023072 140688369060680 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18067/tid=18089] ppid=18065 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18067/task/18089/stat : 18089 (java) S 18065 18067 17860 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344358512 3037372416 354863 33554432000 1073741824 1073778376 140734983023072 140688365901352 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18067/tid=18090] ppid=18065 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18067/task/18090/stat : 18090 (java) S 18065 18067 17860 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344358512 3037372416 354863 33554432000 1073741824 1073778376 140734983023072 140688247219880 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18067/tid=18098] ppid=18065 vsize=2966184 CPUtime=859.57 cores=1,3,5,7
/proc/18067/task/18098/stat : 18098 (java) S 18065 18067 17860 0 -1 4202560 63 0 0 0 85944 13 0 0 20 0 22 0 344362330 3037372416 354863 33554432000 1073741824 1073778376 140734983023072 140688366951464 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1801.91
Current children cumulated vsize (KiB) 2966184

[startup+985.501 s]
/proc/loadavg: 3.33 3.73 3.45 4/219 18203
/proc/meminfo: memFree=26655436/32873648 swapFree=7116/7116
[pid=18067] ppid=18065 vsize=2966184 CPUtime=1802.01 cores=1,3,5,7
/proc/18067/stat : 18067 (java) S 18065 18067 17860 0 -1 4202496 15005 0 1 0 180038 163 0 0 20 0 22 0 344352462 3037372416 354863 33554432000 1073741824 1073778376 140734983023072 140734983014208 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18067/statm: 741546 354863 2283 9 0 732240 0
[pid=18067/tid=18069] ppid=18065 vsize=2966184 CPUtime=92.37 cores=1,3,5,7
/proc/18067/task/18069/stat : 18069 (java) S 18065 18067 17860 0 -1 4202560 3076 0 1 0 9206 31 0 0 20 0 22 0 344352464 3037372416 354863 33554432000 1073741824 1073778376 140734983023072 140688411927432 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18067/tid=18070] ppid=18065 vsize=2966184 CPUtime=0.76 cores=1,3,5,7
/proc/18067/task/18070/stat : 18070 (java) S 18065 18067 17860 0 -1 4202560 354 0 0 0 63 13 0 0 20 0 22 0 344352465 3037372416 354863 33554432000 1073741824 1073778376 140734983023072 140688396208808 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18067/tid=18071] ppid=18065 vsize=2966184 CPUtime=0.57 cores=1,3,5,7
/proc/18067/task/18071/stat : 18071 (java) S 18065 18067 17860 0 -1 4202560 257 0 0 0 47 10 0 0 20 0 22 0 344352465 3037372416 354863 33554432000 1073741824 1073778376 140734983023072 140688395156264 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18067/tid=18072] ppid=18065 vsize=2966184 CPUtime=0.76 cores=1,3,5,7
/proc/18067/task/18072/stat : 18072 (java) S 18065 18067 17860 0 -1 4202560 393 0 0 0 63 13 0 0 20 0 22 0 344352465 3037372416 354863 33554432000 1073741824 1073778376 140734983023072 140688394103720 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18067/tid=18073] ppid=18065 vsize=2966184 CPUtime=0.79 cores=1,3,5,7
/proc/18067/task/18073/stat : 18073 (java) S 18065 18067 17860 0 -1 4202560 403 0 0 0 66 13 0 0 20 0 22 0 344352465 3037372416 354863 33554432000 1073741824 1073778376 140734983023072 140688393051176 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18067/tid=18074] ppid=18065 vsize=2966184 CPUtime=0.75 cores=1,3,5,7
/proc/18067/task/18074/stat : 18074 (java) S 18065 18067 17860 0 -1 4202560 378 0 0 0 62 13 0 0 20 0 22 0 344352465 3037372416 354863 33554432000 1073741824 1073778376 140734983023072 140688391997608 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18067/tid=18075] ppid=18065 vsize=2966184 CPUtime=0.71 cores=1,3,5,7
/proc/18067/task/18075/stat : 18075 (java) S 18065 18067 17860 0 -1 4202560 268 0 0 0 59 12 0 0 20 0 22 0 344352465 3037372416 354863 33554432000 1073741824 1073778376 140734983023072 140688390945064 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18067/tid=18076] ppid=18065 vsize=2966184 CPUtime=0.64 cores=1,3,5,7
/proc/18067/task/18076/stat : 18076 (java) S 18065 18067 17860 0 -1 4202560 289 0 0 0 53 11 0 0 20 0 22 0 344352465 3037372416 354863 33554432000 1073741824 1073778376 140734983023072 140688389892520 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18067/tid=18077] ppid=18065 vsize=2966184 CPUtime=0.64 cores=1,3,5,7
/proc/18067/task/18077/stat : 18077 (java) S 18065 18067 17860 0 -1 4202560 412 0 0 0 53 11 0 0 20 0 22 0 344352465 3037372416 354863 33554432000 1073741824 1073778376 140734983023072 140688388839976 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18067/tid=18078] ppid=18065 vsize=2966184 CPUtime=26.94 cores=1,3,5,7
/proc/18067/task/18078/stat : 18078 (java) R 18065 18067 17860 0 -1 4202560 95 0 0 0 2690 4 0 0 20 0 22 0 344352466 3037372416 354863 33554432000 1073741824 1073778376 140734983023072 140688376428976 140688418781187 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=18067/tid=18079] ppid=18065 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18067/task/18079/stat : 18079 (java) S 18065 18067 17860 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344352467 3037372416 354863 33554432000 1073741824 1073778376 140734983023072 140688375375480 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18067/tid=18080] ppid=18065 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18067/task/18080/stat : 18080 (java) S 18065 18067 17860 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 344352467 3037372416 354863 33554432000 1073741824 1073778376 140734983023072 140688374322824 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18067/tid=18081] ppid=18065 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18067/task/18081/stat : 18081 (java) S 18065 18067 17860 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 344352469 3037372416 354863 33554432000 1073741824 1073778376 140734983023072 140688373271568 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18067/tid=18082] ppid=18065 vsize=2966184 CPUtime=1.03 cores=1,3,5,7
/proc/18067/task/18082/stat : 18082 (java) S 18065 18067 17860 0 -1 4202560 5243 0 0 0 101 2 0 0 20 0 22 0 344352469 3037372416 354863 33554432000 1073741824 1073778376 140734983023072 140688372217912 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18067/tid=18083] ppid=18065 vsize=2966184 CPUtime=0.92 cores=1,3,5,7
/proc/18067/task/18083/stat : 18083 (java) S 18065 18067 17860 0 -1 4202560 2414 0 0 0 92 0 0 0 20 0 22 0 344352469 3037372416 354863 33554432000 1073741824 1073778376 140734983023072 140688371165368 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18067/tid=18084] ppid=18065 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18067/task/18084/stat : 18084 (java) S 18065 18067 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344352469 3037372416 354863 33554432000 1073741824 1073778376 140734983023072 140688370113016 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18067/tid=18085] ppid=18065 vsize=2966184 CPUtime=0.18 cores=1,3,5,7
/proc/18067/task/18085/stat : 18085 (java) S 18065 18067 17860 0 -1 4202560 57 0 0 0 8 10 0 0 20 0 22 0 344352469 3037372416 354863 33554432000 1073741824 1073778376 140734983023072 140688369060680 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18067/tid=18089] ppid=18065 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18067/task/18089/stat : 18089 (java) S 18065 18067 17860 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344358512 3037372416 354863 33554432000 1073741824 1073778376 140734983023072 140688365901352 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18067/tid=18090] ppid=18065 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18067/task/18090/stat : 18090 (java) S 18065 18067 17860 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344358512 3037372416 354863 33554432000 1073741824 1073778376 140734983023072 140688247219880 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18067/tid=18098] ppid=18065 vsize=2966184 CPUtime=859.57 cores=1,3,5,7
/proc/18067/task/18098/stat : 18098 (java) S 18065 18067 17860 0 -1 4202560 63 0 0 0 85944 13 0 0 20 0 22 0 344362330 3037372416 354863 33554432000 1073741824 1073778376 140734983023072 140688366951464 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1802.01
Current children cumulated vsize (KiB) 2966184

Child ended because it received signal 9 (SIGKILL)
Real time (s): 985.528
CPU time (s): 1802.3
CPU user time (s): 1800.39
CPU system time (s): 1.91371
CPU usage (%): 182.877
Max. virtual memory (cumulated for all children) (KiB): 2966184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1800.39
system time used= 1.91371
maximum resident set size= 1420428
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15005
page faults= 1
swaps= 0
block input operations= 0
block output operations= 936
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25037
involuntary context switches= 23487

runsolver used 3.87141 second user time and 8.48871 second system time

The end

Launcher Data

Begin job on node127 at 2012-06-04 05:57:50
IDJOB=3741742
IDBENCH=89906
IDSOLVER=2324
FILE ID=node127/3741742-1338782252
RUNJOBID= node127-1338781344-17877
PBS_JOBID= 14636831
Free space on /tmp= 69908 MiB

SOLVER NAME= PB10: SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB11/normalized-PB11/OPT-SMALLINT-LIN/kullmann/normalized-sbox_8_shg.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3741742-1338782252/watcher-3741742-1338782252 -o /tmp/evaluation-result-3741742-1338782252/solver-3741742-1338782252 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3741742-1338782252.opb

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

MD5SUM BENCH= 3cb4e48d7e295175417c2e8c2155aba3
RANDOM SEED=172944075

node127.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/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.348
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.348
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.348
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.94
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.348
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.348
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.348
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.348
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.348
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        27651460 kB
Buffers:          426512 kB
Cached:          2704208 kB
SwapCached:         1428 kB
Active:          2834824 kB
Inactive:        1495608 kB
Active(anon):    1193960 kB
Inactive(anon):     7952 kB
Active(file):    1640864 kB
Inactive(file):  1487656 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67104508 kB
Dirty:            589376 kB
Writeback:             0 kB
AnonPages:       1205496 kB
Mapped:            18952 kB
Shmem:                92 kB
Slab:             753700 kB
SReclaimable:     197080 kB
SUnreclaim:       556620 kB
KernelStack:        1608 kB
PageTables:         6532 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1571752 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1157120 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 69864 MiB
End job on node127 at 2012-06-04 06:14:16