Trace number 3492636

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 257.731 255.62

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900566157--soft-33-100-0.wbo
MD5SUMcfec29cd05a8fe08303725dcbadc3399
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark42.9525
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 constraints1804
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 90822
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 90821
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.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@38540408
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3492636-1307910115.wbo
0.10/0.11	c reading problem ... 
0.47/0.31	c ... done. Wall clock time 0.202s.
0.47/0.31	c #vars     2035
0.47/0.31	c #constraints  2707
0.47/0.31	c constraints type 
0.47/0.31	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2599
0.47/0.31	c org.sat4j.minisat.constraints.card.MinWatchCard => 6
0.47/0.31	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 85
0.47/0.31	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 17
0.77/0.44	c SATISFIABLE
0.77/0.44	c OPTIMIZING...
0.77/0.44	c Got one! Elapsed wall clock time (in seconds):0.33
0.77/0.44	o 522
0.77/0.48	c Got one! Elapsed wall clock time (in seconds):0.374
0.77/0.48	o 433
1.04/0.51	c Got one! Elapsed wall clock time (in seconds):0.404
1.04/0.51	o 417
1.04/0.53	c Got one! Elapsed wall clock time (in seconds):0.422
1.04/0.53	o 364
1.04/0.55	c Got one! Elapsed wall clock time (in seconds):0.441
1.04/0.55	o 353
1.04/0.57	c Got one! Elapsed wall clock time (in seconds):0.465
1.04/0.57	o 300
1.04/0.59	c Got one! Elapsed wall clock time (in seconds):0.483
1.04/0.59	o 277
1.31/0.61	c Got one! Elapsed wall clock time (in seconds):0.498
1.31/0.61	o 276
1.31/0.69	c Got one! Elapsed wall clock time (in seconds):0.579
1.31/0.69	o 257
1.43/0.71	c Got one! Elapsed wall clock time (in seconds):0.601
1.43/0.71	o 228
1.43/0.73	c Got one! Elapsed wall clock time (in seconds):0.618
1.43/0.73	o 216
1.43/0.75	c Got one! Elapsed wall clock time (in seconds):0.638
1.43/0.75	o 169
1.43/0.78	c Got one! Elapsed wall clock time (in seconds):0.67
1.43/0.78	o 167
1.53/0.86	c Got one! Elapsed wall clock time (in seconds):0.746
1.53/0.86	o 166
1.63/0.91	c Got one! Elapsed wall clock time (in seconds):0.797
1.63/0.91	o 137
1.63/0.98	c Got one! Elapsed wall clock time (in seconds):0.874
1.63/0.98	o 129
1.74/1.04	c Got one! Elapsed wall clock time (in seconds):0.927
1.74/1.04	o 125
1.84/1.13	c Got one! Elapsed wall clock time (in seconds):1.02
1.84/1.13	o 117
1.94/1.21	c Got one! Elapsed wall clock time (in seconds):1.097
1.94/1.21	o 111
1.94/1.23	c Got one! Elapsed wall clock time (in seconds):1.122
1.94/1.23	o 104
2.34/1.67	c Got one! Elapsed wall clock time (in seconds):1.564
2.34/1.67	o 103
2.44/1.79	c Got one! Elapsed wall clock time (in seconds):1.684
2.44/1.79	o 94
2.64/1.95	c Got one! Elapsed wall clock time (in seconds):1.841
2.64/1.95	o 91
2.77/2.10	c Got one! Elapsed wall clock time (in seconds):1.992
2.77/2.10	o 87
2.97/2.28	c Got one! Elapsed wall clock time (in seconds):2.175
2.97/2.28	o 84
3.16/2.44	c Got one! Elapsed wall clock time (in seconds):2.326
3.16/2.44	o 76
3.26/2.59	c cleaning 7007 clauses out of 14019 with flag 1000/14019
3.51/2.73	c Got one! Elapsed wall clock time (in seconds):2.621
3.51/2.73	o 67
3.71/2.96	c Got one! Elapsed wall clock time (in seconds):2.853
3.71/2.96	o 55
4.12/3.32	c cleaning 6617 clauses out of 13239 with flag 3000/20246
4.32/3.54	c Got one! Elapsed wall clock time (in seconds):3.432
4.32/3.54	o 54
4.52/3.76	c Got one! Elapsed wall clock time (in seconds):3.653
4.52/3.76	o 42
4.62/3.80	c Got one! Elapsed wall clock time (in seconds):3.691
4.62/3.80	o 40
4.82/4.07	c cleaning 6666 clauses out of 13338 with flag 2000/26962
5.01/4.15	c Got one! Elapsed wall clock time (in seconds):4.037
5.01/4.15	o 27
5.22/4.39	c Got one! Elapsed wall clock time (in seconds):4.281
5.22/4.39	o 15
5.42/4.58	c cleaning 6159 clauses out of 12324 with flag 2001/32614
5.92/5.05	c cleaning 6078 clauses out of 12165 with flag 8001/38614
6.32/5.45	c Got one! Elapsed wall clock time (in seconds):5.341
6.32/5.45	o 13
6.82/5.92	c cleaning 8752 clauses out of 17511 with flag 5000/50038
7.32/6.40	c cleaning 7376 clauses out of 14759 with flag 11000/56038
7.42/6.54	c Got one! Elapsed wall clock time (in seconds):6.432
7.42/6.54	o 7
7.63/6.76	c cleaning 6308 clauses out of 12625 with flag 3001/61280
8.03/7.12	c cleaning 6157 clauses out of 12319 with flag 9003/67282
8.43/7.54	c cleaning 6572 clauses out of 13159 with flag 16000/74279
8.94/8.01	c cleaning 7288 clauses out of 14588 with flag 24001/82280
9.44/8.50	c cleaning 8141 clauses out of 16300 with flag 33001/91280
10.04/9.12	c cleaning 9072 clauses out of 18158 with flag 43000/101279
10.34/9.49	c Got one! Elapsed wall clock time (in seconds):9.381
10.34/9.49	o 3
10.74/9.90	c cleaning 10357 clauses out of 20728 with flag 5002/112921
11.14/10.29	c cleaning 8179 clauses out of 16369 with flag 11000/118919
11.54/10.69	c cleaning 7584 clauses out of 15190 with flag 18000/125919
12.04/11.10	c cleaning 7801 clauses out of 15606 with flag 26000/133919
12.44/11.57	c cleaning 8395 clauses out of 16805 with flag 35000/142919
13.06/12.13	c cleaning 9196 clauses out of 18410 with flag 45000/152919
13.65/12.78	c cleaning 9597 clauses out of 19214 with flag 55000/162919
14.35/13.40	c cleaning 9801 clauses out of 19619 with flag 65002/172921
14.85/13.98	c cleaning 9898 clauses out of 19816 with flag 75000/182919
15.46/14.60	c cleaning 9946 clauses out of 19918 with flag 85000/192919
16.06/15.19	c cleaning 9983 clauses out of 19972 with flag 95000/202919
16.66/15.72	c cleaning 9991 clauses out of 19989 with flag 105000/212919
17.16/16.29	c cleaning 9985 clauses out of 20002 with flag 115004/222923
17.76/16.87	c cleaning 9995 clauses out of 20013 with flag 125000/232919
18.36/17.43	c cleaning 10000 clauses out of 20019 with flag 135001/242920
18.96/18.01	c cleaning 10002 clauses out of 20020 with flag 145002/252921
19.47/18.55	c cleaning 10000 clauses out of 20016 with flag 155000/262919
20.07/19.12	c cleaning 9994 clauses out of 20016 with flag 165000/272919
20.57/19.65	c cleaning 10006 clauses out of 20025 with flag 175003/282922
21.17/20.21	c cleaning 10002 clauses out of 20017 with flag 185001/292920
21.79/20.81	c cleaning 10002 clauses out of 20015 with flag 195001/302920
22.29/21.33	c cleaning 9999 clauses out of 20012 with flag 205000/312919
22.79/21.86	c cleaning 10003 clauses out of 20014 with flag 215001/322920
23.39/22.40	c cleaning 9996 clauses out of 20010 with flag 225000/332919
23.89/22.91	c cleaning 10004 clauses out of 20017 with flag 235003/342922
24.39/23.42	c cleaning 9991 clauses out of 20011 with flag 245001/352920
24.90/23.94	c cleaning 10005 clauses out of 20019 with flag 255000/362919
25.40/24.46	c cleaning 10000 clauses out of 20015 with flag 265001/372920
25.90/24.99	c cleaning 9994 clauses out of 20015 with flag 275001/382920
26.50/25.56	c cleaning 10008 clauses out of 20022 with flag 285002/392921
27.00/26.08	c cleaning 10001 clauses out of 20013 with flag 295001/402920
27.60/26.61	c cleaning 9999 clauses out of 20014 with flag 305003/412922
28.10/27.16	c cleaning 9999 clauses out of 20013 with flag 315001/422920
28.70/27.72	c cleaning 9999 clauses out of 20015 with flag 325002/432921
29.20/28.23	c cleaning 9998 clauses out of 20014 with flag 335000/442919
29.71/28.78	c cleaning 10004 clauses out of 20017 with flag 345001/452920
30.21/29.29	c cleaning 9998 clauses out of 20013 with flag 355001/462920
30.81/29.80	c cleaning 9997 clauses out of 20015 with flag 365001/472920
31.31/30.35	c cleaning 10006 clauses out of 20019 with flag 375002/482921
31.91/30.93	c cleaning 9995 clauses out of 20011 with flag 385000/492919
32.41/31.44	c cleaning 10004 clauses out of 20017 with flag 395001/502920
32.92/31.95	c cleaning 9996 clauses out of 20015 with flag 405003/512922
33.41/32.49	c cleaning 10002 clauses out of 20018 with flag 415002/522921
34.02/33.01	c cleaning 10003 clauses out of 20016 with flag 425002/532921
34.51/33.53	c cleaning 10002 clauses out of 20011 with flag 435000/542919
35.02/34.02	c cleaning 9998 clauses out of 20009 with flag 445000/552919
35.02/34.09	c Got one! Elapsed wall clock time (in seconds):33.976
35.02/34.09	o 1
35.32/34.31	c cleaning 7735 clauses out of 15486 with flag 4000/558394
35.62/34.62	c cleaning 6866 clauses out of 13751 with flag 10000/564394
36.02/35.00	c cleaning 6936 clauses out of 13886 with flag 17001/571395
36.42/35.45	c cleaning 7468 clauses out of 14952 with flag 25003/579397
36.92/35.95	c cleaning 8237 clauses out of 16481 with flag 34000/588394
37.52/36.53	c cleaning 9119 clauses out of 18245 with flag 44001/598395
38.12/37.11	c cleaning 9555 clauses out of 19126 with flag 54001/608395
38.62/37.68	c cleaning 9781 clauses out of 19572 with flag 64002/618396
39.22/38.20	c cleaning 9891 clauses out of 19789 with flag 74000/628394
39.62/38.69	c cleaning 9943 clauses out of 19900 with flag 84002/638396
40.12/39.14	c cleaning 9975 clauses out of 19955 with flag 94000/648394
40.63/39.67	c cleaning 9987 clauses out of 19980 with flag 104000/658394
41.23/40.20	c cleaning 9992 clauses out of 19994 with flag 114001/668395
41.73/40.76	c cleaning 9995 clauses out of 20001 with flag 124000/678394
42.23/41.27	c cleaning 9998 clauses out of 20006 with flag 134000/688394
42.74/41.78	c cleaning 10002 clauses out of 20010 with flag 144002/698396
43.33/42.34	c cleaning 10000 clauses out of 20006 with flag 154000/708394
43.84/42.84	c cleaning 9995 clauses out of 20006 with flag 164000/718394
44.33/43.33	c cleaning 10001 clauses out of 20012 with flag 174001/728395
44.83/43.83	c cleaning 9997 clauses out of 20011 with flag 184001/738395
45.35/44.31	c cleaning 10003 clauses out of 20016 with flag 194003/748397
45.75/44.79	c cleaning 10000 clauses out of 20010 with flag 204000/758394
46.35/45.34	c cleaning 10000 clauses out of 20011 with flag 214001/768395
46.85/45.86	c cleaning 10004 clauses out of 20012 with flag 224002/778396
47.35/46.33	c cleaning 9993 clauses out of 20006 with flag 234000/788394
47.85/46.81	c cleaning 10000 clauses out of 20013 with flag 244000/798394
48.36/47.31	c cleaning 10003 clauses out of 20015 with flag 254002/808396
48.85/47.84	c cleaning 10000 clauses out of 20012 with flag 264002/818396
49.36/48.34	c cleaning 10001 clauses out of 20010 with flag 274000/828394
49.85/48.87	c cleaning 9999 clauses out of 20009 with flag 284000/838394
50.36/49.39	c cleaning 10000 clauses out of 20011 with flag 294001/848395
50.86/49.87	c cleaning 9999 clauses out of 20011 with flag 304001/858395
51.36/50.39	c cleaning 10002 clauses out of 20012 with flag 314001/868395
51.96/50.92	c cleaning 9999 clauses out of 20010 with flag 324001/878395
52.46/51.46	c cleaning 10001 clauses out of 20013 with flag 334003/888397
52.96/51.98	c cleaning 10001 clauses out of 20011 with flag 344002/898396
53.56/52.55	c cleaning 9996 clauses out of 20008 with flag 354000/908394
54.16/53.10	c cleaning 10001 clauses out of 20013 with flag 364001/918395
54.66/53.66	c cleaning 9997 clauses out of 20013 with flag 374002/928396
55.16/54.18	c cleaning 10004 clauses out of 20014 with flag 384000/938394
55.76/54.72	c cleaning 10002 clauses out of 20010 with flag 394000/948394
56.26/55.24	c cleaning 10001 clauses out of 20008 with flag 404000/958394
56.86/55.80	c cleaning 10001 clauses out of 20008 with flag 414001/968395
57.36/56.36	c cleaning 9999 clauses out of 20006 with flag 424000/978394
57.86/56.89	c cleaning 9996 clauses out of 20007 with flag 434000/988394
58.37/57.38	c cleaning 9999 clauses out of 20011 with flag 444000/998394
58.87/57.89	c cleaning 10002 clauses out of 20013 with flag 454001/1008395
59.47/58.40	c cleaning 10002 clauses out of 20013 with flag 464003/1018397
59.97/58.91	c cleaning 9998 clauses out of 20008 with flag 474000/1028394
60.48/59.42	c cleaning 9999 clauses out of 20010 with flag 484000/1038394
60.97/59.94	c cleaning 10000 clauses out of 20012 with flag 494001/1048395
61.48/60.46	c cleaning 9997 clauses out of 20011 with flag 504000/1058394
61.97/60.98	c cleaning 10006 clauses out of 20016 with flag 514002/1068396
62.58/61.50	c cleaning 9995 clauses out of 20008 with flag 524000/1078394
63.08/62.02	c cleaning 10003 clauses out of 20013 with flag 534000/1088394
63.58/62.55	c cleaning 10000 clauses out of 20011 with flag 544001/1098395
64.18/63.11	c cleaning 10001 clauses out of 20012 with flag 554002/1108396
64.68/63.66	c cleaning 9994 clauses out of 20010 with flag 564001/1118395
65.28/64.23	c cleaning 9997 clauses out of 20016 with flag 574001/1128395
65.78/64.80	c cleaning 10004 clauses out of 20020 with flag 584002/1138396
66.38/65.34	c cleaning 9999 clauses out of 20015 with flag 594001/1148395
66.88/65.86	c cleaning 10000 clauses out of 20019 with flag 604004/1158398
67.38/66.35	c cleaning 10003 clauses out of 20015 with flag 614000/1168394
67.89/66.89	c cleaning 10000 clauses out of 20013 with flag 624001/1178395
68.49/67.42	c cleaning 9996 clauses out of 20012 with flag 634000/1188394
68.99/67.94	c cleaning 10004 clauses out of 20016 with flag 644000/1198394
69.59/68.51	c cleaning 9997 clauses out of 20016 with flag 654004/1208398
70.09/69.04	c cleaning 9996 clauses out of 20015 with flag 664000/1218394
70.59/69.57	c cleaning 10002 clauses out of 20019 with flag 674000/1228394
71.09/70.08	c cleaning 10009 clauses out of 20023 with flag 684006/1238400
71.59/70.57	c cleaning 10001 clauses out of 20009 with flag 694001/1248395
72.10/71.07	c cleaning 9999 clauses out of 20008 with flag 704001/1258395
72.70/71.61	c cleaning 10000 clauses out of 20008 with flag 714000/1268394
73.20/72.17	c cleaning 10002 clauses out of 20010 with flag 724002/1278396
73.71/72.69	c cleaning 9996 clauses out of 20006 with flag 734000/1288394
74.31/73.21	c cleaning 10000 clauses out of 20012 with flag 744002/1298396
74.82/73.72	c cleaning 10004 clauses out of 20014 with flag 754004/1308398
75.31/74.23	c cleaning 9998 clauses out of 20008 with flag 764002/1318396
75.82/74.78	c cleaning 9998 clauses out of 20008 with flag 774000/1328394
76.41/75.31	c cleaning 9998 clauses out of 20010 with flag 784000/1338394
76.92/75.83	c cleaning 10000 clauses out of 20012 with flag 794000/1348394
77.42/76.36	c cleaning 10003 clauses out of 20013 with flag 804001/1358395
77.92/76.90	c cleaning 9999 clauses out of 20010 with flag 814001/1368395
78.53/77.46	c cleaning 9999 clauses out of 20012 with flag 824002/1378396
79.13/78.02	c cleaning 10000 clauses out of 20011 with flag 834000/1388394
79.63/78.56	c cleaning 10003 clauses out of 20011 with flag 844000/1398394
80.13/79.10	c cleaning 9997 clauses out of 20008 with flag 854000/1408394
80.73/79.65	c cleaning 10002 clauses out of 20014 with flag 864003/1418397
81.24/80.16	c cleaning 9996 clauses out of 20011 with flag 874002/1428396
81.74/80.67	c cleaning 10002 clauses out of 20013 with flag 884000/1438394
82.24/81.18	c cleaning 10002 clauses out of 20013 with flag 894002/1448396
82.84/81.70	c cleaning 9998 clauses out of 20009 with flag 904000/1458394
83.34/82.28	c cleaning 10001 clauses out of 20011 with flag 914000/1468394
83.94/82.85	c cleaning 10000 clauses out of 20012 with flag 924002/1478396
84.54/83.44	c cleaning 9999 clauses out of 20010 with flag 934000/1488394
85.05/83.98	c cleaning 9997 clauses out of 20012 with flag 944001/1498395
85.65/84.53	c cleaning 9995 clauses out of 20018 with flag 954004/1508398
86.15/85.08	c cleaning 9999 clauses out of 20019 with flag 964000/1518394
86.75/85.60	c cleaning 10007 clauses out of 20023 with flag 974003/1528397
87.25/86.16	c cleaning 10001 clauses out of 20013 with flag 984000/1538394
87.85/86.74	c cleaning 10002 clauses out of 20013 with flag 994001/1548395
88.35/87.28	c cleaning 9999 clauses out of 20011 with flag 1004001/1558395
88.96/87.82	c cleaning 10000 clauses out of 20013 with flag 1014002/1568396
89.46/88.36	c cleaning 10001 clauses out of 20011 with flag 1024000/1578394
90.06/88.90	c cleaning 9997 clauses out of 20010 with flag 1034000/1588394
90.56/89.44	c cleaning 10003 clauses out of 20013 with flag 1044000/1598394
91.06/89.96	c cleaning 9999 clauses out of 20013 with flag 1054003/1608397
91.56/90.46	c cleaning 10000 clauses out of 20012 with flag 1064001/1618395
92.16/91.06	c cleaning 10002 clauses out of 20012 with flag 1074001/1628395
92.76/91.61	c cleaning 9999 clauses out of 20009 with flag 1084000/1638394
93.26/92.13	c cleaning 9996 clauses out of 20010 with flag 1094000/1648394
93.77/92.67	c cleaning 10002 clauses out of 20015 with flag 1104001/1658395
94.37/93.21	c cleaning 9997 clauses out of 20012 with flag 1114000/1668394
94.87/93.76	c cleaning 9997 clauses out of 20015 with flag 1124000/1678394
95.47/94.30	c cleaning 10004 clauses out of 20018 with flag 1134000/1688394
95.97/94.85	c cleaning 10004 clauses out of 20015 with flag 1144001/1698395
96.57/95.43	c cleaning 9997 clauses out of 20010 with flag 1154000/1708394
97.17/96.01	c cleaning 9993 clauses out of 20013 with flag 1164000/1718394
97.68/96.59	c cleaning 10004 clauses out of 20021 with flag 1174001/1728395
98.28/97.15	c cleaning 10003 clauses out of 20018 with flag 1184002/1738396
98.88/97.74	c cleaning 9998 clauses out of 20013 with flag 1194000/1748394
99.48/98.34	c cleaning 10003 clauses out of 20017 with flag 1204002/1758396
99.98/98.87	c cleaning 9998 clauses out of 20013 with flag 1214001/1768395
100.58/99.47	c cleaning 10001 clauses out of 20017 with flag 1224003/1778397
101.19/100.02	c cleaning 10002 clauses out of 20014 with flag 1234001/1788395
101.68/100.58	c cleaning 10000 clauses out of 20012 with flag 1244001/1798395
102.29/101.11	c cleaning 10000 clauses out of 20011 with flag 1254000/1808394
102.78/101.65	c cleaning 10000 clauses out of 20011 with flag 1264000/1818394
103.29/102.18	c cleaning 10000 clauses out of 20011 with flag 1274000/1828394
103.89/102.71	c cleaning 10003 clauses out of 20012 with flag 1284001/1838395
104.39/103.25	c cleaning 10000 clauses out of 20011 with flag 1294003/1848397
104.89/103.79	c cleaning 9997 clauses out of 20010 with flag 1304002/1858396
105.49/104.31	c cleaning 10002 clauses out of 20011 with flag 1314000/1868394
105.99/104.84	c cleaning 10003 clauses out of 20011 with flag 1324002/1878396
106.49/105.39	c cleaning 10001 clauses out of 20007 with flag 1334001/1888395
107.09/105.90	c cleaning 9996 clauses out of 20006 with flag 1344001/1898395
107.59/106.45	c cleaning 9997 clauses out of 20011 with flag 1354002/1908396
108.19/107.04	c cleaning 10001 clauses out of 20012 with flag 1364000/1918394
108.69/107.59	c cleaning 10001 clauses out of 20012 with flag 1374001/1928395
109.29/108.16	c cleaning 9998 clauses out of 20010 with flag 1384000/1938394
109.80/108.70	c cleaning 10001 clauses out of 20014 with flag 1394002/1948396
110.40/109.23	c cleaning 9996 clauses out of 20011 with flag 1404000/1958394
110.90/109.79	c cleaning 10001 clauses out of 20015 with flag 1414000/1968394
111.50/110.32	c cleaning 10003 clauses out of 20014 with flag 1424000/1978394
112.00/110.83	c cleaning 9998 clauses out of 20011 with flag 1434000/1988394
112.60/111.42	c cleaning 10002 clauses out of 20014 with flag 1444001/1998395
113.10/111.99	c cleaning 9997 clauses out of 20011 with flag 1454000/2008394
113.71/112.55	c cleaning 9999 clauses out of 20015 with flag 1464001/2018395
114.21/113.09	c cleaning 9999 clauses out of 20015 with flag 1474000/2028394
114.81/113.60	c cleaning 10005 clauses out of 20016 with flag 1484000/2038394
115.31/114.14	c cleaning 9995 clauses out of 20012 with flag 1494001/2048395
115.91/114.75	c cleaning 10003 clauses out of 20019 with flag 1504003/2058397
116.41/115.25	c cleaning 9996 clauses out of 20013 with flag 1514000/2068394
117.01/115.88	c cleaning 10004 clauses out of 20017 with flag 1524000/2078394
117.62/116.40	c cleaning 10004 clauses out of 20015 with flag 1534002/2088396
118.12/116.94	c cleaning 9995 clauses out of 20010 with flag 1544001/2098395
118.62/117.48	c cleaning 10002 clauses out of 20014 with flag 1554000/2108394
119.22/118.01	c cleaning 10002 clauses out of 20014 with flag 1564002/2118396
119.72/118.55	c cleaning 10004 clauses out of 20012 with flag 1574002/2128396
120.22/119.08	c cleaning 9999 clauses out of 20007 with flag 1584001/2138395
120.82/119.67	c cleaning 10000 clauses out of 20009 with flag 1594002/2148396
121.42/120.21	c cleaning 9998 clauses out of 20007 with flag 1604000/2158394
121.92/120.76	c cleaning 9999 clauses out of 20011 with flag 1614002/2168396
122.43/121.25	c cleaning 10001 clauses out of 20012 with flag 1624002/2178396
123.03/121.81	c cleaning 9995 clauses out of 20010 with flag 1634001/2188395
123.53/122.32	c cleaning 10001 clauses out of 20015 with flag 1644001/2198395
124.03/122.85	c cleaning 10000 clauses out of 20014 with flag 1654001/2208395
124.63/123.40	c cleaning 10005 clauses out of 20017 with flag 1664004/2218398
125.13/123.97	c cleaning 9995 clauses out of 20008 with flag 1674000/2228394
125.73/124.53	c cleaning 9999 clauses out of 20015 with flag 1684002/2238396
126.23/125.07	c cleaning 10001 clauses out of 20015 with flag 1694001/2248395
126.84/125.62	c cleaning 10003 clauses out of 20014 with flag 1704001/2258395
127.34/126.16	c cleaning 10002 clauses out of 20015 with flag 1714005/2268399
127.94/126.73	c cleaning 9996 clauses out of 20008 with flag 1724000/2278394
128.44/127.27	c cleaning 10001 clauses out of 20012 with flag 1734000/2288394
129.04/127.81	c cleaning 10001 clauses out of 20014 with flag 1744003/2298397
129.54/128.32	c cleaning 10000 clauses out of 20012 with flag 1754002/2308396
130.05/128.88	c cleaning 9997 clauses out of 20013 with flag 1764003/2318397
130.65/129.41	c cleaning 9997 clauses out of 20013 with flag 1774000/2328394
131.15/129.93	c cleaning 9996 clauses out of 20016 with flag 1784000/2338394
131.75/130.51	c cleaning 10002 clauses out of 20021 with flag 1794001/2348395
132.25/131.06	c cleaning 10005 clauses out of 20019 with flag 1804001/2358395
132.86/131.60	c cleaning 10001 clauses out of 20014 with flag 1814001/2368395
133.36/132.16	c cleaning 10002 clauses out of 20013 with flag 1824001/2378395
133.86/132.68	c cleaning 10000 clauses out of 20010 with flag 1834000/2388394
134.36/133.18	c cleaning 9999 clauses out of 20010 with flag 1844000/2398394
134.96/133.73	c cleaning 10000 clauses out of 20013 with flag 1854002/2408396
135.46/134.27	c cleaning 10003 clauses out of 20011 with flag 1864000/2418394
136.06/134.81	c cleaning 9996 clauses out of 20008 with flag 1874000/2428394
136.66/135.41	c cleaning 10000 clauses out of 20013 with flag 1884001/2438395
137.16/135.95	c cleaning 9999 clauses out of 20016 with flag 1894004/2448398
137.76/136.54	c cleaning 9994 clauses out of 20014 with flag 1904001/2458395
138.36/137.10	c cleaning 10006 clauses out of 20019 with flag 1914000/2468394
138.86/137.66	c cleaning 10005 clauses out of 20014 with flag 1924001/2478395
139.47/138.21	c cleaning 9995 clauses out of 20008 with flag 1934000/2488394
139.97/138.77	c cleaning 10004 clauses out of 20016 with flag 1944003/2498397
140.57/139.31	c cleaning 9996 clauses out of 20009 with flag 1954000/2508394
141.17/139.94	c cleaning 10001 clauses out of 20014 with flag 1964001/2518395
141.77/140.50	c cleaning 9999 clauses out of 20014 with flag 1974002/2528396
142.27/141.05	c cleaning 9998 clauses out of 20013 with flag 1984000/2538394
142.77/141.57	c cleaning 10003 clauses out of 20015 with flag 1994000/2548394
143.27/142.06	c cleaning 9999 clauses out of 20013 with flag 2004001/2558395
143.88/142.61	c cleaning 10002 clauses out of 20015 with flag 2014002/2568396
144.38/143.15	c cleaning 10001 clauses out of 20014 with flag 2024003/2578397
144.88/143.69	c cleaning 9999 clauses out of 20013 with flag 2034003/2588397
145.48/144.23	c cleaning 10000 clauses out of 20012 with flag 2044001/2598395
145.98/144.79	c cleaning 10002 clauses out of 20013 with flag 2054002/2608396
146.58/145.34	c cleaning 9998 clauses out of 20011 with flag 2064002/2618396
147.08/145.88	c cleaning 9996 clauses out of 20011 with flag 2074000/2628394
147.68/146.41	c cleaning 10004 clauses out of 20017 with flag 2084002/2638396
148.18/146.96	c cleaning 10000 clauses out of 20013 with flag 2094002/2648396
148.78/147.54	c cleaning 9998 clauses out of 20011 with flag 2104000/2658394
149.28/148.09	c cleaning 10000 clauses out of 20013 with flag 2114000/2668394
149.89/148.67	c cleaning 9999 clauses out of 20013 with flag 2124000/2678394
150.49/149.29	c cleaning 10005 clauses out of 20014 with flag 2134000/2688394
151.09/149.83	c cleaning 10002 clauses out of 20011 with flag 2144002/2698396
151.59/150.34	c cleaning 9999 clauses out of 20008 with flag 2154001/2708395
152.09/150.86	c cleaning 9999 clauses out of 20008 with flag 2164000/2718394
152.59/151.38	c cleaning 10001 clauses out of 20010 with flag 2174001/2728395
153.19/151.93	c cleaning 10002 clauses out of 20011 with flag 2184003/2738397
153.69/152.47	c cleaning 9999 clauses out of 20008 with flag 2194002/2748396
154.29/153.00	c cleaning 10000 clauses out of 20007 with flag 2204000/2758394
154.89/153.61	c cleaning 9994 clauses out of 20009 with flag 2214002/2768396
155.39/154.14	c cleaning 10001 clauses out of 20013 with flag 2224000/2778394
155.89/154.64	c cleaning 9999 clauses out of 20013 with flag 2234001/2788395
156.40/155.17	c cleaning 10002 clauses out of 20014 with flag 2244001/2798395
156.99/155.72	c cleaning 10000 clauses out of 20014 with flag 2254003/2808397
157.50/156.27	c cleaning 10003 clauses out of 20013 with flag 2264002/2818396
158.10/156.81	c cleaning 9998 clauses out of 20008 with flag 2274000/2828394
158.60/157.36	c cleaning 9998 clauses out of 20012 with flag 2284002/2838396
159.10/157.88	c cleaning 10001 clauses out of 20012 with flag 2294000/2848394
159.70/158.44	c cleaning 10000 clauses out of 20011 with flag 2304000/2858394
160.20/158.98	c cleaning 10001 clauses out of 20013 with flag 2314002/2868396
160.81/159.53	c cleaning 10001 clauses out of 20012 with flag 2324002/2878396
161.30/160.07	c cleaning 9995 clauses out of 20009 with flag 2334000/2888394
161.91/160.66	c cleaning 10005 clauses out of 20019 with flag 2344005/2898399
162.50/161.23	c cleaning 9998 clauses out of 20012 with flag 2354003/2908397
163.10/161.85	c cleaning 9995 clauses out of 20012 with flag 2364001/2918395
163.71/162.44	c cleaning 10002 clauses out of 20019 with flag 2374003/2928397
164.31/163.02	c cleaning 9996 clauses out of 20015 with flag 2384001/2938395
164.91/163.61	c cleaning 10003 clauses out of 20021 with flag 2394003/2948397
165.41/164.17	c cleaning 9987 clauses out of 20015 with flag 2404000/2958394
166.01/164.73	c cleaning 10006 clauses out of 20028 with flag 2414000/2968394
166.51/165.30	c cleaning 10006 clauses out of 20022 with flag 2424000/2978394
167.11/165.85	c cleaning 10003 clauses out of 20017 with flag 2434001/2988395
167.71/166.40	c cleaning 10000 clauses out of 20013 with flag 2444000/2998394
168.21/166.93	c cleaning 9999 clauses out of 20014 with flag 2454001/3008395
168.82/167.50	c cleaning 10002 clauses out of 20014 with flag 2464000/3018394
169.32/168.03	c cleaning 10000 clauses out of 20012 with flag 2474000/3028394
169.82/168.59	c cleaning 9997 clauses out of 20012 with flag 2484000/3038394
170.42/169.12	c cleaning 10004 clauses out of 20017 with flag 2494002/3048396
170.92/169.62	c cleaning 9997 clauses out of 20012 with flag 2504001/3058395
171.42/170.16	c cleaning 10002 clauses out of 20015 with flag 2514001/3068395
172.02/170.70	c cleaning 10003 clauses out of 20014 with flag 2524002/3078396
172.52/171.26	c cleaning 10001 clauses out of 20013 with flag 2534004/3088398
173.13/171.80	c cleaning 9997 clauses out of 20009 with flag 2544001/3098395
173.63/172.33	c cleaning 9998 clauses out of 20011 with flag 2554000/3108394
174.23/172.91	c cleaning 10005 clauses out of 20013 with flag 2564000/3118394
174.73/173.45	c cleaning 10003 clauses out of 20014 with flag 2574006/3128400
175.33/174.02	c cleaning 9998 clauses out of 20007 with flag 2584002/3138396
175.83/174.57	c cleaning 9997 clauses out of 20007 with flag 2594000/3148394
176.34/175.09	c cleaning 9999 clauses out of 20011 with flag 2604001/3158395
176.94/175.63	c cleaning 9999 clauses out of 20011 with flag 2614000/3168394
177.44/176.18	c cleaning 9992 clauses out of 20015 with flag 2624003/3178397
178.05/176.73	c cleaning 10007 clauses out of 20021 with flag 2634001/3188395
178.55/177.29	c cleaning 10002 clauses out of 20013 with flag 2644000/3198394
179.15/177.84	c cleaning 9994 clauses out of 20011 with flag 2654000/3208394
179.75/178.41	c cleaning 9999 clauses out of 20017 with flag 2664000/3218394
180.25/178.97	c cleaning 10002 clauses out of 20019 with flag 2674001/3228395
180.85/179.52	c cleaning 10005 clauses out of 20018 with flag 2684002/3238396
181.35/180.03	c cleaning 9999 clauses out of 20012 with flag 2694001/3248395
181.85/180.59	c cleaning 9998 clauses out of 20012 with flag 2704000/3258394
182.45/181.12	c cleaning 10004 clauses out of 20017 with flag 2714003/3268397
182.96/181.65	c cleaning 9997 clauses out of 20011 with flag 2724001/3278395
183.56/182.20	c cleaning 9998 clauses out of 20013 with flag 2734000/3288394
184.06/182.79	c cleaning 10003 clauses out of 20015 with flag 2744000/3298394
184.66/183.33	c cleaning 10002 clauses out of 20012 with flag 2754000/3308394
185.16/183.86	c cleaning 9996 clauses out of 20012 with flag 2764002/3318396
185.76/184.41	c cleaning 9993 clauses out of 20014 with flag 2774000/3328394
186.26/184.96	c cleaning 10006 clauses out of 20021 with flag 2784000/3338394
186.76/185.49	c cleaning 10005 clauses out of 20017 with flag 2794002/3348396
187.37/186.05	c cleaning 9999 clauses out of 20010 with flag 2804000/3358394
187.97/186.60	c cleaning 10002 clauses out of 20013 with flag 2814002/3368396
188.47/187.12	c cleaning 10002 clauses out of 20011 with flag 2824002/3378396
188.97/187.66	c cleaning 9996 clauses out of 20007 with flag 2834000/3388394
189.57/188.22	c cleaning 9998 clauses out of 20013 with flag 2844002/3398396
190.07/188.78	c cleaning 10003 clauses out of 20014 with flag 2854001/3408395
190.67/189.30	c cleaning 10000 clauses out of 20010 with flag 2864000/3418394
191.17/189.85	c cleaning 9996 clauses out of 20011 with flag 2874001/3428395
191.77/190.41	c cleaning 10006 clauses out of 20020 with flag 2884006/3438400
192.27/190.97	c cleaning 9997 clauses out of 20008 with flag 2894000/3448394
192.87/191.52	c cleaning 10003 clauses out of 20013 with flag 2904002/3458396
193.38/192.06	c cleaning 9998 clauses out of 20008 with flag 2914000/3468394
193.98/192.60	c cleaning 10003 clauses out of 20012 with flag 2924002/3478396
194.48/193.13	c cleaning 9999 clauses out of 20007 with flag 2934000/3488394
194.99/193.69	c cleaning 9991 clauses out of 20008 with flag 2944000/3498394
195.58/194.24	c cleaning 10002 clauses out of 20019 with flag 2954002/3508396
196.09/194.79	c cleaning 10000 clauses out of 20017 with flag 2964002/3518396
196.69/195.35	c cleaning 9995 clauses out of 20015 with flag 2974000/3528394
197.29/195.96	c cleaning 10001 clauses out of 20020 with flag 2984000/3538394
197.79/196.48	c cleaning 10005 clauses out of 20023 with flag 2994004/3548398
198.39/197.02	c cleaning 10004 clauses out of 20015 with flag 3004001/3558395
198.89/197.59	c cleaning 10000 clauses out of 20011 with flag 3014001/3568395
199.49/198.12	c cleaning 10000 clauses out of 20010 with flag 3024000/3578394
199.99/198.67	c cleaning 10000 clauses out of 20011 with flag 3034001/3588395
200.59/199.21	c cleaning 10000 clauses out of 20012 with flag 3044002/3598396
201.09/199.80	c cleaning 10002 clauses out of 20010 with flag 3054000/3608394
201.98/200.36	c cleaning 9999 clauses out of 20011 with flag 3064003/3618397
202.86/200.90	c cleaning 9999 clauses out of 20009 with flag 3074000/3628394
203.36/201.47	c cleaning 10002 clauses out of 20012 with flag 3084002/3638396
203.96/202.02	c cleaning 10000 clauses out of 20010 with flag 3094002/3648396
204.46/202.56	c cleaning 10004 clauses out of 20013 with flag 3104005/3658399
205.06/203.11	c cleaning 9996 clauses out of 20004 with flag 3114000/3668394
205.56/203.69	c cleaning 9994 clauses out of 20008 with flag 3124000/3678394
206.16/204.25	c cleaning 10002 clauses out of 20014 with flag 3134000/3688394
206.76/204.80	c cleaning 10003 clauses out of 20013 with flag 3144001/3698395
207.26/205.32	c cleaning 9997 clauses out of 20010 with flag 3154001/3708395
207.76/205.85	c cleaning 9998 clauses out of 20012 with flag 3164000/3718394
208.36/206.41	c cleaning 10002 clauses out of 20016 with flag 3174002/3728396
208.87/206.95	c cleaning 10002 clauses out of 20015 with flag 3184003/3738397
209.37/207.48	c cleaning 9997 clauses out of 20010 with flag 3194000/3748394
209.97/208.04	c cleaning 10000 clauses out of 20016 with flag 3204003/3758397
210.47/208.59	c cleaning 9999 clauses out of 20013 with flag 3214000/3768394
211.07/209.14	c cleaning 10004 clauses out of 20015 with flag 3224001/3778395
211.67/209.71	c cleaning 9997 clauses out of 20010 with flag 3234000/3788394
212.17/210.26	c cleaning 10001 clauses out of 20014 with flag 3244001/3798395
212.77/210.81	c cleaning 9999 clauses out of 20014 with flag 3254002/3808396
213.27/211.34	c cleaning 9999 clauses out of 20013 with flag 3264000/3818394
213.78/211.87	c cleaning 10000 clauses out of 20014 with flag 3274000/3828394
214.38/212.42	c cleaning 10004 clauses out of 20016 with flag 3284002/3838396
214.88/212.99	c cleaning 10001 clauses out of 20010 with flag 3294000/3848394
215.48/213.51	c cleaning 10001 clauses out of 20011 with flag 3304002/3858396
215.98/214.07	c cleaning 10000 clauses out of 20008 with flag 3314000/3868394
216.48/214.59	c cleaning 9998 clauses out of 20008 with flag 3324000/3878394
217.08/215.18	c cleaning 10000 clauses out of 20010 with flag 3334000/3888394
217.68/215.79	c cleaning 10000 clauses out of 20012 with flag 3344002/3898396
218.29/216.34	c cleaning 10000 clauses out of 20010 with flag 3354000/3908394
218.79/216.88	c cleaning 10000 clauses out of 20012 with flag 3364002/3918396
219.39/217.46	c cleaning 9995 clauses out of 20011 with flag 3374001/3928395
219.99/218.01	c cleaning 9999 clauses out of 20015 with flag 3384000/3938394
220.59/218.61	c cleaning 10003 clauses out of 20018 with flag 3394002/3948396
221.19/219.22	c cleaning 9997 clauses out of 20013 with flag 3404000/3958394
221.69/219.76	c cleaning 10001 clauses out of 20016 with flag 3414000/3968394
222.19/220.28	c cleaning 10003 clauses out of 20015 with flag 3424000/3978394
222.79/220.89	c cleaning 9992 clauses out of 20013 with flag 3434001/3988395
223.39/221.43	c cleaning 10005 clauses out of 20024 with flag 3444004/3998398
223.99/222.05	c cleaning 10002 clauses out of 20015 with flag 3454000/4008394
224.49/222.59	c cleaning 10001 clauses out of 20013 with flag 3464000/4018394
225.09/223.12	c cleaning 10003 clauses out of 20014 with flag 3474002/4028396
225.70/223.70	c cleaning 9998 clauses out of 20010 with flag 3484001/4038395
226.20/224.27	c cleaning 10005 clauses out of 20014 with flag 3494003/4048397
226.80/224.80	c cleaning 9999 clauses out of 20010 with flag 3504004/4058398
227.31/225.39	c cleaning 10001 clauses out of 20009 with flag 3514002/4068396
227.91/225.93	c cleaning 9993 clauses out of 20006 with flag 3524000/4078394
228.41/226.45	c cleaning 9998 clauses out of 20015 with flag 3534002/4088396
228.91/226.97	c cleaning 10002 clauses out of 20015 with flag 3544000/4098394
229.51/227.52	c cleaning 10002 clauses out of 20014 with flag 3554001/4108395
230.01/228.07	c cleaning 9999 clauses out of 20011 with flag 3564000/4118394
230.61/228.62	c cleaning 9997 clauses out of 20015 with flag 3574003/4128397
231.11/229.14	c cleaning 10003 clauses out of 20017 with flag 3584002/4138396
231.61/229.67	c cleaning 10000 clauses out of 20013 with flag 3594001/4148395
232.21/230.25	c cleaning 9999 clauses out of 20014 with flag 3604002/4158396
232.81/230.82	c cleaning 10000 clauses out of 20013 with flag 3614000/4168394
233.32/231.38	c cleaning 10004 clauses out of 20013 with flag 3624000/4178394
233.92/231.94	c cleaning 10000 clauses out of 20012 with flag 3634003/4188397
234.42/232.49	c cleaning 9999 clauses out of 20009 with flag 3644000/4198394
235.02/233.10	c cleaning 9996 clauses out of 20011 with flag 3654001/4208395
235.62/233.64	c cleaning 10004 clauses out of 20016 with flag 3664002/4218396
236.12/234.17	c cleaning 9999 clauses out of 20010 with flag 3674000/4228394
236.72/234.79	c cleaning 9992 clauses out of 20012 with flag 3684001/4238395
237.42/235.42	c cleaning 10003 clauses out of 20021 with flag 3694002/4248396
237.92/235.97	c cleaning 10003 clauses out of 20016 with flag 3704000/4258394
238.52/236.51	c cleaning 9999 clauses out of 20013 with flag 3714000/4268394
239.02/237.05	c cleaning 10001 clauses out of 20015 with flag 3724001/4278395
239.63/237.63	c cleaning 9999 clauses out of 20014 with flag 3734001/4288395
240.12/238.16	c cleaning 9999 clauses out of 20014 with flag 3744000/4298394
240.73/238.72	c cleaning 9999 clauses out of 20016 with flag 3754001/4308395
241.32/239.36	c cleaning 10003 clauses out of 20016 with flag 3764000/4318394
241.93/239.96	c cleaning 9998 clauses out of 20014 with flag 3774001/4328395
242.43/240.48	c cleaning 10001 clauses out of 20015 with flag 3784000/4338394
243.13/241.10	c cleaning 10000 clauses out of 20016 with flag 3794002/4348396
243.63/241.67	c cleaning 10002 clauses out of 20014 with flag 3804000/4358394
244.13/242.19	c cleaning 10001 clauses out of 20013 with flag 3814001/4368395
244.73/242.75	c cleaning 10004 clauses out of 20013 with flag 3824002/4378396
245.33/243.34	c cleaning 10002 clauses out of 20010 with flag 3834003/4388397
245.93/243.98	c cleaning 9997 clauses out of 20006 with flag 3844001/4398395
246.53/244.51	c cleaning 10000 clauses out of 20009 with flag 3854001/4408395
247.04/245.07	c cleaning 9997 clauses out of 20009 with flag 3864001/4418395
247.74/245.70	c cleaning 9999 clauses out of 20014 with flag 3874003/4428397
248.38/246.34	c cleaning 10005 clauses out of 20013 with flag 3884001/4438395
248.97/246.94	c cleaning 10000 clauses out of 20008 with flag 3894002/4448396
249.48/247.47	c cleaning 9994 clauses out of 20007 with flag 3904001/4458395
249.98/247.99	c cleaning 10000 clauses out of 20012 with flag 3914000/4468394
250.58/248.54	c cleaning 10002 clauses out of 20012 with flag 3924000/4478394
251.18/249.11	c cleaning 9997 clauses out of 20012 with flag 3934002/4488396
251.68/249.66	c cleaning 10004 clauses out of 20014 with flag 3944001/4498395
252.28/250.22	c cleaning 10000 clauses out of 20012 with flag 3954003/4508397
252.89/250.83	c cleaning 9990 clauses out of 20011 with flag 3964002/4518396
253.48/251.49	c cleaning 9998 clauses out of 20020 with flag 3974001/4528395
254.09/252.06	c cleaning 10001 clauses out of 20021 with flag 3984000/4538394
254.69/252.62	c cleaning 10004 clauses out of 20020 with flag 3994000/4548394
255.39/253.30	c cleaning 9982 clauses out of 20017 with flag 4004001/4558395
255.99/253.91	c cleaning 9995 clauses out of 20034 with flag 4014000/4568394
256.49/254.49	c cleaning 10003 clauses out of 20041 with flag 4024002/4578396
257.09/255.07	c cleaning 9994 clauses out of 20036 with flag 4034000/4588394
257.69/255.61	c starts		: 290
257.69/255.61	c conflicts		: 4596120
257.69/255.61	c decisions		: 6729509
257.69/255.61	c propagations		: 236459158
257.69/255.61	c inspects		: 2554486376
257.69/255.61	c shortcuts		: 0
257.69/255.61	c learnt literals	: 5
257.69/255.61	c learnt binary clauses	: 15
257.69/255.61	c learnt ternary clauses	: 797
257.69/255.61	c learnt constraints	: 4596114
257.69/255.61	c ignored constraints	: 0
257.69/255.61	c root simplifications	: 0
257.69/255.61	c removed literals (reason simplification)	: 22716089
257.69/255.61	c reason swapping (by a shorter reason)	: 0
257.69/255.61	c Calls to reduceDB	: 464
257.69/255.61	c number of reductions to clauses (during analyze)	: 0
257.69/255.61	c number of learned constraints concerned by reduction	: 0
257.69/255.61	c number of learning phase by resolution	: 0
257.69/255.61	c number of learning phase by cutting planes	: 0
257.69/255.61	c speed (assignments/second)	: 1067429.6819277543
257.69/255.61	c non guided choices	5068
257.69/255.61	c learnt constraints type 
257.69/255.61	c constraints type 
257.69/255.61	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2599
257.69/255.61	c org.sat4j.minisat.constraints.card.MinWatchCard => 6
257.69/255.61	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 85
257.69/255.61	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 17
257.69/255.61	s OPTIMUM FOUND
257.69/255.61	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 
257.69/255.61	c objective function=1
257.69/255.61	c Total wall clock time (in seconds): 255.5

