Trace number 2698342

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J PB Resolution 2.2.1OPTIMUM 53.2699 52.0427

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111225122--soft-66-100-0.wbo
MD5SUMc5bd7b5672b52c4fa4ed23b344c70430
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark35
Best CPU time to get the best result obtained on this benchmark0.133979
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 constraints42
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 1838
Min constraint cost 1
Max constraint cost 97
Sum of constraints costs 1837
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1250
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.00/0.08	c version 2.2.1.v20100705
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) Server VM
0.00/0.08	c java.vm.version	11.2-b01
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	32
0.00/0.08	c java.version		1.6.0_12
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.18-164.el5
0.00/0.08	c os.arch		i386
0.00/0.08	c Free memory 		1393557488
0.00/0.08	c Max memory 		1395916800
0.00/0.08	c Total memory 		1395916800
0.00/0.08	c Number of processors 	8
0.00/0.10	c Pseudo Boolean Optimization
0.00/0.10	c --- Begin Solver configuration ---
0.00/0.10	c Stops conflict analysis at the first Unique Implication Point
0.00/0.10	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@15a3d6b
0.00/0.10	c Learn all clauses as in MiniSAT
0.00/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.00/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.00/0.10	c Expensive reason simplification
0.00/0.10	c Armin Biere (Picosat) restarts strategy
0.00/0.10	c Glucose learned constraints deletion strategy
0.00/0.10	c timeout=2147483s
0.00/0.10	c DB Simplification allowed=false
0.00/0.10	c --- End Solver configuration ---
0.00/0.10	c solving HOME/instance-2698342-1278325539.wbo
0.00/0.10	c reading problem ... 
0.12/0.15	c ... done. Wall clock time 0.053s.
0.12/0.15	c #vars     211
0.12/0.15	c #constraints  101
0.12/0.15	c constraints type 
0.12/0.15	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 27
0.12/0.15	c org.sat4j.minisat.constraints.card.MinWatchCard => 41
0.12/0.15	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3
0.12/0.15	c org.sat4j.pb.constraints.pb.MaxWatchPb => 30
0.59/0.38	c SATISFIABLE
0.59/0.38	c OPTIMIZING...
0.59/0.38	c Got one! Elapsed wall clock time (in seconds):0.28
0.59/0.38	o 524
0.82/0.41	c Got one! Elapsed wall clock time (in seconds):0.311
0.82/0.41	o 411
0.98/0.55	c cleaning 2496 clauses out of 5000 with flag 5000/5000
0.98/0.58	c Got one! Elapsed wall clock time (in seconds):0.489
0.98/0.59	o 389
1.20/0.71	c Got one! Elapsed wall clock time (in seconds):0.616
1.20/0.71	o 351
1.20/0.79	c cleaning 4249 clauses out of 8504 with flag 11000/11000
1.33/0.83	c Got one! Elapsed wall clock time (in seconds):0.732
1.33/0.83	o 286
1.43/0.96	c Got one! Elapsed wall clock time (in seconds):0.859
1.43/0.96	o 281
1.53/1.04	c Got one! Elapsed wall clock time (in seconds):0.949
1.53/1.04	o 227
1.53/1.10	c cleaning 5624 clauses out of 11255 with flag 18000/18000
1.94/1.43	c cleaning 6812 clauses out of 13631 with flag 26000/26000
2.15/1.62	c Got one! Elapsed wall clock time (in seconds):1.52
2.15/1.62	o 199
2.35/1.86	c cleaning 7907 clauses out of 15819 with flag 35000/35000
2.76/2.28	c cleaning 8953 clauses out of 17913 with flag 45001/45001
3.16/2.68	c cleaning 9474 clauses out of 18959 with flag 55000/55000
3.46/2.90	c Got one! Elapsed wall clock time (in seconds):2.807
3.46/2.90	o 197
3.66/3.18	c cleaning 9742 clauses out of 19488 with flag 65003/65003
4.06/3.54	c Got one! Elapsed wall clock time (in seconds):3.441
4.06/3.54	o 167
4.26/3.71	c cleaning 9866 clauses out of 19743 with flag 75000/75000
4.66/4.17	c cleaning 9934 clauses out of 19877 with flag 85000/85000
5.15/4.61	c cleaning 9967 clauses out of 19943 with flag 95000/95000
5.56/5.02	c cleaning 9983 clauses out of 19978 with flag 105002/105002
5.56/5.09	c Got one! Elapsed wall clock time (in seconds):4.99
5.56/5.09	o 165
5.96/5.48	c cleaning 9994 clauses out of 19995 with flag 115002/115002
6.17/5.67	c Got one! Elapsed wall clock time (in seconds):5.572
6.17/5.67	o 131
6.47/6.00	c cleaning 9998 clauses out of 20000 with flag 125001/125001
6.97/6.43	c cleaning 9997 clauses out of 20003 with flag 135002/135002
7.37/6.86	c cleaning 9997 clauses out of 20004 with flag 145000/145000
7.76/7.28	c cleaning 10001 clauses out of 20009 with flag 155002/155002
8.16/7.69	c cleaning 9996 clauses out of 20006 with flag 165000/165000
8.57/8.07	c cleaning 9998 clauses out of 20011 with flag 175001/175001
8.97/8.47	c cleaning 9999 clauses out of 20012 with flag 185000/185000
9.47/8.91	c cleaning 10005 clauses out of 20014 with flag 195001/195001
9.87/9.36	c cleaning 9995 clauses out of 20008 with flag 205000/205000
10.28/9.76	c cleaning 10005 clauses out of 20016 with flag 215003/215003
10.68/10.17	c cleaning 9999 clauses out of 20009 with flag 225001/225001
11.09/10.56	c cleaning 9999 clauses out of 20010 with flag 235001/235001
11.49/10.93	c cleaning 9997 clauses out of 20010 with flag 245000/245000
11.90/11.34	c cleaning 10001 clauses out of 20013 with flag 255000/255000
12.30/11.72	c cleaning 10003 clauses out of 20013 with flag 265001/265001
12.70/12.15	c cleaning 10000 clauses out of 20010 with flag 275001/275001
13.11/12.58	c cleaning 9997 clauses out of 20009 with flag 285000/285000
13.62/13.01	c cleaning 10000 clauses out of 20012 with flag 295000/295000
14.01/13.43	c cleaning 9997 clauses out of 20012 with flag 305000/305000
14.42/13.85	c cleaning 10006 clauses out of 20015 with flag 315000/315000
14.82/14.25	c cleaning 10002 clauses out of 20013 with flag 325004/325004
15.12/14.51	c Got one! Elapsed wall clock time (in seconds):14.41
15.12/14.51	o 81
15.22/14.68	c cleaning 9999 clauses out of 20010 with flag 335003/335003
15.72/15.17	c cleaning 10000 clauses out of 20008 with flag 345000/345000
16.23/15.64	c cleaning 9999 clauses out of 20008 with flag 355000/355000
16.73/16.13	c cleaning 10001 clauses out of 20009 with flag 365000/365000
17.25/16.62	c cleaning 10001 clauses out of 20008 with flag 375000/375000
17.65/17.02	c cleaning 10000 clauses out of 20007 with flag 385000/385000
18.05/17.43	c cleaning 9998 clauses out of 20007 with flag 395000/395000
18.46/17.82	c cleaning 10002 clauses out of 20010 with flag 405001/405001
18.87/18.22	c cleaning 9997 clauses out of 20007 with flag 415000/415000
19.26/18.61	c cleaning 10000 clauses out of 20010 with flag 425000/425000
19.66/19.08	c cleaning 9996 clauses out of 20010 with flag 435000/435000
20.16/19.51	c cleaning 10005 clauses out of 20015 with flag 445001/445001
20.58/19.93	c cleaning 10002 clauses out of 20011 with flag 455002/455002
20.98/20.32	c cleaning 10000 clauses out of 20007 with flag 465000/465000
21.38/20.74	c cleaning 9998 clauses out of 20007 with flag 475000/475000
21.78/21.17	c cleaning 10001 clauses out of 20009 with flag 485000/485000
22.18/21.57	c cleaning 10000 clauses out of 20009 with flag 495001/495001
22.58/21.95	c cleaning 10000 clauses out of 20008 with flag 505000/505000
22.98/22.37	c cleaning 10001 clauses out of 20008 with flag 515000/515000
23.38/22.79	c cleaning 10001 clauses out of 20007 with flag 525000/525000
23.89/23.21	c cleaning 9998 clauses out of 20008 with flag 535002/535002
24.29/23.61	c cleaning 9999 clauses out of 20009 with flag 545001/545001
24.69/24.01	c cleaning 9998 clauses out of 20010 with flag 555001/555001
24.79/24.20	c Got one! Elapsed wall clock time (in seconds):24.104
24.79/24.20	o 66
25.09/24.41	c cleaning 10000 clauses out of 20011 with flag 565000/565000
25.49/24.89	c cleaning 10002 clauses out of 20011 with flag 575000/575000
26.00/25.33	c cleaning 9996 clauses out of 20009 with flag 585000/585000
26.50/25.82	c cleaning 10003 clauses out of 20014 with flag 595001/595001
26.91/26.27	c cleaning 10002 clauses out of 20011 with flag 605001/605001
27.41/26.78	c cleaning 9998 clauses out of 20009 with flag 615001/615001
27.91/27.29	c cleaning 9998 clauses out of 20011 with flag 625001/625001
28.41/27.75	c cleaning 10002 clauses out of 20012 with flag 635000/635000
28.82/28.19	c cleaning 10001 clauses out of 20010 with flag 645000/645000
29.23/28.60	c cleaning 10000 clauses out of 20010 with flag 655001/655001
29.63/28.99	c cleaning 9999 clauses out of 20009 with flag 665000/665000
30.13/29.43	c cleaning 9999 clauses out of 20010 with flag 675000/675000
30.54/29.84	c cleaning 9996 clauses out of 20011 with flag 685000/685000
30.94/30.26	c cleaning 10004 clauses out of 20015 with flag 695000/695000
31.34/30.66	c cleaning 10003 clauses out of 20012 with flag 705001/705001
31.74/31.05	c cleaning 10000 clauses out of 20008 with flag 715000/715000
32.14/31.47	c cleaning 9995 clauses out of 20008 with flag 725000/725000
32.54/31.88	c cleaning 10005 clauses out of 20014 with flag 735001/735001
32.95/32.29	c cleaning 9996 clauses out of 20009 with flag 745001/745001
33.36/32.67	c cleaning 10002 clauses out of 20013 with flag 755001/755001
33.77/33.09	c cleaning 10002 clauses out of 20011 with flag 765001/765001
34.16/33.47	c cleaning 9999 clauses out of 20008 with flag 775000/775000
34.57/33.86	c cleaning 10002 clauses out of 20011 with flag 785002/785002
34.98/34.27	c cleaning 10001 clauses out of 20010 with flag 795003/795003
35.38/34.69	c cleaning 9996 clauses out of 20006 with flag 805000/805000
35.88/35.14	c cleaning 10001 clauses out of 20011 with flag 815001/815001
36.28/35.55	c cleaning 9997 clauses out of 20010 with flag 825001/825001
36.69/35.95	c cleaning 10001 clauses out of 20013 with flag 835001/835001
37.09/36.33	c cleaning 10005 clauses out of 20015 with flag 845004/845004
37.48/36.75	c cleaning 9999 clauses out of 20007 with flag 855001/855001
37.89/37.14	c cleaning 9998 clauses out of 20008 with flag 865001/865001
38.30/37.54	c cleaning 10002 clauses out of 20010 with flag 875001/875001
38.70/37.96	c cleaning 9999 clauses out of 20007 with flag 885000/885000
38.80/38.09	c Got one! Elapsed wall clock time (in seconds):37.993
38.80/38.09	o 56
39.20/38.42	c cleaning 10000 clauses out of 20009 with flag 895001/895001
39.60/38.87	c cleaning 10001 clauses out of 20009 with flag 905001/905001
40.10/39.33	c cleaning 10000 clauses out of 20007 with flag 915000/915000
40.51/39.78	c cleaning 9998 clauses out of 20008 with flag 925001/925001
41.01/40.25	c cleaning 9998 clauses out of 20009 with flag 935000/935000
41.42/40.69	c cleaning 9999 clauses out of 20011 with flag 945000/945000
41.92/41.15	c cleaning 9998 clauses out of 20012 with flag 955000/955000
42.33/41.59	c cleaning 10003 clauses out of 20014 with flag 965000/965000
42.83/42.01	c cleaning 10000 clauses out of 20012 with flag 975001/975001
43.23/42.45	c cleaning 10001 clauses out of 20011 with flag 985000/985000
43.64/42.89	c cleaning 10003 clauses out of 20011 with flag 995001/995001
44.14/43.35	c cleaning 9999 clauses out of 20010 with flag 1005003/1005003
44.54/43.78	c cleaning 10002 clauses out of 20008 with flag 1015000/1015000
45.09/44.22	c cleaning 9994 clauses out of 20006 with flag 1025000/1025000
45.62/44.64	c cleaning 9995 clauses out of 20012 with flag 1035000/1035000
46.18/45.06	c cleaning 10006 clauses out of 20018 with flag 1045001/1045001
46.57/45.48	c cleaning 9999 clauses out of 20012 with flag 1055001/1055001
46.77/45.63	c Got one! Elapsed wall clock time (in seconds):45.529
46.77/45.63	o 35
47.07/45.94	c cleaning 10003 clauses out of 20012 with flag 1065000/1065000
47.48/46.39	c cleaning 10002 clauses out of 20010 with flag 1075001/1075001
47.98/46.82	c cleaning 9996 clauses out of 20007 with flag 1085000/1085000
48.38/47.24	c cleaning 10001 clauses out of 20012 with flag 1095001/1095001
48.78/47.69	c cleaning 10001 clauses out of 20010 with flag 1105000/1105000
49.28/48.15	c cleaning 9999 clauses out of 20010 with flag 1115001/1115001
49.70/48.56	c cleaning 9998 clauses out of 20010 with flag 1125000/1125000
50.09/49.00	c cleaning 10001 clauses out of 20012 with flag 1135000/1135000
50.59/49.44	c cleaning 10004 clauses out of 20014 with flag 1145003/1145003
50.99/49.85	c cleaning 10000 clauses out of 20008 with flag 1155001/1155001
51.40/50.28	c cleaning 10002 clauses out of 20009 with flag 1165002/1165002
51.90/50.73	c cleaning 9999 clauses out of 20006 with flag 1175001/1175001
52.31/51.17	c cleaning 10001 clauses out of 20007 with flag 1185001/1185001
52.82/51.63	c cleaning 9999 clauses out of 20006 with flag 1195002/1195002
53.14/52.00	c starts		: 204
53.14/52.00	c conflicts		: 1203344
53.14/52.00	c decisions		: 1909702
53.14/52.00	c propagations		: 28133586
53.14/52.00	c inspects		: 263235724
53.14/52.00	c learnt literals	: 6
53.14/52.00	c learnt binary clauses	: 23
53.14/52.00	c learnt ternary clauses	: 812
53.14/52.00	c learnt clauses	: 1203337
53.14/52.00	c ignored clauses	: 0
53.14/52.00	c root simplifications	: 0
53.14/52.00	c removed literals (reason simplification)	: 8465710
53.14/52.00	c reason swapping (by a shorter reason)	: 0
53.14/52.00	c Calls to reduceDB	: 121
53.14/52.00	c number of reductions to clauses (during analyze)	: 0
53.14/52.00	c number of learned constraints concerned by reduction	: 0
53.14/52.00	c number of learning phase by resolution	: 0
53.14/52.00	c number of learning phase by cutting planes	: 0
53.14/52.00	c speed (assignments/second)	: 4416575.510204081
53.14/52.00	c non guided choices	776
53.14/52.00	c learnt constraints type 
53.14/52.00	c constraints type 
53.14/52.00	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 27
53.14/52.00	c org.sat4j.minisat.constraints.card.MinWatchCard => 41
53.14/52.00	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3
53.14/52.00	c org.sat4j.pb.constraints.pb.MaxWatchPb => 30
53.26/52.00	s OPTIMUM FOUND
53.26/52.00	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 
53.26/52.00	c objective function=35
53.26/52.00	c Total wall clock time (in seconds): 51.9

