Trace number 3458140

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 Resolution 2.3.0OPT3 61.6116 60.2329

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=8-P0=233-P1=79-P2=107-P3=23-P4=107-P5=223-P6=239-P7=127-P8=229-P9=181-B.opb
MD5SUM9ac2b65e6f5a9e0208aa5abddde874b2
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.203968
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 variables216
Total number of constraints19
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 constraints19
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)576
Sum of products size (including duplicates)1152
Number of different products576
Sum of products size1152

Quality of the solution as a function of time


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

Solver Data

0.03/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.03/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.08	c See www.sat4j.org for details.
0.03/0.08	c version 2.3.1.v20110525
0.03/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.03/0.09	c java.vm.version	19.1-b02
0.03/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.09	c sun.arch.data.model	64
0.03/0.09	c java.version		1.6.0_24
0.03/0.09	c os.name		Linux
0.03/0.09	c os.version		2.6.18-164.el5
0.03/0.09	c os.arch		amd64
0.03/0.09	c Free memory 		12995394264
0.03/0.09	c Max memory 		13063553024
0.03/0.09	c Total memory 		13063553024
0.03/0.09	c Number of processors 	8
0.11/0.11	c Pseudo Boolean Optimization
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@13d4c61c
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 solving HOME/instance-3458140-1307158190.opb
0.11/0.11	c reading problem ... 
0.25/0.21	c ... done. Wall clock time 0.097s.
0.25/0.21	c #vars     792
0.25/0.21	c #constraints  1180
0.25/0.21	c constraints type 
0.25/0.21	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 576
0.25/0.21	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 604
0.92/0.66	c cleaning 2495 clauses out of 5000 with flag 5000/5000
1.39/1.09	c cleaning 4253 clauses out of 8505 with flag 11000/11000
1.89/1.58	c cleaning 5626 clauses out of 11252 with flag 18000/18000
2.52/2.14	c cleaning 6806 clauses out of 13627 with flag 26001/26001
3.22/2.84	c cleaning 7907 clauses out of 15822 with flag 35002/35002
4.04/3.68	c cleaning 8956 clauses out of 17914 with flag 45001/45001
5.01/4.55	c cleaning 9475 clauses out of 18956 with flag 55000/55000
6.42/5.61	c cleaning 9738 clauses out of 19482 with flag 65001/65001
7.70/6.59	c cleaning 9870 clauses out of 19744 with flag 75001/75001
8.49/7.32	c cleaning 9933 clauses out of 19874 with flag 85001/85001
9.49/8.37	c cleaning 9969 clauses out of 19941 with flag 95001/95001
10.29/9.14	c cleaning 9977 clauses out of 19974 with flag 105003/105003
11.13/9.98	c cleaning 9985 clauses out of 19994 with flag 115001/115001
11.92/10.74	c cleaning 9994 clauses out of 20010 with flag 125002/125002
12.82/11.60	c cleaning 10003 clauses out of 20014 with flag 135000/135000
13.73/12.58	c cleaning 10002 clauses out of 20012 with flag 145001/145001
14.35/13.20	c cleaning 10003 clauses out of 20010 with flag 155001/155001
15.45/14.24	c cleaning 9997 clauses out of 20007 with flag 165001/165001
16.24/15.02	c cleaning 10000 clauses out of 20010 with flag 175001/175001
16.84/15.62	c cleaning 10003 clauses out of 20011 with flag 185002/185002
17.54/16.41	c cleaning 9995 clauses out of 20007 with flag 195001/195001
18.55/17.30	c cleaning 10000 clauses out of 20012 with flag 205001/205001
19.16/17.94	c cleaning 9996 clauses out of 20012 with flag 215001/215001
19.26/18.06	c SATISFIABLE
19.26/18.06	c OPTIMIZING...
19.26/18.06	c Got one! Elapsed wall clock time (in seconds):17.954
19.26/18.06	o 11
19.46/18.24	c cleaning 7604 clauses out of 15236 with flag 3002/220222
19.76/18.59	c cleaning 6798 clauses out of 13630 with flag 9000/226220
20.36/19.14	c cleaning 6906 clauses out of 13832 with flag 16000/233220
20.98/19.80	c cleaning 7452 clauses out of 14926 with flag 24000/241220
21.47/20.28	c cleaning 8217 clauses out of 16474 with flag 33000/250220
22.27/21.08	c cleaning 9115 clauses out of 18257 with flag 43000/260220
23.37/22.11	c cleaning 9562 clauses out of 19143 with flag 53001/270221
24.28/23.03	c cleaning 9786 clauses out of 19581 with flag 63001/280221
25.27/24.00	c cleaning 9889 clauses out of 19794 with flag 73000/290220
26.18/24.91	c cleaning 9948 clauses out of 19906 with flag 83001/300221
26.98/25.74	c cleaning 9971 clauses out of 19956 with flag 93000/310220
27.59/26.33	c cleaning 9989 clauses out of 19985 with flag 103000/320220
28.48/27.25	c cleaning 9991 clauses out of 19996 with flag 113000/330220
29.38/28.11	c cleaning 10001 clauses out of 20006 with flag 123001/340221
29.98/28.78	c Got one! Elapsed wall clock time (in seconds):28.671
29.98/28.78	o 5
30.38/29.10	c cleaning 12356 clauses out of 24738 with flag 5000/354954
30.68/29.49	c cleaning 9172 clauses out of 18383 with flag 11001/360955
31.18/29.95	c cleaning 8078 clauses out of 16211 with flag 18001/367955
31.79/30.50	c cleaning 8039 clauses out of 16134 with flag 26002/375956
32.39/31.13	c cleaning 8544 clauses out of 17094 with flag 35001/384955
33.29/32.00	c cleaning 9271 clauses out of 18550 with flag 45001/394955
34.20/32.92	c cleaning 9636 clauses out of 19278 with flag 55000/404954
34.99/33.75	c cleaning 9810 clauses out of 19641 with flag 65000/414954
35.69/34.47	c cleaning 9902 clauses out of 19831 with flag 75000/424954
36.41/35.15	c cleaning 9957 clauses out of 19930 with flag 85001/434955
37.10/35.87	c cleaning 9981 clauses out of 19974 with flag 95002/444956
37.90/36.69	c cleaning 9993 clauses out of 19991 with flag 105000/454954
38.50/37.29	c Got one! Elapsed wall clock time (in seconds):37.187
38.50/37.29	o 3
38.91/37.69	c cleaning 11309 clauses out of 22653 with flag 5001/467609
39.41/38.13	c cleaning 8664 clauses out of 17344 with flag 11001/473609
40.01/38.71	c cleaning 7835 clauses out of 15680 with flag 18001/480609
40.51/39.29	c cleaning 7919 clauses out of 15845 with flag 26001/488609
41.21/39.93	c cleaning 8460 clauses out of 16927 with flag 35002/497610
41.93/40.64	c cleaning 9218 clauses out of 18465 with flag 45000/507608
42.71/41.44	c cleaning 9608 clauses out of 19247 with flag 55000/517608
43.82/42.56	c cleaning 9818 clauses out of 19639 with flag 65000/527608
44.82/43.51	c cleaning 9905 clauses out of 19821 with flag 75000/537608
45.62/44.37	c cleaning 9953 clauses out of 19916 with flag 85001/547609
46.52/45.24	c cleaning 9974 clauses out of 19963 with flag 95001/557609
47.22/45.94	c cleaning 9990 clauses out of 19988 with flag 105000/567608
48.12/46.85	c cleaning 9991 clauses out of 19998 with flag 115000/577608
49.02/47.72	c cleaning 9997 clauses out of 20008 with flag 125001/587609
49.82/48.52	c cleaning 10000 clauses out of 20012 with flag 135002/597610
50.62/49.41	c cleaning 9999 clauses out of 20010 with flag 145000/607608
51.42/50.17	c cleaning 10003 clauses out of 20012 with flag 155001/617609
52.43/51.10	c cleaning 9998 clauses out of 20009 with flag 165001/627609
53.35/52.04	c cleaning 10005 clauses out of 20010 with flag 175000/637608
54.16/52.86	c cleaning 9995 clauses out of 20005 with flag 185001/647609
54.95/53.68	c cleaning 10000 clauses out of 20009 with flag 195000/657608
55.85/54.54	c cleaning 9999 clauses out of 20009 with flag 205000/667608
56.66/55.36	c cleaning 9999 clauses out of 20011 with flag 215001/677609
57.56/56.23	c cleaning 9999 clauses out of 20011 with flag 225000/687608
58.36/57.11	c cleaning 9998 clauses out of 20010 with flag 235000/697608
59.26/57.97	c cleaning 10003 clauses out of 20013 with flag 245001/707609
60.26/58.91	c cleaning 10003 clauses out of 20009 with flag 255000/717608
61.27/59.90	c cleaning 10001 clauses out of 20007 with flag 265001/727609
61.57/60.22	c starts		: 156
61.57/60.22	c conflicts		: 731362
61.57/60.22	c decisions		: 759751
61.57/60.22	c propagations		: 14564615
61.57/60.22	c inspects		: 431370905
61.57/60.22	c shortcuts		: 0
61.57/60.22	c learnt literals	: 12
61.57/60.22	c learnt binary clauses	: 39
61.57/60.22	c learnt ternary clauses	: 94
61.57/60.22	c learnt constraints	: 731349
61.57/60.22	c ignored constraints	: 0
61.57/60.22	c root simplifications	: 0
61.57/60.22	c removed literals (reason simplification)	: 23170016
61.57/60.22	c reason swapping (by a shorter reason)	: 0
61.57/60.22	c Calls to reduceDB	: 77
61.57/60.22	c number of reductions to clauses (during analyze)	: 0
61.57/60.22	c number of learned constraints concerned by reduction	: 0
61.57/60.22	c number of learning phase by resolution	: 0
61.57/60.22	c number of learning phase by cutting planes	: 0
61.57/60.22	c speed (assignments/second)	: 635288.1008462008
61.57/60.22	c non guided choices	7108
61.57/60.22	c learnt constraints type 
61.57/60.22	c constraints type 
61.57/60.22	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 576
61.57/60.22	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 604
61.57/60.22	s OPTIMUM FOUND
61.57/60.22	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 -x169 -x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 x179 -x180 x181 -x182 x183 -x184 -x185 -x186 -x187 -x188 -x189 -x190 -x191 -x192 x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 -x201 x202 -x203 -x204 -x205 -x206 -x207 -x208 -x209 x210 -x211 -x212 -x213 -x214 -x215 -x216 
61.57/60.22	c objective function=3
61.57/60.22	c Total wall clock time (in seconds): 60.114

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-3458140-1307158190/watcher-3458140-1307158190 -o /tmp/evaluation-result-3458140-1307158190/solver-3458140-1307158190 -C 1800 -W 1900 -M 15500 java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3458140-1307158190.opb 

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

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


