Trace number 3492730

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 244.641 242.483

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900566157--soft-66-100-0.wbo
MD5SUMd542ebd8fdf9cdf1064a589ed9ad7045
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark6
Best CPU time to get the best result obtained on this benchmark70.5163
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 constraints930
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 46532
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 46531
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 801
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.06/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.06/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.08	c See www.sat4j.org for details.
0.06/0.09	c version 2.3.1.v20110525
0.06/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.09	c java.vm.version	19.1-b02
0.06/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.09	c sun.arch.data.model	64
0.06/0.09	c java.version		1.6.0_24
0.06/0.09	c os.name		Linux
0.06/0.09	c os.version		2.6.18-164.el5
0.06/0.09	c os.arch		amd64
0.06/0.09	c Free memory 		9996466904
0.06/0.09	c Max memory 		10048897024
0.06/0.09	c Total memory 		10048897024
0.06/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@13d4c61c
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c Expensive reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-3492730-1307910607.wbo
0.09/0.11	c reading problem ... 
0.49/0.30	c ... done. Wall clock time 0.192s.
0.49/0.30	c #vars     1161
0.49/0.30	c #constraints  2707
0.49/0.30	c constraints type 
0.49/0.30	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2534
0.49/0.30	c org.sat4j.minisat.constraints.card.MinWatchCard => 14
0.49/0.30	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 150
0.49/0.30	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 9
0.49/0.39	c SATISFIABLE
0.49/0.39	c OPTIMIZING...
0.49/0.39	c Got one! Elapsed wall clock time (in seconds):0.283
0.49/0.39	o 267
0.74/0.44	c Got one! Elapsed wall clock time (in seconds):0.33
0.74/0.44	o 246
1.04/0.50	c Got one! Elapsed wall clock time (in seconds):0.391
1.04/0.50	o 243
1.04/0.52	c Got one! Elapsed wall clock time (in seconds):0.413
1.04/0.52	o 234
1.04/0.54	c Got one! Elapsed wall clock time (in seconds):0.427
1.04/0.54	o 198
1.04/0.56	c Got one! Elapsed wall clock time (in seconds):0.451
1.04/0.56	o 168
1.31/0.63	c Got one! Elapsed wall clock time (in seconds):0.524
1.31/0.63	o 166
1.31/0.68	c Got one! Elapsed wall clock time (in seconds):0.571
1.31/0.68	o 164
1.42/0.74	c Got one! Elapsed wall clock time (in seconds):0.627
1.42/0.74	o 129
1.53/0.86	c Got one! Elapsed wall clock time (in seconds):0.75
1.53/0.86	o 115
1.64/0.92	c Got one! Elapsed wall clock time (in seconds):0.811
1.64/0.92	o 66
1.77/1.02	c Got one! Elapsed wall clock time (in seconds):0.908
1.77/1.02	o 62
1.77/1.06	c Got one! Elapsed wall clock time (in seconds):0.953
1.77/1.06	o 61
1.89/1.18	c Got one! Elapsed wall clock time (in seconds):1.067
1.89/1.18	o 52
2.09/1.35	c Got one! Elapsed wall clock time (in seconds):1.243
2.09/1.35	o 34
2.21/1.47	c cleaning 5520 clauses out of 11043 with flag 1003/11043
2.54/1.71	c Got one! Elapsed wall clock time (in seconds):1.597
2.54/1.71	o 27
2.65/1.85	c cleaning 5597 clauses out of 11197 with flag 2000/16717
2.65/1.87	c Got one! Elapsed wall clock time (in seconds):1.766
2.65/1.87	o 21
2.96/2.16	c cleaning 5383 clauses out of 10772 with flag 5001/21889
3.29/2.49	c cleaning 5691 clauses out of 11388 with flag 11000/27888
3.70/2.88	c cleaning 6345 clauses out of 12697 with flag 18000/34888
4.20/3.35	c cleaning 7169 clauses out of 14352 with flag 26000/42888
4.80/3.92	c cleaning 8088 clauses out of 16184 with flag 35001/51889
5.40/4.53	c cleaning 9044 clauses out of 18095 with flag 45000/61888
5.50/4.67	c Got one! Elapsed wall clock time (in seconds):4.562
5.50/4.67	o 20
5.70/4.87	c cleaning 7288 clauses out of 14583 with flag 3000/67420
6.10/5.24	c cleaning 6642 clauses out of 13295 with flag 9000/73420
6.50/5.67	c cleaning 6823 clauses out of 13655 with flag 16002/80422
6.81/5.97	c Got one! Elapsed wall clock time (in seconds):5.863
6.81/5.97	o 17
7.21/6.36	c cleaning 8615 clauses out of 17238 with flag 5000/90828
7.61/6.72	c cleaning 7309 clauses out of 14623 with flag 11000/96828
8.01/7.12	c cleaning 7153 clauses out of 14315 with flag 18001/103829
8.22/7.35	c Got one! Elapsed wall clock time (in seconds):7.246
8.22/7.35	o 14
8.32/7.42	c cleaning 6267 clauses out of 12552 with flag 1000/109219
8.62/7.77	c cleaning 6142 clauses out of 12289 with flag 7004/115223
9.02/8.13	c cleaning 6563 clauses out of 13144 with flag 14001/122220
9.42/8.52	c cleaning 7286 clauses out of 14581 with flag 22001/130220
9.82/9.00	c Got one! Elapsed wall clock time (in seconds):8.887
9.82/9.00	o 11
10.32/9.43	c cleaning 10418 clauses out of 20844 with flag 5002/143769
10.73/9.81	c cleaning 8207 clauses out of 16426 with flag 11002/149769
11.03/10.19	c cleaning 7608 clauses out of 15223 with flag 18006/156773
11.53/10.62	c cleaning 7798 clauses out of 15611 with flag 26002/164769
11.93/11.07	c cleaning 8403 clauses out of 16812 with flag 35001/173768
12.53/11.60	c cleaning 9197 clauses out of 18410 with flag 45002/183769
13.03/12.18	c cleaning 9596 clauses out of 19211 with flag 55000/193767
13.63/12.76	c cleaning 9802 clauses out of 19615 with flag 65000/203767
14.23/13.32	c cleaning 9897 clauses out of 19813 with flag 75000/213767
14.23/13.35	c Got one! Elapsed wall clock time (in seconds):13.242
14.23/13.35	o 10
14.53/13.65	c cleaning 7655 clauses out of 15332 with flag 5000/219183
14.83/13.96	c cleaning 6838 clauses out of 13679 with flag 11002/225185
15.24/14.31	c cleaning 6911 clauses out of 13839 with flag 18000/232183
15.63/14.73	c cleaning 7463 clauses out of 14931 with flag 26003/240186
16.03/15.17	c cleaning 8225 clauses out of 16465 with flag 35000/249183
16.53/15.67	c cleaning 9115 clauses out of 18241 with flag 45001/259184
17.04/16.17	c cleaning 9554 clauses out of 19126 with flag 55001/269184
17.54/16.69	c cleaning 9784 clauses out of 19571 with flag 65000/279183
18.14/17.22	c cleaning 9890 clauses out of 19789 with flag 75002/289185
18.64/17.79	c cleaning 9939 clauses out of 19897 with flag 85000/299183
19.24/18.31	c cleaning 9970 clauses out of 19958 with flag 95000/309183
19.74/18.88	c cleaning 9980 clauses out of 19988 with flag 105000/319183
20.34/19.40	c cleaning 9995 clauses out of 20008 with flag 115000/329183
20.85/19.99	c cleaning 10003 clauses out of 20014 with flag 125001/339184
21.45/20.55	c cleaning 10004 clauses out of 20013 with flag 135003/349186
21.95/21.08	c cleaning 10000 clauses out of 20007 with flag 145001/359184
22.55/21.67	c cleaning 9999 clauses out of 20007 with flag 155001/369184
23.16/22.23	c cleaning 9997 clauses out of 20009 with flag 165002/379185
23.76/22.81	c cleaning 9996 clauses out of 20011 with flag 175001/389184
24.36/23.40	c cleaning 10004 clauses out of 20015 with flag 185001/399184
24.48/23.57	c Got one! Elapsed wall clock time (in seconds):23.459
24.48/23.57	o 6
24.58/23.69	c cleaning 7606 clauses out of 15216 with flag 2002/404389
24.98/24.03	c cleaning 6804 clauses out of 13611 with flag 8003/410390
25.28/24.38	c cleaning 6898 clauses out of 13805 with flag 15001/417388
25.78/24.80	c cleaning 7446 clauses out of 14906 with flag 23000/425387
26.18/25.25	c cleaning 8227 clauses out of 16462 with flag 32002/434389
26.78/25.81	c cleaning 9113 clauses out of 18233 with flag 42000/444387
27.28/26.31	c cleaning 9556 clauses out of 19120 with flag 52000/454387
27.78/26.85	c cleaning 9781 clauses out of 19565 with flag 62001/464388
28.28/27.36	c cleaning 9883 clauses out of 19784 with flag 72001/474388
28.88/27.92	c cleaning 9946 clauses out of 19900 with flag 82000/484387
29.38/28.46	c cleaning 9969 clauses out of 19955 with flag 92001/494388
29.88/28.98	c cleaning 9991 clauses out of 19986 with flag 102001/504388
30.48/29.54	c cleaning 9986 clauses out of 19994 with flag 112000/514387
31.08/30.10	c cleaning 10000 clauses out of 20008 with flag 122000/524387
31.58/30.62	c cleaning 9998 clauses out of 20009 with flag 132001/534388
32.08/31.19	c cleaning 10002 clauses out of 20012 with flag 142002/544389
32.68/31.72	c cleaning 9997 clauses out of 20008 with flag 152000/554387
33.18/32.24	c cleaning 9998 clauses out of 20012 with flag 162001/564388
33.68/32.77	c cleaning 10003 clauses out of 20015 with flag 172002/574389
34.28/33.31	c cleaning 10001 clauses out of 20011 with flag 182001/584388
34.78/33.86	c cleaning 9996 clauses out of 20009 with flag 192000/594387
35.38/34.42	c cleaning 10002 clauses out of 20014 with flag 202001/604388
35.88/34.96	c cleaning 9998 clauses out of 20012 with flag 212001/614388
36.49/35.54	c cleaning 9998 clauses out of 20013 with flag 222000/624387
36.99/36.08	c cleaning 10002 clauses out of 20016 with flag 232001/634388
37.59/36.63	c cleaning 9998 clauses out of 20014 with flag 242001/644388
38.09/37.16	c cleaning 10009 clauses out of 20017 with flag 252002/654389
38.59/37.65	c cleaning 9996 clauses out of 20009 with flag 262003/664390
39.19/38.20	c cleaning 9995 clauses out of 20010 with flag 272000/674387
39.69/38.77	c cleaning 10004 clauses out of 20016 with flag 282001/684388
40.29/39.30	c cleaning 10001 clauses out of 20011 with flag 292000/694387
40.79/39.85	c cleaning 10002 clauses out of 20011 with flag 302001/704388
41.39/40.41	c cleaning 9998 clauses out of 20009 with flag 312001/714388
41.89/40.94	c cleaning 10001 clauses out of 20010 with flag 322000/724387
42.49/41.51	c cleaning 10000 clauses out of 20013 with flag 332004/734391
42.99/42.08	c cleaning 9999 clauses out of 20010 with flag 342001/744388
43.59/42.62	c cleaning 10002 clauses out of 20011 with flag 352001/754388
44.20/43.23	c cleaning 10002 clauses out of 20010 with flag 362002/764389
44.80/43.81	c cleaning 10001 clauses out of 20006 with flag 372000/774387
45.41/44.42	c cleaning 9997 clauses out of 20005 with flag 382000/784387
45.91/45.00	c cleaning 10001 clauses out of 20008 with flag 392000/794387
46.51/45.55	c cleaning 9992 clauses out of 20007 with flag 402000/804387
47.01/46.10	c cleaning 10000 clauses out of 20016 with flag 412001/814388
47.61/46.68	c cleaning 10002 clauses out of 20016 with flag 422001/824388
48.21/47.23	c cleaning 10002 clauses out of 20015 with flag 432002/834389
48.71/47.80	c cleaning 9999 clauses out of 20012 with flag 442001/844388
49.32/48.34	c cleaning 10003 clauses out of 20012 with flag 452000/854387
49.81/48.89	c cleaning 10002 clauses out of 20014 with flag 462005/864392
50.42/49.43	c cleaning 9999 clauses out of 20007 with flag 472000/874387
51.02/50.00	c cleaning 9998 clauses out of 20010 with flag 482002/884389
51.52/50.55	c cleaning 10002 clauses out of 20011 with flag 492001/894388
52.02/51.09	c cleaning 10000 clauses out of 20010 with flag 502002/904389
52.62/51.62	c cleaning 9998 clauses out of 20008 with flag 512000/914387
53.12/52.19	c cleaning 10002 clauses out of 20010 with flag 522000/924387
53.73/52.75	c cleaning 9997 clauses out of 20008 with flag 532000/934387
54.23/53.22	c cleaning 9997 clauses out of 20013 with flag 542002/944389
54.73/53.75	c cleaning 10002 clauses out of 20014 with flag 552000/954387
55.23/54.25	c cleaning 10002 clauses out of 20016 with flag 562004/964391
55.73/54.79	c cleaning 10000 clauses out of 20011 with flag 572001/974388
56.23/55.29	c cleaning 10000 clauses out of 20010 with flag 582000/984387
56.73/55.76	c cleaning 10001 clauses out of 20012 with flag 592002/994389
57.23/56.28	c cleaning 10001 clauses out of 20009 with flag 602000/1004387
57.84/56.80	c cleaning 9999 clauses out of 20009 with flag 612001/1014388
58.34/57.32	c cleaning 9995 clauses out of 20010 with flag 622001/1024388
58.84/57.83	c cleaning 9993 clauses out of 20015 with flag 632001/1034388
59.34/58.35	c cleaning 9999 clauses out of 20021 with flag 642000/1044387
59.84/58.85	c cleaning 10005 clauses out of 20023 with flag 652001/1054388
60.35/59.33	c cleaning 10001 clauses out of 20017 with flag 662000/1064387
60.84/59.83	c cleaning 10001 clauses out of 20017 with flag 672001/1074388
61.34/60.31	c cleaning 10005 clauses out of 20016 with flag 682001/1084388
61.85/60.83	c cleaning 10004 clauses out of 20013 with flag 692003/1094390
62.45/61.40	c cleaning 9994 clauses out of 20007 with flag 702001/1104388
62.95/61.94	c cleaning 9999 clauses out of 20012 with flag 712000/1114387
63.45/62.46	c cleaning 9999 clauses out of 20017 with flag 722004/1124391
63.95/62.98	c cleaning 10001 clauses out of 20014 with flag 732000/1134387
64.55/63.51	c cleaning 10003 clauses out of 20013 with flag 742000/1144387
65.05/64.05	c cleaning 9997 clauses out of 20014 with flag 752004/1154391
65.55/64.57	c cleaning 10001 clauses out of 20013 with flag 762000/1164387
66.05/65.10	c cleaning 10003 clauses out of 20013 with flag 772001/1174388
66.66/65.61	c cleaning 10001 clauses out of 20009 with flag 782000/1184387
67.16/66.16	c cleaning 9998 clauses out of 20008 with flag 792000/1194387
67.67/66.69	c cleaning 10002 clauses out of 20012 with flag 802002/1204389
68.27/67.28	c cleaning 9998 clauses out of 20008 with flag 812000/1214387
68.87/67.83	c cleaning 9999 clauses out of 20010 with flag 822000/1224387
69.37/68.39	c cleaning 9999 clauses out of 20011 with flag 832000/1234387
69.97/68.95	c cleaning 10003 clauses out of 20015 with flag 842003/1244390
70.47/69.47	c cleaning 9996 clauses out of 20009 with flag 852000/1254387
70.97/69.97	c cleaning 10001 clauses out of 20013 with flag 862000/1264387
71.48/70.47	c cleaning 9999 clauses out of 20012 with flag 872000/1274387
71.97/70.97	c cleaning 9999 clauses out of 20013 with flag 882000/1284387
72.48/71.47	c cleaning 10006 clauses out of 20019 with flag 892005/1294392
72.97/71.95	c cleaning 10000 clauses out of 20009 with flag 902001/1304388
73.47/72.46	c cleaning 9993 clauses out of 20008 with flag 912000/1314387
74.08/73.01	c cleaning 10006 clauses out of 20017 with flag 922002/1324389
74.58/73.59	c cleaning 9998 clauses out of 20009 with flag 932000/1334387
75.18/74.12	c cleaning 9998 clauses out of 20013 with flag 942002/1344389
75.68/74.65	c cleaning 10000 clauses out of 20014 with flag 952001/1354388
76.18/75.19	c cleaning 10003 clauses out of 20016 with flag 962003/1364390
76.78/75.75	c cleaning 9994 clauses out of 20010 with flag 972000/1374387
77.28/76.27	c cleaning 10001 clauses out of 20016 with flag 982000/1384387
77.78/76.78	c cleaning 10004 clauses out of 20017 with flag 992002/1394389
78.38/77.30	c cleaning 10002 clauses out of 20012 with flag 1002001/1404388
78.88/77.82	c cleaning 9998 clauses out of 20009 with flag 1012000/1414387
79.28/78.29	c cleaning 10002 clauses out of 20012 with flag 1022001/1424388
79.88/78.80	c cleaning 9997 clauses out of 20009 with flag 1032000/1434387
80.38/79.32	c cleaning 9996 clauses out of 20012 with flag 1042000/1444387
80.88/79.83	c cleaning 10005 clauses out of 20017 with flag 1052001/1454388
81.39/80.35	c cleaning 9997 clauses out of 20011 with flag 1062000/1464387
81.89/80.84	c cleaning 10002 clauses out of 20016 with flag 1072002/1474389
82.50/81.42	c cleaning 10003 clauses out of 20014 with flag 1082002/1484389
83.09/82.01	c cleaning 9997 clauses out of 20009 with flag 1092000/1494387
83.60/82.54	c cleaning 9999 clauses out of 20013 with flag 1102001/1504388
84.09/83.10	c cleaning 10003 clauses out of 20014 with flag 1112001/1514388
84.70/83.66	c cleaning 10001 clauses out of 20011 with flag 1122001/1524388
85.19/84.19	c cleaning 10001 clauses out of 20009 with flag 1132000/1534387
85.80/84.76	c cleaning 10000 clauses out of 20009 with flag 1142001/1544388
86.39/85.32	c cleaning 9999 clauses out of 20008 with flag 1152000/1554387
86.90/85.89	c cleaning 9995 clauses out of 20009 with flag 1162000/1564387
87.50/86.40	c cleaning 10000 clauses out of 20014 with flag 1172000/1574387
88.00/86.91	c cleaning 10003 clauses out of 20015 with flag 1182001/1584388
88.50/87.42	c cleaning 9998 clauses out of 20011 with flag 1192000/1594387
89.00/87.91	c cleaning 10001 clauses out of 20014 with flag 1202001/1604388
89.50/88.43	c cleaning 9990 clauses out of 20012 with flag 1212000/1614387
90.10/89.00	c cleaning 10003 clauses out of 20022 with flag 1222000/1624387
90.60/89.50	c cleaning 10001 clauses out of 20019 with flag 1232000/1634387
91.10/90.01	c cleaning 10004 clauses out of 20018 with flag 1242000/1644387
91.60/90.53	c cleaning 9996 clauses out of 20014 with flag 1252000/1654387
92.10/91.05	c cleaning 10001 clauses out of 20019 with flag 1262001/1664388
92.60/91.59	c cleaning 10002 clauses out of 20018 with flag 1272001/1674388
93.21/92.15	c cleaning 10005 clauses out of 20019 with flag 1282004/1684391
93.71/92.62	c cleaning 9996 clauses out of 20011 with flag 1292001/1694388
94.21/93.11	c cleaning 10002 clauses out of 20014 with flag 1302000/1704387
94.71/93.64	c cleaning 9995 clauses out of 20013 with flag 1312001/1714388
95.21/94.18	c cleaning 10004 clauses out of 20018 with flag 1322001/1724388
95.72/94.66	c cleaning 9999 clauses out of 20015 with flag 1332002/1734389
96.21/95.17	c cleaning 10002 clauses out of 20014 with flag 1342000/1744387
96.72/95.65	c cleaning 9996 clauses out of 20012 with flag 1352000/1754387
97.22/96.14	c cleaning 10002 clauses out of 20016 with flag 1362000/1764387
97.72/96.63	c cleaning 9999 clauses out of 20016 with flag 1372002/1774389
98.22/97.13	c cleaning 10001 clauses out of 20016 with flag 1382001/1784388
98.72/97.64	c cleaning 10001 clauses out of 20018 with flag 1392004/1794391
99.22/98.18	c cleaning 10000 clauses out of 20016 with flag 1402003/1804390
99.72/98.69	c cleaning 10001 clauses out of 20015 with flag 1412002/1814389
100.32/99.22	c cleaning 10004 clauses out of 20013 with flag 1422001/1824388
100.82/99.75	c cleaning 9997 clauses out of 20008 with flag 1432000/1834387
101.32/100.27	c cleaning 9994 clauses out of 20011 with flag 1442000/1844387
101.92/100.80	c cleaning 10004 clauses out of 20020 with flag 1452003/1854390
102.43/101.33	c cleaning 9998 clauses out of 20013 with flag 1462000/1864387
102.93/101.87	c cleaning 10002 clauses out of 20015 with flag 1472000/1874387
103.43/102.38	c cleaning 10004 clauses out of 20015 with flag 1482002/1884389
104.03/102.94	c cleaning 10000 clauses out of 20010 with flag 1492001/1894388
104.63/103.52	c cleaning 10002 clauses out of 20011 with flag 1502002/1904389
105.23/104.15	c cleaning 9998 clauses out of 20008 with flag 1512001/1914388
105.83/104.73	c cleaning 10002 clauses out of 20010 with flag 1522001/1924388
106.43/105.36	c cleaning 10000 clauses out of 20007 with flag 1532000/1934387
107.03/105.93	c cleaning 9994 clauses out of 20007 with flag 1542000/1944387
107.63/106.50	c cleaning 10004 clauses out of 20015 with flag 1552002/1954389
108.13/107.05	c cleaning 9997 clauses out of 20010 with flag 1562001/1964388
108.74/107.65	c cleaning 10001 clauses out of 20013 with flag 1572001/1974388
109.34/108.22	c cleaning 10000 clauses out of 20011 with flag 1582000/1984387
109.83/108.78	c cleaning 9999 clauses out of 20013 with flag 1592002/1994389
110.43/109.36	c cleaning 9998 clauses out of 20012 with flag 1602000/2004387
110.94/109.85	c cleaning 10004 clauses out of 20016 with flag 1612002/2014389
111.44/110.40	c cleaning 9997 clauses out of 20010 with flag 1622000/2024387
112.04/110.93	c cleaning 10004 clauses out of 20015 with flag 1632002/2034389
112.54/111.49	c cleaning 10000 clauses out of 20009 with flag 1642000/2044387
113.14/112.02	c cleaning 10001 clauses out of 20011 with flag 1652002/2054389
113.64/112.53	c cleaning 10001 clauses out of 20010 with flag 1662002/2064389
114.14/113.04	c cleaning 10001 clauses out of 20008 with flag 1672001/2074388
114.65/113.56	c cleaning 9998 clauses out of 20008 with flag 1682002/2084389
115.25/114.14	c cleaning 9996 clauses out of 20008 with flag 1692000/2094387
115.75/114.69	c cleaning 9997 clauses out of 20012 with flag 1702000/2104387
116.35/115.23	c cleaning 10005 clauses out of 20016 with flag 1712001/2114388
116.85/115.78	c cleaning 9999 clauses out of 20010 with flag 1722000/2124387
117.45/116.32	c cleaning 10002 clauses out of 20012 with flag 1732001/2134388
117.95/116.86	c cleaning 9999 clauses out of 20010 with flag 1742001/2144388
118.45/117.36	c cleaning 10001 clauses out of 20010 with flag 1752000/2154387
118.96/117.86	c cleaning 10001 clauses out of 20009 with flag 1762000/2164387
119.46/118.38	c cleaning 9997 clauses out of 20009 with flag 1772001/2174388
120.06/118.91	c cleaning 10000 clauses out of 20013 with flag 1782002/2184389
120.56/119.47	c cleaning 10001 clauses out of 20011 with flag 1792000/2194387
121.16/120.03	c cleaning 10004 clauses out of 20013 with flag 1802003/2204390
121.76/120.61	c cleaning 9998 clauses out of 20008 with flag 1812002/2214389
122.26/121.17	c cleaning 9995 clauses out of 20008 with flag 1822000/2224387
122.86/121.75	c cleaning 10004 clauses out of 20015 with flag 1832002/2234389
123.36/122.29	c cleaning 9998 clauses out of 20009 with flag 1842000/2244387
123.96/122.86	c cleaning 9997 clauses out of 20012 with flag 1852001/2254388
124.56/123.42	c cleaning 10000 clauses out of 20014 with flag 1862000/2264387
125.06/123.96	c cleaning 10003 clauses out of 20015 with flag 1872001/2274388
125.66/124.54	c cleaning 9999 clauses out of 20011 with flag 1882000/2284387
126.16/125.06	c cleaning 10005 clauses out of 20014 with flag 1892002/2294389
126.76/125.60	c cleaning 10000 clauses out of 20007 with flag 1902000/2304387
127.27/126.19	c cleaning 9996 clauses out of 20007 with flag 1912000/2314387
127.87/126.76	c cleaning 10002 clauses out of 20012 with flag 1922001/2324388
128.37/127.26	c cleaning 9997 clauses out of 20010 with flag 1932001/2334388
128.87/127.75	c cleaning 10004 clauses out of 20012 with flag 1942000/2344387
129.37/128.27	c cleaning 10000 clauses out of 20011 with flag 1952003/2354390
129.98/128.87	c cleaning 9998 clauses out of 20008 with flag 1962000/2364387
130.89/129.44	c cleaning 10004 clauses out of 20012 with flag 1972002/2374389
131.76/129.94	c cleaning 9994 clauses out of 20006 with flag 1982000/2384387
132.27/130.46	c cleaning 9999 clauses out of 20012 with flag 1992000/2394387
132.78/130.96	c cleaning 10002 clauses out of 20014 with flag 2002001/2404388
133.28/131.49	c cleaning 10000 clauses out of 20012 with flag 2012001/2414388
133.88/132.01	c cleaning 10001 clauses out of 20012 with flag 2022001/2424388
134.38/132.52	c cleaning 9995 clauses out of 20010 with flag 2032000/2434387
134.89/133.04	c cleaning 9999 clauses out of 20016 with flag 2042001/2444388
135.38/133.58	c cleaning 10002 clauses out of 20020 with flag 2052004/2454391
135.99/134.11	c cleaning 9998 clauses out of 20014 with flag 2062000/2464387
136.49/134.61	c cleaning 9999 clauses out of 20016 with flag 2072000/2474387
136.99/135.18	c cleaning 9999 clauses out of 20017 with flag 2082000/2484387
137.49/135.69	c cleaning 9999 clauses out of 20018 with flag 2092000/2494387
138.09/136.21	c cleaning 10007 clauses out of 20019 with flag 2102000/2504387
138.59/136.72	c cleaning 9997 clauses out of 20012 with flag 2112000/2514387
139.09/137.24	c cleaning 10003 clauses out of 20015 with flag 2122000/2524387
139.59/137.74	c cleaning 9995 clauses out of 20012 with flag 2132000/2534387
140.09/138.26	c cleaning 10002 clauses out of 20018 with flag 2142001/2544388
140.59/138.76	c cleaning 10001 clauses out of 20015 with flag 2152000/2554387
141.09/139.27	c cleaning 9998 clauses out of 20015 with flag 2162001/2564388
141.60/139.77	c cleaning 10001 clauses out of 20016 with flag 2172000/2574387
142.09/140.29	c cleaning 10002 clauses out of 20017 with flag 2182002/2584389
142.70/140.83	c cleaning 9998 clauses out of 20013 with flag 2192000/2594387
143.20/141.38	c cleaning 10001 clauses out of 20017 with flag 2202002/2604389
143.70/141.88	c cleaning 10003 clauses out of 20015 with flag 2212001/2614388
144.30/142.41	c cleaning 9999 clauses out of 20013 with flag 2222002/2624389
144.81/142.94	c cleaning 9998 clauses out of 20012 with flag 2232000/2634387
145.30/143.46	c cleaning 10004 clauses out of 20017 with flag 2242003/2644390
145.91/144.00	c cleaning 9987 clauses out of 20010 with flag 2252000/2654387
146.40/144.54	c cleaning 10006 clauses out of 20024 with flag 2262001/2664388
146.90/145.09	c cleaning 10000 clauses out of 20018 with flag 2272001/2674388
147.50/145.66	c cleaning 10005 clauses out of 20018 with flag 2282001/2684388
148.11/146.22	c cleaning 10000 clauses out of 20013 with flag 2292001/2694388
148.70/146.80	c cleaning 9998 clauses out of 20014 with flag 2302002/2704389
149.21/147.39	c cleaning 10004 clauses out of 20016 with flag 2312002/2714389
149.80/147.93	c cleaning 10001 clauses out of 20012 with flag 2322002/2724389
150.31/148.47	c cleaning 10001 clauses out of 20009 with flag 2332000/2734387
150.91/149.06	c cleaning 10003 clauses out of 20009 with flag 2342001/2744388
151.51/149.66	c cleaning 9998 clauses out of 20005 with flag 2352000/2754387
152.11/150.21	c cleaning 10000 clauses out of 20008 with flag 2362001/2764388
152.62/150.75	c cleaning 9997 clauses out of 20007 with flag 2372000/2774387
153.11/151.29	c cleaning 9997 clauses out of 20010 with flag 2382000/2784387
153.72/151.89	c cleaning 10004 clauses out of 20015 with flag 2392002/2794389
154.31/152.44	c cleaning 9993 clauses out of 20010 with flag 2402001/2804388
154.91/153.00	c cleaning 9999 clauses out of 20016 with flag 2412000/2814387
155.41/153.55	c cleaning 10001 clauses out of 20021 with flag 2422004/2824391
155.92/154.03	c cleaning 10002 clauses out of 20017 with flag 2432001/2834388
156.41/154.51	c cleaning 10000 clauses out of 20014 with flag 2442000/2844387
156.92/155.01	c cleaning 10005 clauses out of 20017 with flag 2452003/2854390
157.41/155.53	c cleaning 10001 clauses out of 20010 with flag 2462001/2864388
157.91/156.07	c cleaning 9995 clauses out of 20010 with flag 2472002/2874389
158.41/156.57	c cleaning 9996 clauses out of 20016 with flag 2482003/2884390
158.92/157.07	c cleaning 10002 clauses out of 20017 with flag 2492000/2894387
159.42/157.56	c cleaning 10003 clauses out of 20015 with flag 2502000/2904387
159.92/158.09	c cleaning 10002 clauses out of 20015 with flag 2512003/2914390
160.42/158.57	c cleaning 10002 clauses out of 20013 with flag 2522003/2924390
160.92/159.05	c cleaning 9997 clauses out of 20008 with flag 2532000/2934387
161.52/159.61	c cleaning 10002 clauses out of 20011 with flag 2542000/2944387
162.02/160.12	c cleaning 9996 clauses out of 20010 with flag 2552001/2954388
162.52/160.61	c cleaning 10002 clauses out of 20014 with flag 2562001/2964388
163.02/161.12	c cleaning 10000 clauses out of 20011 with flag 2572000/2974387
163.53/161.61	c cleaning 10003 clauses out of 20013 with flag 2582002/2984389
164.02/162.10	c cleaning 9995 clauses out of 20008 with flag 2592000/2994387
164.52/162.60	c cleaning 9998 clauses out of 20015 with flag 2602002/3004389
165.03/163.18	c cleaning 10003 clauses out of 20016 with flag 2612001/3014388
165.63/163.76	c cleaning 9999 clauses out of 20012 with flag 2622000/3024387
166.23/164.32	c cleaning 9998 clauses out of 20013 with flag 2632000/3034387
166.73/164.84	c cleaning 10004 clauses out of 20016 with flag 2642001/3044388
167.23/165.34	c cleaning 10001 clauses out of 20012 with flag 2652001/3054388
167.73/165.82	c cleaning 10001 clauses out of 20011 with flag 2662001/3064388
168.23/166.33	c cleaning 10000 clauses out of 20009 with flag 2672000/3074387
168.73/166.85	c cleaning 9998 clauses out of 20009 with flag 2682000/3084387
169.24/167.36	c cleaning 9999 clauses out of 20011 with flag 2692000/3094387
169.74/167.85	c cleaning 9999 clauses out of 20012 with flag 2702000/3104387
170.25/168.38	c cleaning 9996 clauses out of 20014 with flag 2712001/3114388
170.84/168.91	c cleaning 10003 clauses out of 20018 with flag 2722001/3124388
171.36/169.44	c cleaning 10000 clauses out of 20014 with flag 2732000/3134387
171.85/169.99	c cleaning 10001 clauses out of 20016 with flag 2742002/3144389
172.46/170.54	c cleaning 9999 clauses out of 20014 with flag 2752001/3154388
172.95/171.06	c cleaning 9995 clauses out of 20014 with flag 2762000/3164387
173.46/171.54	c cleaning 10003 clauses out of 20019 with flag 2772000/3174387
173.96/172.07	c cleaning 9999 clauses out of 20017 with flag 2782001/3184388
174.56/172.61	c cleaning 10002 clauses out of 20021 with flag 2792004/3194391
175.06/173.14	c cleaning 10001 clauses out of 20015 with flag 2802000/3204387
175.56/173.64	c cleaning 10002 clauses out of 20014 with flag 2812000/3214387
176.06/174.15	c cleaning 9998 clauses out of 20014 with flag 2822002/3224389
176.66/174.70	c cleaning 9996 clauses out of 20014 with flag 2832000/3234387
177.16/175.27	c cleaning 10005 clauses out of 20018 with flag 2842000/3244387
177.66/175.78	c cleaning 9997 clauses out of 20014 with flag 2852001/3254388
178.16/176.27	c cleaning 10000 clauses out of 20016 with flag 2862000/3264387
178.76/176.83	c cleaning 10000 clauses out of 20016 with flag 2872000/3274387
179.27/177.38	c cleaning 9999 clauses out of 20016 with flag 2882000/3284387
179.87/177.92	c cleaning 10004 clauses out of 20017 with flag 2892000/3294387
180.37/178.44	c cleaning 10003 clauses out of 20015 with flag 2902002/3304389
180.97/179.00	c cleaning 9997 clauses out of 20011 with flag 2912001/3314388
181.47/179.50	c cleaning 10000 clauses out of 20014 with flag 2922001/3324388
181.97/180.03	c cleaning 9997 clauses out of 20016 with flag 2932003/3334390
182.47/180.56	c cleaning 9996 clauses out of 20016 with flag 2942000/3344387
183.07/181.11	c cleaning 10000 clauses out of 20022 with flag 2952002/3354389
183.58/181.66	c cleaning 10000 clauses out of 20020 with flag 2962000/3364387
184.28/182.36	c cleaning 10008 clauses out of 20021 with flag 2972001/3374388
184.88/182.95	c cleaning 10002 clauses out of 20012 with flag 2982000/3384387
185.48/183.54	c cleaning 9998 clauses out of 20010 with flag 2992000/3394387
185.98/184.06	c cleaning 9995 clauses out of 20013 with flag 3002001/3404388
186.48/184.57	c cleaning 10001 clauses out of 20017 with flag 3012000/3414387
186.98/185.06	c cleaning 10006 clauses out of 20023 with flag 3022007/3424394
187.58/185.60	c cleaning 9991 clauses out of 20010 with flag 3032000/3434387
188.18/186.22	c cleaning 10003 clauses out of 20020 with flag 3042001/3444388
188.68/186.75	c cleaning 10002 clauses out of 20016 with flag 3052000/3454387
189.18/187.25	c cleaning 9996 clauses out of 20015 with flag 3062001/3464388
189.68/187.76	c cleaning 10004 clauses out of 20019 with flag 3072001/3474388
190.28/188.31	c cleaning 10000 clauses out of 20016 with flag 3082002/3484389
190.79/188.82	c cleaning 9999 clauses out of 20014 with flag 3092000/3494387
191.29/189.33	c cleaning 9998 clauses out of 20015 with flag 3102000/3504387
191.79/189.84	c cleaning 10004 clauses out of 20017 with flag 3112000/3514387
192.29/190.33	c cleaning 10002 clauses out of 20013 with flag 3122000/3524387
192.79/190.89	c cleaning 9998 clauses out of 20012 with flag 3132001/3534388
193.30/191.40	c cleaning 10000 clauses out of 20013 with flag 3142000/3544387
193.89/191.91	c cleaning 9999 clauses out of 20013 with flag 3152000/3554387
194.40/192.42	c cleaning 9998 clauses out of 20014 with flag 3162000/3564387
194.89/192.96	c cleaning 10002 clauses out of 20017 with flag 3172001/3574388
195.40/193.47	c cleaning 10003 clauses out of 20015 with flag 3182001/3584388
195.90/193.98	c cleaning 9998 clauses out of 20011 with flag 3192000/3594387
196.50/194.53	c cleaning 10004 clauses out of 20015 with flag 3202002/3604389
197.00/195.07	c cleaning 9994 clauses out of 20009 with flag 3212000/3614387
197.60/195.60	c cleaning 9999 clauses out of 20015 with flag 3222000/3624387
198.10/196.17	c cleaning 10004 clauses out of 20017 with flag 3232001/3634388
198.71/196.72	c cleaning 10002 clauses out of 20013 with flag 3242001/3644388
199.21/197.25	c cleaning 9997 clauses out of 20010 with flag 3252000/3654387
199.71/197.75	c cleaning 10001 clauses out of 20014 with flag 3262001/3664388
200.31/198.33	c cleaning 9996 clauses out of 20013 with flag 3272001/3674388
200.91/198.93	c cleaning 9985 clauses out of 20016 with flag 3282000/3684387
201.42/199.46	c cleaning 10011 clauses out of 20033 with flag 3292002/3694389
201.92/199.95	c cleaning 10003 clauses out of 20020 with flag 3302000/3704387
202.42/200.45	c cleaning 10002 clauses out of 20018 with flag 3312001/3714388
202.92/200.99	c cleaning 10002 clauses out of 20017 with flag 3322002/3724389
203.52/201.52	c cleaning 10003 clauses out of 20014 with flag 3332001/3734388
204.02/202.08	c cleaning 9999 clauses out of 20011 with flag 3342001/3744388
204.62/202.61	c cleaning 10000 clauses out of 20011 with flag 3352000/3754387
205.12/203.12	c cleaning 10003 clauses out of 20011 with flag 3362000/3764387
205.62/203.65	c cleaning 9988 clauses out of 20008 with flag 3372000/3774387
206.12/204.17	c cleaning 9997 clauses out of 20021 with flag 3382001/3784388
206.72/204.71	c cleaning 10005 clauses out of 20024 with flag 3392001/3794388
207.23/205.28	c cleaning 10002 clauses out of 20020 with flag 3402002/3804389
207.83/205.81	c cleaning 10006 clauses out of 20019 with flag 3412003/3814390
208.33/206.37	c cleaning 9998 clauses out of 20010 with flag 3422000/3824387
208.93/206.90	c cleaning 9997 clauses out of 20012 with flag 3432000/3834387
209.43/207.45	c cleaning 9999 clauses out of 20016 with flag 3442001/3844388
209.94/207.98	c cleaning 10000 clauses out of 20016 with flag 3452000/3854387
210.53/208.58	c cleaning 10004 clauses out of 20016 with flag 3462000/3864387
211.13/209.18	c cleaning 9998 clauses out of 20012 with flag 3472000/3874387
211.73/209.73	c cleaning 10002 clauses out of 20015 with flag 3482001/3884388
212.23/210.28	c cleaning 9997 clauses out of 20012 with flag 3492000/3894387
212.74/210.79	c cleaning 10005 clauses out of 20017 with flag 3502002/3904389
213.34/211.30	c cleaning 9998 clauses out of 20011 with flag 3512001/3914388
213.74/211.79	c cleaning 10004 clauses out of 20014 with flag 3522002/3924389
214.24/212.27	c cleaning 9999 clauses out of 20008 with flag 3532000/3934387
214.74/212.79	c cleaning 9999 clauses out of 20009 with flag 3542000/3944387
215.34/213.35	c cleaning 10000 clauses out of 20013 with flag 3552003/3954390
215.84/213.89	c cleaning 9997 clauses out of 20011 with flag 3562001/3964388
216.45/214.42	c cleaning 10003 clauses out of 20015 with flag 3572002/3974389
216.94/214.97	c cleaning 10000 clauses out of 20011 with flag 3582001/3984388
217.55/215.55	c cleaning 10001 clauses out of 20012 with flag 3592002/3994389
218.04/216.06	c cleaning 9996 clauses out of 20011 with flag 3602002/4004389
218.54/216.56	c cleaning 9997 clauses out of 20014 with flag 3612001/4014388
219.14/217.10	c cleaning 10004 clauses out of 20017 with flag 3622001/4024388
219.65/217.63	c cleaning 10001 clauses out of 20012 with flag 3632000/4034387
220.15/218.13	c cleaning 10000 clauses out of 20012 with flag 3642001/4044388
220.65/218.68	c cleaning 10002 clauses out of 20012 with flag 3652001/4054388
221.25/219.26	c cleaning 9989 clauses out of 20009 with flag 3662000/4064387
221.75/219.78	c cleaning 10005 clauses out of 20021 with flag 3672001/4074388
222.36/220.31	c cleaning 10000 clauses out of 20016 with flag 3682001/4084388
222.86/220.82	c cleaning 10004 clauses out of 20017 with flag 3692002/4094389
223.37/221.35	c cleaning 10002 clauses out of 20011 with flag 3702000/4104387
223.87/221.87	c cleaning 9999 clauses out of 20010 with flag 3712001/4114388
224.37/222.38	c cleaning 9998 clauses out of 20011 with flag 3722001/4124388
224.97/222.91	c cleaning 10001 clauses out of 20012 with flag 3732000/4134387
225.47/223.45	c cleaning 9997 clauses out of 20011 with flag 3742000/4144387
225.97/223.96	c cleaning 10002 clauses out of 20014 with flag 3752000/4154387
226.57/224.52	c cleaning 10000 clauses out of 20012 with flag 3762000/4164387
227.07/225.00	c cleaning 10002 clauses out of 20012 with flag 3772000/4174387
227.58/225.53	c cleaning 10001 clauses out of 20013 with flag 3782003/4184390
228.07/226.03	c cleaning 9999 clauses out of 20010 with flag 3792001/4194388
228.58/226.54	c cleaning 9998 clauses out of 20011 with flag 3802001/4204388
229.08/227.05	c cleaning 10005 clauses out of 20015 with flag 3812003/4214390
229.58/227.59	c cleaning 9998 clauses out of 20008 with flag 3822001/4224388
230.18/228.14	c cleaning 9998 clauses out of 20010 with flag 3832001/4234388
230.78/228.72	c cleaning 9999 clauses out of 20011 with flag 3842000/4244387
231.28/229.25	c cleaning 9997 clauses out of 20012 with flag 3852000/4254387
231.78/229.80	c cleaning 9999 clauses out of 20015 with flag 3862000/4264387
232.38/230.34	c cleaning 10006 clauses out of 20019 with flag 3872003/4274390
232.99/230.91	c cleaning 9998 clauses out of 20011 with flag 3882001/4284388
233.48/231.45	c cleaning 10000 clauses out of 20014 with flag 3892002/4294389
233.98/231.96	c cleaning 10002 clauses out of 20015 with flag 3902003/4304390
234.48/232.46	c cleaning 9997 clauses out of 20012 with flag 3912002/4314389
234.98/232.97	c cleaning 9994 clauses out of 20013 with flag 3922000/4324387
235.49/233.49	c cleaning 10003 clauses out of 20019 with flag 3932000/4334387
235.99/233.98	c cleaning 10001 clauses out of 20017 with flag 3942001/4344388
236.49/234.47	c cleaning 9998 clauses out of 20016 with flag 3952001/4354388
237.09/235.02	c cleaning 10001 clauses out of 20017 with flag 3962000/4364387
237.59/235.53	c cleaning 10005 clauses out of 20019 with flag 3972003/4374390
238.09/236.07	c cleaning 10002 clauses out of 20017 with flag 3982006/4384393
238.69/236.63	c cleaning 9997 clauses out of 20009 with flag 3992000/4394387
239.19/237.18	c cleaning 10002 clauses out of 20013 with flag 4002001/4404388
239.79/237.72	c cleaning 10000 clauses out of 20013 with flag 4012003/4414390
240.29/238.21	c cleaning 10000 clauses out of 20010 with flag 4022000/4424387
240.80/238.71	c cleaning 10001 clauses out of 20010 with flag 4032000/4434387
241.29/239.23	c cleaning 10002 clauses out of 20009 with flag 4042000/4444387
241.80/239.76	c cleaning 9993 clauses out of 20007 with flag 4052000/4454387
242.30/240.28	c cleaning 10004 clauses out of 20015 with flag 4062001/4464388
242.93/240.84	c cleaning 10000 clauses out of 20010 with flag 4072001/4474388
243.44/241.34	c cleaning 10002 clauses out of 20009 with flag 4082000/4484387
243.94/241.88	c cleaning 10000 clauses out of 20008 with flag 4092001/4494388
244.54/242.47	c starts		: 276
244.54/242.47	c conflicts		: 4503833
244.54/242.47	c decisions		: 7055507
244.54/242.47	c propagations		: 241250966
244.54/242.47	c inspects		: 2310129816
244.54/242.47	c shortcuts		: 0
244.54/242.47	c learnt literals	: 5
244.54/242.47	c learnt binary clauses	: 48
244.54/242.47	c learnt ternary clauses	: 851
244.54/242.47	c learnt constraints	: 4503827
244.54/242.47	c ignored constraints	: 0
244.54/242.47	c root simplifications	: 0
244.54/242.47	c removed literals (reason simplification)	: 20973645
244.54/242.47	c reason swapping (by a shorter reason)	: 0
244.54/242.47	c Calls to reduceDB	: 458
244.54/242.47	c number of reductions to clauses (during analyze)	: 0
244.54/242.47	c number of learned constraints concerned by reduction	: 0
244.54/242.47	c number of learning phase by resolution	: 0
244.54/242.47	c number of learning phase by cutting planes	: 0
244.54/242.47	c speed (assignments/second)	: 1102085.690531009
244.54/242.47	c non guided choices	3153
244.54/242.47	c learnt constraints type 
244.54/242.47	c constraints type 
244.54/242.47	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2534
244.54/242.47	c org.sat4j.minisat.constraints.card.MinWatchCard => 14
244.54/242.47	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 150
244.54/242.47	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 9
244.54/242.47	s OPTIMUM FOUND
244.54/242.47	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 
244.54/242.47	c objective function=6
244.54/242.47	c Total wall clock time (in seconds): 242.364

