Trace number 3492726

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 Resolution 2011-06-08OPTIMUM 173.752 172.429

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900551347--soft-66-100-0.wbo
MD5SUMccbb2f2628d7a379eab2ad56e88b2a24
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark11
Best CPU time to get the best result obtained on this benchmark72.283
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables231
Total number of constraints2707
Number of soft constraints927
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Top cost 45360
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 45359
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 745
Number of bits of the biggest sum of numbers10
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.03/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.08	c See www.sat4j.org for details.
0.03/0.09	c version 2.3.1.v20110525
0.03/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.03/0.09	c java.vm.version	19.1-b02
0.03/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.09	c sun.arch.data.model	64
0.03/0.09	c java.version		1.6.0_24
0.03/0.09	c os.name		Linux
0.03/0.09	c os.version		2.6.18-164.el5
0.03/0.09	c os.arch		amd64
0.03/0.09	c Free memory 		9996466904
0.03/0.09	c Max memory 		10048897024
0.03/0.09	c Total memory 		10048897024
0.03/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@13d4c61c
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3492726-1307910584.wbo
0.10/0.11	c reading problem ... 
0.45/0.32	c ... done. Wall clock time 0.212s.
0.45/0.32	c #vars     1158
0.45/0.32	c #constraints  2707
0.45/0.32	c constraints type 
0.45/0.32	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2528
0.45/0.32	c org.sat4j.minisat.constraints.card.MinWatchCard => 14
0.45/0.32	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 156
0.45/0.32	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 9
0.71/0.41	c SATISFIABLE
0.71/0.41	c OPTIMIZING...
0.71/0.41	c Got one! Elapsed wall clock time (in seconds):0.305
0.71/0.41	o 675
0.71/0.45	c Got one! Elapsed wall clock time (in seconds):0.336
0.71/0.45	o 522
0.71/0.49	c Got one! Elapsed wall clock time (in seconds):0.382
0.71/0.49	o 421
1.01/0.53	c Got one! Elapsed wall clock time (in seconds):0.418
1.01/0.53	o 412
1.01/0.55	c Got one! Elapsed wall clock time (in seconds):0.445
1.01/0.55	o 325
1.01/0.59	c Got one! Elapsed wall clock time (in seconds):0.477
1.01/0.59	o 309
1.30/0.61	c Got one! Elapsed wall clock time (in seconds):0.499
1.30/0.61	o 269
1.30/0.65	c Got one! Elapsed wall clock time (in seconds):0.54
1.30/0.65	o 211
1.30/0.67	c Got one! Elapsed wall clock time (in seconds):0.557
1.30/0.67	o 207
1.43/0.70	c Got one! Elapsed wall clock time (in seconds):0.588
1.43/0.70	o 189
1.43/0.72	c Got one! Elapsed wall clock time (in seconds):0.612
1.43/0.72	o 153
1.56/0.83	c Got one! Elapsed wall clock time (in seconds):0.721
1.56/0.83	o 134
1.68/0.93	c Got one! Elapsed wall clock time (in seconds):0.826
1.68/0.93	o 124
1.79/1.04	c Got one! Elapsed wall clock time (in seconds):0.933
1.79/1.04	o 122
1.90/1.18	c Got one! Elapsed wall clock time (in seconds):1.074
1.90/1.18	o 121
2.11/1.31	c cleaning 4332 clauses out of 8671 with flag 1000/8671
2.11/1.38	c Got one! Elapsed wall clock time (in seconds):1.273
2.11/1.38	o 106
2.36/1.54	c Got one! Elapsed wall clock time (in seconds):1.431
2.36/1.54	o 103
2.46/1.61	c Got one! Elapsed wall clock time (in seconds):1.506
2.46/1.61	o 84
2.66/1.87	c Got one! Elapsed wall clock time (in seconds):1.76
2.66/1.87	o 81
2.86/2.07	c cleaning 6253 clauses out of 12512 with flag 2003/16844
2.98/2.11	c Got one! Elapsed wall clock time (in seconds):1.997
2.98/2.11	o 62
3.27/2.41	c Got one! Elapsed wall clock time (in seconds):2.3
3.27/2.41	o 60
3.47/2.63	c cleaning 6153 clauses out of 12313 with flag 2000/22898
3.61/2.74	c Got one! Elapsed wall clock time (in seconds):2.629
3.61/2.74	o 38
4.01/3.14	c cleaning 6074 clauses out of 12157 with flag 5000/28895
4.41/3.55	c cleaning 6036 clauses out of 12083 with flag 11000/34895
4.91/4.03	c cleaning 6522 clauses out of 13047 with flag 18000/41895
5.42/4.51	c Got one! Elapsed wall clock time (in seconds):4.397
5.42/4.51	o 33
5.82/4.94	c cleaning 9285 clauses out of 18575 with flag 5002/53945
6.22/5.32	c Got one! Elapsed wall clock time (in seconds):5.208
6.22/5.32	o 26
6.62/5.72	c cleaning 9853 clauses out of 19710 with flag 5000/64365
7.02/6.12	c cleaning 7928 clauses out of 15858 with flag 11001/70366
7.43/6.55	c cleaning 7457 clauses out of 14929 with flag 18000/77365
7.53/6.64	c Got one! Elapsed wall clock time (in seconds):6.532
7.53/6.64	o 18
7.82/6.91	c cleaning 6468 clauses out of 12939 with flag 4002/82832
8.12/7.27	c cleaning 6231 clauses out of 12469 with flag 10000/88830
8.53/7.66	c cleaning 6614 clauses out of 13240 with flag 17002/95832
9.04/8.16	c cleaning 7309 clauses out of 14627 with flag 25003/103833
9.54/8.68	c cleaning 8153 clauses out of 16317 with flag 34002/112832
10.24/9.30	c cleaning 9072 clauses out of 18162 with flag 44000/122830
10.74/9.88	c cleaning 9540 clauses out of 19091 with flag 54001/132831
11.44/10.50	c cleaning 9769 clauses out of 19550 with flag 64000/142830
12.04/11.13	c cleaning 9885 clauses out of 19786 with flag 74005/152835
12.65/11.78	c cleaning 9943 clauses out of 19897 with flag 84001/162831
13.25/12.39	c cleaning 9973 clauses out of 19953 with flag 94000/172830
13.85/12.95	c cleaning 9985 clauses out of 19981 with flag 104001/182831
14.35/13.45	c Got one! Elapsed wall clock time (in seconds):13.346
14.35/13.45	o 16
14.75/13.87	c cleaning 11983 clauses out of 23980 with flag 5001/196815
15.17/14.20	c cleaning 8992 clauses out of 17997 with flag 11001/202815
15.46/14.59	c cleaning 7999 clauses out of 16005 with flag 18001/209815
15.86/14.97	c cleaning 7997 clauses out of 16005 with flag 26000/217814
16.37/15.42	c cleaning 8498 clauses out of 17009 with flag 35001/226815
16.86/15.94	c cleaning 9251 clauses out of 18510 with flag 45000/236814
17.37/16.46	c cleaning 9623 clauses out of 19260 with flag 55001/246815
17.86/16.98	c cleaning 9811 clauses out of 19638 with flag 65002/256816
18.47/17.55	c cleaning 9903 clauses out of 19825 with flag 75000/266814
18.97/18.09	c cleaning 9957 clauses out of 19923 with flag 85001/276815
19.47/18.56	c cleaning 9977 clauses out of 19965 with flag 95000/286814
19.97/19.05	c cleaning 9991 clauses out of 19991 with flag 105003/296817
20.47/19.56	c cleaning 9995 clauses out of 19997 with flag 115000/306814
20.97/20.07	c cleaning 9994 clauses out of 20002 with flag 125000/316814
21.47/20.57	c cleaning 10000 clauses out of 20010 with flag 135002/326816
21.97/21.09	c cleaning 9998 clauses out of 20008 with flag 145000/336814
22.57/21.64	c cleaning 9999 clauses out of 20011 with flag 155001/346815
23.07/22.18	c cleaning 9998 clauses out of 20011 with flag 165000/356814
23.57/22.68	c cleaning 10003 clauses out of 20013 with flag 175000/366814
24.17/23.21	c cleaning 9999 clauses out of 20010 with flag 185000/376814
24.67/23.73	c cleaning 9999 clauses out of 20012 with flag 195001/386815
25.20/24.28	c cleaning 9999 clauses out of 20012 with flag 205000/396814
25.79/24.88	c cleaning 10005 clauses out of 20013 with flag 215000/406814
26.39/25.46	c cleaning 10001 clauses out of 20009 with flag 225001/416815
26.99/26.02	c cleaning 10001 clauses out of 20008 with flag 235001/426815
27.49/26.59	c cleaning 9997 clauses out of 20008 with flag 245002/436816
28.09/27.16	c cleaning 10000 clauses out of 20009 with flag 255000/446814
28.70/27.71	c cleaning 9994 clauses out of 20009 with flag 265000/456814
29.20/28.29	c cleaning 10005 clauses out of 20016 with flag 275001/466815
29.90/28.97	c cleaning 9999 clauses out of 20010 with flag 285000/476814
30.61/29.63	c cleaning 9999 clauses out of 20011 with flag 295000/486814
31.20/30.27	c cleaning 9996 clauses out of 20012 with flag 305000/496814
31.81/30.88	c cleaning 10006 clauses out of 20017 with flag 315001/506815
32.40/31.44	c cleaning 10002 clauses out of 20011 with flag 325001/516815
33.00/32.00	c cleaning 10000 clauses out of 20008 with flag 335000/526814
33.51/32.58	c cleaning 9998 clauses out of 20010 with flag 345002/536816
34.11/33.15	c cleaning 10001 clauses out of 20010 with flag 355000/546814
34.71/33.74	c cleaning 9993 clauses out of 20011 with flag 365002/556816
35.31/34.32	c cleaning 9998 clauses out of 20017 with flag 375001/566815
35.91/34.91	c cleaning 9998 clauses out of 20019 with flag 385001/576815
36.22/35.27	c Got one! Elapsed wall clock time (in seconds):35.166
36.22/35.27	o 13
36.61/35.67	c cleaning 10912 clauses out of 21827 with flag 5001/588621
37.01/36.03	c cleaning 8452 clauses out of 16916 with flag 11002/594622
37.42/36.45	c cleaning 7724 clauses out of 15465 with flag 18003/601623
37.92/36.93	c cleaning 7857 clauses out of 15738 with flag 26000/609620
38.43/37.45	c cleaning 8435 clauses out of 16881 with flag 35000/618620
39.02/38.07	c cleaning 9214 clauses out of 18446 with flag 45000/628620
39.72/38.73	c cleaning 9610 clauses out of 19234 with flag 55002/638622
40.32/39.38	c cleaning 9804 clauses out of 19623 with flag 65001/648621
40.93/39.94	c cleaning 9906 clauses out of 19821 with flag 75003/658623
41.43/40.48	c cleaning 9954 clauses out of 19913 with flag 85001/668621
42.03/41.01	c cleaning 9976 clauses out of 19959 with flag 95001/678621
42.53/41.58	c cleaning 9981 clauses out of 19983 with flag 105001/688621
43.13/42.17	c cleaning 9995 clauses out of 20002 with flag 115001/698621
43.63/42.68	c cleaning 10000 clauses out of 20007 with flag 125001/708621
44.23/43.25	c cleaning 9996 clauses out of 20007 with flag 135001/718621
44.73/43.78	c cleaning 9996 clauses out of 20010 with flag 145000/728620
45.34/44.33	c cleaning 10002 clauses out of 20014 with flag 155000/738620
45.94/44.90	c cleaning 9998 clauses out of 20012 with flag 165000/748620
46.44/45.46	c cleaning 10002 clauses out of 20014 with flag 175000/758620
47.04/46.01	c cleaning 10003 clauses out of 20013 with flag 185001/768621
47.54/46.55	c cleaning 9998 clauses out of 20010 with flag 195001/778621
48.14/47.11	c cleaning 10001 clauses out of 20013 with flag 205002/788622
48.64/47.67	c cleaning 9998 clauses out of 20010 with flag 215000/798620
49.24/48.29	c cleaning 10002 clauses out of 20012 with flag 225000/808620
49.94/48.91	c cleaning 9999 clauses out of 20011 with flag 235001/818621
50.55/49.51	c cleaning 10000 clauses out of 20011 with flag 245000/828620
51.14/50.14	c cleaning 9999 clauses out of 20012 with flag 255001/838621
51.65/50.66	c cleaning 10000 clauses out of 20013 with flag 265001/848621
52.14/51.18	c cleaning 10003 clauses out of 20015 with flag 275003/858623
52.65/51.68	c cleaning 9998 clauses out of 20009 with flag 285000/868620
53.26/52.21	c cleaning 10003 clauses out of 20013 with flag 295002/878622
53.76/52.71	c cleaning 9998 clauses out of 20009 with flag 305001/888621
54.26/53.24	c cleaning 9997 clauses out of 20010 with flag 315000/898620
54.76/53.78	c cleaning 10003 clauses out of 20014 with flag 325001/908621
55.25/54.29	c cleaning 9998 clauses out of 20010 with flag 335000/918620
55.76/54.79	c cleaning 10001 clauses out of 20012 with flag 345000/928620
56.26/55.27	c cleaning 10001 clauses out of 20011 with flag 355000/938620
56.76/55.77	c cleaning 10001 clauses out of 20010 with flag 365000/948620
57.26/56.26	c cleaning 10000 clauses out of 20011 with flag 375002/958622
57.76/56.74	c cleaning 9997 clauses out of 20010 with flag 385001/968621
58.26/57.27	c cleaning 9997 clauses out of 20012 with flag 395000/978620
58.76/57.79	c cleaning 10001 clauses out of 20016 with flag 405001/988621
59.26/58.27	c cleaning 10001 clauses out of 20014 with flag 415000/998620
59.76/58.77	c cleaning 10002 clauses out of 20014 with flag 425001/1008621
60.26/59.29	c cleaning 9998 clauses out of 20011 with flag 435000/1018620
60.86/59.81	c cleaning 10003 clauses out of 20014 with flag 445001/1028621
61.36/60.37	c cleaning 9997 clauses out of 20010 with flag 455000/1038620
61.86/60.87	c cleaning 9998 clauses out of 20014 with flag 465001/1048621
62.46/61.42	c cleaning 9993 clauses out of 20016 with flag 475001/1058621
62.96/61.96	c cleaning 10004 clauses out of 20023 with flag 485001/1068621
63.46/62.46	c cleaning 9996 clauses out of 20019 with flag 495001/1078621
63.96/62.96	c cleaning 10002 clauses out of 20025 with flag 505003/1088623
64.46/63.46	c cleaning 10001 clauses out of 20021 with flag 515001/1098621
64.96/63.97	c cleaning 9999 clauses out of 20020 with flag 525001/1108621
65.56/64.50	c cleaning 10006 clauses out of 20020 with flag 535000/1118620
66.06/65.00	c cleaning 10000 clauses out of 20014 with flag 545000/1128620
66.56/65.52	c cleaning 10001 clauses out of 20014 with flag 555000/1138620
67.07/66.01	c cleaning 10001 clauses out of 20014 with flag 565001/1148621
67.47/66.49	c cleaning 10001 clauses out of 20012 with flag 575000/1158620
67.97/66.99	c cleaning 9995 clauses out of 20012 with flag 585001/1168621
68.47/67.47	c cleaning 10003 clauses out of 20016 with flag 595000/1178620
68.97/67.96	c cleaning 10003 clauses out of 20013 with flag 605000/1188620
69.47/68.44	c cleaning 9999 clauses out of 20010 with flag 615000/1198620
69.97/68.92	c cleaning 10003 clauses out of 20014 with flag 625003/1208623
70.47/69.42	c cleaning 10000 clauses out of 20012 with flag 635004/1218624
70.97/69.91	c cleaning 9997 clauses out of 20008 with flag 645000/1228620
71.38/70.40	c cleaning 10002 clauses out of 20011 with flag 655000/1238620
71.97/70.93	c cleaning 10002 clauses out of 20009 with flag 665000/1248620
72.48/71.49	c cleaning 10001 clauses out of 20009 with flag 675002/1258622
73.07/72.04	c cleaning 9998 clauses out of 20008 with flag 685002/1268622
73.58/72.55	c cleaning 9998 clauses out of 20008 with flag 695000/1278620
74.07/73.07	c cleaning 9995 clauses out of 20011 with flag 705001/1288621
74.58/73.58	c cleaning 10005 clauses out of 20016 with flag 715001/1298621
75.08/74.08	c cleaning 10002 clauses out of 20011 with flag 725001/1308621
75.58/74.58	c cleaning 9999 clauses out of 20008 with flag 735000/1318620
76.08/75.09	c cleaning 9999 clauses out of 20009 with flag 745000/1328620
76.68/75.60	c cleaning 9998 clauses out of 20011 with flag 755001/1338621
77.19/76.11	c cleaning 10001 clauses out of 20012 with flag 765000/1348620
77.69/76.64	c cleaning 10003 clauses out of 20012 with flag 775001/1358621
78.19/77.16	c cleaning 10001 clauses out of 20010 with flag 785002/1368622
78.79/77.70	c cleaning 10000 clauses out of 20008 with flag 795001/1378621
79.29/78.21	c cleaning 10002 clauses out of 20008 with flag 805001/1388621
79.79/78.71	c cleaning 9997 clauses out of 20005 with flag 815000/1398620
80.30/79.25	c cleaning 10000 clauses out of 20008 with flag 825000/1408620
80.79/79.79	c cleaning 9997 clauses out of 20008 with flag 835000/1418620
81.40/80.31	c cleaning 10003 clauses out of 20011 with flag 845000/1428620
81.89/80.80	c cleaning 10000 clauses out of 20010 with flag 855002/1438622
82.29/81.29	c cleaning 9998 clauses out of 20008 with flag 865000/1448620
82.79/81.77	c cleaning 10001 clauses out of 20012 with flag 875002/1458622
83.29/82.27	c cleaning 10002 clauses out of 20011 with flag 885002/1468622
83.90/82.81	c cleaning 10001 clauses out of 20008 with flag 895001/1478621
84.40/83.34	c cleaning 9989 clauses out of 20006 with flag 905000/1488620
84.90/83.88	c cleaning 10002 clauses out of 20021 with flag 915004/1498624
85.40/84.39	c cleaning 10002 clauses out of 20016 with flag 925001/1508621
86.00/84.93	c cleaning 9999 clauses out of 20015 with flag 935002/1518622
86.60/85.53	c cleaning 10005 clauses out of 20015 with flag 945001/1528621
87.11/86.05	c cleaning 9997 clauses out of 20009 with flag 955000/1538620
87.61/86.59	c cleaning 10002 clauses out of 20016 with flag 965004/1548624
88.21/87.11	c cleaning 10002 clauses out of 20012 with flag 975002/1558622
88.71/87.63	c cleaning 9999 clauses out of 20008 with flag 985000/1568620
89.21/88.15	c cleaning 9999 clauses out of 20009 with flag 995000/1578620
89.71/88.67	c cleaning 10001 clauses out of 20014 with flag 1005004/1588624
90.22/89.17	c cleaning 10001 clauses out of 20010 with flag 1015001/1598621
90.71/89.67	c cleaning 9997 clauses out of 20008 with flag 1025000/1608620
91.21/90.19	c cleaning 9995 clauses out of 20011 with flag 1035000/1618620
91.71/90.69	c cleaning 10006 clauses out of 20017 with flag 1045001/1628621
92.32/91.24	c cleaning 10001 clauses out of 20012 with flag 1055002/1638622
92.81/91.79	c cleaning 9998 clauses out of 20009 with flag 1065000/1648620
93.12/92.06	c Got one! Elapsed wall clock time (in seconds):91.953
93.12/92.06	o 11
93.52/92.41	c cleaning 10463 clauses out of 20941 with flag 5001/1659550
93.82/92.76	c cleaning 8235 clauses out of 16479 with flag 11002/1665551
94.22/93.14	c cleaning 7616 clauses out of 15242 with flag 18000/1672549
94.62/93.59	c cleaning 7806 clauses out of 15626 with flag 26000/1680549
95.12/94.08	c cleaning 8404 clauses out of 16820 with flag 35000/1689549
95.72/94.68	c cleaning 9206 clauses out of 18417 with flag 45001/1699550
96.32/95.27	c cleaning 9600 clauses out of 19210 with flag 55000/1709549
96.92/95.83	c cleaning 9799 clauses out of 19612 with flag 65002/1719551
97.43/96.37	c cleaning 9897 clauses out of 19812 with flag 75001/1729550
97.94/96.89	c cleaning 9947 clauses out of 19915 with flag 85001/1739550
98.53/97.41	c cleaning 9970 clauses out of 19967 with flag 95000/1749549
99.04/97.95	c cleaning 9989 clauses out of 19997 with flag 105000/1759549
99.53/98.48	c cleaning 9999 clauses out of 20009 with flag 115001/1769550
100.14/99.01	c cleaning 9987 clauses out of 20010 with flag 125001/1779550
100.64/99.54	c cleaning 10005 clauses out of 20023 with flag 135001/1789550
101.14/100.07	c cleaning 10001 clauses out of 20019 with flag 145002/1799551
101.74/100.61	c cleaning 10001 clauses out of 20016 with flag 155000/1809549
102.14/101.10	c cleaning 10002 clauses out of 20015 with flag 165000/1819549
102.74/101.61	c cleaning 10000 clauses out of 20014 with flag 175001/1829550
103.24/102.18	c cleaning 9999 clauses out of 20014 with flag 185001/1839550
103.74/102.67	c cleaning 10001 clauses out of 20015 with flag 195001/1849550
104.34/103.21	c cleaning 9999 clauses out of 20013 with flag 205000/1859549
104.88/103.77	c cleaning 10000 clauses out of 20014 with flag 215000/1869549
105.48/104.36	c cleaning 10002 clauses out of 20014 with flag 225000/1879549
106.08/104.97	c cleaning 9997 clauses out of 20012 with flag 235000/1889549
106.68/105.56	c cleaning 9997 clauses out of 20015 with flag 245000/1899549
107.38/106.20	c cleaning 10003 clauses out of 20019 with flag 255001/1909550
107.89/106.78	c cleaning 10003 clauses out of 20016 with flag 265001/1919550
108.58/107.40	c cleaning 10002 clauses out of 20012 with flag 275000/1929549
109.08/107.98	c cleaning 9999 clauses out of 20010 with flag 285000/1939549
109.69/108.57	c cleaning 9999 clauses out of 20011 with flag 295000/1949549
110.29/109.14	c cleaning 9998 clauses out of 20012 with flag 305000/1959549
110.79/109.69	c cleaning 10003 clauses out of 20014 with flag 315000/1969549
111.39/110.26	c cleaning 10000 clauses out of 20013 with flag 325002/1979551
111.99/110.81	c cleaning 9997 clauses out of 20011 with flag 335000/1989549
112.49/111.35	c cleaning 10001 clauses out of 20014 with flag 345000/1999549
113.09/111.93	c cleaning 9998 clauses out of 20014 with flag 355001/2009550
113.59/112.47	c cleaning 10002 clauses out of 20016 with flag 365001/2019550
114.19/113.05	c cleaning 9996 clauses out of 20013 with flag 375000/2029549
114.79/113.60	c cleaning 10004 clauses out of 20018 with flag 385001/2039550
115.40/114.23	c cleaning 10000 clauses out of 20014 with flag 395001/2049550
116.00/114.83	c cleaning 10003 clauses out of 20014 with flag 405001/2059550
116.60/115.43	c cleaning 9999 clauses out of 20013 with flag 415003/2069552
117.20/116.00	c cleaning 9998 clauses out of 20011 with flag 425000/2079549
117.71/116.53	c cleaning 10000 clauses out of 20013 with flag 435000/2089549
118.30/117.17	c cleaning 10000 clauses out of 20016 with flag 445003/2099552
118.91/117.75	c cleaning 10002 clauses out of 20014 with flag 455001/2109550
119.50/118.30	c cleaning 9999 clauses out of 20013 with flag 465002/2119551
120.01/118.85	c cleaning 10001 clauses out of 20013 with flag 475001/2129550
120.61/119.41	c cleaning 9997 clauses out of 20012 with flag 485001/2139550
121.11/119.98	c cleaning 9997 clauses out of 20014 with flag 495000/2149549
121.71/120.56	c cleaning 10002 clauses out of 20019 with flag 505002/2159551
122.31/121.15	c cleaning 9997 clauses out of 20015 with flag 515000/2169549
122.91/121.70	c cleaning 10003 clauses out of 20018 with flag 525000/2179549
123.51/122.30	c cleaning 10004 clauses out of 20016 with flag 535001/2189550
124.01/122.87	c cleaning 10004 clauses out of 20013 with flag 545002/2199551
124.61/123.43	c cleaning 10001 clauses out of 20008 with flag 555001/2209550
125.21/124.00	c cleaning 9997 clauses out of 20007 with flag 565001/2219550
125.71/124.54	c cleaning 10000 clauses out of 20010 with flag 575001/2229550
126.31/125.15	c cleaning 9998 clauses out of 20010 with flag 585001/2239550
126.91/125.73	c cleaning 9996 clauses out of 20013 with flag 595002/2249551
127.41/126.27	c cleaning 9998 clauses out of 20015 with flag 605000/2259549
128.01/126.80	c cleaning 10003 clauses out of 20018 with flag 615001/2269550
128.51/127.35	c cleaning 10004 clauses out of 20018 with flag 625004/2279553
129.12/127.91	c cleaning 9997 clauses out of 20011 with flag 635001/2289550
129.62/128.49	c cleaning 10007 clauses out of 20018 with flag 645005/2299554
130.32/129.11	c cleaning 10000 clauses out of 20007 with flag 655001/2309550
130.93/129.72	c cleaning 9998 clauses out of 20006 with flag 665000/2319549
131.53/130.36	c cleaning 9997 clauses out of 20009 with flag 675001/2329550
132.14/130.96	c cleaning 10001 clauses out of 20015 with flag 685004/2339553
132.73/131.57	c cleaning 10001 clauses out of 20011 with flag 695001/2349550
133.33/132.14	c cleaning 9997 clauses out of 20009 with flag 705000/2359549
133.93/132.72	c cleaning 10000 clauses out of 20012 with flag 715000/2369549
134.43/133.30	c cleaning 10003 clauses out of 20014 with flag 725002/2379551
135.13/133.91	c cleaning 9998 clauses out of 20009 with flag 735000/2389549
135.73/134.59	c cleaning 9998 clauses out of 20012 with flag 745001/2399550
136.44/135.22	c cleaning 9999 clauses out of 20014 with flag 755001/2409550
137.04/135.85	c cleaning 9996 clauses out of 20014 with flag 765000/2419549
137.64/136.42	c cleaning 10007 clauses out of 20020 with flag 775002/2429551
138.14/136.99	c cleaning 9995 clauses out of 20011 with flag 785000/2439549
138.74/137.55	c cleaning 10004 clauses out of 20017 with flag 795001/2449550
139.34/138.12	c cleaning 9996 clauses out of 20013 with flag 805001/2459550
139.84/138.68	c cleaning 10003 clauses out of 20018 with flag 815002/2469551
140.44/139.23	c cleaning 10000 clauses out of 20013 with flag 825000/2479549
141.04/139.82	c cleaning 9999 clauses out of 20014 with flag 835001/2489550
141.54/140.39	c cleaning 10001 clauses out of 20016 with flag 845002/2499551
142.14/140.95	c cleaning 9996 clauses out of 20014 with flag 855001/2509550
142.74/141.51	c cleaning 10002 clauses out of 20017 with flag 865000/2519549
143.24/142.08	c cleaning 10005 clauses out of 20018 with flag 875003/2529552
143.84/142.65	c cleaning 9998 clauses out of 20010 with flag 885000/2539549
144.45/143.29	c cleaning 10003 clauses out of 20016 with flag 895004/2549553
145.15/143.95	c cleaning 9991 clauses out of 20009 with flag 905000/2559549
145.75/144.57	c cleaning 10002 clauses out of 20020 with flag 915002/2569551
146.46/145.22	c cleaning 9997 clauses out of 20016 with flag 925000/2579549
147.05/145.84	c cleaning 10004 clauses out of 20019 with flag 935000/2589549
147.65/146.46	c cleaning 10003 clauses out of 20015 with flag 945000/2599549
148.26/147.03	c cleaning 10003 clauses out of 20012 with flag 955000/2609549
148.86/147.61	c cleaning 9999 clauses out of 20011 with flag 965002/2619551
149.46/148.21	c cleaning 9998 clauses out of 20012 with flag 975002/2629551
150.06/148.83	c cleaning 10000 clauses out of 20012 with flag 985000/2639549
150.66/149.43	c cleaning 9999 clauses out of 20013 with flag 995001/2649550
151.26/150.08	c cleaning 10000 clauses out of 20013 with flag 1005000/2659549
151.87/150.68	c cleaning 10004 clauses out of 20017 with flag 1015004/2669553
152.46/151.23	c cleaning 9996 clauses out of 20010 with flag 1025001/2679550
153.07/151.86	c cleaning 10005 clauses out of 20018 with flag 1035005/2689554
153.77/152.52	c cleaning 10000 clauses out of 20008 with flag 1045000/2699549
154.47/153.23	c cleaning 9997 clauses out of 20011 with flag 1055003/2709552
155.07/153.82	c cleaning 9999 clauses out of 20012 with flag 1065001/2719550
155.68/154.45	c cleaning 9999 clauses out of 20012 with flag 1075000/2729549
156.39/155.12	c cleaning 10000 clauses out of 20014 with flag 1085001/2739550
156.98/155.71	c cleaning 9998 clauses out of 20014 with flag 1095001/2749550
157.59/156.35	c cleaning 10003 clauses out of 20017 with flag 1105002/2759551
158.19/156.98	c cleaning 10005 clauses out of 20014 with flag 1115002/2769551
158.78/157.58	c cleaning 9998 clauses out of 20007 with flag 1125000/2779549
159.39/158.14	c cleaning 9994 clauses out of 20009 with flag 1135000/2789549
159.89/158.68	c cleaning 10001 clauses out of 20015 with flag 1145000/2799549
160.49/159.24	c cleaning 9997 clauses out of 20015 with flag 1155001/2809550
161.09/159.84	c cleaning 10004 clauses out of 20018 with flag 1165001/2819550
161.69/160.43	c cleaning 9997 clauses out of 20013 with flag 1175000/2829549
162.19/160.96	c cleaning 10004 clauses out of 20017 with flag 1185001/2839550
162.79/161.51	c cleaning 10002 clauses out of 20014 with flag 1195002/2849551
163.29/162.07	c cleaning 9999 clauses out of 20010 with flag 1205000/2859549
163.89/162.60	c cleaning 9997 clauses out of 20011 with flag 1215000/2869549
164.39/163.12	c cleaning 10001 clauses out of 20015 with flag 1225001/2879550
164.89/163.67	c cleaning 10003 clauses out of 20015 with flag 1235002/2889551
165.49/164.26	c cleaning 9999 clauses out of 20012 with flag 1245002/2899551
166.10/164.85	c cleaning 10003 clauses out of 20011 with flag 1255000/2909549
166.80/165.52	c cleaning 9994 clauses out of 20009 with flag 1265001/2919550
167.40/166.17	c cleaning 9999 clauses out of 20014 with flag 1275000/2929549
168.00/166.78	c cleaning 10000 clauses out of 20016 with flag 1285001/2939550
168.70/167.42	c cleaning 10003 clauses out of 20017 with flag 1295002/2949551
169.30/168.02	c cleaning 10002 clauses out of 20017 with flag 1305005/2959554
169.90/168.68	c cleaning 10001 clauses out of 20010 with flag 1315000/2969549
170.61/169.39	c cleaning 9996 clauses out of 20009 with flag 1325000/2979549
171.30/170.03	c cleaning 9996 clauses out of 20015 with flag 1335002/2989551
172.00/170.76	c cleaning 9986 clauses out of 20017 with flag 1345001/2999550
172.71/171.44	c cleaning 10008 clauses out of 20031 with flag 1355001/3009550
173.41/172.13	c cleaning 10006 clauses out of 20021 with flag 1365000/3019549
173.71/172.42	c starts		: 259
173.71/172.42	c conflicts		: 3023890
173.71/172.42	c decisions		: 4756933
173.71/172.42	c propagations		: 161285427
173.71/172.42	c inspects		: 1519274737
173.71/172.42	c shortcuts		: 0
173.71/172.42	c learnt literals	: 9
173.71/172.42	c learnt binary clauses	: 45
173.71/172.42	c learnt ternary clauses	: 926
173.71/172.42	c learnt constraints	: 3023880
173.71/172.42	c ignored constraints	: 0
173.71/172.42	c root simplifications	: 0
173.71/172.42	c removed literals (reason simplification)	: 13962763
173.71/172.42	c reason swapping (by a shorter reason)	: 0
173.71/172.42	c Calls to reduceDB	: 308
173.71/172.42	c number of reductions to clauses (during analyze)	: 0
173.71/172.42	c number of learned constraints concerned by reduction	: 0
173.71/172.42	c number of learning phase by resolution	: 0
173.71/172.42	c number of learning phase by cutting planes	: 0
173.71/172.42	c speed (assignments/second)	: 2007111.1041975187
173.71/172.42	c non guided choices	3907
173.71/172.42	c learnt constraints type 
173.71/172.42	c constraints type 
173.71/172.42	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2528
173.71/172.42	c org.sat4j.minisat.constraints.card.MinWatchCard => 14
173.71/172.42	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 156
173.71/172.42	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 9
173.71/172.42	s OPTIMUM FOUND
173.71/172.42	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 -x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 -x187 -x188 -x189 -x190 -x191 -x192 -x193 x194 -x195 -x196 -x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204 -x205 -x206 -x207 -x208 -x209 -x210 -x211 -x212 -x213 -x214 -x215 x216 -x217 -x218 -x219 -x220 -x221 x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 -x230 -x231 
173.71/172.42	c objective function=11
173.71/172.42	c Total wall clock time (in seconds): 172.311

