Trace number 3687529

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 NameAnswerobjective functionCPU timeWall clock time
Sat 4j PB Resolution 2.3.2 SnapshotOPT1523 593.28 589.707

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/mps-v2-20-10/
MIPLIB/miplib/normalized-mps-v2-20-10-p0201.opb
MD5SUM303eaeab4b7ccd67c7fab31d13d20bc2
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1523
Best CPU time to get the best result obtained on this benchmark0.200968
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 1523
Optimality of the best value was proved YES
Number of variables201
Total number of constraints133
Number of constraints which are clauses20
Number of constraints which are cardinality constraints (but not clauses)26
Number of constraints which are nor clauses,nor cardinality constraints87
Minimum length of a constraint3
Maximum length of a constraint67
Number of terms in the objective function 201
Biggest coefficient in the objective function 1920
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 19980
Number of bits of the sum of numbers in the objective function 15
Biggest number in a constraint 1920
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 19980
Number of bits of the biggest sum of numbers15
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.06/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.07	c See www.sat4j.org for details.
0.06/0.07	c version 2.3.2.v20120418
0.06/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.07	c java.vm.version	19.1-b02
0.06/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.07	c sun.arch.data.model	64
0.06/0.07	c java.version		1.6.0_24
0.06/0.07	c os.name		Linux
0.06/0.07	c os.version		2.6.32-71.29.1.el6.x86_64
0.06/0.07	c os.arch		amd64
0.06/0.07	c Free memory 		501472288
0.06/0.07	c Max memory 		7480803328
0.06/0.07	c Total memory 		504102912
0.06/0.07	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-3687529-1337871963.opb
0.11/0.10	c reading problem ... 
0.11/0.17	c ... done. Wall clock time 0.072s.
0.11/0.17	c declared #vars     201
0.11/0.17	c #constraints  133
0.11/0.17	c constraints type 
0.11/0.17	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 20
0.11/0.17	c org.sat4j.minisat.constraints.card.MinWatchCard => 80
0.11/0.17	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 33
0.11/0.17	c 133 constraints processed.
0.11/0.17	c objective function length is 201 literals
0.11/0.18	c SATISFIABLE
0.11/0.18	c OPTIMIZING...
0.11/0.18	c Got one! Elapsed wall clock time (in seconds):0.083
0.11/0.18	o 1599
0.11/0.19	c Got one! Elapsed wall clock time (in seconds):0.098
0.11/0.19	o 1589
0.29/0.20	c Got one! Elapsed wall clock time (in seconds):0.107
0.29/0.20	o 1561
0.86/0.54	c cleaning 2507 clauses out of 5014 with flag 5001/5014
1.13/0.77	c cleaning 4255 clauses out of 8510 with flag 11004/11017
1.47/1.03	c cleaning 5622 clauses out of 11253 with flag 18002/18015
1.78/1.31	c cleaning 6811 clauses out of 13629 with flag 26000/26013
2.11/1.63	c cleaning 7910 clauses out of 15819 with flag 35001/35014
2.51/2.00	c cleaning 8955 clauses out of 17909 with flag 45001/45014
2.72/2.22	c Got one! Elapsed wall clock time (in seconds):2.119
2.72/2.22	o 1553
2.91/2.42	c cleaning 10161 clauses out of 20321 with flag 5002/56381
3.12/2.63	c cleaning 8078 clauses out of 16159 with flag 11001/62380
3.32/2.86	c cleaning 7539 clauses out of 15080 with flag 18000/69379
3.62/3.12	c cleaning 7765 clauses out of 15541 with flag 26000/77379
3.95/3.43	c cleaning 8386 clauses out of 16776 with flag 35000/86379
4.26/3.78	c cleaning 9193 clauses out of 18390 with flag 45000/96379
4.66/4.16	c cleaning 10094 clauses out of 20198 with flag 56001/107380
4.76/4.21	c Got one! Elapsed wall clock time (in seconds):4.116
4.76/4.21	o 1551
4.87/4.35	c cleaning 7816 clauses out of 15644 with flag 4001/112920
5.07/4.58	c cleaning 6907 clauses out of 13828 with flag 10001/118920
5.38/4.83	c cleaning 6951 clauses out of 13921 with flag 17001/125920
5.68/5.13	c cleaning 7481 clauses out of 14971 with flag 25002/133921
6.00/5.47	c cleaning 8243 clauses out of 16489 with flag 34001/142920
6.41/5.85	c cleaning 9121 clauses out of 18247 with flag 44002/152921
6.82/6.24	c cleaning 10059 clauses out of 20125 with flag 55001/163920
7.24/6.66	c cleaning 11033 clauses out of 22065 with flag 67000/175919
7.74/7.12	c cleaning 12015 clauses out of 24032 with flag 80000/188919
8.24/7.64	c cleaning 13004 clauses out of 26017 with flag 94000/202919
8.74/8.19	c cleaning 14007 clauses out of 28013 with flag 109000/217919
9.36/8.77	c cleaning 15002 clauses out of 30006 with flag 125000/233919
10.07/9.41	c cleaning 16003 clauses out of 32006 with flag 142002/250921
10.67/10.06	c cleaning 16997 clauses out of 34001 with flag 160000/268919
11.39/10.74	c cleaning 17999 clauses out of 36006 with flag 179002/287921
12.09/11.47	c cleaning 19000 clauses out of 38006 with flag 199001/307920
12.92/12.26	c cleaning 19998 clauses out of 40006 with flag 220001/328920
13.73/13.09	c cleaning 21000 clauses out of 42009 with flag 242002/350921
14.73/14.00	c cleaning 22002 clauses out of 44007 with flag 265000/373919
15.74/15.00	c cleaning 22998 clauses out of 46005 with flag 289000/397919
16.67/15.98	c cleaning 24001 clauses out of 48008 with flag 314001/422920
17.68/16.99	c cleaning 25002 clauses out of 50008 with flag 340002/448921
18.81/18.07	c cleaning 25997 clauses out of 52004 with flag 367000/475919
19.92/19.19	c cleaning 27002 clauses out of 54008 with flag 395001/503920
21.12/20.36	c cleaning 27999 clauses out of 56005 with flag 424000/532919
22.44/21.60	c cleaning 28998 clauses out of 58006 with flag 454000/562919
23.66/22.89	c cleaning 30004 clauses out of 60008 with flag 485000/593919
25.09/24.27	c cleaning 31002 clauses out of 62005 with flag 517001/625920
26.59/25.70	c cleaning 31996 clauses out of 64002 with flag 550000/658919
27.89/27.06	c cleaning 32998 clauses out of 66007 with flag 584001/692920
29.40/28.51	c cleaning 34002 clauses out of 68010 with flag 619002/727921
30.90/30.02	c cleaning 34999 clauses out of 70006 with flag 655000/763919
32.42/31.53	c cleaning 35998 clauses out of 72007 with flag 692000/800919
33.92/33.06	c cleaning 36998 clauses out of 74010 with flag 730001/838920
35.64/34.70	c cleaning 38005 clauses out of 76012 with flag 769001/877920
37.34/36.41	c cleaning 38996 clauses out of 78006 with flag 809000/917919
39.06/38.14	c cleaning 40004 clauses out of 80011 with flag 850001/958920
40.88/39.97	c cleaning 41001 clauses out of 82007 with flag 892001/1000920
42.69/41.73	c cleaning 41998 clauses out of 84005 with flag 935000/1043919
44.61/43.63	c cleaning 43000 clauses out of 86008 with flag 979001/1087920
46.64/45.66	c cleaning 43999 clauses out of 88007 with flag 1024000/1132919
48.85/47.84	c cleaning 45001 clauses out of 90010 with flag 1070002/1178921
51.06/50.03	c cleaning 46003 clauses out of 92008 with flag 1117001/1225920
53.39/52.36	c cleaning 46999 clauses out of 94004 with flag 1165000/1273919
55.79/54.78	c cleaning 47994 clauses out of 96006 with flag 1214001/1322920
57.20/56.11	c Got one! Elapsed wall clock time (in seconds):56.01
57.20/56.11	o 1547
57.50/56.47	c cleaning 42637 clauses out of 85288 with flag 5002/1360196
57.82/56.76	c cleaning 24312 clauses out of 48650 with flag 11001/1366195
58.12/57.05	c cleaning 15661 clauses out of 31338 with flag 18001/1373195
58.42/57.34	c cleaning 11832 clauses out of 23677 with flag 26001/1381195
58.72/57.65	c cleaning 10417 clauses out of 20845 with flag 35001/1390195
59.12/58.00	c cleaning 10212 clauses out of 20427 with flag 45000/1400194
59.43/58.38	c cleaning 10607 clauses out of 21215 with flag 56000/1411194
59.83/58.79	c cleaning 11302 clauses out of 22608 with flag 68000/1423194
60.33/59.29	c cleaning 12152 clauses out of 24306 with flag 81000/1436194
60.83/59.77	c cleaning 13073 clauses out of 26154 with flag 95000/1450194
61.43/60.30	c cleaning 14041 clauses out of 28082 with flag 110001/1465195
62.04/60.93	c cleaning 15020 clauses out of 30043 with flag 126003/1481197
62.65/61.60	c cleaning 16007 clauses out of 32021 with flag 143001/1498195
63.35/62.27	c cleaning 17005 clauses out of 34013 with flag 161000/1516194
63.95/62.81	c Got one! Elapsed wall clock time (in seconds):62.714
63.95/62.81	o 1545
64.15/63.04	c cleaning 18897 clauses out of 37814 with flag 5000/1537000
64.35/63.25	c cleaning 12447 clauses out of 24917 with flag 11000/1543000
64.55/63.49	c cleaning 9727 clauses out of 19471 with flag 18001/1550001
64.86/63.75	c cleaning 8860 clauses out of 17743 with flag 26000/1558000
65.15/64.05	c cleaning 8929 clauses out of 17883 with flag 35000/1567000
65.47/64.38	c cleaning 9466 clauses out of 18954 with flag 45000/1577000
65.89/64.76	c cleaning 10236 clauses out of 20488 with flag 56000/1588000
66.29/65.17	c cleaning 11113 clauses out of 22252 with flag 68000/1600000
66.81/65.66	c cleaning 12051 clauses out of 24139 with flag 81000/1613000
67.31/66.13	c cleaning 13043 clauses out of 26088 with flag 95000/1627000
67.82/66.67	c cleaning 14023 clauses out of 28046 with flag 110001/1642001
68.43/67.24	c cleaning 15011 clauses out of 30022 with flag 126000/1658000
69.03/67.87	c cleaning 16005 clauses out of 32012 with flag 143001/1675001
69.73/68.55	c cleaning 16998 clauses out of 34007 with flag 161001/1693001
70.44/69.24	c cleaning 18002 clauses out of 36009 with flag 180001/1712001
71.14/69.99	c cleaning 19001 clauses out of 38006 with flag 200000/1732000
72.04/70.81	c cleaning 19999 clauses out of 40005 with flag 221000/1753000
72.24/71.04	c Got one! Elapsed wall clock time (in seconds):70.942
72.24/71.04	o 1535
72.56/71.25	c cleaning 15729 clauses out of 31470 with flag 5000/1764464
72.77/71.47	c cleaning 10862 clauses out of 21742 with flag 11001/1770465
73.06/71.72	c cleaning 8924 clauses out of 17879 with flag 18000/1777464
73.37/72.00	c cleaning 8466 clauses out of 16958 with flag 26003/1785467
73.67/72.34	c cleaning 8737 clauses out of 17489 with flag 35000/1794464
74.07/72.70	c cleaning 9377 clauses out of 18753 with flag 45001/1804465
74.48/73.10	c cleaning 10180 clauses out of 20376 with flag 56001/1815465
74.88/73.54	c cleaning 11098 clauses out of 22196 with flag 68001/1827465
75.38/74.03	c cleaning 12043 clauses out of 24097 with flag 81000/1840464
75.88/74.55	c cleaning 13023 clauses out of 26055 with flag 95001/1854465
76.48/75.13	c cleaning 14013 clauses out of 28031 with flag 110000/1869464
77.08/75.76	c cleaning 15010 clauses out of 30019 with flag 126001/1885465
77.69/76.39	c cleaning 16003 clauses out of 32008 with flag 143000/1902464
78.49/77.13	c cleaning 17002 clauses out of 34005 with flag 161000/1920464
79.19/77.85	c cleaning 18000 clauses out of 36004 with flag 180001/1939465
80.00/78.65	c cleaning 18996 clauses out of 38004 with flag 200001/1959465
80.94/79.51	c cleaning 20001 clauses out of 40007 with flag 221000/1980464
81.75/80.38	c cleaning 21001 clauses out of 42006 with flag 243000/2002464
82.64/81.27	c cleaning 21994 clauses out of 44006 with flag 266001/2025465
83.65/82.20	c cleaning 23002 clauses out of 46012 with flag 290001/2049465
84.65/83.23	c cleaning 24005 clauses out of 48010 with flag 315001/2074465
85.65/84.23	c cleaning 24996 clauses out of 50004 with flag 341000/2100464
86.76/85.35	c cleaning 26001 clauses out of 52009 with flag 368001/2127465
87.96/86.50	c cleaning 27000 clauses out of 54008 with flag 396001/2155465
89.17/87.71	c cleaning 28001 clauses out of 56007 with flag 425000/2184464
90.41/88.90	c cleaning 28999 clauses out of 58006 with flag 455000/2214464
91.52/90.10	c cleaning 30003 clauses out of 60008 with flag 486001/2245465
92.82/91.36	c cleaning 30999 clauses out of 62007 with flag 518003/2277467
94.12/92.64	c cleaning 31998 clauses out of 64005 with flag 551000/2310464
95.63/94.16	c cleaning 32999 clauses out of 66008 with flag 585001/2344465
97.14/95.64	c cleaning 34002 clauses out of 68010 with flag 620002/2379466
98.35/96.89	c Got one! Elapsed wall clock time (in seconds):96.792
98.35/96.89	o 1533
98.74/97.20	c cleaning 35426 clauses out of 70867 with flag 5000/2416325
98.94/97.45	c cleaning 20714 clauses out of 41441 with flag 11000/2422325
99.24/97.70	c cleaning 13848 clauses out of 27727 with flag 18000/2429325
99.47/97.98	c cleaning 10938 clauses out of 21879 with flag 26000/2437325
99.88/98.31	c cleaning 9965 clauses out of 19942 with flag 35001/2446326
100.20/98.67	c cleaning 9984 clauses out of 19977 with flag 45001/2456326
100.63/99.07	c cleaning 10496 clauses out of 20992 with flag 56000/2467325
101.15/99.50	c cleaning 11243 clauses out of 22497 with flag 68001/2479326
101.55/99.96	c cleaning 12125 clauses out of 24254 with flag 81001/2492326
102.06/100.44	c cleaning 13062 clauses out of 26128 with flag 95000/2506325
102.67/101.00	c cleaning 14028 clauses out of 28066 with flag 110000/2521325
103.18/101.59	c cleaning 15016 clauses out of 30038 with flag 126000/2537325
103.88/102.23	c cleaning 16006 clauses out of 32022 with flag 143000/2554325
104.58/102.93	c cleaning 17004 clauses out of 34016 with flag 161000/2572325
105.39/103.73	c cleaning 18000 clauses out of 36012 with flag 180000/2591325
106.22/104.52	c cleaning 19000 clauses out of 38012 with flag 200000/2611325
107.01/105.36	c cleaning 20002 clauses out of 40013 with flag 221001/2632326
107.92/106.26	c cleaning 21000 clauses out of 42011 with flag 243001/2654326
108.82/107.15	c cleaning 21999 clauses out of 44011 with flag 266001/2677326
109.84/108.15	c cleaning 23006 clauses out of 46012 with flag 290001/2701326
110.84/109.12	c cleaning 24000 clauses out of 48007 with flag 315002/2726327
110.94/109.22	c Got one! Elapsed wall clock time (in seconds):109.122
110.94/109.22	o 1523
111.04/109.34	c cleaning 14739 clauses out of 29495 with flag 3000/2731815
111.24/109.56	c cleaning 10365 clauses out of 20756 with flag 9000/2737815
111.45/109.78	c cleaning 8685 clauses out of 17391 with flag 16000/2744815
111.76/110.05	c cleaning 8342 clauses out of 16706 with flag 24000/2752815
112.06/110.36	c cleaning 8667 clauses out of 17365 with flag 33001/2761816
112.46/110.70	c cleaning 9334 clauses out of 18698 with flag 43001/2771816
112.77/111.07	c cleaning 10171 clauses out of 20364 with flag 54001/2782816
113.26/111.50	c cleaning 11076 clauses out of 22192 with flag 66000/2794815
113.67/111.97	c cleaning 12043 clauses out of 24117 with flag 79001/2807816
114.18/112.48	c cleaning 13018 clauses out of 26075 with flag 93002/2821817
114.78/113.05	c cleaning 14021 clauses out of 28057 with flag 108002/2836817
115.38/113.67	c cleaning 15007 clauses out of 30035 with flag 124001/2852816
116.11/114.33	c cleaning 16004 clauses out of 32027 with flag 141000/2869815
116.71/114.99	c cleaning 16999 clauses out of 34023 with flag 159000/2887815
117.52/115.73	c cleaning 17998 clauses out of 36025 with flag 178001/2906816
118.32/116.52	c cleaning 18988 clauses out of 38026 with flag 198000/2926815
119.13/117.35	c cleaning 20007 clauses out of 40039 with flag 219001/2947816
120.03/118.27	c cleaning 21003 clauses out of 42031 with flag 241000/2969815
121.03/119.22	c cleaning 22013 clauses out of 44029 with flag 264001/2992816
121.84/120.09	c cleaning 23007 clauses out of 46015 with flag 288000/3016815
122.88/121.07	c cleaning 24003 clauses out of 48008 with flag 313000/3041815
123.99/122.14	c cleaning 25000 clauses out of 50005 with flag 339000/3067815
125.20/123.34	c cleaning 26003 clauses out of 52005 with flag 366000/3094815
126.41/124.55	c cleaning 27001 clauses out of 54002 with flag 394000/3122815
127.61/125.77	c cleaning 27996 clauses out of 56001 with flag 423000/3151815
128.93/127.04	c cleaning 28993 clauses out of 58005 with flag 453000/3181815
130.13/128.29	c cleaning 30004 clauses out of 60014 with flag 484002/3212817
131.44/129.58	c cleaning 30998 clauses out of 62008 with flag 516000/3244815
132.87/130.92	c cleaning 32002 clauses out of 64011 with flag 549001/3277816
134.27/132.35	c cleaning 33002 clauses out of 66009 with flag 583001/3311816
135.79/133.84	c cleaning 34003 clauses out of 68006 with flag 618000/3346815
137.31/135.37	c cleaning 35002 clauses out of 70003 with flag 654000/3382815
138.91/136.99	c cleaning 35995 clauses out of 72001 with flag 691000/3419815
140.63/138.66	c cleaning 37000 clauses out of 74006 with flag 729000/3457815
142.44/140.41	c cleaning 37999 clauses out of 76006 with flag 768000/3496815
144.15/142.12	c cleaning 39003 clauses out of 78008 with flag 808001/3536816
145.97/143.92	c cleaning 40000 clauses out of 80005 with flag 849001/3577816
147.78/145.72	c cleaning 40995 clauses out of 82004 with flag 891000/3619815
149.70/147.69	c cleaning 42002 clauses out of 84010 with flag 934001/3662816
151.92/149.84	c cleaning 43004 clauses out of 86007 with flag 978000/3706815
154.12/152.06	c cleaning 44000 clauses out of 88004 with flag 1023001/3751816
156.53/154.40	c cleaning 44998 clauses out of 90002 with flag 1069000/3797815
158.84/156.77	c cleaning 45997 clauses out of 92004 with flag 1116000/3844815
161.34/159.21	c cleaning 47004 clauses out of 94010 with flag 1164003/3892818
163.87/161.77	c cleaning 48000 clauses out of 96005 with flag 1213002/3941817
166.57/164.42	c cleaning 48994 clauses out of 98003 with flag 1263000/3991815
169.30/167.15	c cleaning 50001 clauses out of 100009 with flag 1314000/4042815
172.13/169.97	c cleaning 51000 clauses out of 102009 with flag 1366001/4094816
174.74/172.57	c cleaning 52004 clauses out of 104009 with flag 1419001/4147816
177.55/175.34	c cleaning 52996 clauses out of 106005 with flag 1473001/4201816
180.57/178.37	c cleaning 53997 clauses out of 108008 with flag 1528000/4256815
183.48/181.27	c cleaning 55005 clauses out of 110011 with flag 1584000/4312815
186.58/184.34	c cleaning 56000 clauses out of 112006 with flag 1641000/4369815
189.80/187.51	c cleaning 57002 clauses out of 114007 with flag 1699001/4427816
193.22/190.99	c cleaning 57996 clauses out of 116005 with flag 1758001/4486816
196.75/194.42	c cleaning 59005 clauses out of 118009 with flag 1818001/4546816
200.46/198.13	c cleaning 59994 clauses out of 120003 with flag 1879000/4607815
203.37/201.05	c cleaning 60998 clauses out of 122009 with flag 1941000/4669815
206.28/203.92	c cleaning 62001 clauses out of 124011 with flag 2004000/4732815
209.40/207.00	c cleaning 63000 clauses out of 126010 with flag 2068000/4796815
212.51/210.16	c cleaning 63996 clauses out of 128010 with flag 2133000/4861815
215.72/213.36	c cleaning 65002 clauses out of 130015 with flag 2199001/4927816
219.24/216.82	c cleaning 66005 clauses out of 132015 with flag 2266003/4994818
222.75/220.38	c cleaning 66991 clauses out of 134007 with flag 2334000/5062815
226.66/224.26	c cleaning 68003 clauses out of 136017 with flag 2403001/5131816
230.78/228.33	c cleaning 69006 clauses out of 138013 with flag 2473000/5201815
234.99/232.52	c cleaning 70002 clauses out of 140007 with flag 2544000/5272815
239.39/236.93	c cleaning 70997 clauses out of 142006 with flag 2616001/5344816
244.40/241.97	c cleaning 72001 clauses out of 144012 with flag 2689004/5417819
248.71/246.20	c cleaning 72998 clauses out of 146008 with flag 2763001/5491816
253.23/250.77	c cleaning 73997 clauses out of 148009 with flag 2838001/5566816
257.74/255.27	c cleaning 75003 clauses out of 150012 with flag 2914001/5642816
263.04/260.59	c cleaning 75998 clauses out of 152008 with flag 2991000/5719815
268.85/266.36	c cleaning 77004 clauses out of 154012 with flag 3069002/5797817
274.66/272.14	c cleaning 77990 clauses out of 156006 with flag 3148000/5876815
281.49/278.99	c cleaning 79002 clauses out of 158016 with flag 3228000/5956815
286.33/283.72	c cleaning 79999 clauses out of 160015 with flag 3309001/6037816
291.23/288.60	c cleaning 80998 clauses out of 162015 with flag 3391000/6119815
296.36/293.76	c cleaning 82006 clauses out of 164019 with flag 3474002/6202817
300.77/298.15	c cleaning 83000 clauses out of 166012 with flag 3558001/6286816
305.49/302.88	c cleaning 84003 clauses out of 168013 with flag 3643002/6371817
310.41/307.76	c cleaning 84999 clauses out of 170008 with flag 3729000/6457815
315.03/312.33	c cleaning 85998 clauses out of 172009 with flag 3816000/6544815
319.94/317.28	c cleaning 86992 clauses out of 174012 with flag 3904001/6632816
324.86/322.12	c cleaning 88010 clauses out of 176020 with flag 3993001/6721816
329.89/327.11	c cleaning 89004 clauses out of 178009 with flag 4083000/6811815
334.72/331.97	c cleaning 90000 clauses out of 180007 with flag 4174003/6902818
340.84/338.04	c cleaning 90998 clauses out of 182004 with flag 4266000/6994815
346.45/343.69	c cleaning 92000 clauses out of 184006 with flag 4359000/7087815
352.48/349.61	c cleaning 92991 clauses out of 186005 with flag 4453000/7181815
358.49/355.61	c cleaning 93998 clauses out of 188016 with flag 4548002/7276817
364.51/361.66	c cleaning 94998 clauses out of 190016 with flag 4644000/7372815
370.54/367.67	c cleaning 96003 clauses out of 192018 with flag 4741000/7469815
377.06/374.15	c cleaning 97005 clauses out of 194015 with flag 4839000/7567815
382.79/379.80	c cleaning 98000 clauses out of 196009 with flag 4938000/7666815
388.29/385.34	c cleaning 98992 clauses out of 198010 with flag 5038001/7766816
394.58/391.52	c cleaning 100005 clauses out of 200018 with flag 5139001/7867816
400.60/397.51	c cleaning 101002 clauses out of 202012 with flag 5241001/7969816
407.61/404.58	c cleaning 101999 clauses out of 204010 with flag 5344001/8072816
413.95/410.80	c cleaning 103004 clauses out of 206011 with flag 5448001/8176816
420.77/417.65	c cleaning 103999 clauses out of 208006 with flag 5553001/8281816
426.81/423.61	c cleaning 104991 clauses out of 210006 with flag 5659000/8387815
434.31/431.12	c cleaning 106002 clauses out of 212015 with flag 5766000/8494815
440.53/437.34	c cleaning 107005 clauses out of 214013 with flag 5874001/8602816
447.14/443.90	c cleaning 108002 clauses out of 216008 with flag 5983001/8711816
453.67/450.42	c cleaning 108991 clauses out of 218005 with flag 6093000/8821815
460.50/457.20	c cleaning 110001 clauses out of 220013 with flag 6204000/8932815
469.02/465.73	c cleaning 111004 clauses out of 222014 with flag 6316002/9044817
477.35/474.05	c cleaning 111998 clauses out of 224007 with flag 6429000/9157815
484.45/481.16	c cleaning 113003 clauses out of 226010 with flag 6543001/9271816
491.46/488.13	c cleaning 114001 clauses out of 228005 with flag 6658000/9386815
500.08/496.72	c cleaning 115001 clauses out of 230003 with flag 6774000/9502815
507.80/504.44	c cleaning 115998 clauses out of 232003 with flag 6891001/9619816
516.21/512.86	c cleaning 116995 clauses out of 234005 with flag 7009001/9737816
523.83/520.48	c cleaning 118001 clauses out of 236010 with flag 7128002/9856817
532.04/528.63	c cleaning 118998 clauses out of 238005 with flag 7248000/9976815
542.37/539.00	c cleaning 119997 clauses out of 240007 with flag 7369000/10097815
552.69/549.25	c cleaning 120995 clauses out of 242011 with flag 7491001/10219816
561.02/557.58	c cleaning 122005 clauses out of 244016 with flag 7614001/10342816
570.84/567.33	c cleaning 122995 clauses out of 246009 with flag 7738000/10466815
580.05/576.57	c cleaning 124003 clauses out of 248012 with flag 7863000/10591815
590.06/586.56	c cleaning 125002 clauses out of 250007 with flag 7989001/10717816
593.28/589.70	c starts		: 286
593.28/589.70	c conflicts		: 10760079
593.28/589.70	c decisions		: 12693620
593.28/589.70	c propagations		: 135118904
593.28/589.70	c inspects		: 6459284989
593.28/589.70	c shortcuts		: 0
593.28/589.70	c learnt literals	: 37
593.28/589.70	c learnt binary clauses	: 374
593.28/589.70	c learnt ternary clauses	: 612
593.28/589.70	c learnt constraints	: 10760041
593.28/589.70	c ignored constraints	: 0
593.28/589.70	c root simplifications	: 0
593.28/589.70	c removed literals (reason simplification)	: 0
593.28/589.70	c reason swapping (by a shorter reason)	: 0
593.28/589.70	c Calls to reduceDB	: 263
593.28/589.70	c number of reductions to clauses (during analyze)	: 0
593.28/589.70	c number of learned constraints concerned by reduction	: 0
593.28/589.70	c number of learning phase by resolution	: 0
593.28/589.70	c number of learning phase by cutting planes	: 0
593.28/589.70	c speed (assignments/second)	: 229199.22785424223
593.28/589.70	c non guided choices	0
593.28/589.70	c learnt constraints type 
593.28/589.70	c constraints type 
593.28/589.70	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 20
593.28/589.70	c org.sat4j.minisat.constraints.card.MinWatchCard => 80
593.28/589.70	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 33
593.28/589.70	c 133 constraints processed.
593.28/589.70	s OPTIMUM FOUND
593.28/589.70	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 
593.28/589.70	c objective function=1523
593.28/589.70	c Total wall clock time (in seconds): 589.603