Verifier Data

OK	1

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3492636-1307910115/watcher-3492636-1307910115 -o /var/tmp/evaluation-result-3492636-1307910115/solver-3492636-1307910115 -C 1800 -W 1900 -M 15500 java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3492636-1307910115.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.00 2.00 1.96 3/195 17453
/proc/meminfo: memFree=1566332/32950928 swapFree=67079488/67111528
[pid=17453] ppid=17451 vsize=23028 CPUtime=0 cores=1,3,5,7
/proc/17453/stat : 17453 (java) R 17451 17453 15624 0 -1 4202496 566 0 0 0 0 0 0 0 25 0 1 0 902611215 23580672 308 33554432000 1073741824 1073778376 140736471458720 18446744073709551615 274469005056 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/17453/statm: 5757 319 244 9 0 124 0

[startup+0.0719789 s]
/proc/loadavg: 2.00 2.00 1.96 3/195 17453
/proc/meminfo: memFree=1566332/32950928 swapFree=67079488/67111528
[pid=17453] ppid=17451 vsize=10538624 CPUtime=0.06 cores=1,3,5,7
/proc/17453/stat : 17453 (java) S 17451 17453 15624 0 -1 4202496 11814 0 1 0 4 2 0 0 25 0 18 0 902611215 10791550976 11509 33554432000 1073741824 1073778376 140736471458720 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/17453/statm: 2634656 11509 1742 9 0 2625390 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 10538624