Verifier Data

OK	35

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2698342-1278325539/watcher-2698342-1278325539 -o /tmp/evaluation-result-2698342-1278325539/solver-2698342-1278325539 -C 1800 -W 2000 -M 3800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2698342-1278325539.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: 1.84 1.97 1.70 1/173 4084
/proc/meminfo: memFree=32478968/32951124 swapFree=67111528/67111528
[pid=4084] ppid=4082 vsize=1832 CPUtime=0
/proc/4084/stat : 4084 (java) S 4082 4084 3806 0 -1 4194304 433 0 0 0 0 0 0 0 21 0 1 0 768803 1875968 161 4089446400 134512640 134550932 4294229888 18446744073709551615 4743764 0 2147483391 4096 0 18446744071699199166 0 0 17 5 0 0 0
/proc/4084/statm: 3239 161 123 10 0 63 0

[startup+0.10701 s]
/proc/loadavg: 1.84 1.97 1.70 1/173 4084
/proc/meminfo: memFree=32478968/32951124 swapFree=67111528/67111528
[pid=4084] ppid=4082 vsize=1529580 CPUtime=0.12
/proc/4084/stat : 4084 (java) S 4082 4084 3806 0 -1 4202496 5262 0 1 0 11 1 0 0 21 0 18 0 768803 1566289920 4696 4089446400 134512640 134550932 4294229888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4084/statm: 382395 4696 1347 10 0 379698 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 1529580

[startup+0.201985 s]
/proc/loadavg: 1.84 1.97 1.70 1/173 4084
/proc/meminfo: memFree=32478968/32951124 swapFree=67111528/67111528
[pid=4084] ppid=4082 vsize=1533640 CPUtime=0.3
/proc/4084/stat : 4084 (java) S 4082 4084 3806 0 -1 4202496 6476 0 1 0 29 1 0 0 21 0 19 0 768803 1570447360 5851 4089446400 134512640 134550932 4294229888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4084/statm: 383410 5851 1405 10 0 380713 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 1533640

[startup+0.300968 s]
/proc/loadavg: 1.84 1.97 1.70 1/173 4084
/proc/meminfo: memFree=32478968/32951124 swapFree=67111528/67111528
[pid=4084] ppid=4082 vsize=1535048 CPUtime=0.59
/proc/4084/stat : 4084 (java) S 4082 4084 3806 0 -1 4202496 7641 0 1 0 58 1 0 0 21 0 19 0 768803 1571889152 6410 4089446400 134512640 134550932 4294229888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4084/statm: 383762 6410 1414 10 0 381065 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 1535048