Verifier Data

OK	11

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3492726-1307910584/watcher-3492726-1307910584 -o /var/tmp/evaluation-result-3492726-1307910584/solver-3492726-1307910584 -C 1800 -W 1900 -M 15500 java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3492726-1307910584.wbo 

running on 4 cores: 0,2,4,6

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): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 1.95 2/195 16674
/proc/meminfo: memFree=1645916/32951124 swapFree=67057920/67111528
[pid=16674] ppid=16672 vsize=23028 CPUtime=0 cores=0,2,4,6
/proc/16674/stat : 16674 (java) R 16672 16674 14185 0 -1 4202496 953 0 0 0 0 0 0 0 25 0 1 0 883473704 23580672 696 33554432000 1073741824 1073778376 140733208093808 18446744073709551615 254256653800 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/16674/statm: 5757 696 512 9 0 124 0

[startup+0.0485689 s]
/proc/loadavg: 2.00 2.00 1.95 2/195 16674
/proc/meminfo: memFree=1645916/32951124 swapFree=67057920/67111528
[pid=16674] ppid=16672 vsize=10467480 CPUtime=0.03 cores=0,2,4,6
/proc/16674/stat : 16674 (java) S 16672 16674 14185 0 -1 4202496 11332 0 1 0 2 1 0 0 25 0 13 0 883473704 10718699520 11028 33554432000 1073741824 1073778376 140733208093808 18446744073709551615 254273419237 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0
/proc/16674/statm: 2616870 11029 1679 9 0 2607618 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 10467480

