Trace number 2698468

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 142.596 141.366

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110978334--soft-33-100-0.wbo
MD5SUM14512bd829ee0bf054bc16c7157cd521
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark29
Best CPU time to get the best result obtained on this benchmark0.130979
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 constraints64
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 3426
Min constraint cost 1
Max constraint cost 99
Sum of constraints costs 3425
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1247
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.05/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.05/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.07	c See www.sat4j.org for details.
0.05/0.07	c version 2.2.1.v20100705
0.05/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.07	c java.vm.name		Java HotSpot(TM) Server VM
0.05/0.07	c java.vm.version	11.2-b01
0.05/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.07	c sun.arch.data.model	32
0.05/0.07	c java.version		1.6.0_12
0.05/0.07	c os.name		Linux
0.05/0.07	c os.version		2.6.18-164.el5
0.05/0.07	c os.arch		i386
0.05/0.07	c Free memory 		1393557488
0.05/0.07	c Max memory 		1395916800
0.05/0.07	c Total memory 		1395916800
0.05/0.07	c Number of processors 	8
0.05/0.09	c Pseudo Boolean Optimization
0.05/0.09	c --- Begin Solver configuration ---
0.05/0.09	c Stops conflict analysis at the first Unique Implication Point
0.05/0.09	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1764be1
0.05/0.09	c Learn all clauses as in MiniSAT
0.05/0.09	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.05/0.09	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.05/0.09	c Expensive reason simplification
0.05/0.09	c Armin Biere (Picosat) restarts strategy
0.05/0.09	c Glucose learned constraints deletion strategy
0.05/0.09	c timeout=2147483s
0.05/0.09	c DB Simplification allowed=false
0.05/0.09	c --- End Solver configuration ---
0.05/0.09	c solving HOME/instance-2698468-1278325596.wbo
0.05/0.09	c reading problem ... 
0.12/0.14	c ... done. Wall clock time 0.054s.
0.12/0.14	c #vars     233
0.12/0.14	c #constraints  101
0.12/0.14	c constraints type 
0.12/0.15	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
0.12/0.15	c org.sat4j.minisat.constraints.card.MinWatchCard => 30
0.12/0.15	c org.sat4j.pb.constraints.pb.MaxWatchPb => 41
0.32/0.21	c SATISFIABLE
0.32/0.21	c OPTIMIZING...
0.32/0.21	c Got one! Elapsed wall clock time (in seconds):0.117
0.32/0.21	o 820
0.32/0.29	c Got one! Elapsed wall clock time (in seconds):0.198
0.32/0.29	o 577
0.62/0.33	c Got one! Elapsed wall clock time (in seconds):0.242
0.62/0.33	o 561
0.62/0.36	c Got one! Elapsed wall clock time (in seconds):0.265
0.62/0.36	o 560
0.62/0.39	c Got one! Elapsed wall clock time (in seconds):0.301
0.62/0.39	o 552
0.80/0.41	c Got one! Elapsed wall clock time (in seconds):0.323
0.80/0.41	o 533
0.80/0.45	c Got one! Elapsed wall clock time (in seconds):0.364
0.80/0.46	o 480
0.80/0.49	c Got one! Elapsed wall clock time (in seconds):0.395
0.80/0.49	o 474
0.94/0.55	c cleaning 2499 clauses out of 5000 with flag 5000/5000
0.94/0.58	c Got one! Elapsed wall clock time (in seconds):0.49
0.94/0.58	o 464
1.06/0.60	c Got one! Elapsed wall clock time (in seconds):0.514
1.06/0.60	o 420
1.06/0.66	c Got one! Elapsed wall clock time (in seconds):0.569
1.06/0.66	o 418
1.16/0.74	c Got one! Elapsed wall clock time (in seconds):0.646
1.16/0.74	o 413
1.29/0.82	c Got one! Elapsed wall clock time (in seconds):0.725
1.29/0.82	o 399
1.29/0.83	c cleaning 4251 clauses out of 8505 with flag 11004/11004
1.29/0.85	c Got one! Elapsed wall clock time (in seconds):0.76
1.29/0.85	o 356
1.39/0.99	c Got one! Elapsed wall clock time (in seconds):0.898
1.39/0.99	o 355
1.49/1.09	c Got one! Elapsed wall clock time (in seconds):1.0
1.49/1.09	o 328
1.61/1.16	c cleaning 5624 clauses out of 11250 with flag 18000/18000
1.72/1.24	c Got one! Elapsed wall clock time (in seconds):1.15
1.72/1.24	o 289
1.92/1.47	c Got one! Elapsed wall clock time (in seconds):1.376
1.92/1.47	o 274
2.02/1.55	c cleaning 6806 clauses out of 13627 with flag 26001/26001
2.13/1.69	c Got one! Elapsed wall clock time (in seconds):1.597
2.13/1.69	o 256
2.43/1.96	c cleaning 7907 clauses out of 15821 with flag 35001/35001
2.83/2.40	c cleaning 8949 clauses out of 17913 with flag 45000/45000
3.44/2.96	c cleaning 9480 clauses out of 18965 with flag 55001/55001
3.55/3.03	c Got one! Elapsed wall clock time (in seconds):2.942
3.55/3.03	o 240
3.76/3.24	c Got one! Elapsed wall clock time (in seconds):3.15
3.76/3.24	o 235
4.07/3.50	c cleaning 9738 clauses out of 19484 with flag 65000/65000
4.17/3.61	c Got one! Elapsed wall clock time (in seconds):3.524
4.17/3.61	o 219
4.57/4.02	c cleaning 9865 clauses out of 19746 with flag 75000/75000
4.98/4.49	c cleaning 9936 clauses out of 19881 with flag 85000/85000
5.08/4.54	c Got one! Elapsed wall clock time (in seconds):4.451
5.08/4.54	o 199
5.47/4.92	c cleaning 9969 clauses out of 19947 with flag 95002/95002
5.87/5.36	c cleaning 9983 clauses out of 19976 with flag 105000/105000
6.08/5.58	c Got one! Elapsed wall clock time (in seconds):5.487
6.08/5.58	o 196
6.37/5.85	c cleaning 9995 clauses out of 19994 with flag 115001/115001
6.97/6.41	c cleaning 9996 clauses out of 19999 with flag 125001/125001
7.08/6.58	c Got one! Elapsed wall clock time (in seconds):6.489
7.08/6.58	o 185
7.47/6.93	c cleaning 10001 clauses out of 20005 with flag 135003/135003
7.57/7.03	c Got one! Elapsed wall clock time (in seconds):6.94
7.57/7.03	o 151
8.00/7.47	c cleaning 9996 clauses out of 20002 with flag 145001/145001
8.50/7.94	c cleaning 9997 clauses out of 20007 with flag 155002/155002
8.60/8.01	c Got one! Elapsed wall clock time (in seconds):7.924
8.60/8.01	o 145
9.10/8.51	c cleaning 9999 clauses out of 20008 with flag 165000/165000
9.60/9.03	c cleaning 10002 clauses out of 20009 with flag 175000/175000
10.10/9.59	c cleaning 10001 clauses out of 20009 with flag 185002/185002
10.61/10.09	c cleaning 9997 clauses out of 20007 with flag 195001/195001
11.11/10.59	c cleaning 10001 clauses out of 20009 with flag 205000/205000
11.71/11.10	c cleaning 10000 clauses out of 20008 with flag 215000/215000
12.21/11.62	c cleaning 9999 clauses out of 20009 with flag 225001/225001
12.72/12.13	c cleaning 10001 clauses out of 20010 with flag 235001/235001
13.01/12.46	c Got one! Elapsed wall clock time (in seconds):12.368
13.01/12.46	o 140
13.21/12.64	c cleaning 10001 clauses out of 20008 with flag 245000/245000
13.82/13.24	c cleaning 9998 clauses out of 20007 with flag 255000/255000
14.32/13.72	c cleaning 9996 clauses out of 20010 with flag 265001/265001
14.83/14.27	c cleaning 10002 clauses out of 20014 with flag 275001/275001
15.42/14.80	c cleaning 9999 clauses out of 20012 with flag 285001/285001
15.83/15.28	c cleaning 10001 clauses out of 20013 with flag 295001/295001
16.23/15.65	c Got one! Elapsed wall clock time (in seconds):15.562
16.23/15.65	o 128
16.33/15.77	c cleaning 10005 clauses out of 20013 with flag 305002/305002
16.83/16.24	c cleaning 9999 clauses out of 20006 with flag 315000/315000
17.33/16.75	c cleaning 10002 clauses out of 20009 with flag 325002/325002
17.83/17.24	c cleaning 9990 clauses out of 20005 with flag 335000/335000
18.33/17.75	c cleaning 10002 clauses out of 20016 with flag 345001/345001
18.43/17.87	c Got one! Elapsed wall clock time (in seconds):17.777
18.43/17.87	o 120
18.83/18.26	c cleaning 10001 clauses out of 20013 with flag 355000/355000
19.43/18.85	c cleaning 9997 clauses out of 20012 with flag 365000/365000
20.13/19.50	c cleaning 10005 clauses out of 20015 with flag 375000/375000
20.74/20.16	c cleaning 9996 clauses out of 20012 with flag 385002/385002
21.34/20.74	c cleaning 10003 clauses out of 20017 with flag 395003/395003
21.55/20.94	c Got one! Elapsed wall clock time (in seconds):20.845
21.55/20.94	o 119
21.84/21.26	c cleaning 10003 clauses out of 20012 with flag 405001/405001
22.44/21.85	c cleaning 10001 clauses out of 20009 with flag 415001/415001
22.94/22.36	c cleaning 9998 clauses out of 20007 with flag 425000/425000
23.56/22.96	c cleaning 10002 clauses out of 20011 with flag 435002/435002
24.16/23.52	c cleaning 10004 clauses out of 20011 with flag 445004/445004
24.66/24.03	c cleaning 9998 clauses out of 20005 with flag 455002/455002
25.16/24.50	c cleaning 9998 clauses out of 20005 with flag 465000/465000
25.67/25.00	c cleaning 9997 clauses out of 20007 with flag 475000/475000
26.07/25.47	c cleaning 10001 clauses out of 20010 with flag 485000/485000
26.57/25.96	c cleaning 10001 clauses out of 20011 with flag 495002/495002
27.08/26.47	c cleaning 9998 clauses out of 20009 with flag 505001/505001
27.57/26.97	c cleaning 9998 clauses out of 20010 with flag 515000/515000
28.08/27.49	c cleaning 10001 clauses out of 20012 with flag 525000/525000
28.67/28.00	c cleaning 10002 clauses out of 20013 with flag 535002/535002
29.18/28.51	c cleaning 9996 clauses out of 20009 with flag 545000/545000
29.67/29.04	c cleaning 10001 clauses out of 20013 with flag 555000/555000
30.17/29.57	c cleaning 10002 clauses out of 20012 with flag 565000/565000
30.78/30.12	c cleaning 10001 clauses out of 20011 with flag 575001/575001
31.28/30.65	c cleaning 9998 clauses out of 20010 with flag 585001/585001
31.88/31.20	c cleaning 10001 clauses out of 20011 with flag 595000/595000
32.38/31.71	c cleaning 10003 clauses out of 20011 with flag 605001/605001
32.38/31.77	c Got one! Elapsed wall clock time (in seconds):31.682
32.38/31.77	o 109
32.88/32.22	c cleaning 10001 clauses out of 20007 with flag 615000/615000
33.38/32.77	c cleaning 10000 clauses out of 20007 with flag 625001/625001
33.88/33.29	c cleaning 9997 clauses out of 20006 with flag 635000/635000
34.48/33.80	c cleaning 10004 clauses out of 20013 with flag 645004/645004
34.98/34.33	c cleaning 10000 clauses out of 20005 with flag 655000/655000
35.48/34.88	c cleaning 9998 clauses out of 20005 with flag 665000/665000
35.98/35.37	c cleaning 9999 clauses out of 20008 with flag 675001/675001
36.09/35.49	c Got one! Elapsed wall clock time (in seconds):35.401
36.09/35.49	o 94
36.49/35.87	c cleaning 9996 clauses out of 20010 with flag 685002/685002
37.00/36.39	c cleaning 9999 clauses out of 20012 with flag 695000/695000
37.49/36.89	c cleaning 10004 clauses out of 20014 with flag 705001/705001
38.00/37.38	c cleaning 9999 clauses out of 20010 with flag 715001/715001
38.50/37.88	c cleaning 10000 clauses out of 20011 with flag 725001/725001
39.11/38.43	c cleaning 9999 clauses out of 20011 with flag 735001/735001
39.60/38.97	c cleaning 9999 clauses out of 20011 with flag 745000/745000
40.10/39.50	c cleaning 9999 clauses out of 20014 with flag 755002/755002
40.60/39.99	c cleaning 10001 clauses out of 20013 with flag 765000/765000
41.10/40.47	c cleaning 10005 clauses out of 20013 with flag 775001/775001
41.61/40.93	c cleaning 9998 clauses out of 20007 with flag 785000/785000
42.01/41.39	c cleaning 9998 clauses out of 20009 with flag 795000/795000
42.51/41.85	c cleaning 10000 clauses out of 20011 with flag 805000/805000
43.01/42.33	c cleaning 9996 clauses out of 20012 with flag 815001/815001
43.52/42.83	c cleaning 10002 clauses out of 20015 with flag 825000/825000
44.01/43.31	c cleaning 10003 clauses out of 20018 with flag 835005/835005
44.51/43.83	c cleaning 10001 clauses out of 20010 with flag 845000/845000
45.01/44.33	c cleaning 10000 clauses out of 20009 with flag 855000/855000
45.51/44.84	c cleaning 9999 clauses out of 20010 with flag 865001/865001
46.01/45.32	c cleaning 10003 clauses out of 20014 with flag 875004/875004
46.51/45.84	c cleaning 9996 clauses out of 20010 with flag 885003/885003
47.01/46.36	c cleaning 10000 clauses out of 20011 with flag 895000/895000
47.41/46.78	c Got one! Elapsed wall clock time (in seconds):46.691
47.41/46.78	o 90
47.51/46.89	c cleaning 10002 clauses out of 20012 with flag 905001/905001
48.11/47.43	c cleaning 10001 clauses out of 20009 with flag 915000/915000
48.61/47.95	c cleaning 9999 clauses out of 20011 with flag 925003/925003
49.12/48.47	c cleaning 10000 clauses out of 20011 with flag 935002/935002
49.61/48.99	c cleaning 10000 clauses out of 20011 with flag 945002/945002
50.22/49.52	c cleaning 10002 clauses out of 20010 with flag 955001/955001
50.72/50.04	c cleaning 10000 clauses out of 20007 with flag 965000/965000
51.22/50.58	c cleaning 9996 clauses out of 20007 with flag 975000/975000
51.82/51.12	c cleaning 10001 clauses out of 20012 with flag 985001/985001
52.32/51.65	c cleaning 9996 clauses out of 20010 with flag 995000/995000
52.82/52.12	c cleaning 9999 clauses out of 20014 with flag 1005000/1005000
53.32/52.61	c cleaning 10002 clauses out of 20017 with flag 1015002/1015002
53.82/53.12	c cleaning 10000 clauses out of 20014 with flag 1025001/1025001
54.32/53.63	c cleaning 10000 clauses out of 20013 with flag 1035000/1035000
54.82/54.11	c cleaning 10004 clauses out of 20013 with flag 1045000/1045000
55.33/54.63	c cleaning 10000 clauses out of 20009 with flag 1055000/1055000
55.83/55.15	c cleaning 10004 clauses out of 20011 with flag 1065002/1065002
56.33/55.63	c cleaning 9998 clauses out of 20005 with flag 1075000/1075000
56.83/56.17	c cleaning 9996 clauses out of 20009 with flag 1085002/1085002
57.33/56.66	c cleaning 10002 clauses out of 20011 with flag 1095000/1095000
57.94/57.21	c cleaning 9993 clauses out of 20009 with flag 1105000/1105000
58.44/57.75	c cleaning 10006 clauses out of 20020 with flag 1115004/1115004
58.95/58.30	c cleaning 10001 clauses out of 20010 with flag 1125000/1125000
59.54/58.87	c cleaning 9998 clauses out of 20010 with flag 1135001/1135001
59.74/59.04	c Got one! Elapsed wall clock time (in seconds):58.945
59.74/59.04	o 83
60.05/59.40	c cleaning 9999 clauses out of 20012 with flag 1145001/1145001
60.64/59.95	c cleaning 9999 clauses out of 20012 with flag 1155000/1155000
61.15/60.44	c cleaning 10003 clauses out of 20015 with flag 1165002/1165002
61.74/61.01	c cleaning 10000 clauses out of 20010 with flag 1175000/1175000
62.25/61.53	c cleaning 10003 clauses out of 20013 with flag 1185003/1185003
62.74/62.05	c cleaning 9999 clauses out of 20007 with flag 1195000/1195000
63.24/62.55	c cleaning 10001 clauses out of 20011 with flag 1205003/1205003
63.84/63.18	c Got one! Elapsed wall clock time (in seconds):63.093
63.84/63.18	o 74
63.94/63.23	c cleaning 10001 clauses out of 20008 with flag 1215001/1215001
64.45/63.76	c cleaning 10000 clauses out of 20007 with flag 1225001/1225001
64.95/64.27	c cleaning 9999 clauses out of 20006 with flag 1235000/1235000
65.55/64.82	c cleaning 10001 clauses out of 20007 with flag 1245000/1245000
66.05/65.36	c cleaning 10000 clauses out of 20008 with flag 1255002/1255002
66.55/65.87	c cleaning 9999 clauses out of 20007 with flag 1265001/1265001
67.15/66.40	c cleaning 10000 clauses out of 20007 with flag 1275000/1275000
67.65/66.95	c cleaning 9999 clauses out of 20008 with flag 1285001/1285001
68.15/67.46	c cleaning 10000 clauses out of 20008 with flag 1295000/1295000
68.65/67.97	c cleaning 9999 clauses out of 20009 with flag 1305001/1305001
69.15/68.46	c cleaning 10002 clauses out of 20010 with flag 1315001/1315001
69.56/68.87	c Got one! Elapsed wall clock time (in seconds):68.78
69.56/68.87	o 63
69.66/68.97	c cleaning 10001 clauses out of 20007 with flag 1325000/1325000
70.17/69.48	c cleaning 10000 clauses out of 20006 with flag 1335000/1335000
70.67/69.99	c cleaning 9998 clauses out of 20006 with flag 1345000/1345000
71.27/70.53	c cleaning 9992 clauses out of 20008 with flag 1355000/1355000
71.77/71.02	c cleaning 10004 clauses out of 20016 with flag 1365000/1365000
72.27/71.50	c cleaning 10000 clauses out of 20012 with flag 1375000/1375000
72.77/72.01	c cleaning 10003 clauses out of 20015 with flag 1385003/1385003
73.27/72.52	c cleaning 10000 clauses out of 20009 with flag 1395000/1395000
73.67/73.00	c cleaning 9999 clauses out of 20011 with flag 1405002/1405002
74.27/73.51	c cleaning 10001 clauses out of 20011 with flag 1415001/1415001
74.67/73.96	c cleaning 10001 clauses out of 20011 with flag 1425002/1425002
75.17/74.48	c cleaning 10000 clauses out of 20008 with flag 1435000/1435000
75.67/74.99	c cleaning 9999 clauses out of 20008 with flag 1445000/1445000
76.17/75.47	c cleaning 10001 clauses out of 20010 with flag 1455001/1455001
76.68/75.94	c cleaning 9998 clauses out of 20008 with flag 1465000/1465000
77.08/76.39	c cleaning 10002 clauses out of 20010 with flag 1475000/1475000
77.58/76.86	c cleaning 9997 clauses out of 20008 with flag 1485000/1485000
78.08/77.37	c cleaning 10001 clauses out of 20011 with flag 1495000/1495000
78.58/77.82	c cleaning 10001 clauses out of 20011 with flag 1505001/1505001
78.98/78.29	c cleaning 10000 clauses out of 20010 with flag 1515001/1515001
79.48/78.75	c cleaning 10001 clauses out of 20010 with flag 1525001/1525001
79.88/79.18	c cleaning 9997 clauses out of 20008 with flag 1535000/1535000
80.38/79.60	c cleaning 10001 clauses out of 20011 with flag 1545000/1545000
80.78/80.08	c cleaning 10002 clauses out of 20010 with flag 1555000/1555000
81.28/80.52	c cleaning 10000 clauses out of 20008 with flag 1565000/1565000
81.68/80.97	c cleaning 10000 clauses out of 20009 with flag 1575001/1575001
82.09/81.39	c cleaning 10001 clauses out of 20009 with flag 1585001/1585001
82.68/81.97	c cleaning 9998 clauses out of 20008 with flag 1595001/1595001
83.29/82.50	c cleaning 10000 clauses out of 20009 with flag 1605000/1605000
83.78/83.00	c cleaning 10000 clauses out of 20009 with flag 1615000/1615000
84.20/83.49	c cleaning 10000 clauses out of 20009 with flag 1625000/1625000
84.70/83.95	c cleaning 10000 clauses out of 20009 with flag 1635000/1635000
85.20/84.43	c cleaning 10001 clauses out of 20010 with flag 1645001/1645001
85.70/84.92	c cleaning 9999 clauses out of 20009 with flag 1655001/1655001
86.20/85.46	c cleaning 10000 clauses out of 20011 with flag 1665002/1665002
86.70/85.95	c cleaning 9998 clauses out of 20009 with flag 1675000/1675000
87.20/86.47	c cleaning 10000 clauses out of 20011 with flag 1685000/1685000
87.71/86.94	c cleaning 10002 clauses out of 20013 with flag 1695002/1695002
88.20/87.46	c cleaning 9995 clauses out of 20010 with flag 1705001/1705001
88.71/87.94	c cleaning 10001 clauses out of 20015 with flag 1715001/1715001
89.20/88.44	c cleaning 10001 clauses out of 20014 with flag 1725001/1725001
89.70/88.94	c cleaning 10001 clauses out of 20013 with flag 1735001/1735001
90.21/89.44	c cleaning 10001 clauses out of 20011 with flag 1745000/1745000
90.71/89.92	c cleaning 10003 clauses out of 20015 with flag 1755005/1755005
91.21/90.42	c cleaning 9998 clauses out of 20007 with flag 1765000/1765000
91.61/90.88	c cleaning 10001 clauses out of 20010 with flag 1775001/1775001
92.11/91.36	c cleaning 10000 clauses out of 20008 with flag 1785000/1785000
92.61/91.80	c cleaning 9999 clauses out of 20008 with flag 1795000/1795000
93.01/92.25	c cleaning 10003 clauses out of 20013 with flag 1805004/1805004
93.51/92.70	c cleaning 9995 clauses out of 20006 with flag 1815000/1815000
93.91/93.18	c cleaning 10003 clauses out of 20013 with flag 1825002/1825002
94.41/93.66	c cleaning 10001 clauses out of 20009 with flag 1835001/1835001
94.91/94.12	c cleaning 10000 clauses out of 20008 with flag 1845001/1845001
95.42/94.63	c cleaning 9998 clauses out of 20007 with flag 1855000/1855000
95.82/95.10	c cleaning 10002 clauses out of 20009 with flag 1865000/1865000
96.32/95.56	c cleaning 10000 clauses out of 20009 with flag 1875002/1875002
96.82/96.02	c cleaning 10001 clauses out of 20008 with flag 1885001/1885001
97.22/96.48	c cleaning 9998 clauses out of 20008 with flag 1895002/1895002
97.73/96.98	c cleaning 10002 clauses out of 20010 with flag 1905002/1905002
98.23/97.46	c cleaning 9998 clauses out of 20006 with flag 1915000/1915000
98.83/98.02	c cleaning 9999 clauses out of 20008 with flag 1925000/1925000
99.33/98.50	c cleaning 10000 clauses out of 20009 with flag 1935000/1935000
99.73/98.99	c cleaning 10000 clauses out of 20010 with flag 1945001/1945001
100.23/99.47	c cleaning 9994 clauses out of 20009 with flag 1955000/1955000
100.73/99.94	c cleaning 10003 clauses out of 20017 with flag 1965002/1965002
100.84/100.09	c Got one! Elapsed wall clock time (in seconds):100.0
100.84/100.09	o 38
101.23/100.41	c cleaning 10002 clauses out of 20012 with flag 1975000/1975000
101.63/100.89	c cleaning 10002 clauses out of 20010 with flag 1985000/1985000
102.14/101.35	c cleaning 10000 clauses out of 20008 with flag 1995000/1995000
102.64/101.83	c cleaning 10001 clauses out of 20008 with flag 2005000/2005000
103.04/102.27	c cleaning 9997 clauses out of 20008 with flag 2015001/2015001
103.54/102.73	c cleaning 10002 clauses out of 20010 with flag 2025000/2025000
104.04/103.24	c cleaning 9999 clauses out of 20009 with flag 2035001/2035001
104.54/103.72	c cleaning 9997 clauses out of 20009 with flag 2045000/2045000
105.04/104.20	c cleaning 9999 clauses out of 20013 with flag 2055001/2055001
105.44/104.64	c cleaning 9999 clauses out of 20014 with flag 2065001/2065001
105.84/105.09	c cleaning 10000 clauses out of 20014 with flag 2075000/2075000
106.34/105.55	c cleaning 10002 clauses out of 20016 with flag 2085002/2085002
106.84/106.00	c cleaning 10001 clauses out of 20013 with flag 2095001/2095001
107.24/106.47	c cleaning 10001 clauses out of 20011 with flag 2105000/2105000
107.64/106.89	c cleaning 10002 clauses out of 20013 with flag 2115003/2115003
108.14/107.32	c cleaning 9998 clauses out of 20008 with flag 2125000/2125000
108.55/107.80	c cleaning 10001 clauses out of 20010 with flag 2135000/2135000
109.04/108.24	c cleaning 10000 clauses out of 20009 with flag 2145000/2145000
109.44/108.68	c cleaning 9998 clauses out of 20009 with flag 2155000/2155000
109.94/109.12	c cleaning 10001 clauses out of 20012 with flag 2165001/2165001
110.34/109.57	c cleaning 10000 clauses out of 20012 with flag 2175002/2175002
110.85/110.02	c cleaning 10001 clauses out of 20011 with flag 2185001/2185001
111.25/110.47	c cleaning 10000 clauses out of 20009 with flag 2195000/2195000
111.74/110.94	c cleaning 10002 clauses out of 20011 with flag 2205002/2205002
112.14/111.39	c cleaning 9999 clauses out of 20009 with flag 2215002/2215002
112.65/111.81	c cleaning 9999 clauses out of 20008 with flag 2225000/2225000
113.05/112.27	c cleaning 10000 clauses out of 20009 with flag 2235000/2235000
113.45/112.69	c cleaning 10001 clauses out of 20010 with flag 2245001/2245001
113.95/113.13	c cleaning 9997 clauses out of 20008 with flag 2255000/2255000
114.35/113.57	c cleaning 9998 clauses out of 20011 with flag 2265000/2265000
114.45/113.65	c Got one! Elapsed wall clock time (in seconds):113.562
114.45/113.65	o 35
114.90/114.02	c cleaning 10004 clauses out of 20014 with flag 2275001/2275001
115.30/114.49	c cleaning 10000 clauses out of 20010 with flag 2285001/2285001
115.80/114.94	c cleaning 10001 clauses out of 20009 with flag 2295000/2295000
116.40/115.52	c cleaning 9994 clauses out of 20010 with flag 2305002/2305002
116.90/116.02	c cleaning 10001 clauses out of 20015 with flag 2315001/2315001
117.41/116.52	c cleaning 10003 clauses out of 20014 with flag 2325001/2325001
117.91/117.01	c cleaning 9998 clauses out of 20010 with flag 2335000/2335000
118.31/117.47	c cleaning 10000 clauses out of 20012 with flag 2345000/2345000
118.81/117.92	c cleaning 9999 clauses out of 20012 with flag 2355000/2355000
119.21/118.36	c cleaning 10003 clauses out of 20016 with flag 2365003/2365003
119.72/118.83	c cleaning 10001 clauses out of 20011 with flag 2375001/2375001
119.91/119.04	c Got one! Elapsed wall clock time (in seconds):118.952
119.91/119.04	o 33
120.21/119.30	c cleaning 10001 clauses out of 20009 with flag 2385000/2385000
120.61/119.78	c cleaning 10001 clauses out of 20008 with flag 2395000/2395000
121.11/120.25	c cleaning 9999 clauses out of 20007 with flag 2405000/2405000
121.62/120.71	c cleaning 9998 clauses out of 20009 with flag 2415001/2415001
122.02/121.17	c cleaning 10002 clauses out of 20011 with flag 2425001/2425001
122.52/121.68	c cleaning 9998 clauses out of 20008 with flag 2435000/2435000
123.02/122.15	c cleaning 10001 clauses out of 20011 with flag 2445001/2445001
123.62/122.73	c cleaning 10000 clauses out of 20009 with flag 2455000/2455000
124.13/123.22	c cleaning 10001 clauses out of 20010 with flag 2465001/2465001
124.62/123.71	c cleaning 9997 clauses out of 20008 with flag 2475000/2475000
125.02/124.16	c cleaning 10000 clauses out of 20011 with flag 2485000/2485000
125.42/124.60	c cleaning 10002 clauses out of 20011 with flag 2495000/2495000
125.93/125.03	c cleaning 10000 clauses out of 20009 with flag 2505000/2505000
126.33/125.49	c cleaning 10002 clauses out of 20013 with flag 2515004/2515004
126.83/125.94	c cleaning 9998 clauses out of 20008 with flag 2525001/2525001
127.23/126.39	c cleaning 10000 clauses out of 20011 with flag 2535002/2535002
127.73/126.84	c cleaning 10001 clauses out of 20010 with flag 2545001/2545001
128.13/127.29	c cleaning 10000 clauses out of 20009 with flag 2555001/2555001
128.63/127.73	c cleaning 10001 clauses out of 20009 with flag 2565001/2565001
129.03/128.18	c cleaning 10001 clauses out of 20008 with flag 2575001/2575001
129.54/128.64	c cleaning 9999 clauses out of 20007 with flag 2585001/2585001
129.93/129.08	c cleaning 9999 clauses out of 20007 with flag 2595000/2595000
130.43/129.55	c cleaning 9999 clauses out of 20008 with flag 2605000/2605000
130.93/130.02	c cleaning 9998 clauses out of 20010 with flag 2615001/2615001
131.34/130.49	c cleaning 10000 clauses out of 20012 with flag 2625001/2625001
131.84/130.94	c cleaning 10004 clauses out of 20012 with flag 2635001/2635001
131.94/131.06	c Got one! Elapsed wall clock time (in seconds):130.972
131.94/131.06	o 29
132.34/131.41	c cleaning 10001 clauses out of 20007 with flag 2645000/2645000
132.75/131.90	c cleaning 9999 clauses out of 20006 with flag 2655000/2655000
133.35/132.46	c cleaning 9999 clauses out of 20007 with flag 2665000/2665000
133.85/132.95	c cleaning 10002 clauses out of 20009 with flag 2675001/2675001
134.45/133.53	c cleaning 9998 clauses out of 20008 with flag 2685002/2685002
134.85/133.98	c cleaning 9995 clauses out of 20008 with flag 2695000/2695000
135.35/134.49	c cleaning 10002 clauses out of 20013 with flag 2705000/2705000
135.85/134.95	c cleaning 9996 clauses out of 20012 with flag 2715001/2715001
136.35/135.45	c cleaning 9999 clauses out of 20015 with flag 2725000/2725000
136.85/135.91	c cleaning 10005 clauses out of 20017 with flag 2735001/2735001
137.26/136.40	c cleaning 9998 clauses out of 20011 with flag 2745000/2745000
137.76/136.87	c cleaning 9999 clauses out of 20014 with flag 2755001/2755001
138.26/137.31	c cleaning 10002 clauses out of 20015 with flag 2765001/2765001
138.66/137.76	c cleaning 10001 clauses out of 20012 with flag 2775000/2775000
139.16/138.25	c cleaning 10000 clauses out of 20011 with flag 2785000/2785000
139.76/138.87	c cleaning 10002 clauses out of 20012 with flag 2795001/2795001
140.48/139.34	c cleaning 10001 clauses out of 20010 with flag 2805001/2805001
140.98/139.84	c cleaning 10000 clauses out of 20008 with flag 2815001/2815001
141.41/140.30	c cleaning 10000 clauses out of 20007 with flag 2825000/2825000
141.91/140.78	c cleaning 10000 clauses out of 20009 with flag 2835002/2835002
142.42/141.25	c cleaning 10000 clauses out of 20005 with flag 2845000/2845000
142.52/141.36	c starts		: 271
142.52/141.36	c conflicts		: 2847602
142.52/141.36	c decisions		: 4485319
142.52/141.36	c propagations		: 69907331
142.52/141.36	c inspects		: 706875416
142.52/141.36	c learnt literals	: 7
142.52/141.36	c learnt binary clauses	: 22
142.52/141.36	c learnt ternary clauses	: 1819
142.52/141.36	c learnt clauses	: 2847594
142.52/141.36	c ignored clauses	: 0
142.52/141.36	c root simplifications	: 0
142.52/141.36	c removed literals (reason simplification)	: 21376305
142.52/141.36	c reason swapping (by a shorter reason)	: 0
142.52/141.36	c Calls to reduceDB	: 286
142.52/141.36	c number of reductions to clauses (during analyze)	: 0
142.52/141.36	c number of learned constraints concerned by reduction	: 0
142.52/141.36	c number of learning phase by resolution	: 0
142.52/141.36	c number of learning phase by cutting planes	: 0
142.52/141.36	c speed (assignments/second)	: 6791735.256970758
142.52/141.36	c non guided choices	1529
142.52/141.36	c learnt constraints type 
142.52/141.36	c constraints type 
142.52/141.36	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
142.52/141.36	c org.sat4j.minisat.constraints.card.MinWatchCard => 30
142.52/141.36	c org.sat4j.pb.constraints.pb.MaxWatchPb => 41
142.52/141.36	s OPTIMUM FOUND
142.52/141.36	v -x1 -x2 x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 x77 -x78 -x79 -x80 -x81 x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 x165 -x166 -x167 -x168 -x169 
142.52/141.36	c objective function=29
142.52/141.36	c Total wall clock time (in seconds): 141.265

