Trace number 2691509

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 NameAnswerCPU timeWall clock time
SAT4J PB Resolution 2.2.0 2010-05-26Wrong Opt. 29.1096 27.9168

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111213868--soft-0-100-0.wbo
MD5SUM0635b24c475a73287c5e15439a6c459f
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark0.464929
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints101
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 4944
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 4943
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1199
Number of bits of the biggest sum of numbers11
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.06	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version 2.2.0.v20100526
0.00/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.07	c java.vm.name		Java HotSpot(TM) Server VM
0.00/0.07	c java.vm.version	11.2-b01
0.00/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.07	c sun.arch.data.model	32
0.00/0.07	c java.version		1.6.0_12
0.00/0.07	c os.name		Linux
0.00/0.07	c os.version		2.6.18-164.el5
0.00/0.07	c os.arch		i386
0.00/0.07	c Free memory 		1393557488
0.00/0.07	c Max memory 		1395916800
0.00/0.07	c Total memory 		1395916800
0.00/0.07	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c Stops conflict analysis at the first Unique Implication Point
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1764be1
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c Expensive reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-2691509-1277924276.wbo
0.11/0.10	c reading problem ... 
0.11/0.15	c ... done. Wall clock time 0.052s.
0.11/0.15	c #vars     270
0.11/0.15	c #constraints  101
0.11/0.15	c constraints type 
0.11/0.15	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 26
0.11/0.15	c org.sat4j.minisat.constraints.card.MinWatchCard => 74
0.11/0.15	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
0.31/0.24	c SATISFIABLE
0.31/0.24	c OPTIMIZING...
0.31/0.24	c Got one! Elapsed wall clock time (in seconds):0.143
0.31/0.24	o 574
0.60/0.31	c Got one! Elapsed wall clock time (in seconds):0.211
0.60/0.31	o 497
0.60/0.33	c Got one! Elapsed wall clock time (in seconds):0.23
0.60/0.33	o 366
0.60/0.37	c Got one! Elapsed wall clock time (in seconds):0.278
0.60/0.37	o 360
0.83/0.41	c Got one! Elapsed wall clock time (in seconds):0.317
0.83/0.41	o 344
0.83/0.44	c Got one! Elapsed wall clock time (in seconds):0.347
0.83/0.44	o 315
0.98/0.52	c Got one! Elapsed wall clock time (in seconds):0.428
0.98/0.52	o 297
0.98/0.59	c cleaning 2497 clauses out of 5000 with flag 5000/5000
1.11/0.60	c Got one! Elapsed wall clock time (in seconds):0.509
1.11/0.60	o 233
1.11/0.65	c Got one! Elapsed wall clock time (in seconds):0.55
1.11/0.65	o 230
1.11/0.69	c Got one! Elapsed wall clock time (in seconds):0.596
1.11/0.69	o 182
1.31/0.86	c Got one! Elapsed wall clock time (in seconds):0.767
1.31/0.86	o 169
1.44/0.91	c cleaning 4250 clauses out of 8503 with flag 11000/11000
1.65/1.16	c Got one! Elapsed wall clock time (in seconds):1.065
1.65/1.16	o 140
1.74/1.28	c cleaning 5623 clauses out of 11254 with flag 18001/18001
2.25/1.74	c cleaning 6814 clauses out of 13630 with flag 26000/26000
2.46/1.90	c Got one! Elapsed wall clock time (in seconds):1.805
2.46/1.90	o 128
2.77/2.27	c cleaning 7906 clauses out of 15816 with flag 35000/35000
3.16/2.62	c Got one! Elapsed wall clock time (in seconds):2.525
3.16/2.62	o 123
3.38/2.87	c cleaning 8950 clauses out of 17910 with flag 45000/45000
3.50/2.99	c Got one! Elapsed wall clock time (in seconds):2.892
3.50/2.99	o 105
3.91/3.36	c Got one! Elapsed wall clock time (in seconds):3.262
3.91/3.36	o 90
4.00/3.41	c cleaning 9476 clauses out of 18960 with flag 55000/55000
4.42/3.87	c cleaning 9741 clauses out of 19489 with flag 65005/65005
5.02/4.45	c cleaning 9869 clauses out of 19745 with flag 75002/75002
5.62/5.02	c cleaning 9933 clauses out of 19875 with flag 85001/85001
6.02/5.42	c Got one! Elapsed wall clock time (in seconds):5.327
6.02/5.42	o 76
6.25/5.63	c cleaning 9970 clauses out of 19943 with flag 95002/95002
6.75/6.14	c cleaning 9978 clauses out of 19971 with flag 105000/105000
6.95/6.30	c Got one! Elapsed wall clock time (in seconds):6.205
6.95/6.30	o 75
7.28/6.64	c cleaning 9994 clauses out of 19994 with flag 115001/115001
7.67/7.05	c Got one! Elapsed wall clock time (in seconds):6.954
7.67/7.05	o 72
7.77/7.13	c cleaning 9997 clauses out of 20001 with flag 125002/125002
8.17/7.53	c cleaning 9996 clauses out of 20002 with flag 135000/135000
8.67/8.04	c cleaning 10000 clauses out of 20007 with flag 145001/145001
9.18/8.58	c cleaning 9994 clauses out of 20006 with flag 155000/155000
9.78/9.10	c cleaning 10006 clauses out of 20013 with flag 165001/165001
9.78/9.16	c Got one! Elapsed wall clock time (in seconds):9.068
9.78/9.16	o 68
10.19/9.57	c cleaning 9998 clauses out of 20006 with flag 175000/175000
10.69/10.04	c cleaning 9998 clauses out of 20010 with flag 185002/185002
11.19/10.54	c cleaning 10001 clauses out of 20012 with flag 195002/195002
11.69/11.04	c cleaning 10000 clauses out of 20009 with flag 205000/205000
12.19/11.51	c cleaning 10001 clauses out of 20010 with flag 215001/215001
12.69/12.00	c cleaning 10000 clauses out of 20008 with flag 225000/225000
13.19/12.50	c cleaning 10000 clauses out of 20008 with flag 235000/235000
13.29/12.67	c Got one! Elapsed wall clock time (in seconds):12.579
13.29/12.67	o 65
13.59/12.99	c cleaning 10002 clauses out of 20009 with flag 245001/245001
14.09/13.42	c cleaning 9998 clauses out of 20006 with flag 255000/255000
14.49/13.83	c cleaning 9995 clauses out of 20008 with flag 265000/265000
14.99/14.32	c cleaning 10000 clauses out of 20014 with flag 275001/275001
14.99/14.36	c Got one! Elapsed wall clock time (in seconds):14.269
14.99/14.36	o 53
15.39/14.77	c cleaning 10003 clauses out of 20013 with flag 285000/285000
15.89/15.20	c cleaning 10002 clauses out of 20011 with flag 295001/295001
16.29/15.62	c cleaning 10000 clauses out of 20010 with flag 305002/305002
16.69/16.01	c Got one! Elapsed wall clock time (in seconds):15.916
16.69/16.01	o 35
16.87/16.16	c cleaning 10001 clauses out of 20008 with flag 315000/315000
17.48/16.56	c cleaning 9997 clauses out of 20007 with flag 325000/325000
17.98/17.01	c cleaning 10003 clauses out of 20012 with flag 335002/335002
18.08/17.15	c Got one! Elapsed wall clock time (in seconds):17.053
18.08/17.15	o 33
18.38/17.46	c cleaning 9999 clauses out of 20007 with flag 345000/345000
18.78/17.88	c cleaning 9996 clauses out of 20009 with flag 355001/355001
19.28/18.31	c cleaning 10001 clauses out of 20012 with flag 365000/365000
19.69/18.79	c cleaning 10001 clauses out of 20012 with flag 375001/375001
20.18/19.21	c cleaning 9999 clauses out of 20011 with flag 385001/385001
20.58/19.64	c cleaning 10001 clauses out of 20012 with flag 395001/395001
20.98/20.07	c cleaning 10004 clauses out of 20013 with flag 405003/405003
21.39/20.49	c cleaning 9999 clauses out of 20007 with flag 415001/415001
21.79/20.89	c cleaning 9999 clauses out of 20008 with flag 425001/425001
22.19/21.29	c cleaning 10000 clauses out of 20009 with flag 435001/435001
22.69/21.72	c cleaning 9999 clauses out of 20008 with flag 445000/445000
23.00/22.01	c Got one! Elapsed wall clock time (in seconds):21.912
23.00/22.01	o 24
23.22/22.26	c cleaning 9998 clauses out of 20010 with flag 455001/455001
23.72/22.72	c cleaning 10004 clauses out of 20013 with flag 465002/465002
24.13/23.16	c cleaning 9999 clauses out of 20008 with flag 475001/475001
24.52/23.58	c cleaning 10001 clauses out of 20009 with flag 485001/485001
25.04/24.01	c cleaning 9999 clauses out of 20007 with flag 495000/495000
25.44/24.42	c cleaning 10002 clauses out of 20008 with flag 505000/505000
25.84/24.86	c cleaning 9998 clauses out of 20007 with flag 515001/515001
26.24/25.28	c cleaning 9997 clauses out of 20008 with flag 525000/525000
26.74/25.73	c cleaning 9998 clauses out of 20011 with flag 535000/535000
27.14/26.18	c cleaning 10002 clauses out of 20013 with flag 545000/545000
27.54/26.60	c cleaning 10002 clauses out of 20012 with flag 555001/555001
28.04/27.03	c cleaning 10002 clauses out of 20011 with flag 565002/565002
28.60/27.50	c cleaning 9999 clauses out of 20007 with flag 575000/575000
29.00/27.89	c starts		: 177
29.00/27.89	c conflicts		: 583490
29.00/27.89	c decisions		: 829829
29.00/27.89	c propagations		: 14641223
29.00/27.89	c inspects		: 151337073
29.00/27.89	c learnt literals	: 6
29.00/27.89	c learnt binary clauses	: 19
29.00/27.89	c learnt ternary clauses	: 79
29.00/27.89	c learnt clauses	: 583483
29.00/27.89	c ignored clauses	: 0
29.00/27.89	c root simplifications	: 0
29.00/27.89	c removed literals (reason simplification)	: 5827705
29.00/27.89	c reason swapping (by a shorter reason)	: 0
29.00/27.89	c Calls to reduceDB	: 59
29.00/27.89	c number of reductions to clauses (during analyze)	: 0
29.00/27.89	c number of learned constraints concerned by reduction	: 0
29.00/27.89	c number of learning phase by resolution	: 0
29.00/27.89	c number of learning phase by cutting planes	: 0
29.00/27.89	c speed (assignments/second)	: 2488311.1828687964
29.00/27.89	c non guided choices	1473
29.00/27.89	c learnt constraints type 
29.00/27.89	c constraints type 
29.00/27.89	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 26
29.00/27.89	c org.sat4j.minisat.constraints.card.MinWatchCard => 74
29.00/27.89	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
29.00/27.89	s OPTIMUM FOUND
29.00/27.89	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 
29.00/27.89	c objective function=24
29.00/27.89	c Total wall clock time (in seconds): 27.797