[startup+0.104557 s]
/proc/loadavg: 2.00 2.00 1.95 2/195 16674
/proc/meminfo: memFree=1645916/32951124 swapFree=67057920/67111528
[pid=16674] ppid=16672 vsize=10539584 CPUtime=0.1 cores=0,2,4,6
/proc/16674/stat : 16674 (java) S 16672 16674 14185 0 -1 4202496 13118 0 1 0 9 1 0 0 25 0 18 0 883473704 10792534016 12786 33554432000 1073741824 1073778376 140733208093808 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/16674/statm: 2634896 12787 2092 9 0 2625630 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10539584

[startup+0.300515 s]
/proc/loadavg: 2.00 2.00 1.95 2/195 16674
/proc/meminfo: memFree=1645916/32951124 swapFree=67057920/67111528
[pid=16674] ppid=16672 vsize=10540764 CPUtime=0.45 cores=0,2,4,6
/proc/16674/stat : 16674 (java) S 16672 16674 14185 0 -1 4202496 15279 0 1 0 43 2 0 0 25 0 18 0 883473704 10793742336 14783 33554432000 1073741824 1073778376 140733208093808 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/16674/statm: 2635191 14783 2198 9 0 2625925 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 10540764

[startup+0.700439 s]
/proc/loadavg: 2.00 2.00 1.95 2/195 16674
/proc/meminfo: memFree=1645916/32951124 swapFree=67057920/67111528
[pid=16674] ppid=16672 vsize=10546084 CPUtime=1.43 cores=0,2,4,6
/proc/16674/stat : 16674 (java) S 16672 16674 14185 0 -1 4202496 21708 0 1 0 140 3 0 0 25 0 19 0 883473704 10799190016 18900 33554432000 1073741824 1073778376 140733208093808 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/16674/statm: 2636521 18900 2224 9 0 2627255 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 10546084

