Trace number 2694692

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 RES // CP 2.2.0 2010-05-31Wrong Opt. 72.634 53.3617

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111218308--soft-33-100-0.wbo
MD5SUMcc0c9e984fb29816b50b1482397a634f
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard 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.58891
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 constraints69
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 3204
Min constraint cost 1
Max constraint cost 97
Sum of constraints costs 3203
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1154
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.06/0.07	c version 2.2.0.v20100531
0.06/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.07	c java.vm.name		Java HotSpot(TM) Server VM
0.06/0.07	c java.vm.version	11.2-b01
0.06/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.07	c sun.arch.data.model	32
0.06/0.07	c java.version		1.6.0_12
0.06/0.07	c os.name		Linux
0.06/0.07	c os.version		2.6.18-164.el5
0.06/0.07	c os.arch		i386
0.06/0.07	c Free memory 		1393557488
0.06/0.07	c Max memory 		1395916800
0.06/0.07	c Total memory 		1395916800
0.06/0.07	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization
0.11/0.10	c ManyCore solver with 2 solvers running in parallel
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@1cb25f1
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 Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
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.PBMaxClauseCardConstrDataStructure@b1c260
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 phase appearing in latest learned clause taking into account the objective function
0.11/0.10	c No 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	
0.11/0.10	c solving HOME/instance-2694692-1277898446.wbo
0.11/0.10	c reading problem ... 
0.11/0.16	c ... done. Wall clock time 0.06s.
0.11/0.16	c #vars     238
0.11/0.16	c #constraints  101
0.11/0.16	c constraints type 
0.11/0.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 26
0.11/0.16	c org.sat4j.minisat.constraints.card.MinWatchCard => 71
0.11/0.16	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3
0.11/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
0.11/0.16	c constraints type 
0.11/0.16	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 3
0.11/0.16	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 26
0.11/0.16	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 71
0.11/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
1.11/0.43	c And the winner is Resolution
1.68/1.16	c SATISFIABLE
1.68/1.16	c OPTIMIZING...
1.68/1.16	c Got one! Elapsed wall clock time (in seconds):1.064
1.68/1.16	o 430
1.75/1.21	c And the winner is Resolution
1.88/2.17	c Got one! Elapsed wall clock time (in seconds):2.067
1.88/2.17	o 376
1.88/2.20	c And the winner is Resolution
1.96/3.17	c Got one! Elapsed wall clock time (in seconds):3.071
1.96/3.17	o 363
2.05/3.23	c And the winner is Resolution
2.24/4.17	c Got one! Elapsed wall clock time (in seconds):4.074
2.24/4.17	o 342
2.29/4.20	c And the winner is Resolution
2.31/5.18	c Got one! Elapsed wall clock time (in seconds):5.08
2.31/5.18	o 270
2.34/5.26	c cleaning 2497 clauses out of 5000 with flag 5000/5000
2.64/5.30	c And the winner is Resolution
2.73/6.18	c Got one! Elapsed wall clock time (in seconds):6.083
2.73/6.18	o 258
2.75/6.23	c And the winner is Resolution
2.97/7.19	c Got one! Elapsed wall clock time (in seconds):7.087
2.97/7.19	o 250
2.99/7.22	c And the winner is Resolution
3.17/8.19	c Got one! Elapsed wall clock time (in seconds):8.091
3.17/8.19	o 179
3.42/8.36	c cleaning 4247 clauses out of 8504 with flag 11001/11001
3.42/8.38	c And the winner is Resolution
3.63/9.20	c Got one! Elapsed wall clock time (in seconds):9.096
3.63/9.20	o 170
3.63/9.26	c And the winner is Resolution
3.83/10.20	c Got one! Elapsed wall clock time (in seconds):10.1
3.83/10.20	o 163
4.03/10.37	c And the winner is Resolution
4.33/11.20	c Got one! Elapsed wall clock time (in seconds):11.102
4.33/11.20	o 149
4.53/11.31	c cleaning 5624 clauses out of 11257 with flag 18001/18001
5.12/11.67	c cleaning 6812 clauses out of 13633 with flag 26001/26001
6.13/12.18	c cleaning 7908 clauses out of 15821 with flag 35001/35001
6.30/12.21	c And the winner is Resolution
6.37/13.21	c Got one! Elapsed wall clock time (in seconds):13.109
6.37/13.21	o 79
6.37/13.28	c And the winner is Resolution
6.55/14.21	c Got one! Elapsed wall clock time (in seconds):14.114
6.55/14.21	o 62
6.73/14.33	c And the winner is Resolution
6.81/15.22	c Got one! Elapsed wall clock time (in seconds):15.118
6.81/15.22	o 38
7.37/15.59	c cleaning 8954 clauses out of 17915 with flag 45003/45003
8.56/16.13	c cleaning 9477 clauses out of 18958 with flag 55000/55000
9.35/16.55	c And the winner is Resolution
9.68/17.22	c Got one! Elapsed wall clock time (in seconds):17.123
9.68/17.22	o 25
9.82/17.37	c cleaning 9740 clauses out of 19486 with flag 65005/65005
10.79/17.84	c cleaning 9869 clauses out of 19743 with flag 75002/75002
11.77/18.37	c cleaning 9929 clauses out of 19872 with flag 85000/85000
12.96/18.91	c cleaning 9969 clauses out of 19944 with flag 95001/95001
13.74/19.39	c cleaning 9981 clauses out of 19974 with flag 105000/105000
14.92/19.91	c cleaning 9992 clauses out of 19993 with flag 115000/115000
15.91/20.43	c cleaning 9996 clauses out of 20001 with flag 125000/125000
16.90/20.97	c cleaning 10001 clauses out of 20007 with flag 135002/135002
17.07/21.04	c And the winner is Resolution
17.91/22.24	c Got one! Elapsed wall clock time (in seconds):22.135
17.91/22.24	o 15
18.63/22.67	c cleaning 9999 clauses out of 20006 with flag 145002/145002
19.61/23.17	c cleaning 9999 clauses out of 20006 with flag 155001/155001
20.58/23.66	c cleaning 10000 clauses out of 20006 with flag 165000/165000
21.57/24.12	c cleaning 9999 clauses out of 20006 with flag 175000/175000
22.55/24.60	c cleaning 10000 clauses out of 20008 with flag 185001/185001
23.53/25.16	c cleaning 10002 clauses out of 20008 with flag 195001/195001
24.51/25.61	c cleaning 10000 clauses out of 20005 with flag 205000/205000
25.29/26.05	c cleaning 9996 clauses out of 20005 with flag 215000/215000
26.08/26.48	c cleaning 9998 clauses out of 20009 with flag 225000/225000
27.04/26.96	c cleaning 10004 clauses out of 20012 with flag 235001/235001
28.03/27.40	c cleaning 9999 clauses out of 20007 with flag 245000/245000
28.80/27.85	c cleaning 9996 clauses out of 20008 with flag 255000/255000
29.78/28.30	c cleaning 9996 clauses out of 20012 with flag 265000/265000
30.76/28.82	c cleaning 10004 clauses out of 20017 with flag 275001/275001
31.73/29.35	c cleaning 10002 clauses out of 20013 with flag 285001/285001
32.72/29.82	c cleaning 10002 clauses out of 20010 with flag 295000/295000
33.70/30.31	c cleaning 10000 clauses out of 20009 with flag 305001/305001
34.48/30.80	c cleaning 9997 clauses out of 20008 with flag 315000/315000
35.47/31.27	c cleaning 10002 clauses out of 20012 with flag 325001/325001
36.44/31.77	c cleaning 10000 clauses out of 20010 with flag 335001/335001
37.42/32.25	c cleaning 9996 clauses out of 20009 with flag 345000/345000
38.40/32.73	c cleaning 10004 clauses out of 20014 with flag 355001/355001
39.37/33.22	c cleaning 10002 clauses out of 20011 with flag 365002/365002
40.35/33.71	c cleaning 10001 clauses out of 20009 with flag 375002/375002
41.13/34.17	c cleaning 10001 clauses out of 20007 with flag 385001/385001
42.08/34.68	c cleaning 9999 clauses out of 20007 with flag 395002/395002
43.06/35.20	c cleaning 10000 clauses out of 20008 with flag 405002/405002
44.23/35.75	c cleaning 10000 clauses out of 20006 with flag 415000/415000
45.21/36.26	c cleaning 9999 clauses out of 20006 with flag 425000/425000
46.37/36.80	c cleaning 10002 clauses out of 20009 with flag 435002/435002
47.35/37.33	c cleaning 9996 clauses out of 20005 with flag 445000/445000
48.32/37.87	c cleaning 9999 clauses out of 20009 with flag 455000/455000
49.51/38.44	c cleaning 10000 clauses out of 20010 with flag 465000/465000
50.47/38.98	c cleaning 10000 clauses out of 20012 with flag 475002/475002
51.45/39.47	c cleaning 10000 clauses out of 20010 with flag 485000/485000
52.42/39.97	c cleaning 10002 clauses out of 20010 with flag 495000/495000
53.40/40.45	c cleaning 10000 clauses out of 20010 with flag 505002/505002
54.38/40.96	c cleaning 10001 clauses out of 20010 with flag 515002/515002
55.55/41.50	c cleaning 9997 clauses out of 20007 with flag 525000/525000
56.53/42.01	c cleaning 10003 clauses out of 20013 with flag 535003/535003
57.30/42.49	c cleaning 10000 clauses out of 20007 with flag 545000/545000
58.29/42.98	c cleaning 9998 clauses out of 20008 with flag 555001/555001
59.25/43.46	c cleaning 10002 clauses out of 20010 with flag 565001/565001
60.24/43.91	c cleaning 10002 clauses out of 20009 with flag 575002/575002
61.20/44.42	c cleaning 9999 clauses out of 20005 with flag 585000/585000
62.18/45.00	c cleaning 9996 clauses out of 20006 with flag 595000/595000
63.35/45.52	c cleaning 10004 clauses out of 20013 with flag 605003/605003
64.32/46.08	c cleaning 10000 clauses out of 20006 with flag 615000/615000
65.71/46.68	c cleaning 10002 clauses out of 20009 with flag 625003/625003
65.90/46.78	c And the winner is Resolution
72.58/53.34	c starts		: 182
72.58/53.34	c conflicts		: 626557
72.58/53.34	c decisions		: 868324
72.58/53.35	c propagations		: 13780314
72.58/53.35	c inspects		: 176300402
72.58/53.35	c learnt literals	: 6
72.58/53.35	c learnt binary clauses	: 17
72.58/53.35	c learnt ternary clauses	: 75
72.58/53.35	c learnt clauses	: 626550
72.58/53.35	c ignored clauses	: 0
72.58/53.35	c root simplifications	: 0
72.58/53.35	c removed literals (reason simplification)	: 6972197
72.58/53.35	c reason swapping (by a shorter reason)	: 0
72.58/53.35	c Calls to reduceDB	: 64
72.58/53.35	c number of reductions to clauses (during analyze)	: 0
72.58/53.35	c number of learned constraints concerned by reduction	: 0
72.58/53.35	c number of learning phase by resolution	: 0
72.58/53.35	c number of learning phase by cutting planes	: 0
72.58/53.35	c speed (assignments/second)	: 442954.48408871744
72.58/53.35	c non guided choices	777
72.58/53.35	c learnt constraints type 
72.58/53.35	c constraints type 
72.58/53.35	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 26
72.58/53.35	c org.sat4j.minisat.constraints.card.MinWatchCard => 71
72.58/53.35	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3
72.58/53.35	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
72.58/53.35	c constraints type 
72.58/53.35	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 3
72.58/53.35	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 26
72.58/53.35	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 71
72.58/53.35	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
72.58/53.35	s OPTIMUM FOUND
72.58/53.35	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 
72.58/53.35	c objective function=15
72.58/53.35	c Total wall clock time (in seconds): 53.246

