Trace number 3455048

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
Sat4j Res//CP 2.3.0OPT1120 336.509 183.486

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/mps-v2-20-10/
MIPLIB/miplib/normalized-mps-v2-20-10-lseu.opb
MD5SUM9b4418c5c34f37121cd9ad7732df64ff
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1120
Best CPU time to get the best result obtained on this benchmark0.301953
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 1120
Optimality of the best value was proved YES
Number of variables89
Total number of constraints28
Number of constraints which are clauses2
Number of constraints which are cardinality constraints (but not clauses)15
Number of constraints which are nor clauses,nor cardinality constraints11
Minimum length of a constraint2
Maximum length of a constraint47
Number of terms in the objective function 85
Biggest coefficient in the objective function 517
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 15494
Number of bits of the sum of numbers in the objective function 14
Biggest number in a constraint 1656
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 15494
Number of bits of the biggest sum of numbers14
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.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version 2.3.1.v20110525
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.18-164.el5
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		9996466904
0.00/0.09	c Max memory 		10048897024
0.00/0.09	c Total memory 		10048897024
0.00/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5495fd19
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 Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ae94e92
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 phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No 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-3455048-1307187933.opb
0.10/0.11	c reading problem ... 
0.10/0.14	c ... done. Wall clock time 0.029s.
0.10/0.14	c #vars     89
0.10/0.14	c #constraints  28
0.10/0.14	c constraints type 
0.10/0.14	c org.sat4j.minisat.constraints.card.MinWatchCard => 15
0.10/0.14	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2
0.10/0.14	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 11
0.10/0.14	c constraints type 
0.10/0.14	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2
0.10/0.14	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 15
0.10/0.14	c org.sat4j.pb.constraints.pb.MaxWatchPb => 11
0.10/0.18	c  And the winner is Resolution
0.29/0.65	c SATISFIABLE
0.29/0.65	c OPTIMIZING...
0.29/0.65	c Got one! Elapsed wall clock time (in seconds):0.533
0.29/0.65	o 1387
0.29/0.67	c  And the winner is Resolution
0.38/1.16	c Got one! Elapsed wall clock time (in seconds):1.043
0.38/1.16	o 1255
1.05/1.43	c cleaning 2599 clauses out of 5202 with flag 5000/5202
1.33/1.55	c  And the winner is CuttingPlanes
1.59/1.66	c Got one! Elapsed wall clock time (in seconds):1.547
1.59/1.66	o 1222
1.76/1.75	c  And the winner is CuttingPlanes
2.05/2.16	c Got one! Elapsed wall clock time (in seconds):2.05
2.05/2.16	o 1194
2.05/2.21	c cleaning 4351 clauses out of 8702 with flag 1001/11301
2.62/2.43	c cleaning 5170 clauses out of 10350 with flag 7000/17300
3.33/2.72	c cleaning 6086 clauses out of 12180 with flag 14000/24300
3.99/3.07	c cleaning 7043 clauses out of 14095 with flag 22001/32301
4.82/3.46	c cleaning 8020 clauses out of 16051 with flag 31000/41300
5.01/3.52	c  And the winner is CuttingPlanes
5.05/3.67	c Got one! Elapsed wall clock time (in seconds):3.556
5.05/3.67	o 1169
5.31/3.82	c cleaning 6622 clauses out of 13253 with flag 4001/46522
5.70/4.05	c cleaning 6313 clauses out of 12632 with flag 10002/52523
6.07/4.31	c  And the winner is CuttingPlanes
6.07/4.31	c cleaning 6657 clauses out of 13317 with flag 17000/59521
6.33/4.67	c Got one! Elapsed wall clock time (in seconds):4.561
6.33/4.67	o 1149
6.57/4.83	c cleaning 5828 clauses out of 11663 with flag 5003/64524
6.95/5.05	c cleaning 5907 clauses out of 11832 with flag 11000/70521
7.54/5.33	c cleaning 6456 clauses out of 12925 with flag 18000/77521
8.33/5.73	c cleaning 7231 clauses out of 14469 with flag 26000/85521
9.10/6.16	c cleaning 8116 clauses out of 16241 with flag 35003/94524
9.91/6.57	c cleaning 9055 clauses out of 18123 with flag 45001/104522
10.67/6.97	c cleaning 9532 clauses out of 19069 with flag 55002/114523
11.43/7.38	c cleaning 9762 clauses out of 19535 with flag 65000/124521
12.24/7.80	c cleaning 9884 clauses out of 19773 with flag 75000/134521
13.37/8.34	c cleaning 9941 clauses out of 19889 with flag 85000/144521
14.18/8.80	c cleaning 9965 clauses out of 19948 with flag 95000/154521
15.11/9.20	c cleaning 9989 clauses out of 19984 with flag 105001/164522
15.88/9.68	c cleaning 9997 clauses out of 19995 with flag 115001/174522
16.85/10.12	c cleaning 9993 clauses out of 20001 with flag 125004/184525
17.42/10.47	c  And the winner is Resolution
17.58/10.71	c Got one! Elapsed wall clock time (in seconds):10.601
17.58/10.71	o 1136
18.18/11.05	c cleaning 11818 clauses out of 23645 with flag 5001/198162
18.71/11.30	c cleaning 8903 clauses out of 17826 with flag 11000/204161
19.07/11.59	c cleaning 7957 clauses out of 15923 with flag 18000/211161
19.64/11.90	c cleaning 7972 clauses out of 15966 with flag 26000/219161
20.04/12.02	c  And the winner is Resolution
20.07/12.22	c Got one! Elapsed wall clock time (in seconds):12.109
20.07/12.22	o 1120
20.21/12.35	c cleaning 6957 clauses out of 13919 with flag 3003/225086
20.77/12.61	c cleaning 6473 clauses out of 12959 with flag 9000/231083
21.14/12.87	c cleaning 6737 clauses out of 13486 with flag 16000/238083
21.74/13.17	c cleaning 7372 clauses out of 14762 with flag 24013/246096
22.47/13.55	c cleaning 8192 clauses out of 16389 with flag 33012/255095
23.22/13.95	c cleaning 9083 clauses out of 18186 with flag 43001/265084
24.02/14.34	c cleaning 9548 clauses out of 19104 with flag 53002/275085
24.75/14.71	c cleaning 9772 clauses out of 19555 with flag 63001/285084
25.52/15.15	c cleaning 9881 clauses out of 19782 with flag 73000/295083
26.27/15.55	c cleaning 9940 clauses out of 19901 with flag 83000/305083
27.23/16.01	c cleaning 9976 clauses out of 19963 with flag 93002/315085
28.03/16.45	c cleaning 9988 clauses out of 19987 with flag 103002/325085
28.96/16.91	c cleaning 9994 clauses out of 19997 with flag 113000/335083
29.71/17.34	c cleaning 9996 clauses out of 20003 with flag 123000/345083
30.67/17.81	c cleaning 9999 clauses out of 20008 with flag 133001/355084
31.44/18.27	c cleaning 9992 clauses out of 20008 with flag 143000/365083
32.45/18.72	c cleaning 10004 clauses out of 20017 with flag 153001/375084
33.36/19.20	c cleaning 9996 clauses out of 20013 with flag 163001/385084
34.12/19.63	c cleaning 10007 clauses out of 20017 with flag 173001/395084
35.08/20.14	c cleaning 9994 clauses out of 20011 with flag 183002/405085
36.04/20.66	c cleaning 9993 clauses out of 20016 with flag 193001/415084
36.99/21.19	c cleaning 10004 clauses out of 20023 with flag 203001/425084
38.15/21.73	c cleaning 10005 clauses out of 20023 with flag 213005/435088
39.11/22.28	c cleaning 10001 clauses out of 20018 with flag 223005/445088
40.06/22.79	c cleaning 9998 clauses out of 20016 with flag 233004/455087
41.01/23.25	c cleaning 10003 clauses out of 20014 with flag 243000/465083
41.76/23.69	c cleaning 9990 clauses out of 20011 with flag 253000/475083
42.75/24.14	c cleaning 10002 clauses out of 20021 with flag 263000/485083
43.48/24.60	c cleaning 10005 clauses out of 20021 with flag 273002/495085
44.43/25.04	c cleaning 10001 clauses out of 20016 with flag 283002/505085
45.19/25.49	c cleaning 9998 clauses out of 20017 with flag 293004/515087
46.15/25.92	c cleaning 10000 clauses out of 20017 with flag 303002/525085
46.94/26.39	c cleaning 9999 clauses out of 20016 with flag 313001/535084
47.85/26.88	c cleaning 10000 clauses out of 20016 with flag 323000/545083
48.81/27.33	c cleaning 9996 clauses out of 20016 with flag 333000/555083
49.76/27.83	c cleaning 10002 clauses out of 20020 with flag 343000/565083
50.72/28.36	c cleaning 10004 clauses out of 20018 with flag 353000/575083
51.66/28.87	c cleaning 10001 clauses out of 20014 with flag 363000/585083
52.42/29.30	c cleaning 10001 clauses out of 20013 with flag 373000/595083
53.40/29.74	c cleaning 9997 clauses out of 20012 with flag 383000/605083
54.13/30.19	c cleaning 10001 clauses out of 20015 with flag 393000/615083
55.06/30.67	c cleaning 10000 clauses out of 20018 with flag 403004/625087
56.02/31.12	c cleaning 9991 clauses out of 20014 with flag 413000/635083
56.77/31.58	c cleaning 10001 clauses out of 20024 with flag 423001/645084
57.72/32.04	c cleaning 9999 clauses out of 20023 with flag 433001/655084
58.66/32.53	c cleaning 10001 clauses out of 20024 with flag 443001/665084
59.44/32.98	c cleaning 10007 clauses out of 20026 with flag 453004/675087
60.35/33.45	c cleaning 10000 clauses out of 20016 with flag 463001/685084
61.31/33.96	c cleaning 10001 clauses out of 20018 with flag 473003/695086
62.24/34.46	c cleaning 9991 clauses out of 20014 with flag 483000/705083
62.99/34.89	c cleaning 10000 clauses out of 20024 with flag 493001/715084
63.94/35.37	c cleaning 10001 clauses out of 20023 with flag 503000/725083
64.89/35.80	c cleaning 10005 clauses out of 20023 with flag 513001/735084
65.66/36.27	c cleaning 10001 clauses out of 20018 with flag 523001/745084
66.58/36.76	c cleaning 10000 clauses out of 20017 with flag 533001/755084
67.53/37.22	c cleaning 9999 clauses out of 20016 with flag 543000/765083
68.47/37.72	c cleaning 10005 clauses out of 20023 with flag 553006/775089
69.41/38.21	c cleaning 9999 clauses out of 20013 with flag 563001/785084
70.16/38.64	c cleaning 10000 clauses out of 20015 with flag 573002/795085
71.10/39.15	c cleaning 10002 clauses out of 20013 with flag 583000/805083
72.10/39.62	c cleaning 10004 clauses out of 20019 with flag 593008/815091
72.99/40.13	c cleaning 9997 clauses out of 20007 with flag 603000/825083
73.97/40.62	c cleaning 10000 clauses out of 20016 with flag 613006/835089
74.89/41.12	c cleaning 9998 clauses out of 20010 with flag 623000/845083
75.83/41.61	c cleaning 10001 clauses out of 20013 with flag 633001/855084
76.76/42.11	c cleaning 10003 clauses out of 20017 with flag 643006/865089
77.51/42.58	c cleaning 9996 clauses out of 20009 with flag 653001/875084
78.45/43.05	c cleaning 10002 clauses out of 20013 with flag 663001/885084
79.40/43.51	c cleaning 9999 clauses out of 20013 with flag 673003/895086
80.15/44.01	c cleaning 9999 clauses out of 20012 with flag 683001/905084
81.07/44.46	c cleaning 9998 clauses out of 20013 with flag 693001/915084
82.01/44.95	c cleaning 9999 clauses out of 20015 with flag 703001/925084
82.76/45.39	c cleaning 9995 clauses out of 20019 with flag 713004/935087
83.88/45.93	c cleaning 10007 clauses out of 20023 with flag 723003/945086
84.82/46.42	c cleaning 10000 clauses out of 20013 with flag 733000/955083
85.56/46.86	c cleaning 10002 clauses out of 20013 with flag 743000/965083
86.34/47.29	c cleaning 10001 clauses out of 20017 with flag 753006/975089
87.23/47.72	c cleaning 10001 clauses out of 20011 with flag 763001/985084
87.97/48.17	c cleaning 9993 clauses out of 20010 with flag 773001/995084
88.92/48.64	c cleaning 9999 clauses out of 20017 with flag 783001/1005084
89.66/49.06	c cleaning 10003 clauses out of 20018 with flag 793001/1015084
90.62/49.57	c cleaning 10003 clauses out of 20016 with flag 803002/1025085
91.53/50.08	c cleaning 9996 clauses out of 20011 with flag 813000/1035083
92.50/50.53	c cleaning 10000 clauses out of 20015 with flag 823000/1045083
93.41/51.00	c cleaning 10001 clauses out of 20018 with flag 833003/1055086
94.13/51.49	c cleaning 10000 clauses out of 20017 with flag 843003/1065086
95.07/51.96	c cleaning 9999 clauses out of 20015 with flag 853001/1075084
96.02/52.42	c cleaning 10004 clauses out of 20015 with flag 863000/1085083
96.80/52.86	c cleaning 10003 clauses out of 20014 with flag 873003/1095086
97.68/53.33	c cleaning 9999 clauses out of 20009 with flag 883001/1105084
98.42/53.80	c cleaning 9997 clauses out of 20011 with flag 893002/1115085
99.36/54.28	c cleaning 9997 clauses out of 20013 with flag 903001/1125084
100.30/54.80	c cleaning 9995 clauses out of 20016 with flag 913001/1135084
101.42/55.31	c cleaning 9998 clauses out of 20020 with flag 923000/1145083
102.16/55.73	c cleaning 10005 clauses out of 20022 with flag 933000/1155083
102.95/56.17	c cleaning 9996 clauses out of 20019 with flag 943002/1165085
103.85/56.63	c cleaning 9998 clauses out of 20021 with flag 953000/1175083
104.80/57.12	c cleaning 10007 clauses out of 20026 with flag 963003/1185086
105.50/57.58	c cleaning 10003 clauses out of 20018 with flag 973002/1195085
106.45/58.07	c cleaning 10000 clauses out of 20015 with flag 983002/1205085
107.38/58.54	c cleaning 9998 clauses out of 20013 with flag 993000/1215083
108.29/59.08	c cleaning 10005 clauses out of 20015 with flag 1003000/1225083
109.24/59.56	c cleaning 9998 clauses out of 20011 with flag 1013001/1235084
110.18/60.09	c cleaning 9999 clauses out of 20012 with flag 1023000/1245083
111.15/60.59	c cleaning 10008 clauses out of 20021 with flag 1033008/1255091
112.23/61.12	c cleaning 9999 clauses out of 20007 with flag 1043002/1265085
113.21/61.68	c cleaning 9992 clauses out of 20008 with flag 1053002/1275085
114.11/62.15	c cleaning 10002 clauses out of 20017 with flag 1063003/1285086
115.08/62.64	c cleaning 10001 clauses out of 20014 with flag 1073002/1295085
115.96/63.14	c cleaning 9998 clauses out of 20012 with flag 1083001/1305084
116.89/63.66	c cleaning 9999 clauses out of 20013 with flag 1093000/1315083
118.03/64.20	c cleaning 9997 clauses out of 20014 with flag 1103000/1325083
118.97/64.72	c cleaning 10001 clauses out of 20018 with flag 1113001/1335084
119.88/65.25	c cleaning 10001 clauses out of 20018 with flag 1123002/1345085
120.82/65.77	c cleaning 10005 clauses out of 20022 with flag 1133007/1355090
121.00/65.90	c cleaning 0 clauses out of 6265 with flag 0/6268
122.16/66.36	c cleaning 9998 clauses out of 20010 with flag 1143000/1365083
123.21/66.89	c cleaning 9999 clauses out of 20012 with flag 1153000/1375083
124.35/67.41	c cleaning 9998 clauses out of 20014 with flag 1163001/1385084
125.28/67.91	c cleaning 10003 clauses out of 20018 with flag 1173003/1395086
126.22/68.41	c cleaning 10002 clauses out of 20015 with flag 1183003/1405086
127.13/68.90	c cleaning 9999 clauses out of 20010 with flag 1193000/1415083
127.90/69.36	c cleaning 10003 clauses out of 20017 with flag 1203006/1425089
128.80/69.88	c cleaning 10001 clauses out of 20009 with flag 1213001/1435084
129.77/70.36	c cleaning 9992 clauses out of 20007 with flag 1223000/1445083
130.64/70.87	c cleaning 10002 clauses out of 20015 with flag 1233000/1455083
131.58/71.32	c cleaning 9995 clauses out of 20014 with flag 1243001/1465084
132.32/71.76	c cleaning 10004 clauses out of 20018 with flag 1253000/1475083
133.26/72.22	c cleaning 10003 clauses out of 20015 with flag 1263001/1485084
134.17/72.71	c cleaning 10002 clauses out of 20011 with flag 1273000/1495083
135.10/73.21	c cleaning 9995 clauses out of 20009 with flag 1283000/1505083
135.87/73.69	c cleaning 9998 clauses out of 20014 with flag 1293000/1515083
136.98/74.20	c cleaning 10000 clauses out of 20018 with flag 1303002/1525085
137.68/74.69	c cleaning 9997 clauses out of 20016 with flag 1313000/1535083
138.62/75.16	c cleaning 10002 clauses out of 20019 with flag 1323000/1545083
139.55/75.65	c cleaning 10001 clauses out of 20017 with flag 1333000/1555083
140.49/76.16	c cleaning 10003 clauses out of 20019 with flag 1343003/1565086
141.39/76.67	c cleaning 9999 clauses out of 20013 with flag 1353000/1575083
142.32/77.15	c cleaning 10000 clauses out of 20014 with flag 1363000/1585083
143.26/77.63	c cleaning 10004 clauses out of 20021 with flag 1373007/1595090
144.23/78.14	c cleaning 9996 clauses out of 20010 with flag 1383000/1605083
145.10/78.66	c cleaning 10003 clauses out of 20016 with flag 1393002/1615085
146.06/79.15	c cleaning 10001 clauses out of 20013 with flag 1403002/1625085
146.96/79.68	c cleaning 9998 clauses out of 20011 with flag 1413001/1635084
147.89/80.18	c cleaning 9998 clauses out of 20013 with flag 1423001/1645084
148.99/80.74	c cleaning 10000 clauses out of 20014 with flag 1433000/1655083
150.16/81.32	c cleaning 10004 clauses out of 20016 with flag 1443002/1665085
151.06/81.85	c cleaning 9998 clauses out of 20012 with flag 1453002/1675085
151.99/82.37	c cleaning 10000 clauses out of 20015 with flag 1463003/1685086
152.90/82.86	c cleaning 9998 clauses out of 20012 with flag 1473000/1695083
153.83/83.32	c cleaning 9999 clauses out of 20015 with flag 1483001/1705084
154.76/83.80	c cleaning 10000 clauses out of 20016 with flag 1493001/1715084
155.49/84.26	c cleaning 10004 clauses out of 20017 with flag 1503002/1725085
156.43/84.79	c cleaning 9998 clauses out of 20011 with flag 1513000/1735083
157.32/85.28	c cleaning 10000 clauses out of 20013 with flag 1523000/1745083
158.29/85.77	c cleaning 10000 clauses out of 20015 with flag 1533002/1755085
159.39/86.32	c cleaning 10005 clauses out of 20014 with flag 1543001/1765084
160.32/86.85	c cleaning 10000 clauses out of 20008 with flag 1553000/1775083
161.41/87.42	c cleaning 9995 clauses out of 20008 with flag 1563000/1785083
162.39/87.94	c cleaning 9999 clauses out of 20013 with flag 1573000/1795083
163.48/88.55	c cleaning 10001 clauses out of 20014 with flag 1583000/1805083
164.41/89.11	c cleaning 10003 clauses out of 20014 with flag 1593001/1815084
165.51/89.69	c cleaning 10004 clauses out of 20012 with flag 1603002/1825085
166.68/90.23	c cleaning 9998 clauses out of 20007 with flag 1613001/1835084
167.57/90.71	c cleaning 9997 clauses out of 20009 with flag 1623001/1845084
168.50/91.28	c cleaning 9997 clauses out of 20013 with flag 1633002/1855085
169.59/91.83	c cleaning 10003 clauses out of 20023 with flag 1643009/1865092
170.55/92.34	c cleaning 9999 clauses out of 20011 with flag 1653000/1875083
171.44/92.88	c cleaning 9994 clauses out of 20012 with flag 1663000/1885083
172.58/93.46	c cleaning 10007 clauses out of 20019 with flag 1673001/1895084
173.67/94.02	c cleaning 9997 clauses out of 20011 with flag 1683000/1905083
174.64/94.53	c cleaning 9991 clauses out of 20015 with flag 1693001/1915084
175.53/95.05	c cleaning 10008 clauses out of 20025 with flag 1703002/1925085
176.43/95.61	c cleaning 10003 clauses out of 20022 with flag 1713007/1935090
177.55/96.13	c cleaning 9995 clauses out of 20012 with flag 1723000/1945083
178.48/96.67	c cleaning 10002 clauses out of 20017 with flag 1733000/1955083
179.41/97.16	c cleaning 10001 clauses out of 20016 with flag 1743001/1965084
180.30/97.69	c cleaning 10000 clauses out of 20014 with flag 1753000/1975083
181.42/98.22	c cleaning 10000 clauses out of 20014 with flag 1763000/1985083
182.35/98.70	c cleaning 10002 clauses out of 20015 with flag 1773001/1995084
183.08/99.16	c cleaning 9998 clauses out of 20013 with flag 1783001/2005084
183.98/99.62	c cleaning 10000 clauses out of 20014 with flag 1793000/2015083
184.73/100.07	c cleaning 9990 clauses out of 20014 with flag 1803000/2025083
185.62/100.53	c cleaning 10008 clauses out of 20025 with flag 1813001/2035084
186.55/101.04	c cleaning 9999 clauses out of 20017 with flag 1823001/2045084
187.65/101.64	c cleaning 10006 clauses out of 20025 with flag 1833008/2055091
188.57/102.14	c cleaning 10003 clauses out of 20012 with flag 1843001/2065084
189.30/102.59	c cleaning 9999 clauses out of 20010 with flag 1853002/2075085
190.23/103.05	c cleaning 10001 clauses out of 20011 with flag 1863002/2085085
191.11/103.56	c cleaning 9996 clauses out of 20010 with flag 1873002/2095085
192.04/104.02	c cleaning 10000 clauses out of 20012 with flag 1883000/2105083
193.00/104.54	c cleaning 9999 clauses out of 20013 with flag 1893001/2115084
193.89/105.01	c cleaning 10002 clauses out of 20015 with flag 1903002/2125085
194.82/105.57	c cleaning 9995 clauses out of 20011 with flag 1913000/2135083
195.71/106.04	c cleaning 10002 clauses out of 20016 with flag 1923000/2145083
196.44/106.49	c cleaning 10003 clauses out of 20015 with flag 1933001/2155084
197.36/106.97	c cleaning 10001 clauses out of 20011 with flag 1943000/2165083
198.25/107.47	c cleaning 10002 clauses out of 20018 with flag 1953008/2175091
199.18/107.99	c cleaning 9997 clauses out of 20008 with flag 1963000/2185083
200.11/108.45	c cleaning 9994 clauses out of 20012 with flag 1973001/2195084
201.08/108.98	c cleaning 9994 clauses out of 20017 with flag 1983000/2205083
202.13/109.55	c cleaning 10004 clauses out of 20024 with flag 1993001/2215084
203.10/110.09	c cleaning 10003 clauses out of 20021 with flag 2003002/2225085
204.18/110.67	c cleaning 10009 clauses out of 20025 with flag 2013009/2235092
205.31/111.25	c cleaning 10003 clauses out of 20009 with flag 2023002/2245085
206.39/111.81	c cleaning 9999 clauses out of 20008 with flag 2033004/2255087
207.15/112.29	c cleaning 9998 clauses out of 20013 with flag 2043008/2265091
208.04/112.76	c cleaning 9996 clauses out of 20008 with flag 2053001/2275084
209.00/113.25	c cleaning 9998 clauses out of 20012 with flag 2063001/2285084
209.86/113.79	c cleaning 9990 clauses out of 20013 with flag 2073000/2295083
210.78/114.24	c cleaning 10002 clauses out of 20024 with flag 2083001/2305084
211.70/114.74	c cleaning 10009 clauses out of 20022 with flag 2093001/2315084
212.63/115.28	c cleaning 9996 clauses out of 20012 with flag 2103000/2325083
213.72/115.82	c cleaning 9997 clauses out of 20018 with flag 2113002/2335085
214.65/116.31	c cleaning 10002 clauses out of 20020 with flag 2123001/2345084
215.57/116.82	c cleaning 9999 clauses out of 20018 with flag 2133001/2355084
216.49/117.32	c cleaning 10004 clauses out of 20022 with flag 2143004/2365087
217.38/117.88	c cleaning 10002 clauses out of 20020 with flag 2153006/2375089
218.51/118.43	c cleaning 10000 clauses out of 20013 with flag 2163001/2385084
219.43/118.98	c cleaning 9997 clauses out of 20012 with flag 2173000/2395083
220.56/119.56	c cleaning 10006 clauses out of 20020 with flag 2183005/2405088
221.65/120.14	c cleaning 9996 clauses out of 20009 with flag 2193000/2415083
222.57/120.66	c cleaning 9995 clauses out of 20013 with flag 2203000/2425083
223.69/121.26	c cleaning 10001 clauses out of 20018 with flag 2213000/2435083
224.82/121.80	c cleaning 10005 clauses out of 20021 with flag 2223004/2445087
225.71/122.38	c cleaning 9998 clauses out of 20013 with flag 2233001/2455084
226.83/122.93	c cleaning 10000 clauses out of 20015 with flag 2243001/2465084
227.95/123.50	c cleaning 10006 clauses out of 20015 with flag 2253001/2475084
228.88/124.09	c cleaning 9999 clauses out of 20008 with flag 2263000/2485083
229.97/124.65	c cleaning 9998 clauses out of 20009 with flag 2273000/2495083
230.89/125.18	c cleaning 10000 clauses out of 20012 with flag 2283001/2505084
231.81/125.66	c cleaning 10001 clauses out of 20014 with flag 2293003/2515086
232.73/126.12	c cleaning 9998 clauses out of 20010 with flag 2303000/2525083
233.62/126.64	c cleaning 9996 clauses out of 20013 with flag 2313001/2535084
234.54/127.15	c cleaning 9997 clauses out of 20016 with flag 2323000/2545083
235.50/127.64	c cleaning 10006 clauses out of 20019 with flag 2333000/2555083
236.39/128.17	c cleaning 10000 clauses out of 20017 with flag 2343004/2565087
237.51/128.75	c cleaning 10000 clauses out of 20020 with flag 2353007/2575090
238.40/129.28	c cleaning 10003 clauses out of 20015 with flag 2363002/2585085
239.35/129.80	c cleaning 9998 clauses out of 20011 with flag 2373001/2595084
240.44/130.32	c cleaning 9997 clauses out of 20015 with flag 2383003/2605086
241.35/130.87	c cleaning 10001 clauses out of 20016 with flag 2393001/2615084
242.25/131.39	c cleaning 10003 clauses out of 20018 with flag 2403004/2625087
243.17/131.91	c cleaning 9997 clauses out of 20012 with flag 2413001/2635084
244.29/132.44	c cleaning 9996 clauses out of 20014 with flag 2423000/2645083
245.18/132.96	c cleaning 10004 clauses out of 20026 with flag 2433008/2655091
246.10/133.45	c cleaning 9996 clauses out of 20014 with flag 2443000/2665083
247.02/133.96	c cleaning 9998 clauses out of 20018 with flag 2453000/2675083
247.94/134.50	c cleaning 9997 clauses out of 20020 with flag 2463000/2685083
249.03/135.04	c cleaning 10011 clauses out of 20025 with flag 2473002/2695085
249.95/135.56	c cleaning 10005 clauses out of 20015 with flag 2483003/2705086
251.06/136.12	c cleaning 9996 clauses out of 20007 with flag 2493000/2715083
251.99/136.63	c cleaning 10000 clauses out of 20013 with flag 2503002/2725085
252.88/137.17	c cleaning 9998 clauses out of 20011 with flag 2513000/2735083
254.00/137.72	c cleaning 9998 clauses out of 20013 with flag 2523000/2745083
254.92/138.25	c cleaning 9999 clauses out of 20016 with flag 2533001/2755084
256.03/138.80	c cleaning 10004 clauses out of 20016 with flag 2543000/2765083
256.92/139.37	c cleaning 9998 clauses out of 20014 with flag 2553002/2775085
258.04/140.00	c cleaning 10000 clauses out of 20014 with flag 2563000/2785083
259.15/140.56	c cleaning 10001 clauses out of 20019 with flag 2573005/2795088
260.07/141.06	c cleaning 10001 clauses out of 20016 with flag 2583003/2805086
261.16/141.60	c cleaning 10001 clauses out of 20012 with flag 2593000/2815083
261.88/142.09	c cleaning 10001 clauses out of 20017 with flag 2603006/2825089
263.00/142.60	c cleaning 9998 clauses out of 20013 with flag 2613003/2835086
263.92/143.12	c cleaning 10001 clauses out of 20013 with flag 2623001/2845084
264.80/143.62	c cleaning 10002 clauses out of 20014 with flag 2633003/2855086
265.75/144.16	c cleaning 10001 clauses out of 20013 with flag 2643004/2865087
266.83/144.74	c cleaning 9994 clauses out of 20012 with flag 2653004/2875087
267.95/145.32	c cleaning 10004 clauses out of 20015 with flag 2663001/2885084
268.84/145.89	c cleaning 10000 clauses out of 20010 with flag 2673000/2895083
269.95/146.40	c cleaning 10000 clauses out of 20012 with flag 2683002/2905085
270.87/146.92	c cleaning 10000 clauses out of 20015 with flag 2693005/2915088
271.82/147.43	c cleaning 10003 clauses out of 20016 with flag 2703006/2925089
272.86/148.05	c cleaning 9999 clauses out of 20007 with flag 2713000/2935083
273.61/148.51	c cleaning 9997 clauses out of 20009 with flag 2723001/2945084
274.50/148.96	c cleaning 9997 clauses out of 20013 with flag 2733002/2955085
275.41/149.44	c cleaning 9999 clauses out of 20014 with flag 2743000/2965083
276.29/149.99	c cleaning 10003 clauses out of 20016 with flag 2753001/2975084
277.41/150.51	c cleaning 9999 clauses out of 20012 with flag 2763000/2985083
278.32/151.00	c cleaning 10001 clauses out of 20013 with flag 2773000/2995083
279.24/151.55	c cleaning 10004 clauses out of 20015 with flag 2783003/3005086
280.32/152.12	c cleaning 9999 clauses out of 20011 with flag 2793003/3015086
281.24/152.69	c cleaning 9994 clauses out of 20009 with flag 2803000/3025083
282.36/153.23	c cleaning 10001 clauses out of 20016 with flag 2813001/3035084
283.27/153.79	c cleaning 9997 clauses out of 20016 with flag 2823002/3045085
284.55/154.42	c cleaning 10003 clauses out of 20018 with flag 2833001/3055084
285.47/154.97	c cleaning 10005 clauses out of 20016 with flag 2843002/3065085
286.59/155.50	c cleaning 10001 clauses out of 20009 with flag 2853000/3075083
287.50/156.05	c cleaning 9999 clauses out of 20009 with flag 2863001/3085084
288.58/156.67	c cleaning 9998 clauses out of 20009 with flag 2873000/3095083
289.73/157.26	c cleaning 10000 clauses out of 20011 with flag 2883000/3105083
290.62/157.77	c cleaning 9998 clauses out of 20011 with flag 2893000/3115083
291.54/158.31	c cleaning 10002 clauses out of 20014 with flag 2903001/3125084
292.61/158.87	c cleaning 10002 clauses out of 20013 with flag 2913002/3135085
293.53/159.35	c cleaning 10001 clauses out of 20011 with flag 2923002/3145085
294.45/159.86	c cleaning 9998 clauses out of 20008 with flag 2933000/3155083
295.56/160.44	c cleaning 10002 clauses out of 20010 with flag 2943000/3165083
296.44/160.97	c cleaning 9999 clauses out of 20009 with flag 2953001/3175084
297.56/161.50	c cleaning 9998 clauses out of 20010 with flag 2963001/3185084
298.47/162.03	c cleaning 9998 clauses out of 20011 with flag 2973000/3195083
299.39/162.58	c cleaning 10001 clauses out of 20015 with flag 2983002/3205085
300.46/163.19	c cleaning 10002 clauses out of 20013 with flag 2993001/3215084
301.58/163.73	c cleaning 9998 clauses out of 20010 with flag 3003000/3225083
302.69/164.31	c cleaning 9998 clauses out of 20012 with flag 3013000/3235083
303.60/164.90	c cleaning 10005 clauses out of 20020 with flag 3023006/3245089
304.88/165.51	c cleaning 10003 clauses out of 20010 with flag 3033001/3255084
305.83/166.09	c cleaning 10002 clauses out of 20012 with flag 3043006/3265089
306.91/166.66	c cleaning 9988 clauses out of 20004 with flag 3053000/3275083
307.86/167.21	c cleaning 9999 clauses out of 20017 with flag 3063001/3285084
308.90/167.77	c cleaning 10004 clauses out of 20019 with flag 3073002/3295085
309.84/168.28	c cleaning 10001 clauses out of 20015 with flag 3083002/3305085
310.92/168.86	c cleaning 10002 clauses out of 20014 with flag 3093002/3315085
311.87/169.39	c cleaning 10011 clauses out of 20023 with flag 3103013/3325096
312.91/169.98	c cleaning 9986 clauses out of 20007 with flag 3113008/3335091
314.06/170.52	c cleaning 10001 clauses out of 20013 with flag 3123000/3345083
314.94/171.05	c cleaning 10003 clauses out of 20018 with flag 3133006/3355089
315.88/171.58	c cleaning 10003 clauses out of 20018 with flag 3143009/3365092
316.92/172.19	c cleaning 10000 clauses out of 20010 with flag 3153004/3375087
318.07/172.76	c cleaning 9999 clauses out of 20012 with flag 3163006/3385089
319.35/173.41	c cleaning 9996 clauses out of 20009 with flag 3173002/3395085
320.26/173.93	c cleaning 10002 clauses out of 20013 with flag 3183002/3405085
321.36/174.54	c cleaning 9997 clauses out of 20010 with flag 3193001/3415084
322.48/175.10	c cleaning 10000 clauses out of 20012 with flag 3203000/3425083
323.41/175.67	c cleaning 9996 clauses out of 20012 with flag 3213000/3435083
324.33/176.18	c cleaning 9993 clauses out of 20016 with flag 3223001/3445084
325.41/176.75	c cleaning 10007 clauses out of 20024 with flag 3233002/3455085
326.32/177.29	c cleaning 10003 clauses out of 20015 with flag 3243000/3465083
327.43/177.82	c cleaning 10000 clauses out of 20015 with flag 3253003/3475086
328.74/178.54	c cleaning 10004 clauses out of 20012 with flag 3263000/3485083
329.82/179.10	c cleaning 9999 clauses out of 20009 with flag 3273001/3495084
330.73/179.64	c cleaning 9997 clauses out of 20011 with flag 3283002/3505085
331.64/180.17	c cleaning 10002 clauses out of 20013 with flag 3293001/3515084
332.76/180.78	c cleaning 10002 clauses out of 20019 with flag 3303009/3525092
334.06/181.51	c cleaning 9998 clauses out of 20008 with flag 3313000/3535083
335.14/182.09	c cleaning 9997 clauses out of 20010 with flag 3323000/3545083
335.85/182.44	c  And the winner is CuttingPlanes
336.42/183.45	c starts		: 40
336.42/183.45	c conflicts		: 9890
336.42/183.46	c decisions		: 16157
336.42/183.46	c propagations		: 171060
336.42/183.46	c inspects		: 232531004
336.42/183.46	c shortcuts		: 0
336.42/183.46	c learnt literals	: 0
336.42/183.46	c learnt binary clauses	: 0
336.42/183.46	c learnt ternary clauses	: 0
336.42/183.46	c learnt constraints	: 9886
336.42/183.46	c ignored constraints	: 0
336.42/183.46	c root simplifications	: 0
336.42/183.46	c removed literals (reason simplification)	: 0
336.42/183.46	c reason swapping (by a shorter reason)	: 0
336.42/183.46	c Calls to reduceDB	: 1
336.42/183.46	c number of reductions to clauses (during analyze)	: 0
336.42/183.46	c number of learned constraints concerned by reduction	: 0
336.42/183.46	c number of learning phase by resolution	: 0
336.42/183.46	c number of learning phase by cutting planes	: 0
336.42/183.46	c speed (assignments/second)	: 998.9896807274298
336.42/183.46	c non guided choices	0
336.42/183.46	c learnt constraints type 
336.42/183.46	c constraints type 
336.42/183.46	c org.sat4j.minisat.constraints.card.MinWatchCard => 15
336.42/183.46	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2
336.42/183.46	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 11
336.42/183.46	c constraints type 
336.42/183.46	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2
336.42/183.46	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 15
336.42/183.46	c org.sat4j.pb.constraints.pb.MaxWatchPb => 11
336.42/183.46	s OPTIMUM FOUND
336.42/183.46	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 
336.42/183.46	c objective function=1120
336.42/183.46	c Total wall clock time (in seconds): 183.344