[startup+1.50131 s]
/proc/loadavg: 2.00 2.00 1.95 3/214 16693
/proc/meminfo: memFree=1576720/32951124 swapFree=67057920/67111528
[pid=16674] ppid=16672 vsize=10546352 CPUtime=2.36 cores=0,2,4,6
/proc/16674/stat : 16674 (java) S 16672 16674 14185 0 -1 4202496 23759 0 1 0 233 3 0 0 25 0 19 0 883473704 10799464448 20943 33554432000 1073741824 1073778376 140733208093808 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/16674/statm: 2636588 20943 2253 9 0 2627322 0
[pid=16674/tid=16676] ppid=16672 vsize=10546352 CPUtime=1.46 cores=0,2,4,6
/proc/16674/task/16676/stat : 16676 (java) R 16672 16674 14185 0 -1 4202560 15053 0 1 0 144 2 0 0 25 0 19 0 883473705 10799464448 20943 33554432000 1073741824 1073778376 140733208093808 18446744073709551615 46912505679854 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16674/tid=16677] ppid=16672 vsize=10546352 CPUtime=0 cores=0,2,4,6
/proc/16674/task/16677/stat : 16677 (java) S 16672 16674 14185 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 883473706 10799464448 20943 33554432000 1073741824 1073778376 140733208093808 18446744073709551615 254273432473 0 4 0 16800975 18446604443589260224 0 0 -1 6 0 0 0
[pid=16674/tid=16678] ppid=16672 vsize=10546352 CPUtime=0 cores=0,2,4,6
/proc/16674/task/16678/stat : 16678 (java) S 16672 16674 14185 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 883473706 10799464448 20943 33554432000 1073741824 1073778376 140733208093808 18446744073709551615 254273432473 0 4 0 16800975 18446604443589260224 0 0 -1 6 0 0 0
[pid=16674/tid=16679] ppid=16672 vsize=10546352 CPUtime=0 cores=0,2,4,6
/proc/16674/task/16679/stat : 16679 (java) S 16672 16674 14185 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 883473706 10799464448 20943 33554432000 1073741824 1073778376 140733208093808 18446744073709551615 254273432473 0 4 0 16800975 18446604443589260224 0 0 -1 6 0 0 0
[pid=16674/tid=16680] ppid=16672 vsize=10546352 CPUtime=0 cores=0,2,4,6
/proc/16674/task/16680/stat : 16680 (java) S 16672 16674 14185 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 883473706 10799464448 20943 33554432000 1073741824 1073778376 140733208093808 18446744073709551615 254273432473 0 4 0 16800975 18446604443589260224 0 0 -1 6 0 0 0
[pid=16674/tid=16681] ppid=16672 vsize=10546352 CPUtime=0 cores=0,2,4,6
/proc/16674/task/16681/stat : 16681 (java) S 16672 16674 14185 0 -1 4202560 61 0 0 0 0 0 0 0 18 0 19 0 883473706 10799464448 20943 33554432000 1073741824 1073778376 140733208093808 18446744073709551615 254273432473 0 4 0 16800975 18446604443589260224 0 0 -1 4 0 0 0
[pid=16674/tid=16682] ppid=16672 vsize=10546352 CPUtime=0 cores=0,2,4,6
/proc/16674/task/16682/stat : 16682 (java) S 16672 16674 14185 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 883473706 10799464448 20943 33554432000 1073741824 1073778376 140733208093808 18446744073709551615 254273432473 0 4 0 16800975 18446604443589260224 0 0 -1 4 0 0 0
[pid=16674/tid=16683] ppid=16672 vsize=10546352 CPUtime=0 cores=0,2,4,6
/proc/16674/task/16683/stat : 16683 (java) S 16672 16674 14185 0 -1 4202560 194 0 0 0 0 0 0 0 18 0 19 0 883473706 10799464448 20943 33554432000 1073741824 1073778376 140733208093808 18446744073709551615 254273432473 0 4 0 16800975 18446604443589260224 0 0 -1 4 0 0 0
[pid=16674/tid=16684] ppid=16672 vsize=10546352 CPUtime=0 cores=0,2,4,6
/proc/16674/task/16684/stat : 16684 (java) S 16672 16674 14185 0 -1 4202560 222 0 0 0 0 0 0 0 18 0 19 0 883473706 10799464448 20943 33554432000 1073741824 1073778376 140733208093808 18446744073709551615 254273432473 0 4 0 16800975 18446604443589260224 0 0 -1 6 0 0 0
[pid=16674/tid=16685] ppid=16672 vsize=10546352 CPUtime=0.01 cores=0,2,4,6
/proc/16674/task/16685/stat : 16685 (java) S 16672 16674 14185 0 -1 4202560 495 0 0 0 1 0 0 0 15 0 19 0 883473707 10799464448 20943 33554432000 1073741824 1073778376 140733208093808 18446744073709551615 254273433088 0 0 0 16800975 18446604443589260224 0 0 -1 0 0 0 0
[pid=16674/tid=16686] ppid=16672 vsize=10546352 CPUtime=0 cores=0,2,4,6
/proc/16674/task/16686/stat : 16686 (java) S 16672 16674 14185 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 883473708 10799464448 20943 33554432000 1073741824 1073778376 140733208093808 18446744073709551615 254273432473 0 4 0 16800975 18446604443589260224 0 0 -1 2 0 0 0
[pid=16674/tid=16687] ppid=16672 vsize=10546352 CPUtime=0 cores=0,2,4,6
/proc/16674/task/16687/stat : 16687 (java) S 16672 16674 14185 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 883473708 10799464448 20943 33554432000 1073741824 1073778376 140733208093808 18446744073709551615 254273432473 0 4 0 16800975 18446604443589260224 0 0 -1 2 0 0 0
[pid=16674/tid=16688] ppid=16672 vsize=10546352 CPUtime=0 cores=0,2,4,6
/proc/16674/task/16688/stat : 16688 (java) S 16672 16674 14185 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883473710 10799464448 20943 33554432000 1073741824 1073778376 140733208093808 18446744073709551615 254273440177 0 4 0 16800975 18446604443589260224 0 0 -1 2 0 0 0
[pid=16674/tid=16689] ppid=16672 vsize=10546352 CPUtime=0.44 cores=0,2,4,6
/proc/16674/task/16689/stat : 16689 (java) S 16672 16674 14185 0 -1 4202560 2178 0 0 0 44 0 0 0 16 0 19 0 883473710 10799464448 20943 33554432000 1073741824 1073778376 140733208093808 18446744073709551615 254273432473 0 4 0 16800975 18446604443589260224 0 0 -1 2 0 0 0
[pid=16674/tid=16690] ppid=16672 vsize=10546352 CPUtime=0.42 cores=0,2,4,6
/proc/16674/task/16690/stat : 16690 (java) S 16672 16674 14185 0 -1 4202560 4385 0 0 0 42 0 0 0 16 0 19 0 883473710 10799464448 20943 33554432000 1073741824 1073778376 140733208093808 18446744073709551615 254273432473 0 4 0 16800975 18446604443589260224 0 0 -1 4 0 0 0
[pid=16674/tid=16691] ppid=16672 vsize=10546352 CPUtime=0 cores=0,2,4,6
/proc/16674/task/16691/stat : 16691 (java) S 16672 16674 14185 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883473710 10799464448 20943 33554432000 1073741824 1073778376 140733208093808 18446744073709551615 254273432473 0 4 0 16800975 18446604443589260224 0 0 -1 6 0 0 0
[pid=16674/tid=16692] ppid=16672 vsize=10546352 CPUtime=0 cores=0,2,4,6
/proc/16674/task/16692/stat : 16692 (java) S 16672 16674 14185 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 883473710 10799464448 20943 33554432000 1073741824 1073778376 140733208093808 18446744073709551615 254273433088 0 4 0 16800975 18446604443589260224 0 0 -1 6 0 0 0
[pid=16674/tid=16693] ppid=16672 vsize=10546352 CPUtime=0 cores=0,2,4,6
/proc/16674/task/16693/stat : 16693 (java) S 16672 16674 14185 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 883473738 10799464448 20943 33554432000 1073741824 1073778376 140733208093808 18446744073709551615 254273433088 0 4 0 16800975 18446604443589260224 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2.36
Current children cumulated vsize (KiB) 10546352

