Trace number 3453806

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.0OPT3 85.192 43.8374

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=8-P0=233-P1=223-P2=251-P3=181-P4=197-P5=127-P6=89-P7=149-B.opb
MD5SUM8a882d07e0fbb307eb9e9c234ecc464c
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.118981
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3
Optimality of the best value was proved YES
Number of variables168
Total number of constraints15
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints15
Minimum length of a constraint8
Maximum length of a constraint80
Number of terms in the objective function 8
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 255
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 32768
Number of bits of the biggest number in a constraint 16
Biggest sum of numbers in a constraint 130560
Number of bits of the biggest sum of numbers17
Number of products (including duplicates)448
Sum of products size (including duplicates)896
Number of different products448
Sum of products size896

Quality of the solution as a function of time


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

Solver Data

0.05/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.05/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.08	c See www.sat4j.org for details.
0.05/0.08	c version 2.3.1.v20110525
0.05/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.08	c java.vm.version	19.1-b02
0.05/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.08	c sun.arch.data.model	64
0.05/0.08	c java.version		1.6.0_24
0.05/0.08	c os.name		Linux
0.05/0.08	c os.version		2.6.18-164.el5
0.05/0.08	c os.arch		amd64
0.05/0.08	c Free memory 		9996466904
0.05/0.08	c Max memory 		10048897024
0.05/0.08	c Total memory 		10048897024
0.05/0.08	c Number of processors 	8
0.11/0.11	c Pseudo Boolean Optimization
0.11/0.11	c ManyCore solver with 2 solvers running in parallel
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@48e5855a
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose learned constraints deletion strategy
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@398020cc
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose learned constraints deletion strategy
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-3453806-1307194233.opb
0.11/0.11	c reading problem ... 
0.25/0.20	c ... done. Wall clock time 0.096s.
0.25/0.20	c #vars     616
0.25/0.20	c #constraints  918
0.25/0.20	c constraints type 
0.25/0.20	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 448
0.25/0.20	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 470
0.25/0.20	c constraints type 
0.25/0.20	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 448
0.25/0.20	c org.sat4j.pb.constraints.pb.MaxWatchPb => 470
3.03/0.92	c cleaning 2499 clauses out of 5000 with flag 5000/5000
4.34/1.42	c cleaning 4251 clauses out of 8501 with flag 11000/11000
5.54/2.06	c cleaning 5623 clauses out of 11250 with flag 18000/18000
7.02/2.72	c cleaning 6810 clauses out of 13630 with flag 26003/26003
8.65/3.46	c cleaning 7902 clauses out of 15816 with flag 35000/35000
11.22/4.56	c cleaning 8954 clauses out of 17915 with flag 45001/45001
13.40/5.67	c cleaning 9478 clauses out of 18960 with flag 55000/55000
15.56/6.70	c cleaning 9742 clauses out of 19483 with flag 65001/65001
17.54/7.73	c cleaning 9869 clauses out of 19740 with flag 75000/75000
19.06/8.58	c cleaning 9933 clauses out of 19871 with flag 85000/85000
21.02/9.51	c cleaning 9967 clauses out of 19938 with flag 95001/95001
22.18/10.13	c cleaning 9979 clauses out of 19970 with flag 105000/105000
24.12/11.16	c cleaning 9989 clauses out of 19993 with flag 115002/115002
26.11/12.16	c cleaning 9996 clauses out of 20004 with flag 125002/125002
27.03/12.60	c  And the winner is Resolution
27.06/12.80	c SATISFIABLE
27.06/12.80	c OPTIMIZING...
27.06/12.80	c Got one! Elapsed wall clock time (in seconds):12.687
27.06/12.80	o 35
28.06/13.31	c cleaning 10755 clauses out of 21536 with flag 5001/136530
28.61/13.68	c cleaning 8376 clauses out of 16781 with flag 11001/142530
29.53/14.18	c cleaning 7682 clauses out of 15404 with flag 18000/149529
30.88/14.84	c cleaning 7841 clauses out of 15723 with flag 26001/157530
31.89/15.35	c cleaning 8429 clauses out of 16881 with flag 35000/166529
33.01/15.98	c cleaning 9216 clauses out of 18453 with flag 45001/176530
34.34/16.67	c cleaning 9618 clauses out of 19237 with flag 55001/186530
36.48/17.76	c cleaning 9808 clauses out of 19619 with flag 65001/196530
38.03/18.57	c cleaning 9904 clauses out of 19809 with flag 75000/206529
39.77/19.47	c cleaning 9949 clauses out of 19904 with flag 85000/216529
40.89/20.03	c cleaning 9959 clauses out of 19956 with flag 95001/226530
42.24/20.74	c cleaning 9990 clauses out of 19996 with flag 105000/236529
44.18/21.72	c cleaning 10000 clauses out of 20006 with flag 115000/246529
46.12/22.76	c cleaning 10001 clauses out of 20007 with flag 125001/256530
48.23/23.80	c cleaning 10003 clauses out of 20006 with flag 135001/266530
50.37/24.91	c cleaning 9998 clauses out of 20003 with flag 145001/276530
50.50/25.05	c cleaning 0 clauses out of 5632 with flag 0/5633
51.99/25.73	c  And the winner is Resolution
52.08/25.88	c Got one! Elapsed wall clock time (in seconds):25.77
52.08/25.88	o 33
52.72/26.23	c cleaning 12445 clauses out of 24893 with flag 5000/291418
53.82/26.84	c cleaning 9221 clauses out of 18448 with flag 11000/297418
54.76/27.38	c  And the winner is Resolution
54.76/27.41	c Got one! Elapsed wall clock time (in seconds):27.304
54.76/27.41	o 3
55.51/27.77	c cleaning 10604 clauses out of 21226 with flag 5000/309417
56.24/28.18	c cleaning 8309 clauses out of 16622 with flag 11000/315417
57.57/28.80	c cleaning 7650 clauses out of 15312 with flag 18000/322417
58.87/29.58	c cleaning 7826 clauses out of 15662 with flag 26000/330417
60.61/30.40	c cleaning 8418 clauses out of 16836 with flag 35000/339417
62.34/31.38	c cleaning 9208 clauses out of 18418 with flag 45000/349417
64.27/32.39	c cleaning 9602 clauses out of 19210 with flag 55000/359417
65.77/33.13	c cleaning 9798 clauses out of 19607 with flag 65000/369417
67.10/33.81	c cleaning 9902 clauses out of 19809 with flag 75000/379417
68.63/34.65	c cleaning 9946 clauses out of 19908 with flag 85001/389418
70.36/35.55	c cleaning 9977 clauses out of 19962 with flag 95001/399418
72.06/36.45	c cleaning 9988 clauses out of 19983 with flag 105000/409417
73.59/37.27	c cleaning 9997 clauses out of 19995 with flag 115000/419417
75.12/38.07	c cleaning 9998 clauses out of 19999 with flag 125001/429418
76.84/38.96	c cleaning 9996 clauses out of 20000 with flag 135000/439417
78.73/39.94	c cleaning 9999 clauses out of 20004 with flag 145000/449417
80.65/40.92	c cleaning 10002 clauses out of 20006 with flag 155001/459418
82.41/41.87	c cleaning 9998 clauses out of 20003 with flag 165000/469417
84.32/42.83	c cleaning 9999 clauses out of 20005 with flag 175001/479418
84.78/43.14	c  And the winner is Resolution
85.14/43.80	c starts		: 152
85.14/43.80	c conflicts		: 482175
85.14/43.80	c decisions		: 498192
85.14/43.80	c propagations		: 10531625
85.14/43.80	c inspects		: 351255490
85.14/43.80	c shortcuts		: 0
85.14/43.80	c learnt literals	: 18
85.14/43.80	c learnt binary clauses	: 88
85.14/43.80	c learnt ternary clauses	: 328
85.14/43.80	c learnt constraints	: 482156
85.14/43.80	c ignored constraints	: 0
85.14/43.80	c root simplifications	: 0
85.14/43.80	c removed literals (reason simplification)	: 17208676
85.14/43.80	c reason swapping (by a shorter reason)	: 0
85.14/43.80	c Calls to reduceDB	: 51
85.14/43.80	c number of reductions to clauses (during analyze)	: 0
85.14/43.80	c number of learned constraints concerned by reduction	: 0
85.14/43.80	c number of learning phase by resolution	: 0
85.14/43.80	c number of learning phase by cutting planes	: 0
85.14/43.80	c speed (assignments/second)	: 642720.9202978152
85.14/43.80	c non guided choices	3233
85.14/43.80	c learnt constraints type 
85.14/43.80	c constraints type 
85.14/43.80	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 448
85.14/43.80	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 470
85.14/43.80	c constraints type 
85.14/43.80	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 448
85.14/43.80	c org.sat4j.pb.constraints.pb.MaxWatchPb => 470
85.14/43.80	s OPTIMUM FOUND
85.14/43.80	v x1 x2 -x3 -x4 -x5 -x6 -x7 -x8 x9 x10 -x11 x12 -x13 x14 -x15 -x16 x17 -x18 -x19 -x20 -x21 -x22 -x23 x24 x25 -x26 -x27 -x28 x29 -x30 -x31 -x32 x33 -x34 -x35 -x36 -x37 x38 -x39 -x40 x41 -x42 -x43 -x44 x45 -x46 x47 x48 x49 -x50 -x51 -x52 -x53 -x54 x55 -x56 x57 x58 x59 x60 -x61 x62 -x63 -x64 x65 -x66 -x67 -x68 -x69 -x70 -x71 x72 x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 x81 -x82 -x83 -x84 x85 -x86 -x87 -x88 x89 -x90 -x91 -x92 x93 x94 -x95 -x96 x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 x105 -x106 -x107 -x108 -x109 -x110 x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 x121 -x122 -x123 -x124 -x125 -x126 x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 x148 -x149 x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 x161 x162 -x163 x164 -x165 -x166 -x167 -x168 
85.14/43.80	c objective function=3
85.14/43.80	c Total wall clock time (in seconds): 43.692