Verifier Data

OK	29

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2698468-1278325596/watcher-2698468-1278325596 -o /tmp/evaluation-result-2698468-1278325596/solver-2698468-1278325596 -C 1800 -W 2000 -M 3800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2698468-1278325596.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.66 1.87 1.67 3/196 4194
/proc/meminfo: memFree=32440884/32950928 swapFree=67111528/67111528
[pid=4194] ppid=4192 vsize=13508 CPUtime=0
/proc/4194/stat : 4194 (java) S 4192 4194 3791 0 -1 4202496 1115 0 0 0 0 0 0 0 19 0 2 0 773423 13832192 585 4089446400 134512640 134550932 4292781952 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0
/proc/4194/statm: 3390 591 273 10 0 1204 0
[pid=4194/tid=4195] ppid=4192 vsize=13652 CPUtime=0
/proc/4194/task/4195/stat : 4195 (java) R 4192 4194 3791 0 -1 4202560 85 0 0 0 0 0 0 0 20 0 2 0 773424 13979648 596 4089446400 134512640 134550932 4292781952 18446744073709551615 11835824 0 0 0 16784584 0 0 0 -1 1 0 0 0

[startup+0.056203 s]
/proc/loadavg: 1.66 1.87 1.67 3/196 4194
/proc/meminfo: memFree=32440884/32950928 swapFree=67111528/67111528
[pid=4194] ppid=4192 vsize=1528556 CPUtime=0.05
/proc/4194/stat : 4194 (java) S 4192 4194 3791 0 -1 4202496 4130 0 1 0 4 1 0 0 19 0 18 0 773423 1565241344 3569 4089446400 134512640 134550932 4292781952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/4194/statm: 382139 3570 1081 10 0 379442 0
[pid=4194/tid=4195] ppid=4192 vsize=1528556 CPUtime=0.04
/proc/4194/task/4195/stat : 4195 (java) R 4192 4194 3791 0 -1 4202560 3045 0 1 0 3 1 0 0 25 0 18 0 773424 1565241344 3571 4089446400 134512640 134550932 4292781952 18446744073709551615 103602199 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1528556