[startup+0 s]
/proc/loadavg: 1.87 2.00 1.91 2/491 31741
/proc/meminfo: memFree=20310616/32950928 swapFree=61858088/67111528
[pid=31741] ppid=31739 vsize=13526316 CPUtime=0 cores=0,2,4,6
/proc/31741/stat : 31741 (java) S 31739 31741 27375 0 -1 4202496 6635 0 1 0 0 0 0 0 25 0 2 0 827418681 13850947584 6337 33554432000 1073741824 1073778376 140734255420784 18446744073709551615 274485770213 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/31741/statm: 3381579 6351 917 9 0 3372735 0
[pid=31741/tid=31742] ppid=31739 vsize=13526316 CPUtime=0 cores=0,2,4,6
/proc/31741/task/31742/stat : 31742 (java) R 31739 31741 27375 0 -1 4202560 6758 0 1 0 0 0 0 0 25 0 2 0 827418681 13850947584 7574 33554432000 1073741824 1073778376 140734255420784 18446744073709551615 274473661499 0 4 0 16784584 0 0 0 -1 2 0 0 0

[startup+0.041911 s]
/proc/loadavg: 1.87 2.00 1.91 2/491 31741
/proc/meminfo: memFree=20310616/32950928 swapFree=61858088/67111528
[pid=31741] ppid=31739 vsize=13549480 CPUtime=0.03 cores=0,2,4,6
/proc/31741/stat : 31741 (java) S 31739 31741 27375 0 -1 4202496 13671 0 1 0 2 1 0 0 25 0 13 0 827418681 13874667520 13368 33554432000 1073741824 1073778376 140734255420784 18446744073709551615 274485770213 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/31741/statm: 3387370 13368 1659 9 0 3378118 0
[pid=31741/tid=31742] ppid=31739 vsize=13549480 CPUtime=0.03 cores=0,2,4,6
/proc/31741/task/31742/stat : 31742 (java) R 31739 31741 27375 0 -1 4202560 12524 0 1 0 2 1 0 0 25 0 13 0 827418681 13874667520 13368 33554432000 1073741824 1073778376 140734255420784 18446744073709551615 47588847154287 0 4 0 16784584 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13549480

[startup+0.105874 s]
/proc/loadavg: 1.87 2.00 1.91 2/491 31741
/proc/meminfo: memFree=20310616/32950928 swapFree=61858088/67111528
[pid=31741] ppid=31739 vsize=13687368 CPUtime=0.11 cores=0,2,4,6
/proc/31741/stat : 31741 (java) S 31739 31741 27375 0 -1 4202496 15649 0 1 0 9 2 0 0 25 0 18 0 827418681 14015864832 15287 33554432000 1073741824 1073778376 140734255420784 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31741/statm: 3421842 15287 2092 9 0 3412576 0
[pid=31741/tid=31742] ppid=31739 vsize=13687368 CPUtime=0.08 cores=0,2,4,6
/proc/31741/task/31742/stat : 31742 (java) R 31739 31741 27375 0 -1 4202560 13723 0 1 0 7 1 0 0 18 0 18 0 827418681 14015864832 15287 33554432000 1073741824 1073778376 140734255420784 18446744073709551615 46912505099250 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 13687368

[startup+0.301837 s]
/proc/loadavg: 1.87 2.00 1.91 2/491 31741
/proc/meminfo: memFree=20310616/32950928 swapFree=61858088/67111528
[pid=31741] ppid=31739 vsize=13690668 CPUtime=0.51 cores=0,2,4,6
/proc/31741/stat : 31741 (java) S 31739 31741 27375 0 -1 4202496 18495 0 1 0 49 2 0 0 25 0 19 0 827418681 14019244032 17437 33554432000 1073741824 1073778376 140734255420784 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31741/statm: 3422667 17437 2215 9 0 3413401 0
[pid=31741/tid=31742] ppid=31739 vsize=13690668 CPUtime=0.28 cores=0,2,4,6
/proc/31741/task/31742/stat : 31742 (java) R 31739 31741 27375 0 -1 4202560 14447 0 1 0 27 1 0 0 19 0 19 0 827418681 14019244032 17437 33554432000 1073741824 1073778376 140734255420784 18446744073709551615 46912505543451 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 13690668

[startup+0.700777 s]
/proc/loadavg: 1.87 2.00 1.91 2/491 31741
/proc/meminfo: memFree=20310616/32950928 swapFree=61858088/67111528
[pid=31741] ppid=31739 vsize=13690752 CPUtime=1.07 cores=0,2,4,6
/proc/31741/stat : 31741 (java) S 31739 31741 27375 0 -1 4202496 20450 0 1 0 104 3 0 0 25 0 19 0 827418681 14019330048 18923 33554432000 1073741824 1073778376 140734255420784 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31741/statm: 3422688 18923 2248 9 0 3413422 0
[pid=31741/tid=31742] ppid=31739 vsize=13690752 CPUtime=0.66 cores=0,2,4,6
/proc/31741/task/31742/stat : 31742 (java) R 31739 31741 27375 0 -1 4202560 15000 0 1 0 65 1 0 0 19 0 19 0 827418681 14019330048 18923 33554432000 1073741824 1073778376 140734255420784 18446744073709551615 46912505633618 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.07
Current children cumulated vsize (KiB) 13690752