Verifier Data

OK	3

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

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

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


[startup+0 s]
/proc/loadavg: 2.88 3.51 3.57 2/501 18856
/proc/meminfo: memFree=23849452/32950928 swapFree=39617324/67111528
[pid=18856] ppid=18854 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/18856/stat : 18856 (java) S 18854 18856 13533 0 -1 4202496 5046 0 1 0 0 0 0 0 25 0 2 0 831022928 10694979584 4749 33554432000 1073741824 1073778376 140734072438448 18446744073709551615 208092035045 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0
/proc/18856/statm: 2611079 4762 917 9 0 2602235 0
[pid=18856/tid=18857] ppid=18854 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/18856/task/18857/stat : 18857 (java) R 18854 18856 13533 0 -1 4202560 5947 0 1 0 0 0 0 0 25 0 2 0 831022929 10694979584 6763 33554432000 1073741824 1073778376 140734072438448 18446744073709551615 208079926331 0 4 0 16784584 0 0 0 -1 5 0 0 0

[startup+0.0680311 s]
/proc/loadavg: 2.88 3.51 3.57 2/501 18856
/proc/meminfo: memFree=23849452/32950928 swapFree=39617324/67111528
[pid=18856] ppid=18854 vsize=10473088 CPUtime=0.05 cores=1,3,5,7
/proc/18856/stat : 18856 (java) S 18854 18856 13533 0 -1 4202496 11804 0 1 0 4 1 0 0 25 0 18 0 831022928 10724442112 11502 33554432000 1073741824 1073778376 140734072438448 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/18856/statm: 2618272 11502 1742 9 0 2609006 0
[pid=18856/tid=18857] ppid=18854 vsize=10473088 CPUtime=0.05 cores=1,3,5,7
/proc/18856/task/18857/stat : 18857 (java) R 18854 18856 13533 0 -1 4202560 10630 0 1 0 4 1 0 0 25 0 18 0 831022929 10724442112 11502 33554432000 1073741824 1073778376 140734072438448 18446744073709551615 208092059083 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 10473088

[startup+0.101026 s]
/proc/loadavg: 2.88 3.51 3.57 2/501 18856
/proc/meminfo: memFree=23849452/32950928 swapFree=39617324/67111528
[pid=18856] ppid=18854 vsize=10540440 CPUtime=0.11 cores=1,3,5,7
/proc/18856/stat : 18856 (java) S 18854 18856 13533 0 -1 4202496 13154 0 1 0 9 2 0 0 25 0 18 0 831022928 10793410560 12821 33554432000 1073741824 1073778376 140734072438448 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/18856/statm: 2635110 12823 2093 9 0 2625844 0
[pid=18856/tid=18857] ppid=18854 vsize=10540440 CPUtime=0.08 cores=1,3,5,7
/proc/18856/task/18857/stat : 18857 (java) R 18854 18856 13533 0 -1 4202560 11192 0 1 0 7 1 0 0 25 0 18 0 831022929 10793410560 12823 33554432000 1073741824 1073778376 140734072438448 18446744073709551615 208079893537 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 10540440

[startup+0.301017 s]
/proc/loadavg: 2.88 3.51 3.57 2/501 18856
/proc/meminfo: memFree=23849452/32950928 swapFree=39617324/67111528
[pid=18856] ppid=18854 vsize=10548048 CPUtime=0.63 cores=1,3,5,7
/proc/18856/stat : 18856 (java) S 18854 18856 13533 0 -1 4202496 17738 0 1 0 60 3 0 0 25 0 22 0 831022928 10801201152 16459 33554432000 1073741824 1073778376 140734072438448 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/18856/statm: 2637012 16459 2203 9 0 2627746 0
[pid=18856/tid=18857] ppid=18854 vsize=10548048 CPUtime=0.19 cores=1,3,5,7
/proc/18856/task/18857/stat : 18857 (java) S 18854 18856 13533 0 -1 4202560 12025 0 1 0 18 1 0 0 25 0 22 0 831022929 10801201152 16459 33554432000 1073741824 1073778376 140734072438448 18446744073709551615 208092048896 0 4 0 16800975 18446604467882838080 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.63
Current children cumulated vsize (KiB) 10548048

[startup+0.700918 s]
/proc/loadavg: 2.88 3.51 3.57 2/501 18856
/proc/meminfo: memFree=23849452/32950928 swapFree=39617324/67111528
[pid=18856] ppid=18854 vsize=10555640 CPUtime=2.23 cores=1,3,5,7
/proc/18856/stat : 18856 (java) S 18854 18856 13533 0 -1 4202496 39889 0 1 0 216 7 0 0 25 0 22 0 831022928 10808975360 33250 33554432000 1073741824 1073778376 140734072438448 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/18856/statm: 2638910 33255 2225 9 0 2629644 0
[pid=18856/tid=18857] ppid=18854 vsize=10555640 CPUtime=0.19 cores=1,3,5,7
/proc/18856/task/18857/stat : 18857 (java) S 18854 18856 13533 0 -1 4202560 12025 0 1 0 18 1 0 0 25 0 22 0 831022929 10808975360 33256 33554432000 1073741824 1073778376 140734072438448 18446744073709551615 208092048896 0 4 0 16800975 18446604467882838080 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2.23
Current children cumulated vsize (KiB) 10555640