[startup+0.101114 s]
/proc/loadavg: 1.66 1.87 1.67 3/196 4194
/proc/meminfo: memFree=32440884/32950928 swapFree=67111528/67111528
[pid=4194] ppid=4192 vsize=1530172 CPUtime=0.12
/proc/4194/stat : 4194 (java) S 4192 4194 3791 0 -1 4202496 5238 0 1 0 11 1 0 0 19 0 18 0 773423 1566896128 4670 4089446400 134512640 134550932 4292781952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/4194/statm: 382543 4670 1347 10 0 379846 0
[pid=4194/tid=4195] ppid=4192 vsize=1530172 CPUtime=0.09
/proc/4194/task/4195/stat : 4195 (java) R 4192 4194 3791 0 -1 4202560 3566 0 1 0 8 1 0 0 25 0 18 0 773424 1566896128 4670 4089446400 134512640 134550932 4292781952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 1530172

[startup+0.301032 s]
/proc/loadavg: 1.66 1.87 1.67 3/196 4194
/proc/meminfo: memFree=32440884/32950928 swapFree=67111528/67111528
[pid=4194] ppid=4192 vsize=1533488 CPUtime=0.62
/proc/4194/stat : 4194 (java) S 4192 4194 3791 0 -1 4202496 6816 0 1 0 61 1 0 0 19 0 19 0 773423 1570291712 6188 4089446400 134512640 134550932 4292781952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/4194/statm: 383372 6188 1418 10 0 380675 0
[pid=4194/tid=4195] ppid=4192 vsize=1533488 CPUtime=0.29
/proc/4194/task/4195/stat : 4195 (java) R 4192 4194 3791 0 -1 4202560 4119 0 1 0 28 1 0 0 18 0 19 0 773424 1570291712 6188 4089446400 134512640 134550932 4292781952 18446744073709551615 4109719358 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.62
Current children cumulated vsize (KiB) 1533488