Verifier Data

OK	15

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2694692-1277898446/watcher-2694692-1277898446 -o /tmp/evaluation-result-2694692-1277898446/solver-2694692-1277898446 -C 1800 -W 2000 -M 3800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2694692-1277898446.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.10 2.03 2.01 3/178 14513
/proc/meminfo: memFree=28642936/32951124 swapFree=67111528/67111528
[pid=14513] ppid=14511 vsize=13164 CPUtime=0
/proc/14513/stat : 14513 (java) R 14511 14513 12570 0 -1 4194304 891 0 0 0 0 0 0 0 17 0 1 0 131140474 13479936 405 4089446400 134512640 134550932 4289302304 18446744073709551615 3749509 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/14513/statm: 3291 411 143 10 0 1121 0

[startup+0.0739389 s]
/proc/loadavg: 2.10 2.03 2.01 3/178 14513
/proc/meminfo: memFree=28642936/32951124 swapFree=67111528/67111528
[pid=14513] ppid=14511 vsize=1528856 CPUtime=0.06
/proc/14513/stat : 14513 (java) S 14511 14513 12570 0 -1 4202496 4552 0 1 0 5 1 0 0 17 0 18 0 131140474 1565548544 3989 4089446400 134512640 134550932 4289302304 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/14513/statm: 382214 3989 1281 10 0 379517 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1528856

[startup+0.100985 s]
/proc/loadavg: 2.10 2.03 2.01 3/178 14513
/proc/meminfo: memFree=28642936/32951124 swapFree=67111528/67111528
[pid=14513] ppid=14511 vsize=1529768 CPUtime=0.11
/proc/14513/stat : 14513 (java) S 14511 14513 12570 0 -1 4202496 5272 0 1 0 10 1 0 0 17 0 18 0 131140474 1566482432 4709 4089446400 134512640 134550932 4289302304 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/14513/statm: 382442 4710 1346 10 0 379745 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 1529768

[startup+0.300946 s]
/proc/loadavg: 2.10 2.03 2.01 3/178 14513
/proc/meminfo: memFree=28642936/32951124 swapFree=67111528/67111528
[pid=14513] ppid=14511 vsize=1536184 CPUtime=0.71
/proc/14513/stat : 14513 (java) S 14511 14513 12570 0 -1 4202496 8441 0 1 0 70 1 0 0 17 0 22 0 131140474 1573052416 7266 4089446400 134512640 134550932 4289302304 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/14513/statm: 384046 7266 1418 10 0 381349 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 1536184

[startup+0.700895 s]
/proc/loadavg: 2.10 2.03 2.01 3/178 14513
/proc/meminfo: memFree=28642936/32951124 swapFree=67111528/67111528
[pid=14513] ppid=14511 vsize=1546292 CPUtime=1.64
/proc/14513/stat : 14513 (java) S 14511 14513 12570 0 -1 4202496 14408 0 1 0 162 2 0 0 17 0 20 0 131140474 1583403008 11180 4089446400 134512640 134550932 4289302304 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/14513/statm: 386573 11180 1425 10 0 383876 0
Current children cumulated CPU time (s) 1.64
Current children cumulated vsize (KiB) 1546292