Verifier Data

OK	1120

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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-3455048-1307187933/watcher-3455048-1307187933 -o /tmp/evaluation-result-3455048-1307187933/solver-3455048-1307187933 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3455048-1307187933.opb 

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: 1.03 1.47 1.77 2/507 31706
/proc/meminfo: memFree=26950000/32951124 swapFree=63649284/67111528
[pid=31706] ppid=31703 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/31706/stat : 31706 (java) S 31703 31706 28154 0 -1 4202496 3260 0 1 0 0 0 0 0 18 0 2 0 830391766 10694979584 2961 33554432000 1073741824 1073778376 140733593827328 18446744073709551615 210216450021 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/31706/statm: 2611079 2973 917 9 0 2602235 0
[pid=31706/tid=31707] ppid=31703 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/31706/task/31707/stat : 31707 (java) R 31703 31706 28154 0 -1 4202560 3315 0 1 0 0 0 0 0 19 0 2 0 830391767 10694979584 4131 33554432000 1073741824 1073778376 140733593827328 18446744073709551615 210204341307 0 4 0 16784584 0 0 0 -1 1 0 0 0

[startup+0.0935131 s]
/proc/loadavg: 1.03 1.47 1.77 2/507 31706
/proc/meminfo: memFree=26950000/32951124 swapFree=63649284/67111528
[pid=31706] ppid=31703 vsize=10540484 CPUtime=0.09 cores=1,3,5,7
/proc/31706/stat : 31706 (java) S 31703 31706 28154 0 -1 4202496 12966 0 1 0 8 1 0 0 18 0 18 0 830391766 10793455616 12662 33554432000 1073741824 1073778376 140733593827328 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/31706/statm: 2635121 12662 2092 9 0 2625855 0
[pid=31706/tid=31707] ppid=31703 vsize=10540484 CPUtime=0.07 cores=1,3,5,7
/proc/31706/task/31707/stat : 31707 (java) R 31703 31706 28154 0 -1 4202560 11020 0 1 0 6 1 0 0 25 0 18 0 830391767 10793455616 12662 33554432000 1073741824 1073778376 140733593827328 18446744073709551615 210216474059 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10540484