Verifier Data

OK	24

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2691509-1277924276/watcher-2691509-1277924276 -o /tmp/evaluation-result-2691509-1277924276/solver-2691509-1277924276 -C 1800 -W 2000 -M 3800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2691509-1277924276.wbo 

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): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 3891200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 3942400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.26 2.09 2.03 3/196 6041
/proc/meminfo: memFree=31409992/32951124 swapFree=67111528/67111528
[pid=6041] ppid=6039 vsize=1700 CPUtime=0
/proc/6041/stat : 6041 (java) R 6039 6041 4592 0 -1 4194304 374 0 0 0 0 0 0 0 21 0 1 0 133855943 1740800 105 4089446400 134512640 134550932 4287973888 18446744073709551615 11094176 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/6041/statm: 458 113 88 10 0 63 0

[startup+0.078558 s]
/proc/loadavg: 2.26 2.09 2.03 3/196 6041
/proc/meminfo: memFree=31409992/32951124 swapFree=67111528/67111528
[pid=6041] ppid=6039 vsize=1528716 CPUtime=0.07
/proc/6041/stat : 6041 (java) S 6039 6041 4592 0 -1 4202496 4680 0 1 0 6 1 0 0 18 0 18 0 133855943 1565405184 4117 4089446400 134512640 134550932 4287973888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/6041/statm: 382179 4120 1323 10 0 379481 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1528716

[startup+0.100542 s]
/proc/loadavg: 2.26 2.09 2.03 3/196 6041
/proc/meminfo: memFree=31409992/32951124 swapFree=67111528/67111528
[pid=6041] ppid=6039 vsize=1529920 CPUtime=0.11
/proc/6041/stat : 6041 (java) S 6039 6041 4592 0 -1 4202496 5234 0 1 0 10 1 0 0 18 0 18 0 133855943 1566638080 4671 4089446400 134512640 134550932 4287973888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/6041/statm: 382480 4671 1348 10 0 379782 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 1529920

[startup+0.301498 s]
/proc/loadavg: 2.26 2.09 2.03 3/196 6041
/proc/meminfo: memFree=31409992/32951124 swapFree=67111528/67111528
[pid=6041] ppid=6039 vsize=1535896 CPUtime=0.6
/proc/6041/stat : 6041 (java) S 6039 6041 4592 0 -1 4202496 7760 0 1 0 59 1 0 0 18 0 19 0 133855943 1572757504 6660 4089446400 134512640 134550932 4287973888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/6041/statm: 383974 6660 1417 10 0 381276 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 1535896

[startup+0.700431 s]
/proc/loadavg: 2.26 2.09 2.03 3/196 6041
/proc/meminfo: memFree=31409992/32951124 swapFree=67111528/67111528
[pid=6041] ppid=6039 vsize=1535896 CPUtime=1.21
/proc/6041/stat : 6041 (java) S 6039 6041 4592 0 -1 4202496 9209 0 1 0 119 2 0 0 18 0 19 0 133855943 1572757504 8078 4089446400 134512640 134550932 4287973888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/6041/statm: 383974 8078 1440 10 0 381276 0
Current children cumulated CPU time (s) 1.21
Current children cumulated vsize (KiB) 1535896