Verifier Data

OK	1523

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3687529-1337871963/watcher-3687529-1337871963 -o /tmp/evaluation-result-3687529-1337871963/solver-3687529-1337871963 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3687529-1337871963.opb 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.31 0.38 0.13 3/194 9341
/proc/meminfo: memFree=27895564/32873844 swapFree=6592/6592
[pid=9341] ppid=9339 vsize=89736 CPUtime=0 cores=0,2,4,6
/proc/9341/stat : 9341 (java) S 9339 9341 8709 0 -1 4202496 1163 0 0 0 0 0 0 0 20 0 2 0 253321131 91889664 884 33554432000 1073741824 1073778376 140735973466144 140735973457280 213422997565 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9341/statm: 22435 886 670 9 0 16770 0
[pid=9341/tid=9342] ppid=9339 vsize=89736 CPUtime=0 cores=0,2,4,6
/proc/9341/task/9342/stat : 9342 (java) R 9339 9341 8709 0 -1 4202560 28 0 0 0 0 0 0 0 20 0 2 0 253321132 91889664 894 33554432000 1073741824 1073778376 140735973466144 140735973455208 213410475303 0 0 4096 0 0 0 0 -1 4 0 0 0 0 0

[startup+0.06841 s]
/proc/loadavg: 1.31 0.38 0.13 3/194 9341
/proc/meminfo: memFree=27895564/32873844 swapFree=6592/6592
[pid=9341] ppid=9339 vsize=9558412 CPUtime=0.06 cores=0,2,4,6
/proc/9341/stat : 9341 (java) S 9339 9341 8709 0 -1 4202496 3358 0 1 0 5 1 0 0 20 0 18 0 253321131 9787813888 4566 33554432000 1073741824 1073778376 140735973466144 140735973457280 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9341/statm: 2389603 4568 1772 9 0 2380296 0
[pid=9341/tid=9342] ppid=9339 vsize=9558412 CPUtime=0.04 cores=0,2,4,6
/proc/9341/task/9342/stat : 9342 (java) R 9339 9341 8709 0 -1 4202560 2150 0 1 0 4 0 0 0 20 0 18 0 253321132 9787813888 4568 33554432000 1073741824 1073778376 140735973466144 140395277855392 213423023373 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 9558412