[startup+0.700965 s]
/proc/loadavg: 1.66 1.87 1.67 3/196 4194
/proc/meminfo: memFree=32440884/32950928 swapFree=67111528/67111528
[pid=4194] ppid=4192 vsize=1533488 CPUtime=1.16
/proc/4194/stat : 4194 (java) S 4192 4194 3791 0 -1 4202496 8676 0 1 0 115 1 0 0 19 0 19 0 773423 1570291712 8030 4089446400 134512640 134550932 4292781952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/4194/statm: 383372 8030 1439 10 0 380675 0
[pid=4194/tid=4195] ppid=4192 vsize=1533488 CPUtime=0.68
/proc/4194/task/4195/stat : 4195 (java) R 4192 4194 3791 0 -1 4202560 5516 0 1 0 67 1 0 0 18 0 19 0 773424 1570291712 8030 4089446400 134512640 134550932 4292781952 18446744073709551615 4109718880 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 1533488

[startup+1.50087 s]
/proc/loadavg: 1.66 1.87 1.67 3/215 4213
/proc/meminfo: memFree=32412716/32950928 swapFree=67111528/67111528
[pid=4194] ppid=4192 vsize=1533488 CPUtime=2.02
/proc/4194/stat : 4194 (java) S 4192 4194 3791 0 -1 4202496 9269 0 1 0 200 2 0 0 19 0 19 0 773423 1570291712 8621 4089446400 134512640 134550932 4292781952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/4194/statm: 383372 8621 1439 10 0 380675 0
[pid=4194/tid=4195] ppid=4192 vsize=1533488 CPUtime=1.45
/proc/4194/task/4195/stat : 4195 (java) R 4192 4194 3791 0 -1 4202560 5518 0 1 0 144 1 0 0 19 0 19 0 773424 1570291712 8621 4089446400 134512640 134550932 4292781952 18446744073709551615 4109849808 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=4194/tid=4197] ppid=4192 vsize=1533488 CPUtime=0
/proc/4194/task/4197/stat : 4197 (java) S 4192 4194 3791 0 -1 4202560 37 0 0 0 0 0 0 0 15 0 19 0 773424 1570291712 8621 4089446400 134512640 134550932 4292781952 18446744073709551615 4294960144 0 4 0 16800975 18446604453926975680 0 0 -1 3 0 0 0
[pid=4194/tid=4198] ppid=4192 vsize=1533488 CPUtime=0
/proc/4194/task/4198/stat : 4198 (java) S 4192 4194 3791 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 773424 1570291712 8621 4089446400 134512640 134550932 4292781952 18446744073709551615 4294960144 0 4 0 16800975 18446604453926975680 0 0 -1 7 0 0 0
[pid=4194/tid=4199] ppid=4192 vsize=1533488 CPUtime=0
/proc/4194/task/4199/stat : 4199 (java) S 4192 4194 3791 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 19 0 773424 1570291712 8621 4089446400 134512640 134550932 4292781952 18446744073709551615 4294960144 0 4 0 16800975 18446604453926975680 0 0 -1 7 0 0 0
[pid=4194/tid=4200] ppid=4192 vsize=1533488 CPUtime=0
/proc/4194/task/4200/stat : 4200 (java) S 4192 4194 3791 0 -1 4202560 215 0 0 0 0 0 0 0 15 0 19 0 773424 1570291712 8621 4089446400 134512640 134550932 4292781952 18446744073709551615 4294960144 0 4 0 16800975 18446604453926975680 0 0 -1 7 0 0 0
[pid=4194/tid=4201] ppid=4192 vsize=1533488 CPUtime=0
/proc/4194/task/4201/stat : 4201 (java) S 4192 4194 3791 0 -1 4202560 100 0 0 0 0 0 0 0 15 0 19 0 773424 1570291712 8621 4089446400 134512640 134550932 4292781952 18446744073709551615 4294960144 0 4 0 16800975 18446604453926975680 0 0 -1 7 0 0 0
[pid=4194/tid=4202] ppid=4192 vsize=1533488 CPUtime=0
/proc/4194/task/4202/stat : 4202 (java) S 4192 4194 3791 0 -1 4202560 38 0 0 0 0 0 0 0 15 0 19 0 773424 1570291712 8621 4089446400 134512640 134550932 4292781952 18446744073709551615 4294960144 0 4 0 16800975 18446604453926975680 0 0 -1 3 0 0 0
[pid=4194/tid=4203] ppid=4192 vsize=1533488 CPUtime=0
/proc/4194/task/4203/stat : 4203 (java) S 4192 4194 3791 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 773424 1570291712 8621 4089446400 134512640 134550932 4292781952 18446744073709551615 4294960144 0 4 0 16800975 18446604453926975680 0 0 -1 3 0 0 0
[pid=4194/tid=4204] ppid=4192 vsize=1533488 CPUtime=0
/proc/4194/task/4204/stat : 4204 (java) S 4192 4194 3791 0 -1 4202560 193 0 0 0 0 0 0 0 15 0 19 0 773424 1570291712 8621 4089446400 134512640 134550932 4292781952 18446744073709551615 4294960144 0 4 0 16800975 18446604453926975680 0 0 -1 7 0 0 0
[pid=4194/tid=4205] ppid=4192 vsize=1533488 CPUtime=0.02
/proc/4194/task/4205/stat : 4205 (java) S 4192 4194 3791 0 -1 4202560 421 0 0 0 2 0 0 0 15 0 19 0 773425 1570291712 8621 4089446400 134512640 134550932 4292781952 18446744073709551615 4294960144 0 0 0 16800975 18446604453926975680 0 0 -1 5 0 0 0
[pid=4194/tid=4206] ppid=4192 vsize=1533488 CPUtime=0
/proc/4194/task/4206/stat : 4206 (java) S 4192 4194 3791 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 773425 1570291712 8621 4089446400 134512640 134550932 4292781952 18446744073709551615 4294960144 0 4 0 16800975 18446604453926975680 0 0 -1 1 0 0 0
[pid=4194/tid=4207] ppid=4192 vsize=1533488 CPUtime=0
/proc/4194/task/4207/stat : 4207 (java) S 4192 4194 3791 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 773426 1570291712 8621 4089446400 134512640 134550932 4292781952 18446744073709551615 4294960144 0 4 0 16800975 18446604453926975680 0 0 -1 0 0 0 0
[pid=4194/tid=4208] ppid=4192 vsize=1533488 CPUtime=0
/proc/4194/task/4208/stat : 4208 (java) S 4192 4194 3791 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 773428 1570291712 8621 4089446400 134512640 134550932 4292781952 18446744073709551615 4294960144 0 4 0 16800975 18446604453926975680 0 0 -1 1 0 0 0
[pid=4194/tid=4209] ppid=4192 vsize=1533488 CPUtime=0.29
/proc/4194/task/4209/stat : 4209 (java) S 4192 4194 3791 0 -1 4202560 696 0 0 0 29 0 0 0 15 0 19 0 773428 1570291712 8621 4089446400 134512640 134550932 4292781952 18446744073709551615 4294960144 0 4 0 16800975 18446604453926975680 0 0 -1 4 0 0 0
[pid=4194/tid=4210] ppid=4192 vsize=1533488 CPUtime=0.22
/proc/4194/task/4210/stat : 4210 (java) S 4192 4194 3791 0 -1 4202560 980 0 0 0 22 0 0 0 15 0 19 0 773428 1570291712 8621 4089446400 134512640 134550932 4292781952 18446744073709551615 4294960144 0 4 0 16800975 18446604453926975680 0 0 -1 1 0 0 0
[pid=4194/tid=4211] ppid=4192 vsize=1533488 CPUtime=0
/proc/4194/task/4211/stat : 4211 (java) S 4192 4194 3791 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 773428 1570291712 8621 4089446400 134512640 134550932 4292781952 18446744073709551615 4294960144 0 4 0 16800975 18446604453926975680 0 0 -1 3 0 0 0
[pid=4194/tid=4212] ppid=4192 vsize=1533488 CPUtime=0
/proc/4194/task/4212/stat : 4212 (java) S 4192 4194 3791 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 773428 1570291712 8621 4089446400 134512640 134550932 4292781952 18446744073709551615 4294960144 0 4 0 16800975 18446604453926975680 0 0 -1 1 0 0 0
[pid=4194/tid=4213] ppid=4192 vsize=1533488 CPUtime=0
/proc/4194/task/4213/stat : 4213 (java) S 4192 4194 3791 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 773439 1570291712 8621 4089446400 134512640 134550932 4292781952 18446744073709551615 4294960144 0 4 0 16800975 18446604453926975680 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.02
Current children cumulated vsize (KiB) 1533488