[startup+3.10099 s]
/proc/loadavg: 2.00 2.00 1.95 3/214 16693
/proc/meminfo: memFree=1567172/32951124 swapFree=67057920/67111528
[pid=16674] ppid=16672 vsize=10546352 CPUtime=4.01 cores=0,2,4,6
/proc/16674/stat : 16674 (java) S 16672 16674 14185 0 -1 4202496 24697 0 1 0 398 3 0 0 25 0 19 0 883473704 10799464448 21879 33554432000 1073741824 1073778376 140733208093808 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/16674/statm: 2636588 21879 2253 9 0 2627322 0
[pid=16674/tid=16676] ppid=16672 vsize=10546352 CPUtime=3.03 cores=0,2,4,6
/proc/16674/task/16676/stat : 16676 (java) R 16672 16674 14185 0 -1 4202560 15055 0 1 0 301 2 0 0 25 0 19 0 883473705 10799464448 21879 33554432000 1073741824 1073778376 140733208093808 18446744073709551615 46912505676530 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16674/tid=16677] ppid=16672 vsize=10546352 CPUtime=0 cores=0,2,4,6
/proc/16674/task/16677/stat : 16677 (java) S 16672 16674 14185 0 -1 4202560 292 0 0 0 0 0 0 0 15 0 19 0 883473706 10799464448 21879 33554432000 1073741824 1073778376 140733208093808 18446744073709551615 254273432473 0 4 0 16800975 18446604443589260224 0 0 -1 6 0 0 0
[pid=16674/tid=16678] ppid=16672 vsize=10546352 CPUtime=0 cores=0,2,4,6
/proc/16674/task/16678/stat : 16678 (java) S 16672 16674 14185 0 -1 4202560 2 0 0 0 0 0 0 0 16 0 19 0 883473706 10799464448 21879 33554432000 1073741824 1073778376 140733208093808 18446744073709551615 254273432473 0 4 0 16800975 18446604443589260224 0 0 -1 4 0 0 0
[pid=16674/tid=16679] ppid=16672 vsize=10546352 CPUtime=0 cores=0,2,4,6
/proc/16674/task/16679/stat : 16679 (java) S 16672 16674 14185 0 -1 4202560 168 0 0 0 0 0 0 0 15 0 19 0 883473706 10799464448 21879 33554432000 1073741824 1073778376 140733208093808 18446744073709551615 254273432473 0 4 0 16800975 18446604443589260224 0 0 -1 6 0 0 0
[pid=16674/tid=16680] ppid=16672 vsize=10546352 CPUtime=0 cores=0,2,4,6
/proc/16674/task/16680/stat : 16680 (java) S 16672 16674 14185 0 -1 4202560 23 0 0 0 0 0 0 0 15 0 19 0 883473706 10799464448 21879 33554432000 1073741824 1073778376 140733208093808 18446744073709551615 254273432473 0 4 0 16800975 18446604443589260224 0 0 -1 6 0 0 0
[pid=16674/tid=16681] ppid=16672 vsize=10546352 CPUtime=0 cores=0,2,4,6
/proc/16674/task/16681/stat : 16681 (java) S 16672 16674 14185 0 -1 4202560 64 0 0 0 0 0 0 0 16 0 19 0 883473706 10799464448 21879 33554432000 1073741824 1073778376 140733208093808 18446744073709551615 254273432473 0 4 0 16800975 18446604443589260224 0 0 -1 4 0 0 0
[pid=16674/tid=16682] ppid=16672 vsize=10546352 CPUtime=0 cores=0,2,4,6
/proc/16674/task/16682/stat : 16682 (java) S 16672 16674 14185 0 -1 4202560 184 0 0 0 0 0 0 0 15 0 19 0 883473706 10799464448 21879 33554432000 1073741824 1073778376 140733208093808 18446744073709551615 254273432473 0 4 0 16800975 18446604443589260224 0 0 -1 4 0 0 0
[pid=16674/tid=16683] ppid=16672 vsize=10546352 CPUtime=0 cores=0,2,4,6
/proc/16674/task/16683/stat : 16683 (java) S 16672 16674 14185 0 -1 4202560 194 0 0 0 0 0 0 0 15 0 19 0 883473706 10799464448 21879 33554432000 1073741824 1073778376 140733208093808 18446744073709551615 254273432473 0 4 0 16800975 18446604443589260224 0 0 -1 4 0 0 0
[pid=16674/tid=16684] ppid=16672 vsize=10546352 CPUtime=0 cores=0,2,4,6
/proc/16674/task/16684/stat : 16684 (java) S 16672 16674 14185 0 -1 4202560 222 0 0 0 0 0 0 0 15 0 19 0 883473706 10799464448 21879 33554432000 1073741824 1073778376 140733208093808 18446744073709551615 254273432473 0 4 0 16800975 18446604443589260224 0 0 -1 6 0 0 0
[pid=16674/tid=16685] ppid=16672 vsize=10546352 CPUtime=0.04 cores=0,2,4,6
/proc/16674/task/16685/stat : 16685 (java) S 16672 16674 14185 0 -1 4202560 769 0 0 0 4 0 0 0 16 0 19 0 883473707 10799464448 21879 33554432000 1073741824 1073778376 140733208093808 18446744073709551615 254273433088 0 0 0 16800975 18446604443589260224 0 0 -1 0 0 0 0
[pid=16674/tid=16686] ppid=16672 vsize=10546352 CPUtime=0 cores=0,2,4,6
/proc/16674/task/16686/stat : 16686 (java) S 16672 16674 14185 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 883473708 10799464448 21879 33554432000 1073741824 1073778376 140733208093808 18446744073709551615 254273432473 0 4 0 16800975 18446604443589260224 0 0 -1 2 0 0 0
[pid=16674/tid=16687] ppid=16672 vsize=10546352 CPUtime=0 cores=0,2,4,6
/proc/16674/task/16687/stat : 16687 (java) S 16672 16674 14185 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 883473708 10799464448 21879 33554432000 1073741824 1073778376 140733208093808 18446744073709551615 254273432473 0 4 0 16800975 18446604443589260224 0 0 -1 2 0 0 0
[pid=16674/tid=16688] ppid=16672 vsize=10546352 CPUtime=0 cores=0,2,4,6
/proc/16674/task/16688/stat : 16688 (java) S 16672 16674 14185 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883473710 10799464448 21879 33554432000 1073741824 1073778376 140733208093808 18446744073709551615 254273440177 0 4 0 16800975 18446604443589260224 0 0 -1 2 0 0 0
[pid=16674/tid=16689] ppid=16672 vsize=10546352 CPUtime=0.45 cores=0,2,4,6
/proc/16674/task/16689/stat : 16689 (java) S 16672 16674 14185 0 -1 4202560 2178 0 0 0 45 0 0 0 15 0 19 0 883473710 10799464448 21879 33554432000 1073741824 1073778376 140733208093808 18446744073709551615 254273432473 0 4 0 16800975 18446604443589260224 0 0 -1 2 0 0 0
[pid=16674/tid=16690] ppid=16672 vsize=10546352 CPUtime=0.46 cores=0,2,4,6
/proc/16674/task/16690/stat : 16690 (java) S 16672 16674 14185 0 -1 4202560 4395 0 0 0 46 0 0 0 15 0 19 0 883473710 10799464448 21879 33554432000 1073741824 1073778376 140733208093808 18446744073709551615 254273432473 0 4 0 16800975 18446604443589260224 0 0 -1 4 0 0 0
[pid=16674/tid=16691] ppid=16672 vsize=10546352 CPUtime=0 cores=0,2,4,6
/proc/16674/task/16691/stat : 16691 (java) S 16672 16674 14185 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883473710 10799464448 21879 33554432000 1073741824 1073778376 140733208093808 18446744073709551615 254273432473 0 4 0 16800975 18446604443589260224 0 0 -1 6 0 0 0
[pid=16674/tid=16692] ppid=16672 vsize=10546352 CPUtime=0 cores=0,2,4,6
/proc/16674/task/16692/stat : 16692 (java) S 16672 16674 14185 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 883473710 10799464448 21879 33554432000 1073741824 1073778376 140733208093808 18446744073709551615 254273433088 0 4 0 16800975 18446604443589260224 0 0 -1 6 0 0 0
[pid=16674/tid=16693] ppid=16672 vsize=10546352 CPUtime=0 cores=0,2,4,6
/proc/16674/task/16693/stat : 16693 (java) S 16672 16674 14185 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 883473738 10799464448 21879 33554432000 1073741824 1073778376 140733208093808 18446744073709551615 254273433088 0 4 0 16800975 18446604443589260224 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4.01
Current children cumulated vsize (KiB) 10546352

[startup+6.30146 s]
/proc/loadavg: 2.00 2.00 1.95 3/214 16693
/proc/meminfo: memFree=1569016/32951124 swapFree=67057920/67111528
[pid=16674] ppid=16672 vsize=10544456 CPUtime=7.22 cores=0,2,4,6
/proc/16674/stat : 16674 (java) S 16672 16674 14185 0 -1 4202496 24760 0 1 0 719 3 0 0 25 0 19 0 883473704 10797522944 21019 33554432000 1073741824 1073778376 140733208093808 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/16674/statm: 2636114 21019 2253 9 0 2626848 0
[pid=16674/tid=16676] ppid=16672 vsize=10544456 CPUtime=6.13 cores=0,2,4,6
/proc/16674/task/16676/stat : 16676 (java) R 16672 16674 14185 0 -1 4202560 15062 0 1 0 611 2 0 0 25 0 19 0 883473705 10797522944 21019 33554432000 1073741824 1073778376 140733208093808 18446744073709551615 46912505329167 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16674/tid=16677] ppid=16672 vsize=10544456 CPUtime=0 cores=0,2,4,6
/proc/16674/task/16677/stat : 16677 (java) S 16672 16674 14185 0 -1 4202560 292 0 0 0 0 0 0 0 15 0 19 0 883473706 10797522944 21019 33554432000 1073741824 1073778376 140733208093808 18446744073709551615 254273432473 0 4 0 16800975 18446604443589260224 0 0 -1 2 0 0 0
[pid=16674/tid=16678] ppid=16672 vsize=10544456 CPUtime=0 cores=0,2,4,6
/proc/16674/task/16678/stat : 16678 (java) S 16672 16674 14185 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 883473706 10797522944 21019 33554432000 1073741824 1073778376 140733208093808 18446744073709551615 254273432473 0 4 0 16800975 18446604443589260224 0 0 -1 2 0 0 0
[pid=16674/tid=16679] ppid=16672 vsize=10544456 CPUtime=0 cores=0,2,4,6
/proc/16674/task/16679/stat : 16679 (java) S 16672 16674 14185 0 -1 4202560 168 0 0 0 0 0 0 0 16 0 19 0 883473706 10797522944 21019 33554432000 1073741824 1073778376 140733208093808 18446744073709551615 254273432473 0 4 0 16800975 18446604443589260224 0 0 -1 6 0 0 0
[pid=16674/tid=16680] ppid=16672 vsize=10544456 CPUtime=0 cores=0,2,4,6
/proc/16674/task/16680/stat : 16680 (java) S 16672 16674 14185 0 -1 4202560 24 0 0 0 0 0 0 0 16 0 19 0 883473706 10797522944 21019 33554432000 1073741824 1073778376 140733208093808 18446744073709551615 254273432473 0 4 0 16800975 18446604443589260224 0 0 -1 2 0 0 0
[pid=16674/tid=16681] ppid=16672 vsize=10544456 CPUtime=0 cores=0,2,4,6
/proc/16674/task/16681/stat : 16681 (java) S 16672 16674 14185 0 -1 4202560 65 0 0 0 0 0 0 0 15 0 19 0 883473706 10797522944 21019 33554432000 1073741824 1073778376 140733208093808 18446744073709551615 254273432473 0 4 0 16800975 18446604443589260224 0 0 -1 4 0 0 0
[pid=16674/tid=16682] ppid=16672 vsize=10544456 CPUtime=0 cores=0,2,4,6
/proc/16674/task/16682/stat : 16682 (java) S 16672 16674 14185 0 -1 4202560 185 0 0 0 0 0 0 0 15 0 19 0 883473706 10797522944 21019 33554432000 1073741824 1073778376 140733208093808 18446744073709551615 254273432473 0 4 0 16800975 18446604443589260224 0 0 -1 6 0 0 0
[pid=16674/tid=16683] ppid=16672 vsize=10544456 CPUtime=0 cores=0,2,4,6
/proc/16674/task/16683/stat : 16683 (java) S 16672 16674 14185 0 -1 4202560 195 0 0 0 0 0 0 0 15 0 19 0 883473706 10797522944 21019 33554432000 1073741824 1073778376 140733208093808 18446744073709551615 254273432473 0 4 0 16800975 18446604443589260224 0 0 -1 4 0 0 0
[pid=16674/tid=16684] ppid=16672 vsize=10544456 CPUtime=0 cores=0,2,4,6
/proc/16674/task/16684/stat : 16684 (java) S 16672 16674 14185 0 -1 4202560 224 0 0 0 0 0 0 0 15 0 19 0 883473706 10797522944 21019 33554432000 1073741824 1073778376 140733208093808 18446744073709551615 254273432473 0 4 0 16800975 18446604443589260224 0 0 -1 6 0 0 0
[pid=16674/tid=16685] ppid=16672 vsize=10544456 CPUtime=0.13 cores=0,2,4,6
/proc/16674/task/16685/stat : 16685 (java) S 16672 16674 14185 0 -1 4202560 818 0 0 0 13 0 0 0 16 0 19 0 883473707 10797522944 21019 33554432000 1073741824 1073778376 140733208093808 18446744073709551615 254273433088 0 0 0 16800975 18446604443589260224 0 0 -1 0 0 0 0
[pid=16674/tid=16686] ppid=16672 vsize=10544456 CPUtime=0 cores=0,2,4,6
/proc/16674/task/16686/stat : 16686 (java) S 16672 16674 14185 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 883473708 10797522944 21019 33554432000 1073741824 1073778376 140733208093808 18446744073709551615 254273432473 0 4 0 16800975 18446604443589260224 0 0 -1 2 0 0 0
[pid=16674/tid=16687] ppid=16672 vsize=10544456 CPUtime=0 cores=0,2,4,6
/proc/16674/task/16687/stat : 16687 (java) S 16672 16674 14185 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 883473708 10797522944 21019 33554432000 1073741824 1073778376 140733208093808 18446744073709551615 254273432473 0 4 0 16800975 18446604443589260224 0 0 -1 2 0 0 0
[pid=16674/tid=16688] ppid=16672 vsize=10544456 CPUtime=0 cores=0,2,4,6
/proc/16674/task/16688/stat : 16688 (java) S 16672 16674 14185 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883473710 10797522944 21019 33554432000 1073741824 1073778376 140733208093808 18446744073709551615 254273440177 0 4 0 16800975 18446604443589260224 0 0 -1 2 0 0 0
[pid=16674/tid=16689] ppid=16672 vsize=10544456 CPUtime=0.45 cores=0,2,4,6
/proc/16674/task/16689/stat : 16689 (java) S 16672 16674 14185 0 -1 4202560 2178 0 0 0 45 0 0 0 15 0 19 0 883473710 10797522944 21019 33554432000 1073741824 1073778376 140733208093808 18446744073709551615 254273432473 0 4 0 16800975 18446604443589260224 0 0 -1 2 0 0 0
[pid=16674/tid=16690] ppid=16672 vsize=10544456 CPUtime=0.46 cores=0,2,4,6
/proc/16674/task/16690/stat : 16690 (java) S 16672 16674 14185 0 -1 4202560 4395 0 0 0 46 0 0 0 15 0 19 0 883473710 10797522944 21019 33554432000 1073741824 1073778376 140733208093808 18446744073709551615 254273432473 0 4 0 16800975 18446604443589260224 0 0 -1 4 0 0 0
[pid=16674/tid=16691] ppid=16672 vsize=10544456 CPUtime=0 cores=0,2,4,6
/proc/16674/task/16691/stat : 16691 (java) S 16672 16674 14185 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883473710 10797522944 21019 33554432000 1073741824 1073778376 140733208093808 18446744073709551615 254273432473 0 4 0 16800975 18446604443589260224 0 0 -1 6 0 0 0
[pid=16674/tid=16692] ppid=16672 vsize=10544456 CPUtime=0 cores=0,2,4,6
/proc/16674/task/16692/stat : 16692 (java) R 16672 16674 14185 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 883473710 10797522944 21019 33554432000 1073741824 1073778376 140733208093808 18446744073709551615 254273433088 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=16674/tid=16693] ppid=16672 vsize=10544456 CPUtime=0 cores=0,2,4,6
/proc/16674/task/16693/stat : 16693 (java) S 16672 16674 14185 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 883473738 10797522944 21019 33554432000 1073741824 1073778376 140733208093808 18446744073709551615 254273433088 0 4 0 16800975 18446604443589260224 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 7.22
Current children cumulated vsize (KiB) 10544456