[startup+0.7009 s]
/proc/loadavg: 1.84 1.97 1.70 1/173 4084
/proc/meminfo: memFree=32478968/32951124 swapFree=67111528/67111528
[pid=4084] ppid=4082 vsize=1535048 CPUtime=1.2
/proc/4084/stat : 4084 (java) S 4082 4084 3806 0 -1 4202496 9195 0 1 0 118 2 0 0 21 0 19 0 768803 1571889152 7962 4089446400 134512640 134550932 4294229888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4084/statm: 383762 7962 1439 10 0 381065 0
Current children cumulated CPU time (s) 1.2
Current children cumulated vsize (KiB) 1535048

[startup+1.50077 s]
/proc/loadavg: 1.77 1.95 1.70 4/192 4103
/proc/meminfo: memFree=32452596/32951124 swapFree=67111528/67111528
[pid=4084] ppid=4082 vsize=1535048 CPUtime=2.05
/proc/4084/stat : 4084 (java) S 4082 4084 3806 0 -1 4202496 9983 0 1 0 203 2 0 0 21 0 19 0 768803 1571889152 8747 4089446400 134512640 134550932 4294229888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4084/statm: 383762 8747 1439 10 0 381065 0
[pid=4084/tid=4086] ppid=4082 vsize=1535048 CPUtime=1.44
/proc/4084/task/4086/stat : 4086 (java) R 4082 4084 3806 0 -1 4202560 5288 0 1 0 143 1 0 0 20 0 19 0 768804 1571889152 8747 4089446400 134512640 134550932 4294229888 18446744073709551615 4109039998 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=4084/tid=4087] ppid=4082 vsize=1535048 CPUtime=0
/proc/4084/task/4087/stat : 4087 (java) S 4082 4084 3806 0 -1 4202560 173 0 0 0 0 0 0 0 16 0 19 0 768804 1571889152 8747 4089446400 134512640 134550932 4294229888 18446744073709551615 4294960144 0 4 0 16800975 18446604471137857792 0 0 -1 1 0 0 0
[pid=4084/tid=4088] ppid=4082 vsize=1535048 CPUtime=0
/proc/4084/task/4088/stat : 4088 (java) S 4082 4084 3806 0 -1 4202560 157 0 0 0 0 0 0 0 15 0 19 0 768804 1571889152 8747 4089446400 134512640 134550932 4294229888 18446744073709551615 4294960144 0 4 0 16800975 18446604471137857792 0 0 -1 4 0 0 0
[pid=4084/tid=4089] ppid=4082 vsize=1535048 CPUtime=0
/proc/4084/task/4089/stat : 4089 (java) S 4082 4084 3806 0 -1 4202560 60 0 0 0 0 0 0 0 15 0 19 0 768804 1571889152 8747 4089446400 134512640 134550932 4294229888 18446744073709551615 4294960144 0 4 0 16800975 18446604471137857792 0 0 -1 4 0 0 0
[pid=4084/tid=4090] ppid=4082 vsize=1535048 CPUtime=0
/proc/4084/task/4090/stat : 4090 (java) S 4082 4084 3806 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 768804 1571889152 8747 4089446400 134512640 134550932 4294229888 18446744073709551615 4294960144 0 4 0 16800975 18446604471137857792 0 0 -1 2 0 0 0
[pid=4084/tid=4091] ppid=4082 vsize=1535048 CPUtime=0
/proc/4084/task/4091/stat : 4091 (java) S 4082 4084 3806 0 -1 4202560 88 0 0 0 0 0 0 0 15 0 19 0 768804 1571889152 8747 4089446400 134512640 134550932 4294229888 18446744073709551615 4294960144 0 4 0 16800975 18446604471137857792 0 0 -1 0 0 0 0
[pid=4084/tid=4092] ppid=4082 vsize=1535048 CPUtime=0
/proc/4084/task/4092/stat : 4092 (java) S 4082 4084 3806 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 768804 1571889152 8747 4089446400 134512640 134550932 4294229888 18446744073709551615 4294960144 0 4 0 16800975 18446604471137857792 0 0 -1 2 0 0 0
[pid=4084/tid=4093] ppid=4082 vsize=1535048 CPUtime=0
/proc/4084/task/4093/stat : 4093 (java) S 4082 4084 3806 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 768804 1571889152 8747 4089446400 134512640 134550932 4294229888 18446744073709551615 4294960144 0 4 0 16800975 18446604471137857792 0 0 -1 2 0 0 0
[pid=4084/tid=4094] ppid=4082 vsize=1535048 CPUtime=0
/proc/4084/task/4094/stat : 4094 (java) S 4082 4084 3806 0 -1 4202560 144 0 0 0 0 0 0 0 15 0 19 0 768804 1571889152 8747 4089446400 134512640 134550932 4294229888 18446744073709551615 4294960144 0 4 0 16800975 18446604471137857792 0 0 -1 0 0 0 0
[pid=4084/tid=4095] ppid=4082 vsize=1535048 CPUtime=0.03
/proc/4084/task/4095/stat : 4095 (java) S 4082 4084 3806 0 -1 4202560 404 0 0 0 3 0 0 0 15 0 19 0 768805 1571889152 8747 4089446400 134512640 134550932 4294229888 18446744073709551615 4294960144 0 0 0 16800975 18446604471137857792 0 0 -1 5 0 0 0
[pid=4084/tid=4096] ppid=4082 vsize=1535048 CPUtime=0
/proc/4084/task/4096/stat : 4096 (java) S 4082 4084 3806 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 768805 1571889152 8747 4089446400 134512640 134550932 4294229888 18446744073709551615 4294960144 0 4 0 16800975 18446604471137857792 0 0 -1 1 0 0 0
[pid=4084/tid=4097] ppid=4082 vsize=1535048 CPUtime=0
/proc/4084/task/4097/stat : 4097 (java) S 4082 4084 3806 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 768805 1571889152 8747 4089446400 134512640 134550932 4294229888 18446744073709551615 4294960144 0 4 0 16800975 18446604471137857792 0 0 -1 1 0 0 0
[pid=4084/tid=4098] ppid=4082 vsize=1535048 CPUtime=0
/proc/4084/task/4098/stat : 4098 (java) S 4082 4084 3806 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 768807 1571889152 8747 4089446400 134512640 134550932 4294229888 18446744073709551615 4294960144 0 4 0 16800975 18446604471137857792 0 0 -1 1 0 0 0
[pid=4084/tid=4099] ppid=4082 vsize=1535048 CPUtime=0.27
/proc/4084/task/4099/stat : 4099 (java) S 4082 4084 3806 0 -1 4202560 1560 0 0 0 27 0 0 0 15 0 19 0 768807 1571889152 8747 4089446400 134512640 134550932 4294229888 18446744073709551615 4294960144 0 4 0 16800975 18446604471137857792 0 0 -1 1 0 0 0
[pid=4084/tid=4100] ppid=4082 vsize=1535048 CPUtime=0.28
/proc/4084/task/4100/stat : 4100 (java) S 4082 4084 3806 0 -1 4202560 1033 0 0 0 28 0 0 0 16 0 19 0 768807 1571889152 8747 4089446400 134512640 134550932 4294229888 18446744073709551615 4294960144 0 4 0 16800975 18446604471137857792 0 0 -1 6 0 0 0
[pid=4084/tid=4101] ppid=4082 vsize=1535048 CPUtime=0
/proc/4084/task/4101/stat : 4101 (java) S 4082 4084 3806 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 768808 1571889152 8747 4089446400 134512640 134550932 4294229888 18446744073709551615 4294960144 0 4 0 16800975 18446604471137857792 0 0 -1 4 0 0 0
[pid=4084/tid=4102] ppid=4082 vsize=1535048 CPUtime=0
/proc/4084/task/4102/stat : 4102 (java) S 4082 4084 3806 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 768808 1571889152 8747 4089446400 134512640 134550932 4294229888 18446744073709551615 4294960144 0 4 0 16800975 18446604471137857792 0 0 -1 1 0 0 0
[pid=4084/tid=4103] ppid=4082 vsize=1535048 CPUtime=0
/proc/4084/task/4103/stat : 4103 (java) S 4082 4084 3806 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 768819 1571889152 8747 4089446400 134512640 134550932 4294229888 18446744073709551615 4294960144 0 4 0 16800975 18446604471137857792 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.05
Current children cumulated vsize (KiB) 1535048