[startup+1.50129 s]
/proc/loadavg: 2.26 2.09 2.03 3/215 6060
/proc/meminfo: memFree=31382136/32951124 swapFree=67111528/67111528
[pid=6041] ppid=6039 vsize=1535896 CPUtime=2.05
/proc/6041/stat : 6041 (java) S 6039 6041 4592 0 -1 4202496 9806 0 1 0 203 2 0 0 18 0 19 0 133855943 1572757504 8673 4089446400 134512640 134550932 4287973888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/6041/statm: 383974 8673 1440 10 0 381276 0
[pid=6041/tid=6043] ppid=6039 vsize=1535896 CPUtime=1.45
/proc/6041/task/6043/stat : 6043 (java) R 6039 6041 4592 0 -1 4202560 4955 0 1 0 144 1 0 0 19 0 19 0 133855943 1572757504 8673 4089446400 134512640 134550932 4287973888 18446744073709551615 4109353917 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=6041/tid=6044] ppid=6039 vsize=1535896 CPUtime=0
/proc/6041/task/6044/stat : 6044 (java) S 6039 6041 4592 0 -1 4202560 83 0 0 0 0 0 0 0 15 0 19 0 133855944 1572757504 8673 4089446400 134512640 134550932 4287973888 18446744073709551615 4294960144 0 4 0 16800975 18446604471129856768 0 0 -1 3 0 0 0
[pid=6041/tid=6045] ppid=6039 vsize=1535896 CPUtime=0
/proc/6041/task/6045/stat : 6045 (java) S 6039 6041 4592 0 -1 4202560 107 0 0 0 0 0 0 0 15 0 19 0 133855944 1572757504 8673 4089446400 134512640 134550932 4287973888 18446744073709551615 4294960144 0 4 0 16800975 18446604471129856768 0 0 -1 3 0 0 0
[pid=6041/tid=6046] ppid=6039 vsize=1535896 CPUtime=0
/proc/6041/task/6046/stat : 6046 (java) S 6039 6041 4592 0 -1 4202560 43 0 0 0 0 0 0 0 15 0 19 0 133855944 1572757504 8673 4089446400 134512640 134550932 4287973888 18446744073709551615 4294960144 0 4 0 16800975 18446604471129856768 0 0 -1 5 0 0 0
[pid=6041/tid=6047] ppid=6039 vsize=1535896 CPUtime=0
/proc/6041/task/6047/stat : 6047 (java) S 6039 6041 4592 0 -1 4202560 39 0 0 0 0 0 0 0 15 0 19 0 133855944 1572757504 8673 4089446400 134512640 134550932 4287973888 18446744073709551615 4294960144 0 4 0 16800975 18446604471129856768 0 0 -1 3 0 0 0
[pid=6041/tid=6048] ppid=6039 vsize=1535896 CPUtime=0
/proc/6041/task/6048/stat : 6048 (java) S 6039 6041 4592 0 -1 4202560 137 0 0 0 0 0 0 0 16 0 19 0 133855944 1572757504 8673 4089446400 134512640 134550932 4287973888 18446744073709551615 4294960144 0 4 0 16800975 18446604471129856768 0 0 -1 5 0 0 0
[pid=6041/tid=6049] ppid=6039 vsize=1535896 CPUtime=0
/proc/6041/task/6049/stat : 6049 (java) S 6039 6041 4592 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 133855944 1572757504 8673 4089446400 134512640 134550932 4287973888 18446744073709551615 4294960144 0 4 0 16800975 18446604471129856768 0 0 -1 3 0 0 0
[pid=6041/tid=6050] ppid=6039 vsize=1535896 CPUtime=0
/proc/6041/task/6050/stat : 6050 (java) S 6039 6041 4592 0 -1 4202560 80 0 0 0 0 0 0 0 15 0 19 0 133855944 1572757504 8673 4089446400 134512640 134550932 4287973888 18446744073709551615 4294960144 0 4 0 16800975 18446604471129856768 0 0 -1 3 0 0 0
[pid=6041/tid=6051] ppid=6039 vsize=1535896 CPUtime=0
/proc/6041/task/6051/stat : 6051 (java) S 6039 6041 4592 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 19 0 133855944 1572757504 8673 4089446400 134512640 134550932 4287973888 18446744073709551615 4294960144 0 4 0 16800975 18446604471129856768 0 0 -1 5 0 0 0
[pid=6041/tid=6052] ppid=6039 vsize=1535896 CPUtime=0.02
/proc/6041/task/6052/stat : 6052 (java) S 6039 6041 4592 0 -1 4202560 423 0 0 0 2 0 0 0 15 0 19 0 133855945 1572757504 8673 4089446400 134512640 134550932 4287973888 18446744073709551615 4294960144 0 0 0 16800975 18446604471129856768 0 0 -1 1 0 0 0
[pid=6041/tid=6053] ppid=6039 vsize=1535896 CPUtime=0
/proc/6041/task/6053/stat : 6053 (java) S 6039 6041 4592 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 19 0 133855945 1572757504 8673 4089446400 134512640 134550932 4287973888 18446744073709551615 4294960144 0 4 0 16800975 18446604471129856768 0 0 -1 1 0 0 0
[pid=6041/tid=6054] ppid=6039 vsize=1535896 CPUtime=0
/proc/6041/task/6054/stat : 6054 (java) S 6039 6041 4592 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 133855945 1572757504 8673 4089446400 134512640 134550932 4287973888 18446744073709551615 4294960144 0 4 0 16800975 18446604471129856768 0 0 -1 1 0 0 0
[pid=6041/tid=6055] ppid=6039 vsize=1535896 CPUtime=0
/proc/6041/task/6055/stat : 6055 (java) S 6039 6041 4592 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 19 0 133855947 1572757504 8673 4089446400 134512640 134550932 4287973888 18446744073709551615 4294960144 0 4 0 16800975 18446604471129856768 0 0 -1 1 0 0 0
[pid=6041/tid=6056] ppid=6039 vsize=1535896 CPUtime=0.29
/proc/6041/task/6056/stat : 6056 (java) S 6039 6041 4592 0 -1 4202560 1402 0 0 0 29 0 0 0 15 0 19 0 133855947 1572757504 8673 4089446400 134512640 134550932 4287973888 18446744073709551615 4294960144 0 4 0 16800975 18446604471129856768 0 0 -1 0 0 0 0
[pid=6041/tid=6057] ppid=6039 vsize=1535896 CPUtime=0.25
/proc/6041/task/6057/stat : 6057 (java) S 6039 6041 4592 0 -1 4202560 1364 0 0 0 25 0 0 0 15 0 19 0 133855947 1572757504 8673 4089446400 134512640 134550932 4287973888 18446744073709551615 4294960144 0 4 0 16800975 18446604471129856768 0 0 -1 7 0 0 0
[pid=6041/tid=6058] ppid=6039 vsize=1535896 CPUtime=0
/proc/6041/task/6058/stat : 6058 (java) S 6039 6041 4592 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 133855947 1572757504 8673 4089446400 134512640 134550932 4287973888 18446744073709551615 4294960144 0 4 0 16800975 18446604471129856768 0 0 -1 3 0 0 0
[pid=6041/tid=6059] ppid=6039 vsize=1535896 CPUtime=0
/proc/6041/task/6059/stat : 6059 (java) S 6039 6041 4592 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 133855947 1572757504 8673 4089446400 134512640 134550932 4287973888 18446744073709551615 4294960144 0 4 0 16800975 18446604471129856768 0 0 -1 3 0 0 0
[pid=6041/tid=6060] ppid=6039 vsize=1535896 CPUtime=0
/proc/6041/task/6060/stat : 6060 (java) S 6039 6041 4592 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 133855958 1572757504 8673 4089446400 134512640 134550932 4287973888 18446744073709551615 4294960144 0 4 0 16800975 18446604471129856768 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.05
Current children cumulated vsize (KiB) 1535896

[startup+3.10098 s]
/proc/loadavg: 2.24 2.08 2.03 3/215 6060
/proc/meminfo: memFree=31381052/32951124 swapFree=67111528/67111528
[pid=6041] ppid=6039 vsize=1535896 CPUtime=3.7
/proc/6041/stat : 6041 (java) S 6039 6041 4592 0 -1 4202496 10220 0 1 0 368 2 0 0 18 0 19 0 133855943 1572757504 9057 4089446400 134512640 134550932 4287973888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/6041/statm: 383974 9057 1442 10 0 381276 0
[pid=6041/tid=6043] ppid=6039 vsize=1535896 CPUtime=3.02
/proc/6041/task/6043/stat : 6043 (java) R 6039 6041 4592 0 -1 4202560 4956 0 1 0 301 1 0 0 19 0 19 0 133855943 1572757504 9057 4089446400 134512640 134550932 4287973888 18446744073709551615 4109353917 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=6041/tid=6044] ppid=6039 vsize=1535896 CPUtime=0
/proc/6041/task/6044/stat : 6044 (java) S 6039 6041 4592 0 -1 4202560 129 0 0 0 0 0 0 0 16 0 19 0 133855944 1572757504 9057 4089446400 134512640 134550932 4287973888 18446744073709551615 4294960144 0 4 0 16800975 18446604471129856768 0 0 -1 7 0 0 0
[pid=6041/tid=6045] ppid=6039 vsize=1535896 CPUtime=0
/proc/6041/task/6045/stat : 6045 (java) S 6039 6041 4592 0 -1 4202560 108 0 0 0 0 0 0 0 16 0 19 0 133855944 1572757504 9057 4089446400 134512640 134550932 4287973888 18446744073709551615 4294960144 0 4 0 16800975 18446604471129856768 0 0 -1 3 0 0 0
[pid=6041/tid=6046] ppid=6039 vsize=1535896 CPUtime=0
/proc/6041/task/6046/stat : 6046 (java) S 6039 6041 4592 0 -1 4202560 43 0 0 0 0 0 0 0 15 0 19 0 133855944 1572757504 9057 4089446400 134512640 134550932 4287973888 18446744073709551615 4294960144 0 4 0 16800975 18446604471129856768 0 0 -1 5 0 0 0
[pid=6041/tid=6047] ppid=6039 vsize=1535896 CPUtime=0
/proc/6041/task/6047/stat : 6047 (java) S 6039 6041 4592 0 -1 4202560 39 0 0 0 0 0 0 0 15 0 19 0 133855944 1572757504 9057 4089446400 134512640 134550932 4287973888 18446744073709551615 4294960144 0 4 0 16800975 18446604471129856768 0 0 -1 3 0 0 0
[pid=6041/tid=6048] ppid=6039 vsize=1535896 CPUtime=0
/proc/6041/task/6048/stat : 6048 (java) S 6039 6041 4592 0 -1 4202560 193 0 0 0 0 0 0 0 15 0 19 0 133855944 1572757504 9057 4089446400 134512640 134550932 4287973888 18446744073709551615 4294960144 0 4 0 16800975 18446604471129856768 0 0 -1 5 0 0 0
[pid=6041/tid=6049] ppid=6039 vsize=1535896 CPUtime=0
/proc/6041/task/6049/stat : 6049 (java) S 6039 6041 4592 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 19 0 133855944 1572757504 9057 4089446400 134512640 134550932 4287973888 18446744073709551615 4294960144 0 4 0 16800975 18446604471129856768 0 0 -1 3 0 0 0
[pid=6041/tid=6050] ppid=6039 vsize=1535896 CPUtime=0
/proc/6041/task/6050/stat : 6050 (java) S 6039 6041 4592 0 -1 4202560 123 0 0 0 0 0 0 0 16 0 19 0 133855944 1572757504 9057 4089446400 134512640 134550932 4287973888 18446744073709551615 4294960144 0 4 0 16800975 18446604471129856768 0 0 -1 3 0 0 0
[pid=6041/tid=6051] ppid=6039 vsize=1535896 CPUtime=0
/proc/6041/task/6051/stat : 6051 (java) S 6039 6041 4592 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 19 0 133855944 1572757504 9057 4089446400 134512640 134550932 4287973888 18446744073709551615 4294960144 0 4 0 16800975 18446604471129856768 0 0 -1 5 0 0 0
[pid=6041/tid=6052] ppid=6039 vsize=1535896 CPUtime=0.05
/proc/6041/task/6052/stat : 6052 (java) S 6039 6041 4592 0 -1 4202560 605 0 0 0 5 0 0 0 15 0 19 0 133855945 1572757504 9057 4089446400 134512640 134550932 4287973888 18446744073709551615 4294960144 0 0 0 16800975 18446604471129856768 0 0 -1 1 0 0 0
[pid=6041/tid=6053] ppid=6039 vsize=1535896 CPUtime=0
/proc/6041/task/6053/stat : 6053 (java) S 6039 6041 4592 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 19 0 133855945 1572757504 9057 4089446400 134512640 134550932 4287973888 18446744073709551615 4294960144 0 4 0 16800975 18446604471129856768 0 0 -1 1 0 0 0
[pid=6041/tid=6054] ppid=6039 vsize=1535896 CPUtime=0
/proc/6041/task/6054/stat : 6054 (java) S 6039 6041 4592 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 133855945 1572757504 9057 4089446400 134512640 134550932 4287973888 18446744073709551615 4294960144 0 4 0 16800975 18446604471129856768 0 0 -1 1 0 0 0
[pid=6041/tid=6055] ppid=6039 vsize=1535896 CPUtime=0
/proc/6041/task/6055/stat : 6055 (java) S 6039 6041 4592 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 19 0 133855947 1572757504 9057 4089446400 134512640 134550932 4287973888 18446744073709551615 4294960144 0 4 0 16800975 18446604471129856768 0 0 -1 1 0 0 0
[pid=6041/tid=6056] ppid=6039 vsize=1535896 CPUtime=0.33
/proc/6041/task/6056/stat : 6056 (java) S 6039 6041 4592 0 -1 4202560 1410 0 0 0 33 0 0 0 15 0 19 0 133855947 1572757504 9057 4089446400 134512640 134550932 4287973888 18446744073709551615 4294960144 0 4 0 16800975 18446604471129856768 0 0 -1 0 0 0 0
[pid=6041/tid=6057] ppid=6039 vsize=1535896 CPUtime=0.27
/proc/6041/task/6057/stat : 6057 (java) S 6039 6041 4592 0 -1 4202560 1395 0 0 0 27 0 0 0 15 0 19 0 133855947 1572757504 9057 4089446400 134512640 134550932 4287973888 18446744073709551615 4294960144 0 4 0 16800975 18446604471129856768 0 0 -1 7 0 0 0
[pid=6041/tid=6058] ppid=6039 vsize=1535896 CPUtime=0
/proc/6041/task/6058/stat : 6058 (java) S 6039 6041 4592 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 133855947 1572757504 9057 4089446400 134512640 134550932 4287973888 18446744073709551615 4294960144 0 4 0 16800975 18446604471129856768 0 0 -1 3 0 0 0
[pid=6041/tid=6059] ppid=6039 vsize=1535896 CPUtime=0
/proc/6041/task/6059/stat : 6059 (java) S 6039 6041 4592 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 133855947 1572757504 9057 4089446400 134512640 134550932 4287973888 18446744073709551615 4294960144 0 4 0 16800975 18446604471129856768 0 0 -1 3 0 0 0
[pid=6041/tid=6060] ppid=6039 vsize=1535896 CPUtime=0
/proc/6041/task/6060/stat : 6060 (java) S 6039 6041 4592 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 133855958 1572757504 9057 4089446400 134512640 134550932 4287973888 18446744073709551615 4294960144 0 4 0 16800975 18446604471129856768 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.7
Current children cumulated vsize (KiB) 1535896