[startup+1.50079 s]
/proc/loadavg: 3.05 3.53 3.58 6/523 18878
/proc/meminfo: memFree=23618416/32950928 swapFree=39617324/67111528
[pid=18856] ppid=18854 vsize=10557296 CPUtime=4.52 cores=1,3,5,7
/proc/18856/stat : 18856 (java) S 18854 18856 13533 0 -1 4202496 94612 0 1 0 439 13 0 0 25 0 22 0 831022928 10810671104 80731 33554432000 1073741824 1073778376 140734072438448 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/18856/statm: 2639324 80731 2256 9 0 2630058 0
[pid=18856/tid=18857] ppid=18854 vsize=10557296 CPUtime=0.19 cores=1,3,5,7
/proc/18856/task/18857/stat : 18857 (java) S 18854 18856 13533 0 -1 4202560 12025 0 1 0 18 1 0 0 15 0 22 0 831022929 10810671104 80731 33554432000 1073741824 1073778376 140734072438448 18446744073709551615 208092048896 0 4 0 16800975 18446604467882838080 0 0 -1 3 0 0 0
[pid=18856/tid=18859] ppid=18854 vsize=10557296 CPUtime=0 cores=1,3,5,7
/proc/18856/task/18859/stat : 18859 (java) S 18854 18856 13533 0 -1 4202560 21 0 0 0 0 0 0 0 16 0 22 0 831022931 10810671104 80731 33554432000 1073741824 1073778376 140734072438448 18446744073709551615 208092048281 0 4 0 16800975 18446604467882838080 0 0 -1 5 0 0 0
[pid=18856/tid=18860] ppid=18854 vsize=10557296 CPUtime=0 cores=1,3,5,7
/proc/18856/task/18860/stat : 18860 (java) S 18854 18856 13533 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 22 0 831022931 10810671104 80731 33554432000 1073741824 1073778376 140734072438448 18446744073709551615 208092048281 0 4 0 16800975 18446604467882838080 0 0 -1 5 0 0 0
[pid=18856/tid=18861] ppid=18854 vsize=10557296 CPUtime=0 cores=1,3,5,7
/proc/18856/task/18861/stat : 18861 (java) S 18854 18856 13533 0 -1 4202560 336 0 0 0 0 0 0 0 16 0 22 0 831022931 10810671104 80731 33554432000 1073741824 1073778376 140734072438448 18446744073709551615 208092048281 0 4 0 16800975 18446604467882838080 0 0 -1 3 0 0 0
[pid=18856/tid=18862] ppid=18854 vsize=10557296 CPUtime=0 cores=1,3,5,7
/proc/18856/task/18862/stat : 18862 (java) S 18854 18856 13533 0 -1 4202560 110 0 0 0 0 0 0 0 15 0 22 0 831022931 10810671104 80731 33554432000 1073741824 1073778376 140734072438448 18446744073709551615 208092048281 0 4 0 16800975 18446604467882838080 0 0 -1 7 0 0 0
[pid=18856/tid=18863] ppid=18854 vsize=10557296 CPUtime=0 cores=1,3,5,7
/proc/18856/task/18863/stat : 18863 (java) S 18854 18856 13533 0 -1 4202560 249 0 0 0 0 0 0 0 15 0 22 0 831022931 10810671104 80731 33554432000 1073741824 1073778376 140734072438448 18446744073709551615 208092048281 0 4 0 16800975 18446604467882838080 0 0 -1 7 0 0 0
[pid=18856/tid=18864] ppid=18854 vsize=10557296 CPUtime=0 cores=1,3,5,7
/proc/18856/task/18864/stat : 18864 (java) S 18854 18856 13533 0 -1 4202560 178 0 0 0 0 0 0 0 15 0 22 0 831022931 10810671104 80731 33554432000 1073741824 1073778376 140734072438448 18446744073709551615 208092048281 0 4 0 16800975 18446604467882838080 0 0 -1 3 0 0 0
[pid=18856/tid=18865] ppid=18854 vsize=10557296 CPUtime=0 cores=1,3,5,7
/proc/18856/task/18865/stat : 18865 (java) S 18854 18856 13533 0 -1 4202560 170 0 0 0 0 0 0 0 15 0 22 0 831022931 10810671104 80731 33554432000 1073741824 1073778376 140734072438448 18446744073709551615 208092048281 0 4 0 16800975 18446604467882838080 0 0 -1 7 0 0 0
[pid=18856/tid=18866] ppid=18854 vsize=10557296 CPUtime=0 cores=1,3,5,7
/proc/18856/task/18866/stat : 18866 (java) S 18854 18856 13533 0 -1 4202560 327 0 0 0 0 0 0 0 16 0 22 0 831022931 10810671104 80731 33554432000 1073741824 1073778376 140734072438448 18446744073709551615 208092048281 0 4 0 16800975 18446604467882838080 0 0 -1 5 0 0 0
[pid=18856/tid=18867] ppid=18854 vsize=10557296 CPUtime=0.03 cores=1,3,5,7
/proc/18856/task/18867/stat : 18867 (java) S 18854 18856 13533 0 -1 4202560 1266 0 0 0 3 0 0 0 16 0 22 0 831022932 10810671104 80731 33554432000 1073741824 1073778376 140734072438448 18446744073709551615 208092048896 0 0 0 16800975 18446604467882838080 0 0 -1 1 0 0 0
[pid=18856/tid=18868] ppid=18854 vsize=10557296 CPUtime=0 cores=1,3,5,7
/proc/18856/task/18868/stat : 18868 (java) S 18854 18856 13533 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 831022932 10810671104 80731 33554432000 1073741824 1073778376 140734072438448 18446744073709551615 208092048281 0 4 0 16800975 18446604467882838080 0 0 -1 1 0 0 0
[pid=18856/tid=18869] ppid=18854 vsize=10557296 CPUtime=0 cores=1,3,5,7
/proc/18856/task/18869/stat : 18869 (java) S 18854 18856 13533 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 831022932 10810671104 80731 33554432000 1073741824 1073778376 140734072438448 18446744073709551615 208092048281 0 4 0 16800975 18446604467882838080 0 0 -1 1 0 0 0
[pid=18856/tid=18870] ppid=18854 vsize=10557296 CPUtime=0 cores=1,3,5,7
/proc/18856/task/18870/stat : 18870 (java) S 18854 18856 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831022934 10810671104 80731 33554432000 1073741824 1073778376 140734072438448 18446744073709551615 208092055985 0 4 0 16800975 18446604467882838080 0 0 -1 1 0 0 0
[pid=18856/tid=18871] ppid=18854 vsize=10557296 CPUtime=0.82 cores=1,3,5,7
/proc/18856/task/18871/stat : 18871 (java) S 18854 18856 13533 0 -1 4202560 6584 0 0 0 82 0 0 0 23 0 22 0 831022934 10810671104 80731 33554432000 1073741824 1073778376 140734072438448 18446744073709551615 208092048281 0 4 0 16800975 18446604467882838080 0 0 -1 5 0 0 0
[pid=18856/tid=18872] ppid=18854 vsize=10557296 CPUtime=0.94 cores=1,3,5,7
/proc/18856/task/18872/stat : 18872 (java) S 18854 18856 13533 0 -1 4202560 13607 0 0 0 92 2 0 0 23 0 22 0 831022934 10810671104 80731 33554432000 1073741824 1073778376 140734072438448 18446744073709551615 208092048281 0 4 0 16800975 18446604467882838080 0 0 -1 7 0 0 0
[pid=18856/tid=18873] ppid=18854 vsize=10557296 CPUtime=0 cores=1,3,5,7
/proc/18856/task/18873/stat : 18873 (java) S 18854 18856 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831022934 10810671104 80731 33554432000 1073741824 1073778376 140734072438448 18446744073709551615 208092048281 0 4 0 16800975 18446604467882838080 0 0 -1 1 0 0 0
[pid=18856/tid=18874] ppid=18854 vsize=10557296 CPUtime=0 cores=1,3,5,7
/proc/18856/task/18874/stat : 18874 (java) S 18854 18856 13533 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 831022934 10810671104 80731 33554432000 1073741824 1073778376 140734072438448 18446744073709551615 208092048896 0 4 0 16800975 18446604467882838080 0 0 -1 3 0 0 0
[pid=18856/tid=18875] ppid=18854 vsize=10557296 CPUtime=1.24 cores=1,3,5,7
/proc/18856/task/18875/stat : 18875 (java) R 18854 18856 13533 0 -1 4202560 493 0 0 0 124 0 0 0 25 0 22 0 831022949 10810671104 80731 33554432000 1073741824 1073778376 140734072438448 18446744073709551615 46912505667400 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=18856/tid=18876] ppid=18854 vsize=10557296 CPUtime=1.23 cores=1,3,5,7
/proc/18856/task/18876/stat : 18876 (java) R 18854 18856 13533 0 -1 4202560 58088 0 0 0 116 7 0 0 25 0 22 0 831022949 10810671104 80731 33554432000 1073741824 1073778376 140734072438448 18446744073709551615 46912505527818 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=18856/tid=18877] ppid=18854 vsize=10557296 CPUtime=0 cores=1,3,5,7
/proc/18856/task/18877/stat : 18877 (java) S 18854 18856 13533 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 831022950 10810671104 80731 33554432000 1073741824 1073778376 140734072438448 18446744073709551615 208092048896 0 4 0 16800975 18446604467882838080 0 0 -1 3 0 0 0
[pid=18856/tid=18878] ppid=18854 vsize=10557296 CPUtime=0 cores=1,3,5,7
/proc/18856/task/18878/stat : 18878 (java) S 18854 18856 13533 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 831022950 10810671104 80731 33554432000 1073741824 1073778376 140734072438448 18446744073709551615 208092048896 0 4 0 16800975 18446604467882838080 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4.52
Current children cumulated vsize (KiB) 10557296

