Trace number 2694843

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. 66.6059 52.4111

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110969170--soft-0-100-0.wbo
MD5SUM2498aa7c72321a79724f3337e23f532a
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark17
Best CPU time to get the best result obtained on this benchmark0.171973
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 1227
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.01/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.01/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.07	c See www.sat4j.org for details.
0.01/0.07	c version 2.2.0.v20100531
0.01/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.01/0.07	c java.vm.name		Java HotSpot(TM) Server VM
0.01/0.07	c java.vm.version	11.2-b01
0.01/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.01/0.07	c sun.arch.data.model	32
0.01/0.07	c java.version		1.6.0_12
0.01/0.07	c os.name		Linux
0.01/0.07	c os.version		2.6.18-164.el5
0.01/0.07	c os.arch		i386
0.01/0.07	c Free memory 		1393557488
0.01/0.07	c Max memory 		1395916800
0.01/0.07	c Total memory 		1395916800
0.01/0.07	c Number of processors 	8
0.10/0.10	c Pseudo Boolean Optimization
0.10/0.10	c ManyCore solver with 2 solvers running in parallel
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c Stops conflict analysis at the first Unique Implication Point
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@18385e3
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.10	c Expensive reason simplification
0.10/0.10	c Armin Biere (Picosat) restarts strategy
0.10/0.10	c Glucose learned constraints deletion strategy
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c Stops conflict analysis at the first Unique Implication Point
0.10/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@cf40f5
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.10	c No reason simplification
0.10/0.10	c Armin Biere (Picosat) restarts strategy
0.10/0.10	c Glucose learned constraints deletion strategy
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	
0.10/0.10	c solving HOME/instance-2694843-1277923190.wbo
0.10/0.10	c reading problem ... 
0.10/0.16	c ... done. Wall clock time 0.06s.
0.10/0.16	c #vars     270
0.10/0.16	c #constraints  101
0.10/0.16	c constraints type 
0.10/0.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 26
0.10/0.16	c org.sat4j.minisat.constraints.card.MinWatchCard => 74
0.10/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
0.10/0.16	c constraints type 
0.10/0.16	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 26
0.10/0.16	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 74
0.10/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
0.71/0.32	c And the winner is Resolution
1.07/1.16	c SATISFIABLE
1.07/1.16	c OPTIMIZING...
1.07/1.16	c Got one! Elapsed wall clock time (in seconds):1.063
1.07/1.16	o 668
1.07/1.18	c And the winner is Resolution
1.52/2.17	c Got one! Elapsed wall clock time (in seconds):2.066
1.52/2.17	o 631
1.52/2.19	c And the winner is Resolution
1.58/3.17	c Got one! Elapsed wall clock time (in seconds):3.07
1.58/3.17	o 610
1.58/3.18	c And the winner is Resolution
1.63/4.17	c Got one! Elapsed wall clock time (in seconds):4.074
1.63/4.17	o 586
1.68/4.20	c And the winner is Resolution
1.70/5.18	c Got one! Elapsed wall clock time (in seconds):5.077
1.70/5.18	o 312
1.75/5.22	c And the winner is Resolution
1.94/6.18	c Got one! Elapsed wall clock time (in seconds):6.082
1.94/6.18	o 311
1.97/6.22	c And the winner is Resolution
2.19/7.19	c Got one! Elapsed wall clock time (in seconds):7.085
2.19/7.19	o 304
2.22/7.22	c And the winner is Resolution
2.37/8.19	c Got one! Elapsed wall clock time (in seconds):8.089
2.37/8.19	o 259
2.40/8.22	c And the winner is Resolution
2.73/9.19	c Got one! Elapsed wall clock time (in seconds):9.092
2.73/9.19	o 202
2.74/9.24	c cleaning 2499 clauses out of 5001 with flag 5001/5001
2.74/9.28	c And the winner is Resolution
2.94/10.20	c Got one! Elapsed wall clock time (in seconds):10.095
2.94/10.20	o 184
2.94/10.27	c And the winner is Resolution
3.20/11.20	c Got one! Elapsed wall clock time (in seconds):11.097
3.20/11.20	o 172
3.39/11.39	c cleaning 4249 clauses out of 8501 with flag 11000/11000
4.05/11.67	c And the winner is Resolution
4.20/12.20	c Got one! Elapsed wall clock time (in seconds):12.099
4.20/12.20	o 165
4.39/12.32	c cleaning 5622 clauses out of 11252 with flag 18000/18000
5.18/12.76	c And the winner is Resolution
5.35/13.20	c Got one! Elapsed wall clock time (in seconds):13.101
5.35/13.20	o 151
5.35/13.27	c cleaning 6813 clauses out of 13631 with flag 26001/26001
6.35/13.71	c And the winner is Resolution
6.41/14.21	c Got one! Elapsed wall clock time (in seconds):14.105
6.41/14.21	o 142
6.67/14.33	c cleaning 7904 clauses out of 15817 with flag 35000/35000
7.44/14.73	c And the winner is Resolution
7.52/15.21	c Got one! Elapsed wall clock time (in seconds):15.109
7.52/15.21	o 127
7.70/15.36	c cleaning 8949 clauses out of 17913 with flag 45000/45000
8.89/15.95	c cleaning 9481 clauses out of 18965 with flag 55001/55001
10.10/16.55	c cleaning 9736 clauses out of 19483 with flag 65000/65000
11.28/17.15	c cleaning 9869 clauses out of 19749 with flag 75002/75002
11.65/17.30	c And the winner is CuttingPlanes
11.67/18.22	c Got one! Elapsed wall clock time (in seconds):18.116
11.67/18.22	o 121
11.83/18.32	c And the winner is Resolution
11.95/19.22	c Got one! Elapsed wall clock time (in seconds):19.119
11.95/19.22	o 119
12.51/19.59	c cleaning 9933 clauses out of 19878 with flag 85000/85000
13.09/19.89	c And the winner is Resolution
13.45/20.22	c Got one! Elapsed wall clock time (in seconds):20.122
13.45/20.22	o 92
14.00/20.51	c cleaning 9968 clauses out of 19945 with flag 95000/95000
14.97/21.07	c cleaning 9987 clauses out of 19977 with flag 105000/105000
15.16/21.19	c And the winner is Resolution
15.59/22.23	c Got one! Elapsed wall clock time (in seconds):22.128
15.59/22.23	o 74
16.33/22.67	c cleaning 9991 clauses out of 19992 with flag 115002/115002
17.11/23.06	c And the winner is Resolution
17.26/23.23	c Got one! Elapsed wall clock time (in seconds):23.132
17.26/23.23	o 70
17.38/23.39	c cleaning 9994 clauses out of 20000 with flag 125001/125001
18.58/23.96	c cleaning 9998 clauses out of 20005 with flag 135000/135000
19.76/24.51	c cleaning 9997 clauses out of 20007 with flag 145000/145000
20.93/25.12	c cleaning 10000 clauses out of 20010 with flag 155000/155000
21.91/25.64	c cleaning 10001 clauses out of 20010 with flag 165000/165000
23.08/26.20	c cleaning 10000 clauses out of 20009 with flag 175000/175000
24.26/26.83	c cleaning 10000 clauses out of 20009 with flag 185000/185000
25.43/27.42	c cleaning 10003 clauses out of 20011 with flag 195002/195002
25.60/27.54	c And the winner is Resolution
25.87/28.24	c Got one! Elapsed wall clock time (in seconds):28.144
25.87/28.24	o 69
26.38/28.59	c cleaning 9999 clauses out of 20006 with flag 205000/205000
27.53/29.18	c cleaning 9996 clauses out of 20008 with flag 215001/215001
28.52/29.70	c cleaning 10003 clauses out of 20013 with flag 225002/225002
29.67/30.21	c cleaning 10000 clauses out of 20008 with flag 235000/235000
30.65/30.74	c cleaning 9998 clauses out of 20009 with flag 245001/245001
31.62/31.27	c cleaning 10001 clauses out of 20010 with flag 255000/255000
31.81/31.33	c And the winner is Resolution
32.01/32.25	c Got one! Elapsed wall clock time (in seconds):32.153
32.01/32.25	o 61
32.90/32.72	c cleaning 9999 clauses out of 20009 with flag 265000/265000
33.85/33.20	c cleaning 10001 clauses out of 20010 with flag 275000/275000
34.62/33.63	c cleaning 9998 clauses out of 20009 with flag 285000/285000
35.00/33.84	c And the winner is Resolution
35.28/34.26	c Got one! Elapsed wall clock time (in seconds):34.158
35.28/34.26	o 47
35.95/34.62	c cleaning 10002 clauses out of 20011 with flag 295000/295000
37.13/35.23	c cleaning 10001 clauses out of 20010 with flag 305001/305001
37.48/35.49	c And the winner is Resolution
37.96/36.28	c Got one! Elapsed wall clock time (in seconds):36.176
37.96/36.28	o 41
38.41/36.55	c cleaning 10002 clauses out of 20009 with flag 315001/315001
39.39/37.01	c cleaning 9998 clauses out of 20006 with flag 325000/325000
40.16/37.49	c cleaning 10002 clauses out of 20009 with flag 335001/335001
41.11/37.93	c cleaning 9998 clauses out of 20006 with flag 345000/345000
41.86/38.40	c cleaning 9994 clauses out of 20008 with flag 355000/355000
42.82/38.85	c cleaning 10000 clauses out of 20016 with flag 365002/365002
43.78/39.30	c cleaning 10003 clauses out of 20016 with flag 375002/375002
44.55/39.77	c cleaning 10001 clauses out of 20011 with flag 385000/385000
45.51/40.24	c cleaning 9998 clauses out of 20011 with flag 395001/395001
45.67/40.33	c And the winner is Resolution
47.50/42.29	c Got one! Elapsed wall clock time (in seconds):42.189
47.50/42.29	o 28
48.31/42.70	c cleaning 10004 clauses out of 20012 with flag 405000/405000
49.08/43.13	c cleaning 10000 clauses out of 20008 with flag 415000/415000
49.84/43.56	c cleaning 10000 clauses out of 20008 with flag 425000/425000
50.60/44.00	c cleaning 9998 clauses out of 20008 with flag 435000/435000
51.55/44.45	c cleaning 10004 clauses out of 20011 with flag 445001/445001
52.72/45.01	c cleaning 10001 clauses out of 20006 with flag 455000/455000
53.48/45.49	c cleaning 10000 clauses out of 20005 with flag 465000/465000
54.43/45.99	c cleaning 9999 clauses out of 20005 with flag 475000/475000
55.39/46.49	c cleaning 9995 clauses out of 20006 with flag 485000/485000
56.35/46.98	c cleaning 10005 clauses out of 20015 with flag 495004/495004
57.31/47.47	c cleaning 9997 clauses out of 20006 with flag 505000/505000
58.27/47.96	c cleaning 10002 clauses out of 20011 with flag 515002/515002
59.24/48.43	c cleaning 10000 clauses out of 20008 with flag 525001/525001
59.99/48.89	c cleaning 9995 clauses out of 20007 with flag 535000/535000
60.95/49.37	c cleaning 10002 clauses out of 20012 with flag 545000/545000
61.89/49.86	c cleaning 10001 clauses out of 20010 with flag 555000/555000
62.85/50.38	c cleaning 10002 clauses out of 20010 with flag 565001/565001
63.80/50.90	c cleaning 9998 clauses out of 20008 with flag 575001/575001
64.76/51.37	c cleaning 10004 clauses out of 20009 with flag 585000/585000
65.95/51.97	c cleaning 10001 clauses out of 20006 with flag 595003/595003
66.22/52.04	c And the winner is Resolution
66.53/52.36	c starts		: 177
66.53/52.36	c conflicts		: 595700
66.53/52.36	c decisions		: 869446
66.53/52.36	c propagations		: 15131778
66.53/52.36	c inspects		: 145693912
66.53/52.36	c learnt literals	: 6
66.53/52.36	c learnt binary clauses	: 20
66.53/52.36	c learnt ternary clauses	: 93
66.53/52.36	c learnt clauses	: 595693
66.53/52.36	c ignored clauses	: 0
66.53/52.36	c root simplifications	: 0
66.53/52.36	c removed literals (reason simplification)	: 5924544
66.53/52.36	c reason swapping (by a shorter reason)	: 0
66.53/52.36	c Calls to reduceDB	: 61
66.53/52.36	c number of reductions to clauses (during analyze)	: 0
66.53/52.36	c number of learned constraints concerned by reduction	: 0
66.53/52.36	c number of learning phase by resolution	: 0
66.53/52.36	c number of learning phase by cutting planes	: 0
66.53/52.36	c speed (assignments/second)	: 1502659.1857000992
66.53/52.36	c non guided choices	1413
66.53/52.36	c learnt constraints type 
66.53/52.36	c constraints type 
66.53/52.36	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 26
66.53/52.36	c org.sat4j.minisat.constraints.card.MinWatchCard => 74
66.53/52.36	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
66.53/52.36	c constraints type 
66.53/52.36	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 26
66.53/52.36	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 74
66.53/52.36	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
66.53/52.36	s OPTIMUM FOUND
66.53/52.36	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 
66.53/52.36	c objective function=28
66.53/52.36	c Total wall clock time (in seconds): 52.261