[startup+3.10062 s]
/proc/loadavg: 1.66 1.87 1.67 3/215 4213
/proc/meminfo: memFree=32409864/32950928 swapFree=67111528/67111528
[pid=4194] ppid=4192 vsize=1533488 CPUtime=3.65
/proc/4194/stat : 4194 (java) S 4192 4194 3791 0 -1 4202496 10887 0 1 0 363 2 0 0 19 0 19 0 773423 1570291712 10235 4089446400 134512640 134550932 4292781952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/4194/statm: 383372 10235 1439 10 0 380675 0
[pid=4194/tid=4195] ppid=4192 vsize=1533488 CPUtime=3.01
/proc/4194/task/4195/stat : 4195 (java) R 4192 4194 3791 0 -1 4202560 6773 0 1 0 300 1 0 0 22 0 19 0 773424 1570291712 10235 4089446400 134512640 134550932 4292781952 18446744073709551615 4109689964 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=4194/tid=4197] ppid=4192 vsize=1533488 CPUtime=0
/proc/4194/task/4197/stat : 4197 (java) S 4192 4194 3791 0 -1 4202560 64 0 0 0 0 0 0 0 15 0 19 0 773424 1570291712 10235 4089446400 134512640 134550932 4292781952 18446744073709551615 4294960144 0 4 0 16800975 18446604453926975680 0 0 -1 3 0 0 0
[pid=4194/tid=4198] ppid=4192 vsize=1533488 CPUtime=0
/proc/4194/task/4198/stat : 4198 (java) S 4192 4194 3791 0 -1 4202560 38 0 0 0 0 0 0 0 16 0 19 0 773424 1570291712 10235 4089446400 134512640 134550932 4292781952 18446744073709551615 4294960144 0 4 0 16800975 18446604453926975680 0 0 -1 7 0 0 0
[pid=4194/tid=4199] ppid=4192 vsize=1533488 CPUtime=0
/proc/4194/task/4199/stat : 4199 (java) S 4192 4194 3791 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 19 0 773424 1570291712 10235 4089446400 134512640 134550932 4292781952 18446744073709551615 4294960144 0 4 0 16800975 18446604453926975680 0 0 -1 7 0 0 0
[pid=4194/tid=4200] ppid=4192 vsize=1533488 CPUtime=0
/proc/4194/task/4200/stat : 4200 (java) S 4192 4194 3791 0 -1 4202560 247 0 0 0 0 0 0 0 15 0 19 0 773424 1570291712 10235 4089446400 134512640 134550932 4292781952 18446744073709551615 4294960144 0 4 0 16800975 18446604453926975680 0 0 -1 7 0 0 0
[pid=4194/tid=4201] ppid=4192 vsize=1533488 CPUtime=0
/proc/4194/task/4201/stat : 4201 (java) S 4192 4194 3791 0 -1 4202560 100 0 0 0 0 0 0 0 15 0 19 0 773424 1570291712 10235 4089446400 134512640 134550932 4292781952 18446744073709551615 4294960144 0 4 0 16800975 18446604453926975680 0 0 -1 7 0 0 0
[pid=4194/tid=4202] ppid=4192 vsize=1533488 CPUtime=0
/proc/4194/task/4202/stat : 4202 (java) S 4192 4194 3791 0 -1 4202560 38 0 0 0 0 0 0 0 15 0 19 0 773424 1570291712 10235 4089446400 134512640 134550932 4292781952 18446744073709551615 4294960144 0 4 0 16800975 18446604453926975680 0 0 -1 7 0 0 0
[pid=4194/tid=4203] ppid=4192 vsize=1533488 CPUtime=0
/proc/4194/task/4203/stat : 4203 (java) S 4192 4194 3791 0 -1 4202560 35 0 0 0 0 0 0 0 16 0 19 0 773424 1570291712 10235 4089446400 134512640 134550932 4292781952 18446744073709551615 4294960144 0 4 0 16800975 18446604453926975680 0 0 -1 3 0 0 0
[pid=4194/tid=4204] ppid=4192 vsize=1533488 CPUtime=0
/proc/4194/task/4204/stat : 4204 (java) S 4192 4194 3791 0 -1 4202560 193 0 0 0 0 0 0 0 15 0 19 0 773424 1570291712 10235 4089446400 134512640 134550932 4292781952 18446744073709551615 4294960144 0 4 0 16800975 18446604453926975680 0 0 -1 3 0 0 0
[pid=4194/tid=4205] ppid=4192 vsize=1533488 CPUtime=0.05
/proc/4194/task/4205/stat : 4205 (java) S 4192 4194 3791 0 -1 4202560 645 0 0 0 5 0 0 0 15 0 19 0 773425 1570291712 10235 4089446400 134512640 134550932 4292781952 18446744073709551615 4294960144 0 0 0 16800975 18446604453926975680 0 0 -1 5 0 0 0
[pid=4194/tid=4206] ppid=4192 vsize=1533488 CPUtime=0
/proc/4194/task/4206/stat : 4206 (java) S 4192 4194 3791 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 773425 1570291712 10235 4089446400 134512640 134550932 4292781952 18446744073709551615 4294960144 0 4 0 16800975 18446604453926975680 0 0 -1 1 0 0 0
[pid=4194/tid=4207] ppid=4192 vsize=1533488 CPUtime=0
/proc/4194/task/4207/stat : 4207 (java) S 4192 4194 3791 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 773426 1570291712 10235 4089446400 134512640 134550932 4292781952 18446744073709551615 4294960144 0 4 0 16800975 18446604453926975680 0 0 -1 0 0 0 0
[pid=4194/tid=4208] ppid=4192 vsize=1533488 CPUtime=0
/proc/4194/task/4208/stat : 4208 (java) S 4192 4194 3791 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 773428 1570291712 10235 4089446400 134512640 134550932 4292781952 18446744073709551615 4294960144 0 4 0 16800975 18446604453926975680 0 0 -1 1 0 0 0
[pid=4194/tid=4209] ppid=4192 vsize=1533488 CPUtime=0.31
/proc/4194/task/4209/stat : 4209 (java) S 4192 4194 3791 0 -1 4202560 703 0 0 0 31 0 0 0 15 0 19 0 773428 1570291712 10235 4089446400 134512640 134550932 4292781952 18446744073709551615 4294960144 0 4 0 16800975 18446604453926975680 0 0 -1 4 0 0 0
[pid=4194/tid=4210] ppid=4192 vsize=1533488 CPUtime=0.23
/proc/4194/task/4210/stat : 4210 (java) S 4192 4194 3791 0 -1 4202560 984 0 0 0 23 0 0 0 15 0 19 0 773428 1570291712 10235 4089446400 134512640 134550932 4292781952 18446744073709551615 4294960144 0 4 0 16800975 18446604453926975680 0 0 -1 1 0 0 0
[pid=4194/tid=4211] ppid=4192 vsize=1533488 CPUtime=0
/proc/4194/task/4211/stat : 4211 (java) S 4192 4194 3791 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 773428 1570291712 10235 4089446400 134512640 134550932 4292781952 18446744073709551615 4294960144 0 4 0 16800975 18446604453926975680 0 0 -1 3 0 0 0
[pid=4194/tid=4212] ppid=4192 vsize=1533488 CPUtime=0
/proc/4194/task/4212/stat : 4212 (java) S 4192 4194 3791 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 773428 1570291712 10235 4089446400 134512640 134550932 4292781952 18446744073709551615 4294960144 0 4 0 16800975 18446604453926975680 0 0 -1 3 0 0 0
[pid=4194/tid=4213] ppid=4192 vsize=1533488 CPUtime=0
/proc/4194/task/4213/stat : 4213 (java) S 4192 4194 3791 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 773439 1570291712 10235 4089446400 134512640 134550932 4292781952 18446744073709551615 4294960144 0 4 0 16800975 18446604453926975680 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.65
Current children cumulated vsize (KiB) 1533488

[startup+6.30108 s]
/proc/loadavg: 1.68 1.87 1.67 3/215 4213
/proc/meminfo: memFree=32404672/32950928 swapFree=67111528/67111528
[pid=4194] ppid=4192 vsize=1533488 CPUtime=6.87
/proc/4194/stat : 4194 (java) S 4192 4194 3791 0 -1 4202496 11072 0 1 0 685 2 0 0 19 0 19 0 773423 1570291712 10311 4089446400 134512640 134550932 4292781952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/4194/statm: 383372 10311 1441 10 0 380675 0
[pid=4194/tid=4195] ppid=4192 vsize=1533488 CPUtime=6.13
/proc/4194/task/4195/stat : 4195 (java) R 4192 4194 3791 0 -1 4202560 6795 0 1 0 612 1 0 0 25 0 19 0 773424 1570291712 10311 4089446400 134512640 134550932 4292781952 18446744073709551615 4109817225 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=4194/tid=4197] ppid=4192 vsize=1533488 CPUtime=0
/proc/4194/task/4197/stat : 4197 (java) S 4192 4194 3791 0 -1 4202560 65 0 0 0 0 0 0 0 15 0 19 0 773424 1570291712 10311 4089446400 134512640 134550932 4292781952 18446744073709551615 4294960144 0 4 0 16800975 18446604453926975680 0 0 -1 1 0 0 0
[pid=4194/tid=4198] ppid=4192 vsize=1533488 CPUtime=0
/proc/4194/task/4198/stat : 4198 (java) S 4192 4194 3791 0 -1 4202560 38 0 0 0 0 0 0 0 15 0 19 0 773424 1570291712 10311 4089446400 134512640 134550932 4292781952 18446744073709551615 4294960144 0 4 0 16800975 18446604453926975680 0 0 -1 1 0 0 0
[pid=4194/tid=4199] ppid=4192 vsize=1533488 CPUtime=0
/proc/4194/task/4199/stat : 4199 (java) S 4192 4194 3791 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 19 0 773424 1570291712 10311 4089446400 134512640 134550932 4292781952 18446744073709551615 4294960144 0 4 0 16800975 18446604453926975680 0 0 -1 7 0 0 0
[pid=4194/tid=4200] ppid=4192 vsize=1533488 CPUtime=0
/proc/4194/task/4200/stat : 4200 (java) S 4192 4194 3791 0 -1 4202560 271 0 0 0 0 0 0 0 15 0 19 0 773424 1570291712 10311 4089446400 134512640 134550932 4292781952 18446744073709551615 4294960144 0 4 0 16800975 18446604453926975680 0 0 -1 1 0 0 0
[pid=4194/tid=4201] ppid=4192 vsize=1533488 CPUtime=0
/proc/4194/task/4201/stat : 4201 (java) S 4192 4194 3791 0 -1 4202560 102 0 0 0 0 0 0 0 16 0 19 0 773424 1570291712 10311 4089446400 134512640 134550932 4292781952 18446744073709551615 4294960144 0 4 0 16800975 18446604453926975680 0 0 -1 7 0 0 0
[pid=4194/tid=4202] ppid=4192 vsize=1533488 CPUtime=0
/proc/4194/task/4202/stat : 4202 (java) S 4192 4194 3791 0 -1 4202560 60 0 0 0 0 0 0 0 15 0 19 0 773424 1570291712 10311 4089446400 134512640 134550932 4292781952 18446744073709551615 4294960144 0 4 0 16800975 18446604453926975680 0 0 -1 1 0 0 0
[pid=4194/tid=4203] ppid=4192 vsize=1533488 CPUtime=0
/proc/4194/task/4203/stat : 4203 (java) S 4192 4194 3791 0 -1 4202560 35 0 0 0 0 0 0 0 15 0 19 0 773424 1570291712 10311 4089446400 134512640 134550932 4292781952 18446744073709551615 4294960144 0 4 0 16800975 18446604453926975680 0 0 -1 3 0 0 0
[pid=4194/tid=4204] ppid=4192 vsize=1533488 CPUtime=0
/proc/4194/task/4204/stat : 4204 (java) S 4192 4194 3791 0 -1 4202560 217 0 0 0 0 0 0 0 16 0 19 0 773424 1570291712 10311 4089446400 134512640 134550932 4292781952 18446744073709551615 4294960144 0 4 0 16800975 18446604453926975680 0 0 -1 3 0 0 0
[pid=4194/tid=4205] ppid=4192 vsize=1533488 CPUtime=0.12
/proc/4194/task/4205/stat : 4205 (java) S 4192 4194 3791 0 -1 4202560 732 0 0 0 12 0 0 0 15 0 19 0 773425 1570291712 10311 4089446400 134512640 134550932 4292781952 18446744073709551615 4294960144 0 0 0 16800975 18446604453926975680 0 0 -1 5 0 0 0
[pid=4194/tid=4206] ppid=4192 vsize=1533488 CPUtime=0
/proc/4194/task/4206/stat : 4206 (java) S 4192 4194 3791 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 773425 1570291712 10311 4089446400 134512640 134550932 4292781952 18446744073709551615 4294960144 0 4 0 16800975 18446604453926975680 0 0 -1 1 0 0 0
[pid=4194/tid=4207] ppid=4192 vsize=1533488 CPUtime=0
/proc/4194/task/4207/stat : 4207 (java) S 4192 4194 3791 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 773426 1570291712 10311 4089446400 134512640 134550932 4292781952 18446744073709551615 4294960144 0 4 0 16800975 18446604453926975680 0 0 -1 0 0 0 0
[pid=4194/tid=4208] ppid=4192 vsize=1533488 CPUtime=0
/proc/4194/task/4208/stat : 4208 (java) S 4192 4194 3791 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 773428 1570291712 10311 4089446400 134512640 134550932 4292781952 18446744073709551615 4294960144 0 4 0 16800975 18446604453926975680 0 0 -1 1 0 0 0
[pid=4194/tid=4209] ppid=4192 vsize=1533488 CPUtime=0.33
/proc/4194/task/4209/stat : 4209 (java) S 4192 4194 3791 0 -1 4202560 705 0 0 0 33 0 0 0 15 0 19 0 773428 1570291712 10311 4089446400 134512640 134550932 4292781952 18446744073709551615 4294960144 0 4 0 16800975 18446604453926975680 0 0 -1 4 0 0 0
[pid=4194/tid=4210] ppid=4192 vsize=1533488 CPUtime=0.24
/proc/4194/task/4210/stat : 4210 (java) S 4192 4194 3791 0 -1 4202560 984 0 0 0 24 0 0 0 15 0 19 0 773428 1570291712 10311 4089446400 134512640 134550932 4292781952 18446744073709551615 4294960144 0 4 0 16800975 18446604453926975680 0 0 -1 1 0 0 0
[pid=4194/tid=4211] ppid=4192 vsize=1533488 CPUtime=0
/proc/4194/task/4211/stat : 4211 (java) S 4192 4194 3791 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 773428 1570291712 10311 4089446400 134512640 134550932 4292781952 18446744073709551615 4294960144 0 4 0 16800975 18446604453926975680 0 0 -1 3 0 0 0
[pid=4194/tid=4212] ppid=4192 vsize=1533488 CPUtime=0
/proc/4194/task/4212/stat : 4212 (java) S 4192 4194 3791 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 773428 1570291712 10311 4089446400 134512640 134550932 4292781952 18446744073709551615 4294960144 0 4 0 16800975 18446604453926975680 0 0 -1 3 0 0 0
[pid=4194/tid=4213] ppid=4192 vsize=1533488 CPUtime=0
/proc/4194/task/4213/stat : 4213 (java) S 4192 4194 3791 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 773439 1570291712 10311 4089446400 134512640 134550932 4292781952 18446744073709551615 4294960144 0 4 0 16800975 18446604453926975680 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 6.87
Current children cumulated vsize (KiB) 1533488


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