[startup+0.100974 s]
/proc/loadavg: 2.00 2.00 1.96 3/195 17453
/proc/meminfo: memFree=1566332/32950928 swapFree=67079488/67111528
[pid=17453] ppid=17451 vsize=10540232 CPUtime=0.1 cores=1,3,5,7
/proc/17453/stat : 17453 (java) S 17451 17453 15624 0 -1 4202496 13008 0 1 0 8 2 0 0 25 0 18 0 902611215 10793197568 12703 33554432000 1073741824 1073778376 140736471458720 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/17453/statm: 2635058 12703 2092 9 0 2625792 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10540232

[startup+0.300939 s]
/proc/loadavg: 2.00 2.00 1.96 3/195 17453
/proc/meminfo: memFree=1566332/32950928 swapFree=67079488/67111528
[pid=17453] ppid=17451 vsize=10543380 CPUtime=0.47 cores=1,3,5,7
/proc/17453/stat : 17453 (java) S 17451 17453 15624 0 -1 4202496 16287 0 1 0 45 2 0 0 25 0 18 0 902611215 10796421120 15419 33554432000 1073741824 1073778376 140736471458720 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/17453/statm: 2635845 15419 2200 9 0 2626579 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 10543380

[startup+0.700867 s]
/proc/loadavg: 2.00 2.00 1.96 3/195 17453
/proc/meminfo: memFree=1566332/32950928 swapFree=67079488/67111528
[pid=17453] ppid=17451 vsize=10548436 CPUtime=1.43 cores=1,3,5,7
/proc/17453/stat : 17453 (java) S 17451 17453 15624 0 -1 4202496 21239 0 1 0 140 3 0 0 25 0 19 0 902611215 10801598464 18502 33554432000 1073741824 1073778376 140736471458720 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/17453/statm: 2637109 18502 2225 9 0 2627843 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 10548436