[startup+3.10146 s]
/proc/loadavg: 1.77 1.95 1.70 2/192 4103
/proc/meminfo: memFree=32449744/32951124 swapFree=67111528/67111528
[pid=4084] ppid=4082 vsize=1535048 CPUtime=3.66
/proc/4084/stat : 4084 (java) S 4082 4084 3806 0 -1 4202496 10647 0 1 0 364 2 0 0 21 0 19 0 768803 1571889152 9408 4089446400 134512640 134550932 4294229888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4084/statm: 383762 9408 1439 10 0 381065 0
[pid=4084/tid=4086] ppid=4082 vsize=1535048 CPUtime=3
/proc/4084/task/4086/stat : 4086 (java) R 4082 4084 3806 0 -1 4202560 5714 0 1 0 299 1 0 0 25 0 19 0 768804 1571889152 9408 4089446400 134512640 134550932 4294229888 18446744073709551615 4109132589 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=4084/tid=4087] ppid=4082 vsize=1535048 CPUtime=0
/proc/4084/task/4087/stat : 4087 (java) S 4082 4084 3806 0 -1 4202560 173 0 0 0 0 0 0 0 15 0 19 0 768804 1571889152 9408 4089446400 134512640 134550932 4294229888 18446744073709551615 4294960144 0 4 0 16800975 18446604471137857792 0 0 -1 1 0 0 0
[pid=4084/tid=4088] ppid=4082 vsize=1535048 CPUtime=0
/proc/4084/task/4088/stat : 4088 (java) S 4082 4084 3806 0 -1 4202560 157 0 0 0 0 0 0 0 15 0 19 0 768804 1571889152 9408 4089446400 134512640 134550932 4294229888 18446744073709551615 4294960144 0 4 0 16800975 18446604471137857792 0 0 -1 0 0 0 0
[pid=4084/tid=4089] ppid=4082 vsize=1535048 CPUtime=0
/proc/4084/task/4089/stat : 4089 (java) S 4082 4084 3806 0 -1 4202560 61 0 0 0 0 0 0 0 15 0 19 0 768804 1571889152 9408 4089446400 134512640 134550932 4294229888 18446744073709551615 4294960144 0 4 0 16800975 18446604471137857792 0 0 -1 4 0 0 0
[pid=4084/tid=4090] ppid=4082 vsize=1535048 CPUtime=0
/proc/4084/task/4090/stat : 4090 (java) S 4082 4084 3806 0 -1 4202560 5 0 0 0 0 0 0 0 16 0 19 0 768804 1571889152 9408 4089446400 134512640 134550932 4294229888 18446744073709551615 4294960144 0 4 0 16800975 18446604471137857792 0 0 -1 2 0 0 0
[pid=4084/tid=4091] ppid=4082 vsize=1535048 CPUtime=0
/proc/4084/task/4091/stat : 4091 (java) S 4082 4084 3806 0 -1 4202560 88 0 0 0 0 0 0 0 15 0 19 0 768804 1571889152 9408 4089446400 134512640 134550932 4294229888 18446744073709551615 4294960144 0 4 0 16800975 18446604471137857792 0 0 -1 0 0 0 0
[pid=4084/tid=4092] ppid=4082 vsize=1535048 CPUtime=0
/proc/4084/task/4092/stat : 4092 (java) S 4082 4084 3806 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 19 0 768804 1571889152 9408 4089446400 134512640 134550932 4294229888 18446744073709551615 4294960144 0 4 0 16800975 18446604471137857792 0 0 -1 4 0 0 0
[pid=4084/tid=4093] ppid=4082 vsize=1535048 CPUtime=0
/proc/4084/task/4093/stat : 4093 (java) S 4082 4084 3806 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 768804 1571889152 9408 4089446400 134512640 134550932 4294229888 18446744073709551615 4294960144 0 4 0 16800975 18446604471137857792 0 0 -1 4 0 0 0
[pid=4084/tid=4094] ppid=4082 vsize=1535048 CPUtime=0
/proc/4084/task/4094/stat : 4094 (java) S 4082 4084 3806 0 -1 4202560 149 0 0 0 0 0 0 0 15 0 19 0 768804 1571889152 9408 4089446400 134512640 134550932 4294229888 18446744073709551615 4294960144 0 4 0 16800975 18446604471137857792 0 0 -1 0 0 0 0
[pid=4084/tid=4095] ppid=4082 vsize=1535048 CPUtime=0.06
/proc/4084/task/4095/stat : 4095 (java) S 4082 4084 3806 0 -1 4202560 620 0 0 0 6 0 0 0 15 0 19 0 768805 1571889152 9408 4089446400 134512640 134550932 4294229888 18446744073709551615 4294960144 0 0 0 16800975 18446604471137857792 0 0 -1 5 0 0 0
[pid=4084/tid=4096] ppid=4082 vsize=1535048 CPUtime=0
/proc/4084/task/4096/stat : 4096 (java) S 4082 4084 3806 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 768805 1571889152 9408 4089446400 134512640 134550932 4294229888 18446744073709551615 4294960144 0 4 0 16800975 18446604471137857792 0 0 -1 1 0 0 0
[pid=4084/tid=4097] ppid=4082 vsize=1535048 CPUtime=0
/proc/4084/task/4097/stat : 4097 (java) S 4082 4084 3806 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 768805 1571889152 9408 4089446400 134512640 134550932 4294229888 18446744073709551615 4294960144 0 4 0 16800975 18446604471137857792 0 0 -1 1 0 0 0
[pid=4084/tid=4098] ppid=4082 vsize=1535048 CPUtime=0
/proc/4084/task/4098/stat : 4098 (java) S 4082 4084 3806 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 768807 1571889152 9408 4089446400 134512640 134550932 4294229888 18446744073709551615 4294960144 0 4 0 16800975 18446604471137857792 0 0 -1 1 0 0 0
[pid=4084/tid=4099] ppid=4082 vsize=1535048 CPUtime=0.27
/proc/4084/task/4099/stat : 4099 (java) S 4082 4084 3806 0 -1 4202560 1560 0 0 0 27 0 0 0 15 0 19 0 768807 1571889152 9408 4089446400 134512640 134550932 4294229888 18446744073709551615 4294960144 0 4 0 16800975 18446604471137857792 0 0 -1 1 0 0 0
[pid=4084/tid=4100] ppid=4082 vsize=1535048 CPUtime=0.28
/proc/4084/task/4100/stat : 4100 (java) S 4082 4084 3806 0 -1 4202560 1033 0 0 0 28 0 0 0 16 0 19 0 768807 1571889152 9408 4089446400 134512640 134550932 4294229888 18446744073709551615 4294960144 0 4 0 16800975 18446604471137857792 0 0 -1 6 0 0 0
[pid=4084/tid=4101] ppid=4082 vsize=1535048 CPUtime=0
/proc/4084/task/4101/stat : 4101 (java) S 4082 4084 3806 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 768808 1571889152 9408 4089446400 134512640 134550932 4294229888 18446744073709551615 4294960144 0 4 0 16800975 18446604471137857792 0 0 -1 4 0 0 0
[pid=4084/tid=4102] ppid=4082 vsize=1535048 CPUtime=0
/proc/4084/task/4102/stat : 4102 (java) S 4082 4084 3806 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 768808 1571889152 9408 4089446400 134512640 134550932 4294229888 18446744073709551615 4294960144 0 4 0 16800975 18446604471137857792 0 0 -1 1 0 0 0
[pid=4084/tid=4103] ppid=4082 vsize=1535048 CPUtime=0
/proc/4084/task/4103/stat : 4103 (java) S 4082 4084 3806 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 768819 1571889152 9408 4089446400 134512640 134550932 4294229888 18446744073709551615 4294960144 0 4 0 16800975 18446604471137857792 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.66
Current children cumulated vsize (KiB) 1535048