Verifier Data

OK	6

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 /tmp/evaluation-result-3492730-1307910607/watcher-3492730-1307910607 -o /tmp/evaluation-result-3492730-1307910607/solver-3492730-1307910607 -C 1800 -W 1900 -M 15500 java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3492730-1307910607.wbo 

running on 4 cores: 1,3,5,7

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.04 2.02 1.92 2/195 11575
/proc/meminfo: memFree=32302344/32951124 swapFree=67056676/67111528
[pid=11575] ppid=11573 vsize=23028 CPUtime=0 cores=1,3,5,7
/proc/11575/stat : 11575 (java) R 11573 11575 9967 0 -1 4202496 686 0 0 0 0 0 0 0 24 0 1 0 902658650 23580672 428 33554432000 1073741824 1073778376 140735179696336 18446744073709551615 228239386368 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11575/statm: 5757 441 334 9 0 124 0

[startup+0.0798461 s]
/proc/loadavg: 2.04 2.02 1.92 2/195 11575
/proc/meminfo: memFree=32302344/32951124 swapFree=67056676/67111528
[pid=11575] ppid=11573 vsize=10473088 CPUtime=0.06 cores=1,3,5,7
/proc/11575/stat : 11575 (java) S 11573 11575 9967 0 -1 4202496 11957 0 1 0 5 1 0 0 24 0 18 0 902658650 10724442112 11652 33554432000 1073741824 1073778376 140735179696336 18446744073709551615 228256151525 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/11575/statm: 2618272 11652 1755 9 0 2609006 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 10473088