[startup+1.50075 s]
/proc/loadavg: 2.02 2.02 2.00 2/198 14535
/proc/meminfo: memFree=28602416/32951124 swapFree=67111528/67111528
[pid=14513] ppid=14511 vsize=1544376 CPUtime=1.88
/proc/14513/stat : 14513 (java) S 14511 14513 12570 0 -1 4202496 18651 0 1 0 185 3 0 0 17 0 20 0 131140474 1581441024 14667 4089446400 134512640 134550932 4289302304 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/14513/statm: 386094 14667 1425 10 0 383397 0
[pid=14513/tid=14515] ppid=14511 vsize=1544376 CPUtime=0.14
/proc/14513/task/14515/stat : 14515 (java) S 14511 14513 12570 0 -1 4202560 4014 0 1 0 14 0 0 0 19 0 20 0 131140474 1581441024 14667 4089446400 134512640 134550932 4289302304 18446744073709551615 4294960144 0 4 0 16800975 18446604471128381376 0 0 -1 2 0 0 0
[pid=14513/tid=14516] ppid=14511 vsize=1544376 CPUtime=0
/proc/14513/task/14516/stat : 14516 (java) S 14511 14513 12570 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 20 0 131140475 1581441024 14667 4089446400 134512640 134550932 4289302304 18446744073709551615 4294960144 0 4 0 16800975 18446604471128381376 0 0 -1 1 0 0 0
[pid=14513/tid=14517] ppid=14511 vsize=1544376 CPUtime=0
/proc/14513/task/14517/stat : 14517 (java) S 14511 14513 12570 0 -1 4202560 0 0 0 0 0 0 0 0 19 0 20 0 131140475 1581441024 14667 4089446400 134512640 134550932 4289302304 18446744073709551615 4294960144 0 4 0 16800975 18446604471128381376 0 0 -1 1 0 0 0
[pid=14513/tid=14518] ppid=14511 vsize=1544376 CPUtime=0
/proc/14513/task/14518/stat : 14518 (java) S 14511 14513 12570 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 20 0 131140475 1581441024 14667 4089446400 134512640 134550932 4289302304 18446744073709551615 4294960144 0 4 0 16800975 18446604471128381376 0 0 -1 1 0 0 0
[pid=14513/tid=14519] ppid=14511 vsize=1544376 CPUtime=0
/proc/14513/task/14519/stat : 14519 (java) S 14511 14513 12570 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 20 0 131140475 1581441024 14667 4089446400 134512640 134550932 4289302304 18446744073709551615 4294960144 0 4 0 16800975 18446604471128381376 0 0 -1 1 0 0 0
[pid=14513/tid=14520] ppid=14511 vsize=1544376 CPUtime=0
/proc/14513/task/14520/stat : 14520 (java) S 14511 14513 12570 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 20 0 131140475 1581441024 14667 4089446400 134512640 134550932 4289302304 18446744073709551615 4294960144 0 4 0 16800975 18446604471128381376 0 0 -1 1 0 0 0
[pid=14513/tid=14521] ppid=14511 vsize=1544376 CPUtime=0
/proc/14513/task/14521/stat : 14521 (java) S 14511 14513 12570 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 20 0 131140475 1581441024 14667 4089446400 134512640 134550932 4289302304 18446744073709551615 4294960144 0 4 0 16800975 18446604471128381376 0 0 -1 1 0 0 0
[pid=14513/tid=14522] ppid=14511 vsize=1544376 CPUtime=0
/proc/14513/task/14522/stat : 14522 (java) S 14511 14513 12570 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 20 0 131140475 1581441024 14667 4089446400 134512640 134550932 4289302304 18446744073709551615 4294960144 0 4 0 16800975 18446604471128381376 0 0 -1 1 0 0 0
[pid=14513/tid=14523] ppid=14511 vsize=1544376 CPUtime=0
/proc/14513/task/14523/stat : 14523 (java) S 14511 14513 12570 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 20 0 131140475 1581441024 14667 4089446400 134512640 134550932 4289302304 18446744073709551615 4294960144 0 4 0 16800975 18446604471128381376 0 0 -1 1 0 0 0
[pid=14513/tid=14524] ppid=14511 vsize=1544376 CPUtime=0
/proc/14513/task/14524/stat : 14524 (java) S 14511 14513 12570 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 20 0 131140476 1581441024 14667 4089446400 134512640 134550932 4289302304 18446744073709551615 4294960144 0 0 0 16800975 18446604471128381376 0 0 -1 1 0 0 0
[pid=14513/tid=14525] ppid=14511 vsize=1544376 CPUtime=0
/proc/14513/task/14525/stat : 14525 (java) S 14511 14513 12570 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 20 0 131140476 1581441024 14667 4089446400 134512640 134550932 4289302304 18446744073709551615 4294960144 0 4 0 16800975 18446604471128381376 0 0 -1 1 0 0 0
[pid=14513/tid=14526] ppid=14511 vsize=1544376 CPUtime=0
/proc/14513/task/14526/stat : 14526 (java) S 14511 14513 12570 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 20 0 131140476 1581441024 14667 4089446400 134512640 134550932 4289302304 18446744073709551615 4294960144 0 4 0 16800975 18446604471128381376 0 0 -1 3 0 0 0
[pid=14513/tid=14527] ppid=14511 vsize=1544376 CPUtime=0
/proc/14513/task/14527/stat : 14527 (java) S 14511 14513 12570 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 20 0 131140478 1581441024 14667 4089446400 134512640 134550932 4289302304 18446744073709551615 4294960144 0 4 0 16800975 18446604471128381376 0 0 -1 6 0 0 0
[pid=14513/tid=14528] ppid=14511 vsize=1544376 CPUtime=0.43
/proc/14513/task/14528/stat : 14528 (java) S 14511 14513 12570 0 -1 4202560 2090 0 0 0 43 0 0 0 16 0 20 0 131140478 1581441024 14667 4089446400 134512640 134550932 4289302304 18446744073709551615 4294960144 0 4 0 16800975 18446604471128381376 0 0 -1 0 0 0 0
[pid=14513/tid=14529] ppid=14511 vsize=1544376 CPUtime=0.63
/proc/14513/task/14529/stat : 14529 (java) S 14511 14513 12570 0 -1 4202560 5378 0 0 0 63 0 0 0 15 0 20 0 131140478 1581441024 14667 4089446400 134512640 134550932 4289302304 18446744073709551615 4294960144 0 4 0 16800975 18446604471128381376 0 0 -1 6 0 0 0
[pid=14513/tid=14530] ppid=14511 vsize=1544376 CPUtime=0
/proc/14513/task/14530/stat : 14530 (java) S 14511 14513 12570 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 20 0 131140478 1581441024 14667 4089446400 134512640 134550932 4289302304 18446744073709551615 4294960144 0 4 0 16800975 18446604471128381376 0 0 -1 6 0 0 0
[pid=14513/tid=14531] ppid=14511 vsize=1544376 CPUtime=0
/proc/14513/task/14531/stat : 14531 (java) S 14511 14513 12570 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 20 0 131140478 1581441024 14667 4089446400 134512640 134550932 4289302304 18446744073709551615 4294960144 0 4 0 16800975 18446604471128381376 0 0 -1 2 0 0 0
[pid=14513/tid=14534] ppid=14511 vsize=1544376 CPUtime=0
/proc/14513/task/14534/stat : 14534 (java) S 14511 14513 12570 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 20 0 131140491 1581441024 14667 4089446400 134512640 134550932 4289302304 18446744073709551615 4294960144 0 4 0 16800975 18446604471128381376 0 0 -1 6 0 0 0
[pid=14513/tid=14535] ppid=14511 vsize=1544376 CPUtime=0
/proc/14513/task/14535/stat : 14535 (java) S 14511 14513 12570 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 20 0 131140491 1581441024 14667 4089446400 134512640 134550932 4289302304 18446744073709551615 4294960144 0 4 0 16800975 18446604471128381376 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.88
Current children cumulated vsize (KiB) 1544376