[startup+0.100289 s]
/proc/loadavg: 1.31 0.38 0.13 3/194 9341
/proc/meminfo: memFree=27895564/32873844 swapFree=6592/6592
[pid=9341] ppid=9339 vsize=9558412 CPUtime=0.11 cores=0,2,4,6
/proc/9341/stat : 9341 (java) S 9339 9341 8709 0 -1 4202496 4454 0 1 0 10 1 0 0 20 0 18 0 253321131 9787813888 6125 33554432000 1073741824 1073778376 140735973466144 140735973457280 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9341/statm: 2389603 6125 2138 9 0 2380296 0
[pid=9341/tid=9342] ppid=9339 vsize=9558412 CPUtime=0.07 cores=0,2,4,6
/proc/9341/task/9342/stat : 9342 (java) R 9339 9341 8709 0 -1 4202560 2431 0 1 0 6 1 0 0 20 0 18 0 253321132 9787813888 6125 33554432000 1073741824 1073778376 140735973466144 140395277850592 213423023373 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558412

[startup+0.30019 s]
/proc/loadavg: 1.31 0.38 0.13 3/194 9341
/proc/meminfo: memFree=27895564/32873844 swapFree=6592/6592
[pid=9341] ppid=9339 vsize=9624976 CPUtime=0.58 cores=0,2,4,6
/proc/9341/stat : 9341 (java) S 9339 9341 8709 0 -1 4202496 7522 0 1 0 55 3 0 0 20 0 19 0 253321131 9855975424 8242 33554432000 1073741824 1073778376 140735973466144 140735973457280 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9341/statm: 2406244 8242 2231 9 0 2396937 0
[pid=9341/tid=9342] ppid=9339 vsize=9624976 CPUtime=0.27 cores=0,2,4,6
/proc/9341/task/9342/stat : 9342 (java) R 9339 9341 8709 0 -1 4202560 2453 0 1 0 26 1 0 0 20 0 19 0 253321132 9855975424 8242 33554432000 1073741824 1073778376 140735973466144 140395277853456 140395115822364 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 9624976