/proc/4194/task/4197/stat : 4197 (java) S 4192 4194 3791 0 -1 4202560 78 0 0 0 7 0 0 0 16 0 19 0 773424 1578680320 14354 4089446400 134512640 134550932 4292781952 18446744073709551615 4294960144 0 4 0 16800975 18446604453926975680 0 0 -1 3 0 0 0
[pid=4194/tid=4198] ppid=4192 vsize=1541680 CPUtime=0.07
/proc/4194/task/4198/stat : 4198 (java) S 4192 4194 3791 0 -1 4202560 51 0 0 0 7 0 0 0 16 0 19 0 773424 1578680320 14354 4089446400 134512640 134550932 4292781952 18446744073709551615 4294960144 0 4 0 16800975 18446604453926975680 0 0 -1 5 0 0 0
[pid=4194/tid=4199] ppid=4192 vsize=1541680 CPUtime=0.06
/proc/4194/task/4199/stat : 4199 (java) S 4192 4194 3791 0 -1 4202560 60 0 0 0 6 0 0 0 15 0 19 0 773424 1578680320 14354 4089446400 134512640 134550932 4292781952 18446744073709551615 4294960144 0 4 0 16800975 18446604453926975680 0 0 -1 5 0 0 0
[pid=4194/tid=4200] ppid=4192 vsize=1541680 CPUtime=0.08
/proc/4194/task/4200/stat : 4200 (java) S 4192 4194 3791 0 -1 4202560 283 0 0 0 8 0 0 0 16 0 19 0 773424 1578680320 14354 4089446400 134512640 134550932 4292781952 18446744073709551615 4294960144 0 4 0 16800975 18446604453926975680 0 0 -1 1 0 0 0
[pid=4194/tid=4201] ppid=4192 vsize=1541680 CPUtime=0.07
/proc/4194/task/4201/stat : 4201 (java) S 4192 4194 3791 0 -1 4202560 114 0 0 0 7 0 0 0 15 0 19 0 773424 1578680320 14354 4089446400 134512640 134550932 4292781952 18446744073709551615 4294960144 0 4 0 16800975 18446604453926975680 0 0 -1 1 0 0 0
[pid=4194/tid=4202] ppid=4192 vsize=1541680 CPUtime=0.07
/proc/4194/task/4202/stat : 4202 (java) S 4192 4194 3791 0 -1 4202560 74 0 0 0 7 0 0 0 15 0 19 0 773424 1578680320 14354 4089446400 134512640 134550932 4292781952 18446744073709551615 4294960144 0 4 0 16800975 18446604453926975680 0 0 -1 5 0 0 0
[pid=4194/tid=4203] ppid=4192 vsize=1541680 CPUtime=0.07
/proc/4194/task/4203/stat : 4203 (java) S 4192 4194 3791 0 -1 4202560 76 0 0 0 7 0 0 0 15 0 19 0 773424 1578680320 14354 4089446400 134512640 134550932 4292781952 18446744073709551615 4294960144 0 4 0 16800975 18446604453926975680 0 0 -1 3 0 0 0
[pid=4194/tid=4204] ppid=4192 vsize=1541680 CPUtime=0.06
/proc/4194/task/4204/stat : 4204 (java) S 4192 4194 3791 0 -1 4202560 227 0 0 0 6 0 0 0 15 0 19 0 773424 1578680320 14354 4089446400 134512640 134550932 4292781952 18446744073709551615 4294960144 0 4 0 16800975 18446604453926975680 0 0 -1 1 0 0 0
[pid=4194/tid=4205] ppid=4192 vsize=1541680 CPUtime=3.09
/proc/4194/task/4205/stat : 4205 (java) S 4192 4194 3791 0 -1 4202560 1521 0 0 0 307 2 0 0 15 0 19 0 773425 1578680320 14354 4089446400 134512640 134550932 4292781952 18446744073709551615 4294960144 0 0 0 16800975 18446604453926975680 0 0 -1 7 0 0 0
[pid=4194/tid=4206] ppid=4192 vsize=1541680 CPUtime=0
/proc/4194/task/4206/stat : 4206 (java) S 4192 4194 3791 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 773425 1578680320 14354 4089446400 134512640 134550932 4292781952 18446744073709551615 4294960144 0 4 0 16800975 18446604453926975680 0 0 -1 1 0 0 0
[pid=4194/tid=4207] ppid=4192 vsize=1541680 CPUtime=0
/proc/4194/task/4207/stat : 4207 (java) S 4192 4194 3791 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 773426 1578680320 14354 4089446400 134512640 134550932 4292781952 18446744073709551615 4294960144 0 4 0 16800975 18446604453926975680 0 0 -1 0 0 0 0
[pid=4194/tid=4208] ppid=4192 vsize=1541680 CPUtime=0
/proc/4194/task/4208/stat : 4208 (java) S 4192 4194 3791 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 773428 1578680320 14354 4089446400 134512640 134550932 4292781952 18446744073709551615 4294960144 0 4 0 16800975 18446604453926975680 0 0 -1 1 0 0 0
[pid=4194/tid=4209] ppid=4192 vsize=1541680 CPUtime=0.61
/proc/4194/task/4209/stat : 4209 (java) S 4192 4194 3791 0 -1 4202560 4536 0 0 0 61 0 0 0 16 0 19 0 773428 1578680320 14354 4089446400 134512640 134550932 4292781952 18446744073709551615 4294960144 0 4 0 16800975 18446604453926975680 0 0 -1 4 0 0 0
[pid=4194/tid=4210] ppid=4192 vsize=1541680 CPUtime=0.25
/proc/4194/task/4210/stat : 4210 (java) S 4192 4194 3791 0 -1 4202560 985 0 0 0 25 0 0 0 15 0 19 0 773428 1578680320 14354 4089446400 134512640 134550932 4292781952 18446744073709551615 4294960144 0 4 0 16800975 18446604453926975680 0 0 -1 1 0 0 0
[pid=4194/tid=4211] ppid=4192 vsize=1541680 CPUtime=0
/proc/4194/task/4211/stat : 4211 (java) S 4192 4194 3791 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 773428 1578680320 14354 4089446400 134512640 134550932 4292781952 18446744073709551615 4294960144 0 4 0 16800975 18446604453926975680 0 0 -1 3 0 0 0
[pid=4194/tid=4212] ppid=4192 vsize=1541680 CPUtime=0
/proc/4194/task/4212/stat : 4212 (java) S 4192 4194 3791 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 19 0 773428 1578680320 14354 4089446400 134512640 134550932 4292781952 18446744073709551615 4294960144 0 4 0 16800975 18446604453926975680 0 0 -1 1 0 0 0
[pid=4194/tid=4213] ppid=4192 vsize=1541680 CPUtime=0
/proc/4194/task/4213/stat : 4213 (java) S 4192 4194 3791 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 773439 1578680320 14354 4089446400 134512640 134550932 4292781952 18446744073709551615 4294960144 0 4 0 16800975 18446604453926975680 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 140.27
Current children cumulated vsize (KiB) 1541680