[startup+1.50073 s]
/proc/loadavg: 2.00 2.00 1.96 3/214 17472
/proc/meminfo: memFree=1495284/32950928 swapFree=67079488/67111528
[pid=17453] ppid=17451 vsize=10548436 CPUtime=2.24 cores=1,3,5,7
/proc/17453/stat : 17453 (java) S 17451 17453 15624 0 -1 4202496 23428 0 1 0 220 4 0 0 25 0 19 0 902611215 10801598464 20689 33554432000 1073741824 1073778376 140736471458720 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/17453/statm: 2637109 20689 2229 9 0 2627843 0
[pid=17453/tid=17455] ppid=17451 vsize=10548436 CPUtime=1.47 cores=1,3,5,7
/proc/17453/task/17455/stat : 17455 (java) R 17451 17453 15624 0 -1 4202560 17081 0 1 0 145 2 0 0 25 0 19 0 902611216 10801598464 20689 33554432000 1073741824 1073778376 140736471458720 18446744073709551615 46912505661472 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=17453/tid=17456] ppid=17451 vsize=10548436 CPUtime=0 cores=1,3,5,7
/proc/17453/task/17456/stat : 17456 (java) S 17451 17453 15624 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902611218 10801598464 20689 33554432000 1073741824 1073778376 140736471458720 18446744073709551615 274485783449 0 4 0 16800975 18446604456968699968 0 0 -1 5 0 0 0
[pid=17453/tid=17457] ppid=17451 vsize=10548436 CPUtime=0 cores=1,3,5,7
/proc/17453/task/17457/stat : 17457 (java) S 17451 17453 15624 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902611218 10801598464 20689 33554432000 1073741824 1073778376 140736471458720 18446744073709551615 274485783449 0 4 0 16800975 18446604456968699968 0 0 -1 7 0 0 0
[pid=17453/tid=17458] ppid=17451 vsize=10548436 CPUtime=0 cores=1,3,5,7
/proc/17453/task/17458/stat : 17458 (java) S 17451 17453 15624 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902611218 10801598464 20689 33554432000 1073741824 1073778376 140736471458720 18446744073709551615 274485783449 0 4 0 16800975 18446604456968699968 0 0 -1 3 0 0 0
[pid=17453/tid=17459] ppid=17451 vsize=10548436 CPUtime=0 cores=1,3,5,7
/proc/17453/task/17459/stat : 17459 (java) S 17451 17453 15624 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 902611218 10801598464 20689 33554432000 1073741824 1073778376 140736471458720 18446744073709551615 274485783449 0 4 0 16800975 18446604456968699968 0 0 -1 3 0 0 0
[pid=17453/tid=17460] ppid=17451 vsize=10548436 CPUtime=0 cores=1,3,5,7
/proc/17453/task/17460/stat : 17460 (java) S 17451 17453 15624 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902611218 10801598464 20689 33554432000 1073741824 1073778376 140736471458720 18446744073709551615 274485783449 0 4 0 16800975 18446604456968699968 0 0 -1 5 0 0 0
[pid=17453/tid=17461] ppid=17451 vsize=10548436 CPUtime=0 cores=1,3,5,7
/proc/17453/task/17461/stat : 17461 (java) S 17451 17453 15624 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902611218 10801598464 20689 33554432000 1073741824 1073778376 140736471458720 18446744073709551615 274485783449 0 4 0 16800975 18446604456968699968 0 0 -1 5 0 0 0
[pid=17453/tid=17462] ppid=17451 vsize=10548436 CPUtime=0 cores=1,3,5,7
/proc/17453/task/17462/stat : 17462 (java) S 17451 17453 15624 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902611218 10801598464 20689 33554432000 1073741824 1073778376 140736471458720 18446744073709551615 274485783449 0 4 0 16800975 18446604456968699968 0 0 -1 7 0 0 0
[pid=17453/tid=17463] ppid=17451 vsize=10548436 CPUtime=0 cores=1,3,5,7
/proc/17453/task/17463/stat : 17463 (java) S 17451 17453 15624 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902611218 10801598464 20689 33554432000 1073741824 1073778376 140736471458720 18446744073709551615 274485783449 0 4 0 16800975 18446604456968699968 0 0 -1 7 0 0 0
[pid=17453/tid=17464] ppid=17451 vsize=10548436 CPUtime=0 cores=1,3,5,7
/proc/17453/task/17464/stat : 17464 (java) S 17451 17453 15624 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 902611219 10801598464 20689 33554432000 1073741824 1073778376 140736471458720 18446744073709551615 274485784064 0 0 0 16800975 18446604456968699968 0 0 -1 1 0 0 0
[pid=17453/tid=17465] ppid=17451 vsize=10548436 CPUtime=0 cores=1,3,5,7
/proc/17453/task/17465/stat : 17465 (java) S 17451 17453 15624 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 902611219 10801598464 20689 33554432000 1073741824 1073778376 140736471458720 18446744073709551615 274485783449 0 4 0 16800975 18446604456968699968 0 0 -1 1 0 0 0
[pid=17453/tid=17466] ppid=17451 vsize=10548436 CPUtime=0 cores=1,3,5,7
/proc/17453/task/17466/stat : 17466 (java) S 17451 17453 15624 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902611219 10801598464 20689 33554432000 1073741824 1073778376 140736471458720 18446744073709551615 274485783449 0 4 0 16800975 18446604456968699968 0 0 -1 1 0 0 0
[pid=17453/tid=17467] ppid=17451 vsize=10548436 CPUtime=0 cores=1,3,5,7
/proc/17453/task/17467/stat : 17467 (java) S 17451 17453 15624 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902611221 10801598464 20689 33554432000 1073741824 1073778376 140736471458720 18446744073709551615 274485791153 0 4 0 16800975 18446604456968699968 0 0 -1 1 0 0 0
[pid=17453/tid=17468] ppid=17451 vsize=10548436 CPUtime=0.37 cores=1,3,5,7
/proc/17453/task/17468/stat : 17468 (java) S 17451 17453 15624 0 -1 4202560 2276 0 0 0 37 0 0 0 25 0 19 0 902611221 10801598464 20689 33554432000 1073741824 1073778376 140736471458720 18446744073709551615 274485783449 0 4 0 16800975 18446604456968699968 0 0 -1 1 0 0 0
[pid=17453/tid=17469] ppid=17451 vsize=10548436 CPUtime=0.37 cores=1,3,5,7
/proc/17453/task/17469/stat : 17469 (java) S 17451 17453 15624 0 -1 4202560 2907 0 0 0 36 1 0 0 17 0 19 0 902611221 10801598464 20689 33554432000 1073741824 1073778376 140736471458720 18446744073709551615 274485783449 0 4 0 16800975 18446604456968699968 0 0 -1 5 0 0 0
[pid=17453/tid=17470] ppid=17451 vsize=10548436 CPUtime=0 cores=1,3,5,7
/proc/17453/task/17470/stat : 17470 (java) S 17451 17453 15624 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902611221 10801598464 20689 33554432000 1073741824 1073778376 140736471458720 18446744073709551615 274485783449 0 4 0 16800975 18446604456968699968 0 0 -1 1 0 0 0
[pid=17453/tid=17471] ppid=17451 vsize=10548436 CPUtime=0 cores=1,3,5,7
/proc/17453/task/17471/stat : 17471 (java) S 17451 17453 15624 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902611221 10801598464 20689 33554432000 1073741824 1073778376 140736471458720 18446744073709551615 274485784064 0 4 0 16800975 18446604456968699968 0 0 -1 5 0 0 0
[pid=17453/tid=17472] ppid=17451 vsize=10548436 CPUtime=0 cores=1,3,5,7
/proc/17453/task/17472/stat : 17472 (java) S 17451 17453 15624 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902611249 10801598464 20689 33554432000 1073741824 1073778376 140736471458720 18446744073709551615 274485784064 0 4 0 16800975 18446604456968699968 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2.24
Current children cumulated vsize (KiB) 10548436