[startup+12.7013 s]

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

/proc/16674/task/16677/stat : 16677 (java) S 16672 16674 14185 0 -1 4202560 297 0 0 0 9 0 0 0 15 0 19 0 883473706 10797522944 21713 33554432000 1073741824 1073778376 140733208093808 18446744073709551615 254273432473 0 4 0 16800975 18446604443589260224 0 0 -1 6 0 0 0
[pid=16674/tid=16678] ppid=16672 vsize=10544456 CPUtime=0.09 cores=0,2,4,6
/proc/16674/task/16678/stat : 16678 (java) S 16672 16674 14185 0 -1 4202560 13 0 0 0 9 0 0 0 15 0 19 0 883473706 10797522944 21713 33554432000 1073741824 1073778376 140733208093808 18446744073709551615 254273432473 0 4 0 16800975 18446604443589260224 0 0 -1 4 0 0 0
[pid=16674/tid=16679] ppid=16672 vsize=10544456 CPUtime=0.1 cores=0,2,4,6
/proc/16674/task/16679/stat : 16679 (java) S 16672 16674 14185 0 -1 4202560 180 0 0 0 10 0 0 0 15 0 19 0 883473706 10797522944 21713 33554432000 1073741824 1073778376 140733208093808 18446744073709551615 254273432473 0 4 0 16800975 18446604443589260224 0 0 -1 4 0 0 0
[pid=16674/tid=16680] ppid=16672 vsize=10544456 CPUtime=0.09 cores=0,2,4,6
/proc/16674/task/16680/stat : 16680 (java) S 16672 16674 14185 0 -1 4202560 35 0 0 0 9 0 0 0 15 0 19 0 883473706 10797522944 21713 33554432000 1073741824 1073778376 140733208093808 18446744073709551615 254273432473 0 4 0 16800975 18446604443589260224 0 0 -1 4 0 0 0
[pid=16674/tid=16681] ppid=16672 vsize=10544456 CPUtime=0.08 cores=0,2,4,6
/proc/16674/task/16681/stat : 16681 (java) S 16672 16674 14185 0 -1 4202560 73 0 0 0 8 0 0 0 15 0 19 0 883473706 10797522944 21713 33554432000 1073741824 1073778376 140733208093808 18446744073709551615 254273432473 0 4 0 16800975 18446604443589260224 0 0 -1 4 0 0 0
[pid=16674/tid=16682] ppid=16672 vsize=10544456 CPUtime=0.09 cores=0,2,4,6
/proc/16674/task/16682/stat : 16682 (java) S 16672 16674 14185 0 -1 4202560 197 0 0 0 9 0 0 0 15 0 19 0 883473706 10797522944 21713 33554432000 1073741824 1073778376 140733208093808 18446744073709551615 254273432473 0 4 0 16800975 18446604443589260224 0 0 -1 4 0 0 0
[pid=16674/tid=16683] ppid=16672 vsize=10544456 CPUtime=0.09 cores=0,2,4,6
/proc/16674/task/16683/stat : 16683 (java) S 16672 16674 14185 0 -1 4202560 202 0 0 0 9 0 0 0 15 0 19 0 883473706 10797522944 21713 33554432000 1073741824 1073778376 140733208093808 18446744073709551615 254273432473 0 4 0 16800975 18446604443589260224 0 0 -1 6 0 0 0
[pid=16674/tid=16684] ppid=16672 vsize=10544456 CPUtime=0.09 cores=0,2,4,6
/proc/16674/task/16684/stat : 16684 (java) S 16672 16674 14185 0 -1 4202560 234 0 0 0 9 0 0 0 15 0 19 0 883473706 10797522944 21713 33554432000 1073741824 1073778376 140733208093808 18446744073709551615 254273432473 0 4 0 16800975 18446604443589260224 0 0 -1 0 0 0 0
[pid=16674/tid=16685] ppid=16672 vsize=10544456 CPUtime=4.83 cores=0,2,4,6
/proc/16674/task/16685/stat : 16685 (java) S 16672 16674 14185 0 -1 4202560 1433 0 0 0 479 4 0 0 15 0 19 0 883473707 10797522944 21713 33554432000 1073741824 1073778376 140733208093808 18446744073709551615 254273433088 0 0 0 16800975 18446604443589260224 0 0 -1 2 0 0 0
[pid=16674/tid=16686] ppid=16672 vsize=10544456 CPUtime=0 cores=0,2,4,6
/proc/16674/task/16686/stat : 16686 (java) S 16672 16674 14185 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 883473708 10797522944 21713 33554432000 1073741824 1073778376 140733208093808 18446744073709551615 254273432473 0 4 0 16800975 18446604443589260224 0 0 -1 2 0 0 0
[pid=16674/tid=16687] ppid=16672 vsize=10544456 CPUtime=0 cores=0,2,4,6
/proc/16674/task/16687/stat : 16687 (java) S 16672 16674 14185 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 883473708 10797522944 21713 33554432000 1073741824 1073778376 140733208093808 18446744073709551615 254273432473 0 4 0 16800975 18446604443589260224 0 0 -1 2 0 0 0
[pid=16674/tid=16688] ppid=16672 vsize=10544456 CPUtime=0 cores=0,2,4,6
/proc/16674/task/16688/stat : 16688 (java) S 16672 16674 14185 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883473710 10797522944 21713 33554432000 1073741824 1073778376 140733208093808 18446744073709551615 254273440177 0 4 0 16800975 18446604443589260224 0 0 -1 2 0 0 0
[pid=16674/tid=16689] ppid=16672 vsize=10544456 CPUtime=0.46 cores=0,2,4,6
/proc/16674/task/16689/stat : 16689 (java) S 16672 16674 14185 0 -1 4202560 2179 0 0 0 46 0 0 0 15 0 19 0 883473710 10797522944 21713 33554432000 1073741824 1073778376 140733208093808 18446744073709551615 254273432473 0 4 0 16800975 18446604443589260224 0 0 -1 2 0 0 0
[pid=16674/tid=16690] ppid=16672 vsize=10544456 CPUtime=0.51 cores=0,2,4,6
/proc/16674/task/16690/stat : 16690 (java) S 16672 16674 14185 0 -1 4202560 4411 0 0 0 51 0 0 0 15 0 19 0 883473710 10797522944 21713 33554432000 1073741824 1073778376 140733208093808 18446744073709551615 254273432473 0 4 0 16800975 18446604443589260224 0 0 -1 4 0 0 0
[pid=16674/tid=16691] ppid=16672 vsize=10544456 CPUtime=0 cores=0,2,4,6
/proc/16674/task/16691/stat : 16691 (java) S 16672 16674 14185 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883473710 10797522944 21713 33554432000 1073741824 1073778376 140733208093808 18446744073709551615 254273432473 0 4 0 16800975 18446604443589260224 0 0 -1 6 0 0 0
[pid=16674/tid=16692] ppid=16672 vsize=10544456 CPUtime=0 cores=0,2,4,6
/proc/16674/task/16692/stat : 16692 (java) S 16672 16674 14185 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 19 0 883473710 10797522944 21713 33554432000 1073741824 1073778376 140733208093808 18446744073709551615 254273433088 0 4 0 16800975 18446604443589260224 0 0 -1 4 0 0 0
[pid=16674/tid=16693] ppid=16672 vsize=10544456 CPUtime=0 cores=0,2,4,6
/proc/16674/task/16693/stat : 16693 (java) S 16672 16674 14185 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 883473738 10797522944 21713 33554432000 1073741824 1073778376 140733208093808 18446744073709551615 254273433088 0 4 0 16800975 18446604443589260224 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 172.41
Current children cumulated vsize (KiB) 10544456