[startup+0.100839 s]
/proc/loadavg: 2.04 2.02 1.92 2/195 11575
/proc/meminfo: memFree=32302344/32951124 swapFree=67056676/67111528
[pid=11575] ppid=11573 vsize=10539804 CPUtime=0.09 cores=1,3,5,7
/proc/11575/stat : 11575 (java) S 11573 11575 9967 0 -1 4202496 13009 0 1 0 8 1 0 0 24 0 18 0 902658650 10792759296 12696 33554432000 1073741824 1073778376 140735179696336 18446744073709551615 228256151525 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/11575/statm: 2634951 12696 2093 9 0 2625685 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10539804

[startup+0.305846 s]
/proc/loadavg: 2.04 2.02 1.92 2/195 11575
/proc/meminfo: memFree=32302344/32951124 swapFree=67056676/67111528
[pid=11575] ppid=11573 vsize=10541008 CPUtime=0.49 cores=1,3,5,7
/proc/11575/stat : 11575 (java) S 11573 11575 9967 0 -1 4202496 16417 0 1 0 47 2 0 0 24 0 18 0 902658650 10793992192 15569 33554432000 1073741824 1073778376 140735179696336 18446744073709551615 228256151525 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/11575/statm: 2635252 15569 2210 9 0 2625986 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 10541008