Verifier Data

OK	28

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2694843-1277923190/watcher-2694843-1277923190 -o /tmp/evaluation-result-2694843-1277923190/solver-2694843-1277923190 -C 1800 -W 2000 -M 3800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2694843-1277923190.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.02 2.02 2.00 3/178 16002
/proc/meminfo: memFree=28768572/32951124 swapFree=67111528/67111528
[pid=16002] ppid=16000 vsize=13164 CPUtime=0
/proc/16002/stat : 16002 (java) R 16000 16002 14613 0 -1 4194304 851 0 0 0 0 0 0 0 18 0 1 0 133614139 13479936 385 4089446400 134512640 134550932 4289295888 18446744073709551615 8181381 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/16002/statm: 3291 391 144 10 0 1121 0

[startup+0.025449 s]
/proc/loadavg: 2.02 2.02 2.00 3/178 16002
/proc/meminfo: memFree=28768572/32951124 swapFree=67111528/67111528
[pid=16002] ppid=16000 vsize=1525308 CPUtime=0.01
/proc/16002/stat : 16002 (java) S 16000 16002 14613 0 -1 4202496 3559 0 1 0 1 0 0 0 18 0 13 0 133614139 1561915392 3001 4089446400 134512640 134550932 4289295888 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/16002/statm: 381327 3004 1004 10 0 378637 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1525308

[startup+0.101432 s]
/proc/loadavg: 2.02 2.02 2.00 3/178 16002
/proc/meminfo: memFree=28768572/32951124 swapFree=67111528/67111528
[pid=16002] ppid=16000 vsize=1529724 CPUtime=0.1
/proc/16002/stat : 16002 (java) S 16000 16002 14613 0 -1 4202496 5231 0 1 0 10 0 0 0 18 0 18 0 133614139 1566437376 4669 4089446400 134512640 134550932 4289295888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/16002/statm: 382431 4669 1346 10 0 379734 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1529724

[startup+0.300392 s]
/proc/loadavg: 2.02 2.02 2.00 3/178 16002
/proc/meminfo: memFree=28768572/32951124 swapFree=67111528/67111528
[pid=16002] ppid=16000 vsize=1535868 CPUtime=0.71
/proc/16002/stat : 16002 (java) S 16000 16002 14613 0 -1 4202496 8734 0 1 0 70 1 0 0 18 0 22 0 133614139 1572728832 7486 4089446400 134512640 134550932 4289295888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/16002/statm: 383967 7486 1420 10 0 381270 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 1535868

[startup+0.700329 s]
/proc/loadavg: 2.02 2.02 2.00 3/178 16002
/proc/meminfo: memFree=28768572/32951124 swapFree=67111528/67111528
[pid=16002] ppid=16000 vsize=1537056 CPUtime=1.07
/proc/16002/stat : 16002 (java) S 16000 16002 14613 0 -1 4202496 10617 0 1 0 106 1 0 0 18 0 20 0 133614139 1573945344 8251 4089446400 134512640 134550932 4289295888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/16002/statm: 384264 8251 1422 10 0 381567 0
Current children cumulated CPU time (s) 1.07
Current children cumulated vsize (KiB) 1537056

