Trace number 3734974

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
PB10: SAT4J PB RES // CP 2.2.0 2010-05-31OPT1 129.353 80.7588

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/market-split/normalized-opt-market-split_4_30_4.opb
MD5SUM1757d8d914b8f8f6b2c05049538ae81a
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark22.1726
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 1
Optimality of the best value was proved YES
Number of variables94
Total number of constraints8
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 constraints8
Minimum length of a constraint44
Maximum length of a constraint46
Number of terms in the objective function 64
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 2040
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 869
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 3118
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version 2.2.0.v20100531
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		1349517296
0.00/0.09	c Max memory 		1356595200
0.00/0.09	c Total memory 		1356595200
0.00/0.09	c Number of processors 	8
0.07/0.12	c Pseudo Boolean Optimization
0.07/0.12	c ManyCore solver with 2 solvers running in parallel
0.07/0.12	c --- Begin Solver configuration ---
0.07/0.12	c Stops conflict analysis at the first Unique Implication Point
0.07/0.12	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@5495fd19
0.07/0.12	c Learn all clauses as in MiniSAT
0.07/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.12	c Expensive reason simplification
0.07/0.12	c Armin Biere (Picosat) restarts strategy
0.07/0.12	c Glucose learned constraints deletion strategy
0.07/0.12	c timeout=2147483s
0.07/0.12	c DB Simplification allowed=false
0.07/0.12	c --- End Solver configuration ---
0.07/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.07/0.12	c --- Begin Solver configuration ---
0.07/0.12	c Stops conflict analysis at the first Unique Implication Point
0.07/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ae94e92
0.07/0.12	c Learn all clauses as in MiniSAT
0.07/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.07/0.12	c No reason simplification
0.07/0.12	c Armin Biere (Picosat) restarts strategy
0.07/0.12	c Glucose learned constraints deletion strategy
0.07/0.12	c timeout=2147483s
0.07/0.12	c DB Simplification allowed=false
0.07/0.12	c --- End Solver configuration ---
0.07/0.12	
0.07/0.12	c solving HOME/instance-3734974-1338747019.opb
0.07/0.12	c reading problem ... 
0.07/0.15	c ... done. Wall clock time 0.026s.
0.07/0.15	c #vars     94
0.07/0.15	c #constraints  8
0.07/0.15	c constraints type 
0.07/0.15	c org.sat4j.pb.constraints.pb.MaxWatchPb => 8
0.07/0.15	c constraints type 
0.07/0.15	c org.sat4j.pb.constraints.pb.MaxWatchPb => 8
0.31/0.23	c And the winner is Resolution
0.61/1.15	c SATISFIABLE
0.61/1.15	c OPTIMIZING...
0.61/1.15	c Got one! Elapsed wall clock time (in seconds):1.028
0.61/1.15	o 206
0.61/1.17	c And the winner is Resolution
0.71/2.15	c Got one! Elapsed wall clock time (in seconds):2.029
0.71/2.15	o 191
0.71/2.17	c And the winner is Resolution
0.82/3.15	c Got one! Elapsed wall clock time (in seconds):3.031
0.82/3.15	o 157
0.82/3.17	c And the winner is Resolution
0.92/4.15	c Got one! Elapsed wall clock time (in seconds):4.032
0.92/4.15	o 148
0.92/4.17	c And the winner is Resolution
1.02/5.15	c Got one! Elapsed wall clock time (in seconds):5.033
1.02/5.15	o 128
1.02/5.17	c And the winner is Resolution
1.38/6.16	c Got one! Elapsed wall clock time (in seconds):6.034
1.38/6.16	o 106
1.38/6.17	c And the winner is Resolution
1.42/7.16	c Got one! Elapsed wall clock time (in seconds):7.035
1.42/7.16	o 102
1.42/7.17	c And the winner is Resolution
1.58/8.16	c Got one! Elapsed wall clock time (in seconds):8.036
1.58/8.16	o 62
1.58/8.17	c And the winner is Resolution
1.63/9.16	c Got one! Elapsed wall clock time (in seconds):9.037
1.63/9.16	o 59
1.63/9.18	c And the winner is Resolution
1.71/10.16	c Got one! Elapsed wall clock time (in seconds):10.038
1.71/10.16	o 56
1.71/10.17	c And the winner is Resolution
1.77/11.16	c Got one! Elapsed wall clock time (in seconds):11.039
1.77/11.16	o 35
1.77/11.18	c And the winner is Resolution
1.87/12.16	c Got one! Elapsed wall clock time (in seconds):12.04
1.87/12.16	o 31
1.87/12.18	c And the winner is Resolution
1.95/13.16	c Got one! Elapsed wall clock time (in seconds):13.042
1.95/13.16	o 11
1.95/13.18	c And the winner is Resolution
2.03/14.16	c Got one! Elapsed wall clock time (in seconds):14.043
2.03/14.16	o 9
2.18/14.28	c cleaning 2501 clauses out of 5002 with flag 5002/5002
2.18/14.29	c And the winner is Resolution
2.69/15.17	c Got one! Elapsed wall clock time (in seconds):15.044
2.69/15.17	o 4
3.24/15.47	c cleaning 4250 clauses out of 8499 with flag 11000/11000
4.24/15.92	c cleaning 5623 clauses out of 11249 with flag 18000/18000
5.47/16.52	c cleaning 6813 clauses out of 13626 with flag 26000/26000
6.25/16.94	c And the winner is Resolution
6.33/17.17	c Got one! Elapsed wall clock time (in seconds):17.045
6.33/17.17	o 3
7.23/17.63	c cleaning 7898 clauses out of 15813 with flag 35000/35000
9.00/18.52	c cleaning 8957 clauses out of 17915 with flag 45000/45000
10.78/19.42	c cleaning 9480 clauses out of 18960 with flag 55002/55002
12.55/20.35	c cleaning 9738 clauses out of 19478 with flag 65000/65000
14.32/21.25	c cleaning 9870 clauses out of 19740 with flag 75000/75000
16.29/22.27	c cleaning 9933 clauses out of 19870 with flag 85000/85000
18.28/23.28	c cleaning 9970 clauses out of 19939 with flag 95002/95002
19.86/24.10	c cleaning 9986 clauses out of 19971 with flag 105004/105004
21.40/24.89	c cleaning 9987 clauses out of 19982 with flag 115001/115001
23.37/25.87	c cleaning 9994 clauses out of 19995 with flag 125001/125001
24.35/26.40	c And the winner is Resolution
24.55/27.17	c Got one! Elapsed wall clock time (in seconds):27.047
24.55/27.17	o 1
25.80/27.82	c cleaning 9997 clauses out of 20000 with flag 135000/135000
28.37/29.13	c cleaning 10001 clauses out of 20004 with flag 145001/145001
30.12/30.02	c cleaning 9997 clauses out of 20004 with flag 155002/155002
32.28/31.19	c cleaning 9999 clauses out of 20005 with flag 165000/165000
34.45/32.22	c cleaning 10003 clauses out of 20007 with flag 175001/175001
36.63/33.31	c cleaning 9999 clauses out of 20003 with flag 185000/185000
38.56/34.37	c cleaning 9999 clauses out of 20004 with flag 195000/195000
40.34/35.26	c cleaning 10002 clauses out of 20006 with flag 205001/205001
42.09/36.20	c cleaning 9995 clauses out of 20003 with flag 215000/215000
44.46/37.37	c cleaning 10005 clauses out of 20009 with flag 225001/225001
46.42/38.33	c cleaning 10002 clauses out of 20004 with flag 235001/235001
48.38/39.34	c cleaning 9995 clauses out of 20001 with flag 245000/245000
50.32/40.30	c cleaning 10001 clauses out of 20007 with flag 255001/255001
52.07/41.22	c cleaning 9999 clauses out of 20007 with flag 265002/265002
54.00/42.29	c cleaning 10002 clauses out of 20006 with flag 275000/275000
55.76/43.18	c cleaning 10000 clauses out of 20005 with flag 285001/285001
58.12/44.30	c cleaning 9998 clauses out of 20005 with flag 295001/295001
60.05/45.39	c cleaning 9997 clauses out of 20006 with flag 305000/305000
61.97/46.39	c cleaning 10004 clauses out of 20009 with flag 315000/315000
63.94/47.38	c cleaning 9998 clauses out of 20006 with flag 325001/325001
65.67/48.30	c cleaning 10001 clauses out of 20007 with flag 335000/335000
67.61/49.29	c cleaning 9999 clauses out of 20007 with flag 345001/345001
69.72/50.35	c cleaning 10000 clauses out of 20007 with flag 355000/355000
71.29/51.11	c cleaning 0 clauses out of 5001 with flag 0/5001
71.47/51.28	c cleaning 10003 clauses out of 20007 with flag 365000/365000
73.49/52.09	c cleaning 10001 clauses out of 20006 with flag 375002/375002
75.40/52.85	c cleaning 10002 clauses out of 20004 with flag 385001/385001
76.93/53.68	c cleaning 9998 clauses out of 20001 with flag 395000/395000
79.06/54.74	c cleaning 9998 clauses out of 20003 with flag 405000/405000
81.21/55.84	c cleaning 9999 clauses out of 20005 with flag 415000/415000
83.31/56.91	c cleaning 9998 clauses out of 20006 with flag 425000/425000
85.05/57.85	c cleaning 10002 clauses out of 20009 with flag 435001/435001
86.98/58.80	c cleaning 10003 clauses out of 20006 with flag 445000/445000
88.71/59.71	c cleaning 10002 clauses out of 20004 with flag 455001/455001
90.61/60.74	c cleaning 10000 clauses out of 20001 with flag 465000/465000
92.16/61.59	c cleaning 9998 clauses out of 20002 with flag 475001/475001
93.88/62.45	c cleaning 10002 clauses out of 20005 with flag 485002/485002
95.73/63.36	c cleaning 9999 clauses out of 20001 with flag 495000/495000
97.44/64.17	c cleaning 10000 clauses out of 20002 with flag 505000/505000
99.28/64.92	c cleaning 10001 clauses out of 20002 with flag 515000/515000
100.76/65.69	c cleaning 10000 clauses out of 20001 with flag 525000/525000
102.94/66.71	c cleaning 9995 clauses out of 20001 with flag 535000/535000
104.64/67.63	c cleaning 10003 clauses out of 20006 with flag 545000/545000
106.16/68.48	c cleaning 10001 clauses out of 20004 with flag 555001/555001
107.90/69.36	c cleaning 9997 clauses out of 20002 with flag 565000/565000
109.65/70.25	c cleaning 10001 clauses out of 20005 with flag 575000/575000
111.15/71.06	c cleaning 10002 clauses out of 20005 with flag 585001/585001
112.69/71.87	c cleaning 9999 clauses out of 20002 with flag 595000/595000
114.62/72.83	c cleaning 10000 clauses out of 20004 with flag 605001/605001
116.17/73.65	c cleaning 10002 clauses out of 20004 with flag 615001/615001
117.66/74.46	c cleaning 9995 clauses out of 20001 with flag 625000/625000
119.19/75.29	c cleaning 9999 clauses out of 20006 with flag 635000/635000
120.52/76.00	c cleaning 10005 clauses out of 20009 with flag 645002/645002
122.27/76.80	c cleaning 9999 clauses out of 20002 with flag 655000/655000
123.76/77.60	c cleaning 10001 clauses out of 20004 with flag 665001/665001
124.92/78.28	c cleaning 9999 clauses out of 20002 with flag 675001/675001
126.40/78.99	c cleaning 10001 clauses out of 20003 with flag 685002/685002
127.73/79.68	c cleaning 9997 clauses out of 20000 with flag 695000/695000
129.04/80.35	c And the winner is Resolution
129.09/80.75	c starts		: 185
129.09/80.75	c conflicts		: 704423
129.09/80.75	c decisions		: 708158
129.09/80.75	c propagations		: 5157636
129.09/80.75	c inspects		: 679606199
129.09/80.75	c learnt literals	: 12
129.09/80.75	c learnt binary clauses	: 70
129.09/80.75	c learnt ternary clauses	: 300
129.09/80.75	c learnt clauses	: 704410
129.09/80.75	c ignored clauses	: 0
129.09/80.75	c root simplifications	: 0
129.09/80.75	c removed literals (reason simplification)	: 6696996
129.09/80.75	c reason swapping (by a shorter reason)	: 0
129.09/80.75	c Calls to reduceDB	: 71
129.09/80.75	c number of reductions to clauses (during analyze)	: 0
129.09/80.75	c number of learned constraints concerned by reduction	: 0
129.09/80.75	c number of learning phase by resolution	: 0
129.09/80.75	c number of learning phase by cutting planes	: 0
129.09/80.75	c speed (assignments/second)	: 96264.0636081974
129.09/80.75	c non guided choices	250
129.09/80.75	c learnt constraints type 
129.09/80.75	c constraints type 
129.09/80.75	c org.sat4j.pb.constraints.pb.MaxWatchPb => 8
129.09/80.75	c constraints type 
129.09/80.75	c org.sat4j.pb.constraints.pb.MaxWatchPb => 8
129.09/80.75	s OPTIMUM FOUND
129.09/80.75	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 
129.09/80.75	c objective function=1
129.09/80.75	c Total wall clock time (in seconds): 80.627

