Trace number 2698677

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 179.98 178.183

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110966483--soft-0-100-0.wbo
MD5SUM2001343def6115cfc261dcde547cf23c
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark19
Best CPU time to get the best result obtained on this benchmark0.139978
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 1298
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.03/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.03/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.07	c See www.sat4j.org for details.
0.03/0.08	c version 2.2.1.v20100705
0.03/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.08	c java.vm.name		Java HotSpot(TM) Server VM
0.03/0.08	c java.vm.version	11.2-b01
0.03/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.08	c sun.arch.data.model	32
0.03/0.08	c java.version		1.6.0_12
0.03/0.08	c os.name		Linux
0.03/0.08	c os.version		2.6.18-164.el5
0.03/0.08	c os.arch		i386
0.03/0.08	c Free memory 		1393557488
0.03/0.08	c Max memory 		1395916800
0.03/0.08	c Total memory 		1395916800
0.03/0.08	c Number of processors 	8
0.10/0.10	c Pseudo Boolean Optimization
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@15a3d6b
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 solving HOME/instance-2698677-1278327432.wbo
0.10/0.10	c reading problem ... 
0.10/0.15	c ... done. Wall clock time 0.055s.
0.10/0.15	c #vars     270
0.10/0.15	c #constraints  101
0.10/0.15	c constraints type 
0.10/0.15	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
0.10/0.15	c org.sat4j.pb.constraints.pb.MaxWatchPb => 71
0.30/0.23	c SATISFIABLE
0.30/0.23	c OPTIMIZING...
0.30/0.23	c Got one! Elapsed wall clock time (in seconds):0.137
0.30/0.23	o 658
0.30/0.27	c Got one! Elapsed wall clock time (in seconds):0.176
0.30/0.27	o 612
0.60/0.33	c Got one! Elapsed wall clock time (in seconds):0.236
0.60/0.33	o 599
0.60/0.35	c Got one! Elapsed wall clock time (in seconds):0.257
0.60/0.35	o 591
0.60/0.37	c Got one! Elapsed wall clock time (in seconds):0.272
0.60/0.37	o 587
0.79/0.41	c Got one! Elapsed wall clock time (in seconds):0.317
0.79/0.41	o 581
0.79/0.45	c Got one! Elapsed wall clock time (in seconds):0.349
0.79/0.45	o 517
0.79/0.47	c Got one! Elapsed wall clock time (in seconds):0.375
0.79/0.47	o 500
0.79/0.49	c Got one! Elapsed wall clock time (in seconds):0.39
0.79/0.49	o 492
0.96/0.50	c Got one! Elapsed wall clock time (in seconds):0.404
0.96/0.50	o 408
0.96/0.53	c Got one! Elapsed wall clock time (in seconds):0.432
0.96/0.53	o 396
1.07/0.63	c Got one! Elapsed wall clock time (in seconds):0.537
1.07/0.63	o 375
1.07/0.69	c cleaning 2495 clauses out of 5000 with flag 5000/5000
1.19/0.77	c Got one! Elapsed wall clock time (in seconds):0.678
1.19/0.77	o 363
1.40/0.98	c Got one! Elapsed wall clock time (in seconds):0.881
1.40/0.98	o 337
1.50/1.08	c cleaning 4250 clauses out of 8505 with flag 11000/11000
1.73/1.22	c Got one! Elapsed wall clock time (in seconds):1.126
1.73/1.22	o 302
2.03/1.53	c cleaning 5624 clauses out of 11255 with flag 18000/18000
2.53/2.07	c cleaning 6808 clauses out of 13631 with flag 26000/26000
3.24/2.77	c cleaning 7910 clauses out of 15823 with flag 35000/35000
3.85/3.33	c cleaning 8955 clauses out of 17915 with flag 45002/45002
4.25/3.72	c Got one! Elapsed wall clock time (in seconds):3.623
4.25/3.72	o 295
4.45/3.99	c cleaning 9478 clauses out of 18959 with flag 55001/55001
4.96/4.45	c Got one! Elapsed wall clock time (in seconds):4.358
4.96/4.45	o 294
5.19/4.65	c cleaning 9737 clauses out of 19482 with flag 65002/65002
5.29/4.78	c Got one! Elapsed wall clock time (in seconds):4.688
5.29/4.78	o 286
5.91/5.32	c cleaning 9860 clauses out of 19743 with flag 75000/75000
6.71/6.16	c cleaning 9940 clauses out of 19883 with flag 85000/85000
6.91/6.31	c Got one! Elapsed wall clock time (in seconds):6.219
6.91/6.31	o 284
7.31/6.77	c cleaning 9967 clauses out of 19946 with flag 95003/95003
7.43/6.82	c Got one! Elapsed wall clock time (in seconds):6.728
7.43/6.82	o 256
7.93/7.35	c cleaning 9972 clauses out of 19976 with flag 105000/105000
8.64/8.08	c cleaning 9997 clauses out of 20004 with flag 115000/115000
9.24/8.64	c Got one! Elapsed wall clock time (in seconds):8.549
9.24/8.64	o 247
9.35/8.80	c cleaning 9997 clauses out of 20008 with flag 125001/125001
10.04/9.41	c cleaning 10000 clauses out of 20010 with flag 135000/135000
10.55/9.91	c Got one! Elapsed wall clock time (in seconds):9.809
10.55/9.91	o 240
10.64/10.03	c cleaning 10001 clauses out of 20011 with flag 145001/145001
11.24/10.65	c cleaning 10000 clauses out of 20009 with flag 155000/155000
12.04/11.47	c cleaning 10003 clauses out of 20010 with flag 165001/165001
12.55/11.99	c cleaning 9998 clauses out of 20009 with flag 175003/175003
13.05/12.49	c Got one! Elapsed wall clock time (in seconds):12.392
13.05/12.49	o 227
13.36/12.62	c cleaning 10000 clauses out of 20008 with flag 185000/185000
14.12/13.27	c cleaning 10001 clauses out of 20009 with flag 195001/195001
14.72/13.85	c cleaning 10001 clauses out of 20007 with flag 205000/205000
15.32/14.43	c cleaning 9994 clauses out of 20006 with flag 215000/215000
15.42/14.50	c Got one! Elapsed wall clock time (in seconds):14.407
15.42/14.50	o 223
16.02/15.09	c cleaning 9998 clauses out of 20012 with flag 225000/225000
16.72/15.78	c cleaning 10003 clauses out of 20014 with flag 235000/235000
17.42/16.49	c cleaning 10000 clauses out of 20011 with flag 245000/245000
18.22/17.20	c cleaning 10000 clauses out of 20012 with flag 255001/255001
18.42/17.48	c Got one! Elapsed wall clock time (in seconds):17.38
18.42/17.48	o 218
18.82/17.84	c cleaning 10000 clauses out of 20011 with flag 265000/265000
19.32/18.37	c cleaning 10000 clauses out of 20015 with flag 275004/275004
20.02/19.06	c cleaning 10002 clauses out of 20011 with flag 285000/285000
20.83/19.86	c cleaning 10001 clauses out of 20013 with flag 295004/295004
21.63/20.61	c cleaning 9991 clauses out of 20009 with flag 305001/305001
22.23/21.28	c cleaning 9998 clauses out of 20017 with flag 315000/315000
22.83/21.90	c cleaning 10004 clauses out of 20020 with flag 325001/325001
23.52/22.56	c cleaning 9992 clauses out of 20015 with flag 335000/335000
24.33/23.37	c cleaning 10007 clauses out of 20024 with flag 345001/345001
24.64/23.60	c Got one! Elapsed wall clock time (in seconds):23.501
24.64/23.60	o 196
25.04/24.00	c cleaning 10005 clauses out of 20018 with flag 355002/355002
25.54/24.58	c cleaning 10004 clauses out of 20014 with flag 365003/365003
26.04/25.04	c Got one! Elapsed wall clock time (in seconds):24.942
26.04/25.04	o 189
26.14/25.19	c cleaning 10003 clauses out of 20011 with flag 375004/375004
26.74/25.79	c cleaning 10000 clauses out of 20006 with flag 385002/385002
27.34/26.36	c cleaning 9998 clauses out of 20005 with flag 395001/395001
28.04/27.01	c cleaning 9998 clauses out of 20008 with flag 405002/405002
28.74/27.76	c cleaning 10002 clauses out of 20015 with flag 415007/415007
29.44/28.48	c cleaning 9998 clauses out of 20006 with flag 425000/425000
29.74/28.77	c Got one! Elapsed wall clock time (in seconds):28.675
29.74/28.77	o 185
30.04/29.07	c cleaning 10002 clauses out of 20009 with flag 435001/435001
30.55/29.60	c cleaning 9999 clauses out of 20007 with flag 445001/445001
31.15/30.18	c cleaning 9997 clauses out of 20007 with flag 455000/455000
31.75/30.75	c cleaning 9998 clauses out of 20010 with flag 465000/465000
32.47/31.40	c cleaning 10001 clauses out of 20012 with flag 475000/475000
32.97/31.94	c cleaning 9994 clauses out of 20013 with flag 485002/485002
33.37/32.38	c Got one! Elapsed wall clock time (in seconds):32.288
33.37/32.38	o 151
33.57/32.51	c cleaning 10003 clauses out of 20017 with flag 495000/495000
34.08/33.07	c cleaning 10005 clauses out of 20015 with flag 505001/505001
34.78/33.70	c cleaning 10000 clauses out of 20010 with flag 515001/515001
35.48/34.41	c cleaning 9993 clauses out of 20009 with flag 525000/525000
35.48/34.47	c Got one! Elapsed wall clock time (in seconds):34.371
35.48/34.47	o 133
36.08/35.02	c cleaning 10003 clauses out of 20016 with flag 535000/535000
36.68/35.61	c cleaning 10001 clauses out of 20014 with flag 545001/545001
37.29/36.26	c cleaning 9998 clauses out of 20012 with flag 555000/555000
37.99/36.95	c cleaning 10005 clauses out of 20017 with flag 565003/565003
38.69/37.60	c cleaning 10004 clauses out of 20011 with flag 575002/575002
39.39/38.35	c cleaning 10000 clauses out of 20005 with flag 585000/585000
40.09/39.07	c cleaning 10000 clauses out of 20006 with flag 595001/595001
40.89/39.80	c cleaning 9996 clauses out of 20005 with flag 605000/605000
41.50/40.45	c cleaning 10000 clauses out of 20009 with flag 615000/615000
42.10/41.09	c cleaning 10001 clauses out of 20010 with flag 625001/625001
42.91/41.83	c cleaning 9999 clauses out of 20009 with flag 635001/635001
43.61/42.55	c cleaning 9999 clauses out of 20009 with flag 645000/645000
44.31/43.24	c cleaning 10000 clauses out of 20010 with flag 655000/655000
45.01/43.90	c cleaning 9995 clauses out of 20010 with flag 665000/665000
45.71/44.61	c cleaning 10005 clauses out of 20015 with flag 675000/675000
46.41/45.34	c cleaning 9999 clauses out of 20010 with flag 685000/685000
47.01/45.97	c cleaning 9991 clauses out of 20011 with flag 695000/695000
47.72/46.66	c cleaning 10005 clauses out of 20020 with flag 705000/705000
48.32/47.29	c cleaning 9994 clauses out of 20015 with flag 715000/715000
48.92/47.89	c cleaning 10006 clauses out of 20022 with flag 725001/725001
49.62/48.55	c cleaning 10003 clauses out of 20015 with flag 735000/735000
50.22/49.16	c Got one! Elapsed wall clock time (in seconds):49.06
50.22/49.16	o 124
50.22/49.19	c cleaning 10004 clauses out of 20012 with flag 745000/745000
50.82/49.79	c cleaning 9999 clauses out of 20008 with flag 755000/755000
51.42/50.36	c cleaning 10000 clauses out of 20010 with flag 765001/765001
52.03/50.93	c cleaning 10000 clauses out of 20011 with flag 775002/775002
52.73/51.61	c cleaning 10000 clauses out of 20009 with flag 785000/785000
53.33/52.25	c cleaning 9997 clauses out of 20010 with flag 795001/795001
53.63/52.59	c Got one! Elapsed wall clock time (in seconds):52.494
53.63/52.59	o 99
53.94/52.84	c cleaning 10006 clauses out of 20015 with flag 805003/805003
54.53/53.40	c cleaning 10000 clauses out of 20007 with flag 815001/815001
55.04/53.98	c cleaning 9998 clauses out of 20007 with flag 825001/825001
55.64/54.58	c cleaning 9999 clauses out of 20008 with flag 835000/835000
56.34/55.23	c cleaning 10002 clauses out of 20011 with flag 845002/845002
57.20/56.02	c cleaning 10001 clauses out of 20009 with flag 855002/855002
58.19/56.80	c cleaning 9994 clauses out of 20007 with flag 865001/865001
58.99/57.52	c cleaning 9998 clauses out of 20012 with flag 875000/875000
59.80/58.32	c cleaning 10005 clauses out of 20017 with flag 885003/885003
60.50/59.02	c cleaning 9999 clauses out of 20009 with flag 895000/895000
61.20/59.71	c cleaning 10002 clauses out of 20013 with flag 905003/905003
61.90/60.43	c cleaning 9998 clauses out of 20008 with flag 915000/915000
62.01/60.57	c Got one! Elapsed wall clock time (in seconds):60.475
62.01/60.57	o 93
62.50/61.05	c cleaning 9997 clauses out of 20010 with flag 925000/925000
63.01/61.59	c cleaning 10004 clauses out of 20014 with flag 935001/935001
63.60/62.16	c cleaning 9999 clauses out of 20010 with flag 945001/945001
64.21/62.76	c cleaning 10002 clauses out of 20010 with flag 955000/955000
64.81/63.38	c cleaning 10001 clauses out of 20011 with flag 965003/965003
65.41/63.91	c cleaning 9997 clauses out of 20008 with flag 975001/975001
65.91/64.41	c cleaning 9999 clauses out of 20010 with flag 985000/985000
66.42/64.95	c cleaning 10001 clauses out of 20011 with flag 995000/995000
66.91/65.45	c cleaning 9994 clauses out of 20011 with flag 1005001/1005001
67.42/65.99	c cleaning 10000 clauses out of 20017 with flag 1015001/1015001
68.11/66.66	c cleaning 10003 clauses out of 20020 with flag 1025004/1025004
68.71/67.28	c cleaning 10001 clauses out of 20016 with flag 1035003/1035003
69.41/67.94	c cleaning 10005 clauses out of 20014 with flag 1045002/1045002
70.11/68.63	c cleaning 9999 clauses out of 20007 with flag 1055000/1055000
70.82/69.31	c cleaning 9999 clauses out of 20009 with flag 1065001/1065001
71.52/70.01	c cleaning 9998 clauses out of 20010 with flag 1075001/1075001
72.42/70.91	c cleaning 10000 clauses out of 20015 with flag 1085004/1085004
73.12/71.60	c cleaning 10000 clauses out of 20012 with flag 1095001/1095001
73.72/72.29	c cleaning 9998 clauses out of 20011 with flag 1105000/1105000
74.42/72.94	c cleaning 10003 clauses out of 20014 with flag 1115001/1115001
75.02/73.55	c cleaning 10000 clauses out of 20012 with flag 1125002/1125002
75.73/74.20	c cleaning 10000 clauses out of 20010 with flag 1135000/1135000
76.33/74.80	c cleaning 10001 clauses out of 20010 with flag 1145000/1145000
76.93/75.43	c cleaning 9999 clauses out of 20010 with flag 1155001/1155001
77.53/76.06	c Got one! Elapsed wall clock time (in seconds):75.961
77.53/76.06	o 90
77.63/76.12	c cleaning 10001 clauses out of 20010 with flag 1165000/1165000
78.23/76.71	c cleaning 10001 clauses out of 20010 with flag 1175001/1175001
78.73/77.28	c cleaning 10002 clauses out of 20010 with flag 1185002/1185002
79.33/77.81	c cleaning 9999 clauses out of 20007 with flag 1195001/1195001
79.93/78.42	c cleaning 9998 clauses out of 20009 with flag 1205002/1205002
80.53/79.05	c cleaning 10002 clauses out of 20010 with flag 1215001/1215001
81.03/79.58	c cleaning 9999 clauses out of 20007 with flag 1225000/1225000
81.63/80.19	c cleaning 10001 clauses out of 20010 with flag 1235002/1235002
82.43/80.90	c cleaning 9998 clauses out of 20007 with flag 1245000/1245000
83.14/81.65	c cleaning 9997 clauses out of 20009 with flag 1255000/1255000
83.85/82.34	c cleaning 9999 clauses out of 20014 with flag 1265002/1265002
84.55/83.05	c cleaning 9999 clauses out of 20013 with flag 1275000/1275000
85.25/83.77	c cleaning 10001 clauses out of 20014 with flag 1285000/1285000
85.95/84.44	c cleaning 9998 clauses out of 20014 with flag 1295001/1295001
86.65/85.11	c cleaning 10003 clauses out of 20017 with flag 1305002/1305002
87.36/85.81	c cleaning 9998 clauses out of 20014 with flag 1315002/1315002
87.95/86.46	c cleaning 10001 clauses out of 20014 with flag 1325000/1325000
88.55/87.07	c cleaning 10000 clauses out of 20013 with flag 1335000/1335000
89.35/87.83	c cleaning 9998 clauses out of 20017 with flag 1345004/1345004
90.15/88.60	c cleaning 10002 clauses out of 20015 with flag 1355000/1355000
90.85/89.36	c cleaning 9996 clauses out of 20013 with flag 1365000/1365000
91.55/90.09	c cleaning 10007 clauses out of 20019 with flag 1375002/1375002
92.36/90.84	c cleaning 9994 clauses out of 20010 with flag 1385000/1385000
92.46/90.98	c Got one! Elapsed wall clock time (in seconds):90.887
92.46/90.98	o 74
92.86/91.38	c cleaning 10005 clauses out of 20016 with flag 1395000/1395000
93.36/91.90	c cleaning 10000 clauses out of 20011 with flag 1405000/1405000
93.96/92.41	c cleaning 10001 clauses out of 20011 with flag 1415000/1415000
94.46/92.94	c cleaning 10001 clauses out of 20011 with flag 1425001/1425001
95.06/93.54	c cleaning 10002 clauses out of 20011 with flag 1435002/1435002
95.56/94.05	c cleaning 10000 clauses out of 20008 with flag 1445001/1445001
96.07/94.54	c cleaning 10002 clauses out of 20009 with flag 1455002/1455002
96.56/95.02	c cleaning 9997 clauses out of 20005 with flag 1465000/1465000
97.06/95.51	c cleaning 9996 clauses out of 20008 with flag 1475000/1475000
97.56/96.06	c cleaning 10000 clauses out of 20014 with flag 1485002/1485002
98.06/96.59	c cleaning 10003 clauses out of 20013 with flag 1495001/1495001
98.57/97.06	c cleaning 9999 clauses out of 20010 with flag 1505001/1505001
99.06/97.56	c cleaning 10001 clauses out of 20011 with flag 1515001/1515001
99.57/98.06	c cleaning 10002 clauses out of 20010 with flag 1525001/1525001
100.17/98.60	c cleaning 9995 clauses out of 20007 with flag 1535000/1535000
100.77/99.22	c cleaning 10002 clauses out of 20012 with flag 1545000/1545000
101.37/99.85	c cleaning 9997 clauses out of 20011 with flag 1555001/1555001
101.48/99.91	c Got one! Elapsed wall clock time (in seconds):99.812
101.48/99.91	o 53
101.88/100.35	c cleaning 10002 clauses out of 20013 with flag 1565000/1565000
102.48/100.93	c cleaning 10003 clauses out of 20011 with flag 1575000/1575000
102.98/101.42	c cleaning 9996 clauses out of 20008 with flag 1585000/1585000
103.48/101.97	c cleaning 10002 clauses out of 20012 with flag 1595000/1595000
104.08/102.51	c cleaning 9997 clauses out of 20011 with flag 1605001/1605001
104.58/103.09	c cleaning 10003 clauses out of 20013 with flag 1615000/1615000
104.89/103.38	c Got one! Elapsed wall clock time (in seconds):103.286
104.89/103.38	o 46
105.18/103.61	c cleaning 10003 clauses out of 20011 with flag 1625001/1625001
105.59/104.09	c cleaning 9999 clauses out of 20007 with flag 1635000/1635000
106.09/104.58	c cleaning 10005 clauses out of 20015 with flag 1645007/1645007
106.59/105.06	c cleaning 9995 clauses out of 20006 with flag 1655003/1655003
107.10/105.59	c cleaning 9998 clauses out of 20008 with flag 1665000/1665000
107.59/106.06	c cleaning 10001 clauses out of 20012 with flag 1675002/1675002
108.09/106.57	c cleaning 9996 clauses out of 20009 with flag 1685000/1685000
108.49/106.97	c Got one! Elapsed wall clock time (in seconds):106.878
108.49/106.97	o 42
108.69/107.14	c cleaning 10004 clauses out of 20013 with flag 1695000/1695000
109.19/107.64	c cleaning 10001 clauses out of 20012 with flag 1705003/1705003
109.70/108.14	c cleaning 10001 clauses out of 20009 with flag 1715001/1715001
110.21/108.62	c cleaning 9998 clauses out of 20008 with flag 1725001/1725001
110.71/109.14	c cleaning 10001 clauses out of 20010 with flag 1735001/1735001
111.21/109.65	c cleaning 9997 clauses out of 20010 with flag 1745002/1745002
111.71/110.10	c cleaning 10000 clauses out of 20011 with flag 1755000/1755000
112.11/110.55	c cleaning 10000 clauses out of 20011 with flag 1765000/1765000
112.62/111.07	c cleaning 9999 clauses out of 20012 with flag 1775001/1775001
113.21/111.63	c cleaning 10002 clauses out of 20014 with flag 1785002/1785002
113.31/111.70	c Got one! Elapsed wall clock time (in seconds):111.604
113.31/111.70	o 41
113.73/112.12	c cleaning 9998 clauses out of 20010 with flag 1795000/1795000
114.12/112.59	c cleaning 10003 clauses out of 20013 with flag 1805001/1805001
114.72/113.15	c cleaning 10001 clauses out of 20010 with flag 1815001/1815001
115.23/113.63	c cleaning 10000 clauses out of 20010 with flag 1825002/1825002
115.73/114.15	c cleaning 9998 clauses out of 20008 with flag 1835000/1835000
116.23/114.67	c cleaning 10000 clauses out of 20010 with flag 1845000/1845000
116.73/115.15	c cleaning 10003 clauses out of 20011 with flag 1855001/1855001
117.23/115.67	c cleaning 9996 clauses out of 20007 with flag 1865000/1865000
117.73/116.17	c cleaning 10002 clauses out of 20012 with flag 1875001/1875001
118.24/116.68	c cleaning 9995 clauses out of 20010 with flag 1885001/1885001
118.74/117.18	c cleaning 10001 clauses out of 20014 with flag 1895000/1895000
119.34/117.72	c cleaning 10004 clauses out of 20013 with flag 1905000/1905000
119.84/118.29	c cleaning 10002 clauses out of 20009 with flag 1915000/1915000
120.34/118.79	c cleaning 10001 clauses out of 20011 with flag 1925004/1925004
120.84/119.27	c cleaning 9999 clauses out of 20007 with flag 1935001/1935001
121.34/119.80	c cleaning 9999 clauses out of 20007 with flag 1945000/1945000
121.85/120.29	c cleaning 10002 clauses out of 20009 with flag 1955001/1955001
122.45/120.81	c cleaning 9997 clauses out of 20006 with flag 1965000/1965000
122.95/121.38	c cleaning 9998 clauses out of 20009 with flag 1975000/1975000
123.46/121.88	c cleaning 9999 clauses out of 20013 with flag 1985002/1985002
124.06/122.42	c cleaning 10002 clauses out of 20017 with flag 1995005/1995005
124.56/122.91	c cleaning 9998 clauses out of 20010 with flag 2005000/2005000
125.06/123.43	c cleaning 9999 clauses out of 20012 with flag 2015000/2015000
125.56/123.92	c cleaning 10002 clauses out of 20017 with flag 2025004/2025004
126.06/124.44	c cleaning 9998 clauses out of 20011 with flag 2035000/2035000
126.56/124.93	c cleaning 10003 clauses out of 20014 with flag 2045001/2045001
127.06/125.46	c cleaning 10001 clauses out of 20013 with flag 2055003/2055003
127.56/125.99	c cleaning 9999 clauses out of 20009 with flag 2065000/2065000
128.16/126.57	c cleaning 9997 clauses out of 20010 with flag 2075000/2075000
128.66/127.07	c cleaning 10001 clauses out of 20013 with flag 2085000/2085000
129.27/127.62	c cleaning 9994 clauses out of 20012 with flag 2095000/2095000
129.66/128.09	c cleaning 10007 clauses out of 20019 with flag 2105001/2105001
130.17/128.58	c cleaning 9996 clauses out of 20012 with flag 2115001/2115001
130.67/129.04	c cleaning 10002 clauses out of 20015 with flag 2125000/2125000
131.17/129.52	c cleaning 9998 clauses out of 20013 with flag 2135000/2135000
131.67/130.01	c cleaning 10002 clauses out of 20018 with flag 2145003/2145003
132.17/130.51	c cleaning 10002 clauses out of 20015 with flag 2155002/2155002
132.58/130.99	c cleaning 10004 clauses out of 20014 with flag 2165003/2165003
133.17/131.55	c cleaning 9998 clauses out of 20007 with flag 2175000/2175000
133.68/132.03	c cleaning 9998 clauses out of 20009 with flag 2185000/2185000
134.17/132.53	c cleaning 10002 clauses out of 20011 with flag 2195000/2195000
134.68/133.08	c cleaning 9995 clauses out of 20009 with flag 2205000/2205000
135.17/133.55	c cleaning 10004 clauses out of 20016 with flag 2215002/2215002
135.67/134.08	c cleaning 9997 clauses out of 20010 with flag 2225000/2225000
136.28/134.61	c cleaning 10000 clauses out of 20013 with flag 2235000/2235000
136.78/135.13	c cleaning 10004 clauses out of 20015 with flag 2245002/2245002
137.28/135.63	c cleaning 10001 clauses out of 20010 with flag 2255001/2255001
137.28/135.69	c Got one! Elapsed wall clock time (in seconds):135.592
137.28/135.69	o 39
137.78/136.12	c cleaning 10001 clauses out of 20010 with flag 2265002/2265002
138.28/136.60	c cleaning 10000 clauses out of 20009 with flag 2275002/2275002
138.78/137.10	c cleaning 9999 clauses out of 20008 with flag 2285001/2285001
139.29/137.60	c cleaning 9998 clauses out of 20008 with flag 2295000/2295000
139.79/138.14	c cleaning 9999 clauses out of 20010 with flag 2305000/2305000
140.30/138.61	c cleaning 10002 clauses out of 20012 with flag 2315001/2315001
140.69/139.06	c cleaning 10001 clauses out of 20010 with flag 2325001/2325001
141.19/139.51	c cleaning 9998 clauses out of 20008 with flag 2335000/2335000
141.59/139.96	c cleaning 10001 clauses out of 20010 with flag 2345000/2345000
142.09/140.42	c cleaning 10000 clauses out of 20009 with flag 2355000/2355000
142.50/140.89	c cleaning 10001 clauses out of 20010 with flag 2365001/2365001
142.99/141.39	c cleaning 10002 clauses out of 20010 with flag 2375002/2375002
143.50/141.88	c cleaning 9996 clauses out of 20006 with flag 2385000/2385000
144.00/142.37	c cleaning 10000 clauses out of 20010 with flag 2395000/2395000
144.50/142.81	c cleaning 9999 clauses out of 20011 with flag 2405001/2405001
144.90/143.25	c cleaning 10000 clauses out of 20012 with flag 2415001/2415001
145.30/143.68	c cleaning 9998 clauses out of 20012 with flag 2425001/2425001
145.81/144.15	c cleaning 10001 clauses out of 20013 with flag 2435000/2435000
146.30/144.64	c cleaning 10002 clauses out of 20013 with flag 2445001/2445001
146.70/145.06	c cleaning 10002 clauses out of 20011 with flag 2455001/2455001
147.11/145.50	c cleaning 9997 clauses out of 20010 with flag 2465002/2465002
147.61/145.94	c cleaning 9999 clauses out of 20013 with flag 2475002/2475002
148.11/146.46	c cleaning 10003 clauses out of 20013 with flag 2485001/2485001
148.61/146.95	c cleaning 10003 clauses out of 20010 with flag 2495001/2495001
149.12/147.46	c cleaning 9998 clauses out of 20006 with flag 2505000/2505000
149.71/148.00	c cleaning 10001 clauses out of 20009 with flag 2515001/2515001
150.22/148.56	c cleaning 9999 clauses out of 20007 with flag 2525000/2525000
150.82/149.11	c cleaning 10000 clauses out of 20009 with flag 2535001/2535001
151.22/149.60	c cleaning 9991 clauses out of 20009 with flag 2545001/2545001
151.82/150.10	c cleaning 10003 clauses out of 20017 with flag 2555000/2555000
152.32/150.61	c cleaning 10004 clauses out of 20015 with flag 2565001/2565001
152.82/151.16	c cleaning 10001 clauses out of 20012 with flag 2575002/2575002
153.32/151.68	c cleaning 9999 clauses out of 20014 with flag 2585005/2585005
153.92/152.20	c cleaning 9997 clauses out of 20010 with flag 2595000/2595000
154.42/152.70	c cleaning 10000 clauses out of 20013 with flag 2605000/2605000
154.82/153.17	c cleaning 10001 clauses out of 20013 with flag 2615000/2615000
155.32/153.64	c cleaning 10001 clauses out of 20013 with flag 2625001/2625001
155.83/154.12	c cleaning 10001 clauses out of 20014 with flag 2635003/2635003
156.23/154.59	c cleaning 10000 clauses out of 20011 with flag 2645001/2645001
156.74/155.09	c cleaning 9997 clauses out of 20010 with flag 2655000/2655000
157.23/155.59	c cleaning 10005 clauses out of 20019 with flag 2665006/2665006
157.74/156.07	c cleaning 10000 clauses out of 20008 with flag 2675000/2675000
158.24/156.58	c cleaning 9998 clauses out of 20008 with flag 2685000/2685000
158.74/157.07	c cleaning 9996 clauses out of 20011 with flag 2695001/2695001
159.24/157.56	c cleaning 10004 clauses out of 20015 with flag 2705001/2705001
159.24/157.59	c Got one! Elapsed wall clock time (in seconds):157.498
159.24/157.59	o 29
159.74/158.03	c cleaning 9999 clauses out of 20011 with flag 2715001/2715001
160.24/158.51	c cleaning 9999 clauses out of 20012 with flag 2725001/2725001
160.64/158.97	c cleaning 10003 clauses out of 20013 with flag 2735001/2735001
161.15/159.46	c cleaning 10002 clauses out of 20009 with flag 2745000/2745000
161.64/159.95	c cleaning 10000 clauses out of 20007 with flag 2755000/2755000
162.14/160.44	c cleaning 9997 clauses out of 20007 with flag 2765000/2765000
162.64/160.90	c cleaning 9997 clauses out of 20010 with flag 2775000/2775000
163.04/161.35	c cleaning 10001 clauses out of 20013 with flag 2785000/2785000
163.45/161.79	c cleaning 10003 clauses out of 20016 with flag 2795004/2795004
163.94/162.28	c cleaning 9999 clauses out of 20010 with flag 2805001/2805001
164.45/162.76	c cleaning 10002 clauses out of 20011 with flag 2815001/2815001
165.04/163.33	c cleaning 9999 clauses out of 20008 with flag 2825000/2825000
165.65/163.94	c cleaning 10003 clauses out of 20013 with flag 2835004/2835004
166.24/164.59	c cleaning 9995 clauses out of 20006 with flag 2845000/2845000
166.84/165.10	c cleaning 10002 clauses out of 20011 with flag 2855000/2855000
167.34/165.62	c cleaning 9999 clauses out of 20009 with flag 2865000/2865000
167.86/166.15	c cleaning 10002 clauses out of 20012 with flag 2875002/2875002
168.36/166.63	c cleaning 10001 clauses out of 20009 with flag 2885001/2885001
168.86/167.14	c cleaning 10000 clauses out of 20007 with flag 2895000/2895000
169.36/167.62	c cleaning 9999 clauses out of 20009 with flag 2905002/2905002
169.76/168.04	c Got one! Elapsed wall clock time (in seconds):167.944
169.76/168.04	o 19
169.86/168.12	c cleaning 10000 clauses out of 20008 with flag 2915000/2915000
170.26/168.57	c cleaning 9997 clauses out of 20009 with flag 2925001/2925001
170.76/169.04	c cleaning 10000 clauses out of 20014 with flag 2935003/2935003
171.17/169.48	c cleaning 10002 clauses out of 20011 with flag 2945000/2945000
171.66/169.95	c cleaning 10001 clauses out of 20011 with flag 2955002/2955002
172.17/170.40	c cleaning 10000 clauses out of 20008 with flag 2965000/2965000
172.57/170.87	c cleaning 9999 clauses out of 20009 with flag 2975001/2975001
173.07/171.31	c cleaning 10001 clauses out of 20009 with flag 2985000/2985000
173.47/171.74	c cleaning 9998 clauses out of 20009 with flag 2995001/2995001
173.87/172.17	c cleaning 10000 clauses out of 20012 with flag 3005002/3005002
174.37/172.62	c cleaning 10001 clauses out of 20011 with flag 3015001/3015001
174.77/173.09	c cleaning 9997 clauses out of 20010 with flag 3025001/3025001
175.27/173.54	c cleaning 9998 clauses out of 20014 with flag 3035002/3035002
175.67/173.97	c cleaning 10002 clauses out of 20014 with flag 3045000/3045000
176.17/174.42	c cleaning 10001 clauses out of 20014 with flag 3055002/3055002
176.58/174.87	c cleaning 10002 clauses out of 20012 with flag 3065001/3065001
177.07/175.31	c cleaning 9990 clauses out of 20009 with flag 3075000/3075000
177.47/175.78	c cleaning 10005 clauses out of 20019 with flag 3085000/3085000
177.97/176.22	c cleaning 10002 clauses out of 20014 with flag 3095000/3095000
178.38/176.64	c cleaning 10006 clauses out of 20014 with flag 3105002/3105002
178.88/177.11	c cleaning 10000 clauses out of 20007 with flag 3115001/3115001
179.28/177.56	c cleaning 9997 clauses out of 20006 with flag 3125001/3125001
179.79/178.04	c cleaning 10002 clauses out of 20009 with flag 3135001/3135001
179.90/178.16	c starts		: 272
179.90/178.16	c conflicts		: 3137725
179.90/178.16	c decisions		: 5345562
179.90/178.16	c propagations		: 88294653
179.90/178.16	c inspects		: 768706257
179.90/178.16	c learnt literals	: 6
179.90/178.16	c learnt binary clauses	: 88
179.90/178.16	c learnt ternary clauses	: 1858
179.90/178.16	c learnt clauses	: 3137718
179.90/178.16	c ignored clauses	: 0
179.90/178.16	c root simplifications	: 0
179.90/178.16	c removed literals (reason simplification)	: 17478048
179.90/178.16	c reason swapping (by a shorter reason)	: 0
179.90/178.16	c Calls to reduceDB	: 315
179.90/178.16	c number of reductions to clauses (during analyze)	: 0
179.90/178.16	c number of learned constraints concerned by reduction	: 0
179.90/178.16	c number of learning phase by resolution	: 0
179.90/178.16	c number of learning phase by cutting planes	: 0
179.90/178.16	c speed (assignments/second)	: 8723906.03695287
179.90/178.16	c non guided choices	2745
179.90/178.16	c learnt constraints type 
179.90/178.16	c constraints type 
179.90/178.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
179.90/178.16	c org.sat4j.pb.constraints.pb.MaxWatchPb => 71
179.90/178.16	s OPTIMUM FOUND
179.90/178.16	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 
179.90/178.16	c objective function=19
179.90/178.16	c Total wall clock time (in seconds): 178.066