[startup+0.102664 s]
/proc/loadavg: 1.03 1.47 1.77 2/507 31706
/proc/meminfo: memFree=26950000/32951124 swapFree=63649284/67111528
[pid=31706] ppid=31703 vsize=10540484 CPUtime=0.1 cores=1,3,5,7
/proc/31706/stat : 31706 (java) S 31703 31706 28154 0 -1 4202496 13058 0 1 0 9 1 0 0 18 0 18 0 830391766 10793455616 12754 33554432000 1073741824 1073778376 140733593827328 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/31706/statm: 2635121 12754 2092 9 0 2625855 0
[pid=31706/tid=31707] ppid=31703 vsize=10540484 CPUtime=0.08 cores=1,3,5,7
/proc/31706/task/31707/stat : 31707 (java) R 31703 31706 28154 0 -1 4202560 11112 0 1 0 7 1 0 0 25 0 18 0 830391767 10793455616 12754 33554432000 1073741824 1073778376 140733593827328 18446744073709551615 210204306486 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10540484

[startup+0.300631 s]
/proc/loadavg: 1.03 1.47 1.77 2/507 31706
/proc/meminfo: memFree=26950000/32951124 swapFree=63649284/67111528
[pid=31706] ppid=31703 vsize=10546524 CPUtime=0.29 cores=1,3,5,7
/proc/31706/stat : 31706 (java) S 31703 31706 28154 0 -1 4202496 15224 0 1 0 28 1 0 0 18 0 19 0 830391766 10799640576 14205 33554432000 1073741824 1073778376 140733593827328 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/31706/statm: 2636631 14205 2189 9 0 2627365 0
[pid=31706/tid=31707] ppid=31703 vsize=10546524 CPUtime=0.12 cores=1,3,5,7
/proc/31706/task/31707/stat : 31707 (java) S 31703 31706 28154 0 -1 4202560 11543 0 1 0 11 1 0 0 25 0 19 0 830391767 10799640576 14205 33554432000 1073741824 1073778376 140733593827328 18446744073709551615 210216463872 0 4 0 16800975 18446604469417728832 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 10546524