Verifier Data

OK	1

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3734974-1338747019/watcher-3734974-1338747019 -o /tmp/evaluation-result-3734974-1338747019/solver-3734974-1338747019 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3734974-1338747019.opb 

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

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


[startup+0 s]
/proc/loadavg: 3.45 3.63 3.39 4/198 13789
/proc/meminfo: memFree=25810220/32873844 swapFree=7628/7628
[pid=13789] ppid=13787 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/13789/stat : 13789 (java6) D 13787 13789 11909 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 340826313 9515008 182 33554432000 1073741824 1073778376 140736426711536 140736426702568 254750310069 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/13789/statm: 2323 182 140 9 0 71 0

[startup+0.0985341 s]
/proc/loadavg: 3.45 3.63 3.39 4/198 13789
/proc/meminfo: memFree=25810220/32873844 swapFree=7628/7628
[pid=13789] ppid=13787 vsize=2699928 CPUtime=0.07 cores=1,3,5,7
/proc/13789/stat : 13789 (java) S 13787 13789 11909 0 -1 4202496 4076 0 1 0 6 1 0 0 20 0 18 0 340826313 2764726272 5795 33554432000 1073741824 1073778376 140735659055808 140735659046944 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/13789/statm: 674982 5805 1919 9 0 665676 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 2699928