[startup+1.50069 s]
/proc/loadavg: 1.87 2.00 1.91 4/510 31760
/proc/meminfo: memFree=20242172/32950928 swapFree=61858088/67111528
[pid=31741] ppid=31739 vsize=13690752 CPUtime=1.89 cores=0,2,4,6
/proc/31741/stat : 31741 (java) S 31739 31741 27375 0 -1 4202496 21167 0 1 0 186 3 0 0 25 0 19 0 827418681 14019330048 19638 33554432000 1073741824 1073778376 140734255420784 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31741/statm: 3422688 19638 2248 9 0 3413422 0
[pid=31741/tid=31742] ppid=31739 vsize=13690752 CPUtime=1.45 cores=0,2,4,6
/proc/31741/task/31742/stat : 31742 (java) R 31739 31741 27375 0 -1 4202560 15002 0 1 0 143 2 0 0 20 0 19 0 827418681 14019330048 19638 33554432000 1073741824 1073778376 140734255420784 18446744073709551615 46912505550079 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=31741/tid=31744] ppid=31739 vsize=13690752 CPUtime=0 cores=0,2,4,6
/proc/31741/task/31744/stat : 31744 (java) S 31739 31741 27375 0 -1 4202560 120 0 0 0 0 0 0 0 15 0 19 0 827418683 14019330048 19638 33554432000 1073741824 1073778376 140734255420784 18446744073709551615 274485783449 0 4 0 16800975 18446604447312881600 0 0 -1 4 0 0 0
[pid=31741/tid=31745] ppid=31739 vsize=13690752 CPUtime=0 cores=0,2,4,6
/proc/31741/task/31745/stat : 31745 (java) S 31739 31741 27375 0 -1 4202560 57 0 0 0 0 0 0 0 15 0 19 0 827418683 14019330048 19638 33554432000 1073741824 1073778376 140734255420784 18446744073709551615 274485783449 0 4 0 16800975 18446604447312881600 0 0 -1 6 0 0 0
[pid=31741/tid=31746] ppid=31739 vsize=13690752 CPUtime=0 cores=0,2,4,6
/proc/31741/task/31746/stat : 31746 (java) S 31739 31741 27375 0 -1 4202560 235 0 0 0 0 0 0 0 15 0 19 0 827418683 14019330048 19638 33554432000 1073741824 1073778376 140734255420784 18446744073709551615 274485783449 0 4 0 16800975 18446604447312881600 0 0 -1 0 0 0 0
[pid=31741/tid=31747] ppid=31739 vsize=13690752 CPUtime=0 cores=0,2,4,6
/proc/31741/task/31747/stat : 31747 (java) S 31739 31741 27375 0 -1 4202560 171 0 0 0 0 0 0 0 15 0 19 0 827418683 14019330048 19638 33554432000 1073741824 1073778376 140734255420784 18446744073709551615 274485783449 0 4 0 16800975 18446604447312881600 0 0 -1 6 0 0 0
[pid=31741/tid=31748] ppid=31739 vsize=13690752 CPUtime=0 cores=0,2,4,6
/proc/31741/task/31748/stat : 31748 (java) S 31739 31741 27375 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 827418683 14019330048 19638 33554432000 1073741824 1073778376 140734255420784 18446744073709551615 274485783449 0 4 0 16800975 18446604447312881600 0 0 -1 4 0 0 0
[pid=31741/tid=31749] ppid=31739 vsize=13690752 CPUtime=0 cores=0,2,4,6
/proc/31741/task/31749/stat : 31749 (java) S 31739 31741 27375 0 -1 4202560 141 0 0 0 0 0 0 0 15 0 19 0 827418683 14019330048 19638 33554432000 1073741824 1073778376 140734255420784 18446744073709551615 274485783449 0 4 0 16800975 18446604447312881600 0 0 -1 4 0 0 0
[pid=31741/tid=31750] ppid=31739 vsize=13690752 CPUtime=0 cores=0,2,4,6
/proc/31741/task/31750/stat : 31750 (java) S 31739 31741 27375 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 827418683 14019330048 19638 33554432000 1073741824 1073778376 140734255420784 18446744073709551615 274485783449 0 4 0 16800975 18446604447312881600 0 0 -1 4 0 0 0
[pid=31741/tid=31751] ppid=31739 vsize=13690752 CPUtime=0 cores=0,2,4,6
/proc/31741/task/31751/stat : 31751 (java) S 31739 31741 27375 0 -1 4202560 152 0 0 0 0 0 0 0 15 0 19 0 827418683 14019330048 19638 33554432000 1073741824 1073778376 140734255420784 18446744073709551615 274485783449 0 4 0 16800975 18446604447312881600 0 0 -1 6 0 0 0
[pid=31741/tid=31752] ppid=31739 vsize=13690752 CPUtime=0.02 cores=0,2,4,6
/proc/31741/task/31752/stat : 31752 (java) S 31739 31741 27375 0 -1 4202560 717 0 0 0 2 0 0 0 15 0 19 0 827418684 14019330048 19638 33554432000 1073741824 1073778376 140734255420784 18446744073709551615 274485784064 0 0 0 16800975 18446604447312881600 0 0 -1 2 0 0 0
[pid=31741/tid=31753] ppid=31739 vsize=13690752 CPUtime=0 cores=0,2,4,6
/proc/31741/task/31753/stat : 31753 (java) S 31739 31741 27375 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 827418685 14019330048 19638 33554432000 1073741824 1073778376 140734255420784 18446744073709551615 274485783449 0 4 0 16800975 18446604447312881600 0 0 -1 2 0 0 0
[pid=31741/tid=31754] ppid=31739 vsize=13690752 CPUtime=0 cores=0,2,4,6
/proc/31741/task/31754/stat : 31754 (java) S 31739 31741 27375 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 19 0 827418685 14019330048 19638 33554432000 1073741824 1073778376 140734255420784 18446744073709551615 274485783449 0 4 0 16800975 18446604447312881600 0 0 -1 2 0 0 0
[pid=31741/tid=31755] ppid=31739 vsize=13690752 CPUtime=0 cores=0,2,4,6
/proc/31741/task/31755/stat : 31755 (java) S 31739 31741 27375 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827418687 14019330048 19638 33554432000 1073741824 1073778376 140734255420784 18446744073709551615 274485791153 0 4 0 16800975 18446604447312881600 0 0 -1 6 0 0 0
[pid=31741/tid=31756] ppid=31739 vsize=13690752 CPUtime=0.22 cores=0,2,4,6
/proc/31741/task/31756/stat : 31756 (java) S 31739 31741 27375 0 -1 4202560 1651 0 0 0 22 0 0 0 15 0 19 0 827418687 14019330048 19638 33554432000 1073741824 1073778376 140734255420784 18446744073709551615 274485783449 0 4 0 16800975 18446604447312881600 0 0 -1 0 0 0 0
[pid=31741/tid=31757] ppid=31739 vsize=13690752 CPUtime=0.16 cores=0,2,4,6
/proc/31741/task/31757/stat : 31757 (java) S 31739 31741 27375 0 -1 4202560 1769 0 0 0 16 0 0 0 15 0 19 0 827418687 14019330048 19638 33554432000 1073741824 1073778376 140734255420784 18446744073709551615 274485783449 0 4 0 16800975 18446604447312881600 0 0 -1 6 0 0 0
[pid=31741/tid=31758] ppid=31739 vsize=13690752 CPUtime=0 cores=0,2,4,6
/proc/31741/task/31758/stat : 31758 (java) S 31739 31741 27375 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827418687 14019330048 19638 33554432000 1073741824 1073778376 140734255420784 18446744073709551615 274485783449 0 4 0 16800975 18446604447312881600 0 0 -1 6 0 0 0
[pid=31741/tid=31759] ppid=31739 vsize=13690752 CPUtime=0 cores=0,2,4,6
/proc/31741/task/31759/stat : 31759 (java) S 31739 31741 27375 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 827418687 14019330048 19638 33554432000 1073741824 1073778376 140734255420784 18446744073709551615 274485784064 0 4 0 16800975 18446604447312881600 0 0 -1 0 0 0 0
[pid=31741/tid=31760] ppid=31739 vsize=13690752 CPUtime=0 cores=0,2,4,6
/proc/31741/task/31760/stat : 31760 (java) S 31739 31741 27375 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 827418702 14019330048 19638 33554432000 1073741824 1073778376 140734255420784 18446744073709551615 274485784064 0 4 0 16800975 18446604447312881600 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.89
Current children cumulated vsize (KiB) 13690752