[startup+140.701 s]
/proc/loadavg: 2.09 2.01 1.75 3/215 4309
/proc/meminfo: memFree=32366328/32950928 swapFree=67111528/67111528
[pid=4194] ppid=4192 vsize=1540656 CPUtime=141.91
/proc/4194/stat : 4194 (java) S 4192 4194 3791 0 -1 4202496 17182 0 1 0 14180 11 0 0 19 0 19 0 773423 1577631744 14205 4089446400 134512640 134550932 4292781952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/4194/statm: 385164 14205 1442 10 0 382467 0
[pid=4194/tid=4195] ppid=4192 vsize=1540656 CPUtime=137.2
/proc/4194/task/4195/stat : 4195 (java) R 4192 4194 3791 0 -1 4202560 8102 0 1 0 13718 2 0 0 25 0 19 0 773424 1577631744 14205 4089446400 134512640 134550932 4292781952 18446744073709551615 4109745303 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=4194/tid=4197] ppid=4192 vsize=1540656 CPUtime=0.07
/proc/4194/task/4197/stat : 4197 (java) S 4192 4194 3791 0 -1 4202560 78 0 0 0 7 0 0 0 15 0 19 0 773424 1577631744 14205 4089446400 134512640 134550932 4292781952 18446744073709551615 4294960144 0 4 0 16800975 18446604453926975680 0 0 -1 3 0 0 0
[pid=4194/tid=4198] ppid=4192 vsize=1540656 CPUtime=0.07
/proc/4194/task/4198/stat : 4198 (java) S 4192 4194 3791 0 -1 4202560 51 0 0 0 7 0 0 0 15 0 19 0 773424 1577631744 14205 4089446400 134512640 134550932 4292781952 18446744073709551615 4294960144 0 4 0 16800975 18446604453926975680 0 0 -1 5 0 0 0
[pid=4194/tid=4199] ppid=4192 vsize=1540656 CPUtime=0.06
/proc/4194/task/4199/stat : 4199 (java) S 4192 4194 3791 0 -1 4202560 60 0 0 0 6 0 0 0 15 0 19 0 773424 1577631744 14205 4089446400 134512640 134550932 4292781952 18446744073709551615 4294960144 0 4 0 16800975 18446604453926975680 0 0 -1 5 0 0 0
[pid=4194/tid=4200] ppid=4192 vsize=1540656 CPUtime=0.08
/proc/4194/task/4200/stat : 4200 (java) S 4192 4194 3791 0 -1 4202560 283 0 0 0 8 0 0 0 15 0 19 0 773424 1577631744 14205 4089446400 134512640 134550932 4292781952 18446744073709551615 4294960144 0 4 0 16800975 18446604453926975680 0 0 -1 5 0 0 0
[pid=4194/tid=4201] ppid=4192 vsize=1540656 CPUtime=0.08
/proc/4194/task/4201/stat : 4201 (java) S 4192 4194 3791 0 -1 4202560 114 0 0 0 8 0 0 0 16 0 19 0 773424 1577631744 14205 4089446400 134512640 134550932 4292781952 18446744073709551615 4294960144 0 4 0 16800975 18446604453926975680 0 0 -1 1 0 0 0
[pid=4194/tid=4202] ppid=4192 vsize=1540656 CPUtime=0.07
/proc/4194/task/4202/stat : 4202 (java) S 4192 4194 3791 0 -1 4202560 74 0 0 0 7 0 0 0 16 0 19 0 773424 1577631744 14205 4089446400 134512640 134550932 4292781952 18446744073709551615 4294960144 0 4 0 16800975 18446604453926975680 0 0 -1 5 0 0 0
[pid=4194/tid=4203] ppid=4192 vsize=1540656 CPUtime=0.07
/proc/4194/task/4203/stat : 4203 (java) S 4192 4194 3791 0 -1 4202560 76 0 0 0 7 0 0 0 15 0 19 0 773424 1577631744 14205 4089446400 134512640 134550932 4292781952 18446744073709551615 4294960144 0 4 0 16800975 18446604453926975680 0 0 -1 3 0 0 0
[pid=4194/tid=4204] ppid=4192 vsize=1540656 CPUtime=0.06
/proc/4194/task/4204/stat : 4204 (java) S 4192 4194 3791 0 -1 4202560 227 0 0 0 6 0 0 0 15 0 19 0 773424 1577631744 14205 4089446400 134512640 134550932 4292781952 18446744073709551615 4294960144 0 4 0 16800975 18446604453926975680 0 0 -1 1 0 0 0
[pid=4194/tid=4205] ppid=4192 vsize=1540656 CPUtime=3.12
/proc/4194/task/4205/stat : 4205 (java) S 4192 4194 3791 0 -1 4202560 1521 0 0 0 310 2 0 0 15 0 19 0 773425 1577631744 14205 4089446400 134512640 134550932 4292781952 18446744073709551615 4294960144 0 0 0 16800975 18446604453926975680 0 0 -1 7 0 0 0
[pid=4194/tid=4206] ppid=4192 vsize=1540656 CPUtime=0
/proc/4194/task/4206/stat : 4206 (java) S 4192 4194 3791 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 773425 1577631744 14205 4089446400 134512640 134550932 4292781952 18446744073709551615 4294960144 0 4 0 16800975 18446604453926975680 0 0 -1 1 0 0 0
[pid=4194/tid=4207] ppid=4192 vsize=1540656 CPUtime=0
/proc/4194/task/4207/stat : 4207 (java) S 4192 4194 3791 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 773426 1577631744 14205 4089446400 134512640 134550932 4292781952 18446744073709551615 4294960144 0 4 0 16800975 18446604453926975680 0 0 -1 0 0 0 0
[pid=4194/tid=4208] ppid=4192 vsize=1540656 CPUtime=0
/proc/4194/task/4208/stat : 4208 (java) S 4192 4194 3791 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 773428 1577631744 14205 4089446400 134512640 134550932 4292781952 18446744073709551615 4294960144 0 4 0 16800975 18446604453926975680 0 0 -1 1 0 0 0
[pid=4194/tid=4209] ppid=4192 vsize=1540656 CPUtime=0.64
/proc/4194/task/4209/stat : 4209 (java) S 4192 4194 3791 0 -1 4202560 4536 0 0 0 64 0 0 0 15 0 19 0 773428 1577631744 14205 4089446400 134512640 134550932 4292781952 18446744073709551615 4294960144 0 4 0 16800975 18446604453926975680 0 0 -1 4 0 0 0
[pid=4194/tid=4210] ppid=4192 vsize=1540656 CPUtime=0.25
/proc/4194/task/4210/stat : 4210 (java) S 4192 4194 3791 0 -1 4202560 985 0 0 0 25 0 0 0 15 0 19 0 773428 1577631744 14205 4089446400 134512640 134550932 4292781952 18446744073709551615 4294960144 0 4 0 16800975 18446604453926975680 0 0 -1 1 0 0 0
[pid=4194/tid=4211] ppid=4192 vsize=1540656 CPUtime=0
/proc/4194/task/4211/stat : 4211 (java) S 4192 4194 3791 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 773428 1577631744 14205 4089446400 134512640 134550932 4292781952 18446744073709551615 4294960144 0 4 0 16800975 18446604453926975680 0 0 -1 3 0 0 0
[pid=4194/tid=4212] ppid=4192 vsize=1540656 CPUtime=0
/proc/4194/task/4212/stat : 4212 (java) S 4192 4194 3791 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 19 0 773428 1577631744 14205 4089446400 134512640 134550932 4292781952 18446744073709551615 4294960144 0 4 0 16800975 18446604453926975680 0 0 -1 1 0 0 0
[pid=4194/tid=4213] ppid=4192 vsize=1540656 CPUtime=0
/proc/4194/task/4213/stat : 4213 (java) S 4192 4194 3791 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 773439 1577631744 14205 4089446400 134512640 134550932 4292781952 18446744073709551615 4294960144 0 4 0 16800975 18446604453926975680 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 141.91
Current children cumulated vsize (KiB) 1540656

[startup+141.101 s]
/proc/loadavg: 2.09 2.01 1.75 3/215 4309
/proc/meminfo: memFree=32366328/32950928 swapFree=67111528/67111528
[pid=4194] ppid=4192 vsize=1540656 CPUtime=142.32
/proc/4194/stat : 4194 (java) S 4192 4194 3791 0 -1 4202496 17184 0 1 0 14221 11 0 0 19 0 19 0 773423 1577631744 14206 4089446400 134512640 134550932 4292781952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/4194/statm: 385164 14206 1442 10 0 382467 0
[pid=4194/tid=4195] ppid=4192 vsize=1540656 CPUtime=137.58
/proc/4194/task/4195/stat : 4195 (java) R 4192 4194 3791 0 -1 4202560 8103 0 1 0 13756 2 0 0 25 0 19 0 773424 1577631744 14206 4089446400 134512640 134550932 4292781952 18446744073709551615 4109721212 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=4194/tid=4197] ppid=4192 vsize=1540656 CPUtime=0.07
/proc/4194/task/4197/stat : 4197 (java) S 4192 4194 3791 0 -1 4202560 79 0 0 0 7 0 0 0 16 0 19 0 773424 1577631744 14206 4089446400 134512640 134550932 4292781952 18446744073709551615 4294960144 0 4 0 16800975 18446604453926975680 0 0 -1 3 0 0 0
[pid=4194/tid=4198] ppid=4192 vsize=1540656 CPUtime=0.07
/proc/4194/task/4198/stat : 4198 (java) S 4192 4194 3791 0 -1 4202560 51 0 0 0 7 0 0 0 15 0 19 0 773424 1577631744 14206 4089446400 134512640 134550932 4292781952 18446744073709551615 4294960144 0 4 0 16800975 18446604453926975680 0 0 -1 5 0 0 0
[pid=4194/tid=4199] ppid=4192 vsize=1540656 CPUtime=0.06
/proc/4194/task/4199/stat : 4199 (java) S 4192 4194 3791 0 -1 4202560 60 0 0 0 6 0 0 0 15 0 19 0 773424 1577631744 14206 4089446400 134512640 134550932 4292781952 18446744073709551615 4294960144 0 4 0 16800975 18446604453926975680 0 0 -1 1 0 0 0
[pid=4194/tid=4200] ppid=4192 vsize=1540656 CPUtime=0.08
/proc/4194/task/4200/stat : 4200 (java) S 4192 4194 3791 0 -1 4202560 283 0 0 0 8 0 0 0 15 0 19 0 773424 1577631744 14206 4089446400 134512640 134550932 4292781952 18446744073709551615 4294960144 0 4 0 16800975 18446604453926975680 0 0 -1 5 0 0 0
[pid=4194/tid=4201] ppid=4192 vsize=1540656 CPUtime=0.08
/proc/4194/task/4201/stat : 4201 (java) S 4192 4194 3791 0 -1 4202560 114 0 0 0 8 0 0 0 15 0 19 0 773424 1577631744 14206 4089446400 134512640 134550932 4292781952 18446744073709551615 4294960144 0 4 0 16800975 18446604453926975680 0 0 -1 1 0 0 0
[pid=4194/tid=4202] ppid=4192 vsize=1540656 CPUtime=0.07
/proc/4194/task/4202/stat : 4202 (java) S 4192 4194 3791 0 -1 4202560 74 0 0 0 7 0 0 0 15 0 19 0 773424 1577631744 14206 4089446400 134512640 134550932 4292781952 18446744073709551615 4294960144 0 4 0 16800975 18446604453926975680 0 0 -1 5 0 0 0
[pid=4194/tid=4203] ppid=4192 vsize=1540656 CPUtime=0.07
/proc/4194/task/4203/stat : 4203 (java) S 4192 4194 3791 0 -1 4202560 76 0 0 0 7 0 0 0 15 0 19 0 773424 1577631744 14206 4089446400 134512640 134550932 4292781952 18446744073709551615 4294960144 0 4 0 16800975 18446604453926975680 0 0 -1 5 0 0 0
[pid=4194/tid=4204] ppid=4192 vsize=1540656 CPUtime=0.06
/proc/4194/task/4204/stat : 4204 (java) S 4192 4194 3791 0 -1 4202560 227 0 0 0 6 0 0 0 15 0 19 0 773424 1577631744 14206 4089446400 134512640 134550932 4292781952 18446744073709551615 4294960144 0 4 0 16800975 18446604453926975680 0 0 -1 1 0 0 0
[pid=4194/tid=4205] ppid=4192 vsize=1540656 CPUtime=3.13
/proc/4194/task/4205/stat : 4205 (java) S 4192 4194 3791 0 -1 4202560 1521 0 0 0 311 2 0 0 15 0 19 0 773425 1577631744 14206 4089446400 134512640 134550932 4292781952 18446744073709551615 4294960144 0 0 0 16800975 18446604453926975680 0 0 -1 7 0 0 0
[pid=4194/tid=4206] ppid=4192 vsize=1540656 CPUtime=0
/proc/4194/task/4206/stat : 4206 (java) S 4192 4194 3791 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 773425 1577631744 14206 4089446400 134512640 134550932 4292781952 18446744073709551615 4294960144 0 4 0 16800975 18446604453926975680 0 0 -1 1 0 0 0
[pid=4194/tid=4207] ppid=4192 vsize=1540656 CPUtime=0
/proc/4194/task/4207/stat : 4207 (java) S 4192 4194 3791 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 773426 1577631744 14206 4089446400 134512640 134550932 4292781952 18446744073709551615 4294960144 0 4 0 16800975 18446604453926975680 0 0 -1 0 0 0 0
[pid=4194/tid=4208] ppid=4192 vsize=1540656 CPUtime=0
/proc/4194/task/4208/stat : 4208 (java) S 4192 4194 3791 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 773428 1577631744 14206 4089446400 134512640 134550932 4292781952 18446744073709551615 4294960144 0 4 0 16800975 18446604453926975680 0 0 -1 1 0 0 0
[pid=4194/tid=4209] ppid=4192 vsize=1540656 CPUtime=0.66
/proc/4194/task/4209/stat : 4209 (java) S 4192 4194 3791 0 -1 4202560 4536 0 0 0 66 0 0 0 15 0 19 0 773428 1577631744 14206 4089446400 134512640 134550932 4292781952 18446744073709551615 4294960144 0 4 0 16800975 18446604453926975680 0 0 -1 4 0 0 0
[pid=4194/tid=4210] ppid=4192 vsize=1540656 CPUtime=0.25
/proc/4194/task/4210/stat : 4210 (java) S 4192 4194 3791 0 -1 4202560 985 0 0 0 25 0 0 0 15 0 19 0 773428 1577631744 14206 4089446400 134512640 134550932 4292781952 18446744073709551615 4294960144 0 4 0 16800975 18446604453926975680 0 0 -1 1 0 0 0
[pid=4194/tid=4211] ppid=4192 vsize=1540656 CPUtime=0
/proc/4194/task/4211/stat : 4211 (java) S 4192 4194 3791 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 773428 1577631744 14206 4089446400 134512640 134550932 4292781952 18446744073709551615 4294960144 0 4 0 16800975 18446604453926975680 0 0 -1 3 0 0 0
[pid=4194/tid=4212] ppid=4192 vsize=1540656 CPUtime=0
/proc/4194/task/4212/stat : 4212 (java) S 4192 4194 3791 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 19 0 773428 1577631744 14206 4089446400 134512640 134550932 4292781952 18446744073709551615 4294960144 0 4 0 16800975 18446604453926975680 0 0 -1 1 0 0 0
[pid=4194/tid=4213] ppid=4192 vsize=1540656 CPUtime=0
/proc/4194/task/4213/stat : 4213 (java) S 4192 4194 3791 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 773439 1577631744 14206 4089446400 134512640 134550932 4292781952 18446744073709551615 4294960144 0 4 0 16800975 18446604453926975680 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 142.32
Current children cumulated vsize (KiB) 1540656