[startup+3.10146 s]
/proc/loadavg: 2.02 2.02 2.00 2/198 14537
/proc/meminfo: memFree=28586660/32951124 swapFree=67111528/67111528
[pid=14513] ppid=14511 vsize=1544376 CPUtime=1.96
/proc/14513/stat : 14513 (java) S 14511 14513 12570 0 -1 4202496 20660 0 1 0 193 3 0 0 17 0 20 0 131140474 1581441024 16675 4089446400 134512640 134550932 4289302304 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/14513/statm: 386094 16675 1425 10 0 383397 0
[pid=14513/tid=14515] ppid=14511 vsize=1544376 CPUtime=0.14
/proc/14513/task/14515/stat : 14515 (java) S 14511 14513 12570 0 -1 4202560 4024 0 1 0 14 0 0 0 19 0 20 0 131140474 1581441024 16675 4089446400 134512640 134550932 4289302304 18446744073709551615 4294960144 0 4 0 16800975 18446604471128381376 0 0 -1 2 0 0 0
[pid=14513/tid=14516] ppid=14511 vsize=1544376 CPUtime=0
/proc/14513/task/14516/stat : 14516 (java) S 14511 14513 12570 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 20 0 131140475 1581441024 16675 4089446400 134512640 134550932 4289302304 18446744073709551615 4294960144 0 4 0 16800975 18446604471128381376 0 0 -1 1 0 0 0
[pid=14513/tid=14517] ppid=14511 vsize=1544376 CPUtime=0
/proc/14513/task/14517/stat : 14517 (java) S 14511 14513 12570 0 -1 4202560 0 0 0 0 0 0 0 0 19 0 20 0 131140475 1581441024 16675 4089446400 134512640 134550932 4289302304 18446744073709551615 4294960144 0 4 0 16800975 18446604471128381376 0 0 -1 1 0 0 0
[pid=14513/tid=14518] ppid=14511 vsize=1544376 CPUtime=0
/proc/14513/task/14518/stat : 14518 (java) S 14511 14513 12570 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 20 0 131140475 1581441024 16675 4089446400 134512640 134550932 4289302304 18446744073709551615 4294960144 0 4 0 16800975 18446604471128381376 0 0 -1 1 0 0 0
[pid=14513/tid=14519] ppid=14511 vsize=1544376 CPUtime=0
/proc/14513/task/14519/stat : 14519 (java) S 14511 14513 12570 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 20 0 131140475 1581441024 16675 4089446400 134512640 134550932 4289302304 18446744073709551615 4294960144 0 4 0 16800975 18446604471128381376 0 0 -1 1 0 0 0
[pid=14513/tid=14520] ppid=14511 vsize=1544376 CPUtime=0
/proc/14513/task/14520/stat : 14520 (java) S 14511 14513 12570 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 20 0 131140475 1581441024 16675 4089446400 134512640 134550932 4289302304 18446744073709551615 4294960144 0 4 0 16800975 18446604471128381376 0 0 -1 1 0 0 0
[pid=14513/tid=14521] ppid=14511 vsize=1544376 CPUtime=0
/proc/14513/task/14521/stat : 14521 (java) S 14511 14513 12570 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 20 0 131140475 1581441024 16675 4089446400 134512640 134550932 4289302304 18446744073709551615 4294960144 0 4 0 16800975 18446604471128381376 0 0 -1 1 0 0 0
[pid=14513/tid=14522] ppid=14511 vsize=1544376 CPUtime=0
/proc/14513/task/14522/stat : 14522 (java) S 14511 14513 12570 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 20 0 131140475 1581441024 16675 4089446400 134512640 134550932 4289302304 18446744073709551615 4294960144 0 4 0 16800975 18446604471128381376 0 0 -1 1 0 0 0
[pid=14513/tid=14523] ppid=14511 vsize=1544376 CPUtime=0
/proc/14513/task/14523/stat : 14523 (java) S 14511 14513 12570 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 20 0 131140475 1581441024 16675 4089446400 134512640 134550932 4289302304 18446744073709551615 4294960144 0 4 0 16800975 18446604471128381376 0 0 -1 1 0 0 0
[pid=14513/tid=14524] ppid=14511 vsize=1544376 CPUtime=0
/proc/14513/task/14524/stat : 14524 (java) S 14511 14513 12570 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 20 0 131140476 1581441024 16675 4089446400 134512640 134550932 4289302304 18446744073709551615 4294960144 0 0 0 16800975 18446604471128381376 0 0 -1 1 0 0 0
[pid=14513/tid=14525] ppid=14511 vsize=1544376 CPUtime=0
/proc/14513/task/14525/stat : 14525 (java) S 14511 14513 12570 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 20 0 131140476 1581441024 16675 4089446400 134512640 134550932 4289302304 18446744073709551615 4294960144 0 4 0 16800975 18446604471128381376 0 0 -1 1 0 0 0
[pid=14513/tid=14526] ppid=14511 vsize=1544376 CPUtime=0
/proc/14513/task/14526/stat : 14526 (java) S 14511 14513 12570 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 20 0 131140476 1581441024 16675 4089446400 134512640 134550932 4289302304 18446744073709551615 4294960144 0 4 0 16800975 18446604471128381376 0 0 -1 3 0 0 0
[pid=14513/tid=14527] ppid=14511 vsize=1544376 CPUtime=0
/proc/14513/task/14527/stat : 14527 (java) S 14511 14513 12570 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 20 0 131140478 1581441024 16675 4089446400 134512640 134550932 4289302304 18446744073709551615 4294960144 0 4 0 16800975 18446604471128381376 0 0 -1 6 0 0 0
[pid=14513/tid=14528] ppid=14511 vsize=1544376 CPUtime=0.46
/proc/14513/task/14528/stat : 14528 (java) S 14511 14513 12570 0 -1 4202560 2090 0 0 0 46 0 0 0 15 0 20 0 131140478 1581441024 16675 4089446400 134512640 134550932 4289302304 18446744073709551615 4294960144 0 4 0 16800975 18446604471128381376 0 0 -1 0 0 0 0
[pid=14513/tid=14529] ppid=14511 vsize=1544376 CPUtime=0.63
/proc/14513/task/14529/stat : 14529 (java) S 14511 14513 12570 0 -1 4202560 5378 0 0 0 63 0 0 0 15 0 20 0 131140478 1581441024 16675 4089446400 134512640 134550932 4289302304 18446744073709551615 4294960144 0 4 0 16800975 18446604471128381376 0 0 -1 6 0 0 0
[pid=14513/tid=14530] ppid=14511 vsize=1544376 CPUtime=0
/proc/14513/task/14530/stat : 14530 (java) S 14511 14513 12570 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 20 0 131140478 1581441024 16675 4089446400 134512640 134550932 4289302304 18446744073709551615 4294960144 0 4 0 16800975 18446604471128381376 0 0 -1 6 0 0 0
[pid=14513/tid=14531] ppid=14511 vsize=1544376 CPUtime=0
/proc/14513/task/14531/stat : 14531 (java) S 14511 14513 12570 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 20 0 131140478 1581441024 16675 4089446400 134512640 134550932 4289302304 18446744073709551615 4294960144 0 4 0 16800975 18446604471128381376 0 0 -1 2 0 0 0
[pid=14513/tid=14534] ppid=14511 vsize=1544376 CPUtime=0
/proc/14513/task/14534/stat : 14534 (java) S 14511 14513 12570 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 20 0 131140491 1581441024 16675 4089446400 134512640 134550932 4289302304 18446744073709551615 4294960144 0 4 0 16800975 18446604471128381376 0 0 -1 6 0 0 0
[pid=14513/tid=14535] ppid=14511 vsize=1544376 CPUtime=0
/proc/14513/task/14535/stat : 14535 (java) S 14511 14513 12570 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 20 0 131140491 1581441024 16675 4089446400 134512640 134550932 4289302304 18446744073709551615 4294960144 0 4 0 16800975 18446604471128381376 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.96
Current children cumulated vsize (KiB) 1544376
heavy processes:

[startup+6.30089 s]
/proc/loadavg: 2.02 2.02 2.00 2/198 14545
/proc/meminfo: memFree=28528196/32951124 swapFree=67111528/67111528
[pid=14513] ppid=14511 vsize=1544544 CPUtime=2.92
/proc/14513/stat : 14513 (java) S 14511 14513 12570 0 -1 4202496 33834 0 1 0 287 5 0 0 17 0 20 0 131140474 1581613056 29343 4089446400 134512640 134550932 4289302304 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/14513/statm: 386136 29343 1444 10 0 383439 0
[pid=14513/tid=14515] ppid=14511 vsize=1544544 CPUtime=0.14
/proc/14513/task/14515/stat : 14515 (java) S 14511 14513 12570 0 -1 4202560 4050 0 1 0 14 0 0 0 19 0 20 0 131140474 1581613056 29343 4089446400 134512640 134550932 4289302304 18446744073709551615 4294960144 0 4 0 16800975 18446604471128381376 0 0 -1 6 0 0 0
[pid=14513/tid=14516] ppid=14511 vsize=1544544 CPUtime=0
/proc/14513/task/14516/stat : 14516 (java) S 14511 14513 12570 0 -1 4202560 86 0 0 0 0 0 0 0 18 0 20 0 131140475 1581613056 29343 4089446400 134512640 134550932 4289302304 18446744073709551615 4294960144 0 4 0 16800975 18446604471128381376 0 0 -1 7 0 0 0
[pid=14513/tid=14517] ppid=14511 vsize=1544544 CPUtime=0
/proc/14513/task/14517/stat : 14517 (java) S 14511 14513 12570 0 -1 4202560 20 0 0 0 0 0 0 0 18 0 20 0 131140475 1581613056 29343 4089446400 134512640 134550932 4289302304 18446744073709551615 4294960144 0 4 0 16800975 18446604471128381376 0 0 -1 6 0 0 0
[pid=14513/tid=14518] ppid=14511 vsize=1544544 CPUtime=0
/proc/14513/task/14518/stat : 14518 (java) S 14511 14513 12570 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 20 0 131140475 1581613056 29343 4089446400 134512640 134550932 4289302304 18446744073709551615 4294960144 0 4 0 16800975 18446604471128381376 0 0 -1 7 0 0 0
[pid=14513/tid=14519] ppid=14511 vsize=1544544 CPUtime=0
/proc/14513/task/14519/stat : 14519 (java) S 14511 14513 12570 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 20 0 131140475 1581613056 29343 4089446400 134512640 134550932 4289302304 18446744073709551615 4294960144 0 4 0 16800975 18446604471128381376 0 0 -1 7 0 0 0
[pid=14513/tid=14520] ppid=14511 vsize=1544544 CPUtime=0
/proc/14513/task/14520/stat : 14520 (java) S 14511 14513 12570 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 20 0 131140475 1581613056 29343 4089446400 134512640 134550932 4289302304 18446744073709551615 4294960144 0 4 0 16800975 18446604471128381376 0 0 -1 7 0 0 0
[pid=14513/tid=14521] ppid=14511 vsize=1544544 CPUtime=0
/proc/14513/task/14521/stat : 14521 (java) S 14511 14513 12570 0 -1 4202560 280 0 0 0 0 0 0 0 18 0 20 0 131140475 1581613056 29343 4089446400 134512640 134550932 4289302304 18446744073709551615 4294960144 0 4 0 16800975 18446604471128381376 0 0 -1 5 0 0 0
[pid=14513/tid=14522] ppid=14511 vsize=1544544 CPUtime=0
/proc/14513/task/14522/stat : 14522 (java) S 14511 14513 12570 0 -1 4202560 20 0 0 0 0 0 0 0 18 0 20 0 131140475 1581613056 29343 4089446400 134512640 134550932 4289302304 18446744073709551615 4294960144 0 4 0 16800975 18446604471128381376 0 0 -1 5 0 0 0
[pid=14513/tid=14523] ppid=14511 vsize=1544544 CPUtime=0
/proc/14513/task/14523/stat : 14523 (java) S 14511 14513 12570 0 -1 4202560 81 0 0 0 0 0 0 0 18 0 20 0 131140475 1581613056 29343 4089446400 134512640 134550932 4289302304 18446744073709551615 4294960144 0 4 0 16800975 18446604471128381376 0 0 -1 0 0 0 0
[pid=14513/tid=14524] ppid=14511 vsize=1544544 CPUtime=0.01
/proc/14513/task/14524/stat : 14524 (java) S 14511 14513 12570 0 -1 4202560 511 0 0 0 1 0 0 0 15 0 20 0 131140476 1581613056 29343 4089446400 134512640 134550932 4289302304 18446744073709551615 4294960144 0 0 0 16800975 18446604471128381376 0 0 -1 6 0 0 0
[pid=14513/tid=14525] ppid=14511 vsize=1544544 CPUtime=0
/proc/14513/task/14525/stat : 14525 (java) S 14511 14513 12570 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 20 0 131140476 1581613056 29343 4089446400 134512640 134550932 4289302304 18446744073709551615 4294960144 0 4 0 16800975 18446604471128381376 0 0 -1 1 0 0 0
[pid=14513/tid=14526] ppid=14511 vsize=1544544 CPUtime=0
/proc/14513/task/14526/stat : 14526 (java) S 14511 14513 12570 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 20 0 131140476 1581613056 29343 4089446400 134512640 134550932 4289302304 18446744073709551615 4294960144 0 4 0 16800975 18446604471128381376 0 0 -1 3 0 0 0
[pid=14513/tid=14527] ppid=14511 vsize=1544544 CPUtime=0
/proc/14513/task/14527/stat : 14527 (java) S 14511 14513 12570 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 20 0 131140478 1581613056 29343 4089446400 134512640 134550932 4289302304 18446744073709551615 4294960144 0 4 0 16800975 18446604471128381376 0 0 -1 6 0 0 0
[pid=14513/tid=14528] ppid=14511 vsize=1544544 CPUtime=0.76
/proc/14513/task/14528/stat : 14528 (java) R 14511 14513 12570 0 -1 4202560 2411 0 0 0 76 0 0 0 15 0 20 0 131140478 1581613056 29343 4089446400 134512640 134550932 4289302304 18446744073709551615 104164043 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=14513/tid=14529] ppid=14511 vsize=1544544 CPUtime=0.83
/proc/14513/task/14529/stat : 14529 (java) S 14511 14513 12570 0 -1 4202560 5691 0 0 0 82 1 0 0 15 0 20 0 131140478 1581613056 29343 4089446400 134512640 134550932 4289302304 18446744073709551615 4294960144 0 4 0 16800975 18446604471128381376 0 0 -1 6 0 0 0
[pid=14513/tid=14530] ppid=14511 vsize=1544544 CPUtime=0
/proc/14513/task/14530/stat : 14530 (java) S 14511 14513 12570 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 20 0 131140478 1581613056 29343 4089446400 134512640 134550932 4289302304 18446744073709551615 4294960144 0 4 0 16800975 18446604471128381376 0 0 -1 6 0 0 0
[pid=14513/tid=14531] ppid=14511 vsize=1544544 CPUtime=0
/proc/14513/task/14531/stat : 14531 (java) S 14511 14513 12570 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 20 0 131140478 1581613056 29343 4089446400 134512640 134550932 4289302304 18446744073709551615 4294960144 0 4 0 16800975 18446604471128381376 0 0 -1 6 0 0 0
[pid=14513/tid=14534] ppid=14511 vsize=1544544 CPUtime=0
/proc/14513/task/14534/stat : 14534 (java) S 14511 14513 12570 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 20 0 131140491 1581613056 29343 4089446400 134512640 134550932 4289302304 18446744073709551615 4294960144 0 4 0 16800975 18446604471128381376 0 0 -1 6 0 0 0
[pid=14513/tid=14535] ppid=14511 vsize=1544544 CPUtime=0
/proc/14513/task/14535/stat : 14535 (java) S 14511 14513 12570 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 20 0 131140491 1581613056 29343 4089446400 134512640 134550932 4289302304 18446744073709551615 4294960144 0 4 0 16800975 18446604471128381376 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 1544544
heavy processes:

[startup+12.7007 s]
/proc/loadavg: 1.86 1.98 1.99 4/200 14557

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

/proc/14513/task/14524/stat : 14524 (java) S 14511 14513 12570 0 -1 4202560 6707 0 0 0 151 3 0 0 15 0 21 0 131140476 1588350976 46558 4089446400 134512640 134550932 4289302304 18446744073709551615 4294960144 0 0 0 16800975 18446604471128381376 0 0 -1 3 0 0 0
[pid=14513/tid=14525] ppid=14511 vsize=1551124 CPUtime=0
/proc/14513/task/14525/stat : 14525 (java) S 14511 14513 12570 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 21 0 131140476 1588350976 46558 4089446400 134512640 134550932 4289302304 18446744073709551615 4294960144 0 4 0 16800975 18446604471128381376 0 0 -1 1 0 0 0
[pid=14513/tid=14526] ppid=14511 vsize=1551124 CPUtime=0
/proc/14513/task/14526/stat : 14526 (java) S 14511 14513 12570 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 21 0 131140476 1588350976 46558 4089446400 134512640 134550932 4289302304 18446744073709551615 4294960144 0 4 0 16800975 18446604471128381376 0 0 -1 3 0 0 0
[pid=14513/tid=14527] ppid=14511 vsize=1551124 CPUtime=0
/proc/14513/task/14527/stat : 14527 (java) S 14511 14513 12570 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 21 0 131140478 1588350976 46558 4089446400 134512640 134550932 4289302304 18446744073709551615 4294960144 0 4 0 16800975 18446604471128381376 0 0 -1 6 0 0 0
[pid=14513/tid=14528] ppid=14511 vsize=1551124 CPUtime=1.28
/proc/14513/task/14528/stat : 14528 (java) S 14511 14513 12570 0 -1 4202560 5194 0 0 0 128 0 0 0 16 0 21 0 131140478 1588350976 46558 4089446400 134512640 134550932 4289302304 18446744073709551615 4294960144 0 4 0 16800975 18446604471128381376 0 0 -1 0 0 0 0
[pid=14513/tid=14529] ppid=14511 vsize=1551124 CPUtime=0.91
/proc/14513/task/14529/stat : 14529 (java) S 14511 14513 12570 0 -1 4202560 5696 0 0 0 90 1 0 0 16 0 21 0 131140478 1588350976 46558 4089446400 134512640 134550932 4289302304 18446744073709551615 4294960144 0 4 0 16800975 18446604471128381376 0 0 -1 0 0 0 0
[pid=14513/tid=14530] ppid=14511 vsize=1551124 CPUtime=0
/proc/14513/task/14530/stat : 14530 (java) S 14511 14513 12570 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 21 0 131140478 1588350976 46558 4089446400 134512640 134550932 4289302304 18446744073709551615 4294960144 0 4 0 16800975 18446604471128381376 0 0 -1 6 0 0 0
[pid=14513/tid=14531] ppid=14511 vsize=1551124 CPUtime=0
/proc/14513/task/14531/stat : 14531 (java) S 14511 14513 12570 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 21 0 131140478 1588350976 46558 4089446400 134512640 134550932 4289302304 18446744073709551615 4294960144 0 4 0 16800975 18446604471128381376 0 0 -1 5 0 0 0
[pid=14513/tid=14534] ppid=14511 vsize=1551124 CPUtime=0
/proc/14513/task/14534/stat : 14534 (java) S 14511 14513 12570 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 21 0 131140491 1588350976 46558 4089446400 134512640 134550932 4289302304 18446744073709551615 4294960144 0 4 0 16800975 18446604471128381376 0 0 -1 6 0 0 0
[pid=14513/tid=14535] ppid=14511 vsize=1551124 CPUtime=0
/proc/14513/task/14535/stat : 14535 (java) S 14511 14513 12570 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 21 0 131140491 1588350976 46558 4089446400 134512640 134550932 4289302304 18446744073709551615 4294960144 0 4 0 16800975 18446604471128381376 0 0 -1 5 0 0 0
[pid=14513/tid=14595] ppid=14511 vsize=1551124 CPUtime=27.53
/proc/14513/task/14595/stat : 14595 (java) R 14511 14513 12570 0 -1 4202560 8 0 0 0 2753 0 0 0 25 0 21 0 131142698 1588350976 46558 4089446400 134512640 134550932 4289302304 18446744073709551615 4109731510 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 70.38
Current children cumulated vsize (KiB) 1551124

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