[startup+171.901 s]
/proc/loadavg: 2.43 2.12 2.00 3/214 16812
/proc/meminfo: memFree=1579224/32951124 swapFree=67057920/67111528
[pid=16674] ppid=16672 vsize=10544456 CPUtime=173.21 cores=0,2,4,6
/proc/16674/stat : 16674 (java) S 16672 16674 14185 0 -1 4202496 25785 0 1 0 17311 10 0 0 25 0 19 0 883473704 10797522944 21724 33554432000 1073741824 1073778376 140733208093808 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/16674/statm: 2636114 21724 2254 9 0 2626848 0
[pid=16674/tid=16676] ppid=16672 vsize=10544456 CPUtime=166.57 cores=0,2,4,6
/proc/16674/task/16676/stat : 16676 (java) R 16672 16674 14185 0 -1 4202560 15360 0 1 0 16654 3 0 0 20 0 19 0 883473705 10797522944 21724 33554432000 1073741824 1073778376 140733208093808 18446744073709551615 46912505731368 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=16674/tid=16677] ppid=16672 vsize=10544456 CPUtime=0.09 cores=0,2,4,6
/proc/16674/task/16677/stat : 16677 (java) S 16672 16674 14185 0 -1 4202560 297 0 0 0 9 0 0 0 15 0 19 0 883473706 10797522944 21724 33554432000 1073741824 1073778376 140733208093808 18446744073709551615 254273432473 0 4 0 16800975 18446604443589260224 0 0 -1 6 0 0 0
[pid=16674/tid=16678] ppid=16672 vsize=10544456 CPUtime=0.09 cores=0,2,4,6
/proc/16674/task/16678/stat : 16678 (java) S 16672 16674 14185 0 -1 4202560 16 0 0 0 9 0 0 0 15 0 19 0 883473706 10797522944 21724 33554432000 1073741824 1073778376 140733208093808 18446744073709551615 254273432473 0 4 0 16800975 18446604443589260224 0 0 -1 6 0 0 0
[pid=16674/tid=16679] ppid=16672 vsize=10544456 CPUtime=0.1 cores=0,2,4,6
/proc/16674/task/16679/stat : 16679 (java) S 16672 16674 14185 0 -1 4202560 180 0 0 0 10 0 0 0 15 0 19 0 883473706 10797522944 21724 33554432000 1073741824 1073778376 140733208093808 18446744073709551615 254273432473 0 4 0 16800975 18446604443589260224 0 0 -1 0 0 0 0
[pid=16674/tid=16680] ppid=16672 vsize=10544456 CPUtime=0.09 cores=0,2,4,6
/proc/16674/task/16680/stat : 16680 (java) S 16672 16674 14185 0 -1 4202560 35 0 0 0 9 0 0 0 15 0 19 0 883473706 10797522944 21724 33554432000 1073741824 1073778376 140733208093808 18446744073709551615 254273432473 0 4 0 16800975 18446604443589260224 0 0 -1 0 0 0 0
[pid=16674/tid=16681] ppid=16672 vsize=10544456 CPUtime=0.08 cores=0,2,4,6
/proc/16674/task/16681/stat : 16681 (java) S 16672 16674 14185 0 -1 4202560 73 0 0 0 8 0 0 0 15 0 19 0 883473706 10797522944 21724 33554432000 1073741824 1073778376 140733208093808 18446744073709551615 254273432473 0 4 0 16800975 18446604443589260224 0 0 -1 0 0 0 0
[pid=16674/tid=16682] ppid=16672 vsize=10544456 CPUtime=0.1 cores=0,2,4,6
/proc/16674/task/16682/stat : 16682 (java) S 16672 16674 14185 0 -1 4202560 197 0 0 0 10 0 0 0 15 0 19 0 883473706 10797522944 21724 33554432000 1073741824 1073778376 140733208093808 18446744073709551615 254273432473 0 4 0 16800975 18446604443589260224 0 0 -1 4 0 0 0
[pid=16674/tid=16683] ppid=16672 vsize=10544456 CPUtime=0.09 cores=0,2,4,6
/proc/16674/task/16683/stat : 16683 (java) S 16672 16674 14185 0 -1 4202560 202 0 0 0 9 0 0 0 15 0 19 0 883473706 10797522944 21724 33554432000 1073741824 1073778376 140733208093808 18446744073709551615 254273432473 0 4 0 16800975 18446604443589260224 0 0 -1 6 0 0 0
[pid=16674/tid=16684] ppid=16672 vsize=10544456 CPUtime=0.09 cores=0,2,4,6
/proc/16674/task/16684/stat : 16684 (java) S 16672 16674 14185 0 -1 4202560 234 0 0 0 9 0 0 0 15 0 19 0 883473706 10797522944 21724 33554432000 1073741824 1073778376 140733208093808 18446744073709551615 254273432473 0 4 0 16800975 18446604443589260224 0 0 -1 0 0 0 0
[pid=16674/tid=16685] ppid=16672 vsize=10544456 CPUtime=4.85 cores=0,2,4,6
/proc/16674/task/16685/stat : 16685 (java) S 16672 16674 14185 0 -1 4202560 1441 0 0 0 481 4 0 0 15 0 19 0 883473707 10797522944 21724 33554432000 1073741824 1073778376 140733208093808 18446744073709551615 254273433088 0 0 0 16800975 18446604443589260224 0 0 -1 2 0 0 0
[pid=16674/tid=16686] ppid=16672 vsize=10544456 CPUtime=0 cores=0,2,4,6
/proc/16674/task/16686/stat : 16686 (java) S 16672 16674 14185 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 883473708 10797522944 21724 33554432000 1073741824 1073778376 140733208093808 18446744073709551615 254273432473 0 4 0 16800975 18446604443589260224 0 0 -1 2 0 0 0
[pid=16674/tid=16687] ppid=16672 vsize=10544456 CPUtime=0 cores=0,2,4,6
/proc/16674/task/16687/stat : 16687 (java) S 16672 16674 14185 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 883473708 10797522944 21724 33554432000 1073741824 1073778376 140733208093808 18446744073709551615 254273432473 0 4 0 16800975 18446604443589260224 0 0 -1 2 0 0 0
[pid=16674/tid=16688] ppid=16672 vsize=10544456 CPUtime=0 cores=0,2,4,6
/proc/16674/task/16688/stat : 16688 (java) S 16672 16674 14185 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883473710 10797522944 21724 33554432000 1073741824 1073778376 140733208093808 18446744073709551615 254273440177 0 4 0 16800975 18446604443589260224 0 0 -1 2 0 0 0
[pid=16674/tid=16689] ppid=16672 vsize=10544456 CPUtime=0.46 cores=0,2,4,6
/proc/16674/task/16689/stat : 16689 (java) S 16672 16674 14185 0 -1 4202560 2179 0 0 0 46 0 0 0 15 0 19 0 883473710 10797522944 21724 33554432000 1073741824 1073778376 140733208093808 18446744073709551615 254273432473 0 4 0 16800975 18446604443589260224 0 0 -1 2 0 0 0
[pid=16674/tid=16690] ppid=16672 vsize=10544456 CPUtime=0.51 cores=0,2,4,6
/proc/16674/task/16690/stat : 16690 (java) S 16672 16674 14185 0 -1 4202560 4411 0 0 0 51 0 0 0 15 0 19 0 883473710 10797522944 21724 33554432000 1073741824 1073778376 140733208093808 18446744073709551615 254273432473 0 4 0 16800975 18446604443589260224 0 0 -1 4 0 0 0
[pid=16674/tid=16691] ppid=16672 vsize=10544456 CPUtime=0 cores=0,2,4,6
/proc/16674/task/16691/stat : 16691 (java) S 16672 16674 14185 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883473710 10797522944 21724 33554432000 1073741824 1073778376 140733208093808 18446744073709551615 254273432473 0 4 0 16800975 18446604443589260224 0 0 -1 6 0 0 0
[pid=16674/tid=16692] ppid=16672 vsize=10544456 CPUtime=0 cores=0,2,4,6
/proc/16674/task/16692/stat : 16692 (java) S 16672 16674 14185 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 19 0 883473710 10797522944 21724 33554432000 1073741824 1073778376 140733208093808 18446744073709551615 254273433088 0 4 0 16800975 18446604443589260224 0 0 -1 4 0 0 0
[pid=16674/tid=16693] ppid=16672 vsize=10544456 CPUtime=0 cores=0,2,4,6
/proc/16674/task/16693/stat : 16693 (java) S 16672 16674 14185 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 883473738 10797522944 21724 33554432000 1073741824 1073778376 140733208093808 18446744073709551615 254273433088 0 4 0 16800975 18446604443589260224 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 173.21
Current children cumulated vsize (KiB) 10544456

[startup+172.301 s]
/proc/loadavg: 2.43 2.12 2.00 3/214 16812
/proc/meminfo: memFree=1579224/32951124 swapFree=67057920/67111528
[pid=16674] ppid=16672 vsize=10544456 CPUtime=173.61 cores=0,2,4,6
/proc/16674/stat : 16674 (java) S 16672 16674 14185 0 -1 4202496 25790 0 1 0 17351 10 0 0 25 0 19 0 883473704 10797522944 21728 33554432000 1073741824 1073778376 140733208093808 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/16674/statm: 2636114 21728 2254 9 0 2626848 0
[pid=16674/tid=16676] ppid=16672 vsize=10544456 CPUtime=166.95 cores=0,2,4,6
/proc/16674/task/16676/stat : 16676 (java) R 16672 16674 14185 0 -1 4202560 15361 0 1 0 16692 3 0 0 21 0 19 0 883473705 10797522944 21728 33554432000 1073741824 1073778376 140733208093808 18446744073709551615 46912505643259 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=16674/tid=16677] ppid=16672 vsize=10544456 CPUtime=0.09 cores=0,2,4,6
/proc/16674/task/16677/stat : 16677 (java) S 16672 16674 14185 0 -1 4202560 301 0 0 0 9 0 0 0 15 0 19 0 883473706 10797522944 21728 33554432000 1073741824 1073778376 140733208093808 18446744073709551615 254273432473 0 4 0 16800975 18446604443589260224 0 0 -1 6 0 0 0
[pid=16674/tid=16678] ppid=16672 vsize=10544456 CPUtime=0.09 cores=0,2,4,6
/proc/16674/task/16678/stat : 16678 (java) S 16672 16674 14185 0 -1 4202560 16 0 0 0 9 0 0 0 15 0 19 0 883473706 10797522944 21728 33554432000 1073741824 1073778376 140733208093808 18446744073709551615 254273432473 0 4 0 16800975 18446604443589260224 0 0 -1 6 0 0 0
[pid=16674/tid=16679] ppid=16672 vsize=10544456 CPUtime=0.1 cores=0,2,4,6
/proc/16674/task/16679/stat : 16679 (java) S 16672 16674 14185 0 -1 4202560 180 0 0 0 10 0 0 0 15 0 19 0 883473706 10797522944 21728 33554432000 1073741824 1073778376 140733208093808 18446744073709551615 254273432473 0 4 0 16800975 18446604443589260224 0 0 -1 0 0 0 0
[pid=16674/tid=16680] ppid=16672 vsize=10544456 CPUtime=0.09 cores=0,2,4,6
/proc/16674/task/16680/stat : 16680 (java) S 16672 16674 14185 0 -1 4202560 35 0 0 0 9 0 0 0 15 0 19 0 883473706 10797522944 21728 33554432000 1073741824 1073778376 140733208093808 18446744073709551615 254273432473 0 4 0 16800975 18446604443589260224 0 0 -1 0 0 0 0
[pid=16674/tid=16681] ppid=16672 vsize=10544456 CPUtime=0.08 cores=0,2,4,6
/proc/16674/task/16681/stat : 16681 (java) S 16672 16674 14185 0 -1 4202560 73 0 0 0 8 0 0 0 15 0 19 0 883473706 10797522944 21728 33554432000 1073741824 1073778376 140733208093808 18446744073709551615 254273432473 0 4 0 16800975 18446604443589260224 0 0 -1 0 0 0 0
[pid=16674/tid=16682] ppid=16672 vsize=10544456 CPUtime=0.1 cores=0,2,4,6
/proc/16674/task/16682/stat : 16682 (java) S 16672 16674 14185 0 -1 4202560 197 0 0 0 10 0 0 0 15 0 19 0 883473706 10797522944 21728 33554432000 1073741824 1073778376 140733208093808 18446744073709551615 254273432473 0 4 0 16800975 18446604443589260224 0 0 -1 4 0 0 0
[pid=16674/tid=16683] ppid=16672 vsize=10544456 CPUtime=0.09 cores=0,2,4,6
/proc/16674/task/16683/stat : 16683 (java) S 16672 16674 14185 0 -1 4202560 202 0 0 0 9 0 0 0 15 0 19 0 883473706 10797522944 21728 33554432000 1073741824 1073778376 140733208093808 18446744073709551615 254273432473 0 4 0 16800975 18446604443589260224 0 0 -1 6 0 0 0
[pid=16674/tid=16684] ppid=16672 vsize=10544456 CPUtime=0.09 cores=0,2,4,6
/proc/16674/task/16684/stat : 16684 (java) S 16672 16674 14185 0 -1 4202560 234 0 0 0 9 0 0 0 15 0 19 0 883473706 10797522944 21728 33554432000 1073741824 1073778376 140733208093808 18446744073709551615 254273432473 0 4 0 16800975 18446604443589260224 0 0 -1 4 0 0 0
[pid=16674/tid=16685] ppid=16672 vsize=10544456 CPUtime=4.87 cores=0,2,4,6
/proc/16674/task/16685/stat : 16685 (java) S 16672 16674 14185 0 -1 4202560 1441 0 0 0 483 4 0 0 16 0 19 0 883473707 10797522944 21728 33554432000 1073741824 1073778376 140733208093808 18446744073709551615 254273433088 0 0 0 16800975 18446604443589260224 0 0 -1 2 0 0 0
[pid=16674/tid=16686] ppid=16672 vsize=10544456 CPUtime=0 cores=0,2,4,6
/proc/16674/task/16686/stat : 16686 (java) S 16672 16674 14185 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 883473708 10797522944 21728 33554432000 1073741824 1073778376 140733208093808 18446744073709551615 254273432473 0 4 0 16800975 18446604443589260224 0 0 -1 2 0 0 0
[pid=16674/tid=16687] ppid=16672 vsize=10544456 CPUtime=0 cores=0,2,4,6
/proc/16674/task/16687/stat : 16687 (java) S 16672 16674 14185 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 883473708 10797522944 21728 33554432000 1073741824 1073778376 140733208093808 18446744073709551615 254273432473 0 4 0 16800975 18446604443589260224 0 0 -1 2 0 0 0
[pid=16674/tid=16688] ppid=16672 vsize=10544456 CPUtime=0 cores=0,2,4,6
/proc/16674/task/16688/stat : 16688 (java) S 16672 16674 14185 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883473710 10797522944 21728 33554432000 1073741824 1073778376 140733208093808 18446744073709551615 254273440177 0 4 0 16800975 18446604443589260224 0 0 -1 2 0 0 0
[pid=16674/tid=16689] ppid=16672 vsize=10544456 CPUtime=0.46 cores=0,2,4,6
/proc/16674/task/16689/stat : 16689 (java) S 16672 16674 14185 0 -1 4202560 2179 0 0 0 46 0 0 0 15 0 19 0 883473710 10797522944 21728 33554432000 1073741824 1073778376 140733208093808 18446744073709551615 254273432473 0 4 0 16800975 18446604443589260224 0 0 -1 2 0 0 0
[pid=16674/tid=16690] ppid=16672 vsize=10544456 CPUtime=0.51 cores=0,2,4,6
/proc/16674/task/16690/stat : 16690 (java) S 16672 16674 14185 0 -1 4202560 4411 0 0 0 51 0 0 0 15 0 19 0 883473710 10797522944 21728 33554432000 1073741824 1073778376 140733208093808 18446744073709551615 254273432473 0 4 0 16800975 18446604443589260224 0 0 -1 4 0 0 0
[pid=16674/tid=16691] ppid=16672 vsize=10544456 CPUtime=0 cores=0,2,4,6
/proc/16674/task/16691/stat : 16691 (java) S 16672 16674 14185 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883473710 10797522944 21728 33554432000 1073741824 1073778376 140733208093808 18446744073709551615 254273432473 0 4 0 16800975 18446604443589260224 0 0 -1 6 0 0 0
[pid=16674/tid=16692] ppid=16672 vsize=10544456 CPUtime=0 cores=0,2,4,6
/proc/16674/task/16692/stat : 16692 (java) S 16672 16674 14185 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 19 0 883473710 10797522944 21728 33554432000 1073741824 1073778376 140733208093808 18446744073709551615 254273433088 0 4 0 16800975 18446604443589260224 0 0 -1 4 0 0 0
[pid=16674/tid=16693] ppid=16672 vsize=10544456 CPUtime=0 cores=0,2,4,6
/proc/16674/task/16693/stat : 16693 (java) S 16672 16674 14185 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 883473738 10797522944 21728 33554432000 1073741824 1073778376 140733208093808 18446744073709551615 254273433088 0 4 0 16800975 18446604443589260224 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 173.61
Current children cumulated vsize (KiB) 10544456