Verifier Data

OK	19

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2698677-1278327432/watcher-2698677-1278327432 -o /tmp/evaluation-result-2698677-1278327432/solver-2698677-1278327432 -C 1800 -W 2000 -M 3800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2698677-1278327432.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.99 1.99 1.91 2/196 4471
/proc/meminfo: memFree=32066828/32950940 swapFree=67111528/67111528
[pid=4471] ppid=4469 vsize=1832 CPUtime=0
/proc/4471/stat : 4471 (java) S 4469 4471 3792 0 -1 4194304 430 0 0 0 0 0 0 0 25 0 1 0 957269 1875968 160 4089446400 134512640 134550932 4290099904 18446744073709551615 7742036 0 2147483391 4096 0 18446744071699199166 0 0 17 5 0 0 0
/proc/4471/statm: 458 160 123 10 0 63 0

[startup+0.0487631 s]
/proc/loadavg: 1.99 1.99 1.91 2/196 4471
/proc/meminfo: memFree=32066828/32950940 swapFree=67111528/67111528
[pid=4471] ppid=4469 vsize=1527532 CPUtime=0.03
/proc/4471/stat : 4471 (java) S 4469 4471 3792 0 -1 4202496 3960 0 1 0 3 0 0 0 25 0 18 0 957269 1564192768 3400 4089446400 134512640 134550932 4290099904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4471/statm: 381883 3400 1072 10 0 379186 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1527532