[startup+3.10152 s]
/proc/loadavg: 3.05 3.53 3.58 4/523 18878
/proc/meminfo: memFree=23441096/32950928 swapFree=39617324/67111528
[pid=18856] ppid=18854 vsize=10557296 CPUtime=8.03 cores=1,3,5,7
/proc/18856/stat : 18856 (java) S 18854 18856 13533 0 -1 4202496 124372 0 1 0 787 16 0 0 25 0 22 0 831022928 10810671104 105498 33554432000 1073741824 1073778376 140734072438448 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/18856/statm: 2639324 105498 2257 9 0 2630058 0
[pid=18856/tid=18857] ppid=18854 vsize=10557296 CPUtime=0.19 cores=1,3,5,7
/proc/18856/task/18857/stat : 18857 (java) S 18854 18856 13533 0 -1 4202560 12025 0 1 0 18 1 0 0 15 0 22 0 831022929 10810671104 105498 33554432000 1073741824 1073778376 140734072438448 18446744073709551615 208092048896 0 4 0 16800975 18446604467882838080 0 0 -1 3 0 0 0
[pid=18856/tid=18859] ppid=18854 vsize=10557296 CPUtime=0 cores=1,3,5,7
/proc/18856/task/18859/stat : 18859 (java) S 18854 18856 13533 0 -1 4202560 36 0 0 0 0 0 0 0 15 0 22 0 831022931 10810671104 105498 33554432000 1073741824 1073778376 140734072438448 18446744073709551615 208092048281 0 4 0 16800975 18446604467882838080 0 0 -1 5 0 0 0
[pid=18856/tid=18860] ppid=18854 vsize=10557296 CPUtime=0 cores=1,3,5,7
/proc/18856/task/18860/stat : 18860 (java) S 18854 18856 13533 0 -1 4202560 21 0 0 0 0 0 0 0 15 0 22 0 831022931 10810671104 105498 33554432000 1073741824 1073778376 140734072438448 18446744073709551615 208092048281 0 4 0 16800975 18446604467882838080 0 0 -1 3 0 0 0
[pid=18856/tid=18861] ppid=18854 vsize=10557296 CPUtime=0 cores=1,3,5,7
/proc/18856/task/18861/stat : 18861 (java) S 18854 18856 13533 0 -1 4202560 336 0 0 0 0 0 0 0 15 0 22 0 831022931 10810671104 105498 33554432000 1073741824 1073778376 140734072438448 18446744073709551615 208092048281 0 4 0 16800975 18446604467882838080 0 0 -1 3 0 0 0
[pid=18856/tid=18862] ppid=18854 vsize=10557296 CPUtime=0 cores=1,3,5,7
/proc/18856/task/18862/stat : 18862 (java) S 18854 18856 13533 0 -1 4202560 174 0 0 0 0 0 0 0 16 0 22 0 831022931 10810671104 105498 33554432000 1073741824 1073778376 140734072438448 18446744073709551615 208092048281 0 4 0 16800975 18446604467882838080 0 0 -1 7 0 0 0
[pid=18856/tid=18863] ppid=18854 vsize=10557296 CPUtime=0 cores=1,3,5,7
/proc/18856/task/18863/stat : 18863 (java) S 18854 18856 13533 0 -1 4202560 280 0 0 0 0 0 0 0 15 0 22 0 831022931 10810671104 105498 33554432000 1073741824 1073778376 140734072438448 18446744073709551615 208092048281 0 4 0 16800975 18446604467882838080 0 0 -1 7 0 0 0
[pid=18856/tid=18864] ppid=18854 vsize=10557296 CPUtime=0 cores=1,3,5,7
/proc/18856/task/18864/stat : 18864 (java) S 18854 18856 13533 0 -1 4202560 230 0 0 0 0 0 0 0 16 0 22 0 831022931 10810671104 105498 33554432000 1073741824 1073778376 140734072438448 18446744073709551615 208092048281 0 4 0 16800975 18446604467882838080 0 0 -1 3 0 0 0
[pid=18856/tid=18865] ppid=18854 vsize=10557296 CPUtime=0 cores=1,3,5,7
/proc/18856/task/18865/stat : 18865 (java) S 18854 18856 13533 0 -1 4202560 265 0 0 0 0 0 0 0 16 0 22 0 831022931 10810671104 105498 33554432000 1073741824 1073778376 140734072438448 18446744073709551615 208092048281 0 4 0 16800975 18446604467882838080 0 0 -1 5 0 0 0
[pid=18856/tid=18866] ppid=18854 vsize=10557296 CPUtime=0 cores=1,3,5,7
/proc/18856/task/18866/stat : 18866 (java) S 18854 18856 13533 0 -1 4202560 347 0 0 0 0 0 0 0 15 0 22 0 831022931 10810671104 105498 33554432000 1073741824 1073778376 140734072438448 18446744073709551615 208092048281 0 4 0 16800975 18446604467882838080 0 0 -1 5 0 0 0
[pid=18856/tid=18867] ppid=18854 vsize=10557296 CPUtime=0.09 cores=1,3,5,7
/proc/18856/task/18867/stat : 18867 (java) S 18854 18856 13533 0 -1 4202560 2205 0 0 0 9 0 0 0 16 0 22 0 831022932 10810671104 105498 33554432000 1073741824 1073778376 140734072438448 18446744073709551615 208092048896 0 0 0 16800975 18446604467882838080 0 0 -1 1 0 0 0
[pid=18856/tid=18868] ppid=18854 vsize=10557296 CPUtime=0 cores=1,3,5,7
/proc/18856/task/18868/stat : 18868 (java) S 18854 18856 13533 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 831022932 10810671104 105498 33554432000 1073741824 1073778376 140734072438448 18446744073709551615 208092048281 0 4 0 16800975 18446604467882838080 0 0 -1 1 0 0 0
[pid=18856/tid=18869] ppid=18854 vsize=10557296 CPUtime=0 cores=1,3,5,7
/proc/18856/task/18869/stat : 18869 (java) S 18854 18856 13533 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 831022932 10810671104 105498 33554432000 1073741824 1073778376 140734072438448 18446744073709551615 208092048281 0 4 0 16800975 18446604467882838080 0 0 -1 1 0 0 0
[pid=18856/tid=18870] ppid=18854 vsize=10557296 CPUtime=0 cores=1,3,5,7
/proc/18856/task/18870/stat : 18870 (java) S 18854 18856 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831022934 10810671104 105498 33554432000 1073741824 1073778376 140734072438448 18446744073709551615 208092055985 0 4 0 16800975 18446604467882838080 0 0 -1 1 0 0 0
[pid=18856/tid=18871] ppid=18854 vsize=10557296 CPUtime=0.88 cores=1,3,5,7
/proc/18856/task/18871/stat : 18871 (java) S 18854 18856 13533 0 -1 4202560 6596 0 0 0 88 0 0 0 15 0 22 0 831022934 10810671104 105498 33554432000 1073741824 1073778376 140734072438448 18446744073709551615 208092048281 0 4 0 16800975 18446604467882838080 0 0 -1 5 0 0 0
[pid=18856/tid=18872] ppid=18854 vsize=10557296 CPUtime=1.24 cores=1,3,5,7
/proc/18856/task/18872/stat : 18872 (java) S 18854 18856 13533 0 -1 4202560 18626 0 0 0 122 2 0 0 15 0 22 0 831022934 10810671104 105498 33554432000 1073741824 1073778376 140734072438448 18446744073709551615 208092048281 0 4 0 16800975 18446604467882838080 0 0 -1 5 0 0 0
[pid=18856/tid=18873] ppid=18854 vsize=10557296 CPUtime=0 cores=1,3,5,7
/proc/18856/task/18873/stat : 18873 (java) S 18854 18856 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831022934 10810671104 105498 33554432000 1073741824 1073778376 140734072438448 18446744073709551615 208092048281 0 4 0 16800975 18446604467882838080 0 0 -1 1 0 0 0
[pid=18856/tid=18874] ppid=18854 vsize=10557296 CPUtime=0 cores=1,3,5,7
/proc/18856/task/18874/stat : 18874 (java) S 18854 18856 13533 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 831022934 10810671104 105498 33554432000 1073741824 1073778376 140734072438448 18446744073709551615 208092048896 0 4 0 16800975 18446604467882838080 0 0 -1 3 0 0 0
[pid=18856/tid=18875] ppid=18854 vsize=10557296 CPUtime=2.77 cores=1,3,5,7
/proc/18856/task/18875/stat : 18875 (java) R 18854 18856 13533 0 -1 4202560 713 0 0 0 277 0 0 0 25 0 22 0 831022949 10810671104 105498 33554432000 1073741824 1073778376 140734072438448 18446744073709551615 46912505586595 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=18856/tid=18876] ppid=18854 vsize=10557296 CPUtime=2.77 cores=1,3,5,7
/proc/18856/task/18876/stat : 18876 (java) R 18854 18856 13533 0 -1 4202560 81362 0 0 0 267 10 0 0 25 0 22 0 831022949 10810671104 105498 33554432000 1073741824 1073778376 140734072438448 18446744073709551615 46912505785305 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=18856/tid=18877] ppid=18854 vsize=10557296 CPUtime=0 cores=1,3,5,7
/proc/18856/task/18877/stat : 18877 (java) S 18854 18856 13533 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 831022950 10810671104 105498 33554432000 1073741824 1073778376 140734072438448 18446744073709551615 208092048896 0 4 0 16800975 18446604467882838080 0 0 -1 3 0 0 0
[pid=18856/tid=18878] ppid=18854 vsize=10557296 CPUtime=0 cores=1,3,5,7
/proc/18856/task/18878/stat : 18878 (java) S 18854 18856 13533 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 831022950 10810671104 105498 33554432000 1073741824 1073778376 140734072438448 18446744073709551615 208092048896 0 4 0 16800975 18446604467882838080 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 8.03
Current children cumulated vsize (KiB) 10557296

[startup+6.30085 s]
/proc/loadavg: 3.05 3.53 3.58 4/523 18878
/proc/meminfo: memFree=23199540/32950928 swapFree=39617324/67111528
[pid=18856] ppid=18854 vsize=10557296 CPUtime=14.76 cores=1,3,5,7
/proc/18856/stat : 18856 (java) S 18854 18856 13533 0 -1 4202496 185820 0 1 0 1452 24 0 0 25 0 22 0 831022928 10810671104 163172 33554432000 1073741824 1073778376 140734072438448 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/18856/statm: 2639324 163172 2257 9 0 2630058 0
[pid=18856/tid=18857] ppid=18854 vsize=10557296 CPUtime=0.19 cores=1,3,5,7
/proc/18856/task/18857/stat : 18857 (java) S 18854 18856 13533 0 -1 4202560 12025 0 1 0 18 1 0 0 15 0 22 0 831022929 10810671104 163172 33554432000 1073741824 1073778376 140734072438448 18446744073709551615 208092048896 0 4 0 16800975 18446604467882838080 0 0 -1 3 0 0 0
[pid=18856/tid=18859] ppid=18854 vsize=10557296 CPUtime=0 cores=1,3,5,7
/proc/18856/task/18859/stat : 18859 (java) S 18854 18856 13533 0 -1 4202560 216 0 0 0 0 0 0 0 15 0 22 0 831022931 10810671104 163172 33554432000 1073741824 1073778376 140734072438448 18446744073709551615 208092048281 0 4 0 16800975 18446604467882838080 0 0 -1 3 0 0 0
[pid=18856/tid=18860] ppid=18854 vsize=10557296 CPUtime=0 cores=1,3,5,7
/proc/18856/task/18860/stat : 18860 (java) S 18854 18856 13533 0 -1 4202560 78 0 0 0 0 0 0 0 15 0 22 0 831022931 10810671104 163172 33554432000 1073741824 1073778376 140734072438448 18446744073709551615 208092048281 0 4 0 16800975 18446604467882838080 0 0 -1 7 0 0 0
[pid=18856/tid=18861] ppid=18854 vsize=10557296 CPUtime=0 cores=1,3,5,7
/proc/18856/task/18861/stat : 18861 (java) S 18854 18856 13533 0 -1 4202560 408 0 0 0 0 0 0 0 15 0 22 0 831022931 10810671104 163172 33554432000 1073741824 1073778376 140734072438448 18446744073709551615 208092048281 0 4 0 16800975 18446604467882838080 0 0 -1 3 0 0 0
[pid=18856/tid=18862] ppid=18854 vsize=10557296 CPUtime=0 cores=1,3,5,7
/proc/18856/task/18862/stat : 18862 (java) S 18854 18856 13533 0 -1 4202560 174 0 0 0 0 0 0 0 15 0 22 0 831022931 10810671104 163172 33554432000 1073741824 1073778376 140734072438448 18446744073709551615 208092048281 0 4 0 16800975 18446604467882838080 0 0 -1 7 0 0 0
[pid=18856/tid=18863] ppid=18854 vsize=10557296 CPUtime=0.01 cores=1,3,5,7
/proc/18856/task/18863/stat : 18863 (java) S 18854 18856 13533 0 -1 4202560 429 0 0 0 1 0 0 0 15 0 22 0 831022931 10810671104 163172 33554432000 1073741824 1073778376 140734072438448 18446744073709551615 208092048281 0 4 0 16800975 18446604467882838080 0 0 -1 7 0 0 0
[pid=18856/tid=18864] ppid=18854 vsize=10557296 CPUtime=0 cores=1,3,5,7
/proc/18856/task/18864/stat : 18864 (java) S 18854 18856 13533 0 -1 4202560 232 0 0 0 0 0 0 0 15 0 22 0 831022931 10810671104 163172 33554432000 1073741824 1073778376 140734072438448 18446744073709551615 208092048281 0 4 0 16800975 18446604467882838080 0 0 -1 3 0 0 0
[pid=18856/tid=18865] ppid=18854 vsize=10557296 CPUtime=0 cores=1,3,5,7
/proc/18856/task/18865/stat : 18865 (java) S 18854 18856 13533 0 -1 4202560 357 0 0 0 0 0 0 0 16 0 22 0 831022931 10810671104 163172 33554432000 1073741824 1073778376 140734072438448 18446744073709551615 208092048281 0 4 0 16800975 18446604467882838080 0 0 -1 7 0 0 0
[pid=18856/tid=18866] ppid=18854 vsize=10557296 CPUtime=0.01 cores=1,3,5,7
/proc/18856/task/18866/stat : 18866 (java) S 18854 18856 13533 0 -1 4202560 422 0 0 0 1 0 0 0 15 0 22 0 831022931 10810671104 163172 33554432000 1073741824 1073778376 140734072438448 18446744073709551615 208092048281 0 4 0 16800975 18446604467882838080 0 0 -1 5 0 0 0

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