[startup+1.50117 s]
/proc/loadavg: 2.02 2.02 2.00 2/198 16024
/proc/meminfo: memFree=28739032/32951124 swapFree=67111528/67111528
[pid=16002] ppid=16000 vsize=1546232 CPUtime=1.48
/proc/16002/stat : 16002 (java) S 16000 16002 14613 0 -1 4202496 15031 0 1 0 147 1 0 0 18 0 20 0 133614139 1583341568 10552 4089446400 134512640 134550932 4289295888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/16002/statm: 386558 10559 1425 10 0 383861 0
[pid=16002/tid=16004] ppid=16000 vsize=1546232 CPUtime=0.14
/proc/16002/task/16004/stat : 16004 (java) S 16000 16002 14613 0 -1 4202560 4031 0 1 0 14 0 0 0 19 0 20 0 133614140 1583341568 10563 4089446400 134512640 134550932 4289295888 18446744073709551615 4294960144 0 4 0 16800975 18446604471135487168 0 0 -1 4 0 0 0
[pid=16002/tid=16005] ppid=16000 vsize=1546232 CPUtime=0
/proc/16002/task/16005/stat : 16005 (java) S 16000 16002 14613 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 20 0 133614140 1583341568 10567 4089446400 134512640 134550932 4289295888 18446744073709551615 4294960144 0 4 0 16800975 18446604471135487168 0 0 -1 4 0 0 0
[pid=16002/tid=16006] ppid=16000 vsize=1546232 CPUtime=0
/proc/16002/task/16006/stat : 16006 (java) S 16000 16002 14613 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 20 0 133614140 1583341568 10572 4089446400 134512640 134550932 4289295888 18446744073709551615 4294960144 0 4 0 16800975 18446604471135487168 0 0 -1 0 0 0 0
[pid=16002/tid=16007] ppid=16000 vsize=1546232 CPUtime=0
/proc/16002/task/16007/stat : 16007 (java) S 16000 16002 14613 0 -1 4202560 0 0 0 0 0 0 0 0 21 0 20 0 133614140 1583341568 10572 4089446400 134512640 134550932 4289295888 18446744073709551615 4294960144 0 4 0 16800975 18446604471135487168 0 0 -1 0 0 0 0
[pid=16002/tid=16008] ppid=16000 vsize=1546232 CPUtime=0
/proc/16002/task/16008/stat : 16008 (java) S 16000 16002 14613 0 -1 4202560 0 0 0 0 0 0 0 0 21 0 20 0 133614140 1583341568 10572 4089446400 134512640 134550932 4289295888 18446744073709551615 4294960144 0 4 0 16800975 18446604471135487168 0 0 -1 0 0 0 0
[pid=16002/tid=16009] ppid=16000 vsize=1546232 CPUtime=0
/proc/16002/task/16009/stat : 16009 (java) S 16000 16002 14613 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 20 0 133614140 1583341568 10572 4089446400 134512640 134550932 4289295888 18446744073709551615 4294960144 0 4 0 16800975 18446604471135487168 0 0 -1 0 0 0 0
[pid=16002/tid=16010] ppid=16000 vsize=1546232 CPUtime=0
/proc/16002/task/16010/stat : 16010 (java) S 16000 16002 14613 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 20 0 133614140 1583341568 10572 4089446400 134512640 134550932 4289295888 18446744073709551615 4294960144 0 4 0 16800975 18446604471135487168 0 0 -1 0 0 0 0
[pid=16002/tid=16011] ppid=16000 vsize=1546232 CPUtime=0
/proc/16002/task/16011/stat : 16011 (java) S 16000 16002 14613 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 20 0 133614140 1583341568 10572 4089446400 134512640 134550932 4289295888 18446744073709551615 4294960144 0 4 0 16800975 18446604471135487168 0 0 -1 0 0 0 0
[pid=16002/tid=16012] ppid=16000 vsize=1546232 CPUtime=0
/proc/16002/task/16012/stat : 16012 (java) S 16000 16002 14613 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 20 0 133614140 1583341568 10572 4089446400 134512640 134550932 4289295888 18446744073709551615 4294960144 0 4 0 16800975 18446604471135487168 0 0 -1 0 0 0 0
[pid=16002/tid=16013] ppid=16000 vsize=1546232 CPUtime=0
/proc/16002/task/16013/stat : 16013 (java) S 16000 16002 14613 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 20 0 133614141 1583341568 10572 4089446400 134512640 134550932 4289295888 18446744073709551615 4294960144 0 0 0 16800975 18446604471135487168 0 0 -1 6 0 0 0
[pid=16002/tid=16014] ppid=16000 vsize=1546232 CPUtime=0
/proc/16002/task/16014/stat : 16014 (java) S 16000 16002 14613 0 -1 4202560 10 0 0 0 0 0 0 0 24 0 20 0 133614141 1583341568 10572 4089446400 134512640 134550932 4289295888 18446744073709551615 4294960144 0 4 0 16800975 18446604471135487168 0 0 -1 4 0 0 0
[pid=16002/tid=16015] ppid=16000 vsize=1546232 CPUtime=0
/proc/16002/task/16015/stat : 16015 (java) S 16000 16002 14613 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 20 0 133614141 1583341568 10572 4089446400 134512640 134550932 4289295888 18446744073709551615 4294960144 0 4 0 16800975 18446604471135487168 0 0 -1 4 0 0 0
[pid=16002/tid=16016] ppid=16000 vsize=1546232 CPUtime=0
/proc/16002/task/16016/stat : 16016 (java) S 16000 16002 14613 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 133614144 1583341568 10572 4089446400 134512640 134550932 4289295888 18446744073709551615 4294960144 0 4 0 16800975 18446604471135487168 0 0 -1 4 0 0 0
[pid=16002/tid=16017] ppid=16000 vsize=1546232 CPUtime=0.32
/proc/16002/task/16017/stat : 16017 (java) S 16000 16002 14613 0 -1 4202560 1365 0 0 0 32 0 0 0 15 0 20 0 133614144 1583341568 10572 4089446400 134512640 134550932 4289295888 18446744073709551615 4294960144 0 4 0 16800975 18446604471135487168 0 0 -1 6 0 0 0
[pid=16002/tid=16018] ppid=16000 vsize=1546232 CPUtime=0.63
/proc/16002/task/16018/stat : 16018 (java) R 16000 16002 14613 0 -1 4202560 6787 0 0 0 63 0 0 0 16 0 20 0 133614144 1583341568 10572 4089446400 134512640 134550932 4289295888 18446744073709551615 104163101 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16002/tid=16019] ppid=16000 vsize=1546232 CPUtime=0
/proc/16002/task/16019/stat : 16019 (java) S 16000 16002 14613 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 133614144 1583341568 10572 4089446400 134512640 134550932 4289295888 18446744073709551615 4294960144 0 4 0 16800975 18446604471135487168 0 0 -1 4 0 0 0
[pid=16002/tid=16020] ppid=16000 vsize=1546232 CPUtime=0
/proc/16002/task/16020/stat : 16020 (java) S 16000 16002 14613 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 20 0 133614144 1583341568 10572 4089446400 134512640 134550932 4289295888 18446744073709551615 4294960144 0 4 0 16800975 18446604471135487168 0 0 -1 3 0 0 0
[pid=16002/tid=16023] ppid=16000 vsize=1546232 CPUtime=0
/proc/16002/task/16023/stat : 16023 (java) S 16000 16002 14613 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 20 0 133614156 1583341568 10572 4089446400 134512640 134550932 4289295888 18446744073709551615 4294960144 0 4 0 16800975 18446604471135487168 0 0 -1 0 0 0 0
[pid=16002/tid=16024] ppid=16000 vsize=1546232 CPUtime=0
/proc/16002/task/16024/stat : 16024 (java) S 16000 16002 14613 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 20 0 133614156 1583341568 10572 4089446400 134512640 134550932 4289295888 18446744073709551615 4294960144 0 4 0 16800975 18446604471135487168 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 1546232