[startup+3.10129 s]
/proc/loadavg: 1.88 2.00 1.91 3/510 31760
/proc/meminfo: memFree=20236448/32950928 swapFree=61858088/67111528
[pid=31741] ppid=31739 vsize=13690344 CPUtime=3.54 cores=0,2,4,6
/proc/31741/stat : 31741 (java) S 31739 31741 27375 0 -1 4202496 22184 0 1 0 351 3 0 0 25 0 19 0 827418681 14018912256 20530 33554432000 1073741824 1073778376 140734255420784 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31741/statm: 3422586 20530 2249 9 0 3413320 0
[pid=31741/tid=31742] ppid=31739 vsize=13690344 CPUtime=2.99 cores=0,2,4,6
/proc/31741/task/31742/stat : 31742 (java) R 31739 31741 27375 0 -1 4202560 15002 0 1 0 297 2 0 0 25 0 19 0 827418681 14018912256 20530 33554432000 1073741824 1073778376 140734255420784 18446744073709551615 46912505536288 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=31741/tid=31744] ppid=31739 vsize=13690344 CPUtime=0 cores=0,2,4,6
/proc/31741/task/31744/stat : 31744 (java) S 31739 31741 27375 0 -1 4202560 253 0 0 0 0 0 0 0 16 0 19 0 827418683 14018912256 20530 33554432000 1073741824 1073778376 140734255420784 18446744073709551615 274485783449 0 4 0 16800975 18446604447312881600 0 0 -1 4 0 0 0
[pid=31741/tid=31745] ppid=31739 vsize=13690344 CPUtime=0 cores=0,2,4,6
/proc/31741/task/31745/stat : 31745 (java) S 31739 31741 27375 0 -1 4202560 57 0 0 0 0 0 0 0 16 0 19 0 827418683 14018912256 20530 33554432000 1073741824 1073778376 140734255420784 18446744073709551615 274485783449 0 4 0 16800975 18446604447312881600 0 0 -1 6 0 0 0
[pid=31741/tid=31746] ppid=31739 vsize=13690344 CPUtime=0 cores=0,2,4,6
/proc/31741/task/31746/stat : 31746 (java) S 31739 31741 27375 0 -1 4202560 256 0 0 0 0 0 0 0 16 0 19 0 827418683 14018912256 20530 33554432000 1073741824 1073778376 140734255420784 18446744073709551615 274485783449 0 4 0 16800975 18446604447312881600 0 0 -1 0 0 0 0
[pid=31741/tid=31747] ppid=31739 vsize=13690344 CPUtime=0 cores=0,2,4,6
/proc/31741/task/31747/stat : 31747 (java) S 31739 31741 27375 0 -1 4202560 294 0 0 0 0 0 0 0 15 0 19 0 827418683 14018912256 20530 33554432000 1073741824 1073778376 140734255420784 18446744073709551615 274485783449 0 4 0 16800975 18446604447312881600 0 0 -1 4 0 0 0
[pid=31741/tid=31748] ppid=31739 vsize=13690344 CPUtime=0 cores=0,2,4,6
/proc/31741/task/31748/stat : 31748 (java) S 31739 31741 27375 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 19 0 827418683 14018912256 20530 33554432000 1073741824 1073778376 140734255420784 18446744073709551615 274485783449 0 4 0 16800975 18446604447312881600 0 0 -1 4 0 0 0
[pid=31741/tid=31749] ppid=31739 vsize=13690344 CPUtime=0 cores=0,2,4,6
/proc/31741/task/31749/stat : 31749 (java) S 31739 31741 27375 0 -1 4202560 141 0 0 0 0 0 0 0 15 0 19 0 827418683 14018912256 20530 33554432000 1073741824 1073778376 140734255420784 18446744073709551615 274485783449 0 4 0 16800975 18446604447312881600 0 0 -1 4 0 0 0
[pid=31741/tid=31750] ppid=31739 vsize=13690344 CPUtime=0 cores=0,2,4,6
/proc/31741/task/31750/stat : 31750 (java) S 31739 31741 27375 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 827418683 14018912256 20530 33554432000 1073741824 1073778376 140734255420784 18446744073709551615 274485783449 0 4 0 16800975 18446604447312881600 0 0 -1 6 0 0 0
[pid=31741/tid=31751] ppid=31739 vsize=13690344 CPUtime=0 cores=0,2,4,6
/proc/31741/task/31751/stat : 31751 (java) S 31739 31741 27375 0 -1 4202560 170 0 0 0 0 0 0 0 16 0 19 0 827418683 14018912256 20530 33554432000 1073741824 1073778376 140734255420784 18446744073709551615 274485783449 0 4 0 16800975 18446604447312881600 0 0 -1 6 0 0 0
[pid=31741/tid=31752] ppid=31739 vsize=13690344 CPUtime=0.07 cores=0,2,4,6
/proc/31741/task/31752/stat : 31752 (java) S 31739 31741 27375 0 -1 4202560 1251 0 0 0 7 0 0 0 15 0 19 0 827418684 14018912256 20530 33554432000 1073741824 1073778376 140734255420784 18446744073709551615 274485784064 0 0 0 16800975 18446604447312881600 0 0 -1 2 0 0 0
[pid=31741/tid=31753] ppid=31739 vsize=13690344 CPUtime=0 cores=0,2,4,6
/proc/31741/task/31753/stat : 31753 (java) S 31739 31741 27375 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 827418685 14018912256 20530 33554432000 1073741824 1073778376 140734255420784 18446744073709551615 274485783449 0 4 0 16800975 18446604447312881600 0 0 -1 2 0 0 0
[pid=31741/tid=31754] ppid=31739 vsize=13690344 CPUtime=0 cores=0,2,4,6
/proc/31741/task/31754/stat : 31754 (java) S 31739 31741 27375 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 19 0 827418685 14018912256 20530 33554432000 1073741824 1073778376 140734255420784 18446744073709551615 274485783449 0 4 0 16800975 18446604447312881600 0 0 -1 2 0 0 0
[pid=31741/tid=31755] ppid=31739 vsize=13690344 CPUtime=0 cores=0,2,4,6
/proc/31741/task/31755/stat : 31755 (java) S 31739 31741 27375 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827418687 14018912256 20530 33554432000 1073741824 1073778376 140734255420784 18446744073709551615 274485791153 0 4 0 16800975 18446604447312881600 0 0 -1 6 0 0 0
[pid=31741/tid=31756] ppid=31739 vsize=13690344 CPUtime=0.27 cores=0,2,4,6
/proc/31741/task/31756/stat : 31756 (java) S 31739 31741 27375 0 -1 4202560 1736 0 0 0 27 0 0 0 15 0 19 0 827418687 14018912256 20530 33554432000 1073741824 1073778376 140734255420784 18446744073709551615 274485783449 0 4 0 16800975 18446604447312881600 0 0 -1 0 0 0 0
[pid=31741/tid=31757] ppid=31739 vsize=13690344 CPUtime=0.16 cores=0,2,4,6
/proc/31741/task/31757/stat : 31757 (java) S 31739 31741 27375 0 -1 4202560 1770 0 0 0 16 0 0 0 15 0 19 0 827418687 14018912256 20530 33554432000 1073741824 1073778376 140734255420784 18446744073709551615 274485783449 0 4 0 16800975 18446604447312881600 0 0 -1 6 0 0 0
[pid=31741/tid=31758] ppid=31739 vsize=13690344 CPUtime=0 cores=0,2,4,6
/proc/31741/task/31758/stat : 31758 (java) S 31739 31741 27375 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827418687 14018912256 20530 33554432000 1073741824 1073778376 140734255420784 18446744073709551615 274485783449 0 4 0 16800975 18446604447312881600 0 0 -1 6 0 0 0
[pid=31741/tid=31759] ppid=31739 vsize=13690344 CPUtime=0 cores=0,2,4,6
/proc/31741/task/31759/stat : 31759 (java) S 31739 31741 27375 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 827418687 14018912256 20530 33554432000 1073741824 1073778376 140734255420784 18446744073709551615 274485784064 0 4 0 16800975 18446604447312881600 0 0 -1 6 0 0 0
[pid=31741/tid=31760] ppid=31739 vsize=13690344 CPUtime=0 cores=0,2,4,6
/proc/31741/task/31760/stat : 31760 (java) S 31739 31741 27375 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 827418702 14018912256 20530 33554432000 1073741824 1073778376 140734255420784 18446744073709551615 274485784064 0 4 0 16800975 18446604447312881600 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.54
Current children cumulated vsize (KiB) 13690344

[startup+6.30084 s]
/proc/loadavg: 1.88 2.00 1.91 3/510 31760
/proc/meminfo: memFree=20215732/32950928 swapFree=61858088/67111528
[pid=31741] ppid=31739 vsize=13713900 CPUtime=7.48 cores=0,2,4,6
/proc/31741/stat : 31741 (java) S 31739 31741 27375 0 -1 4202496 35489 0 1 0 743 5 0 0 25 0 19 0 827418681 14043033600 29709 33554432000 1073741824 1073778376 140734255420784 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31741/statm: 3428475 29709 2249 9 0 3419209 0
[pid=31741/tid=31742] ppid=31739 vsize=13713900 CPUtime=6.12 cores=0,2,4,6
/proc/31741/task/31742/stat : 31742 (java) R 31739 31741 27375 0 -1 4202560 15008 0 1 0 610 2 0 0 25 0 19 0 827418681 14043033600 29709 33554432000 1073741824 1073778376 140734255420784 18446744073709551615 46912505549261 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=31741/tid=31744] ppid=31739 vsize=13713900 CPUtime=0 cores=0,2,4,6
/proc/31741/task/31744/stat : 31744 (java) S 31739 31741 27375 0 -1 4202560 253 0 0 0 0 0 0 0 16 0 19 0 827418683 14043033600 29709 33554432000 1073741824 1073778376 140734255420784 18446744073709551615 274485783449 0 4 0 16800975 18446604447312881600 0 0 -1 4 0 0 0
[pid=31741/tid=31745] ppid=31739 vsize=13713900 CPUtime=0 cores=0,2,4,6
/proc/31741/task/31745/stat : 31745 (java) S 31739 31741 27375 0 -1 4202560 57 0 0 0 0 0 0 0 15 0 19 0 827418683 14043033600 29709 33554432000 1073741824 1073778376 140734255420784 18446744073709551615 274485783449 0 4 0 16800975 18446604447312881600 0 0 -1 6 0 0 0
[pid=31741/tid=31746] ppid=31739 vsize=13713900 CPUtime=0 cores=0,2,4,6
/proc/31741/task/31746/stat : 31746 (java) S 31739 31741 27375 0 -1 4202560 256 0 0 0 0 0 0 0 16 0 19 0 827418683 14043033600 29709 33554432000 1073741824 1073778376 140734255420784 18446744073709551615 274485783449 0 4 0 16800975 18446604447312881600 0 0 -1 0 0 0 0
[pid=31741/tid=31747] ppid=31739 vsize=13713900 CPUtime=0 cores=0,2,4,6
/proc/31741/task/31747/stat : 31747 (java) S 31739 31741 27375 0 -1 4202560 294 0 0 0 0 0 0 0 16 0 19 0 827418683 14043033600 29709 33554432000 1073741824 1073778376 140734255420784 18446744073709551615 274485783449 0 4 0 16800975 18446604447312881600 0 0 -1 6 0 0 0
[pid=31741/tid=31748] ppid=31739 vsize=13713900 CPUtime=0 cores=0,2,4,6
/proc/31741/task/31748/stat : 31748 (java) S 31739 31741 27375 0 -1 4202560 106 0 0 0 0 0 0 0 15 0 19 0 827418683 14043033600 29709 33554432000 1073741824 1073778376 140734255420784 18446744073709551615 274485783449 0 4 0 16800975 18446604447312881600 0 0 -1 4 0 0 0
[pid=31741/tid=31749] ppid=31739 vsize=13713900 CPUtime=0 cores=0,2,4,6
/proc/31741/task/31749/stat : 31749 (java) S 31739 31741 27375 0 -1 4202560 141 0 0 0 0 0 0 0 15 0 19 0 827418683 14043033600 29709 33554432000 1073741824 1073778376 140734255420784 18446744073709551615 274485783449 0 4 0 16800975 18446604447312881600 0 0 -1 4 0 0 0
[pid=31741/tid=31750] ppid=31739 vsize=13713900 CPUtime=0 cores=0,2,4,6
/proc/31741/task/31750/stat : 31750 (java) S 31739 31741 27375 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 827418683 14043033600 29709 33554432000 1073741824 1073778376 140734255420784 18446744073709551615 274485783449 0 4 0 16800975 18446604447312881600 0 0 -1 4 0 0 0
[pid=31741/tid=31751] ppid=31739 vsize=13713900 CPUtime=0 cores=0,2,4,6
/proc/31741/task/31751/stat : 31751 (java) S 31739 31741 27375 0 -1 4202560 170 0 0 0 0 0 0 0 15 0 19 0 827418683 14043033600 29709 33554432000 1073741824 1073778376 140734255420784 18446744073709551615 274485783449 0 4 0 16800975 18446604447312881600 0 0 -1 0 0 0 0
[pid=31741/tid=31752] ppid=31739 vsize=13713900 CPUtime=0.12 cores=0,2,4,6
/proc/31741/task/31752/stat : 31752 (java) S 31739 31741 27375 0 -1 4202560 1688 0 0 0 12 0 0 0 15 0 19 0 827418684 14043033600 29709 33554432000 1073741824 1073778376 140734255420784 18446744073709551615 274485784064 0 0 0 16800975 18446604447312881600 0 0 -1 2 0 0 0
[pid=31741/tid=31753] ppid=31739 vsize=13713900 CPUtime=0 cores=0,2,4,6
/proc/31741/task/31753/stat : 31753 (java) S 31739 31741 27375 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 827418685 14043033600 29709 33554432000 1073741824 1073778376 140734255420784 18446744073709551615 274485783449 0 4 0 16800975 18446604447312881600 0 0 -1 2 0 0 0
[pid=31741/tid=31754] ppid=31739 vsize=13713900 CPUtime=0 cores=0,2,4,6
/proc/31741/task/31754/stat : 31754 (java) S 31739 31741 27375 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 19 0 827418685 14043033600 29709 33554432000 1073741824 1073778376 140734255420784 18446744073709551615 274485783449 0 4 0 16800975 18446604447312881600 0 0 -1 2 0 0 0
[pid=31741/tid=31755] ppid=31739 vsize=13713900 CPUtime=0 cores=0,2,4,6
/proc/31741/task/31755/stat : 31755 (java) S 31739 31741 27375 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827418687 14043033600 29709 33554432000 1073741824 1073778376 140734255420784 18446744073709551615 274485791153 0 4 0 16800975 18446604447312881600 0 0 -1 6 0 0 0
[pid=31741/tid=31756] ppid=31739 vsize=13713900 CPUtime=0.72 cores=0,2,4,6
/proc/31741/task/31756/stat : 31756 (java) S 31739 31741 27375 0 -1 4202560 7256 0 0 0 71 1 0 0 16 0 19 0 827418687 14043033600 29709 33554432000 1073741824 1073778376 140734255420784 18446744073709551615 274485783449 0 4 0 16800975 18446604447312881600 0 0 -1 0 0 0 0
[pid=31741/tid=31757] ppid=31739 vsize=13713900 CPUtime=0.46 cores=0,2,4,6
/proc/31741/task/31757/stat : 31757 (java) S 31739 31741 27375 0 -1 4202560 9105 0 0 0 45 1 0 0 16 0 19 0 827418687 14043033600 29709 33554432000 1073741824 1073778376 140734255420784 18446744073709551615 274485783449 0 4 0 16800975 18446604447312881600 0 0 -1 6 0 0 0

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