[startup+6.30139 s]
/proc/loadavg: 2.24 2.08 2.03 3/215 6060
/proc/meminfo: memFree=31379192/32951124 swapFree=67111528/67111528
[pid=6041] ppid=6039 vsize=1535896 CPUtime=6.95
/proc/6041/stat : 6041 (java) S 6039 6041 4592 0 -1 4202496 10435 0 1 0 693 2 0 0 18 0 19 0 133855943 1572757504 9264 4089446400 134512640 134550932 4287973888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/6041/statm: 383974 9264 1442 10 0 381276 0
[pid=6041/tid=6043] ppid=6039 vsize=1535896 CPUtime=6.15
/proc/6041/task/6043/stat : 6043 (java) R 6039 6041 4592 0 -1 4202560 4963 0 1 0 614 1 0 0 25 0 19 0 133855943 1572757504 9264 4089446400 134512640 134550932 4287973888 18446744073709551615 4109285258 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=6041/tid=6044] ppid=6039 vsize=1535896 CPUtime=0
/proc/6041/task/6044/stat : 6044 (java) S 6039 6041 4592 0 -1 4202560 130 0 0 0 0 0 0 0 16 0 19 0 133855944 1572757504 9264 4089446400 134512640 134550932 4287973888 18446744073709551615 4294960144 0 4 0 16800975 18446604471129856768 0 0 -1 7 0 0 0
[pid=6041/tid=6045] ppid=6039 vsize=1535896 CPUtime=0
/proc/6041/task/6045/stat : 6045 (java) S 6039 6041 4592 0 -1 4202560 132 0 0 0 0 0 0 0 15 0 19 0 133855944 1572757504 9264 4089446400 134512640 134550932 4287973888 18446744073709551615 4294960144 0 4 0 16800975 18446604471129856768 0 0 -1 3 0 0 0
[pid=6041/tid=6046] ppid=6039 vsize=1535896 CPUtime=0
/proc/6041/task/6046/stat : 6046 (java) S 6039 6041 4592 0 -1 4202560 44 0 0 0 0 0 0 0 16 0 19 0 133855944 1572757504 9264 4089446400 134512640 134550932 4287973888 18446744073709551615 4294960144 0 4 0 16800975 18446604471129856768 0 0 -1 5 0 0 0
[pid=6041/tid=6047] ppid=6039 vsize=1535896 CPUtime=0
/proc/6041/task/6047/stat : 6047 (java) S 6039 6041 4592 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 19 0 133855944 1572757504 9264 4089446400 134512640 134550932 4287973888 18446744073709551615 4294960144 0 4 0 16800975 18446604471129856768 0 0 -1 5 0 0 0
[pid=6041/tid=6048] ppid=6039 vsize=1535896 CPUtime=0
/proc/6041/task/6048/stat : 6048 (java) S 6039 6041 4592 0 -1 4202560 219 0 0 0 0 0 0 0 15 0 19 0 133855944 1572757504 9264 4089446400 134512640 134550932 4287973888 18446744073709551615 4294960144 0 4 0 16800975 18446604471129856768 0 0 -1 5 0 0 0
[pid=6041/tid=6049] ppid=6039 vsize=1535896 CPUtime=0
/proc/6041/task/6049/stat : 6049 (java) S 6039 6041 4592 0 -1 4202560 51 0 0 0 0 0 0 0 15 0 19 0 133855944 1572757504 9264 4089446400 134512640 134550932 4287973888 18446744073709551615 4294960144 0 4 0 16800975 18446604471129856768 0 0 -1 3 0 0 0
[pid=6041/tid=6050] ppid=6039 vsize=1535896 CPUtime=0
/proc/6041/task/6050/stat : 6050 (java) S 6039 6041 4592 0 -1 4202560 123 0 0 0 0 0 0 0 16 0 19 0 133855944 1572757504 9264 4089446400 134512640 134550932 4287973888 18446744073709551615 4294960144 0 4 0 16800975 18446604471129856768 0 0 -1 3 0 0 0
[pid=6041/tid=6051] ppid=6039 vsize=1535896 CPUtime=0
/proc/6041/task/6051/stat : 6051 (java) S 6039 6041 4592 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 19 0 133855944 1572757504 9264 4089446400 134512640 134550932 4287973888 18446744073709551615 4294960144 0 4 0 16800975 18446604471129856768 0 0 -1 5 0 0 0
[pid=6041/tid=6052] ppid=6039 vsize=1535896 CPUtime=0.1
/proc/6041/task/6052/stat : 6052 (java) S 6039 6041 4592 0 -1 4202560 743 0 0 0 10 0 0 0 15 0 19 0 133855945 1572757504 9264 4089446400 134512640 134550932 4287973888 18446744073709551615 4294960144 0 0 0 16800975 18446604471129856768 0 0 -1 1 0 0 0
[pid=6041/tid=6053] ppid=6039 vsize=1535896 CPUtime=0
/proc/6041/task/6053/stat : 6053 (java) S 6039 6041 4592 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 19 0 133855945 1572757504 9264 4089446400 134512640 134550932 4287973888 18446744073709551615 4294960144 0 4 0 16800975 18446604471129856768 0 0 -1 1 0 0 0
[pid=6041/tid=6054] ppid=6039 vsize=1535896 CPUtime=0
/proc/6041/task/6054/stat : 6054 (java) S 6039 6041 4592 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 133855945 1572757504 9264 4089446400 134512640 134550932 4287973888 18446744073709551615 4294960144 0 4 0 16800975 18446604471129856768 0 0 -1 1 0 0 0
[pid=6041/tid=6055] ppid=6039 vsize=1535896 CPUtime=0
/proc/6041/task/6055/stat : 6055 (java) S 6039 6041 4592 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 19 0 133855947 1572757504 9264 4089446400 134512640 134550932 4287973888 18446744073709551615 4294960144 0 4 0 16800975 18446604471129856768 0 0 -1 1 0 0 0
[pid=6041/tid=6056] ppid=6039 vsize=1535896 CPUtime=0.38
/proc/6041/task/6056/stat : 6056 (java) S 6039 6041 4592 0 -1 4202560 1417 0 0 0 38 0 0 0 15 0 19 0 133855947 1572757504 9264 4089446400 134512640 134550932 4287973888 18446744073709551615 4294960144 0 4 0 16800975 18446604471129856768 0 0 -1 0 0 0 0
[pid=6041/tid=6057] ppid=6039 vsize=1535896 CPUtime=0.27
/proc/6041/task/6057/stat : 6057 (java) S 6039 6041 4592 0 -1 4202560 1395 0 0 0 27 0 0 0 15 0 19 0 133855947 1572757504 9264 4089446400 134512640 134550932 4287973888 18446744073709551615 4294960144 0 4 0 16800975 18446604471129856768 0 0 -1 7 0 0 0
[pid=6041/tid=6058] ppid=6039 vsize=1535896 CPUtime=0
/proc/6041/task/6058/stat : 6058 (java) S 6039 6041 4592 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 133855947 1572757504 9264 4089446400 134512640 134550932 4287973888 18446744073709551615 4294960144 0 4 0 16800975 18446604471129856768 0 0 -1 3 0 0 0
[pid=6041/tid=6059] ppid=6039 vsize=1535896 CPUtime=0
/proc/6041/task/6059/stat : 6059 (java) S 6039 6041 4592 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 133855947 1572757504 9264 4089446400 134512640 134550932 4287973888 18446744073709551615 4294960144 0 4 0 16800975 18446604471129856768 0 0 -1 3 0 0 0
[pid=6041/tid=6060] ppid=6039 vsize=1535896 CPUtime=0
/proc/6041/task/6060/stat : 6060 (java) S 6039 6041 4592 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 133855958 1572757504 9264 4089446400 134512640 134550932 4287973888 18446744073709551615 4294960144 0 4 0 16800975 18446604471129856768 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 6.95
Current children cumulated vsize (KiB) 1535896