[startup+3.10094 s]
/proc/loadavg: 2.02 2.02 2.00 2/198 16026
/proc/meminfo: memFree=28729500/32951124 swapFree=67111528/67111528
[pid=16002] ppid=16000 vsize=1545380 CPUtime=1.58
/proc/16002/stat : 16002 (java) S 16000 16002 14613 0 -1 4202496 16204 0 1 0 157 1 0 0 18 0 20 0 133614139 1582469120 11339 4089446400 134512640 134550932 4289295888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/16002/statm: 386345 11339 1425 10 0 383648 0
[pid=16002/tid=16004] ppid=16000 vsize=1545380 CPUtime=0.15
/proc/16002/task/16004/stat : 16004 (java) S 16000 16002 14613 0 -1 4202560 4045 0 1 0 15 0 0 0 19 0 20 0 133614140 1582469120 11339 4089446400 134512640 134550932 4289295888 18446744073709551615 4294960144 0 4 0 16800975 18446604471135487168 0 0 -1 0 0 0 0
[pid=16002/tid=16005] ppid=16000 vsize=1545380 CPUtime=0
/proc/16002/task/16005/stat : 16005 (java) S 16000 16002 14613 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 20 0 133614140 1582469120 11339 4089446400 134512640 134550932 4289295888 18446744073709551615 4294960144 0 4 0 16800975 18446604471135487168 0 0 -1 4 0 0 0
[pid=16002/tid=16006] ppid=16000 vsize=1545380 CPUtime=0
/proc/16002/task/16006/stat : 16006 (java) S 16000 16002 14613 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 20 0 133614140 1582469120 11339 4089446400 134512640 134550932 4289295888 18446744073709551615 4294960144 0 4 0 16800975 18446604471135487168 0 0 -1 0 0 0 0
[pid=16002/tid=16007] ppid=16000 vsize=1545380 CPUtime=0
/proc/16002/task/16007/stat : 16007 (java) S 16000 16002 14613 0 -1 4202560 0 0 0 0 0 0 0 0 21 0 20 0 133614140 1582469120 11339 4089446400 134512640 134550932 4289295888 18446744073709551615 4294960144 0 4 0 16800975 18446604471135487168 0 0 -1 0 0 0 0
[pid=16002/tid=16008] ppid=16000 vsize=1545380 CPUtime=0
/proc/16002/task/16008/stat : 16008 (java) S 16000 16002 14613 0 -1 4202560 0 0 0 0 0 0 0 0 21 0 20 0 133614140 1582469120 11339 4089446400 134512640 134550932 4289295888 18446744073709551615 4294960144 0 4 0 16800975 18446604471135487168 0 0 -1 0 0 0 0
[pid=16002/tid=16009] ppid=16000 vsize=1545380 CPUtime=0
/proc/16002/task/16009/stat : 16009 (java) S 16000 16002 14613 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 20 0 133614140 1582469120 11339 4089446400 134512640 134550932 4289295888 18446744073709551615 4294960144 0 4 0 16800975 18446604471135487168 0 0 -1 0 0 0 0
[pid=16002/tid=16010] ppid=16000 vsize=1545380 CPUtime=0
/proc/16002/task/16010/stat : 16010 (java) S 16000 16002 14613 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 20 0 133614140 1582469120 11339 4089446400 134512640 134550932 4289295888 18446744073709551615 4294960144 0 4 0 16800975 18446604471135487168 0 0 -1 0 0 0 0
[pid=16002/tid=16011] ppid=16000 vsize=1545380 CPUtime=0
/proc/16002/task/16011/stat : 16011 (java) S 16000 16002 14613 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 20 0 133614140 1582469120 11339 4089446400 134512640 134550932 4289295888 18446744073709551615 4294960144 0 4 0 16800975 18446604471135487168 0 0 -1 0 0 0 0
[pid=16002/tid=16012] ppid=16000 vsize=1545380 CPUtime=0
/proc/16002/task/16012/stat : 16012 (java) S 16000 16002 14613 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 20 0 133614140 1582469120 11339 4089446400 134512640 134550932 4289295888 18446744073709551615 4294960144 0 4 0 16800975 18446604471135487168 0 0 -1 0 0 0 0
[pid=16002/tid=16013] ppid=16000 vsize=1545380 CPUtime=0
/proc/16002/task/16013/stat : 16013 (java) S 16000 16002 14613 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 20 0 133614141 1582469120 11339 4089446400 134512640 134550932 4289295888 18446744073709551615 4294960144 0 0 0 16800975 18446604471135487168 0 0 -1 6 0 0 0
[pid=16002/tid=16014] ppid=16000 vsize=1545380 CPUtime=0
/proc/16002/task/16014/stat : 16014 (java) S 16000 16002 14613 0 -1 4202560 10 0 0 0 0 0 0 0 24 0 20 0 133614141 1582469120 11339 4089446400 134512640 134550932 4289295888 18446744073709551615 4294960144 0 4 0 16800975 18446604471135487168 0 0 -1 4 0 0 0
[pid=16002/tid=16015] ppid=16000 vsize=1545380 CPUtime=0
/proc/16002/task/16015/stat : 16015 (java) S 16000 16002 14613 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 20 0 133614141 1582469120 11339 4089446400 134512640 134550932 4289295888 18446744073709551615 4294960144 0 4 0 16800975 18446604471135487168 0 0 -1 4 0 0 0
[pid=16002/tid=16016] ppid=16000 vsize=1545380 CPUtime=0
/proc/16002/task/16016/stat : 16016 (java) S 16000 16002 14613 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 133614144 1582469120 11339 4089446400 134512640 134550932 4289295888 18446744073709551615 4294960144 0 4 0 16800975 18446604471135487168 0 0 -1 4 0 0 0
[pid=16002/tid=16017] ppid=16000 vsize=1545380 CPUtime=0.33
/proc/16002/task/16017/stat : 16017 (java) S 16000 16002 14613 0 -1 4202560 1365 0 0 0 33 0 0 0 15 0 20 0 133614144 1582469120 11339 4089446400 134512640 134550932 4289295888 18446744073709551615 4294960144 0 4 0 16800975 18446604471135487168 0 0 -1 6 0 0 0
[pid=16002/tid=16018] ppid=16000 vsize=1545380 CPUtime=0.68
/proc/16002/task/16018/stat : 16018 (java) S 16000 16002 14613 0 -1 4202560 7020 0 0 0 68 0 0 0 15 0 20 0 133614144 1582469120 11339 4089446400 134512640 134550932 4289295888 18446744073709551615 4294960144 0 4 0 16800975 18446604471135487168 0 0 -1 0 0 0 0
[pid=16002/tid=16019] ppid=16000 vsize=1545380 CPUtime=0
/proc/16002/task/16019/stat : 16019 (java) S 16000 16002 14613 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 133614144 1582469120 11339 4089446400 134512640 134550932 4289295888 18446744073709551615 4294960144 0 4 0 16800975 18446604471135487168 0 0 -1 4 0 0 0
[pid=16002/tid=16020] ppid=16000 vsize=1545380 CPUtime=0
/proc/16002/task/16020/stat : 16020 (java) S 16000 16002 14613 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 20 0 133614144 1582469120 11339 4089446400 134512640 134550932 4289295888 18446744073709551615 4294960144 0 4 0 16800975 18446604471135487168 0 0 -1 3 0 0 0
[pid=16002/tid=16023] ppid=16000 vsize=1545380 CPUtime=0
/proc/16002/task/16023/stat : 16023 (java) S 16000 16002 14613 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 20 0 133614156 1582469120 11339 4089446400 134512640 134550932 4289295888 18446744073709551615 4294960144 0 4 0 16800975 18446604471135487168 0 0 -1 0 0 0 0
[pid=16002/tid=16024] ppid=16000 vsize=1545380 CPUtime=0
/proc/16002/task/16024/stat : 16024 (java) S 16000 16002 14613 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 20 0 133614156 1582469120 11339 4089446400 134512640 134550932 4289295888 18446744073709551615 4294960144 0 4 0 16800975 18446604471135487168 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.58
Current children cumulated vsize (KiB) 1545380
heavy processes:

[startup+6.30134 s]
/proc/loadavg: 1.94 2.00 1.99 2/198 16034
/proc/meminfo: memFree=28698836/32951124 swapFree=67111528/67111528
[pid=16002] ppid=16000 vsize=1545092 CPUtime=2.19
/proc/16002/stat : 16002 (java) S 16000 16002 14613 0 -1 4202496 26414 0 1 0 217 2 0 0 18 0 20 0 133614139 1582174208 21413 4089446400 134512640 134550932 4289295888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/16002/statm: 386273 21413 1429 10 0 383576 0
[pid=16002/tid=16004] ppid=16000 vsize=1545092 CPUtime=0.15
/proc/16002/task/16004/stat : 16004 (java) S 16000 16002 14613 0 -1 4202560 4093 0 1 0 15 0 0 0 18 0 20 0 133614140 1582174208 21413 4089446400 134512640 134550932 4289295888 18446744073709551615 4294960144 0 4 0 16800975 18446604471135487168 0 0 -1 2 0 0 0
[pid=16002/tid=16005] ppid=16000 vsize=1545092 CPUtime=0
/proc/16002/task/16005/stat : 16005 (java) S 16000 16002 14613 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 20 0 133614140 1582174208 21413 4089446400 134512640 134550932 4289295888 18446744073709551615 4294960144 0 4 0 16800975 18446604471135487168 0 0 -1 4 0 0 0
[pid=16002/tid=16006] ppid=16000 vsize=1545092 CPUtime=0
/proc/16002/task/16006/stat : 16006 (java) S 16000 16002 14613 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 20 0 133614140 1582174208 21413 4089446400 134512640 134550932 4289295888 18446744073709551615 4294960144 0 4 0 16800975 18446604471135487168 0 0 -1 0 0 0 0
[pid=16002/tid=16007] ppid=16000 vsize=1545092 CPUtime=0
/proc/16002/task/16007/stat : 16007 (java) S 16000 16002 14613 0 -1 4202560 0 0 0 0 0 0 0 0 21 0 20 0 133614140 1582174208 21413 4089446400 134512640 134550932 4289295888 18446744073709551615 4294960144 0 4 0 16800975 18446604471135487168 0 0 -1 0 0 0 0
[pid=16002/tid=16008] ppid=16000 vsize=1545092 CPUtime=0
/proc/16002/task/16008/stat : 16008 (java) S 16000 16002 14613 0 -1 4202560 0 0 0 0 0 0 0 0 21 0 20 0 133614140 1582174208 21413 4089446400 134512640 134550932 4289295888 18446744073709551615 4294960144 0 4 0 16800975 18446604471135487168 0 0 -1 0 0 0 0
[pid=16002/tid=16009] ppid=16000 vsize=1545092 CPUtime=0
/proc/16002/task/16009/stat : 16009 (java) S 16000 16002 14613 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 20 0 133614140 1582174208 21413 4089446400 134512640 134550932 4289295888 18446744073709551615 4294960144 0 4 0 16800975 18446604471135487168 0 0 -1 0 0 0 0
[pid=16002/tid=16010] ppid=16000 vsize=1545092 CPUtime=0
/proc/16002/task/16010/stat : 16010 (java) S 16000 16002 14613 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 20 0 133614140 1582174208 21413 4089446400 134512640 134550932 4289295888 18446744073709551615 4294960144 0 4 0 16800975 18446604471135487168 0 0 -1 0 0 0 0
[pid=16002/tid=16011] ppid=16000 vsize=1545092 CPUtime=0
/proc/16002/task/16011/stat : 16011 (java) S 16000 16002 14613 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 20 0 133614140 1582174208 21413 4089446400 134512640 134550932 4289295888 18446744073709551615 4294960144 0 4 0 16800975 18446604471135487168 0 0 -1 0 0 0 0
[pid=16002/tid=16012] ppid=16000 vsize=1545092 CPUtime=0
/proc/16002/task/16012/stat : 16012 (java) S 16000 16002 14613 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 20 0 133614140 1582174208 21413 4089446400 134512640 134550932 4289295888 18446744073709551615 4294960144 0 4 0 16800975 18446604471135487168 0 0 -1 0 0 0 0
[pid=16002/tid=16013] ppid=16000 vsize=1545092 CPUtime=0
/proc/16002/task/16013/stat : 16013 (java) S 16000 16002 14613 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 20 0 133614141 1582174208 21413 4089446400 134512640 134550932 4289295888 18446744073709551615 4294960144 0 0 0 16800975 18446604471135487168 0 0 -1 3 0 0 0
[pid=16002/tid=16014] ppid=16000 vsize=1545092 CPUtime=0
/proc/16002/task/16014/stat : 16014 (java) S 16000 16002 14613 0 -1 4202560 10 0 0 0 0 0 0 0 24 0 20 0 133614141 1582174208 21413 4089446400 134512640 134550932 4289295888 18446744073709551615 4294960144 0 4 0 16800975 18446604471135487168 0 0 -1 4 0 0 0
[pid=16002/tid=16015] ppid=16000 vsize=1545092 CPUtime=0
/proc/16002/task/16015/stat : 16015 (java) S 16000 16002 14613 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 20 0 133614141 1582174208 21413 4089446400 134512640 134550932 4289295888 18446744073709551615 4294960144 0 4 0 16800975 18446604471135487168 0 0 -1 4 0 0 0
[pid=16002/tid=16016] ppid=16000 vsize=1545092 CPUtime=0
/proc/16002/task/16016/stat : 16016 (java) S 16000 16002 14613 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 133614144 1582174208 21413 4089446400 134512640 134550932 4289295888 18446744073709551615 4294960144 0 4 0 16800975 18446604471135487168 0 0 -1 4 0 0 0
[pid=16002/tid=16017] ppid=16000 vsize=1545092 CPUtime=0.45
/proc/16002/task/16017/stat : 16017 (java) S 16000 16002 14613 0 -1 4202560 1473 0 0 0 45 0 0 0 16 0 20 0 133614144 1582174208 21413 4089446400 134512640 134550932 4289295888 18446744073709551615 4294960144 0 4 0 16800975 18446604471135487168 0 0 -1 6 0 0 0
[pid=16002/tid=16018] ppid=16000 vsize=1545092 CPUtime=0.9
/proc/16002/task/16018/stat : 16018 (java) S 16000 16002 14613 0 -1 4202560 7126 0 0 0 90 0 0 0 15 0 20 0 133614144 1582174208 21413 4089446400 134512640 134550932 4289295888 18446744073709551615 4294960144 0 4 0 16800975 18446604471135487168 0 0 -1 7 0 0 0
[pid=16002/tid=16019] ppid=16000 vsize=1545092 CPUtime=0
/proc/16002/task/16019/stat : 16019 (java) S 16000 16002 14613 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 133614144 1582174208 21413 4089446400 134512640 134550932 4289295888 18446744073709551615 4294960144 0 4 0 16800975 18446604471135487168 0 0 -1 4 0 0 0
[pid=16002/tid=16020] ppid=16000 vsize=1545092 CPUtime=0
/proc/16002/task/16020/stat : 16020 (java) S 16000 16002 14613 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 20 0 133614144 1582174208 21413 4089446400 134512640 134550932 4289295888 18446744073709551615 4294960144 0 4 0 16800975 18446604471135487168 0 0 -1 3 0 0 0
[pid=16002/tid=16023] ppid=16000 vsize=1545092 CPUtime=0
/proc/16002/task/16023/stat : 16023 (java) S 16000 16002 14613 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 20 0 133614156 1582174208 21413 4089446400 134512640 134550932 4289295888 18446744073709551615 4294960144 0 4 0 16800975 18446604471135487168 0 0 -1 0 0 0 0
[pid=16002/tid=16024] ppid=16000 vsize=1545092 CPUtime=0
/proc/16002/task/16024/stat : 16024 (java) S 16000 16002 14613 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 20 0 133614156 1582174208 21413 4089446400 134512640 134550932 4289295888 18446744073709551615 4294960144 0 4 0 16800975 18446604471135487168 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.19
Current children cumulated vsize (KiB) 1545092
heavy processes:

[startup+12.7011 s]
/proc/loadavg: 1.86 1.99 1.99 2/198 16046

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

/proc/16002/task/16014/stat : 16014 (java) S 16000 16002 14613 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 22 0 133614141 1582317568 56671 4089446400 134512640 134550932 4289295888 18446744073709551615 4294960144 0 4 0 16800975 18446604471135487168 0 0 -1 4 0 0 0
[pid=16002/tid=16015] ppid=16000 vsize=1545232 CPUtime=0
/proc/16002/task/16015/stat : 16015 (java) S 16000 16002 14613 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 22 0 133614141 1582317568 56671 4089446400 134512640 134550932 4289295888 18446744073709551615 4294960144 0 4 0 16800975 18446604471135487168 0 0 -1 4 0 0 0
[pid=16002/tid=16016] ppid=16000 vsize=1545232 CPUtime=0
/proc/16002/task/16016/stat : 16016 (java) S 16000 16002 14613 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 133614144 1582317568 56671 4089446400 134512640 134550932 4289295888 18446744073709551615 4294960144 0 4 0 16800975 18446604471135487168 0 0 -1 4 0 0 0
[pid=16002/tid=16017] ppid=16000 vsize=1545232 CPUtime=0.85
/proc/16002/task/16017/stat : 16017 (java) S 16000 16002 14613 0 -1 4202560 1521 0 0 0 85 0 0 0 15 0 22 0 133614144 1582317568 56671 4089446400 134512640 134550932 4289295888 18446744073709551615 4294960144 0 4 0 16800975 18446604471135487168 0 0 -1 6 0 0 0
[pid=16002/tid=16018] ppid=16000 vsize=1545232 CPUtime=1.29
/proc/16002/task/16018/stat : 16018 (java) S 16000 16002 14613 0 -1 4202560 7159 0 0 0 129 0 0 0 15 0 22 0 133614144 1582317568 56671 4089446400 134512640 134550932 4289295888 18446744073709551615 4294960144 0 4 0 16800975 18446604471135487168 0 0 -1 7 0 0 0
[pid=16002/tid=16019] ppid=16000 vsize=1545232 CPUtime=0
/proc/16002/task/16019/stat : 16019 (java) S 16000 16002 14613 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 133614144 1582317568 56671 4089446400 134512640 134550932 4289295888 18446744073709551615 4294960144 0 4 0 16800975 18446604471135487168 0 0 -1 4 0 0 0
[pid=16002/tid=16020] ppid=16000 vsize=1545232 CPUtime=0
/proc/16002/task/16020/stat : 16020 (java) S 16000 16002 14613 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 22 0 133614144 1582317568 56671 4089446400 134512640 134550932 4289295888 18446744073709551615 4294960144 0 4 0 16800975 18446604471135487168 0 0 -1 3 0 0 0
[pid=16002/tid=16023] ppid=16000 vsize=1545232 CPUtime=0
/proc/16002/task/16023/stat : 16023 (java) S 16000 16002 14613 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 22 0 133614156 1582317568 56671 4089446400 134512640 134550932 4289295888 18446744073709551615 4294960144 0 4 0 16800975 18446604471135487168 0 0 -1 0 0 0 0
[pid=16002/tid=16024] ppid=16000 vsize=1545232 CPUtime=0
/proc/16002/task/16024/stat : 16024 (java) S 16000 16002 14613 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 22 0 133614156 1582317568 56671 4089446400 134512640 134550932 4289295888 18446744073709551615 4294960144 0 4 0 16800975 18446604471135487168 0 0 -1 0 0 0 0
[pid=16002/tid=16074] ppid=16000 vsize=1545232 CPUtime=7.91
/proc/16002/task/16074/stat : 16074 (java) R 16000 16002 14613 0 -1 4202560 7 0 0 0 791 0 0 0 18 0 22 0 133618368 1582317568 56671 4089446400 134512640 134550932 4289295888 18446744073709551615 4109432356 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=16002/tid=16075] ppid=16000 vsize=1545232 CPUtime=7.91
/proc/16002/task/16075/stat : 16075 (java) R 16000 16002 14613 0 -1 4202560 15 0 0 0 791 0 0 0 18 0 22 0 133618368 1582317568 56671 4089446400 134512640 134550932 4289295888 18446744073709551615 4109949409 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 64.36
Current children cumulated vsize (KiB) 1545232

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