[startup+0.100294 s]
/proc/loadavg: 3.45 3.63 3.39 4/198 13789
/proc/meminfo: memFree=25810220/32873844 swapFree=7628/7628
[pid=13789] ppid=13787 vsize=2699928 CPUtime=0.07 cores=1,3,5,7
/proc/13789/stat : 13789 (java) S 13787 13789 11909 0 -1 4202496 4126 0 1 0 6 1 0 0 20 0 18 0 340826313 2764726272 5845 33554432000 1073741824 1073778376 140735659055808 140735659046944 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/13789/statm: 674982 5848 1932 9 0 665676 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 2699928

[startup+0.300333 s]
/proc/loadavg: 3.45 3.63 3.39 4/198 13789
/proc/meminfo: memFree=25810220/32873844 swapFree=7628/7628
[pid=13789] ppid=13787 vsize=2966184 CPUtime=0.6 cores=1,3,5,7
/proc/13789/stat : 13789 (java) S 13787 13789 11909 0 -1 4202496 8422 0 1 0 56 4 0 0 20 0 20 0 340826313 3037372416 10633 33554432000 1073741824 1073778376 140735659055808 140735659046944 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/13789/statm: 741546 10633 2210 9 0 732240 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 2966184

[startup+0.7002 s]
/proc/loadavg: 3.45 3.63 3.39 4/198 13789
/proc/meminfo: memFree=25810220/32873844 swapFree=7628/7628
[pid=13789] ppid=13787 vsize=2966184 CPUtime=0.61 cores=1,3,5,7
/proc/13789/stat : 13789 (java) S 13787 13789 11909 0 -1 4202496 8427 0 1 0 57 4 0 0 20 0 20 0 340826313 3037372416 10638 33554432000 1073741824 1073778376 140735659055808 140735659046944 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/13789/statm: 741546 10638 2210 9 0 732240 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 2966184

[startup+1.50072 s]
/proc/loadavg: 3.45 3.63 3.39 3/218 13811
/proc/meminfo: memFree=25776300/32873844 swapFree=7628/7628
[pid=13789] ppid=13787 vsize=2966184 CPUtime=0.71 cores=1,3,5,7
/proc/13789/stat : 13789 (java) S 13787 13789 11909 0 -1 4202496 8443 0 1 0 64 7 0 0 20 0 20 0 340826313 3037372416 12181 33554432000 1073741824 1073778376 140735659055808 140735659046944 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/13789/statm: 741546 12181 2217 9 0 732240 0
[pid=13789/tid=13791] ppid=13787 vsize=2966184 CPUtime=0.12 cores=1,3,5,7
/proc/13789/task/13791/stat : 13791 (java) S 13787 13789 11909 0 -1 4202560 2783 0 1 0 10 2 0 0 20 0 20 0 340826314 3037372416 12181 33554432000 1073741824 1073778376 140735659055808 140332512842904 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13789/tid=13792] ppid=13787 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/13789/task/13792/stat : 13792 (java) S 13787 13789 11909 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340826316 3037372416 12181 33554432000 1073741824 1073778376 140735659055808 140332497123752 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13789/tid=13793] ppid=13787 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/13789/task/13793/stat : 13793 (java) S 13787 13789 11909 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340826316 3037372416 12181 33554432000 1073741824 1073778376 140735659055808 140332496071208 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13789/tid=13794] ppid=13787 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/13789/task/13794/stat : 13794 (java) S 13787 13789 11909 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340826316 3037372416 12181 33554432000 1073741824 1073778376 140735659055808 140332495018152 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13789/tid=13795] ppid=13787 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/13789/task/13795/stat : 13795 (java) S 13787 13789 11909 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340826316 3037372416 12181 33554432000 1073741824 1073778376 140735659055808 140332493965608 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13789/tid=13796] ppid=13787 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/13789/task/13796/stat : 13796 (java) S 13787 13789 11909 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340826316 3037372416 12181 33554432000 1073741824 1073778376 140735659055808 140332492913576 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13789/tid=13797] ppid=13787 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/13789/task/13797/stat : 13797 (java) S 13787 13789 11909 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340826316 3037372416 12181 33554432000 1073741824 1073778376 140735659055808 140332491861032 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13789/tid=13798] ppid=13787 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/13789/task/13798/stat : 13798 (java) S 13787 13789 11909 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340826316 3037372416 12181 33554432000 1073741824 1073778376 140735659055808 140332490807976 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13789/tid=13799] ppid=13787 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/13789/task/13799/stat : 13799 (java) S 13787 13789 11909 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 20 0 340826316 3037372416 12181 33554432000 1073741824 1073778376 140735659055808 140332489755432 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13789/tid=13800] ppid=13787 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/13789/task/13800/stat : 13800 (java) S 13787 13789 11909 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 20 0 340826317 3037372416 12181 33554432000 1073741824 1073778376 140735659055808 140332359440744 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13789/tid=13801] ppid=13787 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/13789/task/13801/stat : 13801 (java) S 13787 13789 11909 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 20 0 340826317 3037372416 12181 33554432000 1073741824 1073778376 140735659055808 140332358387064 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13789/tid=13802] ppid=13787 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/13789/task/13802/stat : 13802 (java) S 13787 13789 11909 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340826317 3037372416 12181 33554432000 1073741824 1073778376 140735659055808 140332357333896 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13789/tid=13803] ppid=13787 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/13789/task/13803/stat : 13803 (java) S 13787 13789 11909 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340826320 3037372416 12181 33554432000 1073741824 1073778376 140735659055808 140332356282640 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13789/tid=13804] ppid=13787 vsize=2966184 CPUtime=0.16 cores=1,3,5,7
/proc/13789/task/13804/stat : 13804 (java) S 13787 13789 11909 0 -1 4202560 2072 0 0 0 16 0 0 0 20 0 20 0 340826320 3037372416 12181 33554432000 1073741824 1073778376 140735659055808 140332355230520 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13789/tid=13805] ppid=13787 vsize=2966184 CPUtime=0.15 cores=1,3,5,7
/proc/13789/task/13805/stat : 13805 (java) S 13787 13789 11909 0 -1 4202560 2269 0 0 0 15 0 0 0 20 0 20 0 340826320 3037372416 12181 33554432000 1073741824 1073778376 140735659055808 140332354177976 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13789/tid=13806] ppid=13787 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/13789/task/13806/stat : 13806 (java) S 13787 13789 11909 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340826320 3037372416 12181 33554432000 1073741824 1073778376 140735659055808 140331479722744 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13789/tid=13807] ppid=13787 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/13789/task/13807/stat : 13807 (java) S 13787 13789 11909 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340826320 3037372416 12181 33554432000 1073741824 1073778376 140735659055808 140331478670408 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13789/tid=13810] ppid=13787 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/13789/task/13810/stat : 13810 (java) S 13787 13789 11909 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340826329 3037372416 12181 33554432000 1073741824 1073778376 140735659055808 140331475510056 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13789/tid=13811] ppid=13787 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/13789/task/13811/stat : 13811 (java) S 13787 13789 11909 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340826329 3037372416 12181 33554432000 1073741824 1073778376 140735659055808 140331474457512 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 2966184