[startup+0.100786 s]
/proc/loadavg: 1.99 1.99 1.91 2/196 4471
/proc/meminfo: memFree=32066828/32950940 swapFree=67111528/67111528
[pid=4471] ppid=4469 vsize=1530124 CPUtime=0.1
/proc/4471/stat : 4471 (java) S 4469 4471 3792 0 -1 4202496 5220 0 1 0 10 0 0 0 25 0 18 0 957269 1566846976 4657 4089446400 134512640 134550932 4290099904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4471/statm: 382531 4657 1346 10 0 379834 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1530124

[startup+0.300752 s]
/proc/loadavg: 1.99 1.99 1.91 2/196 4471
/proc/meminfo: memFree=32066828/32950940 swapFree=67111528/67111528
[pid=4471] ppid=4469 vsize=1533256 CPUtime=0.6
/proc/4471/stat : 4471 (java) S 4469 4471 3792 0 -1 4202496 6970 0 1 0 59 1 0 0 25 0 19 0 957269 1570054144 6059 4089446400 134512640 134550932 4290099904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4471/statm: 383314 6059 1418 10 0 380617 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 1533256

[startup+0.700682 s]
/proc/loadavg: 1.99 1.99 1.91 2/196 4471
/proc/meminfo: memFree=32066828/32950940 swapFree=67111528/67111528
[pid=4471] ppid=4469 vsize=1533256 CPUtime=1.19
/proc/4471/stat : 4471 (java) S 4469 4471 3792 0 -1 4202496 10037 0 1 0 117 2 0 0 25 0 19 0 957269 1570054144 9124 4089446400 134512640 134550932 4290099904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4471/statm: 383314 9124 1437 10 0 380617 0
Current children cumulated CPU time (s) 1.19
Current children cumulated vsize (KiB) 1533256