[startup+51.9012 s]
/proc/loadavg: 2.23 2.05 2.01 4/200 16075
/proc/meminfo: memFree=28488656/32951124 swapFree=67111528/67111528
[pid=16002] ppid=16000 vsize=1545232 CPUtime=65.95
/proc/16002/stat : 16002 (java) S 16000 16002 14613 0 -1 4202496 62723 0 1 0 6579 16 0 0 18 0 22 0 133614139 1582317568 56681 4089446400 134512640 134550932 4289295888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/16002/statm: 386308 56681 1451 10 0 383611 0
[pid=16002/tid=16004] ppid=16000 vsize=1545232 CPUtime=0.15
/proc/16002/task/16004/stat : 16004 (java) S 16000 16002 14613 0 -1 4202560 4129 0 1 0 15 0 0 0 15 0 22 0 133614140 1582317568 56681 4089446400 134512640 134550932 4289295888 18446744073709551615 4294960144 0 4 0 16800975 18446604471135487168 0 0 -1 0 0 0 0
[pid=16002/tid=16005] ppid=16000 vsize=1545232 CPUtime=0.06
/proc/16002/task/16005/stat : 16005 (java) S 16000 16002 14613 0 -1 4202560 1249 0 0 0 6 0 0 0 15 0 22 0 133614140 1582317568 56681 4089446400 134512640 134550932 4289295888 18446744073709551615 4294960144 0 4 0 16800975 18446604471135487168 0 0 -1 2 0 0 0
[pid=16002/tid=16006] ppid=16000 vsize=1545232 CPUtime=0.05
/proc/16002/task/16006/stat : 16006 (java) S 16000 16002 14613 0 -1 4202560 791 0 0 0 5 0 0 0 15 0 22 0 133614140 1582317568 56681 4089446400 134512640 134550932 4289295888 18446744073709551615 4294960144 0 4 0 16800975 18446604471135487168 0 0 -1 6 0 0 0
[pid=16002/tid=16007] ppid=16000 vsize=1545232 CPUtime=0.07
/proc/16002/task/16007/stat : 16007 (java) S 16000 16002 14613 0 -1 4202560 1281 0 0 0 7 0 0 0 15 0 22 0 133614140 1582317568 56681 4089446400 134512640 134550932 4289295888 18446744073709551615 4294960144 0 4 0 16800975 18446604471135487168 0 0 -1 4 0 0 0
[pid=16002/tid=16008] ppid=16000 vsize=1545232 CPUtime=0.06
/proc/16002/task/16008/stat : 16008 (java) S 16000 16002 14613 0 -1 4202560 665 0 0 0 6 0 0 0 15 0 22 0 133614140 1582317568 56681 4089446400 134512640 134550932 4289295888 18446744073709551615 4294960144 0 4 0 16800975 18446604471135487168 0 0 -1 2 0 0 0
[pid=16002/tid=16009] ppid=16000 vsize=1545232 CPUtime=0.06
/proc/16002/task/16009/stat : 16009 (java) S 16000 16002 14613 0 -1 4202560 1119 0 0 0 6 0 0 0 15 0 22 0 133614140 1582317568 56681 4089446400 134512640 134550932 4289295888 18446744073709551615 4294960144 0 4 0 16800975 18446604471135487168 0 0 -1 2 0 0 0
[pid=16002/tid=16010] ppid=16000 vsize=1545232 CPUtime=0.07
/proc/16002/task/16010/stat : 16010 (java) S 16000 16002 14613 0 -1 4202560 1167 0 0 0 7 0 0 0 15 0 22 0 133614140 1582317568 56681 4089446400 134512640 134550932 4289295888 18446744073709551615 4294960144 0 4 0 16800975 18446604471135487168 0 0 -1 7 0 0 0
[pid=16002/tid=16011] ppid=16000 vsize=1545232 CPUtime=0.07
/proc/16002/task/16011/stat : 16011 (java) S 16000 16002 14613 0 -1 4202560 827 0 0 0 7 0 0 0 15 0 22 0 133614140 1582317568 56681 4089446400 134512640 134550932 4289295888 18446744073709551615 4294960144 0 4 0 16800975 18446604471135487168 0 0 -1 1 0 0 0
[pid=16002/tid=16012] ppid=16000 vsize=1545232 CPUtime=0.07
/proc/16002/task/16012/stat : 16012 (java) S 16000 16002 14613 0 -1 4202560 1354 0 0 0 7 0 0 0 16 0 22 0 133614140 1582317568 56681 4089446400 134512640 134550932 4289295888 18446744073709551615 4294960144 0 4 0 16800975 18446604471135487168 0 0 -1 3 0 0 0
[pid=16002/tid=16013] ppid=16000 vsize=1545232 CPUtime=2.25
/proc/16002/task/16013/stat : 16013 (java) S 16000 16002 14613 0 -1 4202560 6368 0 0 0 222 3 0 0 15 0 22 0 133614141 1582317568 56681 4089446400 134512640 134550932 4289295888 18446744073709551615 4294960144 0 0 0 16800975 18446604471135487168 0 0 -1 0 0 0 0
[pid=16002/tid=16014] ppid=16000 vsize=1545232 CPUtime=0
/proc/16002/task/16014/stat : 16014 (java) S 16000 16002 14613 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 22 0 133614141 1582317568 56681 4089446400 134512640 134550932 4289295888 18446744073709551615 4294960144 0 4 0 16800975 18446604471135487168 0 0 -1 4 0 0 0
[pid=16002/tid=16015] ppid=16000 vsize=1545232 CPUtime=0
/proc/16002/task/16015/stat : 16015 (java) S 16000 16002 14613 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 22 0 133614141 1582317568 56681 4089446400 134512640 134550932 4289295888 18446744073709551615 4294960144 0 4 0 16800975 18446604471135487168 0 0 -1 4 0 0 0
[pid=16002/tid=16016] ppid=16000 vsize=1545232 CPUtime=0
/proc/16002/task/16016/stat : 16016 (java) S 16000 16002 14613 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 133614144 1582317568 56681 4089446400 134512640 134550932 4289295888 18446744073709551615 4294960144 0 4 0 16800975 18446604471135487168 0 0 -1 4 0 0 0
[pid=16002/tid=16017] ppid=16000 vsize=1545232 CPUtime=0.86
/proc/16002/task/16017/stat : 16017 (java) S 16000 16002 14613 0 -1 4202560 1522 0 0 0 86 0 0 0 15 0 22 0 133614144 1582317568 56681 4089446400 134512640 134550932 4289295888 18446744073709551615 4294960144 0 4 0 16800975 18446604471135487168 0 0 -1 6 0 0 0
[pid=16002/tid=16018] ppid=16000 vsize=1545232 CPUtime=1.33
/proc/16002/task/16018/stat : 16018 (java) S 16000 16002 14613 0 -1 4202560 7163 0 0 0 133 0 0 0 16 0 22 0 133614144 1582317568 56681 4089446400 134512640 134550932 4289295888 18446744073709551615 4294960144 0 4 0 16800975 18446604471135487168 0 0 -1 7 0 0 0
[pid=16002/tid=16019] ppid=16000 vsize=1545232 CPUtime=0
/proc/16002/task/16019/stat : 16019 (java) S 16000 16002 14613 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 133614144 1582317568 56681 4089446400 134512640 134550932 4289295888 18446744073709551615 4294960144 0 4 0 16800975 18446604471135487168 0 0 -1 4 0 0 0
[pid=16002/tid=16020] ppid=16000 vsize=1545232 CPUtime=0
/proc/16002/task/16020/stat : 16020 (java) S 16000 16002 14613 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 22 0 133614144 1582317568 56681 4089446400 134512640 134550932 4289295888 18446744073709551615 4294960144 0 4 0 16800975 18446604471135487168 0 0 -1 3 0 0 0
[pid=16002/tid=16023] ppid=16000 vsize=1545232 CPUtime=0
/proc/16002/task/16023/stat : 16023 (java) S 16000 16002 14613 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 22 0 133614156 1582317568 56681 4089446400 134512640 134550932 4289295888 18446744073709551615 4294960144 0 4 0 16800975 18446604471135487168 0 0 -1 0 0 0 0
[pid=16002/tid=16024] ppid=16000 vsize=1545232 CPUtime=0
/proc/16002/task/16024/stat : 16024 (java) S 16000 16002 14613 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 22 0 133614156 1582317568 56681 4089446400 134512640 134550932 4289295888 18446744073709551615 4294960144 0 4 0 16800975 18446604471135487168 0 0 -1 0 0 0 0
[pid=16002/tid=16074] ppid=16000 vsize=1545232 CPUtime=8.65
/proc/16002/task/16074/stat : 16074 (java) R 16000 16002 14613 0 -1 4202560 11 0 0 0 865 0 0 0 18 0 22 0 133618368 1582317568 56681 4089446400 134512640 134550932 4289295888 18446744073709551615 4109492268 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=16002/tid=16075] ppid=16000 vsize=1545232 CPUtime=8.65
/proc/16002/task/16075/stat : 16075 (java) R 16000 16002 14613 0 -1 4202560 16 0 0 0 865 0 0 0 18 0 22 0 133618368 1582317568 56681 4089446400 134512640 134550932 4289295888 18446744073709551615 4109582184 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 65.95
Current children cumulated vsize (KiB) 1545232