[startup+0.700272 s]
/proc/loadavg: 1.31 0.38 0.13 3/194 9341
/proc/meminfo: memFree=27895564/32873844 swapFree=6592/6592
[pid=9341] ppid=9339 vsize=9624976 CPUtime=1.13 cores=0,2,4,6
/proc/9341/stat : 9341 (java) S 9339 9341 8709 0 -1 4202496 8186 0 1 0 110 3 0 0 20 0 19 0 253321131 9855975424 10390 33554432000 1073741824 1073778376 140735973466144 140735973457280 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9341/statm: 2406244 10390 2271 9 0 2396937 0
[pid=9341/tid=9342] ppid=9339 vsize=9624976 CPUtime=0.66 cores=0,2,4,6
/proc/9341/task/9342/stat : 9342 (java) R 9339 9341 8709 0 -1 4202560 2458 0 1 0 65 1 0 0 20 0 19 0 253321132 9855975424 10390 33554432000 1073741824 1073778376 140735973466144 140395277853080 140395116180460 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 9624976

[startup+1.50072 s]
/proc/loadavg: 1.52 0.44 0.15 3/213 9360
/proc/meminfo: memFree=27857888/32873844 swapFree=6592/6592
[pid=9341] ppid=9339 vsize=9624976 CPUtime=2 cores=0,2,4,6
/proc/9341/stat : 9341 (java) S 9339 9341 8709 0 -1 4202496 8239 0 1 0 197 3 0 0 20 0 19 0 253321131 9855975424 11423 33554432000 1073741824 1073778376 140735973466144 140735973457280 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9341/statm: 2406244 11423 2272 9 0 2396937 0
[pid=9341/tid=9342] ppid=9339 vsize=9624976 CPUtime=1.42 cores=0,2,4,6
/proc/9341/task/9342/stat : 9342 (java) R 9339 9341 8709 0 -1 4202560 2459 0 1 0 141 1 0 0 20 0 19 0 253321132 9855975424 11423 33554432000 1073741824 1073778376 140735973466144 140395277852960 140395116254088 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9341/tid=9344] ppid=9339 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9341/task/9344/stat : 9344 (java) S 9339 9341 8709 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 253321132 9855975424 11423 33554432000 1073741824 1073778376 140735973466144 140395239344552 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9341/tid=9345] ppid=9339 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9341/task/9345/stat : 9345 (java) S 9339 9341 8709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253321132 9855975424 11423 33554432000 1073741824 1073778376 140735973466144 140395238292008 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9341/tid=9346] ppid=9339 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9341/task/9346/stat : 9346 (java) S 9339 9341 8709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253321132 9855975424 11423 33554432000 1073741824 1073778376 140735973466144 140395237238952 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9341/tid=9347] ppid=9339 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9341/task/9347/stat : 9347 (java) S 9339 9341 8709 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 253321132 9855975424 11423 33554432000 1073741824 1073778376 140735973466144 140395236186408 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9341/tid=9348] ppid=9339 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9341/task/9348/stat : 9348 (java) S 9339 9341 8709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253321132 9855975424 11423 33554432000 1073741824 1073778376 140735973466144 140395235134376 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9341/tid=9349] ppid=9339 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9341/task/9349/stat : 9349 (java) S 9339 9341 8709 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 253321132 9855975424 11423 33554432000 1073741824 1073778376 140735973466144 140395115703336 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9341/tid=9350] ppid=9339 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9341/task/9350/stat : 9350 (java) S 9339 9341 8709 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 253321132 9855975424 11423 33554432000 1073741824 1073778376 140735973466144 140395114650280 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9341/tid=9351] ppid=9339 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9341/task/9351/stat : 9351 (java) S 9339 9341 8709 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 253321132 9855975424 11423 33554432000 1073741824 1073778376 140735973466144 140395113597736 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9341/tid=9352] ppid=9339 vsize=9624976 CPUtime=0.02 cores=0,2,4,6
/proc/9341/task/9352/stat : 9352 (java) S 9339 9341 8709 0 -1 4202560 30 0 0 0 2 0 0 0 20 0 19 0 253321133 9855975424 11423 33554432000 1073741824 1073778376 140735973466144 140395101399400 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9341/tid=9353] ppid=9339 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9341/task/9353/stat : 9353 (java) S 9339 9341 8709 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253321134 9855975424 11423 33554432000 1073741824 1073778376 140735973466144 140395100345720 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9341/tid=9354] ppid=9339 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9341/task/9354/stat : 9354 (java) S 9339 9341 8709 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 253321134 9855975424 11423 33554432000 1073741824 1073778376 140735973466144 140394494944136 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9341/tid=9355] ppid=9339 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9341/task/9355/stat : 9355 (java) S 9339 9341 8709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253321136 9855975424 11423 33554432000 1073741824 1073778376 140735973466144 140394493892880 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9341/tid=9356] ppid=9339 vsize=9624976 CPUtime=0.27 cores=0,2,4,6
/proc/9341/task/9356/stat : 9356 (java) S 9339 9341 8709 0 -1 4202560 1839 0 0 0 27 0 0 0 20 0 19 0 253321136 9855975424 11423 33554432000 1073741824 1073778376 140735973466144 140394492840760 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9341/tid=9357] ppid=9339 vsize=9624976 CPUtime=0.21 cores=0,2,4,6
/proc/9341/task/9357/stat : 9357 (java) S 9339 9341 8709 0 -1 4202560 2693 0 0 0 19 2 0 0 20 0 19 0 253321136 9855975424 11423 33554432000 1073741824 1073778376 140735973466144 140394491788216 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9341/tid=9358] ppid=9339 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9341/task/9358/stat : 9358 (java) S 9339 9341 8709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253321136 9855975424 11423 33554432000 1073741824 1073778376 140735973466144 140394490735352 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9341/tid=9359] ppid=9339 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9341/task/9359/stat : 9359 (java) S 9339 9341 8709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253321136 9855975424 11423 33554432000 1073741824 1073778376 140735973466144 140394489683016 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9341/tid=9360] ppid=9339 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9341/task/9360/stat : 9360 (java) S 9339 9341 8709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253321149 9855975424 11423 33554432000 1073741824 1073778376 140735973466144 140394488628264 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 2
Current children cumulated vsize (KiB) 9624976