[startup+6.30089 s]
/proc/loadavg: 1.77 1.95 1.70 3/214 4144
/proc/meminfo: memFree=32434416/32951124 swapFree=67111528/67111528
[pid=4084] ppid=4082 vsize=1533588 CPUtime=6.87
/proc/4084/stat : 4084 (java) S 4082 4084 3806 0 -1 4202496 10902 0 1 0 684 3 0 0 21 0 19 0 768803 1570394112 9209 4089446400 134512640 134550932 4294229888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4084/statm: 383397 9209 1439 10 0 380700 0
[pid=4084/tid=4086] ppid=4082 vsize=1533588 CPUtime=6.11
/proc/4084/task/4086/stat : 4086 (java) R 4082 4084 3806 0 -1 4202560 5791 0 1 0 610 1 0 0 25 0 19 0 768804 1570394112 9209 4089446400 134512640 134550932 4294229888 18446744073709551615 4109067448 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=4084/tid=4087] ppid=4082 vsize=1533588 CPUtime=0.01
/proc/4084/task/4087/stat : 4087 (java) S 4082 4084 3806 0 -1 4202560 206 0 0 0 1 0 0 0 15 0 19 0 768804 1570394112 9209 4089446400 134512640 134550932 4294229888 18446744073709551615 4294960144 0 4 0 16800975 18446604471137857792 0 0 -1 7 0 0 0
[pid=4084/tid=4088] ppid=4082 vsize=1533588 CPUtime=0
/proc/4084/task/4088/stat : 4088 (java) S 4082 4084 3806 0 -1 4202560 178 0 0 0 0 0 0 0 15 0 19 0 768804 1570394112 9209 4089446400 134512640 134550932 4294229888 18446744073709551615 4294960144 0 4 0 16800975 18446604471137857792 0 0 -1 6 0 0 0
[pid=4084/tid=4089] ppid=4082 vsize=1533588 CPUtime=0
/proc/4084/task/4089/stat : 4089 (java) S 4082 4084 3806 0 -1 4202560 61 0 0 0 0 0 0 0 15 0 19 0 768804 1570394112 9209 4089446400 134512640 134550932 4294229888 18446744073709551615 4294960144 0 4 0 16800975 18446604471137857792 0 0 -1 7 0 0 0
[pid=4084/tid=4090] ppid=4082 vsize=1533588 CPUtime=0
/proc/4084/task/4090/stat : 4090 (java) S 4082 4084 3806 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 768804 1570394112 9209 4089446400 134512640 134550932 4294229888 18446744073709551615 4294960144 0 4 0 16800975 18446604471137857792 0 0 -1 2 0 0 0
[pid=4084/tid=4091] ppid=4082 vsize=1533588 CPUtime=0
/proc/4084/task/4091/stat : 4091 (java) S 4082 4084 3806 0 -1 4202560 88 0 0 0 0 0 0 0 15 0 19 0 768804 1570394112 9209 4089446400 134512640 134550932 4294229888 18446744073709551615 4294960144 0 4 0 16800975 18446604471137857792 0 0 -1 0 0 0 0
[pid=4084/tid=4092] ppid=4082 vsize=1533588 CPUtime=0
/proc/4084/task/4092/stat : 4092 (java) S 4082 4084 3806 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 768804 1570394112 9209 4089446400 134512640 134550932 4294229888 18446744073709551615 4294960144 0 4 0 16800975 18446604471137857792 0 0 -1 6 0 0 0
[pid=4084/tid=4093] ppid=4082 vsize=1533588 CPUtime=0
/proc/4084/task/4093/stat : 4093 (java) S 4082 4084 3806 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 768804 1570394112 9209 4089446400 134512640 134550932 4294229888 18446744073709551615 4294960144 0 4 0 16800975 18446604471137857792 0 0 -1 0 0 0 0
[pid=4084/tid=4094] ppid=4082 vsize=1533588 CPUtime=0
/proc/4084/task/4094/stat : 4094 (java) S 4082 4084 3806 0 -1 4202560 177 0 0 0 0 0 0 0 16 0 19 0 768804 1570394112 9209 4089446400 134512640 134550932 4294229888 18446744073709551615 4294960144 0 4 0 16800975 18446604471137857792 0 0 -1 0 0 0 0
[pid=4084/tid=4095] ppid=4082 vsize=1533588 CPUtime=0.13
/proc/4084/task/4095/stat : 4095 (java) S 4082 4084 3806 0 -1 4202560 713 0 0 0 13 0 0 0 15 0 19 0 768805 1570394112 9209 4089446400 134512640 134550932 4294229888 18446744073709551615 4294960144 0 0 0 16800975 18446604471137857792 0 0 -1 5 0 0 0
[pid=4084/tid=4096] ppid=4082 vsize=1533588 CPUtime=0
/proc/4084/task/4096/stat : 4096 (java) S 4082 4084 3806 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 768805 1570394112 9209 4089446400 134512640 134550932 4294229888 18446744073709551615 4294960144 0 4 0 16800975 18446604471137857792 0 0 -1 1 0 0 0
[pid=4084/tid=4097] ppid=4082 vsize=1533588 CPUtime=0
/proc/4084/task/4097/stat : 4097 (java) S 4082 4084 3806 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 768805 1570394112 9209 4089446400 134512640 134550932 4294229888 18446744073709551615 4294960144 0 4 0 16800975 18446604471137857792 0 0 -1 1 0 0 0
[pid=4084/tid=4098] ppid=4082 vsize=1533588 CPUtime=0
/proc/4084/task/4098/stat : 4098 (java) S 4082 4084 3806 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 768807 1570394112 9209 4089446400 134512640 134550932 4294229888 18446744073709551615 4294960144 0 4 0 16800975 18446604471137857792 0 0 -1 1 0 0 0
[pid=4084/tid=4099] ppid=4082 vsize=1533588 CPUtime=0.27
/proc/4084/task/4099/stat : 4099 (java) S 4082 4084 3806 0 -1 4202560 1560 0 0 0 27 0 0 0 15 0 19 0 768807 1570394112 9209 4089446400 134512640 134550932 4294229888 18446744073709551615 4294960144 0 4 0 16800975 18446604471137857792 0 0 -1 1 0 0 0
[pid=4084/tid=4100] ppid=4082 vsize=1533588 CPUtime=0.28
/proc/4084/task/4100/stat : 4100 (java) S 4082 4084 3806 0 -1 4202560 1033 0 0 0 28 0 0 0 16 0 19 0 768807 1570394112 9209 4089446400 134512640 134550932 4294229888 18446744073709551615 4294960144 0 4 0 16800975 18446604471137857792 0 0 -1 6 0 0 0
[pid=4084/tid=4101] ppid=4082 vsize=1533588 CPUtime=0
/proc/4084/task/4101/stat : 4101 (java) S 4082 4084 3806 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 768808 1570394112 9209 4089446400 134512640 134550932 4294229888 18446744073709551615 4294960144 0 4 0 16800975 18446604471137857792 0 0 -1 4 0 0 0
[pid=4084/tid=4102] ppid=4082 vsize=1533588 CPUtime=0
/proc/4084/task/4102/stat : 4102 (java) S 4082 4084 3806 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 768808 1570394112 9209 4089446400 134512640 134550932 4294229888 18446744073709551615 4294960144 0 4 0 16800975 18446604471137857792 0 0 -1 1 0 0 0
[pid=4084/tid=4103] ppid=4082 vsize=1533588 CPUtime=0
/proc/4084/task/4103/stat : 4103 (java) S 4082 4084 3806 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 768819 1570394112 9209 4089446400 134512640 134550932 4294229888 18446744073709551615 4294960144 0 4 0 16800975 18446604471137857792 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 6.87
Current children cumulated vsize (KiB) 1533588

[startup+12.7007 s]
/proc/loadavg: 1.81 1.95 1.70 3/215 4145
/proc/meminfo: memFree=32408512/32951124 swapFree=67111528/67111528
[pid=4084] ppid=4082 vsize=1533588 CPUtime=13.32
/proc/4084/stat : 4084 (java) S 4082 4084 3806 0 -1 4202496 11180 0 1 0 1328 4 0 0 21 0 19 0 768803 1570394112 9471 4089446400 134512640 134550932 4294229888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4084/statm: 383397 9471 1439 10 0 380700 0
[pid=4084/tid=4086] ppid=4082 vsize=1533588 CPUtime=12.32
/proc/4084/task/4086/stat : 4086 (java) R 4082 4084 3806 0 -1 4202560 5975 0 1 0 1231 1 0 0 25 0 19 0 768804 1570394112 9471 4089446400 134512640 134550932 4294229888 18446744073709551615 4108871091 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=4084/tid=4087] ppid=4082 vsize=1533588 CPUtime=0.01
/proc/4084/task/4087/stat : 4087 (java) S 4082 4084 3806 0 -1 4202560 207 0 0 0 1 0 0 0 15 0 19 0 768804 1570394112 9471 4089446400 134512640 134550932 4294229888 18446744073709551615 4294960144 0 4 0 16800975 18446604471137857792 0 0 -1 3 0 0 0

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

/proc/4084/task/4088/stat : 4088 (java) S 4082 4084 3806 0 -1 4202560 181 0 0 0 5 0 0 0 15 0 19 0 768804 1576271872 11345 4089446400 134512640 134550932 4294229888 18446744073709551615 4294960144 0 4 0 16800975 18446604471137857792 0 0 -1 2 0 0 0
[pid=4084/tid=4089] ppid=4082 vsize=1539328 CPUtime=0.05
/proc/4084/task/4089/stat : 4089 (java) S 4082 4084 3806 0 -1 4202560 71 0 0 0 5 0 0 0 15 0 19 0 768804 1576271872 11345 4089446400 134512640 134550932 4294229888 18446744073709551615 4294960144 0 4 0 16800975 18446604471137857792 0 0 -1 5 0 0 0
[pid=4084/tid=4090] ppid=4082 vsize=1539328 CPUtime=0.05
/proc/4084/task/4090/stat : 4090 (java) S 4082 4084 3806 0 -1 4202560 12 0 0 0 5 0 0 0 15 0 19 0 768804 1576271872 11345 4089446400 134512640 134550932 4294229888 18446744073709551615 4294960144 0 4 0 16800975 18446604471137857792 0 0 -1 1 0 0 0
[pid=4084/tid=4091] ppid=4082 vsize=1539328 CPUtime=0.04
/proc/4084/task/4091/stat : 4091 (java) S 4082 4084 3806 0 -1 4202560 95 0 0 0 4 0 0 0 15 0 19 0 768804 1576271872 11345 4089446400 134512640 134550932 4294229888 18446744073709551615 4294960144 0 4 0 16800975 18446604471137857792 0 0 -1 6 0 0 0
[pid=4084/tid=4092] ppid=4082 vsize=1539328 CPUtime=0.04
/proc/4084/task/4092/stat : 4092 (java) S 4082 4084 3806 0 -1 4202560 15 0 0 0 4 0 0 0 15 0 19 0 768804 1576271872 11345 4089446400 134512640 134550932 4294229888 18446744073709551615 4294960144 0 4 0 16800975 18446604471137857792 0 0 -1 3 0 0 0
[pid=4084/tid=4093] ppid=4082 vsize=1539328 CPUtime=0.06
/proc/4084/task/4093/stat : 4093 (java) S 4082 4084 3806 0 -1 4202560 19 0 0 0 6 0 0 0 15 0 19 0 768804 1576271872 11345 4089446400 134512640 134550932 4294229888 18446744073709551615 4294960144 0 4 0 16800975 18446604471137857792 0 0 -1 3 0 0 0
[pid=4084/tid=4094] ppid=4082 vsize=1539328 CPUtime=0.06
/proc/4084/task/4094/stat : 4094 (java) S 4082 4084 3806 0 -1 4202560 190 0 0 0 6 0 0 0 16 0 19 0 768804 1576271872 11345 4089446400 134512640 134550932 4294229888 18446744073709551615 4294960144 0 4 0 16800975 18446604471137857792 0 0 -1 0 0 0 0
[pid=4084/tid=4095] ppid=4082 vsize=1539328 CPUtime=1.25
/proc/4084/task/4095/stat : 4095 (java) S 4082 4084 3806 0 -1 4202560 1089 0 0 0 122 3 0 0 15 0 19 0 768805 1576271872 11345 4089446400 134512640 134550932 4294229888 18446744073709551615 4294960144 0 0 0 16800975 18446604471137857792 0 0 -1 7 0 0 0
[pid=4084/tid=4096] ppid=4082 vsize=1539328 CPUtime=0
/proc/4084/task/4096/stat : 4096 (java) S 4082 4084 3806 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 768805 1576271872 11345 4089446400 134512640 134550932 4294229888 18446744073709551615 4294960144 0 4 0 16800975 18446604471137857792 0 0 -1 1 0 0 0
[pid=4084/tid=4097] ppid=4082 vsize=1539328 CPUtime=0
/proc/4084/task/4097/stat : 4097 (java) S 4082 4084 3806 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 768805 1576271872 11345 4089446400 134512640 134550932 4294229888 18446744073709551615 4294960144 0 4 0 16800975 18446604471137857792 0 0 -1 1 0 0 0
[pid=4084/tid=4098] ppid=4082 vsize=1539328 CPUtime=0
/proc/4084/task/4098/stat : 4098 (java) S 4082 4084 3806 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 768807 1576271872 11345 4089446400 134512640 134550932 4294229888 18446744073709551615 4294960144 0 4 0 16800975 18446604471137857792 0 0 -1 1 0 0 0
[pid=4084/tid=4099] ppid=4082 vsize=1539328 CPUtime=0.61
/proc/4084/task/4099/stat : 4099 (java) S 4082 4084 3806 0 -1 4202560 5170 0 0 0 61 0 0 0 15 0 19 0 768807 1576271872 11345 4089446400 134512640 134550932 4294229888 18446744073709551615 4294960144 0 4 0 16800975 18446604471137857792 0 0 -1 4 0 0 0
[pid=4084/tid=4100] ppid=4082 vsize=1539328 CPUtime=0.3
/proc/4084/task/4100/stat : 4100 (java) S 4082 4084 3806 0 -1 4202560 1035 0 0 0 30 0 0 0 15 0 19 0 768807 1576271872 11345 4089446400 134512640 134550932 4294229888 18446744073709551615 4294960144 0 4 0 16800975 18446604471137857792 0 0 -1 6 0 0 0
[pid=4084/tid=4101] ppid=4082 vsize=1539328 CPUtime=0
/proc/4084/task/4101/stat : 4101 (java) S 4082 4084 3806 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 768808 1576271872 11345 4089446400 134512640 134550932 4294229888 18446744073709551615 4294960144 0 4 0 16800975 18446604471137857792 0 0 -1 4 0 0 0
[pid=4084/tid=4102] ppid=4082 vsize=1539328 CPUtime=0
/proc/4084/task/4102/stat : 4102 (java) S 4082 4084 3806 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 768808 1576271872 11345 4089446400 134512640 134550932 4294229888 18446744073709551615 4294960144 0 4 0 16800975 18446604471137857792 0 0 -1 5 0 0 0
[pid=4084/tid=4103] ppid=4082 vsize=1539328 CPUtime=0
/proc/4084/task/4103/stat : 4103 (java) S 4082 4084 3806 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 768819 1576271872 11345 4089446400 134512640 134550932 4294229888 18446744073709551615 4294960144 0 4 0 16800975 18446604471137857792 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 52.31
Current children cumulated vsize (KiB) 1539328

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