[startup+3.10144 s]
/proc/loadavg: 2.00 2.00 1.96 3/214 17472
/proc/meminfo: memFree=1488148/32950928 swapFree=67079488/67111528
[pid=17453] ppid=17451 vsize=10548436 CPUtime=3.91 cores=1,3,5,7
/proc/17453/stat : 17453 (java) S 17451 17453 15624 0 -1 4202496 26706 0 1 0 387 4 0 0 25 0 19 0 902611215 10801598464 23961 33554432000 1073741824 1073778376 140736471458720 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/17453/statm: 2637109 23961 2254 9 0 2627843 0
[pid=17453/tid=17455] ppid=17451 vsize=10548436 CPUtime=3.06 cores=1,3,5,7
/proc/17453/task/17455/stat : 17455 (java) R 17451 17453 15624 0 -1 4202560 18722 0 1 0 303 3 0 0 18 0 19 0 902611216 10801598464 23961 33554432000 1073741824 1073778376 140736471458720 18446744073709551615 46912505690628 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=17453/tid=17456] ppid=17451 vsize=10548436 CPUtime=0 cores=1,3,5,7
/proc/17453/task/17456/stat : 17456 (java) S 17451 17453 15624 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 902611218 10801598464 23961 33554432000 1073741824 1073778376 140736471458720 18446744073709551615 274485783449 0 4 0 16800975 18446604456968699968 0 0 -1 5 0 0 0
[pid=17453/tid=17457] ppid=17451 vsize=10548436 CPUtime=0 cores=1,3,5,7
/proc/17453/task/17457/stat : 17457 (java) S 17451 17453 15624 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 902611218 10801598464 23961 33554432000 1073741824 1073778376 140736471458720 18446744073709551615 274485783449 0 4 0 16800975 18446604456968699968 0 0 -1 7 0 0 0
[pid=17453/tid=17458] ppid=17451 vsize=10548436 CPUtime=0 cores=1,3,5,7
/proc/17453/task/17458/stat : 17458 (java) S 17451 17453 15624 0 -1 4202560 87 0 0 0 0 0 0 0 18 0 19 0 902611218 10801598464 23961 33554432000 1073741824 1073778376 140736471458720 18446744073709551615 274485783449 0 4 0 16800975 18446604456968699968 0 0 -1 3 0 0 0
[pid=17453/tid=17459] ppid=17451 vsize=10548436 CPUtime=0 cores=1,3,5,7
/proc/17453/task/17459/stat : 17459 (java) S 17451 17453 15624 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 19 0 902611218 10801598464 23961 33554432000 1073741824 1073778376 140736471458720 18446744073709551615 274485783449 0 4 0 16800975 18446604456968699968 0 0 -1 3 0 0 0
[pid=17453/tid=17460] ppid=17451 vsize=10548436 CPUtime=0 cores=1,3,5,7
/proc/17453/task/17460/stat : 17460 (java) S 17451 17453 15624 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 902611218 10801598464 23961 33554432000 1073741824 1073778376 140736471458720 18446744073709551615 274485783449 0 4 0 16800975 18446604456968699968 0 0 -1 3 0 0 0
[pid=17453/tid=17461] ppid=17451 vsize=10548436 CPUtime=0 cores=1,3,5,7
/proc/17453/task/17461/stat : 17461 (java) S 17451 17453 15624 0 -1 4202560 235 0 0 0 0 0 0 0 18 0 19 0 902611218 10801598464 23961 33554432000 1073741824 1073778376 140736471458720 18446744073709551615 274485783449 0 4 0 16800975 18446604456968699968 0 0 -1 5 0 0 0
[pid=17453/tid=17462] ppid=17451 vsize=10548436 CPUtime=0 cores=1,3,5,7
/proc/17453/task/17462/stat : 17462 (java) S 17451 17453 15624 0 -1 4202560 263 0 0 0 0 0 0 0 18 0 19 0 902611218 10801598464 23961 33554432000 1073741824 1073778376 140736471458720 18446744073709551615 274485783449 0 4 0 16800975 18446604456968699968 0 0 -1 3 0 0 0
[pid=17453/tid=17463] ppid=17451 vsize=10548436 CPUtime=0 cores=1,3,5,7
/proc/17453/task/17463/stat : 17463 (java) S 17451 17453 15624 0 -1 4202560 230 0 0 0 0 0 0 0 18 0 19 0 902611218 10801598464 23961 33554432000 1073741824 1073778376 140736471458720 18446744073709551615 274485783449 0 4 0 16800975 18446604456968699968 0 0 -1 7 0 0 0
[pid=17453/tid=17464] ppid=17451 vsize=10548436 CPUtime=0.01 cores=1,3,5,7
/proc/17453/task/17464/stat : 17464 (java) S 17451 17453 15624 0 -1 4202560 807 0 0 0 1 0 0 0 15 0 19 0 902611219 10801598464 23961 33554432000 1073741824 1073778376 140736471458720 18446744073709551615 274485784064 0 0 0 16800975 18446604456968699968 0 0 -1 1 0 0 0
[pid=17453/tid=17465] ppid=17451 vsize=10548436 CPUtime=0 cores=1,3,5,7
/proc/17453/task/17465/stat : 17465 (java) S 17451 17453 15624 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 902611219 10801598464 23961 33554432000 1073741824 1073778376 140736471458720 18446744073709551615 274485783449 0 4 0 16800975 18446604456968699968 0 0 -1 5 0 0 0
[pid=17453/tid=17466] ppid=17451 vsize=10548436 CPUtime=0 cores=1,3,5,7
/proc/17453/task/17466/stat : 17466 (java) S 17451 17453 15624 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 902611219 10801598464 23961 33554432000 1073741824 1073778376 140736471458720 18446744073709551615 274485783449 0 4 0 16800975 18446604456968699968 0 0 -1 5 0 0 0
[pid=17453/tid=17467] ppid=17451 vsize=10548436 CPUtime=0 cores=1,3,5,7
/proc/17453/task/17467/stat : 17467 (java) S 17451 17453 15624 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902611221 10801598464 23961 33554432000 1073741824 1073778376 140736471458720 18446744073709551615 274485791153 0 4 0 16800975 18446604456968699968 0 0 -1 1 0 0 0
[pid=17453/tid=17468] ppid=17451 vsize=10548436 CPUtime=0.42 cores=1,3,5,7
/proc/17453/task/17468/stat : 17468 (java) S 17451 17453 15624 0 -1 4202560 2288 0 0 0 42 0 0 0 15 0 19 0 902611221 10801598464 23961 33554432000 1073741824 1073778376 140736471458720 18446744073709551615 274485783449 0 4 0 16800975 18446604456968699968 0 0 -1 1 0 0 0
[pid=17453/tid=17469] ppid=17451 vsize=10548436 CPUtime=0.4 cores=1,3,5,7
/proc/17453/task/17469/stat : 17469 (java) S 17451 17453 15624 0 -1 4202560 2917 0 0 0 39 1 0 0 15 0 19 0 902611221 10801598464 23961 33554432000 1073741824 1073778376 140736471458720 18446744073709551615 274485783449 0 4 0 16800975 18446604456968699968 0 0 -1 5 0 0 0
[pid=17453/tid=17470] ppid=17451 vsize=10548436 CPUtime=0 cores=1,3,5,7
/proc/17453/task/17470/stat : 17470 (java) S 17451 17453 15624 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902611221 10801598464 23961 33554432000 1073741824 1073778376 140736471458720 18446744073709551615 274485783449 0 4 0 16800975 18446604456968699968 0 0 -1 1 0 0 0
[pid=17453/tid=17471] ppid=17451 vsize=10548436 CPUtime=0 cores=1,3,5,7
/proc/17453/task/17471/stat : 17471 (java) S 17451 17453 15624 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902611221 10801598464 23961 33554432000 1073741824 1073778376 140736471458720 18446744073709551615 274485784064 0 4 0 16800975 18446604456968699968 0 0 -1 5 0 0 0
[pid=17453/tid=17472] ppid=17451 vsize=10548436 CPUtime=0 cores=1,3,5,7
/proc/17453/task/17472/stat : 17472 (java) S 17451 17453 15624 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902611249 10801598464 23961 33554432000 1073741824 1073778376 140736471458720 18446744073709551615 274485784064 0 4 0 16800975 18446604456968699968 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3.91
Current children cumulated vsize (KiB) 10548436