[startup+12.7012 s]
/proc/loadavg: 2.20 2.08 2.02 3/215 6060
/proc/meminfo: memFree=31369768/32951124 swapFree=67111528/67111528
[pid=6041] ppid=6039 vsize=1535896 CPUtime=13.39
/proc/6041/stat : 6041 (java) S 6039 6041 4592 0 -1 4202496 10550 0 1 0 1336 3 0 0 18 0 19 0 133855943 1572757504 9366 4089446400 134512640 134550932 4287973888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/6041/statm: 383974 9366 1443 10 0 381276 0
[pid=6041/tid=6043] ppid=6039 vsize=1535896 CPUtime=12.4
/proc/6041/task/6043/stat : 6043 (java) R 6039 6041 4592 0 -1 4202560 4977 0 1 0 1239 1 0 0 25 0 19 0 133855943 1572757504 9366 4089446400 134512640 134550932 4287973888 18446744073709551615 4109289048 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=6041/tid=6044] ppid=6039 vsize=1535896 CPUtime=0
/proc/6041/task/6044/stat : 6044 (java) S 6039 6041 4592 0 -1 4202560 130 0 0 0 0 0 0 0 15 0 19 0 133855944 1572757504 9366 4089446400 134512640 134550932 4287973888 18446744073709551615 4294960144 0 4 0 16800975 18446604471129856768 0 0 -1 3 0 0 0

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

/proc/6041/task/6045/stat : 6045 (java) S 6039 6041 4592 0 -1 4202560 133 0 0 0 1 0 0 0 15 0 19 0 133855944 1576427520 10479 4089446400 134512640 134550932 4287973888 18446744073709551615 4294960144 0 4 0 16800975 18446604471129856768 0 0 -1 5 0 0 0
[pid=6041/tid=6046] ppid=6039 vsize=1539480 CPUtime=0
/proc/6041/task/6046/stat : 6046 (java) S 6039 6041 4592 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 19 0 133855944 1576427520 10479 4089446400 134512640 134550932 4287973888 18446744073709551615 4294960144 0 4 0 16800975 18446604471129856768 0 0 -1 3 0 0 0
[pid=6041/tid=6047] ppid=6039 vsize=1539480 CPUtime=0.01
/proc/6041/task/6047/stat : 6047 (java) S 6039 6041 4592 0 -1 4202560 48 0 0 0 1 0 0 0 16 0 19 0 133855944 1576427520 10479 4089446400 134512640 134550932 4287973888 18446744073709551615 4294960144 0 4 0 16800975 18446604471129856768 0 0 -1 3 0 0 0
[pid=6041/tid=6048] ppid=6039 vsize=1539480 CPUtime=0.01
/proc/6041/task/6048/stat : 6048 (java) S 6039 6041 4592 0 -1 4202560 221 0 0 0 1 0 0 0 16 0 19 0 133855944 1576427520 10479 4089446400 134512640 134550932 4287973888 18446744073709551615 4294960144 0 4 0 16800975 18446604471129856768 0 0 -1 1 0 0 0
[pid=6041/tid=6049] ppid=6039 vsize=1539480 CPUtime=0.01
/proc/6041/task/6049/stat : 6049 (java) S 6039 6041 4592 0 -1 4202560 52 0 0 0 1 0 0 0 15 0 19 0 133855944 1576427520 10479 4089446400 134512640 134550932 4287973888 18446744073709551615 4294960144 0 4 0 16800975 18446604471129856768 0 0 -1 5 0 0 0
[pid=6041/tid=6050] ppid=6039 vsize=1539480 CPUtime=0.01
/proc/6041/task/6050/stat : 6050 (java) S 6039 6041 4592 0 -1 4202560 125 0 0 0 1 0 0 0 15 0 19 0 133855944 1576427520 10479 4089446400 134512640 134550932 4287973888 18446744073709551615 4294960144 0 4 0 16800975 18446604471129856768 0 0 -1 1 0 0 0
[pid=6041/tid=6051] ppid=6039 vsize=1539480 CPUtime=0.01
/proc/6041/task/6051/stat : 6051 (java) S 6039 6041 4592 0 -1 4202560 106 0 0 0 1 0 0 0 16 0 19 0 133855944 1576427520 10479 4089446400 134512640 134550932 4287973888 18446744073709551615 4294960144 0 4 0 16800975 18446604471129856768 0 0 -1 3 0 0 0
[pid=6041/tid=6052] ppid=6039 vsize=1539480 CPUtime=0.54
/proc/6041/task/6052/stat : 6052 (java) S 6039 6041 4592 0 -1 4202560 995 0 0 0 53 1 0 0 15 0 19 0 133855945 1576427520 10479 4089446400 134512640 134550932 4287973888 18446744073709551615 4294960144 0 0 0 16800975 18446604471129856768 0 0 -1 7 0 0 0
[pid=6041/tid=6053] ppid=6039 vsize=1539480 CPUtime=0
/proc/6041/task/6053/stat : 6053 (java) S 6039 6041 4592 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 19 0 133855945 1576427520 10479 4089446400 134512640 134550932 4287973888 18446744073709551615 4294960144 0 4 0 16800975 18446604471129856768 0 0 -1 1 0 0 0
[pid=6041/tid=6054] ppid=6039 vsize=1539480 CPUtime=0
/proc/6041/task/6054/stat : 6054 (java) S 6039 6041 4592 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 133855945 1576427520 10479 4089446400 134512640 134550932 4287973888 18446744073709551615 4294960144 0 4 0 16800975 18446604471129856768 0 0 -1 1 0 0 0
[pid=6041/tid=6055] ppid=6039 vsize=1539480 CPUtime=0
/proc/6041/task/6055/stat : 6055 (java) S 6039 6041 4592 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 19 0 133855947 1576427520 10479 4089446400 134512640 134550932 4287973888 18446744073709551615 4294960144 0 4 0 16800975 18446604471129856768 0 0 -1 1 0 0 0
[pid=6041/tid=6056] ppid=6039 vsize=1539480 CPUtime=0.71
/proc/6041/task/6056/stat : 6056 (java) S 6039 6041 4592 0 -1 4202560 4991 0 0 0 71 0 0 0 15 0 19 0 133855947 1576427520 10479 4089446400 134512640 134550932 4287973888 18446744073709551615 4294960144 0 4 0 16800975 18446604471129856768 0 0 -1 0 0 0 0
[pid=6041/tid=6057] ppid=6039 vsize=1539480 CPUtime=0.28
/proc/6041/task/6057/stat : 6057 (java) S 6039 6041 4592 0 -1 4202560 1396 0 0 0 28 0 0 0 15 0 19 0 133855947 1576427520 10479 4089446400 134512640 134550932 4287973888 18446744073709551615 4294960144 0 4 0 16800975 18446604471129856768 0 0 -1 7 0 0 0
[pid=6041/tid=6058] ppid=6039 vsize=1539480 CPUtime=0
/proc/6041/task/6058/stat : 6058 (java) S 6039 6041 4592 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 133855947 1576427520 10479 4089446400 134512640 134550932 4287973888 18446744073709551615 4294960144 0 4 0 16800975 18446604471129856768 0 0 -1 3 0 0 0
[pid=6041/tid=6059] ppid=6039 vsize=1539480 CPUtime=0
/proc/6041/task/6059/stat : 6059 (java) S 6039 6041 4592 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 133855947 1576427520 10479 4089446400 134512640 134550932 4287973888 18446744073709551615 4294960144 0 4 0 16800975 18446604471129856768 0 0 -1 3 0 0 0
[pid=6041/tid=6060] ppid=6039 vsize=1539480 CPUtime=0
/proc/6041/task/6060/stat : 6060 (java) S 6039 6041 4592 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 133855958 1576427520 10479 4089446400 134512640 134550932 4287973888 18446744073709551615 4294960144 0 4 0 16800975 18446604471129856768 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 26.54
Current children cumulated vsize (KiB) 1539480

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