/proc/31741/task/31744/stat : 31744 (java) S 31739 31741 27375 0 -1 4202560 338 0 0 0 3 0 0 0 15 0 19 0 827418683 14032015360 26913 33554432000 1073741824 1073778376 140734255420784 18446744073709551615 274485783449 0 4 0 16800975 18446604447312881600 0 0 -1 6 0 0 0
[pid=31741/tid=31745] ppid=31739 vsize=13703140 CPUtime=0.05 cores=0,2,4,6
/proc/31741/task/31745/stat : 31745 (java) S 31739 31741 27375 0 -1 4202560 302 0 0 0 5 0 0 0 15 0 19 0 827418683 14032015360 26913 33554432000 1073741824 1073778376 140734255420784 18446744073709551615 274485783449 0 4 0 16800975 18446604447312881600 0 0 -1 6 0 0 0
[pid=31741/tid=31746] ppid=31739 vsize=13703140 CPUtime=0.03 cores=0,2,4,6
/proc/31741/task/31746/stat : 31746 (java) S 31739 31741 27375 0 -1 4202560 264 0 0 0 3 0 0 0 16 0 19 0 827418683 14032015360 26913 33554432000 1073741824 1073778376 140734255420784 18446744073709551615 274485783449 0 4 0 16800975 18446604447312881600 0 0 -1 0 0 0 0
[pid=31741/tid=31747] ppid=31739 vsize=13703140 CPUtime=0.04 cores=0,2,4,6
/proc/31741/task/31747/stat : 31747 (java) S 31739 31741 27375 0 -1 4202560 323 0 0 0 4 0 0 0 15 0 19 0 827418683 14032015360 26913 33554432000 1073741824 1073778376 140734255420784 18446744073709551615 274485783449 0 4 0 16800975 18446604447312881600 0 0 -1 6 0 0 0
[pid=31741/tid=31748] ppid=31739 vsize=13703140 CPUtime=0.05 cores=0,2,4,6
/proc/31741/task/31748/stat : 31748 (java) S 31739 31741 27375 0 -1 4202560 119 0 0 0 5 0 0 0 16 0 19 0 827418683 14032015360 26913 33554432000 1073741824 1073778376 140734255420784 18446744073709551615 274485783449 0 4 0 16800975 18446604447312881600 0 0 -1 6 0 0 0
[pid=31741/tid=31749] ppid=31739 vsize=13703140 CPUtime=0.04 cores=0,2,4,6
/proc/31741/task/31749/stat : 31749 (java) S 31739 31741 27375 0 -1 4202560 185 0 0 0 4 0 0 0 15 0 19 0 827418683 14032015360 26913 33554432000 1073741824 1073778376 140734255420784 18446744073709551615 274485783449 0 4 0 16800975 18446604447312881600 0 0 -1 0 0 0 0
[pid=31741/tid=31750] ppid=31739 vsize=13703140 CPUtime=0.02 cores=0,2,4,6
/proc/31741/task/31750/stat : 31750 (java) S 31739 31741 27375 0 -1 4202560 12 0 0 0 2 0 0 0 15 0 19 0 827418683 14032015360 26913 33554432000 1073741824 1073778376 140734255420784 18446744073709551615 274485783449 0 4 0 16800975 18446604447312881600 0 0 -1 0 0 0 0
[pid=31741/tid=31751] ppid=31739 vsize=13703140 CPUtime=0.04 cores=0,2,4,6
/proc/31741/task/31751/stat : 31751 (java) S 31739 31741 27375 0 -1 4202560 177 0 0 0 4 0 0 0 15 0 19 0 827418683 14032015360 26913 33554432000 1073741824 1073778376 140734255420784 18446744073709551615 274485783449 0 4 0 16800975 18446604447312881600 0 0 -1 0 0 0 0
[pid=31741/tid=31752] ppid=31739 vsize=13703140 CPUtime=1.52 cores=0,2,4,6
/proc/31741/task/31752/stat : 31752 (java) S 31739 31741 27375 0 -1 4202560 3924 0 0 0 152 0 0 0 15 0 19 0 827418684 14032015360 26913 33554432000 1073741824 1073778376 140734255420784 18446744073709551615 274485784064 0 0 0 16800975 18446604447312881600 0 0 -1 4 0 0 0
[pid=31741/tid=31753] ppid=31739 vsize=13703140 CPUtime=0 cores=0,2,4,6
/proc/31741/task/31753/stat : 31753 (java) S 31739 31741 27375 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 827418685 14032015360 26913 33554432000 1073741824 1073778376 140734255420784 18446744073709551615 274485783449 0 4 0 16800975 18446604447312881600 0 0 -1 2 0 0 0
[pid=31741/tid=31754] ppid=31739 vsize=13703140 CPUtime=0 cores=0,2,4,6
/proc/31741/task/31754/stat : 31754 (java) S 31739 31741 27375 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 19 0 827418685 14032015360 26913 33554432000 1073741824 1073778376 140734255420784 18446744073709551615 274485783449 0 4 0 16800975 18446604447312881600 0 0 -1 2 0 0 0
[pid=31741/tid=31755] ppid=31739 vsize=13703140 CPUtime=0 cores=0,2,4,6
/proc/31741/task/31755/stat : 31755 (java) S 31739 31741 27375 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827418687 14032015360 26913 33554432000 1073741824 1073778376 140734255420784 18446744073709551615 274485791153 0 4 0 16800975 18446604447312881600 0 0 -1 6 0 0 0
[pid=31741/tid=31756] ppid=31739 vsize=13703140 CPUtime=0.73 cores=0,2,4,6
/proc/31741/task/31756/stat : 31756 (java) S 31739 31741 27375 0 -1 4202560 7256 0 0 0 72 1 0 0 15 0 19 0 827418687 14032015360 26913 33554432000 1073741824 1073778376 140734255420784 18446744073709551615 274485783449 0 4 0 16800975 18446604447312881600 0 0 -1 0 0 0 0
[pid=31741/tid=31757] ppid=31739 vsize=13703140 CPUtime=0.49 cores=0,2,4,6
/proc/31741/task/31757/stat : 31757 (java) S 31739 31741 27375 0 -1 4202560 9201 0 0 0 48 1 0 0 15 0 19 0 827418687 14032015360 26913 33554432000 1073741824 1073778376 140734255420784 18446744073709551615 274485783449 0 4 0 16800975 18446604447312881600 0 0 -1 6 0 0 0
[pid=31741/tid=31758] ppid=31739 vsize=13703140 CPUtime=0 cores=0,2,4,6
/proc/31741/task/31758/stat : 31758 (java) S 31739 31741 27375 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827418687 14032015360 26913 33554432000 1073741824 1073778376 140734255420784 18446744073709551615 274485783449 0 4 0 16800975 18446604447312881600 0 0 -1 6 0 0 0
[pid=31741/tid=31759] ppid=31739 vsize=13703140 CPUtime=0 cores=0,2,4,6
/proc/31741/task/31759/stat : 31759 (java) S 31739 31741 27375 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 827418687 14032015360 26913 33554432000 1073741824 1073778376 140734255420784 18446744073709551615 274485784064 0 4 0 16800975 18446604447312881600 0 0 -1 0 0 0 0
[pid=31741/tid=31760] ppid=31739 vsize=13703140 CPUtime=0 cores=0,2,4,6
/proc/31741/task/31760/stat : 31760 (java) S 31739 31741 27375 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 827418702 14032015360 26913 33554432000 1073741824 1073778376 140734255420784 18446744073709551615 274485784064 0 4 0 16800975 18446604447312881600 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 60.47
Current children cumulated vsize (KiB) 13703140