[startup+0.700751 s]
/proc/loadavg: 2.04 2.02 1.92 2/195 11575
/proc/meminfo: memFree=32302344/32951124 swapFree=67056676/67111528
[pid=11575] ppid=11573 vsize=10545196 CPUtime=1.42 cores=1,3,5,7
/proc/11575/stat : 11575 (java) S 11573 11575 9967 0 -1 4202496 21731 0 1 0 139 3 0 0 24 0 19 0 902658650 10798280704 18817 33554432000 1073741824 1073778376 140735179696336 18446744073709551615 228256151525 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/11575/statm: 2636299 18817 2225 9 0 2627033 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 10545196

[startup+1.50056 s]
/proc/loadavg: 2.20 2.06 1.93 3/214 11594
/proc/meminfo: memFree=32233716/32951124 swapFree=67056676/67111528
[pid=11575] ppid=11573 vsize=10545196 CPUtime=2.34 cores=1,3,5,7
/proc/11575/stat : 11575 (java) S 11573 11575 9967 0 -1 4202496 24076 0 1 0 231 3 0 0 24 0 19 0 902658650 10798280704 21155 33554432000 1073741824 1073778376 140735179696336 18446744073709551615 228256151525 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/11575/statm: 2636299 21155 2253 9 0 2627033 0
[pid=11575/tid=11577] ppid=11573 vsize=10545196 CPUtime=1.45 cores=1,3,5,7
/proc/11575/task/11577/stat : 11577 (java) R 11573 11575 9967 0 -1 4202560 15227 0 1 0 144 1 0 0 20 0 19 0 902658651 10798280704 21155 33554432000 1073741824 1073778376 140735179696336 18446744073709551615 46912505642117 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=11575/tid=11578] ppid=11573 vsize=10545196 CPUtime=0 cores=1,3,5,7
/proc/11575/task/11578/stat : 11578 (java) S 11573 11575 9967 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 902658653 10798280704 21155 33554432000 1073741824 1073778376 140735179696336 18446744073709551615 228256164761 0 4 0 16800975 18446604457112097152 0 0 -1 7 0 0 0
[pid=11575/tid=11579] ppid=11573 vsize=10545196 CPUtime=0 cores=1,3,5,7
/proc/11575/task/11579/stat : 11579 (java) S 11573 11575 9967 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 902658653 10798280704 21155 33554432000 1073741824 1073778376 140735179696336 18446744073709551615 228256164761 0 4 0 16800975 18446604457112097152 0 0 -1 7 0 0 0
[pid=11575/tid=11580] ppid=11573 vsize=10545196 CPUtime=0 cores=1,3,5,7
/proc/11575/task/11580/stat : 11580 (java) S 11573 11575 9967 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 902658653 10798280704 21155 33554432000 1073741824 1073778376 140735179696336 18446744073709551615 228256164761 0 4 0 16800975 18446604457112097152 0 0 -1 7 0 0 0
[pid=11575/tid=11581] ppid=11573 vsize=10545196 CPUtime=0 cores=1,3,5,7
/proc/11575/task/11581/stat : 11581 (java) S 11573 11575 9967 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 902658653 10798280704 21155 33554432000 1073741824 1073778376 140735179696336 18446744073709551615 228256164761 0 4 0 16800975 18446604457112097152 0 0 -1 7 0 0 0
[pid=11575/tid=11582] ppid=11573 vsize=10545196 CPUtime=0 cores=1,3,5,7
/proc/11575/task/11582/stat : 11582 (java) S 11573 11575 9967 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 902658653 10798280704 21155 33554432000 1073741824 1073778376 140735179696336 18446744073709551615 228256164761 0 4 0 16800975 18446604457112097152 0 0 -1 3 0 0 0
[pid=11575/tid=11583] ppid=11573 vsize=10545196 CPUtime=0 cores=1,3,5,7
/proc/11575/task/11583/stat : 11583 (java) S 11573 11575 9967 0 -1 4202560 86 0 0 0 0 0 0 0 18 0 19 0 902658653 10798280704 21155 33554432000 1073741824 1073778376 140735179696336 18446744073709551615 228256164761 0 4 0 16800975 18446604457112097152 0 0 -1 5 0 0 0
[pid=11575/tid=11584] ppid=11573 vsize=10545196 CPUtime=0 cores=1,3,5,7
/proc/11575/task/11584/stat : 11584 (java) S 11573 11575 9967 0 -1 4202560 240 0 0 0 0 0 0 0 18 0 19 0 902658653 10798280704 21155 33554432000 1073741824 1073778376 140735179696336 18446744073709551615 228256164761 0 4 0 16800975 18446604457112097152 0 0 -1 7 0 0 0
[pid=11575/tid=11585] ppid=11573 vsize=10545196 CPUtime=0 cores=1,3,5,7
/proc/11575/task/11585/stat : 11585 (java) S 11573 11575 9967 0 -1 4202560 234 0 0 0 0 0 0 0 18 0 19 0 902658653 10798280704 21155 33554432000 1073741824 1073778376 140735179696336 18446744073709551615 228256164761 0 4 0 16800975 18446604457112097152 0 0 -1 7 0 0 0
[pid=11575/tid=11586] ppid=11573 vsize=10545196 CPUtime=0.01 cores=1,3,5,7
/proc/11575/task/11586/stat : 11586 (java) S 11573 11575 9967 0 -1 4202560 572 0 0 0 1 0 0 0 16 0 19 0 902658654 10798280704 21155 33554432000 1073741824 1073778376 140735179696336 18446744073709551615 228256165376 0 0 0 16800975 18446604457112097152 0 0 -1 1 0 0 0
[pid=11575/tid=11587] ppid=11573 vsize=10545196 CPUtime=0 cores=1,3,5,7
/proc/11575/task/11587/stat : 11587 (java) S 11573 11575 9967 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 902658654 10798280704 21155 33554432000 1073741824 1073778376 140735179696336 18446744073709551615 228256164761 0 4 0 16800975 18446604457112097152 0 0 -1 1 0 0 0
[pid=11575/tid=11588] ppid=11573 vsize=10545196 CPUtime=0 cores=1,3,5,7
/proc/11575/task/11588/stat : 11588 (java) S 11573 11575 9967 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 902658654 10798280704 21155 33554432000 1073741824 1073778376 140735179696336 18446744073709551615 228256164761 0 4 0 16800975 18446604457112097152 0 0 -1 1 0 0 0
[pid=11575/tid=11589] ppid=11573 vsize=10545196 CPUtime=0 cores=1,3,5,7
/proc/11575/task/11589/stat : 11589 (java) S 11573 11575 9967 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902658656 10798280704 21155 33554432000 1073741824 1073778376 140735179696336 18446744073709551615 228256172465 0 4 0 16800975 18446604457112097152 0 0 -1 1 0 0 0
[pid=11575/tid=11590] ppid=11573 vsize=10545196 CPUtime=0.42 cores=1,3,5,7
/proc/11575/task/11590/stat : 11590 (java) S 11573 11575 9967 0 -1 4202560 1766 0 0 0 42 0 0 0 15 0 19 0 902658656 10798280704 21155 33554432000 1073741824 1073778376 140735179696336 18446744073709551615 228256164761 0 4 0 16800975 18446604457112097152 0 0 -1 3 0 0 0
[pid=11575/tid=11591] ppid=11573 vsize=10545196 CPUtime=0.42 cores=1,3,5,7
/proc/11575/task/11591/stat : 11591 (java) S 11573 11575 9967 0 -1 4202560 4779 0 0 0 42 0 0 0 15 0 19 0 902658656 10798280704 21155 33554432000 1073741824 1073778376 140735179696336 18446744073709551615 228256164761 0 4 0 16800975 18446604457112097152 0 0 -1 5 0 0 0
[pid=11575/tid=11592] ppid=11573 vsize=10545196 CPUtime=0 cores=1,3,5,7
/proc/11575/task/11592/stat : 11592 (java) S 11573 11575 9967 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902658656 10798280704 21155 33554432000 1073741824 1073778376 140735179696336 18446744073709551615 228256164761 0 4 0 16800975 18446604457112097152 0 0 -1 1 0 0 0
[pid=11575/tid=11593] ppid=11573 vsize=10545196 CPUtime=0 cores=1,3,5,7
/proc/11575/task/11593/stat : 11593 (java) S 11573 11575 9967 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902658656 10798280704 21155 33554432000 1073741824 1073778376 140735179696336 18446744073709551615 228256165376 0 4 0 16800975 18446604457112097152 0 0 -1 7 0 0 0
[pid=11575/tid=11594] ppid=11573 vsize=10545196 CPUtime=0 cores=1,3,5,7
/proc/11575/task/11594/stat : 11594 (java) S 11573 11575 9967 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902658682 10798280704 21155 33554432000 1073741824 1073778376 140735179696336 18446744073709551615 228256165376 0 4 0 16800975 18446604457112097152 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.34
Current children cumulated vsize (KiB) 10545196