[startup+0.70058 s]
/proc/loadavg: 1.03 1.47 1.77 2/507 31706
/proc/meminfo: memFree=26950000/32951124 swapFree=63649284/67111528
[pid=31706] ppid=31703 vsize=10548520 CPUtime=0.38 cores=1,3,5,7
/proc/31706/stat : 31706 (java) S 31703 31706 28154 0 -1 4202496 15806 0 1 0 37 1 0 0 18 0 19 0 830391766 10801684480 14779 33554432000 1073741824 1073778376 140733593827328 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/31706/statm: 2637130 14779 2195 9 0 2627864 0
[pid=31706/tid=31707] ppid=31703 vsize=10548520 CPUtime=0.13 cores=1,3,5,7
/proc/31706/task/31707/stat : 31707 (java) S 31703 31706 28154 0 -1 4202560 11555 0 1 0 12 1 0 0 21 0 19 0 830391767 10801684480 14779 33554432000 1073741824 1073778376 140733593827328 18446744073709551615 210216463872 0 4 0 16800975 18446604469417728832 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 10548520

[startup+1.50139 s]
/proc/loadavg: 0.95 1.44 1.76 5/529 31744
/proc/meminfo: memFree=26874788/32951124 swapFree=63649284/67111528
[pid=31706] ppid=31703 vsize=10555328 CPUtime=1.33 cores=1,3,5,7
/proc/31706/stat : 31706 (java) S 31703 31706 28154 0 -1 4202496 30635 0 1 0 129 4 0 0 18 0 22 0 830391766 10808655872 25851 33554432000 1073741824 1073778376 140733593827328 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/31706/statm: 2638832 25851 2234 9 0 2629566 0
[pid=31706/tid=31707] ppid=31703 vsize=10555328 CPUtime=0.13 cores=1,3,5,7
/proc/31706/task/31707/stat : 31707 (java) S 31703 31706 28154 0 -1 4202560 11567 0 1 0 12 1 0 0 17 0 22 0 830391767 10808655872 25851 33554432000 1073741824 1073778376 140733593827328 18446744073709551615 210216463872 0 4 0 16800975 18446604469417728832 0 0 -1 1 0 0 0
[pid=31706/tid=31710] ppid=31703 vsize=10555328 CPUtime=0 cores=1,3,5,7
/proc/31706/task/31710/stat : 31710 (java) S 31703 31706 28154 0 -1 4202560 122 0 0 0 0 0 0 0 18 0 22 0 830391768 10808655872 25851 33554432000 1073741824 1073778376 140733593827328 18446744073709551615 210216463257 0 4 0 16800975 18446604469417728832 0 0 -1 7 0 0 0
[pid=31706/tid=31712] ppid=31703 vsize=10555328 CPUtime=0 cores=1,3,5,7
/proc/31706/task/31712/stat : 31712 (java) S 31703 31706 28154 0 -1 4202560 146 0 0 0 0 0 0 0 18 0 22 0 830391768 10808655872 25851 33554432000 1073741824 1073778376 140733593827328 18446744073709551615 210216463257 0 4 0 16800975 18446604469417728832 0 0 -1 1 0 0 0
[pid=31706/tid=31713] ppid=31703 vsize=10555328 CPUtime=0 cores=1,3,5,7
/proc/31706/task/31713/stat : 31713 (java) S 31703 31706 28154 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 830391768 10808655872 25851 33554432000 1073741824 1073778376 140733593827328 18446744073709551615 210216463257 0 4 0 16800975 18446604469417728832 0 0 -1 7 0 0 0
[pid=31706/tid=31715] ppid=31703 vsize=10555328 CPUtime=0 cores=1,3,5,7
/proc/31706/task/31715/stat : 31715 (java) S 31703 31706 28154 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 830391768 10808655872 25851 33554432000 1073741824 1073778376 140733593827328 18446744073709551615 210216463257 0 4 0 16800975 18446604469417728832 0 0 -1 1 0 0 0
[pid=31706/tid=31716] ppid=31703 vsize=10555328 CPUtime=0 cores=1,3,5,7
/proc/31706/task/31716/stat : 31716 (java) S 31703 31706 28154 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 830391768 10808655872 25851 33554432000 1073741824 1073778376 140733593827328 18446744073709551615 210216463257 0 4 0 16800975 18446604469417728832 0 0 -1 1 0 0 0
[pid=31706/tid=31718] ppid=31703 vsize=10555328 CPUtime=0 cores=1,3,5,7
/proc/31706/task/31718/stat : 31718 (java) S 31703 31706 28154 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 830391768 10808655872 25851 33554432000 1073741824 1073778376 140733593827328 18446744073709551615 210216463257 0 4 0 16800975 18446604469417728832 0 0 -1 1 0 0 0
[pid=31706/tid=31719] ppid=31703 vsize=10555328 CPUtime=0 cores=1,3,5,7
/proc/31706/task/31719/stat : 31719 (java) S 31703 31706 28154 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 22 0 830391768 10808655872 25851 33554432000 1073741824 1073778376 140733593827328 18446744073709551615 210216463257 0 4 0 16800975 18446604469417728832 0 0 -1 1 0 0 0
[pid=31706/tid=31721] ppid=31703 vsize=10555328 CPUtime=0 cores=1,3,5,7
/proc/31706/task/31721/stat : 31721 (java) S 31703 31706 28154 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 830391768 10808655872 25851 33554432000 1073741824 1073778376 140733593827328 18446744073709551615 210216463257 0 4 0 16800975 18446604469417728832 0 0 -1 1 0 0 0
[pid=31706/tid=31722] ppid=31703 vsize=10555328 CPUtime=0.01 cores=1,3,5,7
/proc/31706/task/31722/stat : 31722 (java) S 31703 31706 28154 0 -1 4202560 274 0 0 0 1 0 0 0 16 0 22 0 830391769 10808655872 25851 33554432000 1073741824 1073778376 140733593827328 18446744073709551615 210216463872 0 0 0 16800975 18446604469417728832 0 0 -1 3 0 0 0
[pid=31706/tid=31724] ppid=31703 vsize=10555328 CPUtime=0 cores=1,3,5,7
/proc/31706/task/31724/stat : 31724 (java) R 31703 31706 28154 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 22 0 830391770 10808655872 25851 33554432000 1073741824 1073778376 140733593827328 18446744073709551615 210216484083 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31706/tid=31725] ppid=31703 vsize=10555328 CPUtime=0 cores=1,3,5,7
/proc/31706/task/31725/stat : 31725 (java) S 31703 31706 28154 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830391770 10808655872 25851 33554432000 1073741824 1073778376 140733593827328 18446744073709551615 210216463257 0 4 0 16800975 18446604469417728832 0 0 -1 1 0 0 0
[pid=31706/tid=31726] ppid=31703 vsize=10555328 CPUtime=0 cores=1,3,5,7
/proc/31706/task/31726/stat : 31726 (java) S 31703 31706 28154 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830391772 10808655872 25851 33554432000 1073741824 1073778376 140733593827328 18446744073709551615 210216470961 0 4 0 16800975 18446604469417728832 0 0 -1 1 0 0 0
[pid=31706/tid=31727] ppid=31703 vsize=10555328 CPUtime=0.31 cores=1,3,5,7
/proc/31706/task/31727/stat : 31727 (java) R 31703 31706 28154 0 -1 4202560 8727 0 0 0 30 1 0 0 16 0 22 0 830391772 10808655872 25851 33554432000 1073741824 1073778376 140733593827328 18446744073709551615 47323242319264 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31706/tid=31728] ppid=31703 vsize=10555328 CPUtime=0.34 cores=1,3,5,7
/proc/31706/task/31728/stat : 31728 (java) R 31703 31706 28154 0 -1 4202560 4304 0 0 0 34 0 0 0 16 0 22 0 830391772 10808655872 25851 33554432000 1073741824 1073778376 140733593827328 18446744073709551615 47323243032320 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=31706/tid=31730] ppid=31703 vsize=10555328 CPUtime=0 cores=1,3,5,7
/proc/31706/task/31730/stat : 31730 (java) S 31703 31706 28154 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830391772 10808655872 25851 33554432000 1073741824 1073778376 140733593827328 18446744073709551615 210216463257 0 4 0 16800975 18446604469417728832 0 0 -1 1 0 0 0
[pid=31706/tid=31731] ppid=31703 vsize=10555328 CPUtime=0 cores=1,3,5,7
/proc/31706/task/31731/stat : 31731 (java) S 31703 31706 28154 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 830391772 10808655872 25851 33554432000 1073741824 1073778376 140733593827328 18446744073709551615 210216463872 0 4 0 16800975 18446604469417728832 0 0 -1 3 0 0 0
[pid=31706/tid=31735] ppid=31703 vsize=10555328 CPUtime=0 cores=1,3,5,7
/proc/31706/task/31735/stat : 31735 (java) S 31703 31706 28154 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 830391781 10808655872 25851 33554432000 1073741824 1073778376 140733593827328 18446744073709551615 210216463872 0 4 0 16800975 18446604469417728832 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 10555328