[startup+3.10073 s]
/proc/loadavg: 3.45 3.63 3.39 3/218 13813
/proc/meminfo: memFree=25769412/32873844 swapFree=7628/7628
[pid=13789] ppid=13787 vsize=2966184 CPUtime=0.82 cores=1,3,5,7
/proc/13789/stat : 13789 (java) S 13787 13789 11909 0 -1 4202496 8464 0 1 0 73 9 0 0 20 0 20 0 340826313 3037372416 14240 33554432000 1073741824 1073778376 140735659055808 140735659046944 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/13789/statm: 741546 14240 2228 9 0 732240 0
[pid=13789/tid=13791] ppid=13787 vsize=2966184 CPUtime=0.12 cores=1,3,5,7
/proc/13789/task/13791/stat : 13791 (java) S 13787 13789 11909 0 -1 4202560 2784 0 1 0 10 2 0 0 20 0 20 0 340826314 3037372416 14240 33554432000 1073741824 1073778376 140735659055808 140332512842904 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13789/tid=13792] ppid=13787 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/13789/task/13792/stat : 13792 (java) S 13787 13789 11909 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340826316 3037372416 14240 33554432000 1073741824 1073778376 140735659055808 140332497123752 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13789/tid=13793] ppid=13787 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/13789/task/13793/stat : 13793 (java) S 13787 13789 11909 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340826316 3037372416 14240 33554432000 1073741824 1073778376 140735659055808 140332496071208 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13789/tid=13794] ppid=13787 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/13789/task/13794/stat : 13794 (java) S 13787 13789 11909 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340826316 3037372416 14240 33554432000 1073741824 1073778376 140735659055808 140332495018152 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13789/tid=13795] ppid=13787 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/13789/task/13795/stat : 13795 (java) S 13787 13789 11909 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340826316 3037372416 14240 33554432000 1073741824 1073778376 140735659055808 140332493965608 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13789/tid=13796] ppid=13787 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/13789/task/13796/stat : 13796 (java) S 13787 13789 11909 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340826316 3037372416 14240 33554432000 1073741824 1073778376 140735659055808 140332492913576 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13789/tid=13797] ppid=13787 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/13789/task/13797/stat : 13797 (java) S 13787 13789 11909 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340826316 3037372416 14240 33554432000 1073741824 1073778376 140735659055808 140332491861032 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13789/tid=13798] ppid=13787 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/13789/task/13798/stat : 13798 (java) S 13787 13789 11909 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340826316 3037372416 14240 33554432000 1073741824 1073778376 140735659055808 140332490807976 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13789/tid=13799] ppid=13787 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/13789/task/13799/stat : 13799 (java) S 13787 13789 11909 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 20 0 340826316 3037372416 14240 33554432000 1073741824 1073778376 140735659055808 140332489755432 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13789/tid=13800] ppid=13787 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/13789/task/13800/stat : 13800 (java) S 13787 13789 11909 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 20 0 340826317 3037372416 14240 33554432000 1073741824 1073778376 140735659055808 140332359440744 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13789/tid=13801] ppid=13787 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/13789/task/13801/stat : 13801 (java) S 13787 13789 11909 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 20 0 340826317 3037372416 14240 33554432000 1073741824 1073778376 140735659055808 140332358387064 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13789/tid=13802] ppid=13787 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/13789/task/13802/stat : 13802 (java) S 13787 13789 11909 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340826317 3037372416 14240 33554432000 1073741824 1073778376 140735659055808 140332357333896 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13789/tid=13803] ppid=13787 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/13789/task/13803/stat : 13803 (java) S 13787 13789 11909 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340826320 3037372416 14240 33554432000 1073741824 1073778376 140735659055808 140332356282640 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13789/tid=13804] ppid=13787 vsize=2966184 CPUtime=0.2 cores=1,3,5,7
/proc/13789/task/13804/stat : 13804 (java) S 13787 13789 11909 0 -1 4202560 2072 0 0 0 20 0 0 0 20 0 20 0 340826320 3037372416 14240 33554432000 1073741824 1073778376 140735659055808 140332355230520 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13789/tid=13805] ppid=13787 vsize=2966184 CPUtime=0.18 cores=1,3,5,7
/proc/13789/task/13805/stat : 13805 (java) S 13787 13789 11909 0 -1 4202560 2272 0 0 0 18 0 0 0 20 0 20 0 340826320 3037372416 14240 33554432000 1073741824 1073778376 140735659055808 140332354177976 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13789/tid=13806] ppid=13787 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/13789/task/13806/stat : 13806 (java) S 13787 13789 11909 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340826320 3037372416 14240 33554432000 1073741824 1073778376 140735659055808 140331479722744 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13789/tid=13807] ppid=13787 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/13789/task/13807/stat : 13807 (java) S 13787 13789 11909 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340826320 3037372416 14240 33554432000 1073741824 1073778376 140735659055808 140331478670408 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13789/tid=13810] ppid=13787 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/13789/task/13810/stat : 13810 (java) S 13787 13789 11909 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340826329 3037372416 14240 33554432000 1073741824 1073778376 140735659055808 140331475510056 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13789/tid=13811] ppid=13787 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/13789/task/13811/stat : 13811 (java) S 13787 13789 11909 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340826329 3037372416 14240 33554432000 1073741824 1073778376 140735659055808 140331474457512 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.82
Current children cumulated vsize (KiB) 2966184
heavy processes:

[startup+6.30085 s]
/proc/loadavg: 3.33 3.61 3.38 3/218 13821
/proc/meminfo: memFree=25717776/32873844 swapFree=7628/7628
[pid=13789] ppid=13787 vsize=2966184 CPUtime=1.42 cores=1,3,5,7
/proc/13789/stat : 13789 (java) S 13787 13789 11909 0 -1 4202496 16754 0 1 0 125 17 0 0 20 0 20 0 340826313 3037372416 25790 33554432000 1073741824 1073778376 140735659055808 140735659046944 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/13789/statm: 741546 25790 2239 9 0 732240 0
[pid=13789/tid=13791] ppid=13787 vsize=2966184 CPUtime=0.12 cores=1,3,5,7
/proc/13789/task/13791/stat : 13791 (java) S 13787 13789 11909 0 -1 4202560 2786 0 1 0 10 2 0 0 20 0 20 0 340826314 3037372416 25790 33554432000 1073741824 1073778376 140735659055808 140332512842904 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13789/tid=13792] ppid=13787 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/13789/task/13792/stat : 13792 (java) S 13787 13789 11909 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340826316 3037372416 25790 33554432000 1073741824 1073778376 140735659055808 140332497123752 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13789/tid=13793] ppid=13787 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/13789/task/13793/stat : 13793 (java) S 13787 13789 11909 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340826316 3037372416 25790 33554432000 1073741824 1073778376 140735659055808 140332496071208 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13789/tid=13794] ppid=13787 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/13789/task/13794/stat : 13794 (java) S 13787 13789 11909 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340826316 3037372416 25790 33554432000 1073741824 1073778376 140735659055808 140332495018152 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13789/tid=13795] ppid=13787 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/13789/task/13795/stat : 13795 (java) S 13787 13789 11909 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340826316 3037372416 25790 33554432000 1073741824 1073778376 140735659055808 140332493965608 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13789/tid=13796] ppid=13787 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/13789/task/13796/stat : 13796 (java) S 13787 13789 11909 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340826316 3037372416 25790 33554432000 1073741824 1073778376 140735659055808 140332492913576 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13789/tid=13797] ppid=13787 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/13789/task/13797/stat : 13797 (java) S 13787 13789 11909 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340826316 3037372416 25790 33554432000 1073741824 1073778376 140735659055808 140332491861032 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13789/tid=13798] ppid=13787 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/13789/task/13798/stat : 13798 (java) S 13787 13789 11909 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340826316 3037372416 25790 33554432000 1073741824 1073778376 140735659055808 140332490807976 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13789/tid=13799] ppid=13787 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/13789/task/13799/stat : 13799 (java) S 13787 13789 11909 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 20 0 340826316 3037372416 25790 33554432000 1073741824 1073778376 140735659055808 140332489755432 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13789/tid=13800] ppid=13787 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/13789/task/13800/stat : 13800 (java) S 13787 13789 11909 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340826317 3037372416 25790 33554432000 1073741824 1073778376 140735659055808 140332359440744 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13789/tid=13801] ppid=13787 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/13789/task/13801/stat : 13801 (java) S 13787 13789 11909 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 20 0 340826317 3037372416 25790 33554432000 1073741824 1073778376 140735659055808 140332358387064 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13789/tid=13802] ppid=13787 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/13789/task/13802/stat : 13802 (java) S 13787 13789 11909 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340826317 3037372416 25790 33554432000 1073741824 1073778376 140735659055808 140332357333896 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13789/tid=13803] ppid=13787 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/13789/task/13803/stat : 13803 (java) S 13787 13789 11909 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340826320 3037372416 25790 33554432000 1073741824 1073778376 140735659055808 140332356282640 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13789/tid=13804] ppid=13787 vsize=2966184 CPUtime=0.35 cores=1,3,5,7
/proc/13789/task/13804/stat : 13804 (java) S 13787 13789 11909 0 -1 4202560 4255 0 0 0 35 0 0 0 20 0 20 0 340826320 3037372416 25790 33554432000 1073741824 1073778376 140735659055808 140332355230520 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13789/tid=13805] ppid=13787 vsize=2966184 CPUtime=0.47 cores=1,3,5,7
/proc/13789/task/13805/stat : 13805 (java) S 13787 13789 11909 0 -1 4202560 8331 0 0 0 45 2 0 0 20 0 20 0 340826320 3037372416 25790 33554432000 1073741824 1073778376 140735659055808 140332354177976 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13789/tid=13806] ppid=13787 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/13789/task/13806/stat : 13806 (java) S 13787 13789 11909 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340826320 3037372416 25790 33554432000 1073741824 1073778376 140735659055808 140331479722744 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13789/tid=13807] ppid=13787 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/13789/task/13807/stat : 13807 (java) S 13787 13789 11909 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 20 0 340826320 3037372416 25790 33554432000 1073741824 1073778376 140735659055808 140331478670408 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13789/tid=13810] ppid=13787 vsize=2966184 CPUtime=0 cores=1,3,5,7

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

[pid=13789/tid=13807] ppid=13787 vsize=2966184 CPUtime=0.03 cores=1,3,5,7
/proc/13789/task/13807/stat : 13807 (java) S 13787 13789 11909 0 -1 4202560 6 0 0 0 1 2 0 0 20 0 22 0 340826320 3037372416 140934 33554432000 1073741824 1073778376 140735659055808 140331478670408 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13789/tid=13810] ppid=13787 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/13789/task/13810/stat : 13810 (java) S 13787 13789 11909 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340826329 3037372416 140935 33554432000 1073741824 1073778376 140735659055808 140331475510056 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13789/tid=13811] ppid=13787 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/13789/task/13811/stat : 13811 (java) S 13787 13789 11909 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340826329 3037372416 140937 33554432000 1073741824 1073778376 140735659055808 140331474457512 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13789/tid=13906] ppid=13787 vsize=2966184 CPUtime=46.5 cores=1,3,5,7
/proc/13789/task/13906/stat : 13906 (java) S 13787 13789 11909 0 -1 4202560 44 0 0 0 4650 0 0 0 20 0 22 0 340829030 3037372416 140937 33554432000 1073741824 1073778376 140735659055808 140331476562888 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13789/tid=13907] ppid=13787 vsize=2966184 CPUtime=46.51 cores=1,3,5,7
/proc/13789/task/13907/stat : 13907 (java) S 13787 13789 11909 0 -1 4202560 14 0 0 0 4651 0 0 0 20 0 22 0 340829030 3037372416 140939 33554432000 1073741824 1073778376 140735659055808 140331477613768 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 125.21
Current children cumulated vsize (KiB) 2966184