[startup+3.10065 s]
/proc/loadavg: 1.52 0.44 0.15 3/213 9360
/proc/meminfo: memFree=27857516/32873844 swapFree=6592/6592
[pid=9341] ppid=9339 vsize=9624976 CPUtime=3.62 cores=0,2,4,6
/proc/9341/stat : 9341 (java) S 9339 9341 8709 0 -1 4202496 8257 0 1 0 359 3 0 0 20 0 19 0 253321131 9855975424 11947 33554432000 1073741824 1073778376 140735973466144 140735973457280 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9341/statm: 2406244 11947 2272 9 0 2396937 0
[pid=9341/tid=9342] ppid=9339 vsize=9624976 CPUtime=2.96 cores=0,2,4,6
/proc/9341/task/9342/stat : 9342 (java) R 9339 9341 8709 0 -1 4202560 2464 0 1 0 295 1 0 0 20 0 19 0 253321132 9855975424 11947 33554432000 1073741824 1073778376 140735973466144 140395277852920 140395116235650 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9341/tid=9344] ppid=9339 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9341/task/9344/stat : 9344 (java) S 9339 9341 8709 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 253321132 9855975424 11947 33554432000 1073741824 1073778376 140735973466144 140395239344552 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9341/tid=9345] ppid=9339 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9341/task/9345/stat : 9345 (java) S 9339 9341 8709 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253321132 9855975424 11947 33554432000 1073741824 1073778376 140735973466144 140395238292008 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9341/tid=9346] ppid=9339 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9341/task/9346/stat : 9346 (java) S 9339 9341 8709 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 253321132 9855975424 11947 33554432000 1073741824 1073778376 140735973466144 140395237238952 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9341/tid=9347] ppid=9339 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9341/task/9347/stat : 9347 (java) S 9339 9341 8709 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 253321132 9855975424 11947 33554432000 1073741824 1073778376 140735973466144 140395236186408 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9341/tid=9348] ppid=9339 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9341/task/9348/stat : 9348 (java) S 9339 9341 8709 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 253321132 9855975424 11947 33554432000 1073741824 1073778376 140735973466144 140395235134376 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9341/tid=9349] ppid=9339 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9341/task/9349/stat : 9349 (java) S 9339 9341 8709 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 253321132 9855975424 11947 33554432000 1073741824 1073778376 140735973466144 140395115703336 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9341/tid=9350] ppid=9339 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9341/task/9350/stat : 9350 (java) S 9339 9341 8709 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 253321132 9855975424 11947 33554432000 1073741824 1073778376 140735973466144 140395114650280 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9341/tid=9351] ppid=9339 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9341/task/9351/stat : 9351 (java) S 9339 9341 8709 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 253321132 9855975424 11947 33554432000 1073741824 1073778376 140735973466144 140395113597736 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9341/tid=9352] ppid=9339 vsize=9624976 CPUtime=0.07 cores=0,2,4,6
/proc/9341/task/9352/stat : 9352 (java) S 9339 9341 8709 0 -1 4202560 31 0 0 0 7 0 0 0 20 0 19 0 253321133 9855975424 11947 33554432000 1073741824 1073778376 140735973466144 140395101399400 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9341/tid=9353] ppid=9339 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9341/task/9353/stat : 9353 (java) S 9339 9341 8709 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253321134 9855975424 11947 33554432000 1073741824 1073778376 140735973466144 140395100345720 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9341/tid=9354] ppid=9339 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9341/task/9354/stat : 9354 (java) S 9339 9341 8709 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 253321134 9855975424 11947 33554432000 1073741824 1073778376 140735973466144 140394494944136 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9341/tid=9355] ppid=9339 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9341/task/9355/stat : 9355 (java) S 9339 9341 8709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253321136 9855975424 11947 33554432000 1073741824 1073778376 140735973466144 140394493892880 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9341/tid=9356] ppid=9339 vsize=9624976 CPUtime=0.28 cores=0,2,4,6
/proc/9341/task/9356/stat : 9356 (java) S 9339 9341 8709 0 -1 4202560 1839 0 0 0 28 0 0 0 20 0 19 0 253321136 9855975424 11947 33554432000 1073741824 1073778376 140735973466144 140394492840760 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9341/tid=9357] ppid=9339 vsize=9624976 CPUtime=0.21 cores=0,2,4,6
/proc/9341/task/9357/stat : 9357 (java) S 9339 9341 8709 0 -1 4202560 2693 0 0 0 19 2 0 0 20 0 19 0 253321136 9855975424 11947 33554432000 1073741824 1073778376 140735973466144 140394491788216 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9341/tid=9358] ppid=9339 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9341/task/9358/stat : 9358 (java) S 9339 9341 8709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253321136 9855975424 11947 33554432000 1073741824 1073778376 140735973466144 140394490735352 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9341/tid=9359] ppid=9339 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9341/task/9359/stat : 9359 (java) S 9339 9341 8709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253321136 9855975424 11947 33554432000 1073741824 1073778376 140735973466144 140394489683016 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9341/tid=9360] ppid=9339 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9341/task/9360/stat : 9360 (java) S 9339 9341 8709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253321149 9855975424 11947 33554432000 1073741824 1073778376 140735973466144 140394488628264 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.62
Current children cumulated vsize (KiB) 9624976