/proc/18856/task/18862/stat : 18862 (java) S 18854 18856 13533 0 -1 4202560 188 0 0 0 5 0 0 0 16 0 22 0 831022931 10810671104 182583 33554432000 1073741824 1073778376 140734072438448 18446744073709551615 208092048281 0 4 0 16800975 18446604467882838080 0 0 -1 7 0 0 0
[pid=18856/tid=18863] ppid=18854 vsize=10557296 CPUtime=0.07 cores=1,3,5,7
/proc/18856/task/18863/stat : 18863 (java) S 18854 18856 13533 0 -1 4202560 443 0 0 0 7 0 0 0 16 0 22 0 831022931 10810671104 182583 33554432000 1073741824 1073778376 140734072438448 18446744073709551615 208092048281 0 4 0 16800975 18446604467882838080 0 0 -1 5 0 0 0
[pid=18856/tid=18864] ppid=18854 vsize=10557296 CPUtime=0.06 cores=1,3,5,7
/proc/18856/task/18864/stat : 18864 (java) S 18854 18856 13533 0 -1 4202560 239 0 0 0 6 0 0 0 16 0 22 0 831022931 10810671104 182583 33554432000 1073741824 1073778376 140734072438448 18446744073709551615 208092048281 0 4 0 16800975 18446604467882838080 0 0 -1 5 0 0 0
[pid=18856/tid=18865] ppid=18854 vsize=10557296 CPUtime=0.07 cores=1,3,5,7
/proc/18856/task/18865/stat : 18865 (java) S 18854 18856 13533 0 -1 4202560 377 0 0 0 7 0 0 0 15 0 22 0 831022931 10810671104 182583 33554432000 1073741824 1073778376 140734072438448 18446744073709551615 208092048281 0 4 0 16800975 18446604467882838080 0 0 -1 3 0 0 0
[pid=18856/tid=18866] ppid=18854 vsize=10557296 CPUtime=0.07 cores=1,3,5,7
/proc/18856/task/18866/stat : 18866 (java) S 18854 18856 13533 0 -1 4202560 457 0 0 0 7 0 0 0 15 0 22 0 831022931 10810671104 182583 33554432000 1073741824 1073778376 140734072438448 18446744073709551615 208092048281 0 4 0 16800975 18446604467882838080 0 0 -1 5 0 0 0
[pid=18856/tid=18867] ppid=18854 vsize=10557296 CPUtime=3.44 cores=1,3,5,7
/proc/18856/task/18867/stat : 18867 (java) S 18854 18856 13533 0 -1 4202560 11604 0 0 0 343 1 0 0 15 0 22 0 831022932 10810671104 182583 33554432000 1073741824 1073778376 140734072438448 18446744073709551615 208092048896 0 0 0 16800975 18446604467882838080 0 0 -1 1 0 0 0
[pid=18856/tid=18868] ppid=18854 vsize=10557296 CPUtime=0 cores=1,3,5,7
/proc/18856/task/18868/stat : 18868 (java) S 18854 18856 13533 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 831022932 10810671104 182583 33554432000 1073741824 1073778376 140734072438448 18446744073709551615 208092048281 0 4 0 16800975 18446604467882838080 0 0 -1 1 0 0 0
[pid=18856/tid=18869] ppid=18854 vsize=10557296 CPUtime=0 cores=1,3,5,7
/proc/18856/task/18869/stat : 18869 (java) S 18854 18856 13533 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 22 0 831022932 10810671104 182583 33554432000 1073741824 1073778376 140734072438448 18446744073709551615 208092048281 0 4 0 16800975 18446604467882838080 0 0 -1 3 0 0 0
[pid=18856/tid=18870] ppid=18854 vsize=10557296 CPUtime=0 cores=1,3,5,7
/proc/18856/task/18870/stat : 18870 (java) S 18854 18856 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831022934 10810671104 182583 33554432000 1073741824 1073778376 140734072438448 18446744073709551615 208092055985 0 4 0 16800975 18446604467882838080 0 0 -1 1 0 0 0
[pid=18856/tid=18871] ppid=18854 vsize=10557296 CPUtime=0.91 cores=1,3,5,7
/proc/18856/task/18871/stat : 18871 (java) S 18854 18856 13533 0 -1 4202560 6596 0 0 0 91 0 0 0 16 0 22 0 831022934 10810671104 182583 33554432000 1073741824 1073778376 140734072438448 18446744073709551615 208092048281 0 4 0 16800975 18446604467882838080 0 0 -1 7 0 0 0
[pid=18856/tid=18872] ppid=18854 vsize=10557296 CPUtime=1.85 cores=1,3,5,7
/proc/18856/task/18872/stat : 18872 (java) S 18854 18856 13533 0 -1 4202560 23886 0 0 0 182 3 0 0 15 0 22 0 831022934 10810671104 182583 33554432000 1073741824 1073778376 140734072438448 18446744073709551615 208092048281 0 4 0 16800975 18446604467882838080 0 0 -1 5 0 0 0
[pid=18856/tid=18873] ppid=18854 vsize=10557296 CPUtime=0 cores=1,3,5,7
/proc/18856/task/18873/stat : 18873 (java) S 18854 18856 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831022934 10810671104 182583 33554432000 1073741824 1073778376 140734072438448 18446744073709551615 208092048281 0 4 0 16800975 18446604467882838080 0 0 -1 1 0 0 0
[pid=18856/tid=18874] ppid=18854 vsize=10557296 CPUtime=0 cores=1,3,5,7
/proc/18856/task/18874/stat : 18874 (java) S 18854 18856 13533 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 22 0 831022934 10810671104 182583 33554432000 1073741824 1073778376 140734072438448 18446744073709551615 208092048896 0 4 0 16800975 18446604467882838080 0 0 -1 3 0 0 0
[pid=18856/tid=18877] ppid=18854 vsize=10557296 CPUtime=0 cores=1,3,5,7
/proc/18856/task/18877/stat : 18877 (java) S 18854 18856 13533 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 831022950 10810671104 182583 33554432000 1073741824 1073778376 140734072438448 18446744073709551615 208092048896 0 4 0 16800975 18446604467882838080 0 0 -1 3 0 0 0
[pid=18856/tid=18886] ppid=18854 vsize=10557296 CPUtime=14.01 cores=1,3,5,7
/proc/18856/task/18886/stat : 18886 (java) R 18854 18856 13533 0 -1 4202560 12 0 0 0 1401 0 0 0 16 0 22 0 831025670 10810671104 182583 33554432000 1073741824 1073778376 140734072438448 18446744073709551615 46912505667249 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=18856/tid=18887] ppid=18854 vsize=10557296 CPUtime=14 cores=1,3,5,7
/proc/18856/task/18887/stat : 18887 (java) R 18854 18856 13533 0 -1 4202560 6 0 0 0 1400 0 0 0 25 0 22 0 831025670 10810671104 182583 33554432000 1073741824 1073778376 140734072438448 18446744073709551615 46912505567793 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=18856/tid=18888] ppid=18854 vsize=10557296 CPUtime=0 cores=1,3,5,7
/proc/18856/task/18888/stat : 18888 (java) S 18854 18856 13533 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 22 0 831025671 10810671104 182583 33554432000 1073741824 1073778376 140734072438448 18446744073709551615 208092048896 0 4 0 16800975 18446604467882838080 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 84.78
Current children cumulated vsize (KiB) 10557296