[startup+27.1005 s]
/proc/loadavg: 2.17 2.08 2.02 3/215 6060
/proc/meminfo: memFree=31369088/32951124 swapFree=67111528/67111528
[pid=6041] ppid=6039 vsize=1535580 CPUtime=28.14
/proc/6041/stat : 6041 (java) S 6039 6041 4592 0 -1 4202496 14335 0 1 0 2810 4 0 0 18 0 19 0 133855943 1572433920 9523 4089446400 134512640 134550932 4287973888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/6041/statm: 383895 9523 1443 10 0 381197 0
[pid=6041/tid=6043] ppid=6039 vsize=1535580 CPUtime=26.42
/proc/6041/task/6043/stat : 6043 (java) R 6039 6041 4592 0 -1 4202560 5009 0 1 0 2641 1 0 0 17 0 19 0 133855943 1572433920 9523 4089446400 134512640 134550932 4287973888 18446744073709551615 4109285311 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=6041/tid=6044] ppid=6039 vsize=1535580 CPUtime=0.02
/proc/6041/task/6044/stat : 6044 (java) S 6039 6041 4592 0 -1 4202560 131 0 0 0 2 0 0 0 16 0 19 0 133855944 1572433920 9523 4089446400 134512640 134550932 4287973888 18446744073709551615 4294960144 0 4 0 16800975 18446604471129856768 0 0 -1 5 0 0 0
[pid=6041/tid=6045] ppid=6039 vsize=1535580 CPUtime=0.01
/proc/6041/task/6045/stat : 6045 (java) S 6039 6041 4592 0 -1 4202560 133 0 0 0 1 0 0 0 15 0 19 0 133855944 1572433920 9523 4089446400 134512640 134550932 4287973888 18446744073709551615 4294960144 0 4 0 16800975 18446604471129856768 0 0 -1 1 0 0 0
[pid=6041/tid=6046] ppid=6039 vsize=1535580 CPUtime=0.01
/proc/6041/task/6046/stat : 6046 (java) S 6039 6041 4592 0 -1 4202560 46 0 0 0 1 0 0 0 15 0 19 0 133855944 1572433920 9523 4089446400 134512640 134550932 4287973888 18446744073709551615 4294960144 0 4 0 16800975 18446604471129856768 0 0 -1 5 0 0 0
[pid=6041/tid=6047] ppid=6039 vsize=1535580 CPUtime=0.01
/proc/6041/task/6047/stat : 6047 (java) S 6039 6041 4592 0 -1 4202560 48 0 0 0 1 0 0 0 15 0 19 0 133855944 1572433920 9523 4089446400 134512640 134550932 4287973888 18446744073709551615 4294960144 0 4 0 16800975 18446604471129856768 0 0 -1 3 0 0 0
[pid=6041/tid=6048] ppid=6039 vsize=1535580 CPUtime=0.01
/proc/6041/task/6048/stat : 6048 (java) S 6039 6041 4592 0 -1 4202560 221 0 0 0 1 0 0 0 15 0 19 0 133855944 1572433920 9523 4089446400 134512640 134550932 4287973888 18446744073709551615 4294960144 0 4 0 16800975 18446604471129856768 0 0 -1 1 0 0 0
[pid=6041/tid=6049] ppid=6039 vsize=1535580 CPUtime=0.01
/proc/6041/task/6049/stat : 6049 (java) S 6039 6041 4592 0 -1 4202560 52 0 0 0 1 0 0 0 15 0 19 0 133855944 1572433920 9523 4089446400 134512640 134550932 4287973888 18446744073709551615 4294960144 0 4 0 16800975 18446604471129856768 0 0 -1 5 0 0 0
[pid=6041/tid=6050] ppid=6039 vsize=1535580 CPUtime=0.01
/proc/6041/task/6050/stat : 6050 (java) S 6039 6041 4592 0 -1 4202560 125 0 0 0 1 0 0 0 16 0 19 0 133855944 1572433920 9523 4089446400 134512640 134550932 4287973888 18446744073709551615 4294960144 0 4 0 16800975 18446604471129856768 0 0 -1 1 0 0 0
[pid=6041/tid=6051] ppid=6039 vsize=1535580 CPUtime=0.01
/proc/6041/task/6051/stat : 6051 (java) S 6039 6041 4592 0 -1 4202560 106 0 0 0 1 0 0 0 16 0 19 0 133855944 1572433920 9523 4089446400 134512640 134550932 4287973888 18446744073709551615 4294960144 0 4 0 16800975 18446604471129856768 0 0 -1 3 0 0 0
[pid=6041/tid=6052] ppid=6039 vsize=1535580 CPUtime=0.58
/proc/6041/task/6052/stat : 6052 (java) S 6039 6041 4592 0 -1 4202560 1010 0 0 0 57 1 0 0 15 0 19 0 133855945 1572433920 9523 4089446400 134512640 134550932 4287973888 18446744073709551615 4294960144 0 0 0 16800975 18446604471129856768 0 0 -1 7 0 0 0
[pid=6041/tid=6053] ppid=6039 vsize=1535580 CPUtime=0
/proc/6041/task/6053/stat : 6053 (java) S 6039 6041 4592 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 19 0 133855945 1572433920 9523 4089446400 134512640 134550932 4287973888 18446744073709551615 4294960144 0 4 0 16800975 18446604471129856768 0 0 -1 1 0 0 0
[pid=6041/tid=6054] ppid=6039 vsize=1535580 CPUtime=0
/proc/6041/task/6054/stat : 6054 (java) S 6039 6041 4592 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 133855945 1572433920 9523 4089446400 134512640 134550932 4287973888 18446744073709551615 4294960144 0 4 0 16800975 18446604471129856768 0 0 -1 1 0 0 0
[pid=6041/tid=6055] ppid=6039 vsize=1535580 CPUtime=0
/proc/6041/task/6055/stat : 6055 (java) S 6039 6041 4592 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 19 0 133855947 1572433920 9523 4089446400 134512640 134550932 4287973888 18446744073709551615 4294960144 0 4 0 16800975 18446604471129856768 0 0 -1 1 0 0 0
[pid=6041/tid=6056] ppid=6039 vsize=1535580 CPUtime=0.71
/proc/6041/task/6056/stat : 6056 (java) S 6039 6041 4592 0 -1 4202560 4991 0 0 0 71 0 0 0 15 0 19 0 133855947 1572433920 9523 4089446400 134512640 134550932 4287973888 18446744073709551615 4294960144 0 4 0 16800975 18446604471129856768 0 0 -1 0 0 0 0
[pid=6041/tid=6057] ppid=6039 vsize=1535580 CPUtime=0.28
/proc/6041/task/6057/stat : 6057 (java) S 6039 6041 4592 0 -1 4202560 1396 0 0 0 28 0 0 0 15 0 19 0 133855947 1572433920 9523 4089446400 134512640 134550932 4287973888 18446744073709551615 4294960144 0 4 0 16800975 18446604471129856768 0 0 -1 7 0 0 0
[pid=6041/tid=6058] ppid=6039 vsize=1535580 CPUtime=0
/proc/6041/task/6058/stat : 6058 (java) S 6039 6041 4592 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 133855947 1572433920 9523 4089446400 134512640 134550932 4287973888 18446744073709551615 4294960144 0 4 0 16800975 18446604471129856768 0 0 -1 3 0 0 0
[pid=6041/tid=6059] ppid=6039 vsize=1535580 CPUtime=0
/proc/6041/task/6059/stat : 6059 (java) S 6039 6041 4592 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 133855947 1572433920 9523 4089446400 134512640 134550932 4287973888 18446744073709551615 4294960144 0 4 0 16800975 18446604471129856768 0 0 -1 3 0 0 0
[pid=6041/tid=6060] ppid=6039 vsize=1535580 CPUtime=0
/proc/6041/task/6060/stat : 6060 (java) S 6039 6041 4592 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 133855958 1572433920 9523 4089446400 134512640 134550932 4287973888 18446744073709551615 4294960144 0 4 0 16800975 18446604471129856768 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 28.14
Current children cumulated vsize (KiB) 1535580