[startup+6.30065 s]
/proc/loadavg: 1.56 0.46 0.16 3/213 9360
/proc/meminfo: memFree=27855724/32873844 swapFree=6592/6592
[pid=9341] ppid=9339 vsize=9624976 CPUtime=6.93 cores=0,2,4,6
/proc/9341/stat : 9341 (java) S 9339 9341 8709 0 -1 4202496 8279 0 1 0 689 4 0 0 20 0 19 0 253321131 9855975424 11837 33554432000 1073741824 1073778376 140735973466144 140735973457280 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9341/statm: 2406244 11837 2272 9 0 2396937 0
[pid=9341/tid=9342] ppid=9339 vsize=9624976 CPUtime=6 cores=0,2,4,6
/proc/9341/task/9342/stat : 9342 (java) R 9339 9341 8709 0 -1 4202560 2476 0 1 0 599 1 0 0 20 0 19 0 253321132 9855975424 11837 33554432000 1073741824 1073778376 140735973466144 140395277853080 140395116218595 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9341/tid=9344] ppid=9339 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/9341/task/9344/stat : 9344 (java) S 9339 9341 8709 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 253321132 9855975424 11837 33554432000 1073741824 1073778376 140735973466144 140395239344552 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9341/tid=9345] ppid=9339 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9341/task/9345/stat : 9345 (java) S 9339 9341 8709 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 253321132 9855975424 11837 33554432000 1073741824 1073778376 140735973466144 140395238292008 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9341/tid=9346] ppid=9339 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/9341/task/9346/stat : 9346 (java) S 9339 9341 8709 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 19 0 253321132 9855975424 11837 33554432000 1073741824 1073778376 140735973466144 140395237238952 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9341/tid=9347] ppid=9339 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/9341/task/9347/stat : 9347 (java) S 9339 9341 8709 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 253321132 9855975424 11837 33554432000 1073741824 1073778376 140735973466144 140395236186408 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9341/tid=9348] ppid=9339 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/9341/task/9348/stat : 9348 (java) S 9339 9341 8709 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 19 0 253321132 9855975424 11837 33554432000 1073741824 1073778376 140735973466144 140395235134376 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9341/tid=9349] ppid=9339 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9341/task/9349/stat : 9349 (java) S 9339 9341 8709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253321132 9855975424 11837 33554432000 1073741824 1073778376 140735973466144 140395115703336 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9341/tid=9350] ppid=9339 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/9341/task/9350/stat : 9350 (java) S 9339 9341 8709 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 19 0 253321132 9855975424 11837 33554432000 1073741824 1073778376 140735973466144 140395114650280 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9341/tid=9351] ppid=9339 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/9341/task/9351/stat : 9351 (java) S 9339 9341 8709 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 19 0 253321132 9855975424 11837 33554432000 1073741824 1073778376 140735973466144 140395113597736 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9341/tid=9352] ppid=9339 vsize=9624976 CPUtime=0.18 cores=0,2,4,6
/proc/9341/task/9352/stat : 9352 (java) S 9339 9341 8709 0 -1 4202560 31 0 0 0 18 0 0 0 20 0 19 0 253321133 9855975424 11837 33554432000 1073741824 1073778376 140735973466144 140395101399400 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9341/tid=9353] ppid=9339 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9341/task/9353/stat : 9353 (java) S 9339 9341 8709 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253321134 9855975424 11837 33554432000 1073741824 1073778376 140735973466144 140395100345720 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9341/tid=9354] ppid=9339 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9341/task/9354/stat : 9354 (java) S 9339 9341 8709 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 253321134 9855975424 11837 33554432000 1073741824 1073778376 140735973466144 140394494944136 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9341/tid=9355] ppid=9339 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9341/task/9355/stat : 9355 (java) S 9339 9341 8709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253321136 9855975424 11837 33554432000 1073741824 1073778376 140735973466144 140394493892880 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9341/tid=9356] ppid=9339 vsize=9624976 CPUtime=0.29 cores=0,2,4,6
/proc/9341/task/9356/stat : 9356 (java) S 9339 9341 8709 0 -1 4202560 1839 0 0 0 29 0 0 0 20 0 19 0 253321136 9855975424 11837 33554432000 1073741824 1073778376 140735973466144 140394492840760 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9341/tid=9357] ppid=9339 vsize=9624976 CPUtime=0.21 cores=0,2,4,6
/proc/9341/task/9357/stat : 9357 (java) S 9339 9341 8709 0 -1 4202560 2693 0 0 0 19 2 0 0 20 0 19 0 253321136 9855975424 11837 33554432000 1073741824 1073778376 140735973466144 140394491788216 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0

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

/proc/9341/task/9351/stat : 9351 (java) S 9339 9341 8709 0 -1 4202560 121 0 0 0 53 2 0 0 20 0 19 0 253321132 9855975424 37162 33554432000 1073741824 1073778376 140735973466144 140395113597736 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9341/tid=9352] ppid=9339 vsize=9624976 CPUtime=5.61 cores=0,2,4,6
/proc/9341/task/9352/stat : 9352 (java) S 9339 9341 8709 0 -1 4202560 82 0 0 0 560 1 0 0 20 0 19 0 253321133 9855975424 37162 33554432000 1073741824 1073778376 140735973466144 140395101399400 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9341/tid=9353] ppid=9339 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9341/task/9353/stat : 9353 (java) S 9339 9341 8709 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253321134 9855975424 37162 33554432000 1073741824 1073778376 140735973466144 140395100345720 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9341/tid=9354] ppid=9339 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9341/task/9354/stat : 9354 (java) S 9339 9341 8709 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 253321134 9855975424 37162 33554432000 1073741824 1073778376 140735973466144 140394494944136 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9341/tid=9355] ppid=9339 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9341/task/9355/stat : 9355 (java) S 9339 9341 8709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253321136 9855975424 37162 33554432000 1073741824 1073778376 140735973466144 140394493892880 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9341/tid=9356] ppid=9339 vsize=9624976 CPUtime=0.46 cores=0,2,4,6
/proc/9341/task/9356/stat : 9356 (java) S 9339 9341 8709 0 -1 4202560 6415 0 0 0 44 2 0 0 20 0 19 0 253321136 9855975424 37162 33554432000 1073741824 1073778376 140735973466144 140394492840760 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9341/tid=9357] ppid=9339 vsize=9624976 CPUtime=0.21 cores=0,2,4,6
/proc/9341/task/9357/stat : 9357 (java) S 9339 9341 8709 0 -1 4202560 2693 0 0 0 19 2 0 0 20 0 19 0 253321136 9855975424 37162 33554432000 1073741824 1073778376 140735973466144 140394491788216 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9341/tid=9358] ppid=9339 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9341/task/9358/stat : 9358 (java) S 9339 9341 8709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253321136 9855975424 37162 33554432000 1073741824 1073778376 140735973466144 140394490735352 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9341/tid=9359] ppid=9339 vsize=9624976 CPUtime=0.12 cores=0,2,4,6
/proc/9341/task/9359/stat : 9359 (java) S 9339 9341 8709 0 -1 4202560 35 0 0 0 6 6 0 0 20 0 19 0 253321136 9855975424 37162 33554432000 1073741824 1073778376 140735973466144 140394489683016 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9341/tid=9360] ppid=9339 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9341/task/9360/stat : 9360 (java) S 9339 9341 8709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253321149 9855975424 37162 33554432000 1073741824 1073778376 140735973466144 140394488628264 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 590.68
Current children cumulated vsize (KiB) 9624976

[startup+588.701 s]
/proc/loadavg: 2.00 1.78 1.00 3/213 9365
/proc/meminfo: memFree=27609712/32873844 swapFree=6592/6592
[pid=9341] ppid=9339 vsize=9624976 CPUtime=592.28 cores=0,2,4,6
/proc/9341/stat : 9341 (java) S 9339 9341 8709 0 -1 4202496 14450 0 1 0 59206 22 0 0 20 0 19 0 253321131 9855975424 37162 33554432000 1073741824 1073778376 140735973466144 140735973457280 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9341/statm: 2406244 37162 2273 9 0 2396937 0
[pid=9341/tid=9342] ppid=9339 vsize=9624976 CPUtime=580.13 cores=0,2,4,6
/proc/9341/task/9342/stat : 9342 (java) R 9339 9341 8709 0 -1 4202560 2734 0 1 0 58003 10 0 0 20 0 19 0 253321132 9855975424 37162 33554432000 1073741824 1073778376 140735973466144 140395277852960 140395116239609 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9341/tid=9344] ppid=9339 vsize=9624976 CPUtime=0.58 cores=0,2,4,6
/proc/9341/task/9344/stat : 9344 (java) S 9339 9341 8709 0 -1 4202560 276 0 0 0 56 2 0 0 20 0 19 0 253321132 9855975424 37162 33554432000 1073741824 1073778376 140735973466144 140395239344552 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9341/tid=9345] ppid=9339 vsize=9624976 CPUtime=0.51 cores=0,2,4,6
/proc/9341/task/9345/stat : 9345 (java) S 9339 9341 8709 0 -1 4202560 179 0 0 0 49 2 0 0 20 0 19 0 253321132 9855975424 37162 33554432000 1073741824 1073778376 140735973466144 140395238292008 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9341/tid=9346] ppid=9339 vsize=9624976 CPUtime=0.54 cores=0,2,4,6
/proc/9341/task/9346/stat : 9346 (java) S 9339 9341 8709 0 -1 4202560 178 0 0 0 54 0 0 0 20 0 19 0 253321132 9855975424 37162 33554432000 1073741824 1073778376 140735973466144 140395237238952 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9341/tid=9347] ppid=9339 vsize=9624976 CPUtime=0.46 cores=0,2,4,6
/proc/9341/task/9347/stat : 9347 (java) S 9339 9341 8709 0 -1 4202560 114 0 0 0 46 0 0 0 20 0 19 0 253321132 9855975424 37162 33554432000 1073741824 1073778376 140735973466144 140395236186408 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9341/tid=9348] ppid=9339 vsize=9624976 CPUtime=0.53 cores=0,2,4,6
/proc/9341/task/9348/stat : 9348 (java) S 9339 9341 8709 0 -1 4202560 199 0 0 0 51 2 0 0 20 0 19 0 253321132 9855975424 37162 33554432000 1073741824 1073778376 140735973466144 140395235134376 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9341/tid=9349] ppid=9339 vsize=9624976 CPUtime=0.52 cores=0,2,4,6
/proc/9341/task/9349/stat : 9349 (java) S 9339 9341 8709 0 -1 4202560 115 0 0 0 50 2 0 0 20 0 19 0 253321132 9855975424 37162 33554432000 1073741824 1073778376 140735973466144 140395115703336 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9341/tid=9350] ppid=9339 vsize=9624976 CPUtime=0.53 cores=0,2,4,6
/proc/9341/task/9350/stat : 9350 (java) S 9339 9341 8709 0 -1 4202560 127 0 0 0 51 2 0 0 20 0 19 0 253321132 9855975424 37162 33554432000 1073741824 1073778376 140735973466144 140395114650280 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9341/tid=9351] ppid=9339 vsize=9624976 CPUtime=0.55 cores=0,2,4,6
/proc/9341/task/9351/stat : 9351 (java) S 9339 9341 8709 0 -1 4202560 121 0 0 0 53 2 0 0 20 0 19 0 253321132 9855975424 37162 33554432000 1073741824 1073778376 140735973466144 140395113597736 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9341/tid=9352] ppid=9339 vsize=9624976 CPUtime=5.61 cores=0,2,4,6
/proc/9341/task/9352/stat : 9352 (java) S 9339 9341 8709 0 -1 4202560 82 0 0 0 560 1 0 0 20 0 19 0 253321133 9855975424 37162 33554432000 1073741824 1073778376 140735973466144 140395101399400 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9341/tid=9353] ppid=9339 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9341/task/9353/stat : 9353 (java) S 9339 9341 8709 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253321134 9855975424 37162 33554432000 1073741824 1073778376 140735973466144 140395100345720 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9341/tid=9354] ppid=9339 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9341/task/9354/stat : 9354 (java) S 9339 9341 8709 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 253321134 9855975424 37162 33554432000 1073741824 1073778376 140735973466144 140394494944136 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9341/tid=9355] ppid=9339 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9341/task/9355/stat : 9355 (java) S 9339 9341 8709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253321136 9855975424 37162 33554432000 1073741824 1073778376 140735973466144 140394493892880 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9341/tid=9356] ppid=9339 vsize=9624976 CPUtime=0.46 cores=0,2,4,6
/proc/9341/task/9356/stat : 9356 (java) S 9339 9341 8709 0 -1 4202560 6415 0 0 0 44 2 0 0 20 0 19 0 253321136 9855975424 37162 33554432000 1073741824 1073778376 140735973466144 140394492840760 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9341/tid=9357] ppid=9339 vsize=9624976 CPUtime=0.21 cores=0,2,4,6
/proc/9341/task/9357/stat : 9357 (java) S 9339 9341 8709 0 -1 4202560 2693 0 0 0 19 2 0 0 20 0 19 0 253321136 9855975424 37162 33554432000 1073741824 1073778376 140735973466144 140394491788216 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9341/tid=9358] ppid=9339 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9341/task/9358/stat : 9358 (java) S 9339 9341 8709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253321136 9855975424 37162 33554432000 1073741824 1073778376 140735973466144 140394490735352 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9341/tid=9359] ppid=9339 vsize=9624976 CPUtime=0.12 cores=0,2,4,6
/proc/9341/task/9359/stat : 9359 (java) S 9339 9341 8709 0 -1 4202560 35 0 0 0 6 6 0 0 20 0 19 0 253321136 9855975424 37162 33554432000 1073741824 1073778376 140735973466144 140394489683016 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9341/tid=9360] ppid=9339 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9341/task/9360/stat : 9360 (java) S 9339 9341 8709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253321149 9855975424 37162 33554432000 1073741824 1073778376 140735973466144 140394488628264 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 592.28
Current children cumulated vsize (KiB) 9624976