[startup+43.5008 s]
/proc/loadavg: 3.03 3.47 3.55 4/523 18888
/proc/meminfo: memFree=23105068/32950928 swapFree=39617324/67111528
[pid=18856] ppid=18854 vsize=10557296 CPUtime=84.93 cores=1,3,5,7
/proc/18856/stat : 18856 (java) S 18854 18856 13533 0 -1 4202496 205293 0 1 0 8465 28 0 0 25 0 19 0 831022928 10810671104 182584 33554432000 1073741824 1073778376 140734072438448 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/18856/statm: 2639324 182584 2259 9 0 2630058 0
[pid=18856/tid=18857] ppid=18854 vsize=10557296 CPUtime=0.2 cores=1,3,5,7
/proc/18856/task/18857/stat : 18857 (java) S 18854 18856 13533 0 -1 4202560 12034 0 1 0 18 2 0 0 15 0 19 0 831022929 10810671104 182584 33554432000 1073741824 1073778376 140734072438448 18446744073709551615 208092048896 0 4 0 16800975 18446604467882838080 0 0 -1 7 0 0 0
[pid=18856/tid=18859] ppid=18854 vsize=10557296 CPUtime=0.06 cores=1,3,5,7
/proc/18856/task/18859/stat : 18859 (java) S 18854 18856 13533 0 -1 4202560 225 0 0 0 6 0 0 0 15 0 19 0 831022931 10810671104 182584 33554432000 1073741824 1073778376 140734072438448 18446744073709551615 208092048281 0 4 0 16800975 18446604467882838080 0 0 -1 3 0 0 0
[pid=18856/tid=18860] ppid=18854 vsize=10557296 CPUtime=0.06 cores=1,3,5,7
/proc/18856/task/18860/stat : 18860 (java) S 18854 18856 13533 0 -1 4202560 86 0 0 0 6 0 0 0 16 0 19 0 831022931 10810671104 182584 33554432000 1073741824 1073778376 140734072438448 18446744073709551615 208092048281 0 4 0 16800975 18446604467882838080 0 0 -1 7 0 0 0
[pid=18856/tid=18861] ppid=18854 vsize=10557296 CPUtime=0.06 cores=1,3,5,7
/proc/18856/task/18861/stat : 18861 (java) S 18854 18856 13533 0 -1 4202560 421 0 0 0 6 0 0 0 15 0 19 0 831022931 10810671104 182584 33554432000 1073741824 1073778376 140734072438448 18446744073709551615 208092048281 0 4 0 16800975 18446604467882838080 0 0 -1 3 0 0 0
[pid=18856/tid=18862] ppid=18854 vsize=10557296 CPUtime=0.05 cores=1,3,5,7
/proc/18856/task/18862/stat : 18862 (java) S 18854 18856 13533 0 -1 4202560 188 0 0 0 5 0 0 0 16 0 19 0 831022931 10810671104 182584 33554432000 1073741824 1073778376 140734072438448 18446744073709551615 208092048281 0 4 0 16800975 18446604467882838080 0 0 -1 7 0 0 0
[pid=18856/tid=18863] ppid=18854 vsize=10557296 CPUtime=0.07 cores=1,3,5,7
/proc/18856/task/18863/stat : 18863 (java) S 18854 18856 13533 0 -1 4202560 443 0 0 0 7 0 0 0 16 0 19 0 831022931 10810671104 182584 33554432000 1073741824 1073778376 140734072438448 18446744073709551615 208092048281 0 4 0 16800975 18446604467882838080 0 0 -1 5 0 0 0
[pid=18856/tid=18864] ppid=18854 vsize=10557296 CPUtime=0.06 cores=1,3,5,7
/proc/18856/task/18864/stat : 18864 (java) S 18854 18856 13533 0 -1 4202560 239 0 0 0 6 0 0 0 16 0 19 0 831022931 10810671104 182584 33554432000 1073741824 1073778376 140734072438448 18446744073709551615 208092048281 0 4 0 16800975 18446604467882838080 0 0 -1 5 0 0 0
[pid=18856/tid=18865] ppid=18854 vsize=10557296 CPUtime=0.07 cores=1,3,5,7
/proc/18856/task/18865/stat : 18865 (java) S 18854 18856 13533 0 -1 4202560 377 0 0 0 7 0 0 0 15 0 19 0 831022931 10810671104 182584 33554432000 1073741824 1073778376 140734072438448 18446744073709551615 208092048281 0 4 0 16800975 18446604467882838080 0 0 -1 3 0 0 0
[pid=18856/tid=18866] ppid=18854 vsize=10557296 CPUtime=0.07 cores=1,3,5,7
/proc/18856/task/18866/stat : 18866 (java) S 18854 18856 13533 0 -1 4202560 457 0 0 0 7 0 0 0 15 0 19 0 831022931 10810671104 182584 33554432000 1073741824 1073778376 140734072438448 18446744073709551615 208092048281 0 4 0 16800975 18446604467882838080 0 0 -1 5 0 0 0
[pid=18856/tid=18867] ppid=18854 vsize=10557296 CPUtime=3.44 cores=1,3,5,7
/proc/18856/task/18867/stat : 18867 (java) S 18854 18856 13533 0 -1 4202560 11604 0 0 0 343 1 0 0 15 0 19 0 831022932 10810671104 182584 33554432000 1073741824 1073778376 140734072438448 18446744073709551615 208092048896 0 0 0 16800975 18446604467882838080 0 0 -1 1 0 0 0
[pid=18856/tid=18868] ppid=18854 vsize=10557296 CPUtime=0 cores=1,3,5,7
/proc/18856/task/18868/stat : 18868 (java) S 18854 18856 13533 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 831022932 10810671104 182584 33554432000 1073741824 1073778376 140734072438448 18446744073709551615 208092048281 0 4 0 16800975 18446604467882838080 0 0 -1 1 0 0 0
[pid=18856/tid=18869] ppid=18854 vsize=10557296 CPUtime=0 cores=1,3,5,7
/proc/18856/task/18869/stat : 18869 (java) S 18854 18856 13533 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 19 0 831022932 10810671104 182584 33554432000 1073741824 1073778376 140734072438448 18446744073709551615 208092048281 0 4 0 16800975 18446604467882838080 0 0 -1 3 0 0 0
[pid=18856/tid=18870] ppid=18854 vsize=10557296 CPUtime=0 cores=1,3,5,7
/proc/18856/task/18870/stat : 18870 (java) S 18854 18856 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831022934 10810671104 182584 33554432000 1073741824 1073778376 140734072438448 18446744073709551615 208092055985 0 4 0 16800975 18446604467882838080 0 0 -1 1 0 0 0
[pid=18856/tid=18871] ppid=18854 vsize=10557296 CPUtime=0.91 cores=1,3,5,7
/proc/18856/task/18871/stat : 18871 (java) S 18854 18856 13533 0 -1 4202560 6596 0 0 0 91 0 0 0 16 0 19 0 831022934 10810671104 182584 33554432000 1073741824 1073778376 140734072438448 18446744073709551615 208092048281 0 4 0 16800975 18446604467882838080 0 0 -1 7 0 0 0
[pid=18856/tid=18872] ppid=18854 vsize=10557296 CPUtime=1.87 cores=1,3,5,7
/proc/18856/task/18872/stat : 18872 (java) S 18854 18856 13533 0 -1 4202560 23887 0 0 0 184 3 0 0 15 0 19 0 831022934 10810671104 182584 33554432000 1073741824 1073778376 140734072438448 18446744073709551615 208092048281 0 4 0 16800975 18446604467882838080 0 0 -1 5 0 0 0
[pid=18856/tid=18873] ppid=18854 vsize=10557296 CPUtime=0 cores=1,3,5,7
/proc/18856/task/18873/stat : 18873 (java) S 18854 18856 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831022934 10810671104 182584 33554432000 1073741824 1073778376 140734072438448 18446744073709551615 208092048281 0 4 0 16800975 18446604467882838080 0 0 -1 1 0 0 0
[pid=18856/tid=18874] ppid=18854 vsize=10557296 CPUtime=0 cores=1,3,5,7
/proc/18856/task/18874/stat : 18874 (java) S 18854 18856 13533 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 831022934 10810671104 182584 33554432000 1073741824 1073778376 140734072438448 18446744073709551615 208092048896 0 4 0 16800975 18446604467882838080 0 0 -1 3 0 0 0
[pid=18856/tid=18877] ppid=18854 vsize=10557296 CPUtime=0 cores=1,3,5,7
/proc/18856/task/18877/stat : 18877 (java) S 18854 18856 13533 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 831022950 10810671104 182584 33554432000 1073741824 1073778376 140734072438448 18446744073709551615 208092048896 0 4 0 16800975 18446604467882838080 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 84.93
Current children cumulated vsize (KiB) 10557296