[startup+52.7015 s]
/proc/loadavg: 2.57 2.16 2.04 4/220 14672
/proc/meminfo: memFree=30739700/32951124 swapFree=67111528/67111528
[pid=14513] ppid=14511 vsize=1551124 CPUtime=71.99
/proc/14513/stat : 14513 (java) S 14511 14513 12570 0 -1 4202496 52462 0 1 0 7186 13 0 0 17 0 21 0 131140474 1588350976 46558 4089446400 134512640 134550932 4289302304 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/14513/statm: 387781 46558 1449 10 0 385084 0
[pid=14513/tid=14515] ppid=14511 vsize=1551124 CPUtime=0.14
/proc/14513/task/14515/stat : 14515 (java) S 14511 14513 12570 0 -1 4202560 4052 0 1 0 14 0 0 0 15 0 21 0 131140474 1588350976 46558 4089446400 134512640 134550932 4289302304 18446744073709551615 4294960144 0 4 0 16800975 18446604471128381376 0 0 -1 6 0 0 0
[pid=14513/tid=14516] ppid=14511 vsize=1551124 CPUtime=0.03
/proc/14513/task/14516/stat : 14516 (java) S 14511 14513 12570 0 -1 4202560 186 0 0 0 3 0 0 0 15 0 21 0 131140475 1588350976 46558 4089446400 134512640 134550932 4289302304 18446744073709551615 4294960144 0 4 0 16800975 18446604471128381376 0 0 -1 0 0 0 0
[pid=14513/tid=14517] ppid=14511 vsize=1551124 CPUtime=0.03
/proc/14513/task/14517/stat : 14517 (java) S 14511 14513 12570 0 -1 4202560 34 0 0 0 3 0 0 0 15 0 21 0 131140475 1588350976 46558 4089446400 134512640 134550932 4289302304 18446744073709551615 4294960144 0 4 0 16800975 18446604471128381376 0 0 -1 5 0 0 0
[pid=14513/tid=14518] ppid=14511 vsize=1551124 CPUtime=0.04
/proc/14513/task/14518/stat : 14518 (java) S 14511 14513 12570 0 -1 4202560 281 0 0 0 4 0 0 0 15 0 21 0 131140475 1588350976 46558 4089446400 134512640 134550932 4289302304 18446744073709551615 4294960144 0 4 0 16800975 18446604471128381376 0 0 -1 1 0 0 0
[pid=14513/tid=14519] ppid=14511 vsize=1551124 CPUtime=0.02
/proc/14513/task/14519/stat : 14519 (java) S 14511 14513 12570 0 -1 4202560 60 0 0 0 2 0 0 0 15 0 21 0 131140475 1588350976 46558 4089446400 134512640 134550932 4289302304 18446744073709551615 4294960144 0 4 0 16800975 18446604471128381376 0 0 -1 0 0 0 0
[pid=14513/tid=14520] ppid=14511 vsize=1551124 CPUtime=0.03
/proc/14513/task/14520/stat : 14520 (java) S 14511 14513 12570 0 -1 4202560 67 0 0 0 3 0 0 0 15 0 21 0 131140475 1588350976 46558 4089446400 134512640 134550932 4289302304 18446744073709551615 4294960144 0 4 0 16800975 18446604471128381376 0 0 -1 6 0 0 0
[pid=14513/tid=14521] ppid=14511 vsize=1551124 CPUtime=0.03
/proc/14513/task/14521/stat : 14521 (java) S 14511 14513 12570 0 -1 4202560 347 0 0 0 3 0 0 0 15 0 21 0 131140475 1588350976 46558 4089446400 134512640 134550932 4289302304 18446744073709551615 4294960144 0 4 0 16800975 18446604471128381376 0 0 -1 1 0 0 0
[pid=14513/tid=14522] ppid=14511 vsize=1551124 CPUtime=0.03
/proc/14513/task/14522/stat : 14522 (java) S 14511 14513 12570 0 -1 4202560 227 0 0 0 3 0 0 0 15 0 21 0 131140475 1588350976 46558 4089446400 134512640 134550932 4289302304 18446744073709551615 4294960144 0 4 0 16800975 18446604471128381376 0 0 -1 5 0 0 0
[pid=14513/tid=14523] ppid=14511 vsize=1551124 CPUtime=0.05
/proc/14513/task/14523/stat : 14523 (java) S 14511 14513 12570 0 -1 4202560 385 0 0 0 5 0 0 0 15 0 21 0 131140475 1588350976 46558 4089446400 134512640 134550932 4289302304 18446744073709551615 4294960144 0 4 0 16800975 18446604471128381376 0 0 -1 6 0 0 0
[pid=14513/tid=14524] ppid=14511 vsize=1551124 CPUtime=1.54
/proc/14513/task/14524/stat : 14524 (java) S 14511 14513 12570 0 -1 4202560 6707 0 0 0 151 3 0 0 15 0 21 0 131140476 1588350976 46558 4089446400 134512640 134550932 4289302304 18446744073709551615 4294960144 0 0 0 16800975 18446604471128381376 0 0 -1 3 0 0 0
[pid=14513/tid=14525] ppid=14511 vsize=1551124 CPUtime=0
/proc/14513/task/14525/stat : 14525 (java) S 14511 14513 12570 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 21 0 131140476 1588350976 46558 4089446400 134512640 134550932 4289302304 18446744073709551615 4294960144 0 4 0 16800975 18446604471128381376 0 0 -1 1 0 0 0
[pid=14513/tid=14526] ppid=14511 vsize=1551124 CPUtime=0
/proc/14513/task/14526/stat : 14526 (java) S 14511 14513 12570 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 21 0 131140476 1588350976 46558 4089446400 134512640 134550932 4289302304 18446744073709551615 4294960144 0 4 0 16800975 18446604471128381376 0 0 -1 3 0 0 0
[pid=14513/tid=14527] ppid=14511 vsize=1551124 CPUtime=0
/proc/14513/task/14527/stat : 14527 (java) S 14511 14513 12570 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 21 0 131140478 1588350976 46558 4089446400 134512640 134550932 4289302304 18446744073709551615 4294960144 0 4 0 16800975 18446604471128381376 0 0 -1 6 0 0 0
[pid=14513/tid=14528] ppid=14511 vsize=1551124 CPUtime=1.28
/proc/14513/task/14528/stat : 14528 (java) S 14511 14513 12570 0 -1 4202560 5194 0 0 0 128 0 0 0 16 0 21 0 131140478 1588350976 46558 4089446400 134512640 134550932 4289302304 18446744073709551615 4294960144 0 4 0 16800975 18446604471128381376 0 0 -1 0 0 0 0
[pid=14513/tid=14529] ppid=14511 vsize=1551124 CPUtime=0.91
/proc/14513/task/14529/stat : 14529 (java) S 14511 14513 12570 0 -1 4202560 5696 0 0 0 90 1 0 0 16 0 21 0 131140478 1588350976 46558 4089446400 134512640 134550932 4289302304 18446744073709551615 4294960144 0 4 0 16800975 18446604471128381376 0 0 -1 0 0 0 0
[pid=14513/tid=14530] ppid=14511 vsize=1551124 CPUtime=0
/proc/14513/task/14530/stat : 14530 (java) S 14511 14513 12570 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 21 0 131140478 1588350976 46558 4089446400 134512640 134550932 4289302304 18446744073709551615 4294960144 0 4 0 16800975 18446604471128381376 0 0 -1 6 0 0 0
[pid=14513/tid=14531] ppid=14511 vsize=1551124 CPUtime=0
/proc/14513/task/14531/stat : 14531 (java) S 14511 14513 12570 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 21 0 131140478 1588350976 46558 4089446400 134512640 134550932 4289302304 18446744073709551615 4294960144 0 4 0 16800975 18446604471128381376 0 0 -1 5 0 0 0
[pid=14513/tid=14534] ppid=14511 vsize=1551124 CPUtime=0
/proc/14513/task/14534/stat : 14534 (java) S 14511 14513 12570 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 21 0 131140491 1588350976 46558 4089446400 134512640 134550932 4289302304 18446744073709551615 4294960144 0 4 0 16800975 18446604471128381376 0 0 -1 6 0 0 0
[pid=14513/tid=14535] ppid=14511 vsize=1551124 CPUtime=0
/proc/14513/task/14535/stat : 14535 (java) S 14511 14513 12570 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 21 0 131140491 1588350976 46558 4089446400 134512640 134550932 4289302304 18446744073709551615 4294960144 0 4 0 16800975 18446604471128381376 0 0 -1 5 0 0 0
[pid=14513/tid=14595] ppid=14511 vsize=1551124 CPUtime=29.14
/proc/14513/task/14595/stat : 14595 (java) R 14511 14513 12570 0 -1 4202560 8 0 0 0 2914 0 0 0 25 0 21 0 131142698 1588350976 46558 4089446400 134512640 134550932 4289302304 18446744073709551615 4109294012 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 71.99
Current children cumulated vsize (KiB) 1551124