[startup+589.501 s]
/proc/loadavg: 2.00 1.78 1.00 3/213 9365
/proc/meminfo: memFree=27609712/32873844 swapFree=6592/6592
[pid=9341] ppid=9339 vsize=9624976 CPUtime=593.09 cores=0,2,4,6
/proc/9341/stat : 9341 (java) S 9339 9341 8709 0 -1 4202496 14452 0 1 0 59287 22 0 0 20 0 19 0 253321131 9855975424 37162 33554432000 1073741824 1073778376 140735973466144 140735973457280 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9341/statm: 2406244 37162 2273 9 0 2396937 0
[pid=9341/tid=9342] ppid=9339 vsize=9624976 CPUtime=580.94 cores=0,2,4,6
/proc/9341/task/9342/stat : 9342 (java) R 9339 9341 8709 0 -1 4202560 2734 0 1 0 58084 10 0 0 20 0 19 0 253321132 9855975424 37162 33554432000 1073741824 1073778376 140735973466144 140395277853592 140395116384300 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9341/tid=9344] ppid=9339 vsize=9624976 CPUtime=0.58 cores=0,2,4,6
/proc/9341/task/9344/stat : 9344 (java) S 9339 9341 8709 0 -1 4202560 276 0 0 0 56 2 0 0 20 0 19 0 253321132 9855975424 37162 33554432000 1073741824 1073778376 140735973466144 140395239344552 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9341/tid=9345] ppid=9339 vsize=9624976 CPUtime=0.51 cores=0,2,4,6
/proc/9341/task/9345/stat : 9345 (java) S 9339 9341 8709 0 -1 4202560 179 0 0 0 49 2 0 0 20 0 19 0 253321132 9855975424 37162 33554432000 1073741824 1073778376 140735973466144 140395238292008 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9341/tid=9346] ppid=9339 vsize=9624976 CPUtime=0.54 cores=0,2,4,6
/proc/9341/task/9346/stat : 9346 (java) S 9339 9341 8709 0 -1 4202560 178 0 0 0 54 0 0 0 20 0 19 0 253321132 9855975424 37162 33554432000 1073741824 1073778376 140735973466144 140395237238952 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9341/tid=9347] ppid=9339 vsize=9624976 CPUtime=0.46 cores=0,2,4,6
/proc/9341/task/9347/stat : 9347 (java) S 9339 9341 8709 0 -1 4202560 114 0 0 0 46 0 0 0 20 0 19 0 253321132 9855975424 37162 33554432000 1073741824 1073778376 140735973466144 140395236186408 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9341/tid=9348] ppid=9339 vsize=9624976 CPUtime=0.53 cores=0,2,4,6
/proc/9341/task/9348/stat : 9348 (java) S 9339 9341 8709 0 -1 4202560 199 0 0 0 51 2 0 0 20 0 19 0 253321132 9855975424 37162 33554432000 1073741824 1073778376 140735973466144 140395235134376 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9341/tid=9349] ppid=9339 vsize=9624976 CPUtime=0.52 cores=0,2,4,6
/proc/9341/task/9349/stat : 9349 (java) S 9339 9341 8709 0 -1 4202560 115 0 0 0 50 2 0 0 20 0 19 0 253321132 9855975424 37162 33554432000 1073741824 1073778376 140735973466144 140395115703336 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9341/tid=9350] ppid=9339 vsize=9624976 CPUtime=0.53 cores=0,2,4,6
/proc/9341/task/9350/stat : 9350 (java) S 9339 9341 8709 0 -1 4202560 127 0 0 0 51 2 0 0 20 0 19 0 253321132 9855975424 37162 33554432000 1073741824 1073778376 140735973466144 140395114650280 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9341/tid=9351] ppid=9339 vsize=9624976 CPUtime=0.55 cores=0,2,4,6
/proc/9341/task/9351/stat : 9351 (java) S 9339 9341 8709 0 -1 4202560 121 0 0 0 53 2 0 0 20 0 19 0 253321132 9855975424 37162 33554432000 1073741824 1073778376 140735973466144 140395113597736 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9341/tid=9352] ppid=9339 vsize=9624976 CPUtime=5.61 cores=0,2,4,6
/proc/9341/task/9352/stat : 9352 (java) S 9339 9341 8709 0 -1 4202560 82 0 0 0 560 1 0 0 20 0 19 0 253321133 9855975424 37162 33554432000 1073741824 1073778376 140735973466144 140395101399400 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9341/tid=9353] ppid=9339 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9341/task/9353/stat : 9353 (java) S 9339 9341 8709 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253321134 9855975424 37162 33554432000 1073741824 1073778376 140735973466144 140395100345720 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9341/tid=9354] ppid=9339 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9341/task/9354/stat : 9354 (java) S 9339 9341 8709 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 253321134 9855975424 37162 33554432000 1073741824 1073778376 140735973466144 140394494944136 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9341/tid=9355] ppid=9339 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9341/task/9355/stat : 9355 (java) S 9339 9341 8709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253321136 9855975424 37162 33554432000 1073741824 1073778376 140735973466144 140394493892880 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9341/tid=9356] ppid=9339 vsize=9624976 CPUtime=0.46 cores=0,2,4,6
/proc/9341/task/9356/stat : 9356 (java) S 9339 9341 8709 0 -1 4202560 6417 0 0 0 44 2 0 0 20 0 19 0 253321136 9855975424 37162 33554432000 1073741824 1073778376 140735973466144 140394492840760 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9341/tid=9357] ppid=9339 vsize=9624976 CPUtime=0.21 cores=0,2,4,6
/proc/9341/task/9357/stat : 9357 (java) S 9339 9341 8709 0 -1 4202560 2693 0 0 0 19 2 0 0 20 0 19 0 253321136 9855975424 37162 33554432000 1073741824 1073778376 140735973466144 140394491788216 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9341/tid=9358] ppid=9339 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9341/task/9358/stat : 9358 (java) S 9339 9341 8709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253321136 9855975424 37162 33554432000 1073741824 1073778376 140735973466144 140394490735352 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9341/tid=9359] ppid=9339 vsize=9624976 CPUtime=0.12 cores=0,2,4,6
/proc/9341/task/9359/stat : 9359 (java) S 9339 9341 8709 0 -1 4202560 35 0 0 0 6 6 0 0 20 0 19 0 253321136 9855975424 37162 33554432000 1073741824 1073778376 140735973466144 140394489683016 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9341/tid=9360] ppid=9339 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9341/task/9360/stat : 9360 (java) S 9339 9341 8709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253321149 9855975424 37162 33554432000 1073741824 1073778376 140735973466144 140394488628264 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 593.09
Current children cumulated vsize (KiB) 9624976