[startup+43.7078 s]
/proc/loadavg: 3.03 3.47 3.55 4/523 18888
/proc/meminfo: memFree=23105068/32950928 swapFree=39617324/67111528
[pid=18856] ppid=18854 vsize=10557296 CPUtime=85.05 cores=1,3,5,7
/proc/18856/stat : 18856 (java) S 18854 18856 13533 0 -1 4202496 205293 0 1 0 8477 28 0 0 25 0 19 0 831022928 10810671104 182584 33554432000 1073741824 1073778376 140734072438448 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/18856/statm: 2639324 182584 2259 9 0 2630058 0
[pid=18856/tid=18857] ppid=18854 vsize=10557296 CPUtime=0.3 cores=1,3,5,7
/proc/18856/task/18857/stat : 18857 (java) R 18854 18856 13533 0 -1 4202560 12034 0 1 0 28 2 0 0 15 0 19 0 831022929 10810671104 182584 33554432000 1073741824 1073778376 140734072438448 18446744073709551615 46912505366576 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=18856/tid=18859] ppid=18854 vsize=10557296 CPUtime=0.06 cores=1,3,5,7
/proc/18856/task/18859/stat : 18859 (java) S 18854 18856 13533 0 -1 4202560 225 0 0 0 6 0 0 0 15 0 19 0 831022931 10810671104 182584 33554432000 1073741824 1073778376 140734072438448 18446744073709551615 208092048281 0 4 0 16800975 18446604467882838080 0 0 -1 3 0 0 0
[pid=18856/tid=18860] ppid=18854 vsize=10557296 CPUtime=0.06 cores=1,3,5,7
/proc/18856/task/18860/stat : 18860 (java) S 18854 18856 13533 0 -1 4202560 86 0 0 0 6 0 0 0 16 0 19 0 831022931 10810671104 182584 33554432000 1073741824 1073778376 140734072438448 18446744073709551615 208092048281 0 4 0 16800975 18446604467882838080 0 0 -1 7 0 0 0
[pid=18856/tid=18861] ppid=18854 vsize=10557296 CPUtime=0.06 cores=1,3,5,7
/proc/18856/task/18861/stat : 18861 (java) S 18854 18856 13533 0 -1 4202560 421 0 0 0 6 0 0 0 15 0 19 0 831022931 10810671104 182584 33554432000 1073741824 1073778376 140734072438448 18446744073709551615 208092048281 0 4 0 16800975 18446604467882838080 0 0 -1 3 0 0 0
[pid=18856/tid=18862] ppid=18854 vsize=10557296 CPUtime=0.05 cores=1,3,5,7
/proc/18856/task/18862/stat : 18862 (java) S 18854 18856 13533 0 -1 4202560 188 0 0 0 5 0 0 0 16 0 19 0 831022931 10810671104 182584 33554432000 1073741824 1073778376 140734072438448 18446744073709551615 208092048281 0 4 0 16800975 18446604467882838080 0 0 -1 7 0 0 0
[pid=18856/tid=18863] ppid=18854 vsize=10557296 CPUtime=0.07 cores=1,3,5,7
/proc/18856/task/18863/stat : 18863 (java) S 18854 18856 13533 0 -1 4202560 443 0 0 0 7 0 0 0 16 0 19 0 831022931 10810671104 182584 33554432000 1073741824 1073778376 140734072438448 18446744073709551615 208092048281 0 4 0 16800975 18446604467882838080 0 0 -1 5 0 0 0
[pid=18856/tid=18864] ppid=18854 vsize=10557296 CPUtime=0.06 cores=1,3,5,7
/proc/18856/task/18864/stat : 18864 (java) S 18854 18856 13533 0 -1 4202560 239 0 0 0 6 0 0 0 16 0 19 0 831022931 10810671104 182584 33554432000 1073741824 1073778376 140734072438448 18446744073709551615 208092048281 0 4 0 16800975 18446604467882838080 0 0 -1 5 0 0 0
[pid=18856/tid=18865] ppid=18854 vsize=10557296 CPUtime=0.07 cores=1,3,5,7
/proc/18856/task/18865/stat : 18865 (java) S 18854 18856 13533 0 -1 4202560 377 0 0 0 7 0 0 0 15 0 19 0 831022931 10810671104 182584 33554432000 1073741824 1073778376 140734072438448 18446744073709551615 208092048281 0 4 0 16800975 18446604467882838080 0 0 -1 3 0 0 0
[pid=18856/tid=18866] ppid=18854 vsize=10557296 CPUtime=0.07 cores=1,3,5,7
/proc/18856/task/18866/stat : 18866 (java) S 18854 18856 13533 0 -1 4202560 457 0 0 0 7 0 0 0 15 0 19 0 831022931 10810671104 182584 33554432000 1073741824 1073778376 140734072438448 18446744073709551615 208092048281 0 4 0 16800975 18446604467882838080 0 0 -1 5 0 0 0
[pid=18856/tid=18867] ppid=18854 vsize=10557296 CPUtime=3.44 cores=1,3,5,7
/proc/18856/task/18867/stat : 18867 (java) S 18854 18856 13533 0 -1 4202560 11604 0 0 0 343 1 0 0 15 0 19 0 831022932 10810671104 182584 33554432000 1073741824 1073778376 140734072438448 18446744073709551615 208092048896 0 0 0 16800975 18446604467882838080 0 0 -1 1 0 0 0
[pid=18856/tid=18868] ppid=18854 vsize=10557296 CPUtime=0 cores=1,3,5,7
/proc/18856/task/18868/stat : 18868 (java) S 18854 18856 13533 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 831022932 10810671104 182584 33554432000 1073741824 1073778376 140734072438448 18446744073709551615 208092048281 0 4 0 16800975 18446604467882838080 0 0 -1 1 0 0 0
[pid=18856/tid=18869] ppid=18854 vsize=10557296 CPUtime=0 cores=1,3,5,7
/proc/18856/task/18869/stat : 18869 (java) S 18854 18856 13533 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 19 0 831022932 10810671104 182584 33554432000 1073741824 1073778376 140734072438448 18446744073709551615 208092048281 0 4 0 16800975 18446604467882838080 0 0 -1 3 0 0 0
[pid=18856/tid=18870] ppid=18854 vsize=10557296 CPUtime=0 cores=1,3,5,7
/proc/18856/task/18870/stat : 18870 (java) S 18854 18856 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831022934 10810671104 182584 33554432000 1073741824 1073778376 140734072438448 18446744073709551615 208092055985 0 4 0 16800975 18446604467882838080 0 0 -1 1 0 0 0
[pid=18856/tid=18871] ppid=18854 vsize=10557296 CPUtime=0.92 cores=1,3,5,7
/proc/18856/task/18871/stat : 18871 (java) S 18854 18856 13533 0 -1 4202560 6596 0 0 0 92 0 0 0 15 0 19 0 831022934 10810671104 182584 33554432000 1073741824 1073778376 140734072438448 18446744073709551615 208092048281 0 4 0 16800975 18446604467882838080 0 0 -1 5 0 0 0
[pid=18856/tid=18872] ppid=18854 vsize=10557296 CPUtime=1.87 cores=1,3,5,7
/proc/18856/task/18872/stat : 18872 (java) S 18854 18856 13533 0 -1 4202560 23887 0 0 0 184 3 0 0 15 0 19 0 831022934 10810671104 182584 33554432000 1073741824 1073778376 140734072438448 18446744073709551615 208092048281 0 4 0 16800975 18446604467882838080 0 0 -1 5 0 0 0
[pid=18856/tid=18873] ppid=18854 vsize=10557296 CPUtime=0 cores=1,3,5,7
/proc/18856/task/18873/stat : 18873 (java) S 18854 18856 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831022934 10810671104 182584 33554432000 1073741824 1073778376 140734072438448 18446744073709551615 208092048281 0 4 0 16800975 18446604467882838080 0 0 -1 1 0 0 0
[pid=18856/tid=18874] ppid=18854 vsize=10557296 CPUtime=0 cores=1,3,5,7
/proc/18856/task/18874/stat : 18874 (java) S 18854 18856 13533 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 831022934 10810671104 182584 33554432000 1073741824 1073778376 140734072438448 18446744073709551615 208092048896 0 4 0 16800975 18446604467882838080 0 0 -1 3 0 0 0
[pid=18856/tid=18877] ppid=18854 vsize=10557296 CPUtime=0 cores=1,3,5,7
/proc/18856/task/18877/stat : 18877 (java) S 18854 18856 13533 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 831022950 10810671104 182584 33554432000 1073741824 1073778376 140734072438448 18446744073709551615 208092048896 0 4 0 16800975 18446604467882838080 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 85.05
Current children cumulated vsize (KiB) 10557296