[startup+1.50144 s]
/proc/loadavg: 1.99 1.99 1.91 3/215 4490
/proc/meminfo: memFree=32035244/32950940 swapFree=67111528/67111528
[pid=4471] ppid=4469 vsize=1533256 CPUtime=2.03
/proc/4471/stat : 4471 (java) S 4469 4471 3792 0 -1 4202496 10785 0 1 0 201 2 0 0 25 0 19 0 957269 1570054144 9870 4089446400 134512640 134550932 4290099904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4471/statm: 383314 9870 1439 10 0 380617 0
[pid=4471/tid=4473] ppid=4469 vsize=1533256 CPUtime=1.46
/proc/4471/task/4473/stat : 4473 (java) R 4469 4471 3792 0 -1 4202560 6950 0 1 0 145 1 0 0 21 0 19 0 957270 1570054144 9870 4089446400 134512640 134550932 4290099904 18446744073709551615 4109997680 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=4471/tid=4474] ppid=4469 vsize=1533256 CPUtime=0
/proc/4471/task/4474/stat : 4474 (java) S 4469 4471 3792 0 -1 4202560 191 0 0 0 0 0 0 0 15 0 19 0 957270 1570054144 9870 4089446400 134512640 134550932 4290099904 18446744073709551615 4294960144 0 4 0 16800975 18446604471137516416 0 0 -1 2 0 0 0
[pid=4471/tid=4475] ppid=4469 vsize=1533256 CPUtime=0
/proc/4471/task/4475/stat : 4475 (java) S 4469 4471 3792 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 957270 1570054144 9870 4089446400 134512640 134550932 4290099904 18446744073709551615 4294960144 0 4 0 16800975 18446604471137516416 0 0 -1 2 0 0 0
[pid=4471/tid=4476] ppid=4469 vsize=1533256 CPUtime=0
/proc/4471/task/4476/stat : 4476 (java) S 4469 4471 3792 0 -1 4202560 174 0 0 0 0 0 0 0 15 0 19 0 957270 1570054144 9870 4089446400 134512640 134550932 4290099904 18446744073709551615 4294960144 0 4 0 16800975 18446604471137516416 0 0 -1 2 0 0 0
[pid=4471/tid=4477] ppid=4469 vsize=1533256 CPUtime=0
/proc/4471/task/4477/stat : 4477 (java) S 4469 4471 3792 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 957270 1570054144 9870 4089446400 134512640 134550932 4290099904 18446744073709551615 4294960144 0 4 0 16800975 18446604471137516416 0 0 -1 2 0 0 0
[pid=4471/tid=4478] ppid=4469 vsize=1533256 CPUtime=0
/proc/4471/task/4478/stat : 4478 (java) S 4469 4471 3792 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 957270 1570054144 9871 4089446400 134512640 134550932 4290099904 18446744073709551615 4294960144 0 4 0 16800975 18446604471137516416 0 0 -1 6 0 0 0
[pid=4471/tid=4479] ppid=4469 vsize=1533256 CPUtime=0
/proc/4471/task/4479/stat : 4479 (java) S 4469 4471 3792 0 -1 4202560 16 0 0 0 0 0 0 0 15 0 19 0 957270 1570054144 9871 4089446400 134512640 134550932 4290099904 18446744073709551615 4294960144 0 4 0 16800975 18446604471137516416 0 0 -1 6 0 0 0
[pid=4471/tid=4480] ppid=4469 vsize=1533256 CPUtime=0
/proc/4471/task/4480/stat : 4480 (java) S 4469 4471 3792 0 -1 4202560 114 0 0 0 0 0 0 0 15 0 19 0 957270 1570054144 9871 4089446400 134512640 134550932 4290099904 18446744073709551615 4294960144 0 4 0 16800975 18446604471137516416 0 0 -1 4 0 0 0
[pid=4471/tid=4481] ppid=4469 vsize=1533256 CPUtime=0
/proc/4471/task/4481/stat : 4481 (java) S 4469 4471 3792 0 -1 4202560 109 0 0 0 0 0 0 0 15 0 19 0 957270 1570054144 9871 4089446400 134512640 134550932 4290099904 18446744073709551615 4294960144 0 4 0 16800975 18446604471137516416 0 0 -1 2 0 0 0
[pid=4471/tid=4482] ppid=4469 vsize=1533256 CPUtime=0.01
/proc/4471/task/4482/stat : 4482 (java) S 4469 4471 3792 0 -1 4202560 362 0 0 0 1 0 0 0 16 0 19 0 957271 1570054144 9871 4089446400 134512640 134550932 4290099904 18446744073709551615 4294960144 0 0 0 16800975 18446604471137516416 0 0 -1 4 0 0 0
[pid=4471/tid=4483] ppid=4469 vsize=1533256 CPUtime=0
/proc/4471/task/4483/stat : 4483 (java) S 4469 4471 3792 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 957271 1570054144 9871 4089446400 134512640 134550932 4290099904 18446744073709551615 4294960144 0 4 0 16800975 18446604471137516416 0 0 -1 2 0 0 0
[pid=4471/tid=4484] ppid=4469 vsize=1533256 CPUtime=0
/proc/4471/task/4484/stat : 4484 (java) S 4469 4471 3792 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 957271 1570054144 9871 4089446400 134512640 134550932 4290099904 18446744073709551615 4294960144 0 4 0 16800975 18446604471137516416 0 0 -1 2 0 0 0
[pid=4471/tid=4485] ppid=4469 vsize=1533256 CPUtime=0
/proc/4471/task/4485/stat : 4485 (java) S 4469 4471 3792 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 957274 1570054144 9872 4089446400 134512640 134550932 4290099904 18446744073709551615 4294960144 0 4 0 16800975 18446604471137516416 0 0 -1 4 0 0 0
[pid=4471/tid=4486] ppid=4469 vsize=1533256 CPUtime=0.29
/proc/4471/task/4486/stat : 4486 (java) S 4469 4471 3792 0 -1 4202560 667 0 0 0 29 0 0 0 18 0 19 0 957274 1570054144 9872 4089446400 134512640 134550932 4290099904 18446744073709551615 4294960144 0 4 0 16800975 18446604471137516416 0 0 -1 3 0 0 0
[pid=4471/tid=4487] ppid=4469 vsize=1533256 CPUtime=0.23
/proc/4471/task/4487/stat : 4487 (java) S 4469 4471 3792 0 -1 4202560 1134 0 0 0 23 0 0 0 15 0 19 0 957274 1570054144 9872 4089446400 134512640 134550932 4290099904 18446744073709551615 4294960144 0 4 0 16800975 18446604471137516416 0 0 -1 2 0 0 0
[pid=4471/tid=4488] ppid=4469 vsize=1533256 CPUtime=0
/proc/4471/task/4488/stat : 4488 (java) S 4469 4471 3792 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 957274 1570054144 9872 4089446400 134512640 134550932 4290099904 18446744073709551615 4294960144 0 4 0 16800975 18446604471137516416 0 0 -1 4 0 0 0
[pid=4471/tid=4489] ppid=4469 vsize=1533256 CPUtime=0
/proc/4471/task/4489/stat : 4489 (java) S 4469 4471 3792 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 957274 1570054144 9872 4089446400 134512640 134550932 4290099904 18446744073709551615 4294960144 0 4 0 16800975 18446604471137516416 0 0 -1 0 0 0 0
[pid=4471/tid=4490] ppid=4469 vsize=1533256 CPUtime=0
/proc/4471/task/4490/stat : 4490 (java) S 4469 4471 3792 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 957285 1570054144 9873 4089446400 134512640 134550932 4290099904 18446744073709551615 4294960144 0 4 0 16800975 18446604471137516416 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.03
Current children cumulated vsize (KiB) 1533256