[startup+6.30088 s]
/proc/loadavg: 2.00 2.00 1.96 3/214 17472
/proc/meminfo: memFree=1475372/32950928 swapFree=67079488/67111528
[pid=17453] ppid=17451 vsize=10547568 CPUtime=7.22 cores=1,3,5,7
/proc/17453/stat : 17453 (java) S 17451 17453 15624 0 -1 4202496 27950 0 1 0 717 5 0 0 25 0 19 0 902611215 10800709632 24510 33554432000 1073741824 1073778376 140736471458720 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/17453/statm: 2636892 24510 2254 9 0 2627626 0
[pid=17453/tid=17455] ppid=17451 vsize=10547568 CPUtime=6.16 cores=1,3,5,7
/proc/17453/task/17455/stat : 17455 (java) R 17451 17453 15624 0 -1 4202560 18727 0 1 0 613 3 0 0 25 0 19 0 902611216 10800709632 24510 33554432000 1073741824 1073778376 140736471458720 18446744073709551615 46912505719308 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=17453/tid=17456] ppid=17451 vsize=10547568 CPUtime=0 cores=1,3,5,7
/proc/17453/task/17456/stat : 17456 (java) S 17451 17453 15624 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 902611218 10800709632 24510 33554432000 1073741824 1073778376 140736471458720 18446744073709551615 274485783449 0 4 0 16800975 18446604456968699968 0 0 -1 5 0 0 0
[pid=17453/tid=17457] ppid=17451 vsize=10547568 CPUtime=0 cores=1,3,5,7
/proc/17453/task/17457/stat : 17457 (java) S 17451 17453 15624 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 902611218 10800709632 24510 33554432000 1073741824 1073778376 140736471458720 18446744073709551615 274485783449 0 4 0 16800975 18446604456968699968 0 0 -1 3 0 0 0
[pid=17453/tid=17458] ppid=17451 vsize=10547568 CPUtime=0 cores=1,3,5,7
/proc/17453/task/17458/stat : 17458 (java) S 17451 17453 15624 0 -1 4202560 87 0 0 0 0 0 0 0 15 0 19 0 902611218 10800709632 24510 33554432000 1073741824 1073778376 140736471458720 18446744073709551615 274485783449 0 4 0 16800975 18446604456968699968 0 0 -1 7 0 0 0
[pid=17453/tid=17459] ppid=17451 vsize=10547568 CPUtime=0 cores=1,3,5,7
/proc/17453/task/17459/stat : 17459 (java) S 17451 17453 15624 0 -1 4202560 166 0 0 0 0 0 0 0 15 0 19 0 902611218 10800709632 24510 33554432000 1073741824 1073778376 140736471458720 18446744073709551615 274485783449 0 4 0 16800975 18446604456968699968 0 0 -1 3 0 0 0
[pid=17453/tid=17460] ppid=17451 vsize=10547568 CPUtime=0 cores=1,3,5,7
/proc/17453/task/17460/stat : 17460 (java) S 17451 17453 15624 0 -1 4202560 13 0 0 0 0 0 0 0 16 0 19 0 902611218 10800709632 24510 33554432000 1073741824 1073778376 140736471458720 18446744073709551615 274485783449 0 4 0 16800975 18446604456968699968 0 0 -1 7 0 0 0
[pid=17453/tid=17461] ppid=17451 vsize=10547568 CPUtime=0.01 cores=1,3,5,7
/proc/17453/task/17461/stat : 17461 (java) S 17451 17453 15624 0 -1 4202560 303 0 0 0 1 0 0 0 16 0 19 0 902611218 10800709632 24510 33554432000 1073741824 1073778376 140736471458720 18446744073709551615 274485783449 0 4 0 16800975 18446604456968699968 0 0 -1 3 0 0 0
[pid=17453/tid=17462] ppid=17451 vsize=10547568 CPUtime=0 cores=1,3,5,7
/proc/17453/task/17462/stat : 17462 (java) S 17451 17453 15624 0 -1 4202560 263 0 0 0 0 0 0 0 15 0 19 0 902611218 10800709632 24510 33554432000 1073741824 1073778376 140736471458720 18446744073709551615 274485783449 0 4 0 16800975 18446604456968699968 0 0 -1 3 0 0 0
[pid=17453/tid=17463] ppid=17451 vsize=10547568 CPUtime=0 cores=1,3,5,7
/proc/17453/task/17463/stat : 17463 (java) S 17451 17453 15624 0 -1 4202560 364 0 0 0 0 0 0 0 15 0 19 0 902611218 10800709632 24510 33554432000 1073741824 1073778376 140736471458720 18446744073709551615 274485783449 0 4 0 16800975 18446604456968699968 0 0 -1 7 0 0 0
[pid=17453/tid=17464] ppid=17451 vsize=10547568 CPUtime=0.08 cores=1,3,5,7
/proc/17453/task/17464/stat : 17464 (java) S 17451 17453 15624 0 -1 4202560 1036 0 0 0 8 0 0 0 15 0 19 0 902611219 10800709632 24510 33554432000 1073741824 1073778376 140736471458720 18446744073709551615 274485784064 0 0 0 16800975 18446604456968699968 0 0 -1 1 0 0 0
[pid=17453/tid=17465] ppid=17451 vsize=10547568 CPUtime=0 cores=1,3,5,7
/proc/17453/task/17465/stat : 17465 (java) S 17451 17453 15624 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 902611219 10800709632 24510 33554432000 1073741824 1073778376 140736471458720 18446744073709551615 274485783449 0 4 0 16800975 18446604456968699968 0 0 -1 5 0 0 0
[pid=17453/tid=17466] ppid=17451 vsize=10547568 CPUtime=0 cores=1,3,5,7
/proc/17453/task/17466/stat : 17466 (java) S 17451 17453 15624 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 902611219 10800709632 24510 33554432000 1073741824 1073778376 140736471458720 18446744073709551615 274485783449 0 4 0 16800975 18446604456968699968 0 0 -1 5 0 0 0
[pid=17453/tid=17467] ppid=17451 vsize=10547568 CPUtime=0 cores=1,3,5,7
/proc/17453/task/17467/stat : 17467 (java) S 17451 17453 15624 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902611221 10800709632 24510 33554432000 1073741824 1073778376 140736471458720 18446744073709551615 274485791153 0 4 0 16800975 18446604456968699968 0 0 -1 1 0 0 0
[pid=17453/tid=17468] ppid=17451 vsize=10547568 CPUtime=0.44 cores=1,3,5,7
/proc/17453/task/17468/stat : 17468 (java) S 17451 17453 15624 0 -1 4202560 2292 0 0 0 44 0 0 0 15 0 19 0 902611221 10800709632 24510 33554432000 1073741824 1073778376 140736471458720 18446744073709551615 274485783449 0 4 0 16800975 18446604456968699968 0 0 -1 1 0 0 0
[pid=17453/tid=17469] ppid=17451 vsize=10547568 CPUtime=0.45 cores=1,3,5,7
/proc/17453/task/17469/stat : 17469 (java) S 17451 17453 15624 0 -1 4202560 3541 0 0 0 44 1 0 0 15 0 19 0 902611221 10800709632 24510 33554432000 1073741824 1073778376 140736471458720 18446744073709551615 274485783449 0 4 0 16800975 18446604456968699968 0 0 -1 5 0 0 0
[pid=17453/tid=17470] ppid=17451 vsize=10547568 CPUtime=0 cores=1,3,5,7
/proc/17453/task/17470/stat : 17470 (java) S 17451 17453 15624 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902611221 10800709632 24510 33554432000 1073741824 1073778376 140736471458720 18446744073709551615 274485783449 0 4 0 16800975 18446604456968699968 0 0 -1 1 0 0 0
[pid=17453/tid=17471] ppid=17451 vsize=10547568 CPUtime=0 cores=1,3,5,7
/proc/17453/task/17471/stat : 17471 (java) S 17451 17453 15624 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902611221 10800709632 24510 33554432000 1073741824 1073778376 140736471458720 18446744073709551615 274485784064 0 4 0 16800975 18446604456968699968 0 0 -1 7 0 0 0
[pid=17453/tid=17472] ppid=17451 vsize=10547568 CPUtime=0 cores=1,3,5,7
/proc/17453/task/17472/stat : 17472 (java) S 17451 17453 15624 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902611249 10800709632 24510 33554432000 1073741824 1073778376 140736471458720 18446744073709551615 274485784064 0 4 0 16800975 18446604456968699968 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 7.22
Current children cumulated vsize (KiB) 10547568

[startup+12.7008 s]

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

/proc/17453/task/17456/stat : 17456 (java) S 17451 17453 15624 0 -1 4202560 17 0 0 0 12 0 0 0 15 0 19 0 902611218 10806149120 26773 33554432000 1073741824 1073778376 140736471458720 18446744073709551615 274485783449 0 4 0 16800975 18446604456968699968 0 0 -1 7 0 0 0
[pid=17453/tid=17457] ppid=17451 vsize=10552880 CPUtime=0.14 cores=1,3,5,7
/proc/17453/task/17457/stat : 17457 (java) S 17451 17453 15624 0 -1 4202560 25 0 0 0 14 0 0 0 16 0 19 0 902611218 10806149120 26773 33554432000 1073741824 1073778376 140736471458720 18446744073709551615 274485783449 0 4 0 16800975 18446604456968699968 0 0 -1 3 0 0 0
[pid=17453/tid=17458] ppid=17451 vsize=10552880 CPUtime=0.13 cores=1,3,5,7
/proc/17453/task/17458/stat : 17458 (java) S 17451 17453 15624 0 -1 4202560 109 0 0 0 13 0 0 0 16 0 19 0 902611218 10806149120 26773 33554432000 1073741824 1073778376 140736471458720 18446744073709551615 274485783449 0 4 0 16800975 18446604456968699968 0 0 -1 1 0 0 0
[pid=17453/tid=17459] ppid=17451 vsize=10552880 CPUtime=0.12 cores=1,3,5,7
/proc/17453/task/17459/stat : 17459 (java) S 17451 17453 15624 0 -1 4202560 182 0 0 0 12 0 0 0 15 0 19 0 902611218 10806149120 26773 33554432000 1073741824 1073778376 140736471458720 18446744073709551615 274485783449 0 4 0 16800975 18446604456968699968 0 0 -1 3 0 0 0
[pid=17453/tid=17460] ppid=17451 vsize=10552880 CPUtime=0.13 cores=1,3,5,7
/proc/17453/task/17460/stat : 17460 (java) S 17451 17453 15624 0 -1 4202560 28 0 0 0 13 0 0 0 16 0 19 0 902611218 10806149120 26773 33554432000 1073741824 1073778376 140736471458720 18446744073709551615 274485783449 0 4 0 16800975 18446604456968699968 0 0 -1 7 0 0 0
[pid=17453/tid=17461] ppid=17451 vsize=10552880 CPUtime=0.13 cores=1,3,5,7
/proc/17453/task/17461/stat : 17461 (java) S 17451 17453 15624 0 -1 4202560 323 0 0 0 13 0 0 0 15 0 19 0 902611218 10806149120 26773 33554432000 1073741824 1073778376 140736471458720 18446744073709551615 274485783449 0 4 0 16800975 18446604456968699968 0 0 -1 3 0 0 0
[pid=17453/tid=17462] ppid=17451 vsize=10552880 CPUtime=0.13 cores=1,3,5,7
/proc/17453/task/17462/stat : 17462 (java) S 17451 17453 15624 0 -1 4202560 291 0 0 0 13 0 0 0 15 0 19 0 902611218 10806149120 26773 33554432000 1073741824 1073778376 140736471458720 18446744073709551615 274485783449 0 4 0 16800975 18446604456968699968 0 0 -1 3 0 0 0
[pid=17453/tid=17463] ppid=17451 vsize=10552880 CPUtime=0.13 cores=1,3,5,7
/proc/17453/task/17463/stat : 17463 (java) S 17451 17453 15624 0 -1 4202560 376 0 0 0 13 0 0 0 16 0 19 0 902611218 10806149120 26773 33554432000 1073741824 1073778376 140736471458720 18446744073709551615 274485783449 0 4 0 16800975 18446604456968699968 0 0 -1 1 0 0 0
[pid=17453/tid=17464] ppid=17451 vsize=10552880 CPUtime=7.55 cores=1,3,5,7
/proc/17453/task/17464/stat : 17464 (java) S 17451 17453 15624 0 -1 4202560 1719 0 0 0 753 2 0 0 15 0 19 0 902611219 10806149120 26773 33554432000 1073741824 1073778376 140736471458720 18446744073709551615 274485784064 0 0 0 16800975 18446604456968699968 0 0 -1 5 0 0 0
[pid=17453/tid=17465] ppid=17451 vsize=10552880 CPUtime=0 cores=1,3,5,7
/proc/17453/task/17465/stat : 17465 (java) S 17451 17453 15624 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 902611219 10806149120 26773 33554432000 1073741824 1073778376 140736471458720 18446744073709551615 274485783449 0 4 0 16800975 18446604456968699968 0 0 -1 5 0 0 0
[pid=17453/tid=17466] ppid=17451 vsize=10552880 CPUtime=0 cores=1,3,5,7
/proc/17453/task/17466/stat : 17466 (java) S 17451 17453 15624 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 902611219 10806149120 26773 33554432000 1073741824 1073778376 140736471458720 18446744073709551615 274485783449 0 4 0 16800975 18446604456968699968 0 0 -1 5 0 0 0
[pid=17453/tid=17467] ppid=17451 vsize=10552880 CPUtime=0 cores=1,3,5,7
/proc/17453/task/17467/stat : 17467 (java) S 17451 17453 15624 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902611221 10806149120 26773 33554432000 1073741824 1073778376 140736471458720 18446744073709551615 274485791153 0 4 0 16800975 18446604456968699968 0 0 -1 1 0 0 0
[pid=17453/tid=17468] ppid=17451 vsize=10552880 CPUtime=1.05 cores=1,3,5,7
/proc/17453/task/17468/stat : 17468 (java) S 17451 17453 15624 0 -1 4202560 10060 0 0 0 105 0 0 0 15 0 19 0 902611221 10806149120 26773 33554432000 1073741824 1073778376 140736471458720 18446744073709551615 274485783449 0 4 0 16800975 18446604456968699968 0 0 -1 1 0 0 0
[pid=17453/tid=17469] ppid=17451 vsize=10552880 CPUtime=0.47 cores=1,3,5,7
/proc/17453/task/17469/stat : 17469 (java) S 17451 17453 15624 0 -1 4202560 3574 0 0 0 46 1 0 0 15 0 19 0 902611221 10806149120 26773 33554432000 1073741824 1073778376 140736471458720 18446744073709551615 274485783449 0 4 0 16800975 18446604456968699968 0 0 -1 5 0 0 0
[pid=17453/tid=17470] ppid=17451 vsize=10552880 CPUtime=0 cores=1,3,5,7
/proc/17453/task/17470/stat : 17470 (java) S 17451 17453 15624 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902611221 10806149120 26773 33554432000 1073741824 1073778376 140736471458720 18446744073709551615 274485783449 0 4 0 16800975 18446604456968699968 0 0 -1 1 0 0 0
[pid=17453/tid=17471] ppid=17451 vsize=10552880 CPUtime=0 cores=1,3,5,7
/proc/17453/task/17471/stat : 17471 (java) S 17451 17453 15624 0 -1 4202560 14 0 0 0 0 0 0 0 15 0 19 0 902611221 10806149120 26773 33554432000 1073741824 1073778376 140736471458720 18446744073709551615 274485784064 0 4 0 16800975 18446604456968699968 0 0 -1 3 0 0 0
[pid=17453/tid=17472] ppid=17451 vsize=10552880 CPUtime=0 cores=1,3,5,7
/proc/17453/task/17472/stat : 17472 (java) S 17451 17453 15624 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902611249 10806149120 26773 33554432000 1073741824 1073778376 140736471458720 18446744073709551615 274485784064 0 4 0 16800975 18446604456968699968 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 256.39
Current children cumulated vsize (KiB) 10552880