[startup+51.2008 s]
/proc/loadavg: 1.90 1.96 1.71 3/215 4192
/proc/meminfo: memFree=32406676/32951124 swapFree=67111528/67111528
[pid=4084] ppid=4082 vsize=1539328 CPUtime=52.41
/proc/4084/stat : 4084 (java) S 4082 4084 3806 0 -1 4202496 15230 0 1 0 5231 10 0 0 21 0 19 0 768803 1576271872 11347 4089446400 134512640 134550932 4294229888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4084/statm: 384832 11347 1439 10 0 382135 0
[pid=4084/tid=4086] ppid=4082 vsize=1539328 CPUtime=49.72
/proc/4084/task/4086/stat : 4086 (java) R 4082 4084 3806 0 -1 4202560 6067 0 1 0 4971 1 0 0 18 0 19 0 768804 1576271872 11347 4089446400 134512640 134550932 4294229888 18446744073709551615 4109067096 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=4084/tid=4087] ppid=4082 vsize=1539328 CPUtime=0.05
/proc/4084/task/4087/stat : 4087 (java) S 4082 4084 3806 0 -1 4202560 212 0 0 0 5 0 0 0 15 0 19 0 768804 1576271872 11347 4089446400 134512640 134550932 4294229888 18446744073709551615 4294960144 0 4 0 16800975 18446604471137857792 0 0 -1 1 0 0 0
[pid=4084/tid=4088] ppid=4082 vsize=1539328 CPUtime=0.05
/proc/4084/task/4088/stat : 4088 (java) S 4082 4084 3806 0 -1 4202560 181 0 0 0 5 0 0 0 15 0 19 0 768804 1576271872 11347 4089446400 134512640 134550932 4294229888 18446744073709551615 4294960144 0 4 0 16800975 18446604471137857792 0 0 -1 2 0 0 0
[pid=4084/tid=4089] ppid=4082 vsize=1539328 CPUtime=0.05
/proc/4084/task/4089/stat : 4089 (java) S 4082 4084 3806 0 -1 4202560 71 0 0 0 5 0 0 0 15 0 19 0 768804 1576271872 11347 4089446400 134512640 134550932 4294229888 18446744073709551615 4294960144 0 4 0 16800975 18446604471137857792 0 0 -1 5 0 0 0
[pid=4084/tid=4090] ppid=4082 vsize=1539328 CPUtime=0.05
/proc/4084/task/4090/stat : 4090 (java) S 4082 4084 3806 0 -1 4202560 14 0 0 0 5 0 0 0 15 0 19 0 768804 1576271872 11347 4089446400 134512640 134550932 4294229888 18446744073709551615 4294960144 0 4 0 16800975 18446604471137857792 0 0 -1 1 0 0 0
[pid=4084/tid=4091] ppid=4082 vsize=1539328 CPUtime=0.04
/proc/4084/task/4091/stat : 4091 (java) S 4082 4084 3806 0 -1 4202560 95 0 0 0 4 0 0 0 15 0 19 0 768804 1576271872 11347 4089446400 134512640 134550932 4294229888 18446744073709551615 4294960144 0 4 0 16800975 18446604471137857792 0 0 -1 6 0 0 0
[pid=4084/tid=4092] ppid=4082 vsize=1539328 CPUtime=0.04
/proc/4084/task/4092/stat : 4092 (java) S 4082 4084 3806 0 -1 4202560 15 0 0 0 4 0 0 0 15 0 19 0 768804 1576271872 11347 4089446400 134512640 134550932 4294229888 18446744073709551615 4294960144 0 4 0 16800975 18446604471137857792 0 0 -1 3 0 0 0
[pid=4084/tid=4093] ppid=4082 vsize=1539328 CPUtime=0.06
/proc/4084/task/4093/stat : 4093 (java) S 4082 4084 3806 0 -1 4202560 19 0 0 0 6 0 0 0 15 0 19 0 768804 1576271872 11347 4089446400 134512640 134550932 4294229888 18446744073709551615 4294960144 0 4 0 16800975 18446604471137857792 0 0 -1 3 0 0 0
[pid=4084/tid=4094] ppid=4082 vsize=1539328 CPUtime=0.06
/proc/4084/task/4094/stat : 4094 (java) S 4082 4084 3806 0 -1 4202560 190 0 0 0 6 0 0 0 15 0 19 0 768804 1576271872 11347 4089446400 134512640 134550932 4294229888 18446744073709551615 4294960144 0 4 0 16800975 18446604471137857792 0 0 -1 6 0 0 0
[pid=4084/tid=4095] ppid=4082 vsize=1539328 CPUtime=1.27
/proc/4084/task/4095/stat : 4095 (java) S 4082 4084 3806 0 -1 4202560 1089 0 0 0 124 3 0 0 15 0 19 0 768805 1576271872 11347 4089446400 134512640 134550932 4294229888 18446744073709551615 4294960144 0 0 0 16800975 18446604471137857792 0 0 -1 7 0 0 0
[pid=4084/tid=4096] ppid=4082 vsize=1539328 CPUtime=0
/proc/4084/task/4096/stat : 4096 (java) S 4082 4084 3806 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 768805 1576271872 11347 4089446400 134512640 134550932 4294229888 18446744073709551615 4294960144 0 4 0 16800975 18446604471137857792 0 0 -1 1 0 0 0
[pid=4084/tid=4097] ppid=4082 vsize=1539328 CPUtime=0
/proc/4084/task/4097/stat : 4097 (java) S 4082 4084 3806 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 768805 1576271872 11347 4089446400 134512640 134550932 4294229888 18446744073709551615 4294960144 0 4 0 16800975 18446604471137857792 0 0 -1 1 0 0 0
[pid=4084/tid=4098] ppid=4082 vsize=1539328 CPUtime=0
/proc/4084/task/4098/stat : 4098 (java) S 4082 4084 3806 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 768807 1576271872 11347 4089446400 134512640 134550932 4294229888 18446744073709551615 4294960144 0 4 0 16800975 18446604471137857792 0 0 -1 1 0 0 0
[pid=4084/tid=4099] ppid=4082 vsize=1539328 CPUtime=0.61
/proc/4084/task/4099/stat : 4099 (java) S 4082 4084 3806 0 -1 4202560 5170 0 0 0 61 0 0 0 15 0 19 0 768807 1576271872 11347 4089446400 134512640 134550932 4294229888 18446744073709551615 4294960144 0 4 0 16800975 18446604471137857792 0 0 -1 4 0 0 0
[pid=4084/tid=4100] ppid=4082 vsize=1539328 CPUtime=0.3
/proc/4084/task/4100/stat : 4100 (java) S 4082 4084 3806 0 -1 4202560 1035 0 0 0 30 0 0 0 15 0 19 0 768807 1576271872 11347 4089446400 134512640 134550932 4294229888 18446744073709551615 4294960144 0 4 0 16800975 18446604471137857792 0 0 -1 6 0 0 0
[pid=4084/tid=4101] ppid=4082 vsize=1539328 CPUtime=0
/proc/4084/task/4101/stat : 4101 (java) S 4082 4084 3806 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 768808 1576271872 11347 4089446400 134512640 134550932 4294229888 18446744073709551615 4294960144 0 4 0 16800975 18446604471137857792 0 0 -1 4 0 0 0
[pid=4084/tid=4102] ppid=4082 vsize=1539328 CPUtime=0
/proc/4084/task/4102/stat : 4102 (java) S 4082 4084 3806 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 768808 1576271872 11347 4089446400 134512640 134550932 4294229888 18446744073709551615 4294960144 0 4 0 16800975 18446604471137857792 0 0 -1 5 0 0 0
[pid=4084/tid=4103] ppid=4082 vsize=1539328 CPUtime=0
/proc/4084/task/4103/stat : 4103 (java) S 4082 4084 3806 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 768819 1576271872 11347 4089446400 134512640 134550932 4294229888 18446744073709551615 4294960144 0 4 0 16800975 18446604471137857792 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 52.41
Current children cumulated vsize (KiB) 1539328