[startup+3.10131 s]
/proc/loadavg: 2.20 2.06 1.93 3/214 11594
/proc/meminfo: memFree=32224912/32951124 swapFree=67056676/67111528
[pid=11575] ppid=11573 vsize=10545196 CPUtime=4 cores=1,3,5,7
/proc/11575/stat : 11575 (java) S 11573 11575 9967 0 -1 4202496 24555 0 1 0 397 3 0 0 24 0 19 0 902658650 10798280704 21630 33554432000 1073741824 1073778376 140735179696336 18446744073709551615 228256151525 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/11575/statm: 2636299 21630 2253 9 0 2627033 0
[pid=11575/tid=11577] ppid=11573 vsize=10545196 CPUtime=2.99 cores=1,3,5,7
/proc/11575/task/11577/stat : 11577 (java) R 11573 11575 9967 0 -1 4202560 15231 0 1 0 298 1 0 0 25 0 19 0 902658651 10798280704 21630 33554432000 1073741824 1073778376 140735179696336 18446744073709551615 46912505673104 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11575/tid=11578] ppid=11573 vsize=10545196 CPUtime=0 cores=1,3,5,7
/proc/11575/task/11578/stat : 11578 (java) S 11573 11575 9967 0 -1 4202560 199 0 0 0 0 0 0 0 15 0 19 0 902658653 10798280704 21630 33554432000 1073741824 1073778376 140735179696336 18446744073709551615 228256164761 0 4 0 16800975 18446604457112097152 0 0 -1 7 0 0 0
[pid=11575/tid=11579] ppid=11573 vsize=10545196 CPUtime=0 cores=1,3,5,7
/proc/11575/task/11579/stat : 11579 (java) S 11573 11575 9967 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 902658653 10798280704 21630 33554432000 1073741824 1073778376 140735179696336 18446744073709551615 228256164761 0 4 0 16800975 18446604457112097152 0 0 -1 7 0 0 0
[pid=11575/tid=11580] ppid=11573 vsize=10545196 CPUtime=0 cores=1,3,5,7
/proc/11575/task/11580/stat : 11580 (java) S 11573 11575 9967 0 -1 4202560 14 0 0 0 0 0 0 0 16 0 19 0 902658653 10798280704 21630 33554432000 1073741824 1073778376 140735179696336 18446744073709551615 228256164761 0 4 0 16800975 18446604457112097152 0 0 -1 7 0 0 0
[pid=11575/tid=11581] ppid=11573 vsize=10545196 CPUtime=0 cores=1,3,5,7
/proc/11575/task/11581/stat : 11581 (java) S 11573 11575 9967 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902658653 10798280704 21630 33554432000 1073741824 1073778376 140735179696336 18446744073709551615 228256164761 0 4 0 16800975 18446604457112097152 0 0 -1 7 0 0 0
[pid=11575/tid=11582] ppid=11573 vsize=10545196 CPUtime=0 cores=1,3,5,7
/proc/11575/task/11582/stat : 11582 (java) S 11573 11575 9967 0 -1 4202560 18 0 0 0 0 0 0 0 16 0 19 0 902658653 10798280704 21630 33554432000 1073741824 1073778376 140735179696336 18446744073709551615 228256164761 0 4 0 16800975 18446604457112097152 0 0 -1 3 0 0 0
[pid=11575/tid=11583] ppid=11573 vsize=10545196 CPUtime=0 cores=1,3,5,7
/proc/11575/task/11583/stat : 11583 (java) S 11573 11575 9967 0 -1 4202560 146 0 0 0 0 0 0 0 15 0 19 0 902658653 10798280704 21630 33554432000 1073741824 1073778376 140735179696336 18446744073709551615 228256164761 0 4 0 16800975 18446604457112097152 0 0 -1 5 0 0 0
[pid=11575/tid=11584] ppid=11573 vsize=10545196 CPUtime=0 cores=1,3,5,7
/proc/11575/task/11584/stat : 11584 (java) S 11573 11575 9967 0 -1 4202560 241 0 0 0 0 0 0 0 15 0 19 0 902658653 10798280704 21630 33554432000 1073741824 1073778376 140735179696336 18446744073709551615 228256164761 0 4 0 16800975 18446604457112097152 0 0 -1 5 0 0 0
[pid=11575/tid=11585] ppid=11573 vsize=10545196 CPUtime=0 cores=1,3,5,7
/proc/11575/task/11585/stat : 11585 (java) S 11573 11575 9967 0 -1 4202560 236 0 0 0 0 0 0 0 15 0 19 0 902658653 10798280704 21630 33554432000 1073741824 1073778376 140735179696336 18446744073709551615 228256164761 0 4 0 16800975 18446604457112097152 0 0 -1 3 0 0 0
[pid=11575/tid=11586] ppid=11573 vsize=10545196 CPUtime=0.06 cores=1,3,5,7
/proc/11575/task/11586/stat : 11586 (java) S 11573 11575 9967 0 -1 4202560 744 0 0 0 6 0 0 0 16 0 19 0 902658654 10798280704 21630 33554432000 1073741824 1073778376 140735179696336 18446744073709551615 228256165376 0 0 0 16800975 18446604457112097152 0 0 -1 1 0 0 0
[pid=11575/tid=11587] ppid=11573 vsize=10545196 CPUtime=0 cores=1,3,5,7
/proc/11575/task/11587/stat : 11587 (java) S 11573 11575 9967 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 902658654 10798280704 21630 33554432000 1073741824 1073778376 140735179696336 18446744073709551615 228256164761 0 4 0 16800975 18446604457112097152 0 0 -1 1 0 0 0
[pid=11575/tid=11588] ppid=11573 vsize=10545196 CPUtime=0 cores=1,3,5,7
/proc/11575/task/11588/stat : 11588 (java) S 11573 11575 9967 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 902658654 10798280704 21630 33554432000 1073741824 1073778376 140735179696336 18446744073709551615 228256164761 0 4 0 16800975 18446604457112097152 0 0 -1 1 0 0 0
[pid=11575/tid=11589] ppid=11573 vsize=10545196 CPUtime=0 cores=1,3,5,7
/proc/11575/task/11589/stat : 11589 (java) S 11573 11575 9967 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902658656 10798280704 21630 33554432000 1073741824 1073778376 140735179696336 18446744073709551615 228256172465 0 4 0 16800975 18446604457112097152 0 0 -1 1 0 0 0
[pid=11575/tid=11590] ppid=11573 vsize=10545196 CPUtime=0.43 cores=1,3,5,7
/proc/11575/task/11590/stat : 11590 (java) S 11573 11575 9967 0 -1 4202560 1766 0 0 0 43 0 0 0 15 0 19 0 902658656 10798280704 21630 33554432000 1073741824 1073778376 140735179696336 18446744073709551615 228256164761 0 4 0 16800975 18446604457112097152 0 0 -1 3 0 0 0
[pid=11575/tid=11591] ppid=11573 vsize=10545196 CPUtime=0.46 cores=1,3,5,7
/proc/11575/task/11591/stat : 11591 (java) S 11573 11575 9967 0 -1 4202560 4805 0 0 0 46 0 0 0 15 0 19 0 902658656 10798280704 21630 33554432000 1073741824 1073778376 140735179696336 18446744073709551615 228256164761 0 4 0 16800975 18446604457112097152 0 0 -1 5 0 0 0
[pid=11575/tid=11592] ppid=11573 vsize=10545196 CPUtime=0 cores=1,3,5,7
/proc/11575/task/11592/stat : 11592 (java) S 11573 11575 9967 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902658656 10798280704 21630 33554432000 1073741824 1073778376 140735179696336 18446744073709551615 228256164761 0 4 0 16800975 18446604457112097152 0 0 -1 1 0 0 0
[pid=11575/tid=11593] ppid=11573 vsize=10545196 CPUtime=0 cores=1,3,5,7
/proc/11575/task/11593/stat : 11593 (java) S 11573 11575 9967 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902658656 10798280704 21630 33554432000 1073741824 1073778376 140735179696336 18446744073709551615 228256165376 0 4 0 16800975 18446604457112097152 0 0 -1 7 0 0 0
[pid=11575/tid=11594] ppid=11573 vsize=10545196 CPUtime=0 cores=1,3,5,7
/proc/11575/task/11594/stat : 11594 (java) S 11573 11575 9967 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902658682 10798280704 21630 33554432000 1073741824 1073778376 140735179696336 18446744073709551615 228256165376 0 4 0 16800975 18446604457112097152 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4
Current children cumulated vsize (KiB) 10545196