[startup+59.9014 s]
/proc/loadavg: 1.95 2.00 1.91 3/510 31762
/proc/meminfo: memFree=20192052/32950928 swapFree=61858088/67111528
[pid=31741] ppid=31739 vsize=13703140 CPUtime=61.27 cores=0,2,4,6
/proc/31741/stat : 31741 (java) S 31739 31741 27375 0 -1 4202496 38336 0 1 0 6120 7 0 0 25 0 19 0 827418681 14032015360 26913 33554432000 1073741824 1073778376 140734255420784 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31741/statm: 3425785 26913 2250 9 0 3416519 0
[pid=31741/tid=31742] ppid=31739 vsize=13703140 CPUtime=58.14 cores=0,2,4,6
/proc/31741/task/31742/stat : 31742 (java) R 31739 31741 27375 0 -1 4202560 15083 0 1 0 5812 2 0 0 25 0 19 0 827418681 14032015360 26913 33554432000 1073741824 1073778376 140734255420784 18446744073709551615 46912505740159 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31741/tid=31744] ppid=31739 vsize=13703140 CPUtime=0.03 cores=0,2,4,6
/proc/31741/task/31744/stat : 31744 (java) S 31739 31741 27375 0 -1 4202560 338 0 0 0 3 0 0 0 15 0 19 0 827418683 14032015360 26913 33554432000 1073741824 1073778376 140734255420784 18446744073709551615 274485783449 0 4 0 16800975 18446604447312881600 0 0 -1 6 0 0 0
[pid=31741/tid=31745] ppid=31739 vsize=13703140 CPUtime=0.05 cores=0,2,4,6
/proc/31741/task/31745/stat : 31745 (java) S 31739 31741 27375 0 -1 4202560 302 0 0 0 5 0 0 0 15 0 19 0 827418683 14032015360 26913 33554432000 1073741824 1073778376 140734255420784 18446744073709551615 274485783449 0 4 0 16800975 18446604447312881600 0 0 -1 6 0 0 0
[pid=31741/tid=31746] ppid=31739 vsize=13703140 CPUtime=0.03 cores=0,2,4,6
/proc/31741/task/31746/stat : 31746 (java) S 31739 31741 27375 0 -1 4202560 264 0 0 0 3 0 0 0 16 0 19 0 827418683 14032015360 26913 33554432000 1073741824 1073778376 140734255420784 18446744073709551615 274485783449 0 4 0 16800975 18446604447312881600 0 0 -1 0 0 0 0
[pid=31741/tid=31747] ppid=31739 vsize=13703140 CPUtime=0.04 cores=0,2,4,6
/proc/31741/task/31747/stat : 31747 (java) S 31739 31741 27375 0 -1 4202560 323 0 0 0 4 0 0 0 15 0 19 0 827418683 14032015360 26913 33554432000 1073741824 1073778376 140734255420784 18446744073709551615 274485783449 0 4 0 16800975 18446604447312881600 0 0 -1 6 0 0 0
[pid=31741/tid=31748] ppid=31739 vsize=13703140 CPUtime=0.05 cores=0,2,4,6
/proc/31741/task/31748/stat : 31748 (java) S 31739 31741 27375 0 -1 4202560 119 0 0 0 5 0 0 0 16 0 19 0 827418683 14032015360 26913 33554432000 1073741824 1073778376 140734255420784 18446744073709551615 274485783449 0 4 0 16800975 18446604447312881600 0 0 -1 6 0 0 0
[pid=31741/tid=31749] ppid=31739 vsize=13703140 CPUtime=0.04 cores=0,2,4,6
/proc/31741/task/31749/stat : 31749 (java) S 31739 31741 27375 0 -1 4202560 185 0 0 0 4 0 0 0 15 0 19 0 827418683 14032015360 26913 33554432000 1073741824 1073778376 140734255420784 18446744073709551615 274485783449 0 4 0 16800975 18446604447312881600 0 0 -1 0 0 0 0
[pid=31741/tid=31750] ppid=31739 vsize=13703140 CPUtime=0.02 cores=0,2,4,6
/proc/31741/task/31750/stat : 31750 (java) S 31739 31741 27375 0 -1 4202560 12 0 0 0 2 0 0 0 15 0 19 0 827418683 14032015360 26913 33554432000 1073741824 1073778376 140734255420784 18446744073709551615 274485783449 0 4 0 16800975 18446604447312881600 0 0 -1 0 0 0 0
[pid=31741/tid=31751] ppid=31739 vsize=13703140 CPUtime=0.04 cores=0,2,4,6
/proc/31741/task/31751/stat : 31751 (java) S 31739 31741 27375 0 -1 4202560 177 0 0 0 4 0 0 0 15 0 19 0 827418683 14032015360 26913 33554432000 1073741824 1073778376 140734255420784 18446744073709551615 274485783449 0 4 0 16800975 18446604447312881600 0 0 -1 0 0 0 0
[pid=31741/tid=31752] ppid=31739 vsize=13703140 CPUtime=1.52 cores=0,2,4,6
/proc/31741/task/31752/stat : 31752 (java) S 31739 31741 27375 0 -1 4202560 3924 0 0 0 152 0 0 0 15 0 19 0 827418684 14032015360 26913 33554432000 1073741824 1073778376 140734255420784 18446744073709551615 274485784064 0 0 0 16800975 18446604447312881600 0 0 -1 4 0 0 0
[pid=31741/tid=31753] ppid=31739 vsize=13703140 CPUtime=0 cores=0,2,4,6
/proc/31741/task/31753/stat : 31753 (java) S 31739 31741 27375 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 827418685 14032015360 26913 33554432000 1073741824 1073778376 140734255420784 18446744073709551615 274485783449 0 4 0 16800975 18446604447312881600 0 0 -1 2 0 0 0
[pid=31741/tid=31754] ppid=31739 vsize=13703140 CPUtime=0 cores=0,2,4,6
/proc/31741/task/31754/stat : 31754 (java) S 31739 31741 27375 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 19 0 827418685 14032015360 26913 33554432000 1073741824 1073778376 140734255420784 18446744073709551615 274485783449 0 4 0 16800975 18446604447312881600 0 0 -1 2 0 0 0
[pid=31741/tid=31755] ppid=31739 vsize=13703140 CPUtime=0 cores=0,2,4,6
/proc/31741/task/31755/stat : 31755 (java) S 31739 31741 27375 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827418687 14032015360 26913 33554432000 1073741824 1073778376 140734255420784 18446744073709551615 274485791153 0 4 0 16800975 18446604447312881600 0 0 -1 6 0 0 0
[pid=31741/tid=31756] ppid=31739 vsize=13703140 CPUtime=0.73 cores=0,2,4,6
/proc/31741/task/31756/stat : 31756 (java) S 31739 31741 27375 0 -1 4202560 7256 0 0 0 72 1 0 0 15 0 19 0 827418687 14032015360 26913 33554432000 1073741824 1073778376 140734255420784 18446744073709551615 274485783449 0 4 0 16800975 18446604447312881600 0 0 -1 0 0 0 0
[pid=31741/tid=31757] ppid=31739 vsize=13703140 CPUtime=0.49 cores=0,2,4,6
/proc/31741/task/31757/stat : 31757 (java) S 31739 31741 27375 0 -1 4202560 9201 0 0 0 48 1 0 0 15 0 19 0 827418687 14032015360 26913 33554432000 1073741824 1073778376 140734255420784 18446744073709551615 274485783449 0 4 0 16800975 18446604447312881600 0 0 -1 6 0 0 0
[pid=31741/tid=31758] ppid=31739 vsize=13703140 CPUtime=0 cores=0,2,4,6
/proc/31741/task/31758/stat : 31758 (java) S 31739 31741 27375 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827418687 14032015360 26913 33554432000 1073741824 1073778376 140734255420784 18446744073709551615 274485783449 0 4 0 16800975 18446604447312881600 0 0 -1 6 0 0 0
[pid=31741/tid=31759] ppid=31739 vsize=13703140 CPUtime=0 cores=0,2,4,6
/proc/31741/task/31759/stat : 31759 (java) S 31739 31741 27375 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 827418687 14032015360 26913 33554432000 1073741824 1073778376 140734255420784 18446744073709551615 274485784064 0 4 0 16800975 18446604447312881600 0 0 -1 0 0 0 0
[pid=31741/tid=31760] ppid=31739 vsize=13703140 CPUtime=0 cores=0,2,4,6
/proc/31741/task/31760/stat : 31760 (java) S 31739 31741 27375 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 827418702 14032015360 26913 33554432000 1073741824 1073778376 140734255420784 18446744073709551615 274485784064 0 4 0 16800975 18446604447312881600 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 61.27
Current children cumulated vsize (KiB) 13703140