[startup+51.6007 s]
/proc/loadavg: 1.90 1.96 1.71 3/215 4192
/proc/meminfo: memFree=32406676/32951124 swapFree=67111528/67111528
[pid=4084] ppid=4082 vsize=1539328 CPUtime=52.82
/proc/4084/stat : 4084 (java) S 4082 4084 3806 0 -1 4202496 15231 0 1 0 5272 10 0 0 21 0 19 0 768803 1576271872 11348 4089446400 134512640 134550932 4294229888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4084/statm: 384832 11348 1439 10 0 382135 0
[pid=4084/tid=4086] ppid=4082 vsize=1539328 CPUtime=50.12
/proc/4084/task/4086/stat : 4086 (java) R 4082 4084 3806 0 -1 4202560 6068 0 1 0 5011 1 0 0 18 0 19 0 768804 1576271872 11348 4089446400 134512640 134550932 4294229888 18446744073709551615 4109502054 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=4084/tid=4087] ppid=4082 vsize=1539328 CPUtime=0.05
/proc/4084/task/4087/stat : 4087 (java) S 4082 4084 3806 0 -1 4202560 212 0 0 0 5 0 0 0 15 0 19 0 768804 1576271872 11348 4089446400 134512640 134550932 4294229888 18446744073709551615 4294960144 0 4 0 16800975 18446604471137857792 0 0 -1 1 0 0 0
[pid=4084/tid=4088] ppid=4082 vsize=1539328 CPUtime=0.05
/proc/4084/task/4088/stat : 4088 (java) S 4082 4084 3806 0 -1 4202560 181 0 0 0 5 0 0 0 15 0 19 0 768804 1576271872 11348 4089446400 134512640 134550932 4294229888 18446744073709551615 4294960144 0 4 0 16800975 18446604471137857792 0 0 -1 2 0 0 0
[pid=4084/tid=4089] ppid=4082 vsize=1539328 CPUtime=0.05
/proc/4084/task/4089/stat : 4089 (java) S 4082 4084 3806 0 -1 4202560 71 0 0 0 5 0 0 0 15 0 19 0 768804 1576271872 11348 4089446400 134512640 134550932 4294229888 18446744073709551615 4294960144 0 4 0 16800975 18446604471137857792 0 0 -1 5 0 0 0
[pid=4084/tid=4090] ppid=4082 vsize=1539328 CPUtime=0.05
/proc/4084/task/4090/stat : 4090 (java) S 4082 4084 3806 0 -1 4202560 14 0 0 0 5 0 0 0 15 0 19 0 768804 1576271872 11348 4089446400 134512640 134550932 4294229888 18446744073709551615 4294960144 0 4 0 16800975 18446604471137857792 0 0 -1 1 0 0 0
[pid=4084/tid=4091] ppid=4082 vsize=1539328 CPUtime=0.04
/proc/4084/task/4091/stat : 4091 (java) S 4082 4084 3806 0 -1 4202560 95 0 0 0 4 0 0 0 15 0 19 0 768804 1576271872 11348 4089446400 134512640 134550932 4294229888 18446744073709551615 4294960144 0 4 0 16800975 18446604471137857792 0 0 -1 6 0 0 0
[pid=4084/tid=4092] ppid=4082 vsize=1539328 CPUtime=0.04
/proc/4084/task/4092/stat : 4092 (java) S 4082 4084 3806 0 -1 4202560 15 0 0 0 4 0 0 0 15 0 19 0 768804 1576271872 11348 4089446400 134512640 134550932 4294229888 18446744073709551615 4294960144 0 4 0 16800975 18446604471137857792 0 0 -1 3 0 0 0
[pid=4084/tid=4093] ppid=4082 vsize=1539328 CPUtime=0.06
/proc/4084/task/4093/stat : 4093 (java) S 4082 4084 3806 0 -1 4202560 19 0 0 0 6 0 0 0 15 0 19 0 768804 1576271872 11348 4089446400 134512640 134550932 4294229888 18446744073709551615 4294960144 0 4 0 16800975 18446604471137857792 0 0 -1 3 0 0 0
[pid=4084/tid=4094] ppid=4082 vsize=1539328 CPUtime=0.06
/proc/4084/task/4094/stat : 4094 (java) S 4082 4084 3806 0 -1 4202560 190 0 0 0 6 0 0 0 15 0 19 0 768804 1576271872 11348 4089446400 134512640 134550932 4294229888 18446744073709551615 4294960144 0 4 0 16800975 18446604471137857792 0 0 -1 6 0 0 0
[pid=4084/tid=4095] ppid=4082 vsize=1539328 CPUtime=1.27
/proc/4084/task/4095/stat : 4095 (java) S 4082 4084 3806 0 -1 4202560 1089 0 0 0 124 3 0 0 15 0 19 0 768805 1576271872 11348 4089446400 134512640 134550932 4294229888 18446744073709551615 4294960144 0 0 0 16800975 18446604471137857792 0 0 -1 7 0 0 0
[pid=4084/tid=4096] ppid=4082 vsize=1539328 CPUtime=0
/proc/4084/task/4096/stat : 4096 (java) S 4082 4084 3806 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 768805 1576271872 11348 4089446400 134512640 134550932 4294229888 18446744073709551615 4294960144 0 4 0 16800975 18446604471137857792 0 0 -1 1 0 0 0
[pid=4084/tid=4097] ppid=4082 vsize=1539328 CPUtime=0
/proc/4084/task/4097/stat : 4097 (java) S 4082 4084 3806 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 768805 1576271872 11348 4089446400 134512640 134550932 4294229888 18446744073709551615 4294960144 0 4 0 16800975 18446604471137857792 0 0 -1 1 0 0 0
[pid=4084/tid=4098] ppid=4082 vsize=1539328 CPUtime=0
/proc/4084/task/4098/stat : 4098 (java) S 4082 4084 3806 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 768807 1576271872 11348 4089446400 134512640 134550932 4294229888 18446744073709551615 4294960144 0 4 0 16800975 18446604471137857792 0 0 -1 1 0 0 0
[pid=4084/tid=4099] ppid=4082 vsize=1539328 CPUtime=0.62
/proc/4084/task/4099/stat : 4099 (java) S 4082 4084 3806 0 -1 4202560 5170 0 0 0 62 0 0 0 15 0 19 0 768807 1576271872 11348 4089446400 134512640 134550932 4294229888 18446744073709551615 4294960144 0 4 0 16800975 18446604471137857792 0 0 -1 4 0 0 0
[pid=4084/tid=4100] ppid=4082 vsize=1539328 CPUtime=0.3
/proc/4084/task/4100/stat : 4100 (java) S 4082 4084 3806 0 -1 4202560 1035 0 0 0 30 0 0 0 15 0 19 0 768807 1576271872 11348 4089446400 134512640 134550932 4294229888 18446744073709551615 4294960144 0 4 0 16800975 18446604471137857792 0 0 -1 6 0 0 0
[pid=4084/tid=4101] ppid=4082 vsize=1539328 CPUtime=0
/proc/4084/task/4101/stat : 4101 (java) S 4082 4084 3806 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 768808 1576271872 11348 4089446400 134512640 134550932 4294229888 18446744073709551615 4294960144 0 4 0 16800975 18446604471137857792 0 0 -1 4 0 0 0
[pid=4084/tid=4102] ppid=4082 vsize=1539328 CPUtime=0
/proc/4084/task/4102/stat : 4102 (java) S 4082 4084 3806 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 768808 1576271872 11348 4089446400 134512640 134550932 4294229888 18446744073709551615 4294960144 0 4 0 16800975 18446604471137857792 0 0 -1 5 0 0 0
[pid=4084/tid=4103] ppid=4082 vsize=1539328 CPUtime=0
/proc/4084/task/4103/stat : 4103 (java) S 4082 4084 3806 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 768819 1576271872 11348 4089446400 134512640 134550932 4294229888 18446744073709551615 4294960144 0 4 0 16800975 18446604471137857792 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 52.82
Current children cumulated vsize (KiB) 1539328