[startup+3.10112 s]
/proc/loadavg: 0.95 1.44 1.76 3/529 31751
/proc/meminfo: memFree=26521140/32951124 swapFree=63649284/67111528
[pid=31706] ppid=31703 vsize=10561704 CPUtime=4.22 cores=1,3,5,7
/proc/31706/stat : 31706 (java) S 31703 31706 28154 0 -1 4202496 81211 0 1 0 412 10 0 0 18 0 22 0 830391766 10815184896 76422 33554432000 1073741824 1073778376 140733593827328 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/31706/statm: 2640426 76422 2256 9 0 2631160 0
[pid=31706/tid=31707] ppid=31703 vsize=10561704 CPUtime=0.13 cores=1,3,5,7
/proc/31706/task/31707/stat : 31707 (java) S 31703 31706 28154 0 -1 4202560 11567 0 1 0 12 1 0 0 15 0 22 0 830391767 10815184896 76422 33554432000 1073741824 1073778376 140733593827328 18446744073709551615 210216463872 0 4 0 16800975 18446604469417728832 0 0 -1 1 0 0 0
[pid=31706/tid=31710] ppid=31703 vsize=10561704 CPUtime=0.01 cores=1,3,5,7
/proc/31706/task/31710/stat : 31710 (java) S 31703 31706 28154 0 -1 4202560 324 0 0 0 1 0 0 0 16 0 22 0 830391768 10815184896 76422 33554432000 1073741824 1073778376 140733593827328 18446744073709551615 210216463257 0 4 0 16800975 18446604469417728832 0 0 -1 3 0 0 0
[pid=31706/tid=31712] ppid=31703 vsize=10561704 CPUtime=0.01 cores=1,3,5,7
/proc/31706/task/31712/stat : 31712 (java) S 31703 31706 28154 0 -1 4202560 323 0 0 0 1 0 0 0 15 0 22 0 830391768 10815184896 76422 33554432000 1073741824 1073778376 140733593827328 18446744073709551615 210216463257 0 4 0 16800975 18446604469417728832 0 0 -1 1 0 0 0
[pid=31706/tid=31713] ppid=31703 vsize=10561704 CPUtime=0 cores=1,3,5,7
/proc/31706/task/31713/stat : 31713 (java) S 31703 31706 28154 0 -1 4202560 116 0 0 0 0 0 0 0 15 0 22 0 830391768 10815184896 76422 33554432000 1073741824 1073778376 140733593827328 18446744073709551615 210216463257 0 4 0 16800975 18446604469417728832 0 0 -1 3 0 0 0
[pid=31706/tid=31715] ppid=31703 vsize=10561704 CPUtime=0 cores=1,3,5,7
/proc/31706/task/31715/stat : 31715 (java) S 31703 31706 28154 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 830391768 10815184896 76422 33554432000 1073741824 1073778376 140733593827328 18446744073709551615 210216463257 0 4 0 16800975 18446604469417728832 0 0 -1 3 0 0 0
[pid=31706/tid=31716] ppid=31703 vsize=10561704 CPUtime=0 cores=1,3,5,7
/proc/31706/task/31716/stat : 31716 (java) S 31703 31706 28154 0 -1 4202560 51 0 0 0 0 0 0 0 16 0 22 0 830391768 10815184896 76422 33554432000 1073741824 1073778376 140733593827328 18446744073709551615 210216463257 0 4 0 16800975 18446604469417728832 0 0 -1 5 0 0 0
[pid=31706/tid=31718] ppid=31703 vsize=10561704 CPUtime=0 cores=1,3,5,7
/proc/31706/task/31718/stat : 31718 (java) S 31703 31706 28154 0 -1 4202560 52 0 0 0 0 0 0 0 15 0 22 0 830391768 10815184896 76422 33554432000 1073741824 1073778376 140733593827328 18446744073709551615 210216463257 0 4 0 16800975 18446604469417728832 0 0 -1 1 0 0 0
[pid=31706/tid=31719] ppid=31703 vsize=10561704 CPUtime=0 cores=1,3,5,7
/proc/31706/task/31719/stat : 31719 (java) S 31703 31706 28154 0 -1 4202560 269 0 0 0 0 0 0 0 16 0 22 0 830391768 10815184896 76422 33554432000 1073741824 1073778376 140733593827328 18446744073709551615 210216463257 0 4 0 16800975 18446604469417728832 0 0 -1 3 0 0 0
[pid=31706/tid=31721] ppid=31703 vsize=10561704 CPUtime=0 cores=1,3,5,7
/proc/31706/task/31721/stat : 31721 (java) S 31703 31706 28154 0 -1 4202560 51 0 0 0 0 0 0 0 15 0 22 0 830391768 10815184896 76422 33554432000 1073741824 1073778376 140733593827328 18446744073709551615 210216463257 0 4 0 16800975 18446604469417728832 0 0 -1 1 0 0 0
[pid=31706/tid=31722] ppid=31703 vsize=10561704 CPUtime=0.07 cores=1,3,5,7
/proc/31706/task/31722/stat : 31722 (java) S 31703 31706 28154 0 -1 4202560 1136 0 0 0 7 0 0 0 16 0 22 0 830391769 10815184896 76422 33554432000 1073741824 1073778376 140733593827328 18446744073709551615 210216463872 0 0 0 16800975 18446604469417728832 0 0 -1 7 0 0 0
[pid=31706/tid=31724] ppid=31703 vsize=10561704 CPUtime=0 cores=1,3,5,7
/proc/31706/task/31724/stat : 31724 (java) S 31703 31706 28154 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 830391770 10815184896 76422 33554432000 1073741824 1073778376 140733593827328 18446744073709551615 210216463257 0 4 0 16800975 18446604469417728832 0 0 -1 5 0 0 0
[pid=31706/tid=31725] ppid=31703 vsize=10561704 CPUtime=0 cores=1,3,5,7
/proc/31706/task/31725/stat : 31725 (java) S 31703 31706 28154 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 22 0 830391770 10815184896 76422 33554432000 1073741824 1073778376 140733593827328 18446744073709551615 210216463257 0 4 0 16800975 18446604469417728832 0 0 -1 3 0 0 0
[pid=31706/tid=31726] ppid=31703 vsize=10561704 CPUtime=0 cores=1,3,5,7
/proc/31706/task/31726/stat : 31726 (java) S 31703 31706 28154 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830391772 10815184896 76422 33554432000 1073741824 1073778376 140733593827328 18446744073709551615 210216470961 0 4 0 16800975 18446604469417728832 0 0 -1 1 0 0 0
[pid=31706/tid=31727] ppid=31703 vsize=10561704 CPUtime=0.7 cores=1,3,5,7
/proc/31706/task/31727/stat : 31727 (java) S 31703 31706 28154 0 -1 4202560 9120 0 0 0 69 1 0 0 16 0 22 0 830391772 10815184896 76422 33554432000 1073741824 1073778376 140733593827328 18446744073709551615 210216463257 0 4 0 16800975 18446604469417728832 0 0 -1 1 0 0 0
[pid=31706/tid=31728] ppid=31703 vsize=10561704 CPUtime=0.8 cores=1,3,5,7
/proc/31706/task/31728/stat : 31728 (java) S 31703 31706 28154 0 -1 4202560 5995 0 0 0 80 0 0 0 15 0 22 0 830391772 10815184896 76422 33554432000 1073741824 1073778376 140733593827328 18446744073709551615 210216463257 0 4 0 16800975 18446604469417728832 0 0 -1 5 0 0 0
[pid=31706/tid=31730] ppid=31703 vsize=10561704 CPUtime=0 cores=1,3,5,7
/proc/31706/task/31730/stat : 31730 (java) S 31703 31706 28154 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830391772 10815184896 76422 33554432000 1073741824 1073778376 140733593827328 18446744073709551615 210216463257 0 4 0 16800975 18446604469417728832 0 0 -1 1 0 0 0
[pid=31706/tid=31731] ppid=31703 vsize=10561704 CPUtime=0 cores=1,3,5,7
/proc/31706/task/31731/stat : 31731 (java) S 31703 31706 28154 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 830391772 10815184896 76422 33554432000 1073741824 1073778376 140733593827328 18446744073709551615 210216463872 0 4 0 16800975 18446604469417728832 0 0 -1 3 0 0 0
[pid=31706/tid=31747] ppid=31703 vsize=10561704 CPUtime=0 cores=1,3,5,7
/proc/31706/task/31747/stat : 31747 (java) S 31703 31706 28154 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 22 0 830391882 10815184896 76422 33554432000 1073741824 1073778376 140733593827328 18446744073709551615 210216463872 0 4 0 16800975 18446604469417728832 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4.22
Current children cumulated vsize (KiB) 10561704

[startup+6.30162 s]
/proc/loadavg: 0.95 1.44 1.76 5/532 31760
/proc/meminfo: memFree=26210032/32951124 swapFree=63649284/67111528
[pid=31706] ppid=31703 vsize=10561704 CPUtime=9.48 cores=1,3,5,7
/proc/31706/stat : 31706 (java) S 31703 31706 28154 0 -1 4202496 89385 0 1 0 937 11 0 0 18 0 22 0 830391766 10815184896 84584 33554432000 1073741824 1073778376 140733593827328 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/31706/statm: 2640426 84584 2256 9 0 2631160 0
[pid=31706/tid=31707] ppid=31703 vsize=10561704 CPUtime=0.13 cores=1,3,5,7
/proc/31706/task/31707/stat : 31707 (java) S 31703 31706 28154 0 -1 4202560 11568 0 1 0 12 1 0 0 15 0 22 0 830391767 10815184896 84584 33554432000 1073741824 1073778376 140733593827328 18446744073709551615 210216463872 0 4 0 16800975 18446604469417728832 0 0 -1 3 0 0 0
[pid=31706/tid=31710] ppid=31703 vsize=10561704 CPUtime=0.02 cores=1,3,5,7
/proc/31706/task/31710/stat : 31710 (java) S 31703 31706 28154 0 -1 4202560 326 0 0 0 2 0 0 0 16 0 22 0 830391768 10815184896 84584 33554432000 1073741824 1073778376 140733593827328 18446744073709551615 210216463257 0 4 0 16800975 18446604469417728832 0 0 -1 7 0 0 0
[pid=31706/tid=31712] ppid=31703 vsize=10561704 CPUtime=0.01 cores=1,3,5,7
/proc/31706/task/31712/stat : 31712 (java) S 31703 31706 28154 0 -1 4202560 324 0 0 0 1 0 0 0 16 0 22 0 830391768 10815184896 84584 33554432000 1073741824 1073778376 140733593827328 18446744073709551615 210216463257 0 4 0 16800975 18446604469417728832 0 0 -1 3 0 0 0
[pid=31706/tid=31713] ppid=31703 vsize=10561704 CPUtime=0.01 cores=1,3,5,7
/proc/31706/task/31713/stat : 31713 (java) S 31703 31706 28154 0 -1 4202560 119 0 0 0 1 0 0 0 15 0 22 0 830391768 10815184896 84584 33554432000 1073741824 1073778376 140733593827328 18446744073709551615 210216463257 0 4 0 16800975 18446604469417728832 0 0 -1 7 0 0 0
[pid=31706/tid=31715] ppid=31703 vsize=10561704 CPUtime=0 cores=1,3,5,7
/proc/31706/task/31715/stat : 31715 (java) S 31703 31706 28154 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 22 0 830391768 10815184896 84584 33554432000 1073741824 1073778376 140733593827328 18446744073709551615 210216463257 0 4 0 16800975 18446604469417728832 0 0 -1 3 0 0 0
[pid=31706/tid=31716] ppid=31703 vsize=10561704 CPUtime=0 cores=1,3,5,7
/proc/31706/task/31716/stat : 31716 (java) S 31703 31706 28154 0 -1 4202560 51 0 0 0 0 0 0 0 15 0 22 0 830391768 10815184896 84584 33554432000 1073741824 1073778376 140733593827328 18446744073709551615 210216463257 0 4 0 16800975 18446604469417728832 0 0 -1 3 0 0 0
[pid=31706/tid=31718] ppid=31703 vsize=10561704 CPUtime=0 cores=1,3,5,7
/proc/31706/task/31718/stat : 31718 (java) S 31703 31706 28154 0 -1 4202560 56 0 0 0 0 0 0 0 15 0 22 0 830391768 10815184896 84584 33554432000 1073741824 1073778376 140733593827328 18446744073709551615 210216463257 0 4 0 16800975 18446604469417728832 0 0 -1 7 0 0 0
[pid=31706/tid=31719] ppid=31703 vsize=10561704 CPUtime=0.01 cores=1,3,5,7
/proc/31706/task/31719/stat : 31719 (java) S 31703 31706 28154 0 -1 4202560 272 0 0 0 1 0 0 0 16 0 22 0 830391768 10815184896 84584 33554432000 1073741824 1073778376 140733593827328 18446744073709551615 210216463257 0 4 0 16800975 18446604469417728832 0 0 -1 7 0 0 0
[pid=31706/tid=31721] ppid=31703 vsize=10561704 CPUtime=0.01 cores=1,3,5,7
/proc/31706/task/31721/stat : 31721 (java) S 31703 31706 28154 0 -1 4202560 51 0 0 0 1 0 0 0 15 0 22 0 830391768 10815184896 84584 33554432000 1073741824 1073778376 140733593827328 18446744073709551615 210216463257 0 4 0 16800975 18446604469417728832 0 0 -1 1 0 0 0
[pid=31706/tid=31722] ppid=31703 vsize=10561704 CPUtime=0.28 cores=1,3,5,7
/proc/31706/task/31722/stat : 31722 (java) S 31703 31706 28154 0 -1 4202560 2093 0 0 0 28 0 0 0 15 0 22 0 830391769 10815184896 84584 33554432000 1073741824 1073778376 140733593827328 18446744073709551615 210216463872 0 0 0 16800975 18446604469417728832 0 0 -1 5 0 0 0
[pid=31706/tid=31724] ppid=31703 vsize=10561704 CPUtime=0 cores=1,3,5,7
/proc/31706/task/31724/stat : 31724 (java) S 31703 31706 28154 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 830391770 10815184896 84584 33554432000 1073741824 1073778376 140733593827328 18446744073709551615 210216463257 0 4 0 16800975 18446604469417728832 0 0 -1 5 0 0 0
[pid=31706/tid=31725] ppid=31703 vsize=10561704 CPUtime=0 cores=1,3,5,7
/proc/31706/task/31725/stat : 31725 (java) S 31703 31706 28154 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 22 0 830391770 10815184896 84584 33554432000 1073741824 1073778376 140733593827328 18446744073709551615 210216463257 0 4 0 16800975 18446604469417728832 0 0 -1 3 0 0 0
[pid=31706/tid=31726] ppid=31703 vsize=10561704 CPUtime=0 cores=1,3,5,7
/proc/31706/task/31726/stat : 31726 (java) S 31703 31706 28154 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830391772 10815184896 84584 33554432000 1073741824 1073778376 140733593827328 18446744073709551615 210216470961 0 4 0 16800975 18446604469417728832 0 0 -1 1 0 0 0
[pid=31706/tid=31727] ppid=31703 vsize=10561704 CPUtime=0.75 cores=1,3,5,7
/proc/31706/task/31727/stat : 31727 (java) S 31703 31706 28154 0 -1 4202560 9126 0 0 0 74 1 0 0 15 0 22 0 830391772 10815184896 84584 33554432000 1073741824 1073778376 140733593827328 18446744073709551615 210216463257 0 4 0 16800975 18446604469417728832 0 0 -1 1 0 0 0
[pid=31706/tid=31728] ppid=31703 vsize=10561704 CPUtime=0.8 cores=1,3,5,7
/proc/31706/task/31728/stat : 31728 (java) S 31703 31706 28154 0 -1 4202560 5995 0 0 0 80 0 0 0 15 0 22 0 830391772 10815184896 84584 33554432000 1073741824 1073778376 140733593827328 18446744073709551615 210216463257 0 4 0 16800975 18446604469417728832 0 0 -1 5 0 0 0

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