[startup+60.1014 s]
/proc/loadavg: 1.95 2.00 1.91 3/510 31762
/proc/meminfo: memFree=20192052/32950928 swapFree=61858088/67111528
[pid=31741] ppid=31739 vsize=13703140 CPUtime=61.47 cores=0,2,4,6
/proc/31741/stat : 31741 (java) S 31739 31741 27375 0 -1 4202496 38337 0 1 0 6140 7 0 0 25 0 19 0 827418681 14032015360 26913 33554432000 1073741824 1073778376 140734255420784 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31741/statm: 3425785 26913 2250 9 0 3416519 0
[pid=31741/tid=31742] ppid=31739 vsize=13703140 CPUtime=58.31 cores=0,2,4,6
/proc/31741/task/31742/stat : 31742 (java) R 31739 31741 27375 0 -1 4202560 15084 0 1 0 5829 2 0 0 25 0 19 0 827418681 14032015360 26913 33554432000 1073741824 1073778376 140734255420784 18446744073709551615 46912505568332 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31741/tid=31744] ppid=31739 vsize=13703140 CPUtime=0.03 cores=0,2,4,6
/proc/31741/task/31744/stat : 31744 (java) S 31739 31741 27375 0 -1 4202560 338 0 0 0 3 0 0 0 16 0 19 0 827418683 14032015360 26913 33554432000 1073741824 1073778376 140734255420784 18446744073709551615 274485783449 0 4 0 16800975 18446604447312881600 0 0 -1 6 0 0 0
[pid=31741/tid=31745] ppid=31739 vsize=13703140 CPUtime=0.05 cores=0,2,4,6
/proc/31741/task/31745/stat : 31745 (java) S 31739 31741 27375 0 -1 4202560 302 0 0 0 5 0 0 0 15 0 19 0 827418683 14032015360 26913 33554432000 1073741824 1073778376 140734255420784 18446744073709551615 274485783449 0 4 0 16800975 18446604447312881600 0 0 -1 6 0 0 0
[pid=31741/tid=31746] ppid=31739 vsize=13703140 CPUtime=0.03 cores=0,2,4,6
/proc/31741/task/31746/stat : 31746 (java) S 31739 31741 27375 0 -1 4202560 264 0 0 0 3 0 0 0 15 0 19 0 827418683 14032015360 26913 33554432000 1073741824 1073778376 140734255420784 18446744073709551615 274485783449 0 4 0 16800975 18446604447312881600 0 0 -1 0 0 0 0
[pid=31741/tid=31747] ppid=31739 vsize=13703140 CPUtime=0.04 cores=0,2,4,6
/proc/31741/task/31747/stat : 31747 (java) S 31739 31741 27375 0 -1 4202560 323 0 0 0 4 0 0 0 15 0 19 0 827418683 14032015360 26913 33554432000 1073741824 1073778376 140734255420784 18446744073709551615 274485783449 0 4 0 16800975 18446604447312881600 0 0 -1 6 0 0 0
[pid=31741/tid=31748] ppid=31739 vsize=13703140 CPUtime=0.05 cores=0,2,4,6
/proc/31741/task/31748/stat : 31748 (java) S 31739 31741 27375 0 -1 4202560 119 0 0 0 5 0 0 0 15 0 19 0 827418683 14032015360 26913 33554432000 1073741824 1073778376 140734255420784 18446744073709551615 274485783449 0 4 0 16800975 18446604447312881600 0 0 -1 6 0 0 0
[pid=31741/tid=31749] ppid=31739 vsize=13703140 CPUtime=0.04 cores=0,2,4,6
/proc/31741/task/31749/stat : 31749 (java) S 31739 31741 27375 0 -1 4202560 185 0 0 0 4 0 0 0 16 0 19 0 827418683 14032015360 26913 33554432000 1073741824 1073778376 140734255420784 18446744073709551615 274485783449 0 4 0 16800975 18446604447312881600 0 0 -1 6 0 0 0
[pid=31741/tid=31750] ppid=31739 vsize=13703140 CPUtime=0.03 cores=0,2,4,6
/proc/31741/task/31750/stat : 31750 (java) S 31739 31741 27375 0 -1 4202560 12 0 0 0 3 0 0 0 16 0 19 0 827418683 14032015360 26913 33554432000 1073741824 1073778376 140734255420784 18446744073709551615 274485783449 0 4 0 16800975 18446604447312881600 0 0 -1 0 0 0 0
[pid=31741/tid=31751] ppid=31739 vsize=13703140 CPUtime=0.04 cores=0,2,4,6
/proc/31741/task/31751/stat : 31751 (java) S 31739 31741 27375 0 -1 4202560 177 0 0 0 4 0 0 0 15 0 19 0 827418683 14032015360 26913 33554432000 1073741824 1073778376 140734255420784 18446744073709551615 274485783449 0 4 0 16800975 18446604447312881600 0 0 -1 0 0 0 0
[pid=31741/tid=31752] ppid=31739 vsize=13703140 CPUtime=1.54 cores=0,2,4,6
/proc/31741/task/31752/stat : 31752 (java) S 31739 31741 27375 0 -1 4202560 3924 0 0 0 154 0 0 0 15 0 19 0 827418684 14032015360 26913 33554432000 1073741824 1073778376 140734255420784 18446744073709551615 274485784064 0 0 0 16800975 18446604447312881600 0 0 -1 4 0 0 0
[pid=31741/tid=31753] ppid=31739 vsize=13703140 CPUtime=0 cores=0,2,4,6
/proc/31741/task/31753/stat : 31753 (java) S 31739 31741 27375 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 827418685 14032015360 26913 33554432000 1073741824 1073778376 140734255420784 18446744073709551615 274485783449 0 4 0 16800975 18446604447312881600 0 0 -1 2 0 0 0
[pid=31741/tid=31754] ppid=31739 vsize=13703140 CPUtime=0 cores=0,2,4,6
/proc/31741/task/31754/stat : 31754 (java) S 31739 31741 27375 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 19 0 827418685 14032015360 26913 33554432000 1073741824 1073778376 140734255420784 18446744073709551615 274485783449 0 4 0 16800975 18446604447312881600 0 0 -1 2 0 0 0
[pid=31741/tid=31755] ppid=31739 vsize=13703140 CPUtime=0 cores=0,2,4,6
/proc/31741/task/31755/stat : 31755 (java) S 31739 31741 27375 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827418687 14032015360 26913 33554432000 1073741824 1073778376 140734255420784 18446744073709551615 274485791153 0 4 0 16800975 18446604447312881600 0 0 -1 6 0 0 0
[pid=31741/tid=31756] ppid=31739 vsize=13703140 CPUtime=0.73 cores=0,2,4,6
/proc/31741/task/31756/stat : 31756 (java) S 31739 31741 27375 0 -1 4202560 7256 0 0 0 72 1 0 0 15 0 19 0 827418687 14032015360 26913 33554432000 1073741824 1073778376 140734255420784 18446744073709551615 274485783449 0 4 0 16800975 18446604447312881600 0 0 -1 0 0 0 0
[pid=31741/tid=31757] ppid=31739 vsize=13703140 CPUtime=0.49 cores=0,2,4,6
/proc/31741/task/31757/stat : 31757 (java) S 31739 31741 27375 0 -1 4202560 9201 0 0 0 48 1 0 0 15 0 19 0 827418687 14032015360 26913 33554432000 1073741824 1073778376 140734255420784 18446744073709551615 274485783449 0 4 0 16800975 18446604447312881600 0 0 -1 6 0 0 0
[pid=31741/tid=31758] ppid=31739 vsize=13703140 CPUtime=0 cores=0,2,4,6
/proc/31741/task/31758/stat : 31758 (java) S 31739 31741 27375 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827418687 14032015360 26913 33554432000 1073741824 1073778376 140734255420784 18446744073709551615 274485783449 0 4 0 16800975 18446604447312881600 0 0 -1 6 0 0 0
[pid=31741/tid=31759] ppid=31739 vsize=13703140 CPUtime=0 cores=0,2,4,6
/proc/31741/task/31759/stat : 31759 (java) S 31739 31741 27375 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 827418687 14032015360 26913 33554432000 1073741824 1073778376 140734255420784 18446744073709551615 274485784064 0 4 0 16800975 18446604447312881600 0 0 -1 0 0 0 0
[pid=31741/tid=31760] ppid=31739 vsize=13703140 CPUtime=0 cores=0,2,4,6
/proc/31741/task/31760/stat : 31760 (java) S 31739 31741 27375 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 827418702 14032015360 26913 33554432000 1073741824 1073778376 140734255420784 18446744073709551615 274485784064 0 4 0 16800975 18446604447312881600 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 61.47
Current children cumulated vsize (KiB) 13703140