[startup+52.0006 s]
/proc/loadavg: 1.90 1.96 1.71 3/215 4192
/proc/meminfo: memFree=32406304/32951124 swapFree=67111528/67111528
[pid=4084] ppid=4082 vsize=1539652 CPUtime=53.26
/proc/4084/stat : 4084 (java) S 4082 4084 3806 0 -1 4202496 15240 0 1 0 5316 10 0 0 21 0 20 0 768803 1576603648 11356 4089446400 134512640 134550932 4294229888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4084/statm: 384913 11356 1439 10 0 382216 0
[pid=4084/tid=4086] ppid=4082 vsize=1539652 CPUtime=50.51
/proc/4084/task/4086/stat : 4086 (java) S 4082 4084 3806 0 -1 4202560 6072 0 1 0 5050 1 0 0 20 0 20 0 768804 1576603648 11356 4089446400 134512640 134550932 4294229888 18446744073709551615 4294960144 0 4 0 16800975 18446604471137857792 0 0 -1 3 0 0 0
[pid=4084/tid=4087] ppid=4082 vsize=1539652 CPUtime=0.05
/proc/4084/task/4087/stat : 4087 (java) S 4082 4084 3806 0 -1 4202560 212 0 0 0 5 0 0 0 15 0 20 0 768804 1576603648 11356 4089446400 134512640 134550932 4294229888 18446744073709551615 4294960144 0 4 0 16800975 18446604471137857792 0 0 -1 1 0 0 0
[pid=4084/tid=4088] ppid=4082 vsize=1539652 CPUtime=0.05
/proc/4084/task/4088/stat : 4088 (java) S 4082 4084 3806 0 -1 4202560 181 0 0 0 5 0 0 0 15 0 20 0 768804 1576603648 11356 4089446400 134512640 134550932 4294229888 18446744073709551615 4294960144 0 4 0 16800975 18446604471137857792 0 0 -1 2 0 0 0
[pid=4084/tid=4089] ppid=4082 vsize=1539652 CPUtime=0.05
/proc/4084/task/4089/stat : 4089 (java) S 4082 4084 3806 0 -1 4202560 71 0 0 0 5 0 0 0 15 0 20 0 768804 1576603648 11356 4089446400 134512640 134550932 4294229888 18446744073709551615 4294960144 0 4 0 16800975 18446604471137857792 0 0 -1 5 0 0 0
[pid=4084/tid=4090] ppid=4082 vsize=1539652 CPUtime=0.05
/proc/4084/task/4090/stat : 4090 (java) S 4082 4084 3806 0 -1 4202560 14 0 0 0 5 0 0 0 15 0 20 0 768804 1576603648 11356 4089446400 134512640 134550932 4294229888 18446744073709551615 4294960144 0 4 0 16800975 18446604471137857792 0 0 -1 1 0 0 0
[pid=4084/tid=4091] ppid=4082 vsize=1539652 CPUtime=0.04
/proc/4084/task/4091/stat : 4091 (java) S 4082 4084 3806 0 -1 4202560 95 0 0 0 4 0 0 0 15 0 20 0 768804 1576603648 11356 4089446400 134512640 134550932 4294229888 18446744073709551615 4294960144 0 4 0 16800975 18446604471137857792 0 0 -1 6 0 0 0
[pid=4084/tid=4092] ppid=4082 vsize=1539652 CPUtime=0.05
/proc/4084/task/4092/stat : 4092 (java) S 4082 4084 3806 0 -1 4202560 15 0 0 0 5 0 0 0 16 0 20 0 768804 1576603648 11356 4089446400 134512640 134550932 4294229888 18446744073709551615 4294960144 0 4 0 16800975 18446604471137857792 0 0 -1 3 0 0 0
[pid=4084/tid=4093] ppid=4082 vsize=1539652 CPUtime=0.06
/proc/4084/task/4093/stat : 4093 (java) S 4082 4084 3806 0 -1 4202560 19 0 0 0 6 0 0 0 15 0 20 0 768804 1576603648 11356 4089446400 134512640 134550932 4294229888 18446744073709551615 4294960144 0 4 0 16800975 18446604471137857792 0 0 -1 1 0 0 0
[pid=4084/tid=4094] ppid=4082 vsize=1539652 CPUtime=0.06
/proc/4084/task/4094/stat : 4094 (java) S 4082 4084 3806 0 -1 4202560 190 0 0 0 6 0 0 0 15 0 20 0 768804 1576603648 11356 4089446400 134512640 134550932 4294229888 18446744073709551615 4294960144 0 4 0 16800975 18446604471137857792 0 0 -1 6 0 0 0
[pid=4084/tid=4095] ppid=4082 vsize=1539652 CPUtime=1.28
/proc/4084/task/4095/stat : 4095 (java) S 4082 4084 3806 0 -1 4202560 1089 0 0 0 125 3 0 0 15 0 20 0 768805 1576603648 11356 4089446400 134512640 134550932 4294229888 18446744073709551615 4294960144 0 0 0 16800975 18446604471137857792 0 0 -1 7 0 0 0
[pid=4084/tid=4096] ppid=4082 vsize=1539652 CPUtime=0
/proc/4084/task/4096/stat : 4096 (java) S 4082 4084 3806 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 20 0 768805 1576603648 11356 4089446400 134512640 134550932 4294229888 18446744073709551615 4294960144 0 4 0 16800975 18446604471137857792 0 0 -1 1 0 0 0
[pid=4084/tid=4097] ppid=4082 vsize=1539652 CPUtime=0
/proc/4084/task/4097/stat : 4097 (java) S 4082 4084 3806 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 20 0 768805 1576603648 11356 4089446400 134512640 134550932 4294229888 18446744073709551615 4294960144 0 4 0 16800975 18446604471137857792 0 0 -1 1 0 0 0
[pid=4084/tid=4098] ppid=4082 vsize=1539652 CPUtime=0
/proc/4084/task/4098/stat : 4098 (java) S 4082 4084 3806 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 20 0 768807 1576603648 11356 4089446400 134512640 134550932 4294229888 18446744073709551615 4294960144 0 4 0 16800975 18446604471137857792 0 0 -1 1 0 0 0
[pid=4084/tid=4099] ppid=4082 vsize=1539652 CPUtime=0.63
/proc/4084/task/4099/stat : 4099 (java) S 4082 4084 3806 0 -1 4202560 5170 0 0 0 63 0 0 0 15 0 20 0 768807 1576603648 11356 4089446400 134512640 134550932 4294229888 18446744073709551615 4294960144 0 4 0 16800975 18446604471137857792 0 0 -1 4 0 0 0
[pid=4084/tid=4100] ppid=4082 vsize=1539652 CPUtime=0.32
/proc/4084/task/4100/stat : 4100 (java) S 4082 4084 3806 0 -1 4202560 1035 0 0 0 32 0 0 0 15 0 20 0 768807 1576603648 11356 4089446400 134512640 134550932 4294229888 18446744073709551615 4294960144 0 4 0 16800975 18446604471137857792 0 0 -1 7 0 0 0
[pid=4084/tid=4101] ppid=4082 vsize=1539652 CPUtime=0
/proc/4084/task/4101/stat : 4101 (java) S 4082 4084 3806 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 20 0 768808 1576603648 11356 4089446400 134512640 134550932 4294229888 18446744073709551615 4294960144 0 4 0 16800975 18446604471137857792 0 0 -1 4 0 0 0
[pid=4084/tid=4102] ppid=4082 vsize=1539652 CPUtime=0
/proc/4084/task/4102/stat : 4102 (java) S 4082 4084 3806 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 20 0 768808 1576603648 11356 4089446400 134512640 134550932 4294229888 18446744073709551615 4294960144 0 4 0 16800975 18446604471137857792 0 0 -1 5 0 0 0
[pid=4084/tid=4103] ppid=4082 vsize=1539652 CPUtime=0
/proc/4084/task/4103/stat : 4103 (java) S 4082 4084 3806 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 20 0 768819 1576603648 11356 4089446400 134512640 134550932 4294229888 18446744073709551615 4294960144 0 4 0 16800975 18446604471137857792 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 53.26
Current children cumulated vsize (KiB) 1539652

Child status: 30
Real time (s): 52.0427
CPU time (s): 53.2699
CPU user time (s): 53.1619
CPU system time (s): 0.107983
CPU usage (%): 102.358
Max. virtual memory (cumulated for all children) (KiB): 1540984

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 53.1619
system time used= 0.107983
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15247
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= 5123
involuntary context switches= 20184

runsolver used 0.087986 second user time and 0.211967 second system time

The end

Launcher Data

Begin job on node104 at 2010-07-05 12:25:39
IDJOB=2698342
IDBENCH=78772
IDSOLVER=1211
FILE ID=node104/2698342-1278325539
PBS_JOBID= 11207486
Free space on /tmp= 74176 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.1
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1111225122--soft-66-100-0.wbo
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2698342-1278325539/watcher-2698342-1278325539 -o /tmp/evaluation-result-2698342-1278325539/solver-2698342-1278325539 -C 1800 -W 2000 -M 3800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2698342-1278325539.wbo

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

MD5SUM BENCH= c5bd7b5672b52c4fa4ed23b344c70430
RANDOM SEED=318466572

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      32479604 kB
Buffers:         26376 kB
Cached:         283576 kB
SwapCached:          0 kB
Active:         155728 kB
Inactive:       216052 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      32479604 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:             252 kB
Writeback:           0 kB
AnonPages:       62760 kB
Mapped:          14412 kB
Slab:            35620 kB
PageTables:       4872 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   179384 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= 74176 MiB
End job on node104 at 2010-07-05 12:26:31