/proc/31706/task/31715/stat : 31715 (java) S 31703 31706 28154 0 -1 4202560 81 0 0 0 47 0 0 0 15 0 22 0 830391768 10815184896 140487 33554432000 1073741824 1073778376 140733593827328 18446744073709551615 210216463257 0 4 0 16800975 18446604469417728832 0 0 -1 5 0 0 0
[pid=31706/tid=31716] ppid=31703 vsize=10561704 CPUtime=0.46 cores=1,3,5,7
/proc/31706/task/31716/stat : 31716 (java) S 31703 31706 28154 0 -1 4202560 123 0 0 0 46 0 0 0 16 0 22 0 830391768 10815184896 140487 33554432000 1073741824 1073778376 140733593827328 18446744073709551615 210216463257 0 4 0 16800975 18446604469417728832 0 0 -1 5 0 0 0
[pid=31706/tid=31718] ppid=31703 vsize=10561704 CPUtime=0.44 cores=1,3,5,7
/proc/31706/task/31718/stat : 31718 (java) S 31703 31706 28154 0 -1 4202560 132 0 0 0 44 0 0 0 16 0 22 0 830391768 10815184896 140487 33554432000 1073741824 1073778376 140733593827328 18446744073709551615 210216463257 0 4 0 16800975 18446604469417728832 0 0 -1 7 0 0 0
[pid=31706/tid=31719] ppid=31703 vsize=10561704 CPUtime=0.49 cores=1,3,5,7
/proc/31706/task/31719/stat : 31719 (java) S 31703 31706 28154 0 -1 4202560 329 0 0 0 49 0 0 0 16 0 22 0 830391768 10815184896 140487 33554432000 1073741824 1073778376 140733593827328 18446744073709551615 210216463257 0 4 0 16800975 18446604469417728832 0 0 -1 3 0 0 0
[pid=31706/tid=31721] ppid=31703 vsize=10561704 CPUtime=0.45 cores=1,3,5,7
/proc/31706/task/31721/stat : 31721 (java) S 31703 31706 28154 0 -1 4202560 128 0 0 0 45 0 0 0 15 0 22 0 830391768 10815184896 140487 33554432000 1073741824 1073778376 140733593827328 18446744073709551615 210216463257 0 4 0 16800975 18446604469417728832 0 0 -1 7 0 0 0
[pid=31706/tid=31722] ppid=31703 vsize=10561704 CPUtime=26.68 cores=1,3,5,7
/proc/31706/task/31722/stat : 31722 (java) S 31703 31706 28154 0 -1 4202560 12754 0 0 0 2662 6 0 0 15 0 22 0 830391769 10815184896 140487 33554432000 1073741824 1073778376 140733593827328 18446744073709551615 210216463872 0 0 0 16800975 18446604469417728832 0 0 -1 1 0 0 0
[pid=31706/tid=31724] ppid=31703 vsize=10561704 CPUtime=0 cores=1,3,5,7
/proc/31706/task/31724/stat : 31724 (java) S 31703 31706 28154 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 830391770 10815184896 140487 33554432000 1073741824 1073778376 140733593827328 18446744073709551615 210216463257 0 4 0 16800975 18446604469417728832 0 0 -1 5 0 0 0
[pid=31706/tid=31725] ppid=31703 vsize=10561704 CPUtime=0 cores=1,3,5,7
/proc/31706/task/31725/stat : 31725 (java) S 31703 31706 28154 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 22 0 830391770 10815184896 140487 33554432000 1073741824 1073778376 140733593827328 18446744073709551615 210216463257 0 4 0 16800975 18446604469417728832 0 0 -1 3 0 0 0
[pid=31706/tid=31726] ppid=31703 vsize=10561704 CPUtime=0 cores=1,3,5,7
/proc/31706/task/31726/stat : 31726 (java) S 31703 31706 28154 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830391772 10815184896 140487 33554432000 1073741824 1073778376 140733593827328 18446744073709551615 210216470961 0 4 0 16800975 18446604469417728832 0 0 -1 1 0 0 0
[pid=31706/tid=31727] ppid=31703 vsize=10561704 CPUtime=1.2 cores=1,3,5,7
/proc/31706/task/31727/stat : 31727 (java) S 31703 31706 28154 0 -1 4202560 9206 0 0 0 119 1 0 0 15 0 22 0 830391772 10815184896 140487 33554432000 1073741824 1073778376 140733593827328 18446744073709551615 210216463257 0 4 0 16800975 18446604469417728832 0 0 -1 1 0 0 0
[pid=31706/tid=31728] ppid=31703 vsize=10561704 CPUtime=0.85 cores=1,3,5,7
/proc/31706/task/31728/stat : 31728 (java) S 31703 31706 28154 0 -1 4202560 5995 0 0 0 85 0 0 0 15 0 22 0 830391772 10815184896 140487 33554432000 1073741824 1073778376 140733593827328 18446744073709551615 210216463257 0 4 0 16800975 18446604469417728832 0 0 -1 1 0 0 0
[pid=31706/tid=31730] ppid=31703 vsize=10561704 CPUtime=0 cores=1,3,5,7
/proc/31706/task/31730/stat : 31730 (java) S 31703 31706 28154 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830391772 10815184896 140487 33554432000 1073741824 1073778376 140733593827328 18446744073709551615 210216463257 0 4 0 16800975 18446604469417728832 0 0 -1 1 0 0 0
[pid=31706/tid=31731] ppid=31703 vsize=10561704 CPUtime=0 cores=1,3,5,7
/proc/31706/task/31731/stat : 31731 (java) S 31703 31706 28154 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 22 0 830391772 10815184896 140487 33554432000 1073741824 1073778376 140733593827328 18446744073709551615 210216463872 0 4 0 16800975 18446604469417728832 0 0 -1 7 0 0 0
[pid=31706/tid=31760] ppid=31703 vsize=10561704 CPUtime=0 cores=1,3,5,7
/proc/31706/task/31760/stat : 31760 (java) S 31703 31706 28154 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 830392234 10815184896 140487 33554432000 1073741824 1073778376 140733593827328 18446744073709551615 210216463872 0 4 0 16800975 18446604469417728832 0 0 -1 7 0 0 0
[pid=31706/tid=31764] ppid=31703 vsize=10561704 CPUtime=142.75 cores=1,3,5,7
/proc/31706/task/31764/stat : 31764 (java) R 31703 31706 28154 0 -1 4202560 88 0 0 0 14275 0 0 0 15 0 22 0 830392988 10815184896 140487 33554432000 1073741824 1073778376 140733593827328 18446744073709551615 46912505573591 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=31706/tid=31765] ppid=31703 vsize=10561704 CPUtime=142.73 cores=1,3,5,7
/proc/31706/task/31765/stat : 31765 (java) R 31703 31706 28154 0 -1 4202560 6108 0 0 0 14272 1 0 0 15 0 22 0 830392988 10815184896 140487 33554432000 1073741824 1073778376 140733593827328 18446744073709551615 46912505541860 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=31706/tid=31766] ppid=31703 vsize=10561704 CPUtime=0 cores=1,3,5,7
/proc/31706/task/31766/stat : 31766 (java) S 31703 31706 28154 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 830392989 10815184896 140487 33554432000 1073741824 1073778376 140733593827328 18446744073709551615 210216463872 0 4 0 16800975 18446604469417728832 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 335.65
Current children cumulated vsize (KiB) 10561704