[startup+255.101 s]
/proc/loadavg: 2.01 2.00 1.96 3/214 17478
/proc/meminfo: memFree=1452428/32950928 swapFree=67079488/67111528
[pid=17453] ppid=17451 vsize=10552880 CPUtime=257.2 cores=1,3,5,7
/proc/17453/stat : 17453 (java) S 17451 17453 15624 0 -1 4202496 37063 0 1 0 25708 12 0 0 25 0 19 0 902611215 10806149120 26782 33554432000 1073741824 1073778376 140736471458720 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/17453/statm: 2638220 26782 2255 9 0 2628954 0
[pid=17453/tid=17455] ppid=17451 vsize=10552880 CPUtime=246.95 cores=1,3,5,7
/proc/17453/task/17455/stat : 17455 (java) R 17451 17453 15624 0 -1 4202560 19185 0 1 0 24691 4 0 0 25 0 19 0 902611216 10806149120 26782 33554432000 1073741824 1073778376 140736471458720 18446744073709551615 46912505718903 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=17453/tid=17456] ppid=17451 vsize=10552880 CPUtime=0.12 cores=1,3,5,7
/proc/17453/task/17456/stat : 17456 (java) S 17451 17453 15624 0 -1 4202560 17 0 0 0 12 0 0 0 15 0 19 0 902611218 10806149120 26782 33554432000 1073741824 1073778376 140736471458720 18446744073709551615 274485783449 0 4 0 16800975 18446604456968699968 0 0 -1 7 0 0 0
[pid=17453/tid=17457] ppid=17451 vsize=10552880 CPUtime=0.14 cores=1,3,5,7
/proc/17453/task/17457/stat : 17457 (java) S 17451 17453 15624 0 -1 4202560 25 0 0 0 14 0 0 0 15 0 19 0 902611218 10806149120 26782 33554432000 1073741824 1073778376 140736471458720 18446744073709551615 274485783449 0 4 0 16800975 18446604456968699968 0 0 -1 3 0 0 0
[pid=17453/tid=17458] ppid=17451 vsize=10552880 CPUtime=0.13 cores=1,3,5,7
/proc/17453/task/17458/stat : 17458 (java) S 17451 17453 15624 0 -1 4202560 109 0 0 0 13 0 0 0 15 0 19 0 902611218 10806149120 26782 33554432000 1073741824 1073778376 140736471458720 18446744073709551615 274485783449 0 4 0 16800975 18446604456968699968 0 0 -1 1 0 0 0
[pid=17453/tid=17459] ppid=17451 vsize=10552880 CPUtime=0.12 cores=1,3,5,7
/proc/17453/task/17459/stat : 17459 (java) S 17451 17453 15624 0 -1 4202560 182 0 0 0 12 0 0 0 15 0 19 0 902611218 10806149120 26782 33554432000 1073741824 1073778376 140736471458720 18446744073709551615 274485783449 0 4 0 16800975 18446604456968699968 0 0 -1 7 0 0 0
[pid=17453/tid=17460] ppid=17451 vsize=10552880 CPUtime=0.13 cores=1,3,5,7
/proc/17453/task/17460/stat : 17460 (java) S 17451 17453 15624 0 -1 4202560 28 0 0 0 13 0 0 0 15 0 19 0 902611218 10806149120 26782 33554432000 1073741824 1073778376 140736471458720 18446744073709551615 274485783449 0 4 0 16800975 18446604456968699968 0 0 -1 7 0 0 0
[pid=17453/tid=17461] ppid=17451 vsize=10552880 CPUtime=0.13 cores=1,3,5,7
/proc/17453/task/17461/stat : 17461 (java) S 17451 17453 15624 0 -1 4202560 326 0 0 0 13 0 0 0 16 0 19 0 902611218 10806149120 26782 33554432000 1073741824 1073778376 140736471458720 18446744073709551615 274485783449 0 4 0 16800975 18446604456968699968 0 0 -1 7 0 0 0
[pid=17453/tid=17462] ppid=17451 vsize=10552880 CPUtime=0.13 cores=1,3,5,7
/proc/17453/task/17462/stat : 17462 (java) S 17451 17453 15624 0 -1 4202560 291 0 0 0 13 0 0 0 16 0 19 0 902611218 10806149120 26782 33554432000 1073741824 1073778376 140736471458720 18446744073709551615 274485783449 0 4 0 16800975 18446604456968699968 0 0 -1 3 0 0 0
[pid=17453/tid=17463] ppid=17451 vsize=10552880 CPUtime=0.13 cores=1,3,5,7
/proc/17453/task/17463/stat : 17463 (java) S 17451 17453 15624 0 -1 4202560 376 0 0 0 13 0 0 0 16 0 19 0 902611218 10806149120 26782 33554432000 1073741824 1073778376 140736471458720 18446744073709551615 274485783449 0 4 0 16800975 18446604456968699968 0 0 -1 1 0 0 0
[pid=17453/tid=17464] ppid=17451 vsize=10552880 CPUtime=7.58 cores=1,3,5,7
/proc/17453/task/17464/stat : 17464 (java) S 17451 17453 15624 0 -1 4202560 1725 0 0 0 756 2 0 0 15 0 19 0 902611219 10806149120 26782 33554432000 1073741824 1073778376 140736471458720 18446744073709551615 274485784064 0 0 0 16800975 18446604456968699968 0 0 -1 5 0 0 0
[pid=17453/tid=17465] ppid=17451 vsize=10552880 CPUtime=0 cores=1,3,5,7
/proc/17453/task/17465/stat : 17465 (java) S 17451 17453 15624 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 902611219 10806149120 26782 33554432000 1073741824 1073778376 140736471458720 18446744073709551615 274485783449 0 4 0 16800975 18446604456968699968 0 0 -1 5 0 0 0
[pid=17453/tid=17466] ppid=17451 vsize=10552880 CPUtime=0 cores=1,3,5,7
/proc/17453/task/17466/stat : 17466 (java) S 17451 17453 15624 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 902611219 10806149120 26782 33554432000 1073741824 1073778376 140736471458720 18446744073709551615 274485783449 0 4 0 16800975 18446604456968699968 0 0 -1 5 0 0 0
[pid=17453/tid=17467] ppid=17451 vsize=10552880 CPUtime=0 cores=1,3,5,7
/proc/17453/task/17467/stat : 17467 (java) S 17451 17453 15624 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902611221 10806149120 26782 33554432000 1073741824 1073778376 140736471458720 18446744073709551615 274485791153 0 4 0 16800975 18446604456968699968 0 0 -1 1 0 0 0
[pid=17453/tid=17468] ppid=17451 vsize=10552880 CPUtime=1.05 cores=1,3,5,7
/proc/17453/task/17468/stat : 17468 (java) S 17451 17453 15624 0 -1 4202560 10060 0 0 0 105 0 0 0 15 0 19 0 902611221 10806149120 26782 33554432000 1073741824 1073778376 140736471458720 18446744073709551615 274485783449 0 4 0 16800975 18446604456968699968 0 0 -1 1 0 0 0
[pid=17453/tid=17469] ppid=17451 vsize=10552880 CPUtime=0.47 cores=1,3,5,7
/proc/17453/task/17469/stat : 17469 (java) S 17451 17453 15624 0 -1 4202560 3574 0 0 0 46 1 0 0 15 0 19 0 902611221 10806149120 26782 33554432000 1073741824 1073778376 140736471458720 18446744073709551615 274485783449 0 4 0 16800975 18446604456968699968 0 0 -1 5 0 0 0
[pid=17453/tid=17470] ppid=17451 vsize=10552880 CPUtime=0 cores=1,3,5,7
/proc/17453/task/17470/stat : 17470 (java) S 17451 17453 15624 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902611221 10806149120 26782 33554432000 1073741824 1073778376 140736471458720 18446744073709551615 274485783449 0 4 0 16800975 18446604456968699968 0 0 -1 1 0 0 0
[pid=17453/tid=17471] ppid=17451 vsize=10552880 CPUtime=0 cores=1,3,5,7
/proc/17453/task/17471/stat : 17471 (java) S 17451 17453 15624 0 -1 4202560 14 0 0 0 0 0 0 0 15 0 19 0 902611221 10806149120 26782 33554432000 1073741824 1073778376 140736471458720 18446744073709551615 274485784064 0 4 0 16800975 18446604456968699968 0 0 -1 3 0 0 0
[pid=17453/tid=17472] ppid=17451 vsize=10552880 CPUtime=0 cores=1,3,5,7
/proc/17453/task/17472/stat : 17472 (java) S 17451 17453 15624 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902611249 10806149120 26782 33554432000 1073741824 1073778376 140736471458720 18446744073709551615 274485784064 0 4 0 16800975 18446604456968699968 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 257.2
Current children cumulated vsize (KiB) 10552880

[startup+255.501 s]
/proc/loadavg: 2.01 2.00 1.96 3/214 17478
/proc/meminfo: memFree=1452428/32950928 swapFree=67079488/67111528
[pid=17453] ppid=17451 vsize=10552880 CPUtime=257.59 cores=1,3,5,7
/proc/17453/stat : 17453 (java) S 17451 17453 15624 0 -1 4202496 37063 0 1 0 25747 12 0 0 25 0 19 0 902611215 10806149120 26782 33554432000 1073741824 1073778376 140736471458720 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/17453/statm: 2638220 26782 2255 9 0 2628954 0
[pid=17453/tid=17455] ppid=17451 vsize=10552880 CPUtime=247.35 cores=1,3,5,7
/proc/17453/task/17455/stat : 17455 (java) R 17451 17453 15624 0 -1 4202560 19185 0 1 0 24731 4 0 0 25 0 19 0 902611216 10806149120 26782 33554432000 1073741824 1073778376 140736471458720 18446744073709551615 46912505710653 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=17453/tid=17456] ppid=17451 vsize=10552880 CPUtime=0.12 cores=1,3,5,7
/proc/17453/task/17456/stat : 17456 (java) S 17451 17453 15624 0 -1 4202560 17 0 0 0 12 0 0 0 15 0 19 0 902611218 10806149120 26782 33554432000 1073741824 1073778376 140736471458720 18446744073709551615 274485783449 0 4 0 16800975 18446604456968699968 0 0 -1 7 0 0 0
[pid=17453/tid=17457] ppid=17451 vsize=10552880 CPUtime=0.14 cores=1,3,5,7
/proc/17453/task/17457/stat : 17457 (java) S 17451 17453 15624 0 -1 4202560 25 0 0 0 14 0 0 0 15 0 19 0 902611218 10806149120 26782 33554432000 1073741824 1073778376 140736471458720 18446744073709551615 274485783449 0 4 0 16800975 18446604456968699968 0 0 -1 3 0 0 0
[pid=17453/tid=17458] ppid=17451 vsize=10552880 CPUtime=0.13 cores=1,3,5,7
/proc/17453/task/17458/stat : 17458 (java) S 17451 17453 15624 0 -1 4202560 109 0 0 0 13 0 0 0 15 0 19 0 902611218 10806149120 26782 33554432000 1073741824 1073778376 140736471458720 18446744073709551615 274485783449 0 4 0 16800975 18446604456968699968 0 0 -1 1 0 0 0
[pid=17453/tid=17459] ppid=17451 vsize=10552880 CPUtime=0.12 cores=1,3,5,7
/proc/17453/task/17459/stat : 17459 (java) S 17451 17453 15624 0 -1 4202560 182 0 0 0 12 0 0 0 15 0 19 0 902611218 10806149120 26782 33554432000 1073741824 1073778376 140736471458720 18446744073709551615 274485783449 0 4 0 16800975 18446604456968699968 0 0 -1 7 0 0 0
[pid=17453/tid=17460] ppid=17451 vsize=10552880 CPUtime=0.13 cores=1,3,5,7
/proc/17453/task/17460/stat : 17460 (java) S 17451 17453 15624 0 -1 4202560 28 0 0 0 13 0 0 0 15 0 19 0 902611218 10806149120 26782 33554432000 1073741824 1073778376 140736471458720 18446744073709551615 274485783449 0 4 0 16800975 18446604456968699968 0 0 -1 7 0 0 0
[pid=17453/tid=17461] ppid=17451 vsize=10552880 CPUtime=0.13 cores=1,3,5,7
/proc/17453/task/17461/stat : 17461 (java) S 17451 17453 15624 0 -1 4202560 326 0 0 0 13 0 0 0 16 0 19 0 902611218 10806149120 26782 33554432000 1073741824 1073778376 140736471458720 18446744073709551615 274485783449 0 4 0 16800975 18446604456968699968 0 0 -1 7 0 0 0
[pid=17453/tid=17462] ppid=17451 vsize=10552880 CPUtime=0.13 cores=1,3,5,7
/proc/17453/task/17462/stat : 17462 (java) S 17451 17453 15624 0 -1 4202560 291 0 0 0 13 0 0 0 16 0 19 0 902611218 10806149120 26782 33554432000 1073741824 1073778376 140736471458720 18446744073709551615 274485783449 0 4 0 16800975 18446604456968699968 0 0 -1 3 0 0 0
[pid=17453/tid=17463] ppid=17451 vsize=10552880 CPUtime=0.13 cores=1,3,5,7
/proc/17453/task/17463/stat : 17463 (java) S 17451 17453 15624 0 -1 4202560 376 0 0 0 13 0 0 0 16 0 19 0 902611218 10806149120 26782 33554432000 1073741824 1073778376 140736471458720 18446744073709551615 274485783449 0 4 0 16800975 18446604456968699968 0 0 -1 1 0 0 0
[pid=17453/tid=17464] ppid=17451 vsize=10552880 CPUtime=7.58 cores=1,3,5,7
/proc/17453/task/17464/stat : 17464 (java) S 17451 17453 15624 0 -1 4202560 1725 0 0 0 756 2 0 0 15 0 19 0 902611219 10806149120 26782 33554432000 1073741824 1073778376 140736471458720 18446744073709551615 274485784064 0 0 0 16800975 18446604456968699968 0 0 -1 5 0 0 0
[pid=17453/tid=17465] ppid=17451 vsize=10552880 CPUtime=0 cores=1,3,5,7
/proc/17453/task/17465/stat : 17465 (java) S 17451 17453 15624 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 902611219 10806149120 26782 33554432000 1073741824 1073778376 140736471458720 18446744073709551615 274485783449 0 4 0 16800975 18446604456968699968 0 0 -1 5 0 0 0
[pid=17453/tid=17466] ppid=17451 vsize=10552880 CPUtime=0 cores=1,3,5,7
/proc/17453/task/17466/stat : 17466 (java) S 17451 17453 15624 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 902611219 10806149120 26782 33554432000 1073741824 1073778376 140736471458720 18446744073709551615 274485783449 0 4 0 16800975 18446604456968699968 0 0 -1 5 0 0 0
[pid=17453/tid=17467] ppid=17451 vsize=10552880 CPUtime=0 cores=1,3,5,7
/proc/17453/task/17467/stat : 17467 (java) S 17451 17453 15624 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902611221 10806149120 26782 33554432000 1073741824 1073778376 140736471458720 18446744073709551615 274485791153 0 4 0 16800975 18446604456968699968 0 0 -1 1 0 0 0
[pid=17453/tid=17468] ppid=17451 vsize=10552880 CPUtime=1.05 cores=1,3,5,7
/proc/17453/task/17468/stat : 17468 (java) S 17451 17453 15624 0 -1 4202560 10060 0 0 0 105 0 0 0 15 0 19 0 902611221 10806149120 26782 33554432000 1073741824 1073778376 140736471458720 18446744073709551615 274485783449 0 4 0 16800975 18446604456968699968 0 0 -1 1 0 0 0
[pid=17453/tid=17469] ppid=17451 vsize=10552880 CPUtime=0.47 cores=1,3,5,7
/proc/17453/task/17469/stat : 17469 (java) S 17451 17453 15624 0 -1 4202560 3574 0 0 0 46 1 0 0 15 0 19 0 902611221 10806149120 26782 33554432000 1073741824 1073778376 140736471458720 18446744073709551615 274485783449 0 4 0 16800975 18446604456968699968 0 0 -1 5 0 0 0
[pid=17453/tid=17470] ppid=17451 vsize=10552880 CPUtime=0 cores=1,3,5,7
/proc/17453/task/17470/stat : 17470 (java) S 17451 17453 15624 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902611221 10806149120 26782 33554432000 1073741824 1073778376 140736471458720 18446744073709551615 274485783449 0 4 0 16800975 18446604456968699968 0 0 -1 1 0 0 0
[pid=17453/tid=17471] ppid=17451 vsize=10552880 CPUtime=0 cores=1,3,5,7
/proc/17453/task/17471/stat : 17471 (java) S 17451 17453 15624 0 -1 4202560 14 0 0 0 0 0 0 0 15 0 19 0 902611221 10806149120 26782 33554432000 1073741824 1073778376 140736471458720 18446744073709551615 274485784064 0 4 0 16800975 18446604456968699968 0 0 -1 3 0 0 0
[pid=17453/tid=17472] ppid=17451 vsize=10552880 CPUtime=0 cores=1,3,5,7
/proc/17453/task/17472/stat : 17472 (java) S 17451 17453 15624 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902611249 10806149120 26782 33554432000 1073741824 1073778376 140736471458720 18446744073709551615 274485784064 0 4 0 16800975 18446604456968699968 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 257.59
Current children cumulated vsize (KiB) 10552880