[startup+53.1014 s]
/proc/loadavg: 2.57 2.16 2.04 4/220 14672
/proc/meminfo: memFree=30739700/32951124 swapFree=67111528/67111528
[pid=14513] ppid=14511 vsize=1551124 CPUtime=72.39
/proc/14513/stat : 14513 (java) S 14511 14513 12570 0 -1 4202496 52462 0 1 0 7226 13 0 0 17 0 21 0 131140474 1588350976 46558 4089446400 134512640 134550932 4289302304 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/14513/statm: 387781 46558 1449 10 0 385084 0
[pid=14513/tid=14515] ppid=14511 vsize=1551124 CPUtime=0.14
/proc/14513/task/14515/stat : 14515 (java) S 14511 14513 12570 0 -1 4202560 4052 0 1 0 14 0 0 0 15 0 21 0 131140474 1588350976 46558 4089446400 134512640 134550932 4289302304 18446744073709551615 4294960144 0 4 0 16800975 18446604471128381376 0 0 -1 6 0 0 0
[pid=14513/tid=14516] ppid=14511 vsize=1551124 CPUtime=0.03
/proc/14513/task/14516/stat : 14516 (java) S 14511 14513 12570 0 -1 4202560 186 0 0 0 3 0 0 0 15 0 21 0 131140475 1588350976 46558 4089446400 134512640 134550932 4289302304 18446744073709551615 4294960144 0 4 0 16800975 18446604471128381376 0 0 -1 0 0 0 0
[pid=14513/tid=14517] ppid=14511 vsize=1551124 CPUtime=0.03
/proc/14513/task/14517/stat : 14517 (java) S 14511 14513 12570 0 -1 4202560 34 0 0 0 3 0 0 0 15 0 21 0 131140475 1588350976 46558 4089446400 134512640 134550932 4289302304 18446744073709551615 4294960144 0 4 0 16800975 18446604471128381376 0 0 -1 5 0 0 0
[pid=14513/tid=14518] ppid=14511 vsize=1551124 CPUtime=0.04
/proc/14513/task/14518/stat : 14518 (java) S 14511 14513 12570 0 -1 4202560 281 0 0 0 4 0 0 0 15 0 21 0 131140475 1588350976 46558 4089446400 134512640 134550932 4289302304 18446744073709551615 4294960144 0 4 0 16800975 18446604471128381376 0 0 -1 1 0 0 0
[pid=14513/tid=14519] ppid=14511 vsize=1551124 CPUtime=0.02
/proc/14513/task/14519/stat : 14519 (java) S 14511 14513 12570 0 -1 4202560 60 0 0 0 2 0 0 0 15 0 21 0 131140475 1588350976 46558 4089446400 134512640 134550932 4289302304 18446744073709551615 4294960144 0 4 0 16800975 18446604471128381376 0 0 -1 0 0 0 0
[pid=14513/tid=14520] ppid=14511 vsize=1551124 CPUtime=0.03
/proc/14513/task/14520/stat : 14520 (java) S 14511 14513 12570 0 -1 4202560 67 0 0 0 3 0 0 0 15 0 21 0 131140475 1588350976 46558 4089446400 134512640 134550932 4289302304 18446744073709551615 4294960144 0 4 0 16800975 18446604471128381376 0 0 -1 6 0 0 0
[pid=14513/tid=14521] ppid=14511 vsize=1551124 CPUtime=0.03
/proc/14513/task/14521/stat : 14521 (java) S 14511 14513 12570 0 -1 4202560 347 0 0 0 3 0 0 0 15 0 21 0 131140475 1588350976 46558 4089446400 134512640 134550932 4289302304 18446744073709551615 4294960144 0 4 0 16800975 18446604471128381376 0 0 -1 1 0 0 0
[pid=14513/tid=14522] ppid=14511 vsize=1551124 CPUtime=0.03
/proc/14513/task/14522/stat : 14522 (java) S 14511 14513 12570 0 -1 4202560 227 0 0 0 3 0 0 0 15 0 21 0 131140475 1588350976 46558 4089446400 134512640 134550932 4289302304 18446744073709551615 4294960144 0 4 0 16800975 18446604471128381376 0 0 -1 5 0 0 0
[pid=14513/tid=14523] ppid=14511 vsize=1551124 CPUtime=0.05
/proc/14513/task/14523/stat : 14523 (java) S 14511 14513 12570 0 -1 4202560 385 0 0 0 5 0 0 0 15 0 21 0 131140475 1588350976 46558 4089446400 134512640 134550932 4289302304 18446744073709551615 4294960144 0 4 0 16800975 18446604471128381376 0 0 -1 6 0 0 0
[pid=14513/tid=14524] ppid=14511 vsize=1551124 CPUtime=1.54
/proc/14513/task/14524/stat : 14524 (java) S 14511 14513 12570 0 -1 4202560 6707 0 0 0 151 3 0 0 15 0 21 0 131140476 1588350976 46558 4089446400 134512640 134550932 4289302304 18446744073709551615 4294960144 0 0 0 16800975 18446604471128381376 0 0 -1 3 0 0 0
[pid=14513/tid=14525] ppid=14511 vsize=1551124 CPUtime=0
/proc/14513/task/14525/stat : 14525 (java) S 14511 14513 12570 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 21 0 131140476 1588350976 46558 4089446400 134512640 134550932 4289302304 18446744073709551615 4294960144 0 4 0 16800975 18446604471128381376 0 0 -1 1 0 0 0
[pid=14513/tid=14526] ppid=14511 vsize=1551124 CPUtime=0
/proc/14513/task/14526/stat : 14526 (java) S 14511 14513 12570 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 21 0 131140476 1588350976 46558 4089446400 134512640 134550932 4289302304 18446744073709551615 4294960144 0 4 0 16800975 18446604471128381376 0 0 -1 3 0 0 0
[pid=14513/tid=14527] ppid=14511 vsize=1551124 CPUtime=0
/proc/14513/task/14527/stat : 14527 (java) S 14511 14513 12570 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 21 0 131140478 1588350976 46558 4089446400 134512640 134550932 4289302304 18446744073709551615 4294960144 0 4 0 16800975 18446604471128381376 0 0 -1 6 0 0 0
[pid=14513/tid=14528] ppid=14511 vsize=1551124 CPUtime=1.28
/proc/14513/task/14528/stat : 14528 (java) S 14511 14513 12570 0 -1 4202560 5194 0 0 0 128 0 0 0 16 0 21 0 131140478 1588350976 46558 4089446400 134512640 134550932 4289302304 18446744073709551615 4294960144 0 4 0 16800975 18446604471128381376 0 0 -1 0 0 0 0
[pid=14513/tid=14529] ppid=14511 vsize=1551124 CPUtime=0.91
/proc/14513/task/14529/stat : 14529 (java) S 14511 14513 12570 0 -1 4202560 5696 0 0 0 90 1 0 0 16 0 21 0 131140478 1588350976 46558 4089446400 134512640 134550932 4289302304 18446744073709551615 4294960144 0 4 0 16800975 18446604471128381376 0 0 -1 0 0 0 0
[pid=14513/tid=14530] ppid=14511 vsize=1551124 CPUtime=0
/proc/14513/task/14530/stat : 14530 (java) S 14511 14513 12570 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 21 0 131140478 1588350976 46558 4089446400 134512640 134550932 4289302304 18446744073709551615 4294960144 0 4 0 16800975 18446604471128381376 0 0 -1 6 0 0 0
[pid=14513/tid=14531] ppid=14511 vsize=1551124 CPUtime=0
/proc/14513/task/14531/stat : 14531 (java) S 14511 14513 12570 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 21 0 131140478 1588350976 46558 4089446400 134512640 134550932 4289302304 18446744073709551615 4294960144 0 4 0 16800975 18446604471128381376 0 0 -1 5 0 0 0
[pid=14513/tid=14534] ppid=14511 vsize=1551124 CPUtime=0
/proc/14513/task/14534/stat : 14534 (java) S 14511 14513 12570 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 21 0 131140491 1588350976 46558 4089446400 134512640 134550932 4289302304 18446744073709551615 4294960144 0 4 0 16800975 18446604471128381376 0 0 -1 6 0 0 0
[pid=14513/tid=14535] ppid=14511 vsize=1551124 CPUtime=0
/proc/14513/task/14535/stat : 14535 (java) S 14511 14513 12570 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 21 0 131140491 1588350976 46558 4089446400 134512640 134550932 4289302304 18446744073709551615 4294960144 0 4 0 16800975 18446604471128381376 0 0 -1 5 0 0 0
[pid=14513/tid=14595] ppid=14511 vsize=1551124 CPUtime=29.53
/proc/14513/task/14595/stat : 14595 (java) R 14511 14513 12570 0 -1 4202560 8 0 0 0 2953 0 0 0 25 0 21 0 131142698 1588350976 46558 4089446400 134512640 134550932 4289302304 18446744073709551615 4109294038 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 72.39
Current children cumulated vsize (KiB) 1551124