[startup+52.3011 s]
/proc/loadavg: 2.23 2.05 2.01 4/200 16075
/proc/meminfo: memFree=28488656/32951124 swapFree=67111528/67111528
[pid=16002] ppid=16000 vsize=1545232 CPUtime=66.53
/proc/16002/stat : 16002 (java) S 16000 16002 14613 0 -1 4202496 62960 0 1 0 6637 16 0 0 18 0 20 0 133614139 1582317568 56793 4089446400 134512640 134550932 4289295888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/16002/statm: 386308 56793 1451 10 0 383611 0
[pid=16002/tid=16004] ppid=16000 vsize=1545232 CPUtime=0.15
/proc/16002/task/16004/stat : 16004 (java) S 16000 16002 14613 0 -1 4202560 4129 0 1 0 15 0 0 0 15 0 20 0 133614140 1582317568 56793 4089446400 134512640 134550932 4289295888 18446744073709551615 4294960144 0 4 0 16800975 18446604471135487168 0 0 -1 0 0 0 0
[pid=16002/tid=16005] ppid=16000 vsize=1545232 CPUtime=0.06
/proc/16002/task/16005/stat : 16005 (java) S 16000 16002 14613 0 -1 4202560 1249 0 0 0 6 0 0 0 15 0 20 0 133614140 1582317568 56793 4089446400 134512640 134550932 4289295888 18446744073709551615 4294960144 0 4 0 16800975 18446604471135487168 0 0 -1 2 0 0 0
[pid=16002/tid=16006] ppid=16000 vsize=1545232 CPUtime=0.05
/proc/16002/task/16006/stat : 16006 (java) S 16000 16002 14613 0 -1 4202560 791 0 0 0 5 0 0 0 15 0 20 0 133614140 1582317568 56793 4089446400 134512640 134550932 4289295888 18446744073709551615 4294960144 0 4 0 16800975 18446604471135487168 0 0 -1 6 0 0 0
[pid=16002/tid=16007] ppid=16000 vsize=1545232 CPUtime=0.07
/proc/16002/task/16007/stat : 16007 (java) S 16000 16002 14613 0 -1 4202560 1281 0 0 0 7 0 0 0 16 0 20 0 133614140 1582317568 56793 4089446400 134512640 134550932 4289295888 18446744073709551615 4294960144 0 4 0 16800975 18446604471135487168 0 0 -1 4 0 0 0
[pid=16002/tid=16008] ppid=16000 vsize=1545232 CPUtime=0.06
/proc/16002/task/16008/stat : 16008 (java) S 16000 16002 14613 0 -1 4202560 665 0 0 0 6 0 0 0 15 0 20 0 133614140 1582317568 56793 4089446400 134512640 134550932 4289295888 18446744073709551615 4294960144 0 4 0 16800975 18446604471135487168 0 0 -1 2 0 0 0
[pid=16002/tid=16009] ppid=16000 vsize=1545232 CPUtime=0.06
/proc/16002/task/16009/stat : 16009 (java) S 16000 16002 14613 0 -1 4202560 1119 0 0 0 6 0 0 0 15 0 20 0 133614140 1582317568 56793 4089446400 134512640 134550932 4289295888 18446744073709551615 4294960144 0 4 0 16800975 18446604471135487168 0 0 -1 2 0 0 0
[pid=16002/tid=16010] ppid=16000 vsize=1545232 CPUtime=0.07
/proc/16002/task/16010/stat : 16010 (java) S 16000 16002 14613 0 -1 4202560 1167 0 0 0 7 0 0 0 15 0 20 0 133614140 1582317568 56793 4089446400 134512640 134550932 4289295888 18446744073709551615 4294960144 0 4 0 16800975 18446604471135487168 0 0 -1 3 0 0 0
[pid=16002/tid=16011] ppid=16000 vsize=1545232 CPUtime=0.07
/proc/16002/task/16011/stat : 16011 (java) S 16000 16002 14613 0 -1 4202560 827 0 0 0 7 0 0 0 15 0 20 0 133614140 1582317568 56793 4089446400 134512640 134550932 4289295888 18446744073709551615 4294960144 0 4 0 16800975 18446604471135487168 0 0 -1 1 0 0 0
[pid=16002/tid=16012] ppid=16000 vsize=1545232 CPUtime=0.07
/proc/16002/task/16012/stat : 16012 (java) S 16000 16002 14613 0 -1 4202560 1354 0 0 0 7 0 0 0 15 0 20 0 133614140 1582317568 56793 4089446400 134512640 134550932 4289295888 18446744073709551615 4294960144 0 4 0 16800975 18446604471135487168 0 0 -1 3 0 0 0
[pid=16002/tid=16013] ppid=16000 vsize=1545232 CPUtime=2.3
/proc/16002/task/16013/stat : 16013 (java) S 16000 16002 14613 0 -1 4202560 6439 0 0 0 227 3 0 0 15 0 20 0 133614141 1582317568 56793 4089446400 134512640 134550932 4289295888 18446744073709551615 4294960144 0 0 0 16800975 18446604471135487168 0 0 -1 0 0 0 0
[pid=16002/tid=16014] ppid=16000 vsize=1545232 CPUtime=0
/proc/16002/task/16014/stat : 16014 (java) S 16000 16002 14613 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 20 0 133614141 1582317568 56793 4089446400 134512640 134550932 4289295888 18446744073709551615 4294960144 0 4 0 16800975 18446604471135487168 0 0 -1 4 0 0 0
[pid=16002/tid=16015] ppid=16000 vsize=1545232 CPUtime=0
/proc/16002/task/16015/stat : 16015 (java) S 16000 16002 14613 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 20 0 133614141 1582317568 56793 4089446400 134512640 134550932 4289295888 18446744073709551615 4294960144 0 4 0 16800975 18446604471135487168 0 0 -1 4 0 0 0
[pid=16002/tid=16016] ppid=16000 vsize=1545232 CPUtime=0
/proc/16002/task/16016/stat : 16016 (java) S 16000 16002 14613 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 133614144 1582317568 56793 4089446400 134512640 134550932 4289295888 18446744073709551615 4294960144 0 4 0 16800975 18446604471135487168 0 0 -1 4 0 0 0
[pid=16002/tid=16017] ppid=16000 vsize=1545232 CPUtime=0.88
/proc/16002/task/16017/stat : 16017 (java) S 16000 16002 14613 0 -1 4202560 1525 0 0 0 88 0 0 0 15 0 20 0 133614144 1582317568 56793 4089446400 134512640 134550932 4289295888 18446744073709551615 4294960144 0 4 0 16800975 18446604471135487168 0 0 -1 6 0 0 0
[pid=16002/tid=16018] ppid=16000 vsize=1545232 CPUtime=1.54
/proc/16002/task/16018/stat : 16018 (java) S 16000 16002 14613 0 -1 4202560 7325 0 0 0 154 0 0 0 16 0 20 0 133614144 1582317568 56793 4089446400 134512640 134550932 4289295888 18446744073709551615 4294960144 0 4 0 16800975 18446604471135487168 0 0 -1 7 0 0 0
[pid=16002/tid=16019] ppid=16000 vsize=1545232 CPUtime=0
/proc/16002/task/16019/stat : 16019 (java) S 16000 16002 14613 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 133614144 1582317568 56793 4089446400 134512640 134550932 4289295888 18446744073709551615 4294960144 0 4 0 16800975 18446604471135487168 0 0 -1 4 0 0 0
[pid=16002/tid=16020] ppid=16000 vsize=1545232 CPUtime=0
/proc/16002/task/16020/stat : 16020 (java) S 16000 16002 14613 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 20 0 133614144 1582317568 56793 4089446400 134512640 134550932 4289295888 18446744073709551615 4294960144 0 4 0 16800975 18446604471135487168 0 0 -1 3 0 0 0
[pid=16002/tid=16023] ppid=16000 vsize=1545232 CPUtime=0
/proc/16002/task/16023/stat : 16023 (java) S 16000 16002 14613 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 20 0 133614156 1582317568 56793 4089446400 134512640 134550932 4289295888 18446744073709551615 4294960144 0 4 0 16800975 18446604471135487168 0 0 -1 0 0 0 0
[pid=16002/tid=16024] ppid=16000 vsize=1545232 CPUtime=0
/proc/16002/task/16024/stat : 16024 (java) S 16000 16002 14613 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 20 0 133614156 1582317568 56793 4089446400 134512640 134550932 4289295888 18446744073709551615 4294960144 0 4 0 16800975 18446604471135487168 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 66.53
Current children cumulated vsize (KiB) 1545232