[startup+3.10122 s]
/proc/loadavg: 1.99 1.99 1.91 3/215 4490
/proc/meminfo: memFree=32027432/32950940 swapFree=67111528/67111528
[pid=4471] ppid=4469 vsize=1533256 CPUtime=3.64
/proc/4471/stat : 4471 (java) S 4469 4471 3792 0 -1 4202496 13358 0 1 0 362 2 0 0 25 0 19 0 957269 1570054144 12440 4089446400 134512640 134550932 4290099904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4471/statm: 383314 12440 1439 10 0 380617 0
[pid=4471/tid=4473] ppid=4469 vsize=1533256 CPUtime=3.02
/proc/4471/task/4473/stat : 4473 (java) R 4469 4471 3792 0 -1 4202560 9207 0 1 0 301 1 0 0 25 0 19 0 957270 1570054144 12440 4089446400 134512640 134550932 4290099904 18446744073709551615 4110003759 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=4471/tid=4474] ppid=4469 vsize=1533256 CPUtime=0
/proc/4471/task/4474/stat : 4474 (java) S 4469 4471 3792 0 -1 4202560 192 0 0 0 0 0 0 0 15 0 19 0 957270 1570054144 12440 4089446400 134512640 134550932 4290099904 18446744073709551615 4294960144 0 4 0 16800975 18446604471137516416 0 0 -1 6 0 0 0
[pid=4471/tid=4475] ppid=4469 vsize=1533256 CPUtime=0
/proc/4471/task/4475/stat : 4475 (java) S 4469 4471 3792 0 -1 4202560 18 0 0 0 0 0 0 0 16 0 19 0 957270 1570054144 12440 4089446400 134512640 134550932 4290099904 18446744073709551615 4294960144 0 4 0 16800975 18446604471137516416 0 0 -1 2 0 0 0
[pid=4471/tid=4476] ppid=4469 vsize=1533256 CPUtime=0
/proc/4471/task/4476/stat : 4476 (java) S 4469 4471 3792 0 -1 4202560 195 0 0 0 0 0 0 0 15 0 19 0 957270 1570054144 12440 4089446400 134512640 134550932 4290099904 18446744073709551615 4294960144 0 4 0 16800975 18446604471137516416 0 0 -1 2 0 0 0
[pid=4471/tid=4477] ppid=4469 vsize=1533256 CPUtime=0
/proc/4471/task/4477/stat : 4477 (java) S 4469 4471 3792 0 -1 4202560 27 0 0 0 0 0 0 0 15 0 19 0 957270 1570054144 12440 4089446400 134512640 134550932 4290099904 18446744073709551615 4294960144 0 4 0 16800975 18446604471137516416 0 0 -1 0 0 0 0
[pid=4471/tid=4478] ppid=4469 vsize=1533256 CPUtime=0
/proc/4471/task/4478/stat : 4478 (java) S 4469 4471 3792 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 957270 1570054144 12440 4089446400 134512640 134550932 4290099904 18446744073709551615 4294960144 0 4 0 16800975 18446604471137516416 0 0 -1 6 0 0 0
[pid=4471/tid=4479] ppid=4469 vsize=1533256 CPUtime=0
/proc/4471/task/4479/stat : 4479 (java) S 4469 4471 3792 0 -1 4202560 18 0 0 0 0 0 0 0 15 0 19 0 957270 1570054144 12440 4089446400 134512640 134550932 4290099904 18446744073709551615 4294960144 0 4 0 16800975 18446604471137516416 0 0 -1 6 0 0 0
[pid=4471/tid=4480] ppid=4469 vsize=1533256 CPUtime=0
/proc/4471/task/4480/stat : 4480 (java) S 4469 4471 3792 0 -1 4202560 200 0 0 0 0 0 0 0 15 0 19 0 957270 1570054144 12440 4089446400 134512640 134550932 4290099904 18446744073709551615 4294960144 0 4 0 16800975 18446604471137516416 0 0 -1 6 0 0 0
[pid=4471/tid=4481] ppid=4469 vsize=1533256 CPUtime=0
/proc/4471/task/4481/stat : 4481 (java) S 4469 4471 3792 0 -1 4202560 111 0 0 0 0 0 0 0 15 0 19 0 957270 1570054144 12440 4089446400 134512640 134550932 4290099904 18446744073709551615 4294960144 0 4 0 16800975 18446604471137516416 0 0 -1 6 0 0 0
[pid=4471/tid=4482] ppid=4469 vsize=1533256 CPUtime=0.04
/proc/4471/task/4482/stat : 4482 (java) S 4469 4471 3792 0 -1 4202560 519 0 0 0 4 0 0 0 16 0 19 0 957271 1570054144 12440 4089446400 134512640 134550932 4290099904 18446744073709551615 4294960144 0 0 0 16800975 18446604471137516416 0 0 -1 4 0 0 0
[pid=4471/tid=4483] ppid=4469 vsize=1533256 CPUtime=0
/proc/4471/task/4483/stat : 4483 (java) S 4469 4471 3792 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 957271 1570054144 12440 4089446400 134512640 134550932 4290099904 18446744073709551615 4294960144 0 4 0 16800975 18446604471137516416 0 0 -1 2 0 0 0
[pid=4471/tid=4484] ppid=4469 vsize=1533256 CPUtime=0
/proc/4471/task/4484/stat : 4484 (java) S 4469 4471 3792 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 957271 1570054144 12440 4089446400 134512640 134550932 4290099904 18446744073709551615 4294960144 0 4 0 16800975 18446604471137516416 0 0 -1 2 0 0 0
[pid=4471/tid=4485] ppid=4469 vsize=1533256 CPUtime=0
/proc/4471/task/4485/stat : 4485 (java) S 4469 4471 3792 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 957274 1570054144 12440 4089446400 134512640 134550932 4290099904 18446744073709551615 4294960144 0 4 0 16800975 18446604471137516416 0 0 -1 4 0 0 0
[pid=4471/tid=4486] ppid=4469 vsize=1533256 CPUtime=0.3
/proc/4471/task/4486/stat : 4486 (java) S 4469 4471 3792 0 -1 4202560 667 0 0 0 30 0 0 0 15 0 19 0 957274 1570054144 12440 4089446400 134512640 134550932 4290099904 18446744073709551615 4294960144 0 4 0 16800975 18446604471137516416 0 0 -1 3 0 0 0
[pid=4471/tid=4487] ppid=4469 vsize=1533256 CPUtime=0.25
/proc/4471/task/4487/stat : 4487 (java) S 4469 4471 3792 0 -1 4202560 1139 0 0 0 25 0 0 0 15 0 19 0 957274 1570054144 12440 4089446400 134512640 134550932 4290099904 18446744073709551615 4294960144 0 4 0 16800975 18446604471137516416 0 0 -1 2 0 0 0
[pid=4471/tid=4488] ppid=4469 vsize=1533256 CPUtime=0
/proc/4471/task/4488/stat : 4488 (java) S 4469 4471 3792 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 957274 1570054144 12440 4089446400 134512640 134550932 4290099904 18446744073709551615 4294960144 0 4 0 16800975 18446604471137516416 0 0 -1 4 0 0 0
[pid=4471/tid=4489] ppid=4469 vsize=1533256 CPUtime=0
/proc/4471/task/4489/stat : 4489 (java) S 4469 4471 3792 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 957274 1570054144 12440 4089446400 134512640 134550932 4290099904 18446744073709551615 4294960144 0 4 0 16800975 18446604471137516416 0 0 -1 0 0 0 0
[pid=4471/tid=4490] ppid=4469 vsize=1533256 CPUtime=0
/proc/4471/task/4490/stat : 4490 (java) S 4469 4471 3792 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 957285 1570054144 12440 4089446400 134512640 134550932 4290099904 18446744073709551615 4294960144 0 4 0 16800975 18446604471137516416 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.64
Current children cumulated vsize (KiB) 1533256

[startup+6.30066 s]
/proc/loadavg: 1.99 1.99 1.91 3/215 4490
/proc/meminfo: memFree=32021728/32950940 swapFree=67111528/67111528
[pid=4471] ppid=4469 vsize=1533256 CPUtime=6.91
/proc/4471/stat : 4471 (java) S 4469 4471 3792 0 -1 4202496 13719 0 1 0 688 3 0 0 25 0 19 0 957269 1570054144 12795 4089446400 134512640 134550932 4290099904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4471/statm: 383314 12795 1440 10 0 380617 0
[pid=4471/tid=4473] ppid=4469 vsize=1533256 CPUtime=6.16
/proc/4471/task/4473/stat : 4473 (java) R 4469 4471 3792 0 -1 4202560 9213 0 1 0 615 1 0 0 25 0 19 0 957270 1570054144 12795 4089446400 134512640 134550932 4290099904 18446744073709551615 4109932332 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=4471/tid=4474] ppid=4469 vsize=1533256 CPUtime=0
/proc/4471/task/4474/stat : 4474 (java) S 4469 4471 3792 0 -1 4202560 214 0 0 0 0 0 0 0 16 0 19 0 957270 1570054144 12795 4089446400 134512640 134550932 4290099904 18446744073709551615 4294960144 0 4 0 16800975 18446604471137516416 0 0 -1 2 0 0 0
[pid=4471/tid=4475] ppid=4469 vsize=1533256 CPUtime=0
/proc/4471/task/4475/stat : 4475 (java) S 4469 4471 3792 0 -1 4202560 30 0 0 0 0 0 0 0 15 0 19 0 957270 1570054144 12795 4089446400 134512640 134550932 4290099904 18446744073709551615 4294960144 0 4 0 16800975 18446604471137516416 0 0 -1 2 0 0 0
[pid=4471/tid=4476] ppid=4469 vsize=1533256 CPUtime=0
/proc/4471/task/4476/stat : 4476 (java) S 4469 4471 3792 0 -1 4202560 210 0 0 0 0 0 0 0 15 0 19 0 957270 1570054144 12795 4089446400 134512640 134550932 4290099904 18446744073709551615 4294960144 0 4 0 16800975 18446604471137516416 0 0 -1 0 0 0 0
[pid=4471/tid=4477] ppid=4469 vsize=1533256 CPUtime=0
/proc/4471/task/4477/stat : 4477 (java) S 4469 4471 3792 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 19 0 957270 1570054144 12795 4089446400 134512640 134550932 4290099904 18446744073709551615 4294960144 0 4 0 16800975 18446604471137516416 0 0 -1 0 0 0 0
[pid=4471/tid=4478] ppid=4469 vsize=1533256 CPUtime=0
/proc/4471/task/4478/stat : 4478 (java) S 4469 4471 3792 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 19 0 957270 1570054144 12795 4089446400 134512640 134550932 4290099904 18446744073709551615 4294960144 0 4 0 16800975 18446604471137516416 0 0 -1 6 0 0 0
[pid=4471/tid=4479] ppid=4469 vsize=1533256 CPUtime=0
/proc/4471/task/4479/stat : 4479 (java) S 4469 4471 3792 0 -1 4202560 21 0 0 0 0 0 0 0 16 0 19 0 957270 1570054144 12795 4089446400 134512640 134550932 4290099904 18446744073709551615 4294960144 0 4 0 16800975 18446604471137516416 0 0 -1 0 0 0 0
[pid=4471/tid=4480] ppid=4469 vsize=1533256 CPUtime=0
/proc/4471/task/4480/stat : 4480 (java) S 4469 4471 3792 0 -1 4202560 216 0 0 0 0 0 0 0 15 0 19 0 957270 1570054144 12795 4089446400 134512640 134550932 4290099904 18446744073709551615 4294960144 0 4 0 16800975 18446604471137516416 0 0 -1 6 0 0 0
[pid=4471/tid=4481] ppid=4469 vsize=1533256 CPUtime=0
/proc/4471/task/4481/stat : 4481 (java) S 4469 4471 3792 0 -1 4202560 127 0 0 0 0 0 0 0 15 0 19 0 957270 1570054144 12795 4089446400 134512640 134550932 4290099904 18446744073709551615 4294960144 0 4 0 16800975 18446604471137516416 0 0 -1 6 0 0 0
[pid=4471/tid=4482] ppid=4469 vsize=1533256 CPUtime=0.08
/proc/4471/task/4482/stat : 4482 (java) S 4469 4471 3792 0 -1 4202560 729 0 0 0 8 0 0 0 16 0 19 0 957271 1570054144 12795 4089446400 134512640 134550932 4290099904 18446744073709551615 4294960144 0 0 0 16800975 18446604471137516416 0 0 -1 4 0 0 0
[pid=4471/tid=4483] ppid=4469 vsize=1533256 CPUtime=0
/proc/4471/task/4483/stat : 4483 (java) S 4469 4471 3792 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 957271 1570054144 12795 4089446400 134512640 134550932 4290099904 18446744073709551615 4294960144 0 4 0 16800975 18446604471137516416 0 0 -1 2 0 0 0
[pid=4471/tid=4484] ppid=4469 vsize=1533256 CPUtime=0
/proc/4471/task/4484/stat : 4484 (java) S 4469 4471 3792 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 957271 1570054144 12795 4089446400 134512640 134550932 4290099904 18446744073709551615 4294960144 0 4 0 16800975 18446604471137516416 0 0 -1 2 0 0 0
[pid=4471/tid=4485] ppid=4469 vsize=1533256 CPUtime=0
/proc/4471/task/4485/stat : 4485 (java) S 4469 4471 3792 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 957274 1570054144 12795 4089446400 134512640 134550932 4290099904 18446744073709551615 4294960144 0 4 0 16800975 18446604471137516416 0 0 -1 4 0 0 0
[pid=4471/tid=4486] ppid=4469 vsize=1533256 CPUtime=0.31
/proc/4471/task/4486/stat : 4486 (java) S 4469 4471 3792 0 -1 4202560 667 0 0 0 31 0 0 0 15 0 19 0 957274 1570054144 12795 4089446400 134512640 134550932 4290099904 18446744073709551615 4294960144 0 4 0 16800975 18446604471137516416 0 0 -1 3 0 0 0
[pid=4471/tid=4487] ppid=4469 vsize=1533256 CPUtime=0.29
/proc/4471/task/4487/stat : 4487 (java) S 4469 4471 3792 0 -1 4202560 1163 0 0 0 29 0 0 0 15 0 19 0 957274 1570054144 12795 4089446400 134512640 134550932 4290099904 18446744073709551615 4294960144 0 4 0 16800975 18446604471137516416 0 0 -1 2 0 0 0
[pid=4471/tid=4488] ppid=4469 vsize=1533256 CPUtime=0
/proc/4471/task/4488/stat : 4488 (java) S 4469 4471 3792 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 957274 1570054144 12795 4089446400 134512640 134550932 4290099904 18446744073709551615 4294960144 0 4 0 16800975 18446604471137516416 0 0 -1 4 0 0 0
[pid=4471/tid=4489] ppid=4469 vsize=1533256 CPUtime=0
/proc/4471/task/4489/stat : 4489 (java) S 4469 4471 3792 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 957274 1570054144 12795 4089446400 134512640 134550932 4290099904 18446744073709551615 4294960144 0 4 0 16800975 18446604471137516416 0 0 -1 6 0 0 0
[pid=4471/tid=4490] ppid=4469 vsize=1533256 CPUtime=0
/proc/4471/task/4490/stat : 4490 (java) S 4469 4471 3792 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 957285 1570054144 12795 4089446400 134512640 134550932 4290099904 18446744073709551615 4294960144 0 4 0 16800975 18446604471137516416 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 6.91
Current children cumulated vsize (KiB) 1533256