[startup+79.9009 s]
/proc/loadavg: 3.74 3.66 3.42 5/219 13907
/proc/meminfo: memFree=25623104/32873844 swapFree=7628/7628
[pid=13789] ppid=13787 vsize=2966184 CPUtime=128.21 cores=1,3,5,7
/proc/13789/stat : 13789 (java) S 13787 13789 11909 0 -1 4202496 37391 0 1 0 12764 57 0 0 20 0 22 0 340826313 3037372416 141808 33554432000 1073741824 1073778376 140735659055808 140735659046944 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/13789/statm: 741546 141808 2276 9 0 732240 0
[pid=13789/tid=13791] ppid=13787 vsize=2966184 CPUtime=0.13 cores=1,3,5,7
/proc/13789/task/13791/stat : 13791 (java) S 13787 13789 11909 0 -1 4202560 2794 0 1 0 11 2 0 0 20 0 22 0 340826314 3037372416 141808 33554432000 1073741824 1073778376 140735659055808 140332512842904 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13789/tid=13792] ppid=13787 vsize=2966184 CPUtime=0.23 cores=1,3,5,7
/proc/13789/task/13792/stat : 13792 (java) S 13787 13789 11909 0 -1 4202560 34 0 0 0 23 0 0 0 20 0 22 0 340826316 3037372416 141808 33554432000 1073741824 1073778376 140735659055808 140332497123752 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13789/tid=13793] ppid=13787 vsize=2966184 CPUtime=0.22 cores=1,3,5,7
/proc/13789/task/13793/stat : 13793 (java) S 13787 13789 11909 0 -1 4202560 28 0 0 0 22 0 0 0 20 0 22 0 340826316 3037372416 141808 33554432000 1073741824 1073778376 140735659055808 140332496071208 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13789/tid=13794] ppid=13787 vsize=2966184 CPUtime=0.19 cores=1,3,5,7
/proc/13789/task/13794/stat : 13794 (java) S 13787 13789 11909 0 -1 4202560 20 0 0 0 19 0 0 0 20 0 22 0 340826316 3037372416 141808 33554432000 1073741824 1073778376 140735659055808 140332495018152 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13789/tid=13795] ppid=13787 vsize=2966184 CPUtime=0.21 cores=1,3,5,7
/proc/13789/task/13795/stat : 13795 (java) S 13787 13789 11909 0 -1 4202560 25 0 0 0 21 0 0 0 20 0 22 0 340826316 3037372416 141808 33554432000 1073741824 1073778376 140735659055808 140332493965608 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13789/tid=13796] ppid=13787 vsize=2966184 CPUtime=0.2 cores=1,3,5,7
/proc/13789/task/13796/stat : 13796 (java) S 13787 13789 11909 0 -1 4202560 31 0 0 0 20 0 0 0 20 0 22 0 340826316 3037372416 141808 33554432000 1073741824 1073778376 140735659055808 140332492913576 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13789/tid=13797] ppid=13787 vsize=2966184 CPUtime=0.21 cores=1,3,5,7
/proc/13789/task/13797/stat : 13797 (java) S 13787 13789 11909 0 -1 4202560 54 0 0 0 21 0 0 0 20 0 22 0 340826316 3037372416 141808 33554432000 1073741824 1073778376 140735659055808 140332491861032 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13789/tid=13798] ppid=13787 vsize=2966184 CPUtime=0.22 cores=1,3,5,7
/proc/13789/task/13798/stat : 13798 (java) S 13787 13789 11909 0 -1 4202560 37 0 0 0 22 0 0 0 20 0 22 0 340826316 3037372416 141808 33554432000 1073741824 1073778376 140735659055808 140332490807976 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13789/tid=13799] ppid=13787 vsize=2966184 CPUtime=0.2 cores=1,3,5,7
/proc/13789/task/13799/stat : 13799 (java) S 13787 13789 11909 0 -1 4202560 36 0 0 0 20 0 0 0 20 0 22 0 340826316 3037372416 141808 33554432000 1073741824 1073778376 140735659055808 140332489755432 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13789/tid=13800] ppid=13787 vsize=2966184 CPUtime=4.75 cores=1,3,5,7
/proc/13789/task/13800/stat : 13800 (java) S 13787 13789 11909 0 -1 4202560 67 0 0 0 471 4 0 0 20 0 22 0 340826317 3037372416 141808 33554432000 1073741824 1073778376 140735659055808 140332359440744 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13789/tid=13801] ppid=13787 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/13789/task/13801/stat : 13801 (java) S 13787 13789 11909 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 340826317 3037372416 141808 33554432000 1073741824 1073778376 140735659055808 140332358387064 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13789/tid=13802] ppid=13787 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/13789/task/13802/stat : 13802 (java) S 13787 13789 11909 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 340826317 3037372416 141808 33554432000 1073741824 1073778376 140735659055808 140332357333896 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13789/tid=13803] ppid=13787 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/13789/task/13803/stat : 13803 (java) S 13787 13789 11909 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340826320 3037372416 141808 33554432000 1073741824 1073778376 140735659055808 140332356282640 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13789/tid=13804] ppid=13787 vsize=2966184 CPUtime=0.84 cores=1,3,5,7
/proc/13789/task/13804/stat : 13804 (java) S 13787 13789 11909 0 -1 4202560 8405 0 0 0 82 2 0 0 20 0 22 0 340826320 3037372416 141808 33554432000 1073741824 1073778376 140735659055808 140332355230520 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13789/tid=13805] ppid=13787 vsize=2966184 CPUtime=2.9 cores=1,3,5,7
/proc/13789/task/13805/stat : 13805 (java) S 13787 13789 11909 0 -1 4202560 24158 0 0 0 285 5 0 0 20 0 22 0 340826320 3037372416 141808 33554432000 1073741824 1073778376 140735659055808 140332354177976 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13789/tid=13806] ppid=13787 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/13789/task/13806/stat : 13806 (java) S 13787 13789 11909 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340826320 3037372416 141808 33554432000 1073741824 1073778376 140735659055808 140331479722744 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13789/tid=13807] ppid=13787 vsize=2966184 CPUtime=0.03 cores=1,3,5,7
/proc/13789/task/13807/stat : 13807 (java) S 13787 13789 11909 0 -1 4202560 6 0 0 0 1 2 0 0 20 0 22 0 340826320 3037372416 141808 33554432000 1073741824 1073778376 140735659055808 140331478670408 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13789/tid=13810] ppid=13787 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/13789/task/13810/stat : 13810 (java) S 13787 13789 11909 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340826329 3037372416 141808 33554432000 1073741824 1073778376 140735659055808 140331475510056 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13789/tid=13811] ppid=13787 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/13789/task/13811/stat : 13811 (java) S 13787 13789 11909 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340826329 3037372416 141808 33554432000 1073741824 1073778376 140735659055808 140331474457512 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13789/tid=13906] ppid=13787 vsize=2966184 CPUtime=47.81 cores=1,3,5,7
/proc/13789/task/13906/stat : 13906 (java) R 13787 13789 11909 0 -1 4202560 46 0 0 0 4781 0 0 0 20 0 22 0 340829030 3037372416 141808 33554432000 1073741824 1073778376 140735659055808 140331476562888 140332369441918 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=13789/tid=13907] ppid=13787 vsize=2966184 CPUtime=47.82 cores=1,3,5,7
/proc/13789/task/13907/stat : 13907 (java) R 13787 13789 11909 0 -1 4202560 14 0 0 0 4782 0 0 0 20 0 22 0 340829030 3037372416 141808 33554432000 1073741824 1073778376 140735659055808 140331477613176 140332370043569 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 128.21
Current children cumulated vsize (KiB) 2966184