[startup+27.5064 s]
/proc/loadavg: 2.16 2.08 2.02 3/215 6060
/proc/meminfo: memFree=31369088/32951124 swapFree=67111528/67111528
[pid=6041] ppid=6039 vsize=1535580 CPUtime=28.6
/proc/6041/stat : 6041 (java) S 6039 6041 4592 0 -1 4202496 14436 0 1 0 2856 4 0 0 18 0 19 0 133855943 1572433920 9624 4089446400 134512640 134550932 4287973888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/6041/statm: 383895 9624 1443 10 0 381197 0
[pid=6041/tid=6043] ppid=6039 vsize=1535580 CPUtime=26.82
/proc/6041/task/6043/stat : 6043 (java) R 6039 6041 4592 0 -1 4202560 5012 0 1 0 2681 1 0 0 18 0 19 0 133855943 1572433920 9624 4089446400 134512640 134550932 4287973888 18446744073709551615 4109525136 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=6041/tid=6044] ppid=6039 vsize=1535580 CPUtime=0.02
/proc/6041/task/6044/stat : 6044 (java) S 6039 6041 4592 0 -1 4202560 131 0 0 0 2 0 0 0 16 0 19 0 133855944 1572433920 9624 4089446400 134512640 134550932 4287973888 18446744073709551615 4294960144 0 4 0 16800975 18446604471129856768 0 0 -1 5 0 0 0
[pid=6041/tid=6045] ppid=6039 vsize=1535580 CPUtime=0.01
/proc/6041/task/6045/stat : 6045 (java) S 6039 6041 4592 0 -1 4202560 133 0 0 0 1 0 0 0 15 0 19 0 133855944 1572433920 9624 4089446400 134512640 134550932 4287973888 18446744073709551615 4294960144 0 4 0 16800975 18446604471129856768 0 0 -1 1 0 0 0
[pid=6041/tid=6046] ppid=6039 vsize=1535580 CPUtime=0.01
/proc/6041/task/6046/stat : 6046 (java) S 6039 6041 4592 0 -1 4202560 46 0 0 0 1 0 0 0 15 0 19 0 133855944 1572433920 9624 4089446400 134512640 134550932 4287973888 18446744073709551615 4294960144 0 4 0 16800975 18446604471129856768 0 0 -1 5 0 0 0
[pid=6041/tid=6047] ppid=6039 vsize=1535580 CPUtime=0.01
/proc/6041/task/6047/stat : 6047 (java) S 6039 6041 4592 0 -1 4202560 48 0 0 0 1 0 0 0 15 0 19 0 133855944 1572433920 9624 4089446400 134512640 134550932 4287973888 18446744073709551615 4294960144 0 4 0 16800975 18446604471129856768 0 0 -1 3 0 0 0
[pid=6041/tid=6048] ppid=6039 vsize=1535580 CPUtime=0.01
/proc/6041/task/6048/stat : 6048 (java) S 6039 6041 4592 0 -1 4202560 221 0 0 0 1 0 0 0 15 0 19 0 133855944 1572433920 9624 4089446400 134512640 134550932 4287973888 18446744073709551615 4294960144 0 4 0 16800975 18446604471129856768 0 0 -1 1 0 0 0
[pid=6041/tid=6049] ppid=6039 vsize=1535580 CPUtime=0.01
/proc/6041/task/6049/stat : 6049 (java) S 6039 6041 4592 0 -1 4202560 52 0 0 0 1 0 0 0 15 0 19 0 133855944 1572433920 9624 4089446400 134512640 134550932 4287973888 18446744073709551615 4294960144 0 4 0 16800975 18446604471129856768 0 0 -1 5 0 0 0
[pid=6041/tid=6050] ppid=6039 vsize=1535580 CPUtime=0.01
/proc/6041/task/6050/stat : 6050 (java) S 6039 6041 4592 0 -1 4202560 125 0 0 0 1 0 0 0 16 0 19 0 133855944 1572433920 9624 4089446400 134512640 134550932 4287973888 18446744073709551615 4294960144 0 4 0 16800975 18446604471129856768 0 0 -1 1 0 0 0
[pid=6041/tid=6051] ppid=6039 vsize=1535580 CPUtime=0.01
/proc/6041/task/6051/stat : 6051 (java) S 6039 6041 4592 0 -1 4202560 106 0 0 0 1 0 0 0 16 0 19 0 133855944 1572433920 9624 4089446400 134512640 134550932 4287973888 18446744073709551615 4294960144 0 4 0 16800975 18446604471129856768 0 0 -1 3 0 0 0
[pid=6041/tid=6052] ppid=6039 vsize=1535580 CPUtime=0.58
/proc/6041/task/6052/stat : 6052 (java) S 6039 6041 4592 0 -1 4202560 1010 0 0 0 57 1 0 0 15 0 19 0 133855945 1572433920 9624 4089446400 134512640 134550932 4287973888 18446744073709551615 4294960144 0 0 0 16800975 18446604471129856768 0 0 -1 7 0 0 0
[pid=6041/tid=6053] ppid=6039 vsize=1535580 CPUtime=0
/proc/6041/task/6053/stat : 6053 (java) S 6039 6041 4592 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 19 0 133855945 1572433920 9624 4089446400 134512640 134550932 4287973888 18446744073709551615 4294960144 0 4 0 16800975 18446604471129856768 0 0 -1 1 0 0 0
[pid=6041/tid=6054] ppid=6039 vsize=1535580 CPUtime=0
/proc/6041/task/6054/stat : 6054 (java) S 6039 6041 4592 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 133855945 1572433920 9624 4089446400 134512640 134550932 4287973888 18446744073709551615 4294960144 0 4 0 16800975 18446604471129856768 0 0 -1 1 0 0 0
[pid=6041/tid=6055] ppid=6039 vsize=1535580 CPUtime=0
/proc/6041/task/6055/stat : 6055 (java) S 6039 6041 4592 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 19 0 133855947 1572433920 9624 4089446400 134512640 134550932 4287973888 18446744073709551615 4294960144 0 4 0 16800975 18446604471129856768 0 0 -1 1 0 0 0
[pid=6041/tid=6056] ppid=6039 vsize=1535580 CPUtime=0.75
/proc/6041/task/6056/stat : 6056 (java) R 6039 6041 4592 0 -1 4202560 5028 0 0 0 75 0 0 0 15 0 19 0 133855947 1572433920 9624 4089446400 134512640 134550932 4287973888 18446744073709551615 103371461 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=6041/tid=6057] ppid=6039 vsize=1535580 CPUtime=0.29
/proc/6041/task/6057/stat : 6057 (java) S 6039 6041 4592 0 -1 4202560 1457 0 0 0 29 0 0 0 16 0 19 0 133855947 1572433920 9624 4089446400 134512640 134550932 4287973888 18446744073709551615 4294960144 0 4 0 16800975 18446604471129856768 0 0 -1 7 0 0 0
[pid=6041/tid=6058] ppid=6039 vsize=1535580 CPUtime=0
/proc/6041/task/6058/stat : 6058 (java) S 6039 6041 4592 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 133855947 1572433920 9624 4089446400 134512640 134550932 4287973888 18446744073709551615 4294960144 0 4 0 16800975 18446604471129856768 0 0 -1 3 0 0 0
[pid=6041/tid=6059] ppid=6039 vsize=1535580 CPUtime=0
/proc/6041/task/6059/stat : 6059 (java) S 6039 6041 4592 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 133855947 1572433920 9624 4089446400 134512640 134550932 4287973888 18446744073709551615 4294960144 0 4 0 16800975 18446604471129856768 0 0 -1 3 0 0 0
[pid=6041/tid=6060] ppid=6039 vsize=1535580 CPUtime=0
/proc/6041/task/6060/stat : 6060 (java) S 6039 6041 4592 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 133855958 1572433920 9624 4089446400 134512640 134550932 4287973888 18446744073709551615 4294960144 0 4 0 16800975 18446604471129856768 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 28.6
Current children cumulated vsize (KiB) 1535580