[startup+12.7015 s]
/proc/loadavg: 1.99 1.99 1.91 3/215 4490
/proc/meminfo: memFree=32015816/32950940 swapFree=67111528/67111528
[pid=4471] ppid=4469 vsize=1544360 CPUtime=13.57
/proc/4471/stat : 4471 (java) S 4469 4471 3792 0 -1 4202496 18974 0 1 0 1353 4 0 0 25 0 19 0 957269 1581424640 16763 4089446400 134512640 134550932 4290099904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4471/statm: 386090 16763 1442 10 0 383393 0
[pid=4471/tid=4473] ppid=4469 vsize=1544360 CPUtime=12.45
/proc/4471/task/4473/stat : 4473 (java) R 4469 4471 3792 0 -1 4202560 10410 0 1 0 1244 1 0 0 25 0 19 0 957270 1581424640 16763 4089446400 134512640 134550932 4290099904 18446744073709551615 4109949603 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=4471/tid=4474] ppid=4469 vsize=1544360 CPUtime=0
/proc/4471/task/4474/stat : 4474 (java) S 4469 4471 3792 0 -1 4202560 224 0 0 0 0 0 0 0 15 0 19 0 957270 1581424640 16763 4089446400 134512640 134550932 4290099904 18446744073709551615 4294960144 0 4 0 16800975 18446604471137516416 0 0 -1 2 0 0 0

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

/proc/4471/task/4474/stat : 4474 (java) S 4469 4471 3792 0 -1 4202560 235 0 0 0 9 1 0 0 15 0 19 0 957270 1580032000 18156 4089446400 134512640 134550932 4290099904 18446744073709551615 4294960144 0 4 0 16800975 18446604471137516416 0 0 -1 2 0 0 0
[pid=4471/tid=4475] ppid=4469 vsize=1543000 CPUtime=0.09
/proc/4471/task/4475/stat : 4475 (java) S 4469 4471 3792 0 -1 4202560 51 0 0 0 9 0 0 0 15 0 19 0 957270 1580032000 18156 4089446400 134512640 134550932 4290099904 18446744073709551615 4294960144 0 4 0 16800975 18446604471137516416 0 0 -1 2 0 0 0
[pid=4471/tid=4476] ppid=4469 vsize=1543000 CPUtime=0.1
/proc/4471/task/4476/stat : 4476 (java) S 4469 4471 3792 0 -1 4202560 243 0 0 0 10 0 0 0 15 0 19 0 957270 1580032000 18156 4089446400 134512640 134550932 4290099904 18446744073709551615 4294960144 0 4 0 16800975 18446604471137516416 0 0 -1 2 0 0 0
[pid=4471/tid=4477] ppid=4469 vsize=1543000 CPUtime=0.09
/proc/4471/task/4477/stat : 4477 (java) S 4469 4471 3792 0 -1 4202560 90 0 0 0 9 0 0 0 16 0 19 0 957270 1580032000 18156 4089446400 134512640 134550932 4290099904 18446744073709551615 4294960144 0 4 0 16800975 18446604471137516416 0 0 -1 6 0 0 0
[pid=4471/tid=4478] ppid=4469 vsize=1543000 CPUtime=0.1
/proc/4471/task/4478/stat : 4478 (java) S 4469 4471 3792 0 -1 4202560 38 0 0 0 10 0 0 0 15 0 19 0 957270 1580032000 18156 4089446400 134512640 134550932 4290099904 18446744073709551615 4294960144 0 4 0 16800975 18446604471137516416 0 0 -1 0 0 0 0
[pid=4471/tid=4479] ppid=4469 vsize=1543000 CPUtime=0.08
/proc/4471/task/4479/stat : 4479 (java) S 4469 4471 3792 0 -1 4202560 75 0 0 0 8 0 0 0 15 0 19 0 957270 1580032000 18156 4089446400 134512640 134550932 4290099904 18446744073709551615 4294960144 0 4 0 16800975 18446604471137516416 0 0 -1 6 0 0 0
[pid=4471/tid=4480] ppid=4469 vsize=1543000 CPUtime=0.11
/proc/4471/task/4480/stat : 4480 (java) S 4469 4471 3792 0 -1 4202560 229 0 0 0 10 1 0 0 15 0 19 0 957270 1580032000 18156 4089446400 134512640 134550932 4290099904 18446744073709551615 4294960144 0 4 0 16800975 18446604471137516416 0 0 -1 2 0 0 0
[pid=4471/tid=4481] ppid=4469 vsize=1543000 CPUtime=0.1
/proc/4471/task/4481/stat : 4481 (java) S 4469 4471 3792 0 -1 4202560 169 0 0 0 10 0 0 0 15 0 19 0 957270 1580032000 18156 4089446400 134512640 134550932 4290099904 18446744073709551615 4294960144 0 4 0 16800975 18446604471137516416 0 0 -1 0 0 0 0
[pid=4471/tid=4482] ppid=4469 vsize=1543000 CPUtime=3.52
/proc/4471/task/4482/stat : 4482 (java) S 4469 4471 3792 0 -1 4202560 1645 0 0 0 349 3 0 0 15 0 19 0 957271 1580032000 18156 4089446400 134512640 134550932 4290099904 18446744073709551615 4294960144 0 0 0 16800975 18446604471137516416 0 0 -1 4 0 0 0
[pid=4471/tid=4483] ppid=4469 vsize=1543000 CPUtime=0
/proc/4471/task/4483/stat : 4483 (java) S 4469 4471 3792 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 957271 1580032000 18156 4089446400 134512640 134550932 4290099904 18446744073709551615 4294960144 0 4 0 16800975 18446604471137516416 0 0 -1 2 0 0 0
[pid=4471/tid=4484] ppid=4469 vsize=1543000 CPUtime=0
/proc/4471/task/4484/stat : 4484 (java) S 4469 4471 3792 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 957271 1580032000 18156 4089446400 134512640 134550932 4290099904 18446744073709551615 4294960144 0 4 0 16800975 18446604471137516416 0 0 -1 2 0 0 0
[pid=4471/tid=4485] ppid=4469 vsize=1543000 CPUtime=0
/proc/4471/task/4485/stat : 4485 (java) S 4469 4471 3792 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 957274 1580032000 18156 4089446400 134512640 134550932 4290099904 18446744073709551615 4294960144 0 4 0 16800975 18446604471137516416 0 0 -1 4 0 0 0
[pid=4471/tid=4486] ppid=4469 vsize=1543000 CPUtime=0.62
/proc/4471/task/4486/stat : 4486 (java) S 4469 4471 3792 0 -1 4202560 5067 0 0 0 62 0 0 0 15 0 19 0 957274 1580032000 18156 4089446400 134512640 134550932 4290099904 18446744073709551615 4294960144 0 4 0 16800975 18446604471137516416 0 0 -1 3 0 0 0
[pid=4471/tid=4487] ppid=4469 vsize=1543000 CPUtime=0.76
/proc/4471/task/4487/stat : 4487 (java) S 4469 4471 3792 0 -1 4202560 5251 0 0 0 75 1 0 0 15 0 19 0 957274 1580032000 18156 4089446400 134512640 134550932 4290099904 18446744073709551615 4294960144 0 4 0 16800975 18446604471137516416 0 0 -1 2 0 0 0
[pid=4471/tid=4488] ppid=4469 vsize=1543000 CPUtime=0
/proc/4471/task/4488/stat : 4488 (java) S 4469 4471 3792 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 957274 1580032000 18156 4089446400 134512640 134550932 4290099904 18446744073709551615 4294960144 0 4 0 16800975 18446604471137516416 0 0 -1 4 0 0 0
[pid=4471/tid=4489] ppid=4469 vsize=1543000 CPUtime=0
/proc/4471/task/4489/stat : 4489 (java) S 4469 4471 3792 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 957274 1580032000 18156 4089446400 134512640 134550932 4290099904 18446744073709551615 4294960144 0 4 0 16800975 18446604471137516416 0 0 -1 6 0 0 0
[pid=4471/tid=4490] ppid=4469 vsize=1543000 CPUtime=0
/proc/4471/task/4490/stat : 4490 (java) S 4469 4471 3792 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 957285 1580032000 18156 4089446400 134512640 134550932 4290099904 18446744073709551615 4294960144 0 4 0 16800975 18446604471137516416 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 177.68
Current children cumulated vsize (KiB) 1543000