[startup+6.30075 s]
/proc/loadavg: 2.20 2.06 1.93 3/214 11594
/proc/meminfo: memFree=32224040/32951124 swapFree=67056676/67111528
[pid=11575] ppid=11573 vsize=10545196 CPUtime=7.21 cores=1,3,5,7
/proc/11575/stat : 11575 (java) S 11573 11575 9967 0 -1 4202496 24628 0 1 0 718 3 0 0 24 0 19 0 902658650 10798280704 21528 33554432000 1073741824 1073778376 140735179696336 18446744073709551615 228256151525 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/11575/statm: 2636299 21528 2253 9 0 2627033 0
[pid=11575/tid=11577] ppid=11573 vsize=10545196 CPUtime=6.1 cores=1,3,5,7
/proc/11575/task/11577/stat : 11577 (java) R 11573 11575 9967 0 -1 4202560 15238 0 1 0 609 1 0 0 25 0 19 0 902658651 10798280704 21528 33554432000 1073741824 1073778376 140735179696336 18446744073709551615 46912505642111 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11575/tid=11578] ppid=11573 vsize=10545196 CPUtime=0 cores=1,3,5,7
/proc/11575/task/11578/stat : 11578 (java) S 11573 11575 9967 0 -1 4202560 206 0 0 0 0 0 0 0 15 0 19 0 902658653 10798280704 21528 33554432000 1073741824 1073778376 140735179696336 18446744073709551615 228256164761 0 4 0 16800975 18446604457112097152 0 0 -1 7 0 0 0
[pid=11575/tid=11579] ppid=11573 vsize=10545196 CPUtime=0 cores=1,3,5,7
/proc/11575/task/11579/stat : 11579 (java) S 11573 11575 9967 0 -1 4202560 7 0 0 0 0 0 0 0 16 0 19 0 902658653 10798280704 21528 33554432000 1073741824 1073778376 140735179696336 18446744073709551615 228256164761 0 4 0 16800975 18446604457112097152 0 0 -1 3 0 0 0
[pid=11575/tid=11580] ppid=11573 vsize=10545196 CPUtime=0 cores=1,3,5,7
/proc/11575/task/11580/stat : 11580 (java) S 11573 11575 9967 0 -1 4202560 32 0 0 0 0 0 0 0 16 0 19 0 902658653 10798280704 21528 33554432000 1073741824 1073778376 140735179696336 18446744073709551615 228256164761 0 4 0 16800975 18446604457112097152 0 0 -1 5 0 0 0
[pid=11575/tid=11581] ppid=11573 vsize=10545196 CPUtime=0 cores=1,3,5,7
/proc/11575/task/11581/stat : 11581 (java) S 11573 11575 9967 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902658653 10798280704 21528 33554432000 1073741824 1073778376 140735179696336 18446744073709551615 228256164761 0 4 0 16800975 18446604457112097152 0 0 -1 7 0 0 0
[pid=11575/tid=11582] ppid=11573 vsize=10545196 CPUtime=0 cores=1,3,5,7
/proc/11575/task/11582/stat : 11582 (java) S 11573 11575 9967 0 -1 4202560 29 0 0 0 0 0 0 0 15 0 19 0 902658653 10798280704 21528 33554432000 1073741824 1073778376 140735179696336 18446744073709551615 228256164761 0 4 0 16800975 18446604457112097152 0 0 -1 3 0 0 0
[pid=11575/tid=11583] ppid=11573 vsize=10545196 CPUtime=0 cores=1,3,5,7
/proc/11575/task/11583/stat : 11583 (java) S 11573 11575 9967 0 -1 4202560 147 0 0 0 0 0 0 0 15 0 19 0 902658653 10798280704 21528 33554432000 1073741824 1073778376 140735179696336 18446744073709551615 228256164761 0 4 0 16800975 18446604457112097152 0 0 -1 5 0 0 0
[pid=11575/tid=11584] ppid=11573 vsize=10545196 CPUtime=0 cores=1,3,5,7
/proc/11575/task/11584/stat : 11584 (java) S 11573 11575 9967 0 -1 4202560 241 0 0 0 0 0 0 0 15 0 19 0 902658653 10798280704 21528 33554432000 1073741824 1073778376 140735179696336 18446744073709551615 228256164761 0 4 0 16800975 18446604457112097152 0 0 -1 5 0 0 0
[pid=11575/tid=11585] ppid=11573 vsize=10545196 CPUtime=0 cores=1,3,5,7
/proc/11575/task/11585/stat : 11585 (java) S 11573 11575 9967 0 -1 4202560 239 0 0 0 0 0 0 0 15 0 19 0 902658653 10798280704 21528 33554432000 1073741824 1073778376 140735179696336 18446744073709551615 228256164761 0 4 0 16800975 18446604457112097152 0 0 -1 3 0 0 0
[pid=11575/tid=11586] ppid=11573 vsize=10545196 CPUtime=0.15 cores=1,3,5,7
/proc/11575/task/11586/stat : 11586 (java) S 11573 11575 9967 0 -1 4202560 765 0 0 0 15 0 0 0 16 0 19 0 902658654 10798280704 21528 33554432000 1073741824 1073778376 140735179696336 18446744073709551615 228256165376 0 0 0 16800975 18446604457112097152 0 0 -1 1 0 0 0
[pid=11575/tid=11587] ppid=11573 vsize=10545196 CPUtime=0 cores=1,3,5,7
/proc/11575/task/11587/stat : 11587 (java) S 11573 11575 9967 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 902658654 10798280704 21528 33554432000 1073741824 1073778376 140735179696336 18446744073709551615 228256164761 0 4 0 16800975 18446604457112097152 0 0 -1 1 0 0 0
[pid=11575/tid=11588] ppid=11573 vsize=10545196 CPUtime=0 cores=1,3,5,7
/proc/11575/task/11588/stat : 11588 (java) S 11573 11575 9967 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 902658654 10798280704 21528 33554432000 1073741824 1073778376 140735179696336 18446744073709551615 228256164761 0 4 0 16800975 18446604457112097152 0 0 -1 1 0 0 0
[pid=11575/tid=11589] ppid=11573 vsize=10545196 CPUtime=0 cores=1,3,5,7
/proc/11575/task/11589/stat : 11589 (java) S 11573 11575 9967 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902658656 10798280704 21528 33554432000 1073741824 1073778376 140735179696336 18446744073709551615 228256172465 0 4 0 16800975 18446604457112097152 0 0 -1 1 0 0 0
[pid=11575/tid=11590] ppid=11573 vsize=10545196 CPUtime=0.43 cores=1,3,5,7
/proc/11575/task/11590/stat : 11590 (java) S 11573 11575 9967 0 -1 4202560 1766 0 0 0 43 0 0 0 15 0 19 0 902658656 10798280704 21528 33554432000 1073741824 1073778376 140735179696336 18446744073709551615 228256164761 0 4 0 16800975 18446604457112097152 0 0 -1 3 0 0 0
[pid=11575/tid=11591] ppid=11573 vsize=10545196 CPUtime=0.47 cores=1,3,5,7
/proc/11575/task/11591/stat : 11591 (java) S 11573 11575 9967 0 -1 4202560 4805 0 0 0 47 0 0 0 15 0 19 0 902658656 10798280704 21528 33554432000 1073741824 1073778376 140735179696336 18446744073709551615 228256164761 0 4 0 16800975 18446604457112097152 0 0 -1 5 0 0 0
[pid=11575/tid=11592] ppid=11573 vsize=10545196 CPUtime=0 cores=1,3,5,7
/proc/11575/task/11592/stat : 11592 (java) S 11573 11575 9967 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902658656 10798280704 21528 33554432000 1073741824 1073778376 140735179696336 18446744073709551615 228256164761 0 4 0 16800975 18446604457112097152 0 0 -1 1 0 0 0
[pid=11575/tid=11593] ppid=11573 vsize=10545196 CPUtime=0 cores=1,3,5,7
/proc/11575/task/11593/stat : 11593 (java) S 11573 11575 9967 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902658656 10798280704 21528 33554432000 1073741824 1073778376 140735179696336 18446744073709551615 228256165376 0 4 0 16800975 18446604457112097152 0 0 -1 7 0 0 0
[pid=11575/tid=11594] ppid=11573 vsize=10545196 CPUtime=0 cores=1,3,5,7
/proc/11575/task/11594/stat : 11594 (java) S 11573 11575 9967 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902658682 10798280704 21528 33554432000 1073741824 1073778376 140735179696336 18446744073709551615 228256165376 0 4 0 16800975 18446604457112097152 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 7.21
Current children cumulated vsize (KiB) 10545196

[startup+12.7006 s]

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

/proc/11575/task/11578/stat : 11578 (java) S 11573 11575 9967 0 -1 4202560 222 0 0 0 13 0 0 0 15 0 19 0 902658653 10798280704 24194 33554432000 1073741824 1073778376 140735179696336 18446744073709551615 228256164761 0 4 0 16800975 18446604457112097152 0 0 -1 5 0 0 0
[pid=11575/tid=11579] ppid=11573 vsize=10545196 CPUtime=0.12 cores=1,3,5,7
/proc/11575/task/11579/stat : 11579 (java) S 11573 11575 9967 0 -1 4202560 20 0 0 0 12 0 0 0 15 0 19 0 902658653 10798280704 24194 33554432000 1073741824 1073778376 140735179696336 18446744073709551615 228256164761 0 4 0 16800975 18446604457112097152 0 0 -1 5 0 0 0
[pid=11575/tid=11580] ppid=11573 vsize=10545196 CPUtime=0.11 cores=1,3,5,7
/proc/11575/task/11580/stat : 11580 (java) S 11573 11575 9967 0 -1 4202560 36 0 0 0 11 0 0 0 15 0 19 0 902658653 10798280704 24194 33554432000 1073741824 1073778376 140735179696336 18446744073709551615 228256164761 0 4 0 16800975 18446604457112097152 0 0 -1 5 0 0 0
[pid=11575/tid=11581] ppid=11573 vsize=10545196 CPUtime=0.12 cores=1,3,5,7
/proc/11575/task/11581/stat : 11581 (java) S 11573 11575 9967 0 -1 4202560 19 0 0 0 12 0 0 0 16 0 19 0 902658653 10798280704 24194 33554432000 1073741824 1073778376 140735179696336 18446744073709551615 228256164761 0 4 0 16800975 18446604457112097152 0 0 -1 7 0 0 0
[pid=11575/tid=11582] ppid=11573 vsize=10545196 CPUtime=0.11 cores=1,3,5,7
/proc/11575/task/11582/stat : 11582 (java) S 11573 11575 9967 0 -1 4202560 42 0 0 0 11 0 0 0 16 0 19 0 902658653 10798280704 24194 33554432000 1073741824 1073778376 140735179696336 18446744073709551615 228256164761 0 4 0 16800975 18446604457112097152 0 0 -1 3 0 0 0
[pid=11575/tid=11583] ppid=11573 vsize=10545196 CPUtime=0.13 cores=1,3,5,7
/proc/11575/task/11583/stat : 11583 (java) S 11573 11575 9967 0 -1 4202560 169 0 0 0 13 0 0 0 15 0 19 0 902658653 10798280704 24194 33554432000 1073741824 1073778376 140735179696336 18446744073709551615 228256164761 0 4 0 16800975 18446604457112097152 0 0 -1 3 0 0 0
[pid=11575/tid=11584] ppid=11573 vsize=10545196 CPUtime=0.12 cores=1,3,5,7
/proc/11575/task/11584/stat : 11584 (java) S 11573 11575 9967 0 -1 4202560 262 0 0 0 12 0 0 0 15 0 19 0 902658653 10798280704 24194 33554432000 1073741824 1073778376 140735179696336 18446744073709551615 228256164761 0 4 0 16800975 18446604457112097152 0 0 -1 7 0 0 0
[pid=11575/tid=11585] ppid=11573 vsize=10545196 CPUtime=0.14 cores=1,3,5,7
/proc/11575/task/11585/stat : 11585 (java) S 11573 11575 9967 0 -1 4202560 254 0 0 0 14 0 0 0 15 0 19 0 902658653 10798280704 24194 33554432000 1073741824 1073778376 140735179696336 18446744073709551615 228256164761 0 4 0 16800975 18446604457112097152 0 0 -1 7 0 0 0
[pid=11575/tid=11586] ppid=11573 vsize=10545196 CPUtime=7.18 cores=1,3,5,7
/proc/11575/task/11586/stat : 11586 (java) S 11573 11575 9967 0 -1 4202560 1488 0 0 0 712 6 0 0 16 0 19 0 902658654 10798280704 24194 33554432000 1073741824 1073778376 140735179696336 18446744073709551615 228256165376 0 0 0 16800975 18446604457112097152 0 0 -1 1 0 0 0
[pid=11575/tid=11587] ppid=11573 vsize=10545196 CPUtime=0 cores=1,3,5,7
/proc/11575/task/11587/stat : 11587 (java) S 11573 11575 9967 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 902658654 10798280704 24194 33554432000 1073741824 1073778376 140735179696336 18446744073709551615 228256164761 0 4 0 16800975 18446604457112097152 0 0 -1 1 0 0 0
[pid=11575/tid=11588] ppid=11573 vsize=10545196 CPUtime=0 cores=1,3,5,7
/proc/11575/task/11588/stat : 11588 (java) S 11573 11575 9967 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 902658654 10798280704 24194 33554432000 1073741824 1073778376 140735179696336 18446744073709551615 228256164761 0 4 0 16800975 18446604457112097152 0 0 -1 1 0 0 0
[pid=11575/tid=11589] ppid=11573 vsize=10545196 CPUtime=0 cores=1,3,5,7
/proc/11575/task/11589/stat : 11589 (java) S 11573 11575 9967 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902658656 10798280704 24194 33554432000 1073741824 1073778376 140735179696336 18446744073709551615 228256172465 0 4 0 16800975 18446604457112097152 0 0 -1 1 0 0 0
[pid=11575/tid=11590] ppid=11573 vsize=10545196 CPUtime=0.48 cores=1,3,5,7
/proc/11575/task/11590/stat : 11590 (java) S 11573 11575 9967 0 -1 4202560 1768 0 0 0 48 0 0 0 15 0 19 0 902658656 10798280704 24194 33554432000 1073741824 1073778376 140735179696336 18446744073709551615 228256164761 0 4 0 16800975 18446604457112097152 0 0 -1 3 0 0 0
[pid=11575/tid=11591] ppid=11573 vsize=10545196 CPUtime=1.17 cores=1,3,5,7
/proc/11575/task/11591/stat : 11591 (java) S 11573 11575 9967 0 -1 4202560 14442 0 0 0 116 1 0 0 15 0 19 0 902658656 10798280704 24194 33554432000 1073741824 1073778376 140735179696336 18446744073709551615 228256164761 0 4 0 16800975 18446604457112097152 0 0 -1 5 0 0 0
[pid=11575/tid=11592] ppid=11573 vsize=10545196 CPUtime=0 cores=1,3,5,7
/proc/11575/task/11592/stat : 11592 (java) S 11573 11575 9967 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902658656 10798280704 24194 33554432000 1073741824 1073778376 140735179696336 18446744073709551615 228256164761 0 4 0 16800975 18446604457112097152 0 0 -1 1 0 0 0
[pid=11575/tid=11593] ppid=11573 vsize=10545196 CPUtime=0 cores=1,3,5,7
/proc/11575/task/11593/stat : 11593 (java) S 11573 11575 9967 0 -1 4202560 15 0 0 0 0 0 0 0 15 0 19 0 902658656 10798280704 24194 33554432000 1073741824 1073778376 140735179696336 18446744073709551615 228256165376 0 4 0 16800975 18446604457112097152 0 0 -1 3 0 0 0
[pid=11575/tid=11594] ppid=11573 vsize=10545196 CPUtime=0 cores=1,3,5,7
/proc/11575/task/11594/stat : 11594 (java) S 11573 11575 9967 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902658682 10798280704 24194 33554432000 1073741824 1073778376 140735179696336 18446744073709551615 228256165376 0 4 0 16800975 18446604457112097152 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 243.64
Current children cumulated vsize (KiB) 10545196