[startup+80.3077 s]
/proc/loadavg: 3.74 3.66 3.42 5/219 13907
/proc/meminfo: memFree=25623104/32873844 swapFree=7628/7628
[pid=13789] ppid=13787 vsize=2966184 CPUtime=129.04 cores=1,3,5,7
/proc/13789/stat : 13789 (java) S 13787 13789 11909 0 -1 4202496 37392 0 1 0 12847 57 0 0 20 0 22 0 340826313 3037372416 141338 33554432000 1073741824 1073778376 140735659055808 140735659046944 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/13789/statm: 741546 141338 2276 9 0 732240 0
[pid=13789/tid=13791] ppid=13787 vsize=2966184 CPUtime=0.13 cores=1,3,5,7
/proc/13789/task/13791/stat : 13791 (java) S 13787 13789 11909 0 -1 4202560 2794 0 1 0 11 2 0 0 20 0 22 0 340826314 3037372416 141338 33554432000 1073741824 1073778376 140735659055808 140332512842904 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13789/tid=13792] ppid=13787 vsize=2966184 CPUtime=0.23 cores=1,3,5,7
/proc/13789/task/13792/stat : 13792 (java) S 13787 13789 11909 0 -1 4202560 34 0 0 0 23 0 0 0 20 0 22 0 340826316 3037372416 141338 33554432000 1073741824 1073778376 140735659055808 140332497123752 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13789/tid=13793] ppid=13787 vsize=2966184 CPUtime=0.22 cores=1,3,5,7
/proc/13789/task/13793/stat : 13793 (java) S 13787 13789 11909 0 -1 4202560 28 0 0 0 22 0 0 0 20 0 22 0 340826316 3037372416 141338 33554432000 1073741824 1073778376 140735659055808 140332496071208 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13789/tid=13794] ppid=13787 vsize=2966184 CPUtime=0.19 cores=1,3,5,7
/proc/13789/task/13794/stat : 13794 (java) S 13787 13789 11909 0 -1 4202560 20 0 0 0 19 0 0 0 20 0 22 0 340826316 3037372416 141338 33554432000 1073741824 1073778376 140735659055808 140332495018152 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13789/tid=13795] ppid=13787 vsize=2966184 CPUtime=0.21 cores=1,3,5,7
/proc/13789/task/13795/stat : 13795 (java) S 13787 13789 11909 0 -1 4202560 25 0 0 0 21 0 0 0 20 0 22 0 340826316 3037372416 141338 33554432000 1073741824 1073778376 140735659055808 140332493965608 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13789/tid=13796] ppid=13787 vsize=2966184 CPUtime=0.2 cores=1,3,5,7
/proc/13789/task/13796/stat : 13796 (java) S 13787 13789 11909 0 -1 4202560 31 0 0 0 20 0 0 0 20 0 22 0 340826316 3037372416 141338 33554432000 1073741824 1073778376 140735659055808 140332492913576 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13789/tid=13797] ppid=13787 vsize=2966184 CPUtime=0.21 cores=1,3,5,7
/proc/13789/task/13797/stat : 13797 (java) S 13787 13789 11909 0 -1 4202560 54 0 0 0 21 0 0 0 20 0 22 0 340826316 3037372416 141338 33554432000 1073741824 1073778376 140735659055808 140332491861032 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13789/tid=13798] ppid=13787 vsize=2966184 CPUtime=0.22 cores=1,3,5,7
/proc/13789/task/13798/stat : 13798 (java) S 13787 13789 11909 0 -1 4202560 37 0 0 0 22 0 0 0 20 0 22 0 340826316 3037372416 141338 33554432000 1073741824 1073778376 140735659055808 140332490807976 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13789/tid=13799] ppid=13787 vsize=2966184 CPUtime=0.2 cores=1,3,5,7
/proc/13789/task/13799/stat : 13799 (java) S 13787 13789 11909 0 -1 4202560 36 0 0 0 20 0 0 0 20 0 22 0 340826316 3037372416 141338 33554432000 1073741824 1073778376 140735659055808 140332489755432 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13789/tid=13800] ppid=13787 vsize=2966184 CPUtime=4.75 cores=1,3,5,7
/proc/13789/task/13800/stat : 13800 (java) S 13787 13789 11909 0 -1 4202560 67 0 0 0 471 4 0 0 20 0 22 0 340826317 3037372416 141338 33554432000 1073741824 1073778376 140735659055808 140332359440744 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13789/tid=13801] ppid=13787 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/13789/task/13801/stat : 13801 (java) S 13787 13789 11909 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 340826317 3037372416 141338 33554432000 1073741824 1073778376 140735659055808 140332358387064 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13789/tid=13802] ppid=13787 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/13789/task/13802/stat : 13802 (java) S 13787 13789 11909 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 340826317 3037372416 141338 33554432000 1073741824 1073778376 140735659055808 140332357333896 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13789/tid=13803] ppid=13787 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/13789/task/13803/stat : 13803 (java) S 13787 13789 11909 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340826320 3037372416 141338 33554432000 1073741824 1073778376 140735659055808 140332356282640 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13789/tid=13804] ppid=13787 vsize=2966184 CPUtime=0.84 cores=1,3,5,7
/proc/13789/task/13804/stat : 13804 (java) S 13787 13789 11909 0 -1 4202560 8405 0 0 0 82 2 0 0 20 0 22 0 340826320 3037372416 141338 33554432000 1073741824 1073778376 140735659055808 140332355230520 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13789/tid=13805] ppid=13787 vsize=2966184 CPUtime=2.92 cores=1,3,5,7
/proc/13789/task/13805/stat : 13805 (java) S 13787 13789 11909 0 -1 4202560 24159 0 0 0 287 5 0 0 20 0 22 0 340826320 3037372416 141338 33554432000 1073741824 1073778376 140735659055808 140332354177976 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13789/tid=13806] ppid=13787 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/13789/task/13806/stat : 13806 (java) S 13787 13789 11909 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340826320 3037372416 141338 33554432000 1073741824 1073778376 140735659055808 140331479722744 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13789/tid=13807] ppid=13787 vsize=2966184 CPUtime=0.03 cores=1,3,5,7
/proc/13789/task/13807/stat : 13807 (java) S 13787 13789 11909 0 -1 4202560 6 0 0 0 1 2 0 0 20 0 22 0 340826320 3037372416 141338 33554432000 1073741824 1073778376 140735659055808 140331478670408 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13789/tid=13810] ppid=13787 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/13789/task/13810/stat : 13810 (java) S 13787 13789 11909 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340826329 3037372416 141338 33554432000 1073741824 1073778376 140735659055808 140331475510056 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13789/tid=13811] ppid=13787 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/13789/task/13811/stat : 13811 (java) S 13787 13789 11909 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340826329 3037372416 141338 33554432000 1073741824 1073778376 140735659055808 140331474457512 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13789/tid=13906] ppid=13787 vsize=2966184 CPUtime=48.22 cores=1,3,5,7
/proc/13789/task/13906/stat : 13906 (java) R 13787 13789 11909 0 -1 4202560 46 0 0 0 4822 0 0 0 20 0 22 0 340829030 3037372416 141338 33554432000 1073741824 1073778376 140735659055808 140331476562888 140332369442302 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=13789/tid=13907] ppid=13787 vsize=2966184 CPUtime=48.23 cores=1,3,5,7
/proc/13789/task/13907/stat : 13907 (java) R 13787 13789 11909 0 -1 4202560 14 0 0 0 4823 0 0 0 20 0 22 0 340829030 3037372416 141338 33554432000 1073741824 1073778376 140735659055808 140331477613176 140332369355814 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 129.04
Current children cumulated vsize (KiB) 2966184