[startup+183.101 s]
/proc/loadavg: 3.46 2.47 2.10 3/529 31771
/proc/meminfo: memFree=25588100/32951124 swapFree=63649284/67111528
[pid=31706] ppid=31703 vsize=10561704 CPUtime=336.11 cores=1,3,5,7
/proc/31706/stat : 31706 (java) S 31703 31706 28154 0 -1 4202496 145680 0 1 0 33584 27 0 0 18 0 19 0 830391766 10815184896 140488 33554432000 1073741824 1073778376 140733593827328 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/31706/statm: 2640426 140488 2259 9 0 2631160 0
[pid=31706/tid=31707] ppid=31703 vsize=10561704 CPUtime=0.3 cores=1,3,5,7
/proc/31706/task/31707/stat : 31707 (java) R 31703 31706 28154 0 -1 4202560 11660 0 1 0 29 1 0 0 16 0 19 0 830391767 10815184896 140488 33554432000 1073741824 1073778376 140733593827328 18446744073709551615 46912505616160 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=31706/tid=31710] ppid=31703 vsize=10561704 CPUtime=0.47 cores=1,3,5,7
/proc/31706/task/31710/stat : 31710 (java) S 31703 31706 28154 0 -1 4202560 380 0 0 0 47 0 0 0 15 0 19 0 830391768 10815184896 140488 33554432000 1073741824 1073778376 140733593827328 18446744073709551615 210216463257 0 4 0 16800975 18446604469417728832 0 0 -1 5 0 0 0
[pid=31706/tid=31712] ppid=31703 vsize=10561704 CPUtime=0.45 cores=1,3,5,7
/proc/31706/task/31712/stat : 31712 (java) S 31703 31706 28154 0 -1 4202560 409 0 0 0 45 0 0 0 15 0 19 0 830391768 10815184896 140488 33554432000 1073741824 1073778376 140733593827328 18446744073709551615 210216463257 0 4 0 16800975 18446604469417728832 0 0 -1 5 0 0 0
[pid=31706/tid=31713] ppid=31703 vsize=10561704 CPUtime=0.49 cores=1,3,5,7
/proc/31706/task/31713/stat : 31713 (java) S 31703 31706 28154 0 -1 4202560 200 0 0 0 49 0 0 0 15 0 19 0 830391768 10815184896 140488 33554432000 1073741824 1073778376 140733593827328 18446744073709551615 210216463257 0 4 0 16800975 18446604469417728832 0 0 -1 7 0 0 0
[pid=31706/tid=31715] ppid=31703 vsize=10561704 CPUtime=0.47 cores=1,3,5,7
/proc/31706/task/31715/stat : 31715 (java) S 31703 31706 28154 0 -1 4202560 81 0 0 0 47 0 0 0 15 0 19 0 830391768 10815184896 140488 33554432000 1073741824 1073778376 140733593827328 18446744073709551615 210216463257 0 4 0 16800975 18446604469417728832 0 0 -1 5 0 0 0
[pid=31706/tid=31716] ppid=31703 vsize=10561704 CPUtime=0.46 cores=1,3,5,7
/proc/31706/task/31716/stat : 31716 (java) S 31703 31706 28154 0 -1 4202560 123 0 0 0 46 0 0 0 16 0 19 0 830391768 10815184896 140488 33554432000 1073741824 1073778376 140733593827328 18446744073709551615 210216463257 0 4 0 16800975 18446604469417728832 0 0 -1 5 0 0 0
[pid=31706/tid=31718] ppid=31703 vsize=10561704 CPUtime=0.44 cores=1,3,5,7
/proc/31706/task/31718/stat : 31718 (java) S 31703 31706 28154 0 -1 4202560 132 0 0 0 44 0 0 0 16 0 19 0 830391768 10815184896 140488 33554432000 1073741824 1073778376 140733593827328 18446744073709551615 210216463257 0 4 0 16800975 18446604469417728832 0 0 -1 7 0 0 0
[pid=31706/tid=31719] ppid=31703 vsize=10561704 CPUtime=0.49 cores=1,3,5,7
/proc/31706/task/31719/stat : 31719 (java) S 31703 31706 28154 0 -1 4202560 329 0 0 0 49 0 0 0 16 0 19 0 830391768 10815184896 140488 33554432000 1073741824 1073778376 140733593827328 18446744073709551615 210216463257 0 4 0 16800975 18446604469417728832 0 0 -1 3 0 0 0
[pid=31706/tid=31721] ppid=31703 vsize=10561704 CPUtime=0.45 cores=1,3,5,7
/proc/31706/task/31721/stat : 31721 (java) S 31703 31706 28154 0 -1 4202560 128 0 0 0 45 0 0 0 15 0 19 0 830391768 10815184896 140488 33554432000 1073741824 1073778376 140733593827328 18446744073709551615 210216463257 0 4 0 16800975 18446604469417728832 0 0 -1 7 0 0 0
[pid=31706/tid=31722] ppid=31703 vsize=10561704 CPUtime=26.68 cores=1,3,5,7
/proc/31706/task/31722/stat : 31722 (java) S 31703 31706 28154 0 -1 4202560 12754 0 0 0 2662 6 0 0 15 0 19 0 830391769 10815184896 140488 33554432000 1073741824 1073778376 140733593827328 18446744073709551615 210216463872 0 0 0 16800975 18446604469417728832 0 0 -1 1 0 0 0
[pid=31706/tid=31724] ppid=31703 vsize=10561704 CPUtime=0 cores=1,3,5,7
/proc/31706/task/31724/stat : 31724 (java) S 31703 31706 28154 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 19 0 830391770 10815184896 140488 33554432000 1073741824 1073778376 140733593827328 18446744073709551615 210216463257 0 4 0 16800975 18446604469417728832 0 0 -1 5 0 0 0
[pid=31706/tid=31725] ppid=31703 vsize=10561704 CPUtime=0 cores=1,3,5,7
/proc/31706/task/31725/stat : 31725 (java) S 31703 31706 28154 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 19 0 830391770 10815184896 140488 33554432000 1073741824 1073778376 140733593827328 18446744073709551615 210216463257 0 4 0 16800975 18446604469417728832 0 0 -1 3 0 0 0
[pid=31706/tid=31726] ppid=31703 vsize=10561704 CPUtime=0 cores=1,3,5,7
/proc/31706/task/31726/stat : 31726 (java) S 31703 31706 28154 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 830391772 10815184896 140488 33554432000 1073741824 1073778376 140733593827328 18446744073709551615 210216470961 0 4 0 16800975 18446604469417728832 0 0 -1 1 0 0 0
[pid=31706/tid=31727] ppid=31703 vsize=10561704 CPUtime=1.21 cores=1,3,5,7
/proc/31706/task/31727/stat : 31727 (java) S 31703 31706 28154 0 -1 4202560 9206 0 0 0 120 1 0 0 15 0 19 0 830391772 10815184896 140488 33554432000 1073741824 1073778376 140733593827328 18446744073709551615 210216463257 0 4 0 16800975 18446604469417728832 0 0 -1 1 0 0 0
[pid=31706/tid=31728] ppid=31703 vsize=10561704 CPUtime=0.85 cores=1,3,5,7
/proc/31706/task/31728/stat : 31728 (java) S 31703 31706 28154 0 -1 4202560 5996 0 0 0 85 0 0 0 15 0 19 0 830391772 10815184896 140488 33554432000 1073741824 1073778376 140733593827328 18446744073709551615 210216463257 0 4 0 16800975 18446604469417728832 0 0 -1 1 0 0 0
[pid=31706/tid=31730] ppid=31703 vsize=10561704 CPUtime=0 cores=1,3,5,7
/proc/31706/task/31730/stat : 31730 (java) S 31703 31706 28154 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 830391772 10815184896 140488 33554432000 1073741824 1073778376 140733593827328 18446744073709551615 210216463257 0 4 0 16800975 18446604469417728832 0 0 -1 1 0 0 0
[pid=31706/tid=31731] ppid=31703 vsize=10561704 CPUtime=0 cores=1,3,5,7
/proc/31706/task/31731/stat : 31731 (java) S 31703 31706 28154 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 19 0 830391772 10815184896 140488 33554432000 1073741824 1073778376 140733593827328 18446744073709551615 210216463872 0 4 0 16800975 18446604469417728832 0 0 -1 5 0 0 0
[pid=31706/tid=31766] ppid=31703 vsize=10561704 CPUtime=0 cores=1,3,5,7
/proc/31706/task/31766/stat : 31766 (java) S 31703 31706 28154 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 830392989 10815184896 140488 33554432000 1073741824 1073778376 140733593827328 18446744073709551615 210216463872 0 4 0 16800975 18446604469417728832 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 336.11
Current children cumulated vsize (KiB) 10561704

[startup+183.301 s]
/proc/loadavg: 3.46 2.47 2.10 3/529 31771
/proc/meminfo: memFree=25588100/32951124 swapFree=63649284/67111528
[pid=31706] ppid=31703 vsize=10561704 CPUtime=336.32 cores=1,3,5,7
/proc/31706/stat : 31706 (java) S 31703 31706 28154 0 -1 4202496 145680 0 1 0 33605 27 0 0 18 0 19 0 830391766 10815184896 140488 33554432000 1073741824 1073778376 140733593827328 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/31706/statm: 2640426 140488 2259 9 0 2631160 0
[pid=31706/tid=31707] ppid=31703 vsize=10561704 CPUtime=0.5 cores=1,3,5,7
/proc/31706/task/31707/stat : 31707 (java) R 31703 31706 28154 0 -1 4202560 11660 0 1 0 49 1 0 0 16 0 19 0 830391767 10815184896 140488 33554432000 1073741824 1073778376 140733593827328 18446744073709551615 46912505366576 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=31706/tid=31710] ppid=31703 vsize=10561704 CPUtime=0.47 cores=1,3,5,7
/proc/31706/task/31710/stat : 31710 (java) S 31703 31706 28154 0 -1 4202560 380 0 0 0 47 0 0 0 15 0 19 0 830391768 10815184896 140488 33554432000 1073741824 1073778376 140733593827328 18446744073709551615 210216463257 0 4 0 16800975 18446604469417728832 0 0 -1 5 0 0 0
[pid=31706/tid=31712] ppid=31703 vsize=10561704 CPUtime=0.45 cores=1,3,5,7
/proc/31706/task/31712/stat : 31712 (java) S 31703 31706 28154 0 -1 4202560 409 0 0 0 45 0 0 0 15 0 19 0 830391768 10815184896 140488 33554432000 1073741824 1073778376 140733593827328 18446744073709551615 210216463257 0 4 0 16800975 18446604469417728832 0 0 -1 5 0 0 0
[pid=31706/tid=31713] ppid=31703 vsize=10561704 CPUtime=0.49 cores=1,3,5,7
/proc/31706/task/31713/stat : 31713 (java) S 31703 31706 28154 0 -1 4202560 200 0 0 0 49 0 0 0 15 0 19 0 830391768 10815184896 140488 33554432000 1073741824 1073778376 140733593827328 18446744073709551615 210216463257 0 4 0 16800975 18446604469417728832 0 0 -1 7 0 0 0
[pid=31706/tid=31715] ppid=31703 vsize=10561704 CPUtime=0.47 cores=1,3,5,7
/proc/31706/task/31715/stat : 31715 (java) S 31703 31706 28154 0 -1 4202560 81 0 0 0 47 0 0 0 15 0 19 0 830391768 10815184896 140488 33554432000 1073741824 1073778376 140733593827328 18446744073709551615 210216463257 0 4 0 16800975 18446604469417728832 0 0 -1 5 0 0 0
[pid=31706/tid=31716] ppid=31703 vsize=10561704 CPUtime=0.46 cores=1,3,5,7
/proc/31706/task/31716/stat : 31716 (java) S 31703 31706 28154 0 -1 4202560 123 0 0 0 46 0 0 0 16 0 19 0 830391768 10815184896 140488 33554432000 1073741824 1073778376 140733593827328 18446744073709551615 210216463257 0 4 0 16800975 18446604469417728832 0 0 -1 5 0 0 0
[pid=31706/tid=31718] ppid=31703 vsize=10561704 CPUtime=0.44 cores=1,3,5,7
/proc/31706/task/31718/stat : 31718 (java) S 31703 31706 28154 0 -1 4202560 132 0 0 0 44 0 0 0 16 0 19 0 830391768 10815184896 140488 33554432000 1073741824 1073778376 140733593827328 18446744073709551615 210216463257 0 4 0 16800975 18446604469417728832 0 0 -1 7 0 0 0
[pid=31706/tid=31719] ppid=31703 vsize=10561704 CPUtime=0.49 cores=1,3,5,7
/proc/31706/task/31719/stat : 31719 (java) S 31703 31706 28154 0 -1 4202560 329 0 0 0 49 0 0 0 16 0 19 0 830391768 10815184896 140488 33554432000 1073741824 1073778376 140733593827328 18446744073709551615 210216463257 0 4 0 16800975 18446604469417728832 0 0 -1 3 0 0 0
[pid=31706/tid=31721] ppid=31703 vsize=10561704 CPUtime=0.45 cores=1,3,5,7
/proc/31706/task/31721/stat : 31721 (java) S 31703 31706 28154 0 -1 4202560 128 0 0 0 45 0 0 0 15 0 19 0 830391768 10815184896 140488 33554432000 1073741824 1073778376 140733593827328 18446744073709551615 210216463257 0 4 0 16800975 18446604469417728832 0 0 -1 7 0 0 0
[pid=31706/tid=31722] ppid=31703 vsize=10561704 CPUtime=26.68 cores=1,3,5,7
/proc/31706/task/31722/stat : 31722 (java) S 31703 31706 28154 0 -1 4202560 12754 0 0 0 2662 6 0 0 15 0 19 0 830391769 10815184896 140488 33554432000 1073741824 1073778376 140733593827328 18446744073709551615 210216463872 0 0 0 16800975 18446604469417728832 0 0 -1 1 0 0 0
[pid=31706/tid=31724] ppid=31703 vsize=10561704 CPUtime=0 cores=1,3,5,7
/proc/31706/task/31724/stat : 31724 (java) S 31703 31706 28154 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 19 0 830391770 10815184896 140488 33554432000 1073741824 1073778376 140733593827328 18446744073709551615 210216463257 0 4 0 16800975 18446604469417728832 0 0 -1 5 0 0 0
[pid=31706/tid=31725] ppid=31703 vsize=10561704 CPUtime=0 cores=1,3,5,7
/proc/31706/task/31725/stat : 31725 (java) S 31703 31706 28154 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 19 0 830391770 10815184896 140488 33554432000 1073741824 1073778376 140733593827328 18446744073709551615 210216463257 0 4 0 16800975 18446604469417728832 0 0 -1 3 0 0 0
[pid=31706/tid=31726] ppid=31703 vsize=10561704 CPUtime=0 cores=1,3,5,7
/proc/31706/task/31726/stat : 31726 (java) S 31703 31706 28154 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 830391772 10815184896 140488 33554432000 1073741824 1073778376 140733593827328 18446744073709551615 210216470961 0 4 0 16800975 18446604469417728832 0 0 -1 1 0 0 0
[pid=31706/tid=31727] ppid=31703 vsize=10561704 CPUtime=1.21 cores=1,3,5,7
/proc/31706/task/31727/stat : 31727 (java) S 31703 31706 28154 0 -1 4202560 9206 0 0 0 120 1 0 0 15 0 19 0 830391772 10815184896 140488 33554432000 1073741824 1073778376 140733593827328 18446744073709551615 210216463257 0 4 0 16800975 18446604469417728832 0 0 -1 1 0 0 0
[pid=31706/tid=31728] ppid=31703 vsize=10561704 CPUtime=0.85 cores=1,3,5,7
/proc/31706/task/31728/stat : 31728 (java) S 31703 31706 28154 0 -1 4202560 5996 0 0 0 85 0 0 0 15 0 19 0 830391772 10815184896 140488 33554432000 1073741824 1073778376 140733593827328 18446744073709551615 210216463257 0 4 0 16800975 18446604469417728832 0 0 -1 1 0 0 0
[pid=31706/tid=31730] ppid=31703 vsize=10561704 CPUtime=0 cores=1,3,5,7
/proc/31706/task/31730/stat : 31730 (java) S 31703 31706 28154 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 830391772 10815184896 140488 33554432000 1073741824 1073778376 140733593827328 18446744073709551615 210216463257 0 4 0 16800975 18446604469417728832 0 0 -1 1 0 0 0
[pid=31706/tid=31731] ppid=31703 vsize=10561704 CPUtime=0 cores=1,3,5,7
/proc/31706/task/31731/stat : 31731 (java) S 31703 31706 28154 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 19 0 830391772 10815184896 140488 33554432000 1073741824 1073778376 140733593827328 18446744073709551615 210216463872 0 4 0 16800975 18446604469417728832 0 0 -1 5 0 0 0
[pid=31706/tid=31766] ppid=31703 vsize=10561704 CPUtime=0 cores=1,3,5,7
/proc/31706/task/31766/stat : 31766 (java) S 31703 31706 28154 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 830392989 10815184896 140488 33554432000 1073741824 1073778376 140733593827328 18446744073709551615 210216463872 0 4 0 16800975 18446604469417728832 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 336.32
Current children cumulated vsize (KiB) 10561704