[startup+172.401 s]
/proc/loadavg: 2.43 2.12 2.00 3/214 16812
/proc/meminfo: memFree=1579224/32951124 swapFree=67057920/67111528
[pid=16674] ppid=16672 vsize=10544456 CPUtime=173.71 cores=0,2,4,6
/proc/16674/stat : 16674 (java) S 16672 16674 14185 0 -1 4202496 25790 0 1 0 17361 10 0 0 25 0 19 0 883473704 10797522944 21728 33554432000 1073741824 1073778376 140733208093808 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/16674/statm: 2636114 21728 2254 9 0 2626848 0
[pid=16674/tid=16676] ppid=16672 vsize=10544456 CPUtime=167.05 cores=0,2,4,6
/proc/16674/task/16676/stat : 16676 (java) R 16672 16674 14185 0 -1 4202560 15361 0 1 0 16702 3 0 0 21 0 19 0 883473705 10797522944 21728 33554432000 1073741824 1073778376 140733208093808 18446744073709551615 46912505643684 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=16674/tid=16677] ppid=16672 vsize=10544456 CPUtime=0.09 cores=0,2,4,6
/proc/16674/task/16677/stat : 16677 (java) S 16672 16674 14185 0 -1 4202560 301 0 0 0 9 0 0 0 15 0 19 0 883473706 10797522944 21728 33554432000 1073741824 1073778376 140733208093808 18446744073709551615 254273432473 0 4 0 16800975 18446604443589260224 0 0 -1 6 0 0 0
[pid=16674/tid=16678] ppid=16672 vsize=10544456 CPUtime=0.09 cores=0,2,4,6
/proc/16674/task/16678/stat : 16678 (java) S 16672 16674 14185 0 -1 4202560 16 0 0 0 9 0 0 0 15 0 19 0 883473706 10797522944 21728 33554432000 1073741824 1073778376 140733208093808 18446744073709551615 254273432473 0 4 0 16800975 18446604443589260224 0 0 -1 6 0 0 0
[pid=16674/tid=16679] ppid=16672 vsize=10544456 CPUtime=0.1 cores=0,2,4,6
/proc/16674/task/16679/stat : 16679 (java) S 16672 16674 14185 0 -1 4202560 180 0 0 0 10 0 0 0 15 0 19 0 883473706 10797522944 21728 33554432000 1073741824 1073778376 140733208093808 18446744073709551615 254273432473 0 4 0 16800975 18446604443589260224 0 0 -1 0 0 0 0
[pid=16674/tid=16680] ppid=16672 vsize=10544456 CPUtime=0.09 cores=0,2,4,6
/proc/16674/task/16680/stat : 16680 (java) S 16672 16674 14185 0 -1 4202560 35 0 0 0 9 0 0 0 15 0 19 0 883473706 10797522944 21728 33554432000 1073741824 1073778376 140733208093808 18446744073709551615 254273432473 0 4 0 16800975 18446604443589260224 0 0 -1 0 0 0 0
[pid=16674/tid=16681] ppid=16672 vsize=10544456 CPUtime=0.08 cores=0,2,4,6
/proc/16674/task/16681/stat : 16681 (java) S 16672 16674 14185 0 -1 4202560 73 0 0 0 8 0 0 0 15 0 19 0 883473706 10797522944 21728 33554432000 1073741824 1073778376 140733208093808 18446744073709551615 254273432473 0 4 0 16800975 18446604443589260224 0 0 -1 0 0 0 0
[pid=16674/tid=16682] ppid=16672 vsize=10544456 CPUtime=0.1 cores=0,2,4,6
/proc/16674/task/16682/stat : 16682 (java) S 16672 16674 14185 0 -1 4202560 197 0 0 0 10 0 0 0 15 0 19 0 883473706 10797522944 21728 33554432000 1073741824 1073778376 140733208093808 18446744073709551615 254273432473 0 4 0 16800975 18446604443589260224 0 0 -1 4 0 0 0
[pid=16674/tid=16683] ppid=16672 vsize=10544456 CPUtime=0.09 cores=0,2,4,6
/proc/16674/task/16683/stat : 16683 (java) S 16672 16674 14185 0 -1 4202560 202 0 0 0 9 0 0 0 15 0 19 0 883473706 10797522944 21728 33554432000 1073741824 1073778376 140733208093808 18446744073709551615 254273432473 0 4 0 16800975 18446604443589260224 0 0 -1 6 0 0 0
[pid=16674/tid=16684] ppid=16672 vsize=10544456 CPUtime=0.09 cores=0,2,4,6
/proc/16674/task/16684/stat : 16684 (java) S 16672 16674 14185 0 -1 4202560 234 0 0 0 9 0 0 0 15 0 19 0 883473706 10797522944 21728 33554432000 1073741824 1073778376 140733208093808 18446744073709551615 254273432473 0 4 0 16800975 18446604443589260224 0 0 -1 4 0 0 0
[pid=16674/tid=16685] ppid=16672 vsize=10544456 CPUtime=4.87 cores=0,2,4,6
/proc/16674/task/16685/stat : 16685 (java) S 16672 16674 14185 0 -1 4202560 1441 0 0 0 483 4 0 0 16 0 19 0 883473707 10797522944 21728 33554432000 1073741824 1073778376 140733208093808 18446744073709551615 254273433088 0 0 0 16800975 18446604443589260224 0 0 -1 2 0 0 0
[pid=16674/tid=16686] ppid=16672 vsize=10544456 CPUtime=0 cores=0,2,4,6
/proc/16674/task/16686/stat : 16686 (java) S 16672 16674 14185 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 883473708 10797522944 21728 33554432000 1073741824 1073778376 140733208093808 18446744073709551615 254273432473 0 4 0 16800975 18446604443589260224 0 0 -1 2 0 0 0
[pid=16674/tid=16687] ppid=16672 vsize=10544456 CPUtime=0 cores=0,2,4,6
/proc/16674/task/16687/stat : 16687 (java) S 16672 16674 14185 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 883473708 10797522944 21728 33554432000 1073741824 1073778376 140733208093808 18446744073709551615 254273432473 0 4 0 16800975 18446604443589260224 0 0 -1 2 0 0 0
[pid=16674/tid=16688] ppid=16672 vsize=10544456 CPUtime=0 cores=0,2,4,6
/proc/16674/task/16688/stat : 16688 (java) S 16672 16674 14185 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883473710 10797522944 21728 33554432000 1073741824 1073778376 140733208093808 18446744073709551615 254273440177 0 4 0 16800975 18446604443589260224 0 0 -1 2 0 0 0
[pid=16674/tid=16689] ppid=16672 vsize=10544456 CPUtime=0.46 cores=0,2,4,6
/proc/16674/task/16689/stat : 16689 (java) S 16672 16674 14185 0 -1 4202560 2179 0 0 0 46 0 0 0 15 0 19 0 883473710 10797522944 21728 33554432000 1073741824 1073778376 140733208093808 18446744073709551615 254273432473 0 4 0 16800975 18446604443589260224 0 0 -1 2 0 0 0
[pid=16674/tid=16690] ppid=16672 vsize=10544456 CPUtime=0.51 cores=0,2,4,6
/proc/16674/task/16690/stat : 16690 (java) S 16672 16674 14185 0 -1 4202560 4411 0 0 0 51 0 0 0 15 0 19 0 883473710 10797522944 21728 33554432000 1073741824 1073778376 140733208093808 18446744073709551615 254273432473 0 4 0 16800975 18446604443589260224 0 0 -1 4 0 0 0
[pid=16674/tid=16691] ppid=16672 vsize=10544456 CPUtime=0 cores=0,2,4,6
/proc/16674/task/16691/stat : 16691 (java) S 16672 16674 14185 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883473710 10797522944 21728 33554432000 1073741824 1073778376 140733208093808 18446744073709551615 254273432473 0 4 0 16800975 18446604443589260224 0 0 -1 6 0 0 0
[pid=16674/tid=16692] ppid=16672 vsize=10544456 CPUtime=0 cores=0,2,4,6
/proc/16674/task/16692/stat : 16692 (java) S 16672 16674 14185 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 19 0 883473710 10797522944 21728 33554432000 1073741824 1073778376 140733208093808 18446744073709551615 254273433088 0 4 0 16800975 18446604443589260224 0 0 -1 4 0 0 0
[pid=16674/tid=16693] ppid=16672 vsize=10544456 CPUtime=0 cores=0,2,4,6
/proc/16674/task/16693/stat : 16693 (java) S 16672 16674 14185 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 883473738 10797522944 21728 33554432000 1073741824 1073778376 140733208093808 18446744073709551615 254273433088 0 4 0 16800975 18446604443589260224 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 173.71
Current children cumulated vsize (KiB) 10544456

Child status: 30
Real time (s): 172.429
CPU time (s): 173.752
CPU user time (s): 173.642
CPU system time (s): 0.109983
CPU usage (%): 100.767
Max. virtual memory (cumulated for all children) (KiB): 10546352

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 173.642
system time used= 0.109983
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25811
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= 11622
involuntary context switches= 5256

runsolver used 0.331949 second user time and 0.622905 second system time

The end

Launcher Data

Begin job on node140 at 2011-06-12 22:29:44
IDJOB=3492726
IDBENCH=78977
IDSOLVER=1982
FILE ID=node140/3492726-1307910584
RUNJOBID= node140-1307908248-16322
PBS_JOBID= 13559568
Free space on /var/tmp= 2912 MiB

SOLVER NAME= Sat4j Resolution 2011-06-08
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900551347--soft-66-100-0.wbo
COMMAND LINE= java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3492726-1307910584/watcher-3492726-1307910584 -o /var/tmp/evaluation-result-3492726-1307910584/solver-3492726-1307910584 -C 1800 -W 1900 -M 15500  java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3492726-1307910584.wbo

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= ccbb2f2628d7a379eab2ad56e88b2a24
RANDOM SEED=929004092

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       1646072 kB
Buffers:         63992 kB
Cached:       30174592 kB
SwapCached:       7412 kB
Active:       15957828 kB
Inactive:     14396332 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       1646072 kB
SwapTotal:    67111528 kB
SwapFree:     67057920 kB
Dirty:             488 kB
Writeback:           0 kB
AnonPages:      112756 kB
Mapped:          21508 kB
Slab:           885356 kB
PageTables:       5084 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 10572316 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 /var/tmp at the end= 2912 MiB
End job on node140 at 2011-06-12 22:32:36