[startup+255.601 s]
/proc/loadavg: 2.01 2.00 1.96 3/214 17478
/proc/meminfo: memFree=1452428/32950928 swapFree=67079488/67111528
[pid=17453] ppid=17451 vsize=10552880 CPUtime=257.69 cores=1,3,5,7
/proc/17453/stat : 17453 (java) S 17451 17453 15624 0 -1 4202496 37063 0 1 0 25757 12 0 0 25 0 19 0 902611215 10806149120 26782 33554432000 1073741824 1073778376 140736471458720 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/17453/statm: 2638220 26782 2255 9 0 2628954 0
[pid=17453/tid=17455] ppid=17451 vsize=10552880 CPUtime=247.45 cores=1,3,5,7
/proc/17453/task/17455/stat : 17455 (java) R 17451 17453 15624 0 -1 4202560 19185 0 1 0 24741 4 0 0 25 0 19 0 902611216 10806149120 26782 33554432000 1073741824 1073778376 140736471458720 18446744073709551615 46912505227548 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=17453/tid=17456] ppid=17451 vsize=10552880 CPUtime=0.12 cores=1,3,5,7
/proc/17453/task/17456/stat : 17456 (java) S 17451 17453 15624 0 -1 4202560 17 0 0 0 12 0 0 0 15 0 19 0 902611218 10806149120 26782 33554432000 1073741824 1073778376 140736471458720 18446744073709551615 274485783449 0 4 0 16800975 18446604456968699968 0 0 -1 7 0 0 0
[pid=17453/tid=17457] ppid=17451 vsize=10552880 CPUtime=0.14 cores=1,3,5,7
/proc/17453/task/17457/stat : 17457 (java) S 17451 17453 15624 0 -1 4202560 25 0 0 0 14 0 0 0 15 0 19 0 902611218 10806149120 26782 33554432000 1073741824 1073778376 140736471458720 18446744073709551615 274485783449 0 4 0 16800975 18446604456968699968 0 0 -1 3 0 0 0
[pid=17453/tid=17458] ppid=17451 vsize=10552880 CPUtime=0.13 cores=1,3,5,7
/proc/17453/task/17458/stat : 17458 (java) S 17451 17453 15624 0 -1 4202560 109 0 0 0 13 0 0 0 15 0 19 0 902611218 10806149120 26782 33554432000 1073741824 1073778376 140736471458720 18446744073709551615 274485783449 0 4 0 16800975 18446604456968699968 0 0 -1 1 0 0 0
[pid=17453/tid=17459] ppid=17451 vsize=10552880 CPUtime=0.12 cores=1,3,5,7
/proc/17453/task/17459/stat : 17459 (java) S 17451 17453 15624 0 -1 4202560 182 0 0 0 12 0 0 0 15 0 19 0 902611218 10806149120 26782 33554432000 1073741824 1073778376 140736471458720 18446744073709551615 274485783449 0 4 0 16800975 18446604456968699968 0 0 -1 7 0 0 0
[pid=17453/tid=17460] ppid=17451 vsize=10552880 CPUtime=0.13 cores=1,3,5,7
/proc/17453/task/17460/stat : 17460 (java) S 17451 17453 15624 0 -1 4202560 28 0 0 0 13 0 0 0 15 0 19 0 902611218 10806149120 26782 33554432000 1073741824 1073778376 140736471458720 18446744073709551615 274485783449 0 4 0 16800975 18446604456968699968 0 0 -1 7 0 0 0
[pid=17453/tid=17461] ppid=17451 vsize=10552880 CPUtime=0.13 cores=1,3,5,7
/proc/17453/task/17461/stat : 17461 (java) S 17451 17453 15624 0 -1 4202560 326 0 0 0 13 0 0 0 16 0 19 0 902611218 10806149120 26782 33554432000 1073741824 1073778376 140736471458720 18446744073709551615 274485783449 0 4 0 16800975 18446604456968699968 0 0 -1 7 0 0 0
[pid=17453/tid=17462] ppid=17451 vsize=10552880 CPUtime=0.13 cores=1,3,5,7
/proc/17453/task/17462/stat : 17462 (java) S 17451 17453 15624 0 -1 4202560 291 0 0 0 13 0 0 0 16 0 19 0 902611218 10806149120 26782 33554432000 1073741824 1073778376 140736471458720 18446744073709551615 274485783449 0 4 0 16800975 18446604456968699968 0 0 -1 3 0 0 0
[pid=17453/tid=17463] ppid=17451 vsize=10552880 CPUtime=0.13 cores=1,3,5,7
/proc/17453/task/17463/stat : 17463 (java) S 17451 17453 15624 0 -1 4202560 376 0 0 0 13 0 0 0 16 0 19 0 902611218 10806149120 26782 33554432000 1073741824 1073778376 140736471458720 18446744073709551615 274485783449 0 4 0 16800975 18446604456968699968 0 0 -1 1 0 0 0
[pid=17453/tid=17464] ppid=17451 vsize=10552880 CPUtime=7.58 cores=1,3,5,7
/proc/17453/task/17464/stat : 17464 (java) S 17451 17453 15624 0 -1 4202560 1725 0 0 0 756 2 0 0 15 0 19 0 902611219 10806149120 26782 33554432000 1073741824 1073778376 140736471458720 18446744073709551615 274485784064 0 0 0 16800975 18446604456968699968 0 0 -1 5 0 0 0
[pid=17453/tid=17465] ppid=17451 vsize=10552880 CPUtime=0 cores=1,3,5,7
/proc/17453/task/17465/stat : 17465 (java) S 17451 17453 15624 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 902611219 10806149120 26782 33554432000 1073741824 1073778376 140736471458720 18446744073709551615 274485783449 0 4 0 16800975 18446604456968699968 0 0 -1 5 0 0 0
[pid=17453/tid=17466] ppid=17451 vsize=10552880 CPUtime=0 cores=1,3,5,7
/proc/17453/task/17466/stat : 17466 (java) S 17451 17453 15624 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 902611219 10806149120 26782 33554432000 1073741824 1073778376 140736471458720 18446744073709551615 274485783449 0 4 0 16800975 18446604456968699968 0 0 -1 5 0 0 0
[pid=17453/tid=17467] ppid=17451 vsize=10552880 CPUtime=0 cores=1,3,5,7
/proc/17453/task/17467/stat : 17467 (java) S 17451 17453 15624 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902611221 10806149120 26782 33554432000 1073741824 1073778376 140736471458720 18446744073709551615 274485791153 0 4 0 16800975 18446604456968699968 0 0 -1 1 0 0 0
[pid=17453/tid=17468] ppid=17451 vsize=10552880 CPUtime=1.05 cores=1,3,5,7
/proc/17453/task/17468/stat : 17468 (java) S 17451 17453 15624 0 -1 4202560 10060 0 0 0 105 0 0 0 15 0 19 0 902611221 10806149120 26782 33554432000 1073741824 1073778376 140736471458720 18446744073709551615 274485783449 0 4 0 16800975 18446604456968699968 0 0 -1 1 0 0 0
[pid=17453/tid=17469] ppid=17451 vsize=10552880 CPUtime=0.47 cores=1,3,5,7
/proc/17453/task/17469/stat : 17469 (java) S 17451 17453 15624 0 -1 4202560 3574 0 0 0 46 1 0 0 15 0 19 0 902611221 10806149120 26782 33554432000 1073741824 1073778376 140736471458720 18446744073709551615 274485783449 0 4 0 16800975 18446604456968699968 0 0 -1 5 0 0 0
[pid=17453/tid=17470] ppid=17451 vsize=10552880 CPUtime=0 cores=1,3,5,7
/proc/17453/task/17470/stat : 17470 (java) S 17451 17453 15624 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902611221 10806149120 26782 33554432000 1073741824 1073778376 140736471458720 18446744073709551615 274485783449 0 4 0 16800975 18446604456968699968 0 0 -1 1 0 0 0
[pid=17453/tid=17471] ppid=17451 vsize=10552880 CPUtime=0 cores=1,3,5,7
/proc/17453/task/17471/stat : 17471 (java) S 17451 17453 15624 0 -1 4202560 14 0 0 0 0 0 0 0 15 0 19 0 902611221 10806149120 26782 33554432000 1073741824 1073778376 140736471458720 18446744073709551615 274485784064 0 4 0 16800975 18446604456968699968 0 0 -1 3 0 0 0
[pid=17453/tid=17472] ppid=17451 vsize=10552880 CPUtime=0 cores=1,3,5,7
/proc/17453/task/17472/stat : 17472 (java) S 17451 17453 15624 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902611249 10806149120 26782 33554432000 1073741824 1073778376 140736471458720 18446744073709551615 274485784064 0 4 0 16800975 18446604456968699968 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 257.69
Current children cumulated vsize (KiB) 10552880

Child status: 30
Real time (s): 255.62
CPU time (s): 257.731
CPU user time (s): 257.598
CPU system time (s): 0.132979
CPU usage (%): 100.826
Max. virtual memory (cumulated for all children) (KiB): 10569588

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 257.598
system time used= 0.132979
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37082
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= 18594
involuntary context switches= 7840

runsolver used 0.466929 second user time and 0.954854 second system time

The end

Launcher Data

Begin job on node125 at 2011-06-12 22:21:56
IDJOB=3492636
IDBENCH=78932
IDSOLVER=1982
FILE ID=node125/3492636-1307910115
RUNJOBID= node125-1307907420-16978
PBS_JOBID= 13559581
Free space on /var/tmp= 2892 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-33-100-0.wbo
COMMAND LINE= java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3492636-1307910115/watcher-3492636-1307910115 -o /var/tmp/evaluation-result-3492636-1307910115/solver-3492636-1307910115 -C 1800 -W 1900 -M 15500  java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3492636-1307910115.wbo

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

MD5SUM BENCH= cfec29cd05a8fe08303725dcbadc3399
RANDOM SEED=855463892

node125.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:       1567024 kB
Buffers:         63320 kB
Cached:       30030356 kB
SwapCached:       3272 kB
Active:       15462420 kB
Inactive:     14979052 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       1567024 kB
SwapTotal:    67111528 kB
SwapFree:     67079488 kB
Dirty:              68 kB
Writeback:           0 kB
AnonPages:      345284 kB
Mapped:          22400 kB
Slab:           878448 kB
PageTables:       5068 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 10546508 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /var/tmp at the end= 2892 MiB
End job on node125 at 2011-06-12 22:26:11