[startup+589.701 s]
/proc/loadavg: 2.00 1.78 1.00 3/213 9365
/proc/meminfo: memFree=27609712/32873844 swapFree=6592/6592
[pid=9341] ppid=9339 vsize=9624976 CPUtime=593.28 cores=0,2,4,6
/proc/9341/stat : 9341 (java) S 9339 9341 8709 0 -1 4202496 14453 0 1 0 59306 22 0 0 20 0 19 0 253321131 9855975424 37162 33554432000 1073741824 1073778376 140735973466144 140735973457280 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9341/statm: 2406244 37162 2273 9 0 2396937 0
[pid=9341/tid=9342] ppid=9339 vsize=9624976 CPUtime=581.13 cores=0,2,4,6
/proc/9341/task/9342/stat : 9342 (java) D 9339 9341 8709 0 -1 4202560 2735 0 1 0 58103 10 0 0 20 0 19 0 253321132 9855975424 37162 33554432000 1073741824 1073778376 140735973466144 140395277851296 213423023373 0 4 0 16800975 18446744072100609316 0 0 -1 2 0 0 0 0 0
[pid=9341/tid=9344] ppid=9339 vsize=9624976 CPUtime=0.58 cores=0,2,4,6
/proc/9341/task/9344/stat : 9344 (java) S 9339 9341 8709 0 -1 4202560 276 0 0 0 56 2 0 0 20 0 19 0 253321132 9855975424 37162 33554432000 1073741824 1073778376 140735973466144 140395239344552 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9341/tid=9345] ppid=9339 vsize=9624976 CPUtime=0.51 cores=0,2,4,6
/proc/9341/task/9345/stat : 9345 (java) S 9339 9341 8709 0 -1 4202560 179 0 0 0 49 2 0 0 20 0 19 0 253321132 9855975424 37162 33554432000 1073741824 1073778376 140735973466144 140395238292008 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9341/tid=9346] ppid=9339 vsize=9624976 CPUtime=0.54 cores=0,2,4,6
/proc/9341/task/9346/stat : 9346 (java) S 9339 9341 8709 0 -1 4202560 178 0 0 0 54 0 0 0 20 0 19 0 253321132 9855975424 37162 33554432000 1073741824 1073778376 140735973466144 140395237238952 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9341/tid=9347] ppid=9339 vsize=9624976 CPUtime=0.46 cores=0,2,4,6
/proc/9341/task/9347/stat : 9347 (java) S 9339 9341 8709 0 -1 4202560 114 0 0 0 46 0 0 0 20 0 19 0 253321132 9855975424 37162 33554432000 1073741824 1073778376 140735973466144 140395236186408 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9341/tid=9348] ppid=9339 vsize=9624976 CPUtime=0.53 cores=0,2,4,6
/proc/9341/task/9348/stat : 9348 (java) S 9339 9341 8709 0 -1 4202560 199 0 0 0 51 2 0 0 20 0 19 0 253321132 9855975424 37162 33554432000 1073741824 1073778376 140735973466144 140395235134376 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9341/tid=9349] ppid=9339 vsize=9624976 CPUtime=0.52 cores=0,2,4,6
/proc/9341/task/9349/stat : 9349 (java) S 9339 9341 8709 0 -1 4202560 115 0 0 0 50 2 0 0 20 0 19 0 253321132 9855975424 37162 33554432000 1073741824 1073778376 140735973466144 140395115703336 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9341/tid=9350] ppid=9339 vsize=9624976 CPUtime=0.53 cores=0,2,4,6
/proc/9341/task/9350/stat : 9350 (java) S 9339 9341 8709 0 -1 4202560 127 0 0 0 51 2 0 0 20 0 19 0 253321132 9855975424 37162 33554432000 1073741824 1073778376 140735973466144 140395114650280 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9341/tid=9351] ppid=9339 vsize=9624976 CPUtime=0.55 cores=0,2,4,6
/proc/9341/task/9351/stat : 9351 (java) S 9339 9341 8709 0 -1 4202560 121 0 0 0 53 2 0 0 20 0 19 0 253321132 9855975424 37162 33554432000 1073741824 1073778376 140735973466144 140395113597736 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9341/tid=9352] ppid=9339 vsize=9624976 CPUtime=5.61 cores=0,2,4,6
/proc/9341/task/9352/stat : 9352 (java) S 9339 9341 8709 0 -1 4202560 82 0 0 0 560 1 0 0 20 0 19 0 253321133 9855975424 37162 33554432000 1073741824 1073778376 140735973466144 140395101399400 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9341/tid=9353] ppid=9339 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9341/task/9353/stat : 9353 (java) S 9339 9341 8709 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253321134 9855975424 37162 33554432000 1073741824 1073778376 140735973466144 140395100345720 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9341/tid=9354] ppid=9339 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9341/task/9354/stat : 9354 (java) S 9339 9341 8709 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 253321134 9855975424 37162 33554432000 1073741824 1073778376 140735973466144 140394494944136 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9341/tid=9355] ppid=9339 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9341/task/9355/stat : 9355 (java) S 9339 9341 8709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253321136 9855975424 37162 33554432000 1073741824 1073778376 140735973466144 140394493892880 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9341/tid=9356] ppid=9339 vsize=9624976 CPUtime=0.46 cores=0,2,4,6
/proc/9341/task/9356/stat : 9356 (java) S 9339 9341 8709 0 -1 4202560 6417 0 0 0 44 2 0 0 20 0 19 0 253321136 9855975424 37162 33554432000 1073741824 1073778376 140735973466144 140394492840760 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9341/tid=9357] ppid=9339 vsize=9624976 CPUtime=0.21 cores=0,2,4,6
/proc/9341/task/9357/stat : 9357 (java) S 9339 9341 8709 0 -1 4202560 2693 0 0 0 19 2 0 0 20 0 19 0 253321136 9855975424 37162 33554432000 1073741824 1073778376 140735973466144 140394491788216 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9341/tid=9358] ppid=9339 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9341/task/9358/stat : 9358 (java) S 9339 9341 8709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253321136 9855975424 37162 33554432000 1073741824 1073778376 140735973466144 140394490735352 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9341/tid=9359] ppid=9339 vsize=9624976 CPUtime=0.12 cores=0,2,4,6
/proc/9341/task/9359/stat : 9359 (java) S 9339 9341 8709 0 -1 4202560 35 0 0 0 6 6 0 0 20 0 19 0 253321136 9855975424 37162 33554432000 1073741824 1073778376 140735973466144 140394489683016 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9341/tid=9360] ppid=9339 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9341/task/9360/stat : 9360 (java) S 9339 9341 8709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253321149 9855975424 37162 33554432000 1073741824 1073778376 140735973466144 140394488628264 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 593.28
Current children cumulated vsize (KiB) 9624976

Child status: 30

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 9341 and gives
#  childrusage.ru_utime.tv_sec=591
#  childrusage.ru_utime.tv_usec=542071
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=462929
# CPU time returned by wait4() is 592.005
# while last known CPU time is 593.28
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 589.707
CPU time (s): 593.28
CPU user time (s): 593.06
CPU system time (s): 0.22
CPU usage (%): 100.606
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 591.542
system time used= 0.462929
maximum resident set size= 148692
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14465
page faults= 1
swaps= 0
block input operations= 0
block output operations= 648
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 19887
involuntary context switches= 13425

runsolver used 2.00669 second user time and 3.90241 second system time

The end

Launcher Data

Begin job on node140 at 2012-05-24 17:06:03
IDJOB=3687529
IDBENCH=1858
IDSOLVER=2269
FILE ID=node140/3687529-1337871963
RUNJOBID= node140-1337871881-8725
PBS_JOBID= 14620064
Free space on /tmp= 71660 MiB

SOLVER NAME= Sat 4j PB Resolution 2.3.2 Snapshot
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/mps-v2-20-10/MIPLIB/miplib/normalized-mps-v2-20-10-p0201.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3687529-1337871963/watcher-3687529-1337871963 -o /tmp/evaluation-result-3687529-1337871963/solver-3687529-1337871963 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3687529-1337871963.opb

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

MD5SUM BENCH= 303eaeab4b7ccd67c7fab31d13d20bc2
RANDOM SEED=664511561

node140.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/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		: 2667.094
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.18
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.094
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.094
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.094
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.094
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.094
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.88
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.094
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.094
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27895836 kB
Buffers:          218708 kB
Cached:          3279052 kB
SwapCached:            0 kB
Active:          1095376 kB
Inactive:        3098660 kB
Active(anon):     697960 kB
Inactive(anon):        0 kB
Active(file):     397416 kB
Inactive(file):  3098660 kB
Unevictable:        6592 kB
Mlocked:            6592 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               532 kB
Writeback:             0 kB
AnonPages:        724400 kB
Mapped:            22596 kB
Shmem:               200 kB
Slab:             640336 kB
SReclaimable:      82448 kB
SUnreclaim:       557888 kB
KernelStack:        1760 kB
PageTables:         5572 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1607900 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    681984 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71660 MiB
End job on node140 at 2012-05-24 17:15:53