[startup+241.901 s]
/proc/loadavg: 2.00 2.02 1.93 3/214 11600
/proc/meminfo: memFree=32211080/32951124 swapFree=67056676/67111528
[pid=11575] ppid=11573 vsize=10545196 CPUtime=244.04 cores=1,3,5,7
/proc/11575/stat : 11575 (java) S 11573 11575 9967 0 -1 4202496 35576 0 1 0 24389 15 0 0 24 0 19 0 902658650 10798280704 24195 33554432000 1073741824 1073778376 140735179696336 18446744073709551615 228256151525 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/11575/statm: 2636299 24195 2255 9 0 2627033 0
[pid=11575/tid=11577] ppid=11573 vsize=10545196 CPUtime=234.08 cores=1,3,5,7
/proc/11575/task/11577/stat : 11577 (java) R 11573 11575 9967 0 -1 4202560 15687 0 1 0 23406 2 0 0 17 0 19 0 902658651 10798280704 24195 33554432000 1073741824 1073778376 140735179696336 18446744073709551615 46912505357450 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11575/tid=11578] ppid=11573 vsize=10545196 CPUtime=0.13 cores=1,3,5,7
/proc/11575/task/11578/stat : 11578 (java) S 11573 11575 9967 0 -1 4202560 222 0 0 0 13 0 0 0 15 0 19 0 902658653 10798280704 24195 33554432000 1073741824 1073778376 140735179696336 18446744073709551615 228256164761 0 4 0 16800975 18446604457112097152 0 0 -1 5 0 0 0
[pid=11575/tid=11579] ppid=11573 vsize=10545196 CPUtime=0.12 cores=1,3,5,7
/proc/11575/task/11579/stat : 11579 (java) S 11573 11575 9967 0 -1 4202560 20 0 0 0 12 0 0 0 16 0 19 0 902658653 10798280704 24195 33554432000 1073741824 1073778376 140735179696336 18446744073709551615 228256164761 0 4 0 16800975 18446604457112097152 0 0 -1 5 0 0 0
[pid=11575/tid=11580] ppid=11573 vsize=10545196 CPUtime=0.11 cores=1,3,5,7
/proc/11575/task/11580/stat : 11580 (java) S 11573 11575 9967 0 -1 4202560 36 0 0 0 11 0 0 0 15 0 19 0 902658653 10798280704 24195 33554432000 1073741824 1073778376 140735179696336 18446744073709551615 228256164761 0 4 0 16800975 18446604457112097152 0 0 -1 5 0 0 0
[pid=11575/tid=11581] ppid=11573 vsize=10545196 CPUtime=0.12 cores=1,3,5,7
/proc/11575/task/11581/stat : 11581 (java) S 11573 11575 9967 0 -1 4202560 19 0 0 0 12 0 0 0 15 0 19 0 902658653 10798280704 24195 33554432000 1073741824 1073778376 140735179696336 18446744073709551615 228256164761 0 4 0 16800975 18446604457112097152 0 0 -1 3 0 0 0
[pid=11575/tid=11582] ppid=11573 vsize=10545196 CPUtime=0.11 cores=1,3,5,7
/proc/11575/task/11582/stat : 11582 (java) S 11573 11575 9967 0 -1 4202560 42 0 0 0 11 0 0 0 15 0 19 0 902658653 10798280704 24195 33554432000 1073741824 1073778376 140735179696336 18446744073709551615 228256164761 0 4 0 16800975 18446604457112097152 0 0 -1 3 0 0 0
[pid=11575/tid=11583] ppid=11573 vsize=10545196 CPUtime=0.13 cores=1,3,5,7
/proc/11575/task/11583/stat : 11583 (java) S 11573 11575 9967 0 -1 4202560 169 0 0 0 13 0 0 0 15 0 19 0 902658653 10798280704 24195 33554432000 1073741824 1073778376 140735179696336 18446744073709551615 228256164761 0 4 0 16800975 18446604457112097152 0 0 -1 3 0 0 0
[pid=11575/tid=11584] ppid=11573 vsize=10545196 CPUtime=0.12 cores=1,3,5,7
/proc/11575/task/11584/stat : 11584 (java) S 11573 11575 9967 0 -1 4202560 262 0 0 0 12 0 0 0 15 0 19 0 902658653 10798280704 24195 33554432000 1073741824 1073778376 140735179696336 18446744073709551615 228256164761 0 4 0 16800975 18446604457112097152 0 0 -1 7 0 0 0
[pid=11575/tid=11585] ppid=11573 vsize=10545196 CPUtime=0.14 cores=1,3,5,7
/proc/11575/task/11585/stat : 11585 (java) S 11573 11575 9967 0 -1 4202560 254 0 0 0 14 0 0 0 16 0 19 0 902658653 10798280704 24195 33554432000 1073741824 1073778376 140735179696336 18446744073709551615 228256164761 0 4 0 16800975 18446604457112097152 0 0 -1 7 0 0 0
[pid=11575/tid=11586] ppid=11573 vsize=10545196 CPUtime=7.2 cores=1,3,5,7
/proc/11575/task/11586/stat : 11586 (java) S 11573 11575 9967 0 -1 4202560 1489 0 0 0 714 6 0 0 16 0 19 0 902658654 10798280704 24195 33554432000 1073741824 1073778376 140735179696336 18446744073709551615 228256165376 0 0 0 16800975 18446604457112097152 0 0 -1 1 0 0 0
[pid=11575/tid=11587] ppid=11573 vsize=10545196 CPUtime=0 cores=1,3,5,7
/proc/11575/task/11587/stat : 11587 (java) S 11573 11575 9967 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 902658654 10798280704 24195 33554432000 1073741824 1073778376 140735179696336 18446744073709551615 228256164761 0 4 0 16800975 18446604457112097152 0 0 -1 1 0 0 0
[pid=11575/tid=11588] ppid=11573 vsize=10545196 CPUtime=0 cores=1,3,5,7
/proc/11575/task/11588/stat : 11588 (java) S 11573 11575 9967 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 902658654 10798280704 24195 33554432000 1073741824 1073778376 140735179696336 18446744073709551615 228256164761 0 4 0 16800975 18446604457112097152 0 0 -1 1 0 0 0
[pid=11575/tid=11589] ppid=11573 vsize=10545196 CPUtime=0 cores=1,3,5,7
/proc/11575/task/11589/stat : 11589 (java) S 11573 11575 9967 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902658656 10798280704 24195 33554432000 1073741824 1073778376 140735179696336 18446744073709551615 228256172465 0 4 0 16800975 18446604457112097152 0 0 -1 1 0 0 0
[pid=11575/tid=11590] ppid=11573 vsize=10545196 CPUtime=0.48 cores=1,3,5,7
/proc/11575/task/11590/stat : 11590 (java) S 11573 11575 9967 0 -1 4202560 1768 0 0 0 48 0 0 0 15 0 19 0 902658656 10798280704 24195 33554432000 1073741824 1073778376 140735179696336 18446744073709551615 228256164761 0 4 0 16800975 18446604457112097152 0 0 -1 3 0 0 0
[pid=11575/tid=11591] ppid=11573 vsize=10545196 CPUtime=1.17 cores=1,3,5,7
/proc/11575/task/11591/stat : 11591 (java) S 11573 11575 9967 0 -1 4202560 14442 0 0 0 116 1 0 0 15 0 19 0 902658656 10798280704 24195 33554432000 1073741824 1073778376 140735179696336 18446744073709551615 228256164761 0 4 0 16800975 18446604457112097152 0 0 -1 5 0 0 0
[pid=11575/tid=11592] ppid=11573 vsize=10545196 CPUtime=0 cores=1,3,5,7
/proc/11575/task/11592/stat : 11592 (java) S 11573 11575 9967 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902658656 10798280704 24195 33554432000 1073741824 1073778376 140735179696336 18446744073709551615 228256164761 0 4 0 16800975 18446604457112097152 0 0 -1 1 0 0 0
[pid=11575/tid=11593] ppid=11573 vsize=10545196 CPUtime=0 cores=1,3,5,7
/proc/11575/task/11593/stat : 11593 (java) S 11573 11575 9967 0 -1 4202560 15 0 0 0 0 0 0 0 15 0 19 0 902658656 10798280704 24195 33554432000 1073741824 1073778376 140735179696336 18446744073709551615 228256165376 0 4 0 16800975 18446604457112097152 0 0 -1 3 0 0 0
[pid=11575/tid=11594] ppid=11573 vsize=10545196 CPUtime=0 cores=1,3,5,7
/proc/11575/task/11594/stat : 11594 (java) S 11573 11575 9967 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902658682 10798280704 24195 33554432000 1073741824 1073778376 140735179696336 18446744073709551615 228256165376 0 4 0 16800975 18446604457112097152 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 244.04
Current children cumulated vsize (KiB) 10545196

[startup+242.301 s]
/proc/loadavg: 2.00 2.02 1.93 3/214 11600
/proc/meminfo: memFree=32211080/32951124 swapFree=67056676/67111528
[pid=11575] ppid=11573 vsize=10545196 CPUtime=244.44 cores=1,3,5,7
/proc/11575/stat : 11575 (java) S 11573 11575 9967 0 -1 4202496 35576 0 1 0 24429 15 0 0 24 0 19 0 902658650 10798280704 24195 33554432000 1073741824 1073778376 140735179696336 18446744073709551615 228256151525 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/11575/statm: 2636299 24195 2255 9 0 2627033 0
[pid=11575/tid=11577] ppid=11573 vsize=10545196 CPUtime=234.48 cores=1,3,5,7
/proc/11575/task/11577/stat : 11577 (java) R 11573 11575 9967 0 -1 4202560 15687 0 1 0 23446 2 0 0 18 0 19 0 902658651 10798280704 24195 33554432000 1073741824 1073778376 140735179696336 18446744073709551615 46912505673304 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11575/tid=11578] ppid=11573 vsize=10545196 CPUtime=0.13 cores=1,3,5,7
/proc/11575/task/11578/stat : 11578 (java) S 11573 11575 9967 0 -1 4202560 222 0 0 0 13 0 0 0 15 0 19 0 902658653 10798280704 24195 33554432000 1073741824 1073778376 140735179696336 18446744073709551615 228256164761 0 4 0 16800975 18446604457112097152 0 0 -1 5 0 0 0
[pid=11575/tid=11579] ppid=11573 vsize=10545196 CPUtime=0.12 cores=1,3,5,7
/proc/11575/task/11579/stat : 11579 (java) S 11573 11575 9967 0 -1 4202560 20 0 0 0 12 0 0 0 16 0 19 0 902658653 10798280704 24195 33554432000 1073741824 1073778376 140735179696336 18446744073709551615 228256164761 0 4 0 16800975 18446604457112097152 0 0 -1 5 0 0 0
[pid=11575/tid=11580] ppid=11573 vsize=10545196 CPUtime=0.11 cores=1,3,5,7
/proc/11575/task/11580/stat : 11580 (java) S 11573 11575 9967 0 -1 4202560 36 0 0 0 11 0 0 0 15 0 19 0 902658653 10798280704 24195 33554432000 1073741824 1073778376 140735179696336 18446744073709551615 228256164761 0 4 0 16800975 18446604457112097152 0 0 -1 5 0 0 0
[pid=11575/tid=11581] ppid=11573 vsize=10545196 CPUtime=0.12 cores=1,3,5,7
/proc/11575/task/11581/stat : 11581 (java) S 11573 11575 9967 0 -1 4202560 19 0 0 0 12 0 0 0 15 0 19 0 902658653 10798280704 24195 33554432000 1073741824 1073778376 140735179696336 18446744073709551615 228256164761 0 4 0 16800975 18446604457112097152 0 0 -1 3 0 0 0
[pid=11575/tid=11582] ppid=11573 vsize=10545196 CPUtime=0.11 cores=1,3,5,7
/proc/11575/task/11582/stat : 11582 (java) S 11573 11575 9967 0 -1 4202560 42 0 0 0 11 0 0 0 15 0 19 0 902658653 10798280704 24195 33554432000 1073741824 1073778376 140735179696336 18446744073709551615 228256164761 0 4 0 16800975 18446604457112097152 0 0 -1 3 0 0 0
[pid=11575/tid=11583] ppid=11573 vsize=10545196 CPUtime=0.13 cores=1,3,5,7
/proc/11575/task/11583/stat : 11583 (java) S 11573 11575 9967 0 -1 4202560 169 0 0 0 13 0 0 0 15 0 19 0 902658653 10798280704 24195 33554432000 1073741824 1073778376 140735179696336 18446744073709551615 228256164761 0 4 0 16800975 18446604457112097152 0 0 -1 3 0 0 0
[pid=11575/tid=11584] ppid=11573 vsize=10545196 CPUtime=0.12 cores=1,3,5,7
/proc/11575/task/11584/stat : 11584 (java) S 11573 11575 9967 0 -1 4202560 262 0 0 0 12 0 0 0 15 0 19 0 902658653 10798280704 24195 33554432000 1073741824 1073778376 140735179696336 18446744073709551615 228256164761 0 4 0 16800975 18446604457112097152 0 0 -1 7 0 0 0
[pid=11575/tid=11585] ppid=11573 vsize=10545196 CPUtime=0.14 cores=1,3,5,7
/proc/11575/task/11585/stat : 11585 (java) S 11573 11575 9967 0 -1 4202560 254 0 0 0 14 0 0 0 16 0 19 0 902658653 10798280704 24195 33554432000 1073741824 1073778376 140735179696336 18446744073709551615 228256164761 0 4 0 16800975 18446604457112097152 0 0 -1 7 0 0 0
[pid=11575/tid=11586] ppid=11573 vsize=10545196 CPUtime=7.2 cores=1,3,5,7
/proc/11575/task/11586/stat : 11586 (java) S 11573 11575 9967 0 -1 4202560 1489 0 0 0 714 6 0 0 16 0 19 0 902658654 10798280704 24195 33554432000 1073741824 1073778376 140735179696336 18446744073709551615 228256165376 0 0 0 16800975 18446604457112097152 0 0 -1 1 0 0 0
[pid=11575/tid=11587] ppid=11573 vsize=10545196 CPUtime=0 cores=1,3,5,7
/proc/11575/task/11587/stat : 11587 (java) S 11573 11575 9967 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 902658654 10798280704 24195 33554432000 1073741824 1073778376 140735179696336 18446744073709551615 228256164761 0 4 0 16800975 18446604457112097152 0 0 -1 1 0 0 0
[pid=11575/tid=11588] ppid=11573 vsize=10545196 CPUtime=0 cores=1,3,5,7
/proc/11575/task/11588/stat : 11588 (java) S 11573 11575 9967 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 902658654 10798280704 24195 33554432000 1073741824 1073778376 140735179696336 18446744073709551615 228256164761 0 4 0 16800975 18446604457112097152 0 0 -1 1 0 0 0
[pid=11575/tid=11589] ppid=11573 vsize=10545196 CPUtime=0 cores=1,3,5,7
/proc/11575/task/11589/stat : 11589 (java) S 11573 11575 9967 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902658656 10798280704 24195 33554432000 1073741824 1073778376 140735179696336 18446744073709551615 228256172465 0 4 0 16800975 18446604457112097152 0 0 -1 1 0 0 0
[pid=11575/tid=11590] ppid=11573 vsize=10545196 CPUtime=0.48 cores=1,3,5,7
/proc/11575/task/11590/stat : 11590 (java) S 11573 11575 9967 0 -1 4202560 1768 0 0 0 48 0 0 0 15 0 19 0 902658656 10798280704 24195 33554432000 1073741824 1073778376 140735179696336 18446744073709551615 228256164761 0 4 0 16800975 18446604457112097152 0 0 -1 3 0 0 0
[pid=11575/tid=11591] ppid=11573 vsize=10545196 CPUtime=1.17 cores=1,3,5,7
/proc/11575/task/11591/stat : 11591 (java) S 11573 11575 9967 0 -1 4202560 14442 0 0 0 116 1 0 0 15 0 19 0 902658656 10798280704 24195 33554432000 1073741824 1073778376 140735179696336 18446744073709551615 228256164761 0 4 0 16800975 18446604457112097152 0 0 -1 5 0 0 0
[pid=11575/tid=11592] ppid=11573 vsize=10545196 CPUtime=0 cores=1,3,5,7
/proc/11575/task/11592/stat : 11592 (java) S 11573 11575 9967 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902658656 10798280704 24195 33554432000 1073741824 1073778376 140735179696336 18446744073709551615 228256164761 0 4 0 16800975 18446604457112097152 0 0 -1 1 0 0 0
[pid=11575/tid=11593] ppid=11573 vsize=10545196 CPUtime=0 cores=1,3,5,7
/proc/11575/task/11593/stat : 11593 (java) S 11573 11575 9967 0 -1 4202560 15 0 0 0 0 0 0 0 15 0 19 0 902658656 10798280704 24195 33554432000 1073741824 1073778376 140735179696336 18446744073709551615 228256165376 0 4 0 16800975 18446604457112097152 0 0 -1 3 0 0 0
[pid=11575/tid=11594] ppid=11573 vsize=10545196 CPUtime=0 cores=1,3,5,7
/proc/11575/task/11594/stat : 11594 (java) S 11573 11575 9967 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902658682 10798280704 24195 33554432000 1073741824 1073778376 140735179696336 18446744073709551615 228256165376 0 4 0 16800975 18446604457112097152 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 244.44
Current children cumulated vsize (KiB) 10545196