[startup+177.501 s]
/proc/loadavg: 2.05 2.00 1.91 3/215 4494
/proc/meminfo: memFree=31980780/32950940 swapFree=67111528/67111528
[pid=4471] ppid=4469 vsize=1543000 CPUtime=179.28
/proc/4471/stat : 4471 (java) S 4469 4471 3792 0 -1 4202496 25488 0 1 0 17913 15 0 0 25 0 19 0 957269 1580032000 18159 4089446400 134512640 134550932 4290099904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4471/statm: 385750 18159 1442 10 0 383053 0
[pid=4471/tid=4473] ppid=4469 vsize=1543000 CPUtime=173.43
/proc/4471/task/4473/stat : 4473 (java) R 4469 4471 3792 0 -1 4202560 11319 0 1 0 17341 2 0 0 25 0 19 0 957270 1580032000 18159 4089446400 134512640 134550932 4290099904 18446744073709551615 4109890604 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4471/tid=4474] ppid=4469 vsize=1543000 CPUtime=0.1
/proc/4471/task/4474/stat : 4474 (java) S 4469 4471 3792 0 -1 4202560 235 0 0 0 9 1 0 0 15 0 19 0 957270 1580032000 18159 4089446400 134512640 134550932 4290099904 18446744073709551615 4294960144 0 4 0 16800975 18446604471137516416 0 0 -1 0 0 0 0
[pid=4471/tid=4475] ppid=4469 vsize=1543000 CPUtime=0.09
/proc/4471/task/4475/stat : 4475 (java) S 4469 4471 3792 0 -1 4202560 51 0 0 0 9 0 0 0 16 0 19 0 957270 1580032000 18159 4089446400 134512640 134550932 4290099904 18446744073709551615 4294960144 0 4 0 16800975 18446604471137516416 0 0 -1 2 0 0 0
[pid=4471/tid=4476] ppid=4469 vsize=1543000 CPUtime=0.1
/proc/4471/task/4476/stat : 4476 (java) S 4469 4471 3792 0 -1 4202560 243 0 0 0 10 0 0 0 15 0 19 0 957270 1580032000 18159 4089446400 134512640 134550932 4290099904 18446744073709551615 4294960144 0 4 0 16800975 18446604471137516416 0 0 -1 2 0 0 0
[pid=4471/tid=4477] ppid=4469 vsize=1543000 CPUtime=0.09
/proc/4471/task/4477/stat : 4477 (java) S 4469 4471 3792 0 -1 4202560 90 0 0 0 9 0 0 0 15 0 19 0 957270 1580032000 18159 4089446400 134512640 134550932 4290099904 18446744073709551615 4294960144 0 4 0 16800975 18446604471137516416 0 0 -1 6 0 0 0
[pid=4471/tid=4478] ppid=4469 vsize=1543000 CPUtime=0.1
/proc/4471/task/4478/stat : 4478 (java) S 4469 4471 3792 0 -1 4202560 38 0 0 0 10 0 0 0 15 0 19 0 957270 1580032000 18159 4089446400 134512640 134550932 4290099904 18446744073709551615 4294960144 0 4 0 16800975 18446604471137516416 0 0 -1 0 0 0 0
[pid=4471/tid=4479] ppid=4469 vsize=1543000 CPUtime=0.08
/proc/4471/task/4479/stat : 4479 (java) S 4469 4471 3792 0 -1 4202560 75 0 0 0 8 0 0 0 15 0 19 0 957270 1580032000 18159 4089446400 134512640 134550932 4290099904 18446744073709551615 4294960144 0 4 0 16800975 18446604471137516416 0 0 -1 6 0 0 0
[pid=4471/tid=4480] ppid=4469 vsize=1543000 CPUtime=0.11
/proc/4471/task/4480/stat : 4480 (java) S 4469 4471 3792 0 -1 4202560 229 0 0 0 10 1 0 0 15 0 19 0 957270 1580032000 18159 4089446400 134512640 134550932 4290099904 18446744073709551615 4294960144 0 4 0 16800975 18446604471137516416 0 0 -1 2 0 0 0
[pid=4471/tid=4481] ppid=4469 vsize=1543000 CPUtime=0.1
/proc/4471/task/4481/stat : 4481 (java) S 4469 4471 3792 0 -1 4202560 169 0 0 0 10 0 0 0 15 0 19 0 957270 1580032000 18159 4089446400 134512640 134550932 4290099904 18446744073709551615 4294960144 0 4 0 16800975 18446604471137516416 0 0 -1 0 0 0 0
[pid=4471/tid=4482] ppid=4469 vsize=1543000 CPUtime=3.56
/proc/4471/task/4482/stat : 4482 (java) S 4469 4471 3792 0 -1 4202560 1647 0 0 0 353 3 0 0 15 0 19 0 957271 1580032000 18159 4089446400 134512640 134550932 4290099904 18446744073709551615 4294960144 0 0 0 16800975 18446604471137516416 0 0 -1 4 0 0 0
[pid=4471/tid=4483] ppid=4469 vsize=1543000 CPUtime=0
/proc/4471/task/4483/stat : 4483 (java) S 4469 4471 3792 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 957271 1580032000 18159 4089446400 134512640 134550932 4290099904 18446744073709551615 4294960144 0 4 0 16800975 18446604471137516416 0 0 -1 2 0 0 0
[pid=4471/tid=4484] ppid=4469 vsize=1543000 CPUtime=0
/proc/4471/task/4484/stat : 4484 (java) S 4469 4471 3792 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 957271 1580032000 18159 4089446400 134512640 134550932 4290099904 18446744073709551615 4294960144 0 4 0 16800975 18446604471137516416 0 0 -1 2 0 0 0
[pid=4471/tid=4485] ppid=4469 vsize=1543000 CPUtime=0
/proc/4471/task/4485/stat : 4485 (java) S 4469 4471 3792 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 957274 1580032000 18159 4089446400 134512640 134550932 4290099904 18446744073709551615 4294960144 0 4 0 16800975 18446604471137516416 0 0 -1 4 0 0 0
[pid=4471/tid=4486] ppid=4469 vsize=1543000 CPUtime=0.62
/proc/4471/task/4486/stat : 4486 (java) S 4469 4471 3792 0 -1 4202560 5067 0 0 0 62 0 0 0 15 0 19 0 957274 1580032000 18159 4089446400 134512640 134550932 4290099904 18446744073709551615 4294960144 0 4 0 16800975 18446604471137516416 0 0 -1 3 0 0 0
[pid=4471/tid=4487] ppid=4469 vsize=1543000 CPUtime=0.77
/proc/4471/task/4487/stat : 4487 (java) S 4469 4471 3792 0 -1 4202560 5251 0 0 0 76 1 0 0 15 0 19 0 957274 1580032000 18159 4089446400 134512640 134550932 4290099904 18446744073709551615 4294960144 0 4 0 16800975 18446604471137516416 0 0 -1 2 0 0 0
[pid=4471/tid=4488] ppid=4469 vsize=1543000 CPUtime=0
/proc/4471/task/4488/stat : 4488 (java) S 4469 4471 3792 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 957274 1580032000 18159 4089446400 134512640 134550932 4290099904 18446744073709551615 4294960144 0 4 0 16800975 18446604471137516416 0 0 -1 4 0 0 0
[pid=4471/tid=4489] ppid=4469 vsize=1543000 CPUtime=0
/proc/4471/task/4489/stat : 4489 (java) S 4469 4471 3792 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 957274 1580032000 18159 4089446400 134512640 134550932 4290099904 18446744073709551615 4294960144 0 4 0 16800975 18446604471137516416 0 0 -1 6 0 0 0
[pid=4471/tid=4490] ppid=4469 vsize=1543000 CPUtime=0
/proc/4471/task/4490/stat : 4490 (java) S 4469 4471 3792 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 957285 1580032000 18159 4089446400 134512640 134550932 4290099904 18446744073709551615 4294960144 0 4 0 16800975 18446604471137516416 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 179.28
Current children cumulated vsize (KiB) 1543000

[startup+177.901 s]
/proc/loadavg: 2.05 2.00 1.91 3/215 4494
/proc/meminfo: memFree=31980780/32950940 swapFree=67111528/67111528
[pid=4471] ppid=4469 vsize=1543000 CPUtime=179.69
/proc/4471/stat : 4471 (java) S 4469 4471 3792 0 -1 4202496 25489 0 1 0 17954 15 0 0 25 0 19 0 957269 1580032000 18159 4089446400 134512640 134550932 4290099904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4471/statm: 385750 18159 1442 10 0 383053 0
[pid=4471/tid=4473] ppid=4469 vsize=1543000 CPUtime=173.82
/proc/4471/task/4473/stat : 4473 (java) R 4469 4471 3792 0 -1 4202560 11320 0 1 0 17380 2 0 0 25 0 19 0 957270 1580032000 18159 4089446400 134512640 134550932 4290099904 18446744073709551615 4109933465 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4471/tid=4474] ppid=4469 vsize=1543000 CPUtime=0.1
/proc/4471/task/4474/stat : 4474 (java) S 4469 4471 3792 0 -1 4202560 235 0 0 0 9 1 0 0 15 0 19 0 957270 1580032000 18159 4089446400 134512640 134550932 4290099904 18446744073709551615 4294960144 0 4 0 16800975 18446604471137516416 0 0 -1 0 0 0 0
[pid=4471/tid=4475] ppid=4469 vsize=1543000 CPUtime=0.09
/proc/4471/task/4475/stat : 4475 (java) S 4469 4471 3792 0 -1 4202560 51 0 0 0 9 0 0 0 16 0 19 0 957270 1580032000 18159 4089446400 134512640 134550932 4290099904 18446744073709551615 4294960144 0 4 0 16800975 18446604471137516416 0 0 -1 0 0 0 0
[pid=4471/tid=4476] ppid=4469 vsize=1543000 CPUtime=0.1
/proc/4471/task/4476/stat : 4476 (java) S 4469 4471 3792 0 -1 4202560 243 0 0 0 10 0 0 0 16 0 19 0 957270 1580032000 18159 4089446400 134512640 134550932 4290099904 18446744073709551615 4294960144 0 4 0 16800975 18446604471137516416 0 0 -1 2 0 0 0
[pid=4471/tid=4477] ppid=4469 vsize=1543000 CPUtime=0.09
/proc/4471/task/4477/stat : 4477 (java) S 4469 4471 3792 0 -1 4202560 90 0 0 0 9 0 0 0 16 0 19 0 957270 1580032000 18159 4089446400 134512640 134550932 4290099904 18446744073709551615 4294960144 0 4 0 16800975 18446604471137516416 0 0 -1 6 0 0 0
[pid=4471/tid=4478] ppid=4469 vsize=1543000 CPUtime=0.1
/proc/4471/task/4478/stat : 4478 (java) S 4469 4471 3792 0 -1 4202560 38 0 0 0 10 0 0 0 15 0 19 0 957270 1580032000 18159 4089446400 134512640 134550932 4290099904 18446744073709551615 4294960144 0 4 0 16800975 18446604471137516416 0 0 -1 0 0 0 0
[pid=4471/tid=4479] ppid=4469 vsize=1543000 CPUtime=0.08
/proc/4471/task/4479/stat : 4479 (java) S 4469 4471 3792 0 -1 4202560 75 0 0 0 8 0 0 0 16 0 19 0 957270 1580032000 18159 4089446400 134512640 134550932 4290099904 18446744073709551615 4294960144 0 4 0 16800975 18446604471137516416 0 0 -1 6 0 0 0
[pid=4471/tid=4480] ppid=4469 vsize=1543000 CPUtime=0.11
/proc/4471/task/4480/stat : 4480 (java) S 4469 4471 3792 0 -1 4202560 229 0 0 0 10 1 0 0 15 0 19 0 957270 1580032000 18159 4089446400 134512640 134550932 4290099904 18446744073709551615 4294960144 0 4 0 16800975 18446604471137516416 0 0 -1 2 0 0 0
[pid=4471/tid=4481] ppid=4469 vsize=1543000 CPUtime=0.1
/proc/4471/task/4481/stat : 4481 (java) S 4469 4471 3792 0 -1 4202560 169 0 0 0 10 0 0 0 15 0 19 0 957270 1580032000 18159 4089446400 134512640 134550932 4290099904 18446744073709551615 4294960144 0 4 0 16800975 18446604471137516416 0 0 -1 0 0 0 0
[pid=4471/tid=4482] ppid=4469 vsize=1543000 CPUtime=3.57
/proc/4471/task/4482/stat : 4482 (java) S 4469 4471 3792 0 -1 4202560 1647 0 0 0 354 3 0 0 15 0 19 0 957271 1580032000 18159 4089446400 134512640 134550932 4290099904 18446744073709551615 4294960144 0 0 0 16800975 18446604471137516416 0 0 -1 4 0 0 0
[pid=4471/tid=4483] ppid=4469 vsize=1543000 CPUtime=0
/proc/4471/task/4483/stat : 4483 (java) S 4469 4471 3792 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 957271 1580032000 18159 4089446400 134512640 134550932 4290099904 18446744073709551615 4294960144 0 4 0 16800975 18446604471137516416 0 0 -1 2 0 0 0
[pid=4471/tid=4484] ppid=4469 vsize=1543000 CPUtime=0
/proc/4471/task/4484/stat : 4484 (java) S 4469 4471 3792 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 957271 1580032000 18159 4089446400 134512640 134550932 4290099904 18446744073709551615 4294960144 0 4 0 16800975 18446604471137516416 0 0 -1 2 0 0 0
[pid=4471/tid=4485] ppid=4469 vsize=1543000 CPUtime=0
/proc/4471/task/4485/stat : 4485 (java) S 4469 4471 3792 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 957274 1580032000 18159 4089446400 134512640 134550932 4290099904 18446744073709551615 4294960144 0 4 0 16800975 18446604471137516416 0 0 -1 4 0 0 0
[pid=4471/tid=4486] ppid=4469 vsize=1543000 CPUtime=0.62
/proc/4471/task/4486/stat : 4486 (java) S 4469 4471 3792 0 -1 4202560 5067 0 0 0 62 0 0 0 15 0 19 0 957274 1580032000 18159 4089446400 134512640 134550932 4290099904 18446744073709551615 4294960144 0 4 0 16800975 18446604471137516416 0 0 -1 3 0 0 0
[pid=4471/tid=4487] ppid=4469 vsize=1543000 CPUtime=0.77
/proc/4471/task/4487/stat : 4487 (java) S 4469 4471 3792 0 -1 4202560 5251 0 0 0 76 1 0 0 15 0 19 0 957274 1580032000 18159 4089446400 134512640 134550932 4290099904 18446744073709551615 4294960144 0 4 0 16800975 18446604471137516416 0 0 -1 2 0 0 0
[pid=4471/tid=4488] ppid=4469 vsize=1543000 CPUtime=0
/proc/4471/task/4488/stat : 4488 (java) S 4469 4471 3792 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 957274 1580032000 18159 4089446400 134512640 134550932 4290099904 18446744073709551615 4294960144 0 4 0 16800975 18446604471137516416 0 0 -1 4 0 0 0
[pid=4471/tid=4489] ppid=4469 vsize=1543000 CPUtime=0
/proc/4471/task/4489/stat : 4489 (java) S 4469 4471 3792 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 957274 1580032000 18159 4089446400 134512640 134550932 4290099904 18446744073709551615 4294960144 0 4 0 16800975 18446604471137516416 0 0 -1 6 0 0 0
[pid=4471/tid=4490] ppid=4469 vsize=1543000 CPUtime=0
/proc/4471/task/4490/stat : 4490 (java) S 4469 4471 3792 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 957285 1580032000 18159 4089446400 134512640 134550932 4290099904 18446744073709551615 4294960144 0 4 0 16800975 18446604471137516416 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 179.69
Current children cumulated vsize (KiB) 1543000