[startup+53.3014 s]
/proc/loadavg: 2.57 2.16 2.04 4/220 14672
/proc/meminfo: memFree=30739700/32951124 swapFree=67111528/67111528
[pid=14513] ppid=14511 vsize=1551124 CPUtime=72.58
/proc/14513/stat : 14513 (java) S 14511 14513 12570 0 -1 4202496 52463 0 1 0 7245 13 0 0 17 0 20 0 131140474 1588350976 46558 4089446400 134512640 134550932 4289302304 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/14513/statm: 387781 46558 1449 10 0 385084 0
[pid=14513/tid=14515] ppid=14511 vsize=1551124 CPUtime=0.14
/proc/14513/task/14515/stat : 14515 (java) S 14511 14513 12570 0 -1 4202560 4052 0 1 0 14 0 0 0 15 0 20 0 131140474 1588350976 46558 4089446400 134512640 134550932 4289302304 18446744073709551615 4294960144 0 4 0 16800975 18446604471128381376 0 0 -1 6 0 0 0
[pid=14513/tid=14516] ppid=14511 vsize=1551124 CPUtime=0.04
/proc/14513/task/14516/stat : 14516 (java) S 14511 14513 12570 0 -1 4202560 186 0 0 0 4 0 0 0 15 0 20 0 131140475 1588350976 46558 4089446400 134512640 134550932 4289302304 18446744073709551615 4294960144 0 4 0 16800975 18446604471128381376 0 0 -1 2 0 0 0
[pid=14513/tid=14517] ppid=14511 vsize=1551124 CPUtime=0.03
/proc/14513/task/14517/stat : 14517 (java) S 14511 14513 12570 0 -1 4202560 34 0 0 0 3 0 0 0 15 0 20 0 131140475 1588350976 46558 4089446400 134512640 134550932 4289302304 18446744073709551615 4294960144 0 4 0 16800975 18446604471128381376 0 0 -1 5 0 0 0
[pid=14513/tid=14518] ppid=14511 vsize=1551124 CPUtime=0.04
/proc/14513/task/14518/stat : 14518 (java) S 14511 14513 12570 0 -1 4202560 281 0 0 0 4 0 0 0 15 0 20 0 131140475 1588350976 46558 4089446400 134512640 134550932 4289302304 18446744073709551615 4294960144 0 4 0 16800975 18446604471128381376 0 0 -1 7 0 0 0
[pid=14513/tid=14519] ppid=14511 vsize=1551124 CPUtime=0.02
/proc/14513/task/14519/stat : 14519 (java) S 14511 14513 12570 0 -1 4202560 60 0 0 0 2 0 0 0 15 0 20 0 131140475 1588350976 46558 4089446400 134512640 134550932 4289302304 18446744073709551615 4294960144 0 4 0 16800975 18446604471128381376 0 0 -1 6 0 0 0
[pid=14513/tid=14520] ppid=14511 vsize=1551124 CPUtime=0.04
/proc/14513/task/14520/stat : 14520 (java) S 14511 14513 12570 0 -1 4202560 67 0 0 0 4 0 0 0 15 0 20 0 131140475 1588350976 46558 4089446400 134512640 134550932 4289302304 18446744073709551615 4294960144 0 4 0 16800975 18446604471128381376 0 0 -1 6 0 0 0
[pid=14513/tid=14521] ppid=14511 vsize=1551124 CPUtime=0.03
/proc/14513/task/14521/stat : 14521 (java) S 14511 14513 12570 0 -1 4202560 347 0 0 0 3 0 0 0 15 0 20 0 131140475 1588350976 46558 4089446400 134512640 134550932 4289302304 18446744073709551615 4294960144 0 4 0 16800975 18446604471128381376 0 0 -1 1 0 0 0
[pid=14513/tid=14522] ppid=14511 vsize=1551124 CPUtime=0.03
/proc/14513/task/14522/stat : 14522 (java) S 14511 14513 12570 0 -1 4202560 227 0 0 0 3 0 0 0 15 0 20 0 131140475 1588350976 46558 4089446400 134512640 134550932 4289302304 18446744073709551615 4294960144 0 4 0 16800975 18446604471128381376 0 0 -1 5 0 0 0
[pid=14513/tid=14523] ppid=14511 vsize=1551124 CPUtime=0.05
/proc/14513/task/14523/stat : 14523 (java) S 14511 14513 12570 0 -1 4202560 385 0 0 0 5 0 0 0 15 0 20 0 131140475 1588350976 46558 4089446400 134512640 134550932 4289302304 18446744073709551615 4294960144 0 4 0 16800975 18446604471128381376 0 0 -1 2 0 0 0
[pid=14513/tid=14524] ppid=14511 vsize=1551124 CPUtime=1.54
/proc/14513/task/14524/stat : 14524 (java) S 14511 14513 12570 0 -1 4202560 6707 0 0 0 151 3 0 0 15 0 20 0 131140476 1588350976 46558 4089446400 134512640 134550932 4289302304 18446744073709551615 4294960144 0 0 0 16800975 18446604471128381376 0 0 -1 3 0 0 0
[pid=14513/tid=14525] ppid=14511 vsize=1551124 CPUtime=0
/proc/14513/task/14525/stat : 14525 (java) S 14511 14513 12570 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 20 0 131140476 1588350976 46558 4089446400 134512640 134550932 4289302304 18446744073709551615 4294960144 0 4 0 16800975 18446604471128381376 0 0 -1 1 0 0 0
[pid=14513/tid=14526] ppid=14511 vsize=1551124 CPUtime=0
/proc/14513/task/14526/stat : 14526 (java) S 14511 14513 12570 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 20 0 131140476 1588350976 46558 4089446400 134512640 134550932 4289302304 18446744073709551615 4294960144 0 4 0 16800975 18446604471128381376 0 0 -1 3 0 0 0
[pid=14513/tid=14527] ppid=14511 vsize=1551124 CPUtime=0
/proc/14513/task/14527/stat : 14527 (java) S 14511 14513 12570 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 20 0 131140478 1588350976 46558 4089446400 134512640 134550932 4289302304 18446744073709551615 4294960144 0 4 0 16800975 18446604471128381376 0 0 -1 6 0 0 0
[pid=14513/tid=14528] ppid=14511 vsize=1551124 CPUtime=1.28
/proc/14513/task/14528/stat : 14528 (java) S 14511 14513 12570 0 -1 4202560 5194 0 0 0 128 0 0 0 16 0 20 0 131140478 1588350976 46558 4089446400 134512640 134550932 4289302304 18446744073709551615 4294960144 0 4 0 16800975 18446604471128381376 0 0 -1 0 0 0 0
[pid=14513/tid=14529] ppid=14511 vsize=1551124 CPUtime=0.91
/proc/14513/task/14529/stat : 14529 (java) S 14511 14513 12570 0 -1 4202560 5696 0 0 0 90 1 0 0 16 0 20 0 131140478 1588350976 46558 4089446400 134512640 134550932 4289302304 18446744073709551615 4294960144 0 4 0 16800975 18446604471128381376 0 0 -1 0 0 0 0
[pid=14513/tid=14530] ppid=14511 vsize=1551124 CPUtime=0
/proc/14513/task/14530/stat : 14530 (java) S 14511 14513 12570 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 20 0 131140478 1588350976 46558 4089446400 134512640 134550932 4289302304 18446744073709551615 4294960144 0 4 0 16800975 18446604471128381376 0 0 -1 6 0 0 0
[pid=14513/tid=14531] ppid=14511 vsize=1551124 CPUtime=0
/proc/14513/task/14531/stat : 14531 (java) S 14511 14513 12570 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 20 0 131140478 1588350976 46558 4089446400 134512640 134550932 4289302304 18446744073709551615 4294960144 0 4 0 16800975 18446604471128381376 0 0 -1 5 0 0 0
[pid=14513/tid=14534] ppid=14511 vsize=1551124 CPUtime=0
/proc/14513/task/14534/stat : 14534 (java) S 14511 14513 12570 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 20 0 131140491 1588350976 46558 4089446400 134512640 134550932 4289302304 18446744073709551615 4294960144 0 4 0 16800975 18446604471128381376 0 0 -1 6 0 0 0
[pid=14513/tid=14535] ppid=14511 vsize=1551124 CPUtime=0
/proc/14513/task/14535/stat : 14535 (java) S 14511 14513 12570 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 20 0 131140491 1588350976 46558 4089446400 134512640 134550932 4289302304 18446744073709551615 4294960144 0 4 0 16800975 18446604471128381376 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 72.58
Current children cumulated vsize (KiB) 1551124

Child status: 30
Real time (s): 53.3617
CPU time (s): 72.634
CPU user time (s): 72.491
CPU system time (s): 0.142978
CPU usage (%): 136.116
Max. virtual memory (cumulated for all children) (KiB): 1553828

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 72.491
system time used= 0.142978
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 52472
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= 3799
involuntary context switches= 10369

runsolver used 0.120981 second user time and 0.198969 second system time

The end

Launcher Data

Begin job on node138 at 2010-06-30 13:47:26
IDJOB=2694692
IDBENCH=78836
IDSOLVER=1207
FILE ID=node138/2694692-1277898446
PBS_JOBID= 11197078
Free space on /tmp= 74136 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1111218308--soft-33-100-0.wbo
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2694692-1277898446/watcher-2694692-1277898446 -o /tmp/evaluation-result-2694692-1277898446/solver-2694692-1277898446 -C 1800 -W 2000 -M 3800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2694692-1277898446.wbo

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

MD5SUM BENCH= cc0c9e984fb29816b50b1482397a634f
RANDOM SEED=1043650531

node138.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.860
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.72
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.860
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	: 5226.08
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.860
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.82
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.860
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.75
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.860
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.80
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.860
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.83
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.860
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.860
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.98
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      28643440 kB
Buffers:        183068 kB
Cached:        1469744 kB
SwapCached:          0 kB
Active:        3144820 kB
Inactive:      1011864 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28643440 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:             652 kB
Writeback:           0 kB
AnonPages:     2504108 kB
Mapped:          15224 kB
Slab:            82680 kB
PageTables:       9192 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  2648384 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= 74140 MiB
End job on node138 at 2010-06-30 13:48:19