[startup+43.8008 s]
/proc/loadavg: 3.03 3.47 3.55 4/523 18888
/proc/meminfo: memFree=23105068/32950928 swapFree=39617324/67111528
[pid=18856] ppid=18854 vsize=10557296 CPUtime=85.14 cores=1,3,5,7
/proc/18856/stat : 18856 (java) S 18854 18856 13533 0 -1 4202496 205293 0 1 0 8486 28 0 0 25 0 19 0 831022928 10810671104 182584 33554432000 1073741824 1073778376 140734072438448 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/18856/statm: 2639324 182584 2259 9 0 2630058 0
[pid=18856/tid=18857] ppid=18854 vsize=10557296 CPUtime=0.4 cores=1,3,5,7
/proc/18856/task/18857/stat : 18857 (java) R 18854 18856 13533 0 -1 4202560 12034 0 1 0 38 2 0 0 16 0 19 0 831022929 10810671104 182584 33554432000 1073741824 1073778376 140734072438448 18446744073709551615 46912505366582 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=18856/tid=18859] ppid=18854 vsize=10557296 CPUtime=0.06 cores=1,3,5,7
/proc/18856/task/18859/stat : 18859 (java) S 18854 18856 13533 0 -1 4202560 225 0 0 0 6 0 0 0 15 0 19 0 831022931 10810671104 182584 33554432000 1073741824 1073778376 140734072438448 18446744073709551615 208092048281 0 4 0 16800975 18446604467882838080 0 0 -1 3 0 0 0
[pid=18856/tid=18860] ppid=18854 vsize=10557296 CPUtime=0.06 cores=1,3,5,7
/proc/18856/task/18860/stat : 18860 (java) S 18854 18856 13533 0 -1 4202560 86 0 0 0 6 0 0 0 16 0 19 0 831022931 10810671104 182584 33554432000 1073741824 1073778376 140734072438448 18446744073709551615 208092048281 0 4 0 16800975 18446604467882838080 0 0 -1 7 0 0 0
[pid=18856/tid=18861] ppid=18854 vsize=10557296 CPUtime=0.06 cores=1,3,5,7
/proc/18856/task/18861/stat : 18861 (java) S 18854 18856 13533 0 -1 4202560 421 0 0 0 6 0 0 0 15 0 19 0 831022931 10810671104 182584 33554432000 1073741824 1073778376 140734072438448 18446744073709551615 208092048281 0 4 0 16800975 18446604467882838080 0 0 -1 3 0 0 0
[pid=18856/tid=18862] ppid=18854 vsize=10557296 CPUtime=0.05 cores=1,3,5,7
/proc/18856/task/18862/stat : 18862 (java) S 18854 18856 13533 0 -1 4202560 188 0 0 0 5 0 0 0 16 0 19 0 831022931 10810671104 182584 33554432000 1073741824 1073778376 140734072438448 18446744073709551615 208092048281 0 4 0 16800975 18446604467882838080 0 0 -1 7 0 0 0
[pid=18856/tid=18863] ppid=18854 vsize=10557296 CPUtime=0.07 cores=1,3,5,7
/proc/18856/task/18863/stat : 18863 (java) S 18854 18856 13533 0 -1 4202560 443 0 0 0 7 0 0 0 16 0 19 0 831022931 10810671104 182584 33554432000 1073741824 1073778376 140734072438448 18446744073709551615 208092048281 0 4 0 16800975 18446604467882838080 0 0 -1 5 0 0 0
[pid=18856/tid=18864] ppid=18854 vsize=10557296 CPUtime=0.06 cores=1,3,5,7
/proc/18856/task/18864/stat : 18864 (java) S 18854 18856 13533 0 -1 4202560 239 0 0 0 6 0 0 0 16 0 19 0 831022931 10810671104 182584 33554432000 1073741824 1073778376 140734072438448 18446744073709551615 208092048281 0 4 0 16800975 18446604467882838080 0 0 -1 5 0 0 0
[pid=18856/tid=18865] ppid=18854 vsize=10557296 CPUtime=0.07 cores=1,3,5,7
/proc/18856/task/18865/stat : 18865 (java) S 18854 18856 13533 0 -1 4202560 377 0 0 0 7 0 0 0 15 0 19 0 831022931 10810671104 182584 33554432000 1073741824 1073778376 140734072438448 18446744073709551615 208092048281 0 4 0 16800975 18446604467882838080 0 0 -1 3 0 0 0
[pid=18856/tid=18866] ppid=18854 vsize=10557296 CPUtime=0.07 cores=1,3,5,7
/proc/18856/task/18866/stat : 18866 (java) S 18854 18856 13533 0 -1 4202560 457 0 0 0 7 0 0 0 15 0 19 0 831022931 10810671104 182584 33554432000 1073741824 1073778376 140734072438448 18446744073709551615 208092048281 0 4 0 16800975 18446604467882838080 0 0 -1 5 0 0 0
[pid=18856/tid=18867] ppid=18854 vsize=10557296 CPUtime=3.44 cores=1,3,5,7
/proc/18856/task/18867/stat : 18867 (java) S 18854 18856 13533 0 -1 4202560 11604 0 0 0 343 1 0 0 15 0 19 0 831022932 10810671104 182584 33554432000 1073741824 1073778376 140734072438448 18446744073709551615 208092048896 0 0 0 16800975 18446604467882838080 0 0 -1 1 0 0 0
[pid=18856/tid=18868] ppid=18854 vsize=10557296 CPUtime=0 cores=1,3,5,7
/proc/18856/task/18868/stat : 18868 (java) S 18854 18856 13533 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 831022932 10810671104 182584 33554432000 1073741824 1073778376 140734072438448 18446744073709551615 208092048281 0 4 0 16800975 18446604467882838080 0 0 -1 1 0 0 0
[pid=18856/tid=18869] ppid=18854 vsize=10557296 CPUtime=0 cores=1,3,5,7
/proc/18856/task/18869/stat : 18869 (java) S 18854 18856 13533 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 19 0 831022932 10810671104 182584 33554432000 1073741824 1073778376 140734072438448 18446744073709551615 208092048281 0 4 0 16800975 18446604467882838080 0 0 -1 3 0 0 0
[pid=18856/tid=18870] ppid=18854 vsize=10557296 CPUtime=0 cores=1,3,5,7
/proc/18856/task/18870/stat : 18870 (java) S 18854 18856 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831022934 10810671104 182584 33554432000 1073741824 1073778376 140734072438448 18446744073709551615 208092055985 0 4 0 16800975 18446604467882838080 0 0 -1 1 0 0 0
[pid=18856/tid=18871] ppid=18854 vsize=10557296 CPUtime=0.92 cores=1,3,5,7
/proc/18856/task/18871/stat : 18871 (java) S 18854 18856 13533 0 -1 4202560 6596 0 0 0 92 0 0 0 15 0 19 0 831022934 10810671104 182584 33554432000 1073741824 1073778376 140734072438448 18446744073709551615 208092048281 0 4 0 16800975 18446604467882838080 0 0 -1 5 0 0 0
[pid=18856/tid=18872] ppid=18854 vsize=10557296 CPUtime=1.87 cores=1,3,5,7
/proc/18856/task/18872/stat : 18872 (java) S 18854 18856 13533 0 -1 4202560 23887 0 0 0 184 3 0 0 15 0 19 0 831022934 10810671104 182584 33554432000 1073741824 1073778376 140734072438448 18446744073709551615 208092048281 0 4 0 16800975 18446604467882838080 0 0 -1 5 0 0 0
[pid=18856/tid=18873] ppid=18854 vsize=10557296 CPUtime=0 cores=1,3,5,7
/proc/18856/task/18873/stat : 18873 (java) S 18854 18856 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831022934 10810671104 182584 33554432000 1073741824 1073778376 140734072438448 18446744073709551615 208092048281 0 4 0 16800975 18446604467882838080 0 0 -1 1 0 0 0
[pid=18856/tid=18874] ppid=18854 vsize=10557296 CPUtime=0 cores=1,3,5,7
/proc/18856/task/18874/stat : 18874 (java) S 18854 18856 13533 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 831022934 10810671104 182584 33554432000 1073741824 1073778376 140734072438448 18446744073709551615 208092048896 0 4 0 16800975 18446604467882838080 0 0 -1 3 0 0 0
[pid=18856/tid=18877] ppid=18854 vsize=10557296 CPUtime=0 cores=1,3,5,7
/proc/18856/task/18877/stat : 18877 (java) S 18854 18856 13533 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 831022950 10810671104 182584 33554432000 1073741824 1073778376 140734072438448 18446744073709551615 208092048896 0 4 0 16800975 18446604467882838080 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 85.14
Current children cumulated vsize (KiB) 10557296

Child status: 30
Real time (s): 43.8374
CPU time (s): 85.192
CPU user time (s): 84.8721
CPU system time (s): 0.319951
CPU usage (%): 194.337
Max. virtual memory (cumulated for all children) (KiB): 10557296

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 84.8721
system time used= 0.319951
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 205299
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= 2839
involuntary context switches= 1610

runsolver used 0.215967 second user time and 0.529919 second system time

The end

Launcher Data

Begin job on node127 at 2011-06-04 15:30:33
IDJOB=3453806
IDBENCH=48010
IDSOLVER=1950
FILE ID=node127/3453806-1307194233
RUNJOBID= node127-1307194061-18051
PBS_JOBID= 13508856
Free space on /tmp= 73948 MiB

SOLVER NAME= Sat4j Res//CP 2.3.0
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=8-P0=233-P1=223-P2=251-P3=181-P4=197-P5=127-P6=89-P7=149-B.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3453806-1307194233/watcher-3453806-1307194233 -o /tmp/evaluation-result-3453806-1307194233/solver-3453806-1307194233 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3453806-1307194233.opb

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

MD5SUM BENCH= 8a882d07e0fbb307eb9e9c234ecc464c
RANDOM SEED=1935121807

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.823
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.823
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.86
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.823
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.75
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.823
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.823
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.60
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.823
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      23849732 kB
Buffers:        332972 kB
Cached:         929660 kB
SwapCached:      59160 kB
Active:        6806320 kB
Inactive:      1999404 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      23849732 kB
SwapTotal:    67111528 kB
SwapFree:     39617324 kB
Dirty:             632 kB
Writeback:           0 kB
AnonPages:     7490984 kB
Mapped:          30356 kB
Slab:           124396 kB
PageTables:     102084 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 130108024 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= 73948 MiB
End job on node127 at 2011-06-04 15:31:17