[startup+27.9014 s]
/proc/loadavg: 2.16 2.08 2.02 3/215 6060
/proc/meminfo: memFree=31369088/32951124 swapFree=67111528/67111528
[pid=6041] ppid=6039 vsize=1538048 CPUtime=29.1
/proc/6041/stat : 6041 (java) S 6039 6041 4592 0 -1 4202496 14834 0 1 0 2905 5 0 0 18 0 19 0 133855943 1574961152 10021 4089446400 134512640 134550932 4287973888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/6041/statm: 384512 10021 1444 10 0 381814 0
[pid=6041/tid=6043] ppid=6039 vsize=1538048 CPUtime=27.2
/proc/6041/task/6043/stat : 6043 (java) S 6039 6041 4592 0 -1 4202560 5023 0 1 0 2719 1 0 0 19 0 19 0 133855943 1574961152 10021 4089446400 134512640 134550932 4287973888 18446744073709551615 4294960144 0 4 0 16800975 18446604471129856768 0 0 -1 3 0 0 0
[pid=6041/tid=6044] ppid=6039 vsize=1538048 CPUtime=0.02
/proc/6041/task/6044/stat : 6044 (java) S 6039 6041 4592 0 -1 4202560 131 0 0 0 2 0 0 0 15 0 19 0 133855944 1574961152 10021 4089446400 134512640 134550932 4287973888 18446744073709551615 4294960144 0 4 0 16800975 18446604471129856768 0 0 -1 5 0 0 0
[pid=6041/tid=6045] ppid=6039 vsize=1538048 CPUtime=0.01
/proc/6041/task/6045/stat : 6045 (java) S 6039 6041 4592 0 -1 4202560 133 0 0 0 1 0 0 0 16 0 19 0 133855944 1574961152 10021 4089446400 134512640 134550932 4287973888 18446744073709551615 4294960144 0 4 0 16800975 18446604471129856768 0 0 -1 3 0 0 0
[pid=6041/tid=6046] ppid=6039 vsize=1538048 CPUtime=0.01
/proc/6041/task/6046/stat : 6046 (java) S 6039 6041 4592 0 -1 4202560 46 0 0 0 1 0 0 0 15 0 19 0 133855944 1574961152 10021 4089446400 134512640 134550932 4287973888 18446744073709551615 4294960144 0 4 0 16800975 18446604471129856768 0 0 -1 5 0 0 0
[pid=6041/tid=6047] ppid=6039 vsize=1538048 CPUtime=0.01
/proc/6041/task/6047/stat : 6047 (java) S 6039 6041 4592 0 -1 4202560 48 0 0 0 1 0 0 0 16 0 19 0 133855944 1574961152 10021 4089446400 134512640 134550932 4287973888 18446744073709551615 4294960144 0 4 0 16800975 18446604471129856768 0 0 -1 3 0 0 0
[pid=6041/tid=6048] ppid=6039 vsize=1538048 CPUtime=0.01
/proc/6041/task/6048/stat : 6048 (java) S 6039 6041 4592 0 -1 4202560 221 0 0 0 1 0 0 0 16 0 19 0 133855944 1574961152 10021 4089446400 134512640 134550932 4287973888 18446744073709551615 4294960144 0 4 0 16800975 18446604471129856768 0 0 -1 1 0 0 0
[pid=6041/tid=6049] ppid=6039 vsize=1538048 CPUtime=0.01
/proc/6041/task/6049/stat : 6049 (java) S 6039 6041 4592 0 -1 4202560 52 0 0 0 1 0 0 0 15 0 19 0 133855944 1574961152 10021 4089446400 134512640 134550932 4287973888 18446744073709551615 4294960144 0 4 0 16800975 18446604471129856768 0 0 -1 5 0 0 0
[pid=6041/tid=6050] ppid=6039 vsize=1538048 CPUtime=0.01
/proc/6041/task/6050/stat : 6050 (java) S 6039 6041 4592 0 -1 4202560 125 0 0 0 1 0 0 0 15 0 19 0 133855944 1574961152 10021 4089446400 134512640 134550932 4287973888 18446744073709551615 4294960144 0 4 0 16800975 18446604471129856768 0 0 -1 1 0 0 0
[pid=6041/tid=6051] ppid=6039 vsize=1538048 CPUtime=0.01
/proc/6041/task/6051/stat : 6051 (java) S 6039 6041 4592 0 -1 4202560 106 0 0 0 1 0 0 0 15 0 19 0 133855944 1574961152 10021 4089446400 134512640 134550932 4287973888 18446744073709551615 4294960144 0 4 0 16800975 18446604471129856768 0 0 -1 3 0 0 0
[pid=6041/tid=6052] ppid=6039 vsize=1538048 CPUtime=0.59
/proc/6041/task/6052/stat : 6052 (java) S 6039 6041 4592 0 -1 4202560 1019 0 0 0 58 1 0 0 15 0 19 0 133855945 1574961152 10021 4089446400 134512640 134550932 4287973888 18446744073709551615 4294960144 0 0 0 16800975 18446604471129856768 0 0 -1 7 0 0 0
[pid=6041/tid=6053] ppid=6039 vsize=1538048 CPUtime=0
/proc/6041/task/6053/stat : 6053 (java) S 6039 6041 4592 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 19 0 133855945 1574961152 10021 4089446400 134512640 134550932 4287973888 18446744073709551615 4294960144 0 4 0 16800975 18446604471129856768 0 0 -1 1 0 0 0
[pid=6041/tid=6054] ppid=6039 vsize=1538048 CPUtime=0
/proc/6041/task/6054/stat : 6054 (java) S 6039 6041 4592 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 133855945 1574961152 10021 4089446400 134512640 134550932 4287973888 18446744073709551615 4294960144 0 4 0 16800975 18446604471129856768 0 0 -1 1 0 0 0
[pid=6041/tid=6055] ppid=6039 vsize=1538048 CPUtime=0
/proc/6041/task/6055/stat : 6055 (java) S 6039 6041 4592 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 19 0 133855947 1574961152 10021 4089446400 134512640 134550932 4287973888 18446744073709551615 4294960144 0 4 0 16800975 18446604471129856768 0 0 -1 1 0 0 0
[pid=6041/tid=6056] ppid=6039 vsize=1538048 CPUtime=0.83
/proc/6041/task/6056/stat : 6056 (java) S 6039 6041 4592 0 -1 4202560 5350 0 0 0 83 0 0 0 15 0 19 0 133855947 1574961152 10021 4089446400 134512640 134550932 4287973888 18446744073709551615 4294960144 0 4 0 16800975 18446604471129856768 0 0 -1 0 0 0 0
[pid=6041/tid=6057] ppid=6039 vsize=1538048 CPUtime=0.32
/proc/6041/task/6057/stat : 6057 (java) S 6039 6041 4592 0 -1 4202560 1507 0 0 0 32 0 0 0 15 0 19 0 133855947 1574961152 10021 4089446400 134512640 134550932 4287973888 18446744073709551615 4294960144 0 4 0 16800975 18446604471129856768 0 0 -1 7 0 0 0
[pid=6041/tid=6058] ppid=6039 vsize=1538048 CPUtime=0
/proc/6041/task/6058/stat : 6058 (java) S 6039 6041 4592 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 133855947 1574961152 10021 4089446400 134512640 134550932 4287973888 18446744073709551615 4294960144 0 4 0 16800975 18446604471129856768 0 0 -1 3 0 0 0
[pid=6041/tid=6059] ppid=6039 vsize=1538048 CPUtime=0
/proc/6041/task/6059/stat : 6059 (java) S 6039 6041 4592 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 133855947 1574961152 10021 4089446400 134512640 134550932 4287973888 18446744073709551615 4294960144 0 4 0 16800975 18446604471129856768 0 0 -1 3 0 0 0
[pid=6041/tid=6060] ppid=6039 vsize=1538048 CPUtime=0
/proc/6041/task/6060/stat : 6060 (java) S 6039 6041 4592 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 133855958 1574961152 10021 4089446400 134512640 134550932 4287973888 18446744073709551615 4294960144 0 4 0 16800975 18446604471129856768 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 29.1
Current children cumulated vsize (KiB) 1538048

Child status: 30
Real time (s): 27.9168
CPU time (s): 29.1096
CPU user time (s): 29.0556
CPU system time (s): 0.053991
CPU usage (%): 104.273
Max. virtual memory (cumulated for all children) (KiB): 1543888

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 29.0556
system time used= 0.053991
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14837
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= 2180
involuntary context switches= 7562

runsolver used 0.039993 second user time and 0.121981 second system time

The end

Launcher Data

Begin job on node111 at 2010-06-30 20:57:56
IDJOB=2691509
IDBENCH=79233
IDSOLVER=1202
FILE ID=node111/2691509-1277924276
PBS_JOBID= 11197341
Free space on /tmp= 74212 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.0 2010-05-26
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1111213868--soft-0-100-0.wbo
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2691509-1277924276/watcher-2691509-1277924276 -o /tmp/evaluation-result-2691509-1277924276/solver-2691509-1277924276 -C 1800 -W 2000 -M 3800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2691509-1277924276.wbo

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 3800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 0635b24c475a73287c5e15439a6c459f
RANDOM SEED=2465635

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31410008 kB
Buffers:        208780 kB
Cached:         790236 kB
SwapCached:          0 kB
Active:         801712 kB
Inactive:       596100 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31410008 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:             640 kB
Writeback:           0 kB
AnonPages:      398524 kB
Mapped:          20240 kB
Slab:            78276 kB
PageTables:       4968 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1655324 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= 74212 MiB
End job on node111 at 2010-06-30 20:58:24