[startup+178.102 s]
/proc/loadavg: 2.05 2.00 1.91 3/215 4494
/proc/meminfo: memFree=31980780/32950940 swapFree=67111528/67111528
[pid=4471] ppid=4469 vsize=1543000 CPUtime=179.9
/proc/4471/stat : 4471 (java) S 4469 4471 3792 0 -1 4202496 25490 0 1 0 17975 15 0 0 25 0 19 0 957269 1580032000 18159 4089446400 134512640 134550932 4290099904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4471/statm: 385750 18159 1442 10 0 383053 0
[pid=4471/tid=4473] ppid=4469 vsize=1543000 CPUtime=174.01
/proc/4471/task/4473/stat : 4473 (java) R 4469 4471 3792 0 -1 4202560 11321 0 1 0 17399 2 0 0 25 0 19 0 957270 1580032000 18159 4089446400 134512640 134550932 4290099904 18446744073709551615 4109933468 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=4471/tid=4474] ppid=4469 vsize=1543000 CPUtime=0.1
/proc/4471/task/4474/stat : 4474 (java) S 4469 4471 3792 0 -1 4202560 235 0 0 0 9 1 0 0 15 0 19 0 957270 1580032000 18159 4089446400 134512640 134550932 4290099904 18446744073709551615 4294960144 0 4 0 16800975 18446604471137516416 0 0 -1 0 0 0 0
[pid=4471/tid=4475] ppid=4469 vsize=1543000 CPUtime=0.09
/proc/4471/task/4475/stat : 4475 (java) S 4469 4471 3792 0 -1 4202560 51 0 0 0 9 0 0 0 15 0 19 0 957270 1580032000 18159 4089446400 134512640 134550932 4290099904 18446744073709551615 4294960144 0 4 0 16800975 18446604471137516416 0 0 -1 0 0 0 0
[pid=4471/tid=4476] ppid=4469 vsize=1543000 CPUtime=0.1
/proc/4471/task/4476/stat : 4476 (java) S 4469 4471 3792 0 -1 4202560 243 0 0 0 10 0 0 0 15 0 19 0 957270 1580032000 18159 4089446400 134512640 134550932 4290099904 18446744073709551615 4294960144 0 4 0 16800975 18446604471137516416 0 0 -1 2 0 0 0
[pid=4471/tid=4477] ppid=4469 vsize=1543000 CPUtime=0.09
/proc/4471/task/4477/stat : 4477 (java) S 4469 4471 3792 0 -1 4202560 90 0 0 0 9 0 0 0 15 0 19 0 957270 1580032000 18159 4089446400 134512640 134550932 4290099904 18446744073709551615 4294960144 0 4 0 16800975 18446604471137516416 0 0 -1 6 0 0 0
[pid=4471/tid=4478] ppid=4469 vsize=1543000 CPUtime=0.1
/proc/4471/task/4478/stat : 4478 (java) S 4469 4471 3792 0 -1 4202560 38 0 0 0 10 0 0 0 15 0 19 0 957270 1580032000 18159 4089446400 134512640 134550932 4290099904 18446744073709551615 4294960144 0 4 0 16800975 18446604471137516416 0 0 -1 0 0 0 0
[pid=4471/tid=4479] ppid=4469 vsize=1543000 CPUtime=0.08
/proc/4471/task/4479/stat : 4479 (java) S 4469 4471 3792 0 -1 4202560 75 0 0 0 8 0 0 0 15 0 19 0 957270 1580032000 18159 4089446400 134512640 134550932 4290099904 18446744073709551615 4294960144 0 4 0 16800975 18446604471137516416 0 0 -1 0 0 0 0
[pid=4471/tid=4480] ppid=4469 vsize=1543000 CPUtime=0.11
/proc/4471/task/4480/stat : 4480 (java) S 4469 4471 3792 0 -1 4202560 229 0 0 0 10 1 0 0 15 0 19 0 957270 1580032000 18159 4089446400 134512640 134550932 4290099904 18446744073709551615 4294960144 0 4 0 16800975 18446604471137516416 0 0 -1 2 0 0 0
[pid=4471/tid=4481] ppid=4469 vsize=1543000 CPUtime=0.11
/proc/4471/task/4481/stat : 4481 (java) S 4469 4471 3792 0 -1 4202560 169 0 0 0 10 1 0 0 15 0 19 0 957270 1580032000 18159 4089446400 134512640 134550932 4290099904 18446744073709551615 4294960144 0 4 0 16800975 18446604471137516416 0 0 -1 0 0 0 0
[pid=4471/tid=4482] ppid=4469 vsize=1543000 CPUtime=3.58
/proc/4471/task/4482/stat : 4482 (java) S 4469 4471 3792 0 -1 4202560 1647 0 0 0 355 3 0 0 15 0 19 0 957271 1580032000 18159 4089446400 134512640 134550932 4290099904 18446744073709551615 4294960144 0 0 0 16800975 18446604471137516416 0 0 -1 4 0 0 0
[pid=4471/tid=4483] ppid=4469 vsize=1543000 CPUtime=0
/proc/4471/task/4483/stat : 4483 (java) S 4469 4471 3792 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 957271 1580032000 18159 4089446400 134512640 134550932 4290099904 18446744073709551615 4294960144 0 4 0 16800975 18446604471137516416 0 0 -1 2 0 0 0
[pid=4471/tid=4484] ppid=4469 vsize=1543000 CPUtime=0
/proc/4471/task/4484/stat : 4484 (java) S 4469 4471 3792 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 957271 1580032000 18159 4089446400 134512640 134550932 4290099904 18446744073709551615 4294960144 0 4 0 16800975 18446604471137516416 0 0 -1 2 0 0 0
[pid=4471/tid=4485] ppid=4469 vsize=1543000 CPUtime=0
/proc/4471/task/4485/stat : 4485 (java) S 4469 4471 3792 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 957274 1580032000 18159 4089446400 134512640 134550932 4290099904 18446744073709551615 4294960144 0 4 0 16800975 18446604471137516416 0 0 -1 4 0 0 0
[pid=4471/tid=4486] ppid=4469 vsize=1543000 CPUtime=0.62
/proc/4471/task/4486/stat : 4486 (java) S 4469 4471 3792 0 -1 4202560 5067 0 0 0 62 0 0 0 15 0 19 0 957274 1580032000 18159 4089446400 134512640 134550932 4290099904 18446744073709551615 4294960144 0 4 0 16800975 18446604471137516416 0 0 -1 3 0 0 0
[pid=4471/tid=4487] ppid=4469 vsize=1543000 CPUtime=0.77
/proc/4471/task/4487/stat : 4487 (java) S 4469 4471 3792 0 -1 4202560 5251 0 0 0 76 1 0 0 15 0 19 0 957274 1580032000 18159 4089446400 134512640 134550932 4290099904 18446744073709551615 4294960144 0 4 0 16800975 18446604471137516416 0 0 -1 2 0 0 0
[pid=4471/tid=4488] ppid=4469 vsize=1543000 CPUtime=0
/proc/4471/task/4488/stat : 4488 (java) S 4469 4471 3792 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 957274 1580032000 18159 4089446400 134512640 134550932 4290099904 18446744073709551615 4294960144 0 4 0 16800975 18446604471137516416 0 0 -1 4 0 0 0
[pid=4471/tid=4489] ppid=4469 vsize=1543000 CPUtime=0
/proc/4471/task/4489/stat : 4489 (java) S 4469 4471 3792 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 957274 1580032000 18159 4089446400 134512640 134550932 4290099904 18446744073709551615 4294960144 0 4 0 16800975 18446604471137516416 0 0 -1 6 0 0 0
[pid=4471/tid=4490] ppid=4469 vsize=1543000 CPUtime=0
/proc/4471/task/4490/stat : 4490 (java) S 4469 4471 3792 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 957285 1580032000 18159 4089446400 134512640 134550932 4290099904 18446744073709551615 4294960144 0 4 0 16800975 18446604471137516416 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 179.9
Current children cumulated vsize (KiB) 1543000

Child status: 30
Real time (s): 178.183
CPU time (s): 179.98
CPU user time (s): 179.819
CPU system time (s): 0.160975
CPU usage (%): 101.009
Max. virtual memory (cumulated for all children) (KiB): 1544672

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 179.819
system time used= 0.160975
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25505
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= 11674
involuntary context switches= 58046

runsolver used 0.373943 second user time and 0.647901 second system time

The end

Launcher Data

Begin job on node117 at 2010-07-05 12:57:12
IDJOB=2698677
IDBENCH=79225
IDSOLVER=1211
FILE ID=node117/2698677-1278327432
PBS_JOBID= 11207463
Free space on /tmp= 74196 MiB

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

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

MD5SUM BENCH= 2001343def6115cfc261dcde547cf23c
RANDOM SEED=273878148

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

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

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


/proc/meminfo:
MemTotal:     32950940 kB
MemFree:      32067332 kB
Buffers:         24908 kB
Cached:         291732 kB
SwapCached:          0 kB
Active:         553780 kB
Inactive:       229272 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:      32067332 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:             488 kB
Writeback:           0 kB
AnonPages:      466708 kB
Mapped:          20348 kB
Slab:            36268 kB
PageTables:       5468 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS:  1640208 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= 74196 MiB
End job on node117 at 2010-07-05 13:00:10