[startup+242.401 s]
/proc/loadavg: 2.00 2.02 1.93 3/214 11600
/proc/meminfo: memFree=32211080/32951124 swapFree=67056676/67111528
[pid=11575] ppid=11573 vsize=10545196 CPUtime=244.54 cores=1,3,5,7
/proc/11575/stat : 11575 (java) S 11573 11575 9967 0 -1 4202496 35576 0 1 0 24439 15 0 0 24 0 19 0 902658650 10798280704 24195 33554432000 1073741824 1073778376 140735179696336 18446744073709551615 228256151525 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/11575/statm: 2636299 24195 2255 9 0 2627033 0
[pid=11575/tid=11577] ppid=11573 vsize=10545196 CPUtime=234.58 cores=1,3,5,7
/proc/11575/task/11577/stat : 11577 (java) R 11573 11575 9967 0 -1 4202560 15687 0 1 0 23456 2 0 0 18 0 19 0 902658651 10798280704 24195 33554432000 1073741824 1073778376 140735179696336 18446744073709551615 46912505630692 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11575/tid=11578] ppid=11573 vsize=10545196 CPUtime=0.13 cores=1,3,5,7
/proc/11575/task/11578/stat : 11578 (java) S 11573 11575 9967 0 -1 4202560 222 0 0 0 13 0 0 0 15 0 19 0 902658653 10798280704 24195 33554432000 1073741824 1073778376 140735179696336 18446744073709551615 228256164761 0 4 0 16800975 18446604457112097152 0 0 -1 5 0 0 0
[pid=11575/tid=11579] ppid=11573 vsize=10545196 CPUtime=0.12 cores=1,3,5,7
/proc/11575/task/11579/stat : 11579 (java) S 11573 11575 9967 0 -1 4202560 20 0 0 0 12 0 0 0 16 0 19 0 902658653 10798280704 24195 33554432000 1073741824 1073778376 140735179696336 18446744073709551615 228256164761 0 4 0 16800975 18446604457112097152 0 0 -1 5 0 0 0
[pid=11575/tid=11580] ppid=11573 vsize=10545196 CPUtime=0.11 cores=1,3,5,7
/proc/11575/task/11580/stat : 11580 (java) S 11573 11575 9967 0 -1 4202560 36 0 0 0 11 0 0 0 15 0 19 0 902658653 10798280704 24195 33554432000 1073741824 1073778376 140735179696336 18446744073709551615 228256164761 0 4 0 16800975 18446604457112097152 0 0 -1 5 0 0 0
[pid=11575/tid=11581] ppid=11573 vsize=10545196 CPUtime=0.12 cores=1,3,5,7
/proc/11575/task/11581/stat : 11581 (java) S 11573 11575 9967 0 -1 4202560 19 0 0 0 12 0 0 0 15 0 19 0 902658653 10798280704 24195 33554432000 1073741824 1073778376 140735179696336 18446744073709551615 228256164761 0 4 0 16800975 18446604457112097152 0 0 -1 3 0 0 0
[pid=11575/tid=11582] ppid=11573 vsize=10545196 CPUtime=0.11 cores=1,3,5,7
/proc/11575/task/11582/stat : 11582 (java) S 11573 11575 9967 0 -1 4202560 42 0 0 0 11 0 0 0 15 0 19 0 902658653 10798280704 24195 33554432000 1073741824 1073778376 140735179696336 18446744073709551615 228256164761 0 4 0 16800975 18446604457112097152 0 0 -1 3 0 0 0
[pid=11575/tid=11583] ppid=11573 vsize=10545196 CPUtime=0.13 cores=1,3,5,7
/proc/11575/task/11583/stat : 11583 (java) S 11573 11575 9967 0 -1 4202560 169 0 0 0 13 0 0 0 15 0 19 0 902658653 10798280704 24195 33554432000 1073741824 1073778376 140735179696336 18446744073709551615 228256164761 0 4 0 16800975 18446604457112097152 0 0 -1 3 0 0 0
[pid=11575/tid=11584] ppid=11573 vsize=10545196 CPUtime=0.12 cores=1,3,5,7
/proc/11575/task/11584/stat : 11584 (java) S 11573 11575 9967 0 -1 4202560 262 0 0 0 12 0 0 0 15 0 19 0 902658653 10798280704 24195 33554432000 1073741824 1073778376 140735179696336 18446744073709551615 228256164761 0 4 0 16800975 18446604457112097152 0 0 -1 7 0 0 0
[pid=11575/tid=11585] ppid=11573 vsize=10545196 CPUtime=0.14 cores=1,3,5,7
/proc/11575/task/11585/stat : 11585 (java) S 11573 11575 9967 0 -1 4202560 254 0 0 0 14 0 0 0 16 0 19 0 902658653 10798280704 24195 33554432000 1073741824 1073778376 140735179696336 18446744073709551615 228256164761 0 4 0 16800975 18446604457112097152 0 0 -1 7 0 0 0
[pid=11575/tid=11586] ppid=11573 vsize=10545196 CPUtime=7.2 cores=1,3,5,7
/proc/11575/task/11586/stat : 11586 (java) S 11573 11575 9967 0 -1 4202560 1489 0 0 0 714 6 0 0 16 0 19 0 902658654 10798280704 24195 33554432000 1073741824 1073778376 140735179696336 18446744073709551615 228256165376 0 0 0 16800975 18446604457112097152 0 0 -1 1 0 0 0
[pid=11575/tid=11587] ppid=11573 vsize=10545196 CPUtime=0 cores=1,3,5,7
/proc/11575/task/11587/stat : 11587 (java) S 11573 11575 9967 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 902658654 10798280704 24195 33554432000 1073741824 1073778376 140735179696336 18446744073709551615 228256164761 0 4 0 16800975 18446604457112097152 0 0 -1 1 0 0 0
[pid=11575/tid=11588] ppid=11573 vsize=10545196 CPUtime=0 cores=1,3,5,7
/proc/11575/task/11588/stat : 11588 (java) S 11573 11575 9967 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 902658654 10798280704 24195 33554432000 1073741824 1073778376 140735179696336 18446744073709551615 228256164761 0 4 0 16800975 18446604457112097152 0 0 -1 1 0 0 0
[pid=11575/tid=11589] ppid=11573 vsize=10545196 CPUtime=0 cores=1,3,5,7
/proc/11575/task/11589/stat : 11589 (java) S 11573 11575 9967 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902658656 10798280704 24195 33554432000 1073741824 1073778376 140735179696336 18446744073709551615 228256172465 0 4 0 16800975 18446604457112097152 0 0 -1 1 0 0 0
[pid=11575/tid=11590] ppid=11573 vsize=10545196 CPUtime=0.48 cores=1,3,5,7
/proc/11575/task/11590/stat : 11590 (java) S 11573 11575 9967 0 -1 4202560 1768 0 0 0 48 0 0 0 15 0 19 0 902658656 10798280704 24195 33554432000 1073741824 1073778376 140735179696336 18446744073709551615 228256164761 0 4 0 16800975 18446604457112097152 0 0 -1 3 0 0 0
[pid=11575/tid=11591] ppid=11573 vsize=10545196 CPUtime=1.17 cores=1,3,5,7
/proc/11575/task/11591/stat : 11591 (java) S 11573 11575 9967 0 -1 4202560 14442 0 0 0 116 1 0 0 15 0 19 0 902658656 10798280704 24195 33554432000 1073741824 1073778376 140735179696336 18446744073709551615 228256164761 0 4 0 16800975 18446604457112097152 0 0 -1 5 0 0 0
[pid=11575/tid=11592] ppid=11573 vsize=10545196 CPUtime=0 cores=1,3,5,7
/proc/11575/task/11592/stat : 11592 (java) S 11573 11575 9967 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902658656 10798280704 24195 33554432000 1073741824 1073778376 140735179696336 18446744073709551615 228256164761 0 4 0 16800975 18446604457112097152 0 0 -1 1 0 0 0
[pid=11575/tid=11593] ppid=11573 vsize=10545196 CPUtime=0 cores=1,3,5,7
/proc/11575/task/11593/stat : 11593 (java) S 11573 11575 9967 0 -1 4202560 15 0 0 0 0 0 0 0 15 0 19 0 902658656 10798280704 24195 33554432000 1073741824 1073778376 140735179696336 18446744073709551615 228256165376 0 4 0 16800975 18446604457112097152 0 0 -1 3 0 0 0
[pid=11575/tid=11594] ppid=11573 vsize=10545196 CPUtime=0 cores=1,3,5,7
/proc/11575/task/11594/stat : 11594 (java) S 11573 11575 9967 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902658682 10798280704 24195 33554432000 1073741824 1073778376 140735179696336 18446744073709551615 228256165376 0 4 0 16800975 18446604457112097152 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 244.54
Current children cumulated vsize (KiB) 10545196

Child status: 30
Real time (s): 242.483
CPU time (s): 244.641
CPU user time (s): 244.475
CPU system time (s): 0.165974
CPU usage (%): 100.89
Max. virtual memory (cumulated for all children) (KiB): 10545196

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 244.475
system time used= 0.165974
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35597
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= 17808
involuntary context switches= 8289

runsolver used 0.377942 second user time and 0.960853 second system time

The end

Launcher Data

Begin job on node136 at 2011-06-12 22:30:07
IDJOB=3492730
IDBENCH=78979
IDSOLVER=1982
FILE ID=node136/3492730-1307910607
RUNJOBID= node136-1307908020-11160
PBS_JOBID= 13559606
Free space on /tmp= 74060 MiB

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

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

MD5SUM BENCH= d542ebd8fdf9cdf1064a589ed9ad7045
RANDOM SEED=2024171730

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      32302912 kB
Buffers:        127868 kB
Cached:         202944 kB
SwapCached:       8452 kB
Active:         347908 kB
Inactive:       112412 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      32302912 kB
SwapTotal:    67111528 kB
SwapFree:     67056676 kB
Dirty:              56 kB
Writeback:           0 kB
AnonPages:      127336 kB
Mapped:          21484 kB
Slab:           122796 kB
PageTables:       5100 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 10561936 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74060 MiB
End job on node136 at 2011-06-12 22:34:09