[startup+183.401 s]
/proc/loadavg: 3.46 2.47 2.10 3/529 31771
/proc/meminfo: memFree=25588100/32951124 swapFree=63649284/67111528
[pid=31706] ppid=31703 vsize=10561704 CPUtime=336.42 cores=1,3,5,7
/proc/31706/stat : 31706 (java) S 31703 31706 28154 0 -1 4202496 145680 0 1 0 33615 27 0 0 18 0 19 0 830391766 10815184896 140488 33554432000 1073741824 1073778376 140733593827328 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/31706/statm: 2640426 140488 2259 9 0 2631160 0
[pid=31706/tid=31707] ppid=31703 vsize=10561704 CPUtime=0.6 cores=1,3,5,7
/proc/31706/task/31707/stat : 31707 (java) R 31703 31706 28154 0 -1 4202560 11660 0 1 0 59 1 0 0 16 0 19 0 830391767 10815184896 140488 33554432000 1073741824 1073778376 140733593827328 18446744073709551615 46912505366600 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=31706/tid=31710] ppid=31703 vsize=10561704 CPUtime=0.47 cores=1,3,5,7
/proc/31706/task/31710/stat : 31710 (java) S 31703 31706 28154 0 -1 4202560 380 0 0 0 47 0 0 0 15 0 19 0 830391768 10815184896 140488 33554432000 1073741824 1073778376 140733593827328 18446744073709551615 210216463257 0 4 0 16800975 18446604469417728832 0 0 -1 5 0 0 0
[pid=31706/tid=31712] ppid=31703 vsize=10561704 CPUtime=0.45 cores=1,3,5,7
/proc/31706/task/31712/stat : 31712 (java) S 31703 31706 28154 0 -1 4202560 409 0 0 0 45 0 0 0 15 0 19 0 830391768 10815184896 140488 33554432000 1073741824 1073778376 140733593827328 18446744073709551615 210216463257 0 4 0 16800975 18446604469417728832 0 0 -1 5 0 0 0
[pid=31706/tid=31713] ppid=31703 vsize=10561704 CPUtime=0.49 cores=1,3,5,7
/proc/31706/task/31713/stat : 31713 (java) S 31703 31706 28154 0 -1 4202560 200 0 0 0 49 0 0 0 15 0 19 0 830391768 10815184896 140488 33554432000 1073741824 1073778376 140733593827328 18446744073709551615 210216463257 0 4 0 16800975 18446604469417728832 0 0 -1 7 0 0 0
[pid=31706/tid=31715] ppid=31703 vsize=10561704 CPUtime=0.47 cores=1,3,5,7
/proc/31706/task/31715/stat : 31715 (java) S 31703 31706 28154 0 -1 4202560 81 0 0 0 47 0 0 0 15 0 19 0 830391768 10815184896 140488 33554432000 1073741824 1073778376 140733593827328 18446744073709551615 210216463257 0 4 0 16800975 18446604469417728832 0 0 -1 5 0 0 0
[pid=31706/tid=31716] ppid=31703 vsize=10561704 CPUtime=0.46 cores=1,3,5,7
/proc/31706/task/31716/stat : 31716 (java) S 31703 31706 28154 0 -1 4202560 123 0 0 0 46 0 0 0 16 0 19 0 830391768 10815184896 140488 33554432000 1073741824 1073778376 140733593827328 18446744073709551615 210216463257 0 4 0 16800975 18446604469417728832 0 0 -1 5 0 0 0
[pid=31706/tid=31718] ppid=31703 vsize=10561704 CPUtime=0.44 cores=1,3,5,7
/proc/31706/task/31718/stat : 31718 (java) S 31703 31706 28154 0 -1 4202560 132 0 0 0 44 0 0 0 16 0 19 0 830391768 10815184896 140488 33554432000 1073741824 1073778376 140733593827328 18446744073709551615 210216463257 0 4 0 16800975 18446604469417728832 0 0 -1 7 0 0 0
[pid=31706/tid=31719] ppid=31703 vsize=10561704 CPUtime=0.49 cores=1,3,5,7
/proc/31706/task/31719/stat : 31719 (java) S 31703 31706 28154 0 -1 4202560 329 0 0 0 49 0 0 0 16 0 19 0 830391768 10815184896 140488 33554432000 1073741824 1073778376 140733593827328 18446744073709551615 210216463257 0 4 0 16800975 18446604469417728832 0 0 -1 3 0 0 0
[pid=31706/tid=31721] ppid=31703 vsize=10561704 CPUtime=0.45 cores=1,3,5,7
/proc/31706/task/31721/stat : 31721 (java) S 31703 31706 28154 0 -1 4202560 128 0 0 0 45 0 0 0 15 0 19 0 830391768 10815184896 140488 33554432000 1073741824 1073778376 140733593827328 18446744073709551615 210216463257 0 4 0 16800975 18446604469417728832 0 0 -1 7 0 0 0
[pid=31706/tid=31722] ppid=31703 vsize=10561704 CPUtime=26.68 cores=1,3,5,7
/proc/31706/task/31722/stat : 31722 (java) S 31703 31706 28154 0 -1 4202560 12754 0 0 0 2662 6 0 0 15 0 19 0 830391769 10815184896 140488 33554432000 1073741824 1073778376 140733593827328 18446744073709551615 210216463872 0 0 0 16800975 18446604469417728832 0 0 -1 1 0 0 0
[pid=31706/tid=31724] ppid=31703 vsize=10561704 CPUtime=0 cores=1,3,5,7
/proc/31706/task/31724/stat : 31724 (java) S 31703 31706 28154 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 19 0 830391770 10815184896 140488 33554432000 1073741824 1073778376 140733593827328 18446744073709551615 210216463257 0 4 0 16800975 18446604469417728832 0 0 -1 5 0 0 0
[pid=31706/tid=31725] ppid=31703 vsize=10561704 CPUtime=0 cores=1,3,5,7
/proc/31706/task/31725/stat : 31725 (java) S 31703 31706 28154 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 19 0 830391770 10815184896 140488 33554432000 1073741824 1073778376 140733593827328 18446744073709551615 210216463257 0 4 0 16800975 18446604469417728832 0 0 -1 3 0 0 0
[pid=31706/tid=31726] ppid=31703 vsize=10561704 CPUtime=0 cores=1,3,5,7
/proc/31706/task/31726/stat : 31726 (java) S 31703 31706 28154 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 830391772 10815184896 140488 33554432000 1073741824 1073778376 140733593827328 18446744073709551615 210216470961 0 4 0 16800975 18446604469417728832 0 0 -1 1 0 0 0
[pid=31706/tid=31727] ppid=31703 vsize=10561704 CPUtime=1.21 cores=1,3,5,7
/proc/31706/task/31727/stat : 31727 (java) S 31703 31706 28154 0 -1 4202560 9206 0 0 0 120 1 0 0 15 0 19 0 830391772 10815184896 140488 33554432000 1073741824 1073778376 140733593827328 18446744073709551615 210216463257 0 4 0 16800975 18446604469417728832 0 0 -1 1 0 0 0
[pid=31706/tid=31728] ppid=31703 vsize=10561704 CPUtime=0.85 cores=1,3,5,7
/proc/31706/task/31728/stat : 31728 (java) S 31703 31706 28154 0 -1 4202560 5996 0 0 0 85 0 0 0 15 0 19 0 830391772 10815184896 140488 33554432000 1073741824 1073778376 140733593827328 18446744073709551615 210216463257 0 4 0 16800975 18446604469417728832 0 0 -1 1 0 0 0
[pid=31706/tid=31730] ppid=31703 vsize=10561704 CPUtime=0 cores=1,3,5,7
/proc/31706/task/31730/stat : 31730 (java) S 31703 31706 28154 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 830391772 10815184896 140488 33554432000 1073741824 1073778376 140733593827328 18446744073709551615 210216463257 0 4 0 16800975 18446604469417728832 0 0 -1 1 0 0 0
[pid=31706/tid=31731] ppid=31703 vsize=10561704 CPUtime=0 cores=1,3,5,7
/proc/31706/task/31731/stat : 31731 (java) S 31703 31706 28154 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 19 0 830391772 10815184896 140488 33554432000 1073741824 1073778376 140733593827328 18446744073709551615 210216463872 0 4 0 16800975 18446604469417728832 0 0 -1 5 0 0 0
[pid=31706/tid=31766] ppid=31703 vsize=10561704 CPUtime=0 cores=1,3,5,7
/proc/31706/task/31766/stat : 31766 (java) S 31703 31706 28154 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 830392989 10815184896 140488 33554432000 1073741824 1073778376 140733593827328 18446744073709551615 210216463872 0 4 0 16800975 18446604469417728832 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 336.42
Current children cumulated vsize (KiB) 10561704

Child status: 30
Real time (s): 183.486
CPU time (s): 336.509
CPU user time (s): 336.21
CPU system time (s): 0.298954
CPU usage (%): 183.398
Max. virtual memory (cumulated for all children) (KiB): 10561704

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 336.21
system time used= 0.298954
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 145683
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= 14652
involuntary context switches= 5947

runsolver used 0.931858 second user time and 2.21866 second system time

The end

Launcher Data

Begin job on node130 at 2011-06-04 13:45:33
IDJOB=3455048
IDBENCH=1868
IDSOLVER=1950
FILE ID=node130/3455048-1307187933
RUNJOBID= node130-1307187930-31595
PBS_JOBID= 13508832
Free space on /tmp= 73856 MiB

SOLVER NAME= Sat4j Res//CP 2.3.0
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/mps-v2-20-10/MIPLIB/miplib/normalized-mps-v2-20-10-lseu.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3455048-1307187933/watcher-3455048-1307187933 -o /tmp/evaluation-result-3455048-1307187933/solver-3455048-1307187933 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3455048-1307187933.opb

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

MD5SUM BENCH= 9b4418c5c34f37121cd9ad7732df64ff
RANDOM SEED=1663442802

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      26950272 kB
Buffers:        288080 kB
Cached:         447268 kB
SwapCached:       9700 kB
Active:        5337384 kB
Inactive:       381828 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      26950272 kB
SwapTotal:    67111528 kB
SwapFree:     63649284 kB
Dirty:             820 kB
Writeback:           0 kB
AnonPages:     4982560 kB
Mapped:          38796 kB
Slab:           158796 kB
PageTables:      54248 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 155455384 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73856 MiB
End job on node130 at 2011-06-04 13:48:36