[startup+141.301 s]
/proc/loadavg: 2.09 2.01 1.75 3/215 4309
/proc/meminfo: memFree=32366328/32950928 swapFree=67111528/67111528
[pid=4194] ppid=4192 vsize=1540656 CPUtime=142.52
/proc/4194/stat : 4194 (java) S 4192 4194 3791 0 -1 4202496 17185 0 1 0 14241 11 0 0 19 0 19 0 773423 1577631744 14206 4089446400 134512640 134550932 4292781952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/4194/statm: 385164 14206 1442 10 0 382467 0
[pid=4194/tid=4195] ppid=4192 vsize=1540656 CPUtime=137.76
/proc/4194/task/4195/stat : 4195 (java) R 4192 4194 3791 0 -1 4202560 8104 0 1 0 13774 2 0 0 25 0 19 0 773424 1577631744 14206 4089446400 134512640 134550932 4292781952 18446744073709551615 4109767679 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=4194/tid=4197] ppid=4192 vsize=1540656 CPUtime=0.07
/proc/4194/task/4197/stat : 4197 (java) S 4192 4194 3791 0 -1 4202560 79 0 0 0 7 0 0 0 16 0 19 0 773424 1577631744 14206 4089446400 134512640 134550932 4292781952 18446744073709551615 4294960144 0 4 0 16800975 18446604453926975680 0 0 -1 3 0 0 0
[pid=4194/tid=4198] ppid=4192 vsize=1540656 CPUtime=0.07
/proc/4194/task/4198/stat : 4198 (java) S 4192 4194 3791 0 -1 4202560 51 0 0 0 7 0 0 0 15 0 19 0 773424 1577631744 14206 4089446400 134512640 134550932 4292781952 18446744073709551615 4294960144 0 4 0 16800975 18446604453926975680 0 0 -1 5 0 0 0
[pid=4194/tid=4199] ppid=4192 vsize=1540656 CPUtime=0.06
/proc/4194/task/4199/stat : 4199 (java) S 4192 4194 3791 0 -1 4202560 60 0 0 0 6 0 0 0 16 0 19 0 773424 1577631744 14206 4089446400 134512640 134550932 4292781952 18446744073709551615 4294960144 0 4 0 16800975 18446604453926975680 0 0 -1 1 0 0 0
[pid=4194/tid=4200] ppid=4192 vsize=1540656 CPUtime=0.08
/proc/4194/task/4200/stat : 4200 (java) S 4192 4194 3791 0 -1 4202560 283 0 0 0 8 0 0 0 15 0 19 0 773424 1577631744 14206 4089446400 134512640 134550932 4292781952 18446744073709551615 4294960144 0 4 0 16800975 18446604453926975680 0 0 -1 5 0 0 0
[pid=4194/tid=4201] ppid=4192 vsize=1540656 CPUtime=0.08
/proc/4194/task/4201/stat : 4201 (java) S 4192 4194 3791 0 -1 4202560 114 0 0 0 8 0 0 0 15 0 19 0 773424 1577631744 14206 4089446400 134512640 134550932 4292781952 18446744073709551615 4294960144 0 4 0 16800975 18446604453926975680 0 0 -1 1 0 0 0
[pid=4194/tid=4202] ppid=4192 vsize=1540656 CPUtime=0.07
/proc/4194/task/4202/stat : 4202 (java) S 4192 4194 3791 0 -1 4202560 74 0 0 0 7 0 0 0 15 0 19 0 773424 1577631744 14206 4089446400 134512640 134550932 4292781952 18446744073709551615 4294960144 0 4 0 16800975 18446604453926975680 0 0 -1 5 0 0 0
[pid=4194/tid=4203] ppid=4192 vsize=1540656 CPUtime=0.07
/proc/4194/task/4203/stat : 4203 (java) S 4192 4194 3791 0 -1 4202560 76 0 0 0 7 0 0 0 15 0 19 0 773424 1577631744 14206 4089446400 134512640 134550932 4292781952 18446744073709551615 4294960144 0 4 0 16800975 18446604453926975680 0 0 -1 5 0 0 0
[pid=4194/tid=4204] ppid=4192 vsize=1540656 CPUtime=0.06
/proc/4194/task/4204/stat : 4204 (java) S 4192 4194 3791 0 -1 4202560 227 0 0 0 6 0 0 0 15 0 19 0 773424 1577631744 14206 4089446400 134512640 134550932 4292781952 18446744073709551615 4294960144 0 4 0 16800975 18446604453926975680 0 0 -1 5 0 0 0
[pid=4194/tid=4205] ppid=4192 vsize=1540656 CPUtime=3.15
/proc/4194/task/4205/stat : 4205 (java) S 4192 4194 3791 0 -1 4202560 1521 0 0 0 313 2 0 0 15 0 19 0 773425 1577631744 14206 4089446400 134512640 134550932 4292781952 18446744073709551615 4294960144 0 0 0 16800975 18446604453926975680 0 0 -1 7 0 0 0
[pid=4194/tid=4206] ppid=4192 vsize=1540656 CPUtime=0
/proc/4194/task/4206/stat : 4206 (java) S 4192 4194 3791 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 773425 1577631744 14206 4089446400 134512640 134550932 4292781952 18446744073709551615 4294960144 0 4 0 16800975 18446604453926975680 0 0 -1 1 0 0 0
[pid=4194/tid=4207] ppid=4192 vsize=1540656 CPUtime=0
/proc/4194/task/4207/stat : 4207 (java) S 4192 4194 3791 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 773426 1577631744 14206 4089446400 134512640 134550932 4292781952 18446744073709551615 4294960144 0 4 0 16800975 18446604453926975680 0 0 -1 0 0 0 0
[pid=4194/tid=4208] ppid=4192 vsize=1540656 CPUtime=0
/proc/4194/task/4208/stat : 4208 (java) S 4192 4194 3791 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 773428 1577631744 14206 4089446400 134512640 134550932 4292781952 18446744073709551615 4294960144 0 4 0 16800975 18446604453926975680 0 0 -1 1 0 0 0
[pid=4194/tid=4209] ppid=4192 vsize=1540656 CPUtime=0.66
/proc/4194/task/4209/stat : 4209 (java) S 4192 4194 3791 0 -1 4202560 4536 0 0 0 66 0 0 0 15 0 19 0 773428 1577631744 14206 4089446400 134512640 134550932 4292781952 18446744073709551615 4294960144 0 4 0 16800975 18446604453926975680 0 0 -1 4 0 0 0
[pid=4194/tid=4210] ppid=4192 vsize=1540656 CPUtime=0.25
/proc/4194/task/4210/stat : 4210 (java) S 4192 4194 3791 0 -1 4202560 985 0 0 0 25 0 0 0 15 0 19 0 773428 1577631744 14206 4089446400 134512640 134550932 4292781952 18446744073709551615 4294960144 0 4 0 16800975 18446604453926975680 0 0 -1 1 0 0 0
[pid=4194/tid=4211] ppid=4192 vsize=1540656 CPUtime=0
/proc/4194/task/4211/stat : 4211 (java) S 4192 4194 3791 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 773428 1577631744 14206 4089446400 134512640 134550932 4292781952 18446744073709551615 4294960144 0 4 0 16800975 18446604453926975680 0 0 -1 3 0 0 0
[pid=4194/tid=4212] ppid=4192 vsize=1540656 CPUtime=0
/proc/4194/task/4212/stat : 4212 (java) S 4192 4194 3791 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 19 0 773428 1577631744 14206 4089446400 134512640 134550932 4292781952 18446744073709551615 4294960144 0 4 0 16800975 18446604453926975680 0 0 -1 1 0 0 0
[pid=4194/tid=4213] ppid=4192 vsize=1540656 CPUtime=0
/proc/4194/task/4213/stat : 4213 (java) S 4192 4194 3791 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 773439 1577631744 14206 4089446400 134512640 134550932 4292781952 18446744073709551615 4294960144 0 4 0 16800975 18446604453926975680 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 142.52
Current children cumulated vsize (KiB) 1540656

Child status: 30
Real time (s): 141.366
CPU time (s): 142.596
CPU user time (s): 142.478
CPU system time (s): 0.117982
CPU usage (%): 100.871
Max. virtual memory (cumulated for all children) (KiB): 1543016

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 142.478
system time used= 0.117982
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17197
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= 10006
involuntary context switches= 42552

runsolver used 0.250961 second user time and 0.500923 second system time

The end

Launcher Data

Begin job on node125 at 2010-07-05 12:26:36
IDJOB=2698468
IDBENCH=78833
IDSOLVER=1211
FILE ID=node125/2698468-1278325596
PBS_JOBID= 11207447
Free space on /tmp= 74196 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.1110978334--soft-33-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-2698468-1278325596/watcher-2698468-1278325596 -o /tmp/evaluation-result-2698468-1278325596/solver-2698468-1278325596 -C 1800 -W 2000 -M 3800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2698468-1278325596.wbo

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

MD5SUM BENCH= 14512bd829ee0bf054bc16c7157cd521
RANDOM SEED=2056767878

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      32440900 kB
Buffers:         21492 kB
Cached:         285040 kB
SwapCached:          0 kB
Active:         182928 kB
Inactive:       226376 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      32440900 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:             712 kB
Writeback:           0 kB
AnonPages:      102864 kB
Mapped:          20320 kB
Slab:            35788 kB
PageTables:       5144 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1635148 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 node125 at 2010-07-05 12:28:58