[startup+52.4011 s]
/proc/loadavg: 2.23 2.05 2.01 4/200 16075
/proc/meminfo: memFree=28488656/32951124 swapFree=67111528/67111528
[pid=16002] ppid=16000 vsize=1545232 CPUtime=66.59
/proc/16002/stat : 16002 (java) S 16000 16002 14613 0 -1 4202496 62966 0 1 0 6643 16 0 0 18 0 20 0 133614139 1582317568 56799 4089446400 134512640 134550932 4289295888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/16002/statm: 386308 56799 1451 10 0 383611 0
[pid=16002/tid=16004] ppid=16000 vsize=1545232 CPUtime=0.2
/proc/16002/task/16004/stat : 16004 (java) S 16000 16002 14613 0 -1 4202560 4135 0 1 0 20 0 0 0 17 0 20 0 133614140 1582317568 56799 4089446400 134512640 134550932 4289295888 18446744073709551615 4294960144 0 4 0 16800975 18446604471135487168 0 0 -1 0 0 0 0
[pid=16002/tid=16005] ppid=16000 vsize=1545232 CPUtime=0.06
/proc/16002/task/16005/stat : 16005 (java) S 16000 16002 14613 0 -1 4202560 1249 0 0 0 6 0 0 0 15 0 20 0 133614140 1582317568 56799 4089446400 134512640 134550932 4289295888 18446744073709551615 4294960144 0 4 0 16800975 18446604471135487168 0 0 -1 2 0 0 0
[pid=16002/tid=16006] ppid=16000 vsize=1545232 CPUtime=0.05
/proc/16002/task/16006/stat : 16006 (java) S 16000 16002 14613 0 -1 4202560 791 0 0 0 5 0 0 0 15 0 20 0 133614140 1582317568 56799 4089446400 134512640 134550932 4289295888 18446744073709551615 4294960144 0 4 0 16800975 18446604471135487168 0 0 -1 6 0 0 0
[pid=16002/tid=16007] ppid=16000 vsize=1545232 CPUtime=0.07
/proc/16002/task/16007/stat : 16007 (java) S 16000 16002 14613 0 -1 4202560 1281 0 0 0 7 0 0 0 16 0 20 0 133614140 1582317568 56799 4089446400 134512640 134550932 4289295888 18446744073709551615 4294960144 0 4 0 16800975 18446604471135487168 0 0 -1 4 0 0 0
[pid=16002/tid=16008] ppid=16000 vsize=1545232 CPUtime=0.06
/proc/16002/task/16008/stat : 16008 (java) S 16000 16002 14613 0 -1 4202560 665 0 0 0 6 0 0 0 15 0 20 0 133614140 1582317568 56799 4089446400 134512640 134550932 4289295888 18446744073709551615 4294960144 0 4 0 16800975 18446604471135487168 0 0 -1 2 0 0 0
[pid=16002/tid=16009] ppid=16000 vsize=1545232 CPUtime=0.06
/proc/16002/task/16009/stat : 16009 (java) S 16000 16002 14613 0 -1 4202560 1119 0 0 0 6 0 0 0 15 0 20 0 133614140 1582317568 56799 4089446400 134512640 134550932 4289295888 18446744073709551615 4294960144 0 4 0 16800975 18446604471135487168 0 0 -1 2 0 0 0
[pid=16002/tid=16010] ppid=16000 vsize=1545232 CPUtime=0.07
/proc/16002/task/16010/stat : 16010 (java) S 16000 16002 14613 0 -1 4202560 1167 0 0 0 7 0 0 0 15 0 20 0 133614140 1582317568 56799 4089446400 134512640 134550932 4289295888 18446744073709551615 4294960144 0 4 0 16800975 18446604471135487168 0 0 -1 3 0 0 0
[pid=16002/tid=16011] ppid=16000 vsize=1545232 CPUtime=0.07
/proc/16002/task/16011/stat : 16011 (java) S 16000 16002 14613 0 -1 4202560 827 0 0 0 7 0 0 0 15 0 20 0 133614140 1582317568 56799 4089446400 134512640 134550932 4289295888 18446744073709551615 4294960144 0 4 0 16800975 18446604471135487168 0 0 -1 1 0 0 0
[pid=16002/tid=16012] ppid=16000 vsize=1545232 CPUtime=0.07
/proc/16002/task/16012/stat : 16012 (java) S 16000 16002 14613 0 -1 4202560 1354 0 0 0 7 0 0 0 15 0 20 0 133614140 1582317568 56799 4089446400 134512640 134550932 4289295888 18446744073709551615 4294960144 0 4 0 16800975 18446604471135487168 0 0 -1 3 0 0 0
[pid=16002/tid=16013] ppid=16000 vsize=1545232 CPUtime=2.3
/proc/16002/task/16013/stat : 16013 (java) S 16000 16002 14613 0 -1 4202560 6439 0 0 0 227 3 0 0 15 0 20 0 133614141 1582317568 56799 4089446400 134512640 134550932 4289295888 18446744073709551615 4294960144 0 0 0 16800975 18446604471135487168 0 0 -1 0 0 0 0
[pid=16002/tid=16014] ppid=16000 vsize=1545232 CPUtime=0
/proc/16002/task/16014/stat : 16014 (java) S 16000 16002 14613 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 20 0 133614141 1582317568 56799 4089446400 134512640 134550932 4289295888 18446744073709551615 4294960144 0 4 0 16800975 18446604471135487168 0 0 -1 4 0 0 0
[pid=16002/tid=16015] ppid=16000 vsize=1545232 CPUtime=0
/proc/16002/task/16015/stat : 16015 (java) S 16000 16002 14613 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 20 0 133614141 1582317568 56799 4089446400 134512640 134550932 4289295888 18446744073709551615 4294960144 0 4 0 16800975 18446604471135487168 0 0 -1 4 0 0 0
[pid=16002/tid=16016] ppid=16000 vsize=1545232 CPUtime=0
/proc/16002/task/16016/stat : 16016 (java) S 16000 16002 14613 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 133614144 1582317568 56799 4089446400 134512640 134550932 4289295888 18446744073709551615 4294960144 0 4 0 16800975 18446604471135487168 0 0 -1 4 0 0 0
[pid=16002/tid=16017] ppid=16000 vsize=1545232 CPUtime=0.89
/proc/16002/task/16017/stat : 16017 (java) S 16000 16002 14613 0 -1 4202560 1525 0 0 0 89 0 0 0 15 0 20 0 133614144 1582317568 56799 4089446400 134512640 134550932 4289295888 18446744073709551615 4294960144 0 4 0 16800975 18446604471135487168 0 0 -1 6 0 0 0
[pid=16002/tid=16018] ppid=16000 vsize=1545232 CPUtime=1.55
/proc/16002/task/16018/stat : 16018 (java) S 16000 16002 14613 0 -1 4202560 7325 0 0 0 155 0 0 0 15 0 20 0 133614144 1582317568 56799 4089446400 134512640 134550932 4289295888 18446744073709551615 4294960144 0 4 0 16800975 18446604471135487168 0 0 -1 7 0 0 0
[pid=16002/tid=16019] ppid=16000 vsize=1545232 CPUtime=0
/proc/16002/task/16019/stat : 16019 (java) S 16000 16002 14613 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 133614144 1582317568 56799 4089446400 134512640 134550932 4289295888 18446744073709551615 4294960144 0 4 0 16800975 18446604471135487168 0 0 -1 4 0 0 0
[pid=16002/tid=16020] ppid=16000 vsize=1545232 CPUtime=0
/proc/16002/task/16020/stat : 16020 (java) S 16000 16002 14613 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 20 0 133614144 1582317568 56799 4089446400 134512640 134550932 4289295888 18446744073709551615 4294960144 0 4 0 16800975 18446604471135487168 0 0 -1 3 0 0 0
[pid=16002/tid=16023] ppid=16000 vsize=1545232 CPUtime=0
/proc/16002/task/16023/stat : 16023 (java) S 16000 16002 14613 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 20 0 133614156 1582317568 56799 4089446400 134512640 134550932 4289295888 18446744073709551615 4294960144 0 4 0 16800975 18446604471135487168 0 0 -1 0 0 0 0
[pid=16002/tid=16024] ppid=16000 vsize=1545232 CPUtime=0
/proc/16002/task/16024/stat : 16024 (java) S 16000 16002 14613 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 20 0 133614156 1582317568 56799 4089446400 134512640 134550932 4289295888 18446744073709551615 4294960144 0 4 0 16800975 18446604471135487168 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 66.59
Current children cumulated vsize (KiB) 1545232

Child status: 30
Real time (s): 52.4111
CPU time (s): 66.6059
CPU user time (s): 66.4339
CPU system time (s): 0.171973
CPU usage (%): 127.084
Max. virtual memory (cumulated for all children) (KiB): 1546232

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 66.4339
system time used= 0.171973
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 62970
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= 4222
involuntary context switches= 16664

runsolver used 0.114982 second user time and 0.204968 second system time

The end

Launcher Data

Begin job on node145 at 2010-06-30 20:39:50
IDJOB=2694843
IDBENCH=79199
IDSOLVER=1207
FILE ID=node145/2694843-1277923190
PBS_JOBID= 11197268
Free space on /tmp= 74208 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1110969170--soft-0-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-2694843-1277923190/watcher-2694843-1277923190 -o /tmp/evaluation-result-2694843-1277923190/solver-2694843-1277923190 -C 1800 -W 2000 -M 3800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2694843-1277923190.wbo

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

MD5SUM BENCH= 2498aa7c72321a79724f3337e23f532a
RANDOM SEED=62273020

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      28768960 kB
Buffers:        206176 kB
Cached:        1265880 kB
SwapCached:          0 kB
Active:        3044644 kB
Inactive:       989776 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28768960 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:             436 kB
Writeback:           0 kB
AnonPages:     2562324 kB
Mapped:          16236 kB
Slab:            80464 kB
PageTables:       9696 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  2723136 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= 74208 MiB
End job on node145 at 2010-06-30 20:40:42