[startup+60.2013 s]
/proc/loadavg: 1.95 2.00 1.91 3/510 31762
/proc/meminfo: memFree=20192052/32950928 swapFree=61858088/67111528
[pid=31741] ppid=31739 vsize=13703140 CPUtime=61.57 cores=0,2,4,6
/proc/31741/stat : 31741 (java) S 31739 31741 27375 0 -1 4202496 38337 0 1 0 6150 7 0 0 25 0 19 0 827418681 14032015360 26913 33554432000 1073741824 1073778376 140734255420784 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31741/statm: 3425785 26913 2250 9 0 3416519 0
[pid=31741/tid=31742] ppid=31739 vsize=13703140 CPUtime=58.41 cores=0,2,4,6
/proc/31741/task/31742/stat : 31742 (java) R 31739 31741 27375 0 -1 4202560 15084 0 1 0 5839 2 0 0 25 0 19 0 827418681 14032015360 26913 33554432000 1073741824 1073778376 140734255420784 18446744073709551615 46912505535616 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31741/tid=31744] ppid=31739 vsize=13703140 CPUtime=0.03 cores=0,2,4,6
/proc/31741/task/31744/stat : 31744 (java) S 31739 31741 27375 0 -1 4202560 338 0 0 0 3 0 0 0 16 0 19 0 827418683 14032015360 26913 33554432000 1073741824 1073778376 140734255420784 18446744073709551615 274485783449 0 4 0 16800975 18446604447312881600 0 0 -1 6 0 0 0
[pid=31741/tid=31745] ppid=31739 vsize=13703140 CPUtime=0.05 cores=0,2,4,6
/proc/31741/task/31745/stat : 31745 (java) S 31739 31741 27375 0 -1 4202560 302 0 0 0 5 0 0 0 15 0 19 0 827418683 14032015360 26913 33554432000 1073741824 1073778376 140734255420784 18446744073709551615 274485783449 0 4 0 16800975 18446604447312881600 0 0 -1 6 0 0 0
[pid=31741/tid=31746] ppid=31739 vsize=13703140 CPUtime=0.03 cores=0,2,4,6
/proc/31741/task/31746/stat : 31746 (java) S 31739 31741 27375 0 -1 4202560 264 0 0 0 3 0 0 0 15 0 19 0 827418683 14032015360 26913 33554432000 1073741824 1073778376 140734255420784 18446744073709551615 274485783449 0 4 0 16800975 18446604447312881600 0 0 -1 0 0 0 0
[pid=31741/tid=31747] ppid=31739 vsize=13703140 CPUtime=0.04 cores=0,2,4,6
/proc/31741/task/31747/stat : 31747 (java) S 31739 31741 27375 0 -1 4202560 323 0 0 0 4 0 0 0 15 0 19 0 827418683 14032015360 26913 33554432000 1073741824 1073778376 140734255420784 18446744073709551615 274485783449 0 4 0 16800975 18446604447312881600 0 0 -1 6 0 0 0
[pid=31741/tid=31748] ppid=31739 vsize=13703140 CPUtime=0.05 cores=0,2,4,6
/proc/31741/task/31748/stat : 31748 (java) S 31739 31741 27375 0 -1 4202560 119 0 0 0 5 0 0 0 15 0 19 0 827418683 14032015360 26913 33554432000 1073741824 1073778376 140734255420784 18446744073709551615 274485783449 0 4 0 16800975 18446604447312881600 0 0 -1 6 0 0 0
[pid=31741/tid=31749] ppid=31739 vsize=13703140 CPUtime=0.04 cores=0,2,4,6
/proc/31741/task/31749/stat : 31749 (java) S 31739 31741 27375 0 -1 4202560 185 0 0 0 4 0 0 0 16 0 19 0 827418683 14032015360 26913 33554432000 1073741824 1073778376 140734255420784 18446744073709551615 274485783449 0 4 0 16800975 18446604447312881600 0 0 -1 6 0 0 0
[pid=31741/tid=31750] ppid=31739 vsize=13703140 CPUtime=0.03 cores=0,2,4,6
/proc/31741/task/31750/stat : 31750 (java) S 31739 31741 27375 0 -1 4202560 12 0 0 0 3 0 0 0 16 0 19 0 827418683 14032015360 26913 33554432000 1073741824 1073778376 140734255420784 18446744073709551615 274485783449 0 4 0 16800975 18446604447312881600 0 0 -1 0 0 0 0
[pid=31741/tid=31751] ppid=31739 vsize=13703140 CPUtime=0.04 cores=0,2,4,6
/proc/31741/task/31751/stat : 31751 (java) S 31739 31741 27375 0 -1 4202560 177 0 0 0 4 0 0 0 15 0 19 0 827418683 14032015360 26913 33554432000 1073741824 1073778376 140734255420784 18446744073709551615 274485783449 0 4 0 16800975 18446604447312881600 0 0 -1 0 0 0 0
[pid=31741/tid=31752] ppid=31739 vsize=13703140 CPUtime=1.54 cores=0,2,4,6
/proc/31741/task/31752/stat : 31752 (java) S 31739 31741 27375 0 -1 4202560 3924 0 0 0 154 0 0 0 15 0 19 0 827418684 14032015360 26913 33554432000 1073741824 1073778376 140734255420784 18446744073709551615 274485784064 0 0 0 16800975 18446604447312881600 0 0 -1 4 0 0 0
[pid=31741/tid=31753] ppid=31739 vsize=13703140 CPUtime=0 cores=0,2,4,6
/proc/31741/task/31753/stat : 31753 (java) S 31739 31741 27375 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 827418685 14032015360 26913 33554432000 1073741824 1073778376 140734255420784 18446744073709551615 274485783449 0 4 0 16800975 18446604447312881600 0 0 -1 2 0 0 0
[pid=31741/tid=31754] ppid=31739 vsize=13703140 CPUtime=0 cores=0,2,4,6
/proc/31741/task/31754/stat : 31754 (java) S 31739 31741 27375 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 19 0 827418685 14032015360 26913 33554432000 1073741824 1073778376 140734255420784 18446744073709551615 274485783449 0 4 0 16800975 18446604447312881600 0 0 -1 2 0 0 0
[pid=31741/tid=31755] ppid=31739 vsize=13703140 CPUtime=0 cores=0,2,4,6
/proc/31741/task/31755/stat : 31755 (java) S 31739 31741 27375 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827418687 14032015360 26913 33554432000 1073741824 1073778376 140734255420784 18446744073709551615 274485791153 0 4 0 16800975 18446604447312881600 0 0 -1 6 0 0 0
[pid=31741/tid=31756] ppid=31739 vsize=13703140 CPUtime=0.73 cores=0,2,4,6
/proc/31741/task/31756/stat : 31756 (java) S 31739 31741 27375 0 -1 4202560 7256 0 0 0 72 1 0 0 15 0 19 0 827418687 14032015360 26913 33554432000 1073741824 1073778376 140734255420784 18446744073709551615 274485783449 0 4 0 16800975 18446604447312881600 0 0 -1 0 0 0 0
[pid=31741/tid=31757] ppid=31739 vsize=13703140 CPUtime=0.49 cores=0,2,4,6
/proc/31741/task/31757/stat : 31757 (java) S 31739 31741 27375 0 -1 4202560 9201 0 0 0 48 1 0 0 15 0 19 0 827418687 14032015360 26913 33554432000 1073741824 1073778376 140734255420784 18446744073709551615 274485783449 0 4 0 16800975 18446604447312881600 0 0 -1 6 0 0 0
[pid=31741/tid=31758] ppid=31739 vsize=13703140 CPUtime=0 cores=0,2,4,6
/proc/31741/task/31758/stat : 31758 (java) S 31739 31741 27375 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827418687 14032015360 26913 33554432000 1073741824 1073778376 140734255420784 18446744073709551615 274485783449 0 4 0 16800975 18446604447312881600 0 0 -1 6 0 0 0
[pid=31741/tid=31759] ppid=31739 vsize=13703140 CPUtime=0 cores=0,2,4,6
/proc/31741/task/31759/stat : 31759 (java) S 31739 31741 27375 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 827418687 14032015360 26913 33554432000 1073741824 1073778376 140734255420784 18446744073709551615 274485784064 0 4 0 16800975 18446604447312881600 0 0 -1 0 0 0 0
[pid=31741/tid=31760] ppid=31739 vsize=13703140 CPUtime=0 cores=0,2,4,6
/proc/31741/task/31760/stat : 31760 (java) S 31739 31741 27375 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 827418702 14032015360 26913 33554432000 1073741824 1073778376 140734255420784 18446744073709551615 274485784064 0 4 0 16800975 18446604447312881600 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 61.57
Current children cumulated vsize (KiB) 13703140

Child status: 30
Real time (s): 60.2329
CPU time (s): 61.6116
CPU user time (s): 61.5356
CPU system time (s): 0.075988
CPU usage (%): 102.289
Max. virtual memory (cumulated for all children) (KiB): 13713900

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 61.5356
system time used= 0.075988
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38364
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= 3381
involuntary context switches= 2530

runsolver used 0.274958 second user time and 0.664898 second system time

The end

Launcher Data

Begin job on node125 at 2011-06-04 05:29:50
IDJOB=3458140
IDBENCH=47960
IDSOLVER=1952
FILE ID=node125/3458140-1307158190
RUNJOBID= node125-1307156382-31293
PBS_JOBID= 13508791
Free space on /tmp= 73792 MiB

SOLVER NAME= Sat4j Resolution 2.3.0
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=8-P0=233-P1=79-P2=107-P3=23-P4=107-P5=223-P6=239-P7=127-P8=229-P9=181-B.opb
COMMAND LINE= java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3458140-1307158190/watcher-3458140-1307158190 -o /tmp/evaluation-result-3458140-1307158190/solver-3458140-1307158190 -C 1800 -W 1900 -M 15500  java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3458140-1307158190.opb

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

MD5SUM BENCH= 9ac2b65e6f5a9e0208aa5abddde874b2
RANDOM SEED=51489225

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      20310772 kB
Buffers:        352020 kB
Cached:        3496084 kB
SwapCached:       3616 kB
Active:        8933340 kB
Inactive:      3362816 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      20310772 kB
SwapTotal:    67111528 kB
SwapFree:     61858088 kB
Dirty:            1172 kB
Writeback:           0 kB
AnonPages:     8445608 kB
Mapped:          42308 kB
Slab:           215176 kB
PageTables:      62324 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 143445272 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= 73792 MiB
End job on node125 at 2011-06-04 05:30:51