[startup+80.7006 s]
/proc/loadavg: 3.74 3.66 3.42 5/219 13907
/proc/meminfo: memFree=25623104/32873844 swapFree=7628/7628
[pid=13789] ppid=13787 vsize=2966184 CPUtime=129.09 cores=1,3,5,7
/proc/13789/stat : 13789 (java) S 13787 13789 11909 0 -1 4202496 37392 0 1 0 12851 58 0 0 20 0 20 0 340826313 3037372416 141329 33554432000 1073741824 1073778376 140735659055808 140735659046944 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/13789/statm: 741546 141329 2276 9 0 732240 0
[pid=13789/tid=13791] ppid=13787 vsize=2966184 CPUtime=0.26 cores=1,3,5,7
/proc/13789/task/13791/stat : 13791 (java) R 13787 13789 11909 0 -1 4202560 2794 0 1 0 23 3 0 0 20 0 20 0 340826314 3037372416 141329 33554432000 1073741824 1073778376 140735659055808 140332512841288 140332370036158 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=13789/tid=13792] ppid=13787 vsize=2966184 CPUtime=0.23 cores=1,3,5,7
/proc/13789/task/13792/stat : 13792 (java) S 13787 13789 11909 0 -1 4202560 34 0 0 0 23 0 0 0 20 0 20 0 340826316 3037372416 141329 33554432000 1073741824 1073778376 140735659055808 140332497123752 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13789/tid=13793] ppid=13787 vsize=2966184 CPUtime=0.22 cores=1,3,5,7
/proc/13789/task/13793/stat : 13793 (java) S 13787 13789 11909 0 -1 4202560 28 0 0 0 22 0 0 0 20 0 20 0 340826316 3037372416 141329 33554432000 1073741824 1073778376 140735659055808 140332496071208 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13789/tid=13794] ppid=13787 vsize=2966184 CPUtime=0.19 cores=1,3,5,7
/proc/13789/task/13794/stat : 13794 (java) S 13787 13789 11909 0 -1 4202560 20 0 0 0 19 0 0 0 20 0 20 0 340826316 3037372416 141329 33554432000 1073741824 1073778376 140735659055808 140332495018152 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13789/tid=13795] ppid=13787 vsize=2966184 CPUtime=0.21 cores=1,3,5,7
/proc/13789/task/13795/stat : 13795 (java) S 13787 13789 11909 0 -1 4202560 25 0 0 0 21 0 0 0 20 0 20 0 340826316 3037372416 141329 33554432000 1073741824 1073778376 140735659055808 140332493965608 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13789/tid=13796] ppid=13787 vsize=2966184 CPUtime=0.2 cores=1,3,5,7
/proc/13789/task/13796/stat : 13796 (java) S 13787 13789 11909 0 -1 4202560 31 0 0 0 20 0 0 0 20 0 20 0 340826316 3037372416 141329 33554432000 1073741824 1073778376 140735659055808 140332492913576 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13789/tid=13797] ppid=13787 vsize=2966184 CPUtime=0.21 cores=1,3,5,7
/proc/13789/task/13797/stat : 13797 (java) S 13787 13789 11909 0 -1 4202560 54 0 0 0 21 0 0 0 20 0 20 0 340826316 3037372416 141329 33554432000 1073741824 1073778376 140735659055808 140332491861032 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13789/tid=13798] ppid=13787 vsize=2966184 CPUtime=0.22 cores=1,3,5,7
/proc/13789/task/13798/stat : 13798 (java) S 13787 13789 11909 0 -1 4202560 37 0 0 0 22 0 0 0 20 0 20 0 340826316 3037372416 141329 33554432000 1073741824 1073778376 140735659055808 140332490807976 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13789/tid=13799] ppid=13787 vsize=2966184 CPUtime=0.2 cores=1,3,5,7
/proc/13789/task/13799/stat : 13799 (java) S 13787 13789 11909 0 -1 4202560 36 0 0 0 20 0 0 0 20 0 20 0 340826316 3037372416 141329 33554432000 1073741824 1073778376 140735659055808 140332489755432 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13789/tid=13800] ppid=13787 vsize=2966184 CPUtime=4.75 cores=1,3,5,7
/proc/13789/task/13800/stat : 13800 (java) S 13787 13789 11909 0 -1 4202560 67 0 0 0 471 4 0 0 20 0 20 0 340826317 3037372416 141329 33554432000 1073741824 1073778376 140735659055808 140332359440744 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13789/tid=13801] ppid=13787 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/13789/task/13801/stat : 13801 (java) S 13787 13789 11909 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 340826317 3037372416 141329 33554432000 1073741824 1073778376 140735659055808 140332358387064 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13789/tid=13802] ppid=13787 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/13789/task/13802/stat : 13802 (java) S 13787 13789 11909 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 20 0 340826317 3037372416 141329 33554432000 1073741824 1073778376 140735659055808 140332357333896 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13789/tid=13803] ppid=13787 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/13789/task/13803/stat : 13803 (java) S 13787 13789 11909 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340826320 3037372416 141329 33554432000 1073741824 1073778376 140735659055808 140332356282640 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13789/tid=13804] ppid=13787 vsize=2966184 CPUtime=0.84 cores=1,3,5,7
/proc/13789/task/13804/stat : 13804 (java) S 13787 13789 11909 0 -1 4202560 8405 0 0 0 82 2 0 0 20 0 20 0 340826320 3037372416 141329 33554432000 1073741824 1073778376 140735659055808 140332355230520 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13789/tid=13805] ppid=13787 vsize=2966184 CPUtime=2.94 cores=1,3,5,7
/proc/13789/task/13805/stat : 13805 (java) S 13787 13789 11909 0 -1 4202560 24159 0 0 0 289 5 0 0 20 0 20 0 340826320 3037372416 141329 33554432000 1073741824 1073778376 140735659055808 140332354177976 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13789/tid=13806] ppid=13787 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/13789/task/13806/stat : 13806 (java) S 13787 13789 11909 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340826320 3037372416 141329 33554432000 1073741824 1073778376 140735659055808 140331479722744 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13789/tid=13807] ppid=13787 vsize=2966184 CPUtime=0.03 cores=1,3,5,7
/proc/13789/task/13807/stat : 13807 (java) S 13787 13789 11909 0 -1 4202560 6 0 0 0 1 2 0 0 20 0 20 0 340826320 3037372416 141329 33554432000 1073741824 1073778376 140735659055808 140331478670408 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13789/tid=13810] ppid=13787 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/13789/task/13810/stat : 13810 (java) S 13787 13789 11909 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340826329 3037372416 141329 33554432000 1073741824 1073778376 140735659055808 140331475510056 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13789/tid=13811] ppid=13787 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/13789/task/13811/stat : 13811 (java) S 13787 13789 11909 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340826329 3037372416 141329 33554432000 1073741824 1073778376 140735659055808 140331474457512 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 129.09
Current children cumulated vsize (KiB) 2966184

Child status: 30

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 0.0900135
#  lost CPU user time (s): 0.110006
#  lost CPU system time (s): -0.02

Real time (s): 80.7588
CPU time (s): 129.353
CPU user time (s): 128.702
CPU system time (s): 0.650898
CPU usage (%): 160.173
Max. virtual memory (cumulated for all children) (KiB): 2966184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 128.592
system time used= 0.670898
maximum resident set size= 568868
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37401
page faults= 1
swaps= 0
block input operations= 0
block output operations= 144
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4808
involuntary context switches= 4472

runsolver used 0.382941 second user time and 0.906862 second system time

The end

Launcher Data

Begin job on node145 at 2012-06-03 20:10:19
IDJOB=3734974
IDBENCH=2928
IDSOLVER=2324
FILE ID=node145/3734974-1338747019
RUNJOBID= node145-1338737268-11926
PBS_JOBID= 14636762
Free space on /tmp= 70924 MiB

SOLVER NAME= PB10: SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/market-split/normalized-opt-market-split_4_30_4.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3734974-1338747019/watcher-3734974-1338747019 -o /tmp/evaluation-result-3734974-1338747019/solver-3734974-1338747019 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3734974-1338747019.opb

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

MD5SUM BENCH= 1757d8d914b8f8f6b2c05049538ae81a
RANDOM SEED=1129340619

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.149
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.149
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.149
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5313.38
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.149
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.149
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.149
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.149
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.149
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.89
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        25810848 kB
Buffers:          447016 kB
Cached:          4814052 kB
SwapCached:            0 kB
Active:          2593396 kB
Inactive:        3602108 kB
Active(anon):     925512 kB
Inactive(anon):    10916 kB
Active(file):    1667884 kB
Inactive(file):  3591192 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               128 kB
Writeback:             0 kB
AnonPages:        941084 kB
Mapped:            22280 kB
Shmem:               200 kB
Slab:             725596 kB
SReclaimable:     166960 kB
SUnreclaim:       558636 kB
KernelStack:        1632 kB
PageTables:         6076 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1572424 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    882688 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70924 MiB
End job on node145 at